header .cont .registerbtn .register{
  background: linear-gradient(90deg, #43E7E1 0%, #4CCCFF 100%);
}
.banner1{
  width: 100%;
  height: 620px;
  padding-top: 80px;
  background: url("../img/product/crm/CRMbg.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  
}
.banner1 .center{
  position: relative;
}
.banner1 .left{
  float: left;
  width: 654px;
  height: auto;
  margin-top: 80px;
}
.banner1 .right{
  position:absolute;
  top: 85px;
  right: 40px;
}
.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: 37px;
}
.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: #22C9E5;
  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: 44px;
  background: linear-gradient(90deg, #43E7E1 0%, #4CCCFF 100%);
  box-shadow: 0px 6px 14px 0px rgba(79, 243, 255, 0.7);
  border-radius: 26px;
}

.banner2{
  width: 1005;
  padding-bottom: 120px;
  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 h4{
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}
.banner2 .list{
  width: 1200px;
  height: 80px;
  background: #F6FBFF;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 49px;
}
.banner2 .list>li{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 80px;
  letter-spacing: 1px;
  height: 80px;
  cursor: pointer;
}
.banner2 .list>li.current{
  color:#26BDDC;
  position: relative;
}
.banner2 .list>li::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border-radius: 5px;
  width: 0px;
  height: 8px;
  background: linear-gradient(90deg, #43E7E1 0%, #4CCCFF 100%);
  border-radius: 8px;
}
.banner2 .list>li.current::before {
  width: 60px;
  transition: all  0.5s;
}
.banner2 .cul>li{
  height: 0;
  display: none;
}
.banner2 .cul>li.cur{
  height: 520px;
  display: block;
  transition: all 0.5s;
}
.banner2 .content {
  margin-top: 50px;
  height: 520px;
}
.banner2 .content .content_l{
  width: 655px;
  height: 520px;
  background: #E8F2FF;
  box-shadow: 0px 6px 21px 0px rgba(62, 178, 255, 0.26);
  border-radius: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner2 .content .content_l img{
  display: block; 
  width: 569px;
  height: 397px;
}
.banner2 .content  .content_r{
  float: right;
  width: 454px;
}
.banner2 .content  .content_r h4{
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
  text-align: left;
  padding: 30px 0;
}
.banner2 .content  .content_r .ppp{
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
}
.banner2 .content  .content_r .list2{
  width: 100%;
  margin-top: 26px;
  overflow: hidden;
}
.banner2 .content  .content_r .list2 li{
  float: left;
  width: 100px;
  height: 122px;
  text-align: center;
  margin-bottom: 24px;
  margin-right: 18px;
  cursor: pointer;
}
.banner2 .content  .content_r .list2 li:nth-of-type(4){
  margin-right: 0px;
}
.banner2 .content  .content_r .list2 li:nth-of-type(8){
  margin-right: 0px;
}
.banner2 .content  .content_r .list2 li img{
  width: 100px;
  height: 100px;
}
.banner2 .content  .content_r .list2 li:hover img{
  animation: jelly 0.8s;
}

@keyframes jelly {

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

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

  50% {
      transform: scale(1.2, 0.7);
  }
}
.banner2 .content  .content_r .list2 li p{
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
}

.banner3{
  width: 100%;
  height: 736px;
  background: #F9FEFF;
}
.banner3 h4{
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #04252E;
  line-height: 60px;
  letter-spacing: 1px;
  text-align: center;
  padding: 70px 0;
}
.banner3 .list3 {
  width: 1010px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 6px 21px 0px rgba(62, 178, 255, 0.26);
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.banner3 .list3>li{
  width: 1010px;
  height: 400px;
  display: none;
  overflow: hidden;
}
.banner3 .list3>li.curr{
  display: block;
}
.banner3 .list3>li img{
  width: 533px;
  height: 400px;
  background: #E8F2FF;
  display: inline-block;
}
.banner3 .list3>li .listc{
  float: right;
  width: 477px;
  height: 400px;
  position: relative;
}
.banner3 .list3>li .listc .btn{
  width: 296px;
  height: 65px;
  background: #4BCDFD;
  box-shadow: 0px 2px 10px 0px rgba(120, 217, 255, 0.85);
  border-radius: 33px;
  position:absolute;
  left: -36px;
  top: 50px;
  color: #fff;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
}
.banner3 .list3>li .listc .yhxy{
  margin-top: 167px;
  margin-left: 33px;
  font-size: 16px;
  
  color: #000000;
  line-height: 21px;
}
.banner3 .list3>li .listc  .list5{
  padding-top: 26px;
  padding-left: 33px;
}


.banner3 .list5 li {
  width: 100% ;
  margin-bottom: 20px;
  overflow: hidden;
}
.banner3 .list5 li:last-child{
  margin-bottom: 0px;
}
.banner3 .list5 li i{
  width: 12px;
  height: 12px;
  background: #22C9E5;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 12px;
}
.banner3 .list5 li span{
  width: 182px;
  height: 19px;
  font-size: 14px;
  
  color: rgba(0, 0, 0, 0.7);
  line-height: 19px;
  letter-spacing: 1px;
}

.banner3 .list4{
  width: 320px;
  padding-top: 72px;
  margin: 0 auto;
  overflow: hidden;
}
.banner3 .list4>li{
  width: 37px;
  height: 16px;
  border-radius: 8px;
  float: left;
  cursor: pointer;
}
.banner3 .list4>li span{
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  background: #D8EAFF;
  
}
.banner3 .list4>li.current span{
  background: #4BCDFD;
  border-radius: 8px;
  width: 37px;
  /* 谁做过渡给谁加 */
  transition: all 0.6s;
}
.mfsy{
  position: relative;
  width: 100%;
  height: 292px;
}
.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: 166px;
  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: #26BDDC;
}
.mfsy .onTrial .phone{
  width: 519px;
  height: 68px;
  margin-top: 26px;
  overflow: hidden;
  position: relative;
  background: #F6F6FF;
  display: inline-block;
  background: #F6FCFF;
  box-shadow: 0px 10px 20px 0px rgba(73, 171, 255, 0.11), 0px 1px 5px 0px rgba(116, 232, 255, 0.16);
  border-radius: 34px;
  border: 1px solid rgba(110, 217, 255, 0.14);

}
.mfsy .onTrial .phone input{
  width: 340px;
  float: left;
  height: 100%;
  margin-left: 20px;
  background: #F6FCFF;
}
.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, #43E7E1 0%, #4CCCFF 100%);
  box-shadow: 0px 10px 20px 0px rgba(73, 171, 255, 0.11);
}