header .cont .registerbtn .register{
  background: linear-gradient(90deg, #4ADDC2 0%, #2DCBC9 100%);
}
.banner1{
  width: 100%;
  height: 620px;
  padding-top: 80px;
  background: url("../img/product/callcenter/bg.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  
}

.banner1 .center{
  position: relative;
}
.banner1 .left{
  float: left;
  width: 630px;
  height: auto;
  margin-top: 73px;
}
.banner1 .right{
  position:absolute;
  top: 68px;
  right: 5px;
}
.banner1 .right img{
  width: 641px;
  height: 417px;
}
.salesman{
  font-size: 35px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #04252E;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.banner1 .left .list li {
  width: 100% ;
  margin-bottom: 20px;
  overflow: hidden;
}
.banner1 .left .list li:last-child{
  margin-bottom: 0px;
}
.banner1 .left .list li i{
  width: 12px;
  height: 12px;
  background: #2DD0C2;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 12px;
}
.banner1 .left .list li span{
  width: 432px;
  font-size: 14px;
  vertical-align: top;
  
  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
  display: inline-block;
}
.banner1  .left .mfty a{
  width: 163px;
  height: 52px;
  display: block;
  text-align: center;
  line-height: 52px;
  color: #fff;
  margin-top: 55px;
  background: linear-gradient(90deg, #45E5C7 0%, #25D8D6 100%);
  box-shadow: 0px 6px 14px 0px rgba(97, 235, 234, 0.72);
  border-radius: 26px;
}

.banner2{
  width: 100%;
  background-color: #fff;
}
.banner2 h2{
  font-size: 36px;
  font-weight: 600;
  color: #04252E;
  line-height: 60px;
  letter-spacing: 1px;
  padding-top: 104px;
  padding-bottom: 15px;
  text-align: center;
}

.banner2 .list{
  width: 1200px;
  padding-bottom: 118px;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 49px;
}

.banner2 .list li{
  width: 25%;
  text-align: center;
}
.banner2 .list li img{
  width: 119px;
  height: 119px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.banner2 .list li img:hover{
  animation: jelly 0.5s;
}

@keyframes jelly {

  0%,
  100% {
      transform: scale(1, 1);
  }

  25%,
  75% {
      transform: scale(0.7, 1.2);
  }

  50% {
      transform: scale(1.2, 0.7);
  }
}


.banner2 .list li p{
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 28px;
  
  color: #000000;
  line-height: 19px;
}
.banner3{
  width: 100%;
  height: 570px;
  padding-top: 78px;
  background: #F9FFFE;
  position: relative;
}
.banner3 .center{
  position: relative;
}
.banner3 h1{
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0D4044;
  line-height: 50px;
  letter-spacing: 1px;
  
}
.banner3 .lis {
  width: 100%;
  height: 457px;
  /* position: absolute;
  top: 66px; */
  margin-top: 66px;
}
.banner3 .lis>li{
  width: 352px;
  height: 457px;
  background: #FFFFFF;
  box-shadow: 0px 6px 21px 0px rgba(16, 172, 180, 0.22);
  border-radius: 20px;
  float: left;
  margin-right: 72px;
  padding: 15px;
  cursor: pointer;
}
.banner3 .lis>li:nth-of-type(3){
  margin-right: 0px;
}
.banner3 .lis>li img{
  width: 118px;
  height: 118px;
}
.banner3 .lis>li .ddd{
  padding:0 15px 0 15px;
}
.banner3 .lis>li .ddd div{
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}
.banner3 .lis>li .ddd div span{
  color: #15D6C4;
}
.banner3 .lis>li .ddd  p{
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  margin-top: 15px;
  margin-bottom: 42px;
}

.banner3 .lis>li .list{
  overflow: hidden;
}
.banner3 .lis>li .list li{
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.banner3 .lis>li .list li i{
  width: 8px;
  height: 8px;
  background: #2EBBC8;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 5px;
}
.banner3 .lis>li .list li span{
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  display: inline-block;

}
.banner4{
  width: 100%;
  padding-top: 196px;

}
.banner4 h2{
  font-size: 36px;
  font-weight: 600;
  color: #0D4044;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 60px;
}
.banner4 ul {
  overflow: hidden;
}
.banner4 ul li{
  width: 50%;
  float: left;
  margin-bottom: 46px;
  cursor: pointer;
}
.banner4 ul li img{
  float: left;
  width: 119px;
  height: 119px;
  margin-left: 30px;
 
}

.banner4 ul li:hover img{
  animation: jelly2 0.5s;
} 


@keyframes jelly2 {

  0%,
  100% {
      transform: scale(1, 1);
  }

  25%,
  75% {
      transform: scale(0.8, 0.8) ;
  }

  50% {
      transform: scale(1.2, 1.2);
  }
}



.banner4 ul li div{
  float: left;
  width: 410px;
  margin-left: 28px;
  margin-top: 28px;
}
.banner4 ul li:nth-of-type(1) div{
  margin-top: 19px;
}
.banner4 ul li div h4{
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}
.banner4 ul li div p{
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  margin-top: 14px;
}
.banner5{
  width: 100%;
  height: 740px;
  background: url('../img/product/callcenter/3.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 54px;
}
.mfsy{
  position: relative;
  width: 100%;
  height: 301px;
}
.mfsy .onTrial{
  width: 1000px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(135, 225, 255, 0.16);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -500px;
  text-align: center;
}
.mfsy .onTrial .title{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  text-align: center;
  margin-top: 35px;
}
.mfsy .onTrial .title span{
  color: #15D6C4;
}
.mfsy .onTrial .phone{
  width: 519px;
  height: 68px;
  margin-top: 26px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #FBFFFF;
  box-shadow: 0px 10px 20px 0px rgba(73, 223, 255, 0.11), 0px 1px 5px 0px rgba(116, 255, 163, 0.16);
  border-radius: 34px;
  border: 1px solid rgba(110, 255, 154, 0.14);
}
.mfsy .onTrial .phone input{
  width: 340px;
  float: left;
  height: 100%;
  margin-left: 20px;
  background: #FBFFFF;
}
.mfsy .onTrial .phone .btn{
  width: 144px;
  height: 52px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: white;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #45E5C7 0%, #25D8D6 100%);
  box-shadow: 0px 10px 20px 0px rgba(73, 223, 255, 0.11);
}