@keyframes bannerToRight {
  0% {
    left: -150px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes bannerToLeft {
  0% {
    left: 700px;
  }
  100% {
    left: 546px;
    opacity: 1;
  }
}
@font-face {
  font-family: "dsf";
  src: url(../assets/fonts/DroidSansFallback.ttf);
}
@font-face {
  font-family: 'Light';
  /*重命名字体名 */
  src: url('../assets/fonts/Alibaba-PuHuiTi-Light.ttf');
  /*引入字体*/
}
@font-face {
  font-family: 'Medium';
  /*重命名字体名 */
  src: url('../assets/fonts/Alibaba-PuHuiTi-Medium.ttf');
  /*引入字体*/
}
@keyframes bannerScroll {
  0% {
    left: 0;
  }
  40% {
    left: 0;
  }
  50% {
    left: -100%;
  }
  90% {
    left: -100%;
  }
  100% {
    left: -200%;
  }
}
.title-warpper {
  padding-top: 72px;
}
.title-warpper .title-container {
  margin: 0 auto;
  text-align: center;
}
.title-warpper .title-container h2 {
  font-size: 36px;
  color: #000000;
  height: 50px;
  line-height: 50px;
  margin-bottom: 14px;
}
.title-warpper .title-container p {
  font-size: 14px;
  color: #c5c5c5;
  line-height: 20px;
}
.banner-container {
  width: 100%;
  height: 600px;
  background: linear-gradient(298deg, #3269eb 0%, #104fe6 100%);
  animation: bannerScroll 15s linear infinite;
}
.banner-container .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-container .swiper-container .swiper-pagination {
  bottom: 30px;
}
.banner-container .swiper-container .swiper-pagination > li {
  width: 12px !important;
  height: 12px !important;
  margin: 0 8px !important;
}
.banner-container .swiper-container {
  --swiper-theme-color: #006eff;
  --swiper-pagination-color: #fff;
}
.banner-container .swiper-bgi .item-warpper {
  background-image: linear-gradient(180deg, #1A5AD8 0%, rgba(56, 147, 238, 0.9) 100%);
}
.banner-container .swiper-bgi .banner-item {
  background-size: contain;
}
.banner-container .banner-item {
  height: 100%;
  overflow: hidden;
}
.banner-container .banner-item .item-warpper {
  overflow: hidden;
  height: 100%;
  background-image: linear-gradient(180deg, #1A5AD8 0%, rgba(56, 147, 238, 0.9) 100%);
}
.banner-container .banner-item:nth-child(2) {
  background-size: contain;
}
.banner-container .banner-item .banner {
  position: relative;
}
.banner-container .banner-item .banner .banner-text3 {
  font-family: PingFangSC-Semibold;
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 66px;
  font-weight: 600;
  margin-bottom: 2px;
}
.banner-container .banner-item .banner .banner-text4 {
  letter-spacing: 0;
  line-height: 66px;
  font-weight: 200;
  font-size: 56px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #fff;
}
.banner-container .banner-item .banner .banner-text5 {
  font-size: 18px;
  line-height: 58px;
  letter-spacing: 1px;
  font-family: 'pfsc';
  font-weight: 400;
  color: #ffffff;
}
.banner-container .banner-item .banner .banner-left {
  position: absolute;
  width: 546px;
  display: flex;
  flex-direction: column;
  left: -150px;
  opacity: 0;
  animation: bannerToRight 0.8s linear;
  animation-fill-mode: forwards;
}
.banner-container .banner-item .banner .banner-left .banner-text1 {
  box-sizing: border-box;
  padding-left: 2px;
  widows: 546px;
  height: 144px;
  font-size: 56px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #fff;
  line-height: 72px;
  margin-top: 185px;
}
.banner-container .banner-item .banner .banner-left .banner-text2 {
  height: 30px;
  font-size: 18px;
  font-family: 'pfsc';
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  opacity: 0.68;
  margin: 16px 0 80px;
}
.banner-container .banner-item .banner .banner-left .using-btn {
  cursor: pointer;
  width: 176px;
  height: 46px;
  background: linear-gradient(270deg, #ff9783 0%, #ff613d 100%);
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
}
.banner-container .banner-item .banner .banner-left .using-btn span {
  display: inline-block;
  transform: scale(0.83);
}
.banner-container .banner-item .banner .banner-left .using-btn:hover {
  box-shadow: 0px 12px 22px -4px rgba(234, 47, 0, 0.44);
}
.banner-container .banner-item .banner .banner-right {
  position: absolute;
  width: 567px;
  height: 432px;
  left: 700px;
  top: 104px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation: bannerToLeft 0.8s linear;
  animation-fill-mode: forwards;
}
.banner-container .banner-item .banner .banner-center {
  text-align: center;
}
.banner-container .banner-item .banner .banner-center .banner-text1 {
  text-align: center;
  box-sizing: border-box;
  padding-left: 2px;
  height: 78px;
  font-size: 56px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #fff;
  line-height: 72px;
  margin-top: 207px;
}
.banner-container .banner-item .banner .banner-center .banner-text2 {
  text-align: center;
  height: 22px;
  font-size: 18px;
  font-family: 'pfsc';
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  opacity: 0.68;
  margin: 16px 0 80px;
}
.banner-container .banner-item .banner .banner-center .using-btn {
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  width: 132px;
  height: 46px;
  letter-spacing: 0;
  background-image: linear-gradient(270deg, #FF9783 0%, #FF613D 100%);
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
}
.banner-container .banner-item .banner .banner-center .using-btn span {
  display: inline-block;
  transform: scale(0.83);
}
.banner-container .banner-item .banner .banner-center .using-btn:hover {
  box-shadow: 0px 12px 22px -4px rgba(234, 47, 0, 0.44);
}
.count-container {
  background-color: #F8F9FB;
  width: 100%;
  height: 180px;
}
.count-container .count {
  height: 100%;
  display: flex;
}
.count-container .count > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.count-container .count > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.count-container .count > div > div .num {
  margin-right: 5px;
  margin-bottom: 0;
}
.count-container .count > div .num {
  height: 60px;
  font-size: 46px;
  color: #222222;
  line-height: 60px;
  margin-bottom: 6px !important;
  font-family: dsf !important;
}
.count-container .count > div .plus {
  font-family: dsf !important;
}
.count-container .count > div .descr {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.function-container {
  width: 100%;
  height: 872px;
  background-color: #fff;
}
.function-container .function {
  box-sizing: border-box;
  height: 100%;
}
.function-container .function .function-list-container {
  box-sizing: border-box;
  padding: 0 3px;
}
.function-container .function .function-list-container .function-list li {
  padding-top: 56px;
  width: 168px;
  justify-content: center;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 134px;
  box-sizing: border-box;
  /* &:nth-child(1) {
            width: 280px;
            // padding-left: 30px;
            position: relative;
            .img-warpper,.name,.desrc {
              margin-left: -60px !important;
            }
          }
          &:nth-child(5) {
            width: 280px;
            // padding-left: 30px;
            position: relative;
            .img-warpper,.name,.desrc {
              margin-left: -60px !important;
            }
          } */
}
.function-container .function .function-list-container .function-list li:nth-child(n+5) {
  padding-top: 64px;
}
.function-container .function .function-list-container .function-list li:nth-child(4) {
  margin-right: 0;
  /* width: 280px;
            padding-left: 100px;
            position: relative;
            .img-warpper,.name,.desrc {
              margin-left: -60px !important;
            } */
}
.function-container .function .function-list-container .function-list li:nth-child(8) {
  margin-right: 0;
  /* width: 280px;
            padding-left: 100px;
            position: relative;
            .img-warpper,.name,.desrc {
              margin-left: -60px !important;
            } */
}
.function-container .function .function-list-container .function-list li .img-warpper {
  width: 108px;
  height: 108px;
  overflow: hidden;
}
.function-container .function .function-list-container .function-list li .img-warpper img {
  width: 100%;
  height: 100%;
}
.function-container .function .function-list-container .function-list li .name {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 25px;
  margin: 26px 0 12px;
}
.function-container .function .function-list-container .function-list li .desrc {
  width: 168px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 100;
  color: #222222;
  line-height: 28px;
}
.function-container .function .function-list-container .function-list li:nth-child(6) .desrc {
  width: 196px;
}
.function-container .function .more-btn {
  cursor: pointer;
  display: block;
  margin: 48px auto 0;
  width: 168px;
  height: 40px;
  border-radius: 24px;
  border: 1px solid #1a5ad8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1a5ad8;
  text-align: center;
  line-height: 40px;
  transition: 0.3s all linear;
}
.function-container .function .more-btn:hover {
  background: rgba(26, 90, 216, 0.06);
}
.solution-container {
  width: 100%;
  height: 670px;
  background: #f8f9fb;
}
.solution-container .solution {
  height: 100%;
}
.solution-container .solution .solution-list {
  margin-top: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.solution-container .solution .solution-list li {
  background: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 82, 177, 0.08);
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 24px;
  width: 328px;
  height: 372px;
}
.solution-container .solution .solution-list li .title {
  text-align: center;
  font-size: 22px;
  color: #222222;
  line-height: 33px;
}
.solution-container .solution .solution-list li .img-warpper {
  margin-top: 32px;
  width: 328px;
  height: 180px;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}
.solution-container .solution .solution-list li .img-warpper img {
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: 0.5s all linear;
}
.solution-container .solution .solution-list li .img-warpper img:hover {
  transform: scale(1.1);
}
.solution-container .solution .solution-list li:nth-child(2) {
  margin: 0 60px;
  /*  .img-warpper {
            margin-top: 0;
            margin-bottom: 4px;
            height: 258px;
          } */
}
.solution-container .solution .solution-list li > div {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.solution-container .solution .solution-list li .desrc1 {
  height: 48px;
  color: #555;
  line-height: 24px;
}
.solution-container .solution .solution-list li .desrc2 {
  height: 24px;
  font-weight: 400;
  color: #555;
  line-height: 48px;
}
.solution-container .solution .solution-list li .desrc3 {
  height: 48px;
  color: #555555;
  line-height: 24px;
}
.selection-container {
  width: 100%;
  height: 489px;
  margin-bottom: 368px;
  overflow: hidden;
}
.selection-container .selection {
  height: 100%;
  box-sizing: border-box;
}
.selection-container .selection .features-list {
  margin-top: 40px;
  width: 1080px;
  display: flex;
  justify-content: space-between;
}
.selection-container .selection .features-list li {
  width: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selection-container .selection .features-list li .img-warpper {
  width: 72px;
  height: 72px;
}
.selection-container .selection .features-list li .img-warpper img {
  width: 100%;
  height: 100%;
}
.selection-container .selection .features-list li .title {
  margin: 20px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 25px;
}
.selection-container .selection .features-list li .desrc {
  text-align: center;
}
.selection-container .selection .features-list li .desrc p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 100;
  color: #222222;
  line-height: 28px;
}
.selection-container .selection .features-list li:nth-child(2) .desrc {
  width: 217px;
}
