@font-face {
  font-family: 'NotoSansSC-Regular';
  src: url("/lib/fonts/NotoSansSC-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansSC-Medium';
  src: url("/lib/fonts/NotoSansSC-Medium.otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansSC-Bold';
  src: url("/lib/fonts/NotoSansSC-Bold.otf");
  font-display: swap;
}

/* @font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url("/lib/fonts/SourceHanSansCN-Medium.otf");
  font-display: swap;
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url("/lib/fonts/SourceHanSansCN-Bold.otf");
  font-display: swap;
} */



@font-face {
  font-family: 'DIN-Bold';
  src: url("/lib/fonts/DIN-Bold.otf");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}


.common-container {
  max-width: 1200px;
  margin: auto;
}

.padding-container {
  padding: 0 15px;
}

.title-part {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.com-title {
  margin-bottom: 30px;
  font-size: 36px;
  font-family: 'NotoSansSC-Medium';
  color: #101010;
}

.com-desc {
  max-width: 570px;
  margin: auto;
  font-size: 16px;
  color: #999;
}



body {
  font-family: 'NotoSansSC-Regular';
  line-height: 1;
}

.banner-container {
  height: 100%;
  min-height: 630px;
  padding-top: 90px;
  background: url(/lib/images/banner.jpg) no-repeat;
}

.banner-text {
  text-align: center;
  animation-duration: 2s;
}


.banner-title {
  margin-bottom: 40px;
  color: #fff;
  /* font-weight: bold; */
  font-family: 'NotoSansSC-Bold';
  text-shadow: rgb(11 45 79 / .5) 5px 5px 5px;
}

.banner-en-title {
  font-size: 50px;
  letter-spacing: 7px;
  line-height: 63px;
}

.banner-cn-title {
  letter-spacing: 7.84px;
  font-size: 56px;
}

.banner-cn-title span {
  color: #29d37d;
}

.banner-desc {
  /* max-width: 520px; */
  margin: 0 auto;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  letter-spacing: 0.44px;
}

/* 动图 start */
.dynamic-banner {
  position: relative;
  /* background: url(/lib/images/img_banner_float.png) no-repeat; */
}

.dynamic-bg {
  position: relative;
  margin-top: 63px;
}

.dynamic-bg img {
  width: 100%;
}

.gif {
  position: absolute;
  bottom: 13%;
  left: 51%;
  transform: translate(-50%);
}

.gif img {
  width: 95%;
  height: 100%;
  max-width: 494px;
  max-height: 322px;
  /* border-radius: 5px; */
}

@media (max-width: 768px) {
  .gif img {
    width: 84%;
  }
}

@media (max-width: 1023px) {
  .banner-container {
    padding-top: 60px;
  }
}

@media (max-width: 1024px) {

  .dynamic-bg {
    margin-top: 65px;
  }

  .gif {
    left: 53.5%;
  }

  .gif img {
    width: 85%;
  }
}


/* experts start */
.experts-container {
  margin-top: -73px;
  padding: 133px 15px 60px;
  background: #f5f9fb;
}

.experts-logo {
  display: flex;
  justify-content: center;
}

.experts-tabs {
  padding-top: 60px;
  display: flex;
}

.experts-tabs-list {
  max-width: 315px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  border-right: 2px solid #e5e5e5;
}

.experts-list-item {
  position: relative;
  display: flex;
  margin: 30px 0 10px;
  padding-right: 80px;
  height: 48px;
  /* line-height: 48px; */
  cursor: pointer;
}

.experts-list-item::after {
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 100%;
  content: '';
  border-right: 2px solid #e5e5e5;
}

.experts-list-item .icon {
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: auto 0;
}

.experts-list-item .desc {
  color: #5c6978;
  font-size: 16px;
  margin: auto 0;
  line-height: 24px;
}


.experts-list-item .icon svg {
  width: 28px;
  margin-right: 30px;
}

/* 左边选中样式 */
.experts-list-item.active::after {
  border-color: #3269ff;
}

.experts-list-item.active .desc {
  color: #3269ff;
  /* font-weight: bold; */
  font-family: 'NotoSansSC-Bold';
}

.experts-list-item.active svg {
  fill: #3269ff;
}

.experts-tabs-content {
  padding: 20px 0 20px 80px;
}

.experts-content-item.active {
  display: block !important;
}

.experts-content-desc {
  max-width: 780px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}


@media (max-width: 1023px) and (min-width: 768px) {
  .experts-tabs-content {
    padding: 20px 0 20px 30px;
  }

  .experts-container {
    padding: 60px 15px 60px;
  }

  .experts-tabs {
    padding-top: 40px;
  }

  .experts-list-item {
    padding-right: 50px;
  }

  .experts-tabs-list {
    max-width: 270px;
  }
}


/* experts end */


/* service start */
.services-container {
  position: relative;
  padding: 80px 15px;
}

.services-content {
  position: relative;
}

.heart-icon {
  position: absolute;
  top: -52px;
  right: 205px;
  z-index: 2;
}

/* 缩略图 start */

.services-thumbs-container {
  padding: 60px 30px 30px;
  /* border-bottom: 1px solid #e5e5e5; */
  background: url(/lib/images/img_service_line.png) no-repeat bottom;
}

.swiper-thumbs-item {
  cursor: pointer;
}

.swiper-thumbs-icon1 {
  width: 72px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgb(6 24 73 /.15);
}

.swiper-slide-thumb-active .swiper-thumbs-icon2 {
  box-shadow: 0px 6px 10px rgb(50 105 255 /.1);
}

.swiper-thumbs-icon2 {
  border-radius: 10px;

}

.swiper-slide-thumb-active .swiper-thumbs-icon3 {
  box-shadow: 0px 15px 10px rgb(37 94 237 /.1);
}

.swiper-thumbs-icon3 {
  width: 72px;
  border-radius: 10px;
}

.swiper-thumbs-icon3 img {
  border-radius: 10px;
}

.swiper-thumbs-desc {
  margin-top: 20px;
  font-size: 16px;
  color: #101010;
  text-align: center;
  line-height: 24px;
}

/* 缩略图 end */

/* 主图 start */
.swiper-slide-item {
  display: flex;
  padding: 60px 40px 0;
  justify-content: space-between;
}

.swiper-slide-img {
  flex: 1;
  margin-right: 60px;
}

.swiper-slide-img img {
  width: 100%;
}

.swiper-slide-desc {
  flex: 1;
}

.swiper-desc-title {
  margin: 30px 0 40px;
  font-size: 20px;
  color: #101010;
  font-family: 'NotoSansSC-Medium';
}


.swiper-desc-text {
  padding-left: 24px;
  margin-bottom: 40px;
}

.swiper-desc-text p {
  font-size: 15px;
  line-height: 24px;
  color: #505050;
}

.com-btn {
  display: flex;
  justify-content: center;
  justify-items: center;
  height: 48px;
  width: 100%;
  max-width: 280px;
  line-height: 48px;
  text-align: center;
  background: #3269ff;
  border-radius: 4px;


}

.com-btn a {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.com-btn a:hover span {
  display: flex;
  justify-content: center;
  transition: all .8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


/* 箭头 */
.services-button-prev,
.services-button-next {
  top: 75% !important;
  width: 64px;
  height: 64px;
  /* background: #e5e5e5; */
  border-radius: 50%;
  --swiper-navigation-color: #101010;
  --swiper-navigation-size: 20px;
  outline: none;
}

.services-button-prev {
  left: -8% !important;
}

.services-button-next {
  right: -8% !important;
}

.services-button-prev {
  background: #e5e5e5 url(/lib/images/icon_arrow_left.svg) no-repeat center;
}

.services-button-prev::after {
  content: '';
}

.services-button-next {
  background: #e5e5e5 url(/lib/images/icon_arrow_right.svg) no-repeat center;
}

.services-button-next::after {
  content: '';
}

@media (max-width: 1420px) {
  .services-button-prev {
    left: -4% !important;
  }

  .services-button-next {
    right: -4% !important;
  }
}

@media (max-width: 1314px) {

  .services-button-prev,
  .services-button-next {
    display: none;
  }
}

@media (max-width: 1023px) {
  .swiper-slide-item {
    flex-direction: column;
    padding: 30px 15px 0;
  }

  .swiper-slide-img {
    margin-right: 0;
  }

  .swiper-desc-title {
    margin: 30px 0;
  }

  .swiper-desc-text {
    margin-bottom: 30px;
  }

  .services-container {
    padding: 60px 15px;
  }

  .services-thumbs-container {
    padding: 40px 15px 30px;
  }
}

/* 主图 end */

/* service end */


/* choose start */
.choose-container {
  height: 750px;
  background: #1f1c2d;
  background: linear-gradient(to right, #1f1c2d, #1c2e4e);
  /* background: linear-gradient(to right, rgba(31, 28, 45, .3), rgba(28, 46, 78, .5)),; */

}

.choose-bg {
  width: 100%;
  height: 100%;
  background: url(/lib/images/img_choose_bg.png) no-repeat right;
  background-size: contain;

}

.choose-content-div {
  padding-top: 125px;
  background: url(/lib/images/img_choose_bg_2.png) no-repeat;
  background-position-y: 185px;
  background-position-x: 890px;
}

.choose-desc {
  width: 100%;
  max-width: 680px;
}

.choose-desc-title {
  margin-bottom: 30px;
  font-size: 36px;
  /* font-weight: bold; */
  font-family: 'NotoSansSC-Bold';
  color: #fff;
}

.choose-desc-title span {
  color: #29d37d;
}

.choose-desc-text {
  font-size: 16px;
  line-height: 24px;
  color: rgb(255 255 255 /.75);
}

.choose-advantage-list {
  padding: 70px 0 40px;
}

.choose-advantage-list li {
  display: flex;
  margin-bottom: 30px;
}

.choose-advantage-list li img {
  width: 32px;
  margin-right: 20px;
}

.choose-advantage-desc {
  font-size: 20px;
  line-height: 32px;
  color: rgb(255 255 255 /.75);
  font-family: 'NotoSansSC-Medium';
}

@media (max-width: 1650px) {
  .choose-content-div {
    background: url(/lib/images/img_choose_bg_2.png) no-repeat right;
    background-position-y: 185px;
    /* background-position-x: 890px; */
  }
}

@media (max-width:1279px) {

  .choose-content-div {
    background-size: 60%;
    background-position: bottom right;

  }
}

@media (max-width: 1023px) {
  .choose-container {
    height: auto;
  }

  .choose-content {
    padding: 60px 0;
  }

  .choose-advantage-list {
    padding: 40px 0 20px;
  }

  .choose-advantage-list li {
    margin-bottom: 20px;
  }
}


/* choose end */


/* case start */
.case-container {
  padding: 80px 0 0;
  background: #f5f9fb;
}

.case-bg {
  padding-bottom: 80px;
  background: url(/lib/images/img_case_bg.png) no-repeat left bottom;
}

.case-content {
  position: relative;
}

.case-swiper-container {
  max-width: 1180px;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: rgba(0, 17, 33, .1) 10px 10px 40px;
}

.case-swiper-item {
  display: flex;
  padding: 65px 60px;
  background: #fff;
  border-radius: 10px;
}

.case-swiper-img {
  max-width: 480px;
  width: 100%;
  height: 310px;
  padding-top: 50px;
  box-shadow: rgba(0, 17, 33, .2) 0 0 3px;
  border-radius: 4px;
  background: url(/lib/images/pic_case_bg.png) no-repeat;
  overflow: hidden;
}

.case-swiper-img img {
  width: 100%;
}

.case-swiper-desc {
  max-width: 520px;
  width: 100%;
  margin-left: 60px;
}

.case-swiper-title {
  margin: 45px 0 30px;
  font-size: 28px;
  font-family: 'NotoSansSC-Medium';
}

.case-swiper-heng {
  width: 40px;
  height: 4px;
  background-color: #3269ff;
}

.case-swiper-text {
  margin: 30px 0 60px;
  line-height: 24px;
  font-size: 16px;
  color: #505050;
}

.scroll-number-content {
  display: flex;
}

.scroll-number-item {
  flex: auto;
}

.scroll-num-div {
  display: flex;
  margin-bottom: 16px;
}

.scroll-num {
  font-size: 48px;
  color: #101010;
  font-family: 'DIN-Bold';
}

.add {
  padding-top: 32px;
  padding-left: 5px;
  font-size: 16px;
  color: #505050;
}

.scroll-desc {
  font-size: 16px;
  color: #8c8c8c;
}

/* 箭头 */
.case-button-prev,
.case-button-next {
  top: 56% !important;
  width: 64px;
  height: 64px;
  background: #e5e5e5;
  border-radius: 50%;
  --swiper-navigation-color: #101010;
  --swiper-navigation-size: 20px;
  outline: none;
}

.case-button-prev {
  left: -7%;
}

.case-button-next {
  right: -7%;
}

.case-button-prev {
  background: #e5e5e5 url(/lib/images/icon_arrow_left.svg) no-repeat center;
}

.case-button-prev::after {
  content: '';
}

.case-button-next {
  background: #e5e5e5 url(/lib/images/icon_arrow_right.svg) no-repeat center;
}

.case-button-next::after {
  content: '';
}



/* 箭头end */

.case-btn {
  margin: auto;
}

@media (max-width: 1400px) {
  .case-button-prev {
    left: 10px;
  }

  .case-button-next {
    right: 10px;
  }
}

@media (max-width: 1279px) {

  .case-button-prev,
  .case-button-next {
    top: 50% !important;
  }
}

@media (max-width:1023px) {
  .case-swiper-item {
    padding: 30px 15px;
    flex-direction: column;
  }

  .case-swiper-img,
  .case-swiper-desc {
    max-width: 100%;
  }

  .case-swiper-desc {
    margin-left: 0;
  }

  .case-swiper-title,
  .case-swiper-text {
    margin: 30px 0;
  }

  .case-container {
    padding: 60px 0 0;
  }

  .case-bg {
    padding-bottom: 60px;
  }
}

/* case end */

/* price start */


.price-container {
  padding: 80px 15px 70px;
}

.table-container {
  padding: 40px 0;
}

.table-item-version {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  color: #fff;
  text-align: center;
}

.version-one {
  background: url(/lib/images/img_price_1.jpg) no-repeat;
}

.version-two {
  background: url(/lib/images/img_price_2.jpg) no-repeat;
}

.version-three {
  background: url(/lib/images/img_price_3.jpg) no-repeat;
}

.version-name {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'NotoSansSC-Medium';
}

.version-desc {
  font-size: 15px;
  font-family: 'NotoSansSC-Medium';
}


.catagory {
  height: 120px;
  padding: 0;
  border: none;
}

.catagory-title {
  background: #f8f9fa;
  padding: 0 30px;
  font-size: 18px;
  color: #101010;
  font-family: 'NotoSansSC-Medium';
}

.price {
  height: 110px;
  padding: 0 30px;
}

.table-right-num {
  height: 100%;
  font-size: 24px;
  font-family: 'DIN-Bold';
  /* border: 1px solid #eeeff1; */
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  overflow: auto;
  border: 1px solid #eeeff1;
}

.table-title {
  width: 100%;
  /* height: 60px;
  line-height: 60px; */
  padding: 17px 30px;
  font-size: 18px;
  font-family: 'NotoSansSC-Medium';
  text-align: start;
  color: #101010;
  background: #f8f9fa;
}

.first {
  width: 37%;
  text-align: start;
}

.more {
  /* padding: 10px 30px; */
}

tr {
  border: 1px solid #eeeff1;
}

td {
  width: 21%;
  /* height: 48px; */
  font-size: 15px;
  color: #505050;
  /* line-height: 24px; */
  text-align: center;
  border: 1px solid #eeeff1;
  padding: 12px 30px;
}

td p {
  line-height: 24px;
}

/* 表格结束 */

.table-btn {
  margin: auto;
}


/* faq start */
.open-container  .faqs-list {
  margin-top: 60px;
  list-style: none;
}


.open-title-div {
  display: flex;
  justify-content: space-between;
  padding: 18px 30px;
  /* background: #e4ebff; */
  background: linear-gradient(to right, #e4ebff, #fafbff);
  cursor: pointer;
}

.open-title {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: 'NotoSansSC-Medium';
  background: url(/lib/images/icon_faq_unfold.svg) no-repeat right;
}


.open-icon {
  background: url(/lib/images/icon_faq_close.svg) no-repeat right;
}

.open-desc {
  display: none;
  padding: 20px 40px;
  font-size: 16px;
  color: #505050;
  line-height: 24px;
}

.open-desc.show {
  display: block;
}

/* faqs end */


/* price end */


/* .train start */
.train-container {
  padding: 80px 15px;
  background: #f5f9fb;
}

.train-swiper-container {
  margin: 40px 0;
}

.train-swiper-item {
  display: block;
  text-decoration: none;
  background: #fff;
}

.train-swiper-img {
  width: 100%;
}

.train-swiper-desc {
  padding: 24px 20px 34px;
}

.train-swiper-title {
  font-size: 16px;
  font-family: 'NotoSansSC-Medium';
  color: #101010;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.train-swiper-detail {
  display: flex;
}

.train-swiper-detail span {
  font-size: 14px;
  color: #999;
}

.train-swiper-detail svg {
  margin-left: 10px;
}

.train-swiper-item:hover {
  transition: all .8s;
  box-shadow: rgba(0, 17, 33, .1) 0 0 4px;
}

.train-swiper-item:hover .train-swiper-detail svg {
  fill: #3269ff;
  margin-left: 14px;
}

.train-swiper-item:hover .train-swiper-detail span {
  color: #3269ff;
  transition: all .8s;
}

.train-desc .train-desc-content {
  position: relative;
  max-width: 570px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #101010;
}

.train-desc .train-desc-content p span {
  color: #3269ff;
}

.tip {
  position: absolute;
  bottom: 38px;
  right: 39px;
  width: 150px;
  display: none;
  padding: 74px 15px;
  z-index: 1;
  background: #fff url(/lib/images/code-bg.png) no-repeat center bottom;
  box-shadow: rgb(6 24 73 / 15%) 0px -6px 10px;
  border-radius: 5px;
}

/* .tip-content-div {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 93%;
  left: 37%;
}

.tip-content {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: relative;
  top: -39%;
  left: 15%;
} */

.img {
  position: absolute;
  /* right: 0;
  width: 110px;
  padding: 20px;
  z-index: 2;
  bottom: 0; */
  right: 10px;
  width: 130px;
  padding: 10px 5px;
  z-index: 2;
  bottom: 8px;
}


/* train end */



/* contact start */
.contact-container {
  padding: 80px 15px 60px;
}

.form-container {
  margin-top: 40px;
}

.form-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.form-item-div {
  flex: 1;
}


.form-item-div {
  margin-right: 20px;
  margin-bottom: 20px;
  /* flex: 0 0 calc(100% / 3 - 20px); */
}

.form-item-div:nth-child(3n) {
  margin-right: 0;
}


.form-item {
  margin-bottom: 20px;
}

.form-item input {
  display: block;
  width: 85%;
  height: 48px;
  padding: 0 30px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}

.form-btn {
  max-width: 100%;
}

.call-way {
  text-align: center;
}

.call-way a {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center;
  justify-items: center;
  text-decoration: none;
}

.call-way span {
  font-size: 28px;
  font-family: 'DIN-Bold';
  color: #101010;
}

.call-way img {
  width: 32px;
  height: max-content;
  margin: auto 20px auto 0;
}

input:focus {
  /* outline: 1px solid #3269ff; */
  outline: none;
  /* border-radius: 4px; */
}

.submit {
  background: #3269ff;
  color: #fff;
  width: 100% !important;
  cursor: pointer;
  outline: none;
}

@media (max-width: 1023px) {
  .contact-container {
    padding: 60px 15px 40px;
  }

  .form-content {
    flex-direction: column;
  }

  .form-item input {
    width: -webkit-fill-available;
  }

  .form-item-div {
    margin-right: 0;
    margin-bottom: 0;
  }

  .train-container {
    padding: 60px 15px;
  }

  .price-container {
    padding: 60px 15px;
  }

  .faqs-list {
    margin-top: 50px;
  }
}

/* contact end */