@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);
}
@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;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #000000;
  height: 50px;
  line-height: 50px;
  padding-bottom: 14px;
}
.banner-container {
  width: 100%;
  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 .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 .banner {
  position: relative;
}

.banner-container .banner-item .banner .banner-right {
  position: absolute;
  width: 567px;
  height: 432px;
  left: 700px;
  top: 104px;
  opacity: 0;
  animation: bannerToLeft 0.8s linear;
  animation-fill-mode: forwards;
}

.function-container {
  width: 100%;
  /*height: 872px;*/
  background-color: #fff;
}
.function-container .function {
  box-sizing: border-box;
  height: 100%;
}

.function-list-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.function-container .function .function-list-container .function-list li {
  padding-top: 80px;
  width: 280px;
  justify-content: center;
  float: left;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  /*margin: 0 67px;*/
  box-sizing: border-box;
}
.function-container .function .function-list-container .function-list li .img-warpper {

  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: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #191919;
  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: PingFangSC-Thin, PingFang SC;
  /*font-weight: 100;*/
  color: #888888;
  line-height: 26px;
}
.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: #1C2937;
  text-align: center;
  line-height: 40px;
  transition: 0.3s all linear;
}
.function-container .function .more-btn:hover {
  background: rgba(26, 90, 216, 0.06);
}
.CORE-container{
  width: 100%;
  height: 100%;
  background: #f1f5ff;
  display: flex;
  justify-content: center;
}
.solution-containers {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
}
.solution-containers .solutions {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.solution-container {
  width: 100%;
  height: 100%;
  background: #f1f5ff;
  display: flex;
  justify-content: center;
}
.solution-container .solution {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-box {
  background: #fff;
  width: 1200px;
  margin-top: 30px;
  margin-bottom: 50px;
  box-shadow: -1px 4px 12px -1px rgba(19, 108, 255, 0.4);
  opacity:0.8;
}
.join-box{
  background: #fff;
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin-top: 30px;
  /*padding-bottom: 50px;*/
  box-shadow: -1px 4px 12px -1px rgba(19, 108, 255, 0.4);
  opacity:0.8;
}
.coop-box{
  display: flex;
  flex-direction: row;
  /*flex-direction:flex-wrap;*/
  flex-wrap:wrap;
  width: 1200px;
  height: 100%;
  padding-bottom: 90px;
}
.img-1{
  padding:50px 50px;
}
.about-img{
  display: flex;
  flex-direction: row;
}
.jianjie-img{
  position: relative;
}
.wenzi-font{
  position: absolute;
  left: 32%;
  bottom: 58%;
  font-size: 14px;
  line-height: 28px;
}
.wenzi-fonts{
  position: absolute;
  left: 32%;
  bottom: 10%;
  font-size: 14px;
  line-height: 38px;
  padding-right: 26px;
}
.tuceng-img{
  position: relative;
}
.thirt-img{
  position: absolute;
  left: 57%;
  bottom: 18%;
}
.kaobei-img{
  position: absolute;
  left: 54%;
  bottom: 43%;
}
.mar-r{
  margin-right: 100px;
}
.row-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kaifang-font{
  padding-top: 10px;
}

.selection-container {
  width: 100%;
}

.development{
  height: 846px;
  background-image:linear-gradient(to bottom right, #d9649d,#a450af, #6f3cc1);
}
.development h2{
  padding: 78px 0 110px;
  text-align: center;
  color:#fff;
  font-size:30px;
}
.developmentContent{
  height:420px;
  margin: 0 auto;
  max-width:1764px;
  min-width:1200px;
  background: url('../img/index/develop.png') 100% 100% no-repeat;
  position:relative;
}
.developmentContent>div{
  position: absolute;
  color:#fff;
  font-size:16px;
  width: 150px;
  line-height: 22px;
  margin-top: -10px;
}

.developmentContent>div:nth-of-type(1){
  left: 200px;
}
.developmentContent>div:nth-of-type(2){
  left:730px;
}
.developmentContent>div:nth-of-type(3){
  right: 400px;
}
.developmentContent>div:nth-of-type(4),
.developmentContent>div:nth-of-type(5),
.developmentContent>div:nth-of-type(6),
.developmentContent>div:nth-of-type(7),
.developmentContent>div:nth-of-type(8){
  top:208px;
}
.developmentContent>div:nth-of-type(4):before,
.developmentContent>div:nth-of-type(5):before,
.developmentContent>div:nth-of-type(6):before,
.developmentContent>div:nth-of-type(7):before,
.developmentContent>div:nth-of-type(8):before{

}
.developmentContent>div:nth-of-type(4){
  left:314px;
  margin-top: 20px;
}
.developmentContent>div:nth-of-type(5){
  left:582px;
  margin-top:-30px;

}
.developmentContent>div:nth-of-type(6){
  left:844px;
  margin-top: 20px;
}
.developmentContent>div:nth-of-type(7){
  right:550px;
  margin-top:-30px;

}
.developmentContent>div:nth-of-type(8){
  right:284px;
  margin-top: 20px;


}

.developmentContent>div:nth-of-type(9){
  left: 670px;
  bottom:-4px;
}
.developmentContent>div:nth-of-type(10){
  right: 456px;
  bottom:-4px;
}

@media screen and (max-width: 1600px){
  .development{
    height: 660px;
  }
  .developmentContent{
    width:1400px;
    height: 350px;
    background-size: contain;
  }

.developmentContent>div:nth-of-type(1){
  left: 156px;
  margin-top: 0px;
}
.developmentContent>div:nth-of-type(2){
  left:576px;
  margin-top: 0px;
}
.developmentContent>div:nth-of-type(3){
  right: 296px;
  margin-top: 0px;
}
.developmentContent>div:nth-of-type(4),
.developmentContent>div:nth-of-type(5),
.developmentContent>div:nth-of-type(6),
.developmentContent>div:nth-of-type(7),
.developmentContent>div:nth-of-type(8){
  top:178px;
}

.developmentContent>div:nth-of-type(4){
  left:236px;
}
.developmentContent>div:nth-of-type(5){
  left:450px;
}
.developmentContent>div:nth-of-type(6){
  left:662px;
  margin-top: 20px;
}
.developmentContent>div:nth-of-type(7){
  right: 428px;
  margin-top: -30px;
}
.developmentContent>div:nth-of-type(8){
  right:210px;
  margin-top: 20px;
}

.developmentContent>div:nth-of-type(9){
  left: 508px;
  bottom:-4px;
}
.developmentContent>div:nth-of-type(10){
  right: 358px;
  bottom:-4px;
}
}


.join-container{
  display: flex;
  width: 100%;
  height: 664px;
}
.jianbian-font{
  display: flex;
  flex-direction: column;
  padding-left: 42px;
  position: relative;
}
.border-blue{
  position: absolute;
  bottom: 80px;
  left: -50px;
  width: 516px;
  height: 270px;
}
.border-withle{
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 516px;
  height: 270px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
}
.font-box{
  margin-top: 20px;
  margin-left: 20px;
}
.font-t1{
  font-size: 18px;
  color: #009dee;
  padding-bottom: 20px;
}
.font-t2{
  line-height: 16px;
  font-size: 14px;
  padding-bottom: 10px;
}
.font-red{
  font-size: 14px;
  color: red;
  padding-right: 20px;
}
.font-t3{
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 10px;
}
.join-font{
  font-size: 24px;
  padding-top: 120px;
  padding-bottom: 20px;
}
.border-blue{
  background-color: #2e83ff;
}
.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 .title {
  margin: 20px 0 12px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  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: PingFangSC-Thin, PingFang SC;
  font-weight: 100;
  color: #222222;
  line-height: 28px;
}
.selection-container .selection .features-list li:nth-child(2) .desrc {
  width: 217px;
}
.footer-box{
  background-image: url('../img/index/椭圆-2-拷贝-7.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.footer-paading{
  /*margin-left: 200px;*/
  color: #fff;
  /*margin-right: 120px;*/
}
.footer-font1{
  padding-top: 8px;
  font-size: 36px;
  line-height: 40px;
}
.border-bottom{
  border-bottom: 4px solid #ffffff;
  width: 80px;
}
.footer-row{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-font2{
  font-size: 18px;
  margin-left: 24px;
  line-height: 34px;
}
.tijiao-box{
  position: absolute;
  width: 456px;
  right: 22%;
  top: 10%;
  background-color: #ffffff;
  padding: 22px;
  box-shadow: -1px 4px 12px -1px rgba(19, 108, 255, 0.2);
}
.footer-img{
  display: flex;
  flex-direction: row-reverse;
}
.form-box{
  display: flex;
  /*flex-direction: row;*/
  flex-direction: column;
}
.tijiao-font{
 font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #6b6393;
}
.span{
  color: #6b6393;
  font-size: 14px;
  padding-left: 10px;
}
.footer-input{
  border: 1px solid #f2f2f2;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-tijiao{
  background: linear-gradient(to right,#0046f8,#36dcff);
  width: 120px;
  border: 1px solid #fff;
  padding: 10px 0;
  border-radius: 4px;
  margin-top: 25px;
  color: #fff;
}
.footer-di{
  font-size: 14px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  width: 1247px;
  cursor: pointer;
}

.footer-di div{
  padding-left: 20px;
}

.footer-di div a{
  color: #222;
}
.beian-box{
  margin:20px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 30px;
  color: gray;
  font-size: 16px;
}
/*垂直居中*/
.chuizhi-box{
  display: flex;
  justify-content: center
}
.height-width{
  height: 84px;
  width: 2px;
  background-color: #8e8e8e
}
button{
  outline:none;
}
textarea{outline: none}
