.team-ren{
  width: 30%;
  height: 242px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 54px;
  box-sizing: border-box;
  /*margin-right: 60px;
  margin-bottom: 100px;*/
  margin: 0 auto;
}
.team-ren-name{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
}
.C-name{
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.E-name{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.team-ren:hover{
  box-shadow: 0px 2px 9px 0px #EEEFF8;
}
.team-ren-img1{
  width: 213px;
  height: 162px;
  margin-top: 60px;
  margin-right: 23px;
}
.team-ren-img2{
  width: 189px;
  height: 155px;
  margin-top: 60px;
  margin-right: 35px;
}
.team-ren-img3{
  width: 153px;
  height: 142px;
  margin-top: 72px;
  margin-right: 30px;
}
.team-ren-img4{
  width: 150px;
  height: 157px;
  margin-top: 68px;
  margin-right: 46px;
}
.team-ren-img5{
  width: 239px;
  height: 134px;
  margin-top: 76px;
  margin-right: 8px;
}
.team-ren-img6{
  width: 150px;
  height: 139px;
  margin-top: 80px;
  margin-right: 22px;
}
.process{
  width: 1379px;
  min-height: 43px;
  height: auto;
  background-image: url("../img/fwlc_line.png");
  background-size: 1251px 11px;
  background-repeat: no-repeat;
  background-position: center 27px;
  margin-left: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.process-item{
  width: 84px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-item-icon{
  width: 68px;
  height: 64px;
}
.spot{
  width: 28px;
  height: 6px;
}
.process-item-title{
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.process-item_text{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  text-align: center;
  line-height: 38px;
}
.afterSales-guarantee{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.afterSales-item{
  width: 30%;
  height: 299px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 17px;
  margin-right: 17px;
}
.afterSales-icon{
  width: 74px;
  height: 74px;
  margin-top: 9px;
  margin-bottom: 11px;
}
.afterSales-title{
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  margin-bottom: 18px;
}
.afterSales-content{
  width: 345px;
  height: auto;
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
}

.banner-container {
  width: 100%;
  margin-top: 83px;
}

.banner-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.business{
  margin-top: 50px;
}

.business .business-title1{
  font-size: 28px;
  color: #333333;
  position: relative;
  background: transparent;
  text-align: center;
}

.business .focus{
  font-size: 40px;
  font-family: Barlow-SemiBold, Barlow;
  font-weight: 600;
  color: #1552DF;
  line-height: 48px;
  -webkit-background-clip: text;
}

.business .business-title2{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979BA5;
  text-align: center;
  margin-top: 10px;
}

.business-item{
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.business-item li{
  color: #000000;
  text-align: center;
  margin: 0 auto;
}

.business-item li:hover{
  width: 170px;
  height: 170px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 20px 30px -15px #f42434;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 18px;
}

.business-item i{
  width: 120px;
  height: 120px;
  /* background-size: 60px 60px; */
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  transition: all 0.6s;
}

.business-icon1{
  background-image: url(../img/home_con01_icon.png);
}

.business-icon1:hover{
  background-image: url(../img/home_con01_icon_pre.png);
  transform: scale(1.4);
  margin-bottom: 10px;
}

.business-icon2{
  background-image: url(../img/home_con02_icon.png);

}

.business-icon2:hover{
  background-image: url(../img/home_con02_icon_pre.png);
  transform: scale(1.4);
  margin-bottom: 10px;
}

.business-icon3{
  background-image: url(../img/home_con03_icon.png);
}

.business-icon3:hover{
  background-image: url(../img/home_con03_icon_pre.png);
  transform: scale(1.4);
  margin-bottom: 10px;
}

.business-icon4{
  background-image: url(../img/home_con04_icon.png);
}

.business-icon4:hover{
  background-image: url(../img/home_con04_icon_pre.png);
  transform: scale(1.4);
  margin-bottom: 10px;
}

.business-icon5{
  background-image: url(../img/home_con05_icon.png);
}

.business-icon5:hover{
  background-image: url(../img/home_con05_icon_pre.png);
  transform: scale(1.4);
  margin-bottom: 10px;
}

.cando{
  margin-top: 80px;
}

.cando i{
  width: 530px;
  height: 70px;
  display: inline-block;
  background: url("../img/we_can_do.png") no-repeat scroll 0 -30px transparent;
}

.cando p{
  width: 530px;
  height: 70px;
  text-align: center;
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  line-height: 50px;
  letter-spacing: 1px;
  -webkit-background-clip: text;
}

.cando-contact{
  width: 250px;
  /*position: absolute;
  left: 45%;
  top: 100px;*/
  position: relative;
  animation: move 1.5s infinite alternate;
}

@keyframes move {
  0% {
    left: 45%;
    top: -50px;
  }

  100% {
    left: 50%;
    top: -50px;
  }

}

.cando-contact img{
  width: 20px;
  height: 20px;
}

.programme{
  width: 100%;
  height: 475px;
  background: #212229;
}

.programme-main{
  height: 100%;
  margin: 0 auto;
  background-image: url(../img/home_con02_bg.png);
  display: flex;
}

.programme-icon{
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/home_con2_dian.png);
  margin-right: 10px;
}

.programme-left{
  color: #FFFFFF;
  font-size: 20px;
  padding-top: 60px;
  flex: 2;
  position: relative;
}

.programme-ul{
  margin-left: 15%;
}

.programme-left li{
  width: 50%;
  float: left;
  height: 80px;
  line-height: 80px;
}

.programme-right{
  flex: 1;
  /*margin-top: -100px;*/
}
.select-tab{
  width: 800px;
  height: 100px;
  background: rgba(38, 38, 46, 1);
  float: right;
  /*margin-top: 60px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.left-icon{
  width: 50px;
  height: 100%;
  cursor: pointer;
}
.right-icon{
  width: 50px;
  height: 100%;
  cursor: pointer;
}
.programme-container{
  width: 600px;
  height: 100px;
  overflow: hidden;
}
.programme-container .swiper-slide{
  width: 600px;
  height: 100px;
  display: flex;
  align-items: center;
  background: rgba(38, 38, 46, 1);
}
.tab-item{
  width: 120px;
  height: 100%;
  line-height: 100px;
  cursor: pointer;
}
.tab-item.selected{
  background-color: rgba(22, 75, 213, 1);
}
.show-img{
  width: 500px;
  height: 475px;
}


.quote{
  width: 100%;
  height: 596px;
  background-color: #FFFFFF;
  background-image: url("../img/home_con03_bg\(1\).png");
  background-size: 791px 596px;
  background-repeat: no-repeat;
  background-position: left center;
}
.tip-list{
  /*width: 1200px;*/
  height: 280px;
  /*margin: 0 auto;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tip-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #212229;
  align-items: flex-start;
  margin: 0 auto;
}
.tip-item img{
  width: 86px;
  height: 64px;
}
.tip-item:nth-child(2) img{
  width: 91px;
  height: 64px;
}
.tip-item:nth-child(3) img{
  width: 109px;
  height: 64px;
}
.tip-item:nth-child(4) img{
  width: 109px;
  height: 64px;
}
.tip-item:nth-child(5) img{
  width: 118px;
  height: 64px;
}
.get-price{
  /*width: 80%;*/
  height: 280px;
  background-image: url(../img/home_con03_contact_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin: 0 auto;*/
}
.get-price-title{
  width: 274px;
  height: 76px;
  background-image: url(../img/home_con03_cintact_title_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 76px;
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
}
.input-box{
  width: 90%;
  height: 180px;
  display: flex;
  align-items: center;
}
.input-item{
  width: 473px;
  height: 70px;
  background: #F7F7FB;
  border: 1px solid #E2E3ED;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-right: 40px;
  font-size: 16px;
}
.input-item::placeholder{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.contact-us-btn{
  width: 220px;
  height: 70px;
  background: #1552DF;
  border-radius: 10px;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
}
.customer-case{
  width: 100%;
  padding-left: 121px;
  padding-right: 121px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-case-icon{
  width: 455px;
  height: 71px;
}
.customer-case-title{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
}
.swiper-container2{
  width: 100%;
  /*height: 1200px;*/
  overflow: hidden;
}
.swiper-container2 .swiper-wrapper{
  width: 100%;
  height: 100%;
  margin-top: 45px;
}
.swiper-container2 .swiper-wrapper .swiper-slide{
  width: 100%;
  height: 100%;
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
  align-content:flex-start
}
.swiper-item{
  /*width: 460px;
  height: 458px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 60px;*/
  width: 30%;
  margin: 0 1% 2% 1%;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px #EEEFF8;
  border-radius: 10px;
  border: 1px solid #E9EAF4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-img{
  /*width: 440px;
  height: 332px;
  margin-left: 12px;
  margin-top: 12px;*/
  width: 90%;
  margin: 5%;
}
.project-text{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #212229;
  /*margin-left: 30px;
  margin-top: 25px;*/
  margin-left: 7%;
  width: 93%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.project-time{
  font-size: 16px;
  font-family: Barlow-Regular, Barlow;
  font-weight: 400;
  color: #D0D2DF;
  /*margin-left: 30px;
  margin-top: 10px;*/
  margin-left: 7%;
  width: 93%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.advantage{
  width: 100%;
  /*padding-left: 200px;
  padding-right: 200px;*/
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-icon{
  width: 642px;
  height: 73px;
}
.advantage-title{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
}
.advantage .line{
  margin-top: 15px;
  width: 106px;
  height: 4px;
  background: linear-gradient(270deg, #1552DF 0%, #191CE8 100%);
}
.advantage-select{
  /*width: 100%;*/
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 3%;
}
.advantage-select-item{
  width: 152px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9DA1AD;
  cursor: pointer;
  margin: 0 auto;
}
.advantage-select-item.selected{
  width: 152px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #1754DF;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1552DF;
  box-sizing: border-box;
  line-height: 48px;
}
.advantage-list{
  display: flex;
  flex-wrap: wrap;
  /*width: 100%;*/
  height: auto;
  /*margin-bottom: 100px;*/
}
.advantage-item{
  width: 30%;
  /*height: 250px;*/
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px #EEEFF8;
  border-radius: 10px;
  border: 1px solid #E9EAF4;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 42px;
}
.advantage-item .img{
  width: 440px;
  height: 220px;
  margin-top: 12px;
}
.advantage-item-desc{
  width: 100%;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-around;
  padding-left: 27px;
  padding-right: 27px;
  box-sizing: border-box;
}
.desc-item{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #212229;
}
.advantage-item .desc-line{
  width: 1px;
  height: 23px;
  border: 1px solid #EAEBF5;
}
.new{
  width: 100%;
  /*min-height: 900px;*/
  background-image: url(../img/home_con06_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.new-icon{
  width: 213px;
  height: 70px;
  margin-top: 60px;
}
.new .new-title{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  height: 80px;
}
.new-list{
  /*width: 1346px;*/
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.new-left{
  /*width: 560px;*/
  height: auto;
  flex: 1;
  padding: 0 2%;
}
.new-right{
  /*width: 560px;*/
  height: auto;
  flex: 1;
  padding: 0 2%;
}
.new-top{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-top .second-new-title{
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #1552DF;
}
.new-more{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6F7075;
}
.new-container{
  width: 100%;
}
.new-item{
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #D2D2DA;
  /* animation: show .5s; */
}
.none{
  display: none!important;
}
/* @keyframes show{
  0%{height: 0px;}
  100%{height: auto;}
} */
.new-box{
  display: flex;
}
.new-item .new-desc{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  margin-left: 5px;
}
/*.new-item img{
  width: 550px;
  height: 237px;
  margin-top: 20px;
  margin-bottom: 20px;
}*/
.new-item img{
  width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-item-bottom{
  width: 100%;
  /*height: auto;*/
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-box,.time-box{
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.company-box .company-icon{
  width: 28px;
  height: 31px;
  margin-right: 10px;
}
.time-box .time-icon{
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.partners{
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners-icon{
  width: 447px;
  height: 70px;
  margin-top: 60px;
}
.partners .partners-title{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  margin-bottom: 30px;
}
.partners-list{
  /*width: 1440px;*/
  display: flex;
  flex-wrap: wrap;
}
.partners-item{
  /*width: 210px;
  height: 131px;
  background: black;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 80px;*/
  width: 15%;
  height: 131px;
  margin: 0 3% 2% 2%;
}