@import "../../../libs/common.css";
@import "../../../libs/reset.css";
.sectionTitle {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
a {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover {
  color: #FFFFFF;
}
.container #home-banner {
  width: 100%;
  position: relative;
  background: url(../images/banner2.png) no-repeat center top;
}
.container #home-banner #solution {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container #home-banner #solution .solution-desc {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.container #home-banner #solution .solution-desc .banner-left-icon {
  display: block;
  width: 420px;
  max-width: 55%;
  height: auto;
  margin-left: 60px;
}
.container #home-banner #solution .solution-desc .solution-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 66px;
  color: #333333;
  margin-left: 60px;
}
.container #home-banner #solution .solution-desc .solution-title .solution-title-ai {
  color: #0046DC;
}
.container #who-sy .content {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: absolute;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  top: 515px;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
}
.container #who-sy .content .title {
  padding-top: 40px;
  padding-bottom: 34px;
  width: 220px;
  height: 62px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 62px;
  text-align: center;
  margin: 0 auto;
}
.container #who-sy .content .desc {
  padding-bottom: 55px;
  width: 1108px;
  height: 67px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.container #who-sy .content .desc img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
}
.container #advantage {
  width: 1200px;
  overflow: visible;
  margin: 0 auto;
  margin-top: 260px;
  font-size: 0px;
}
.container #advantage .title {
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
  margin-bottom: 29px;
}
.container #advantage .desc {
  height: auto;
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.container #advantage .solution-cards-container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.container #advantage .solution-card {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 193px;
  height: 296px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 83, 253, 0.1);
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: top;
}
.container #advantage .solution-card .solution-card-image {
  position: absolute;
  top: 62px;
  left: 67px;
  display: block;
  width: 70px;
  height: 70px;
}
.container #advantage .solution-card .solution-card-title {
  padding-top: 147px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
.container #advantage .solution-card .solution-card-summary {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
.container #advantage .solution-card .solution-card-content {
  visibility: hidden;
  margin: 5px auto 0;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #788297;
}
.container #advantage .solution-card .right-arrow-icon {
  position: absolute;
  bottom: 17px;
  left: 91px;
  width: 12px;
  height: 12px;
}
.container #advantage .solution-card .solution-card-bottom-button {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  bottom: 17px;
  width: 100%;
  font-size: 0px;
  padding: 0 10px;
}
.container #advantage .solution-card .solution-card-bottom-button .attempt-freely {
  display: inline-block;
  box-sizing: border-box;
  width: 80px;
  margin-right: 10px;
  background: #0053FD;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  cursor: pointer;
  vertical-align: top;
}
.container #advantage .solution-card .solution-card-bottom-button .detail-of-function {
  display: inline-block;
  box-sizing: border-box;
  width: 80px;
  text-align: center;
  line-height: 30px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #0053FD;
  font-size: 14px;
  font-weight: 400;
  color: #0053FD;
  cursor: pointer;
  vertical-align: top;
}
.container #advantage .solution-card:nth-child(6) {
  margin-right: 0px;
}
.container #advantage .solution-card:nth-child(12) {
  margin-right: 0px;
}
.container #advantage .solution-card:hover {
  animation: 0.5s rainbow;
  animation-fill-mode: forwards;
}
.container #advantage .solution-card:hover .solution-card-image {
  animation: 0.5s image;
  animation-fill-mode: forwards;
}
.container #advantage .solution-card:hover .solution-card-title {
  animation: 0.5s title;
  animation-fill-mode: forwards;
}
.container #advantage .solution-card:hover .solution-card-content {
  animation: 0.5s content;
  animation-fill-mode: forwards;
}
.container #advantage .solution-card:hover .right-arrow-icon {
  animation: 0.5s arrow;
  animation-fill-mode: forwards;
}
.container #advantage .solution-card:hover .solution-card-bottom-button {
  animation: 0.5s bottomBtn;
  animation-fill-mode: forwards;
}
@keyframes image {
  to {
    top: -25px;
  }
}
@keyframes title {
  to {
    padding-top: 60px;
  }
}
@keyframes content {
  to {
    visibility: visible;
  }
}
@keyframes arrow {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes bottomBtn {
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes rainbow {
  to {
    border: 1px solid #CDDEFF;
    background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 100%);
    box-shadow: 0px 20px 15px 0px rgba(0, 83, 253, 0.1);
  }
}
.container #mission-values {
  width: 100%;
  margin: 50px auto 60px;
  padding: 34px 0;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.container #mission-values .mission-values-content {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.container #mission-values .mission-values-cards {
  display: flex;
  justify-content: space-between;
  gap: 26px;
}
.container #mission-values .mv-card {
  flex: 1;
  min-height: 186px;
  padding: 30px 34px 26px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
  border: 1px solid #EEF2FF;
}
.container #mission-values .mv-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.container #mission-values .mv-card:nth-child(1)::before {
  background: linear-gradient(180deg, rgba(0, 70, 220, 0.1) 0%, rgba(64, 215, 255, 0.02) 100%);
}
.container #mission-values .mv-card:nth-child(2)::before {
  background: linear-gradient(180deg, rgba(255, 90, 0, 0.1) 0%, rgba(255, 196, 0, 0.03) 100%);
}
.container #mission-values .mv-card:nth-child(3)::before {
  background: linear-gradient(180deg, #e3f3ff 0%, #f5fbff 100%);
}
.container #mission-values .mv-card-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  color: #0046DC;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: none;
}
.container #mission-values .mv-card-icon svg {
  color: #0046DC;
  width: 44px;
  height: 44px;
}
.container #mission-values .mv-card-icon svg * {
  stroke: #0046DC;
  stroke-width: 5;
}
.container #mission-values .mv-card-title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #0046DC;
  letter-spacing: 0;
  margin-top: 8px;
}
.container #mission-values .mv-card-line {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 4px;
  border-radius: 999px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, #0046DC 0%, #40D7FF 100%);
}
.container #mission-values .mv-card-text {
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 12px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  word-break: break-word;
}
.container #mission-values .mv-card-values .mv-card-text {
  word-spacing: 10px;
  white-space: nowrap;
}
.container #help .help-content {
  width: 1200px;
  height: 450px;
  text-align: center;
  margin: 0 auto;
}
.container #help .help-content .title {
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  margin-top: 80px;
  margin-bottom: 19px;
}
.container #help .help-content .desc {
  height: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 21px;
}
.container #qualification .qualification-content {
  text-align: center;
  margin: 0 auto;
}
.container #qualification .qualification-content .title {
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.container #qualification .qualification-content .case {
  height: 410px;
  margin-top: 40px;
}
.container #qualification .qualification-content img {
  height: 268px;
}
.container #qualification .qualification-content .swiper-container {
  width: 1200px;
  height: 330px;
}
.container #qualification .qualification-content .swiper-slide {
  box-shadow: none;
}
.container #qualification .qualification-content .swiper-button-left,
.container #qualification .qualification-content .swiper-button-right {
  height: 300px;
}
.container #qualification .qualification-content .slide-content {
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.container #qualification .qualification-content .slide-content li {
  display: inline-block;
}
.container #develop .develop-content {
  text-align: center;
  margin: 0 auto;
}
.container #develop .develop-content .title {
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.container #develop .develop-content img {
  width: 100%;
}
.container #develop .develop-content .case {
  height: 330px;
}
.container #develop .develop-content .swiper-button-left,
.container #develop .develop-content .swiper-button-right {
  height: 300px;
}
.container #develop .develop-content .swiper-container {
  height: 300px;
}
.container #develop .develop-content .swiper-slide {
  box-shadow: none;
  height: 300px;
  background-image: url(../images/developbg.png);
}
.container #develop .develop-content .swiper-slide .slide-content li {
  float: left;
  width: 240px;
  padding-top: 60px;
  position: relative;
}
.container #develop .develop-content .swiper-slide .slide-content li .time {
  font-size: 26px;
  color: #0053FD;
  font-weight: 600;
  padding-bottom: 10px;
}
.container #develop .develop-content .swiper-slide .slide-content li .point {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: rgba(210, 225, 255, 0.18);
  margin: 10px 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.container #develop .develop-content .swiper-slide .slide-content li .point::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: rgba(210, 225, 255, 0.59);
  left: calc(50% - 9px);
  top: 4px;
  z-index: 2;
}
.container #develop .develop-content .swiper-slide .slide-content li .point::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #0053FD;
  left: calc(50% - 4px);
  top: 9px;
  z-index: 3;
}
.container #develop .develop-content .swiper-slide .slide-content li .info {
  width: 180px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  color: #333333;
}
.container #develop .develop-content .swiper-slide .slide-content li::after {
  content: '— — — — — — —';
  display: block;
  position: absolute;
  top: 108px;
  right: -34%;
  font-weight: normal;
  color: #CFDFFF;
}
.container #develop .develop-content .swiper-slide .slide-content li:nth-last-of-type(1)::after {
  display: none;
}
.container #about-contact {
  width: 100%;
  min-width: 1200px;
  padding: 80px 0 90px;
  box-sizing: border-box;
}
.container #about-contact .about-contact-content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.container #about-contact .title {
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  margin-bottom: 40px;
}
.container #about-contact .main-contain {
  width: 1200px;
  height: 310px;
  margin: 0 auto;
  z-index: 5;
  text-align: center;
}
.container #about-contact .nav-contain {
  width: 180px;
  float: left;
}
.container #about-contact .nav-contain .nav-item {
  width: 180px;
  height: 77.5px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #000000;
  cursor: pointer;
}
.container #about-contact .nav-contain .nav-item span {
  float: left;
  font-size: 28px;
  line-height: 77px;
  margin-left: 37px;
  margin-right: 22px;
  color: #000000;
}
.container #about-contact .nav-contain .nav-item p {
  float: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 77px;
  color: #000000;
}
.container #about-contact .nav-contain .nav-active {
  background: #0053FD;
  color: #FFFFFF;
}
.container #about-contact .nav-contain .nav-active span,
.container #about-contact .nav-contain .nav-active p {
  color: #FFFFFF;
}
.container #about-contact .nav-contain .nav-item:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.08);
}
.container #about-contact .show-contain {
  float: left;
  width: 1020px;
  height: 310px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 0px rgba(0, 83, 253, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.container #about-contact .show-list {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px 14px 0px 63px;
  position: relative;
  top: 0;
}
.container #about-contact .show-item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.container #about-contact .show-item .text {
  float: left;
  width: 432px;
  height: 100%;
  margin-right: 17px;
}
.container #about-contact .show-item .text h3 {
  padding-top: 75px;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  line-height: 42px;
  margin-bottom: 23px;
}
.container #about-contact .show-item .text .mark {
  width: 54px;
  height: 4px;
  background: #0053FD;
  margin-bottom: 21px;
}
.container #about-contact .show-item .text p {
  font-size: 16px;
  font-weight: 600;
  color: #788297;
  text-align: left;
}
.container #about-contact .show-item .picture {
  float: left;
  width: 494px;
  height: 276px;
  padding-top: 17px;
}
.container #about-contact .show-item .picture img {
  width: 100%;
  height: 100%;
  display: block;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 2804454 */
  src: url('//at.alicdn.com/t/font_2804454_57pnpjzgyn.woff2?t=1631263005620') format('woff2'), url('//at.alicdn.com/t/font_2804454_57pnpjzgyn.woff?t=1631263005620') format('woff'), url('//at.alicdn.com/t/font_2804454_57pnpjzgyn.ttf?t=1631263005620') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-guanbi:before {
  content: "\e608";
}
