@charset "utf-8";
:root {
  --con-width: 1200px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: SourceHanSansSC;
}
.banner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.banner img {
  height: 536px;
}
header {
  width: var(--con-width);
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 143px;
  height: 32px;
}
header nav {
  display: flex;
  align-items: center;
}
header nav a {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
header .nav-business {
  color: #222;
  font-weight: 400;
  margin-right: 30.5px;
}
header .nav-login {
  width: 57px;
  height: 24px;
  color: #222;
  line-height: 24px;
  margin-right: 12px;
}
header .nav-login:hover {
  color: #0071ff;
}
header .nav-register {
  width: 60px;
  height: 30px;
  border-radius: 4px;
  background: linear-gradient(90deg, #0372fe 0%, #539fff 100%);
  color: #fff;
  line-height: 30px;
}
header .nav-register:hover {
  background: radial-gradient(100% 130% at 100% 0%, #32dfff 0%, #0372fe 100%);
}

.banner-con {
  width: var(--con-width);
  margin: 106px auto 129px;
}
.banner-con h1 {
  font-size: 50px;
  font-weight: bolder;
  line-height: 72px;
  color: #1f315e;
  margin-bottom: 8px;
}
.banner-con p {
  font-size: 28px;
  line-height: 40px;
  color: #1f315e;
  margin-bottom: 2px;
}
.banner-con span {
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 37px;
}
.banner-con a,
.business a {
  display: block;
  width: 156px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(90deg, #0372fe 0%, #539fff 100%);
}
.banner-con a:hover,
.business a:hover {
  background: radial-gradient(100% 130% at 100% 0%, #32dfff 0%, #0372fe 100%);
}

h2 {
  font-size: 40px;
  color: #222;
  line-height: 58px;
  text-align: center;
  font-weight: 500;
}
.swiper-con {
  height: 296px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
}
.swiper-con h2 {
  margin: 55px auto 63px;
}
.swiper {
  position: absolute;
  top: 176px;
  left: 0;
  width: 100%;
  height: 120px;
  visibility: hidden;
}
.swiper.on {
  visibility: visible;
}
.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper-slide {
  height: 120px;
  width: 210px;
  border: 1px solid #979797;
  border-radius: 10px;
  margin: 0 20px;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.h2-2 {
  display: none;
  margin-bottom: 44px;
}
.h2-2.on {
  display: block;
}
.tab-con {
  width: 100%;
  margin: 0 auto;
}
.tab-buttons {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdce9;
  margin-bottom: 70px;
  transform: translateX(100px);
}
.tab-buttons button {
  height: 57px;
  width: 160px;
  border: 0;
  outline: none;
  font-size: 30px;
  color: #222222;
  font-weight: 500;
  background: none;
}
.tab-buttons button.on {
  color: #0071ff;
  border-bottom: 3px solid #0071ff;
}
.tab-detail {
  width: var(--con-width);
  margin: 0 auto;
}
.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tab-list:nth-child(2) {
  display: none;
}
.tab-list div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  margin-top: 21px;
}
.tab-list div img {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
}
.tab-list div strong {
  font-size: 22px;
  line-height: 32px;
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
}
.tab-list div li {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  font-weight: 500;
}
.source {
  width: var(--con-width);
  margin: 0 auto;
  margin-top: 122px;
}
.source h2 {
  margin-bottom: 56px;
}
.source-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.source-wrap .source-con {
  width: 784px;
  height: 351px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 135, 0.1);
  padding: 42px 42px;
}
.source-wrap img {
  width: 444px;
  height: 420px;
}
.source-con h6 {
  font-size: 24px;
  line-height: 35px;
  color: #ff8d00;
  font-weight: 500;
}
.source-con ul {
  display: flex;
}
.source-con li {
  list-style: none;
  margin-top: 40px;
}
.source-con li.source-item1 {
  width: 180px;
}
.source-con li.source-item2 {
  width: 210px;
}
.source-con ul strong {
  font-size: 35px;
  line-height: 50px;
  color: #666666;
  font-weight: bold;
}
.source-con ul p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  font-weight: 500;
}

.plan {
  width: var(--con-width);
  margin: 0 auto;
  margin-top: 75px;
}
.plan-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
}
.plan-list {
  height: 757px;
  width: 580px;
  border: 1px solid #003f8e;
  border-radius: 30px;
  padding: 50px;
}
.plan-list h6 {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 44px;
  color: #222;
  font-weight: bold;
  margin-bottom: 11px;
}
.plan-list h6 em {
  width: 8px;
  height: 22px;
  background: #0372fe;
  margin-right: 13px;
}
.plan-list span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #999;
  font-weight: 500;
  margin-bottom: 48px;
}
.plan-list a {
  display: block;
  width: 482px;
  height: 72px;
  font-size: 28px;
  line-height: 72px;
  text-align: center;
  font-weight: bold;
  color: #0071ff;
  border-radius: 10px;
  background: #ecf4ff;
  margin-bottom: 50px;
}
.plan-list li {
  list-style: none;
  display: flex;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 500;
  margin-bottom: 50px;
}
.plan-list li strong {
  width: 120px;
  color: #222;
}
.plan-list li p {
  width: 360px;
  color: #999;
}
.plan-list .plan-list-pv {
  margin-bottom: 128px;
}
.plan-list a.plan-list-buy {
  color: #fff;
  background: #0372fe;
}
.business {
  width: var(--con-width);
  height: 362px;
  margin: 44px auto 58px;
  background: url(../images/business.webp) no-repeat center;
  background-size: cover;
  padding: 50px;
}
.business h6 {
  font-size: 30px;
  line-height: 44px;
  color: #222;
  font-weight: bold;
  margin-bottom: 25px;
}
.business p {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 36px;
  background: url(../images/yes.png) no-repeat left center;
  background-size: 26px 26px;
}
.business a {
  margin-top: 40px;
}
footer {
  width: 100%;
  height: auto;
  background: #f4f5f7;
}
.footer-con {
  width: var(--con-width);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.footer-hf {
  padding-top: 20px;
  margin-bottom: 50px;
}
.footer-hf img {
  height: 32px;
  width: 143px;
  margin-bottom: 9px;
}
.footer-hf li {
  font-size: 15px;
  line-height: 30px;
  color: #222222;
}
.footer-links {
  display: flex;
  align-items: center;
  margin-top: 29px;
}
.footer-links a {
  font-size: 14px;
  color: #222;
  line-height: 20px;
  font-weight: 500;
  margin-right: 25px;
}
.footer-con p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.footer-con p a {
  display: flex;
  align-items: center;
}
.footer-con p span {
  margin: 0 10px;
}
.cover,
.notice,
.consultation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.contact {
  height: 400px;
  width: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.contact h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 20px;
  font-weight: 500;
  line-height: 66px;
  color: #222;
  transform: translateX(21px);
}
.contact h2 a {
  width: 16px;
  height: 16px;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
  margin-right: 45px;
}
.contact-con ul {
  width: 100%;
  padding: 10px 0;
}
.contact-con li {
  display: flex;
  align-items: center;
  padding-left: 35px;
  padding-top: 39px;
}
.contact-con .contact-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 19px;
}
.contact-con .contact-left img {
  width: 30px;
  height: 30px;
}
.contact-con .contact-left strong {
  font-size: 12px;
  color: #222222;
  line-height: 18px;
  font-weight: 500;
}
.contact-con .contact-right {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.contact-con .contact-right p {
  font-size: 12px;
  color: #222222;
  line-height: 18px;
  margin-bottom: 5px;
}
.contact-con .contact-right p span {
  color: #999999;
  margin-left: 16px;
}
.contact-con .contact-order .contact-right {
  flex-direction: row;
  align-items: baseline;
}
.contact-con .contact-order .contact-right button {
  width: 80px;
  height: 25px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #0473fe;
  font-weight: 500;
  background: #fff;
  border: 1px solid #0473fe;
  outline: none;
  margin-left: 10px;
}
.notice-con {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 80px;
  width: 500px;
  background: #fff url(../images/close.png) 460px center no-repeat;
  background-size: 16px 16px;
  border-radius: 10px;
}

.consultation-con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: auto;
  width: 393px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.consultation-con h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  background: #fff;
}
.consultation-con .consultation-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80px;
  width: 100%;
  background: #fff;
  padding: 9px 0;
}
.consultation-con .consultation-btns button {
  width: 247px;
  height: 34px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #87bcff;
  border: 0;
  outline: none;
}
.consultation-con .consultation-btns button.consultation-return {
  background: #fff;
  color: #0372fe;
}
.consultation-con .consultation-btns button.consultation-submit.on {
  background: #0372fe;
}
.consultation-con .consultation-form {
  height: 335px;
  width: 100%;
  padding: 0 73px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.consultation-form li {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  margin-bottom: 14px;
}
.consultation-form li label {
  font-size: 12px;
  line-height: 18px;
  color: #222;
  font-weight: 500;
  margin-bottom: 6px;
}
.consultation-form li label span {
  color: red;
}
.consultation-form li input,
.consultation-form li select {
  height: 34px;
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  padding: 0 8px;
}
.consultation-form li select.consultation-industry {
  margin-bottom: 10px;
}
.consultation-form li input::-webkit-input-placeholder {
  font-size: 12px;
  color: #bdbdbd;
  font-weight: 500;
}
.consultation-form li textarea {
  height: 70px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 8px;
  resize: none;
  background: #f5f5f5;
}
