header .cont .registerbtn .register{
  background: linear-gradient(90deg, #6A8BFE 0%, #6168FF 100%);
}
.banner1{
  width: 100%;
  height: 620px;
  padding-top: 80px;
  background: url("../img/product/intelligentservice/bg.png") no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  
}

.banner1 .center{
  position: relative;
}
.banner1 .left{
  float: left;
  width: 676px;
  height: auto;
  margin-top: 72px;
  margin-left: 0px;
}
.banner1 .right{
  position:absolute;
  top: 51px;
  right: 100px;
}
.banner1 .right img{
  width: 455px;
  height: 493px;
}
.salesman{
  font-size: 36px;
  font-weight: 600;
  color: #1E2C72;
  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: #5182FF;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 12px;
}
.banner1 .left .list li span{
  width: 600px;
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
}
.banner1  .left .mfty a{
  width: 163px;
  height: 52px;
  display: block;
  text-align: center;
  line-height: 52px;
  color: #fff;
  margin-top: 56px;
  background: linear-gradient(90deg, #6386FF 0%, #5259FF 100%);
  box-shadow: 0px 6px 14px 0px rgba(116, 142, 255, 0.72);
  border-radius: 26px;
}

.banner2{
  width: 100%;
  padding-top: 104px;
}
.banner2 h2{
  font-size: 36px;
  font-weight: 600;
  color: #1E2C72;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
}
.banner2 h4{
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  text-align: center;
  margin-bottom: 70px;
  font-weight: normal;
}

.banner2 .list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.banner2 .list li{
  cursor: pointer;
  transform: scale(1) ;
  transition: all 0.5s;
}
.banner2 .list li:hover{
  transform: scale(1.3) ;
  transition: all 0.5s;
}
.banner2 .list li img{
  width: 88px;
  height: 88px;
  display: block;
  margin-bottom: 4px;
}
.banner2 .list li p{
  font-size: 14px;
  text-align: center;
  color: #000000;
  line-height: 19px;
}
.banner3{
  width: 100%;
  padding-top: 129px;
}
.banner3 h1{
  font-size: 36px;
  font-weight: 600;
  color: #1E2C72;
  line-height: 60px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 34px;
}
.banner3 .imgs{
  width: 1088px;
  height: 666px;
  display: block;
  margin: 0 auto;
}
.banner4
{
  width:100%;
  height: 616px;
  background: #F9FCFF;
  margin-top: -322px;
  padding-top: 322px;
}
.banner4 ul{
  width: 100%;
  margin-top: 42px;
  overflow: hidden;
}
.banner4 ul li {
  float: left;
  margin-right: 200px;
  text-align: center;
}
.banner4 ul li:nth-of-type(4) {
  margin-right: 0;
}
.banner4 ul li p{
  font-size: 20px;
  font-weight: 600;
  color: #1E2C72;
  line-height: 60px;
  letter-spacing: 1px;
}
.banner4 ul li div{
  font-size: 80px;
  font-weight: 500;
  color: #6473FF;
  line-height: 112px;
  letter-spacing: 4px;
  text-align: center;
}

.banner4 ul li span{
  font-size: 80px;
  font-weight: 500;
  color: #6473FF;
  line-height: 112px;
  letter-spacing: 4px;
  text-align: center;
  
}
.banner4 ul li span:nth-of-type(2){
  font-size: 30px;
  font-weight: normal;
  color: #1E2C72;
}

.banner5{
  width: 100%;
  padding-top: 125px;
}
.banner5 h4{
  font-size: 36px;
  font-weight: 600;
  color: #1E2C72;
  line-height: 50px;
  letter-spacing: 1px;
  
}
.banner5 h4:nth-of-type(2){
  margin-bottom: 60px;
}
.banner5 .lis{
  width: 1200px;
  height: 80px;
  background: #F6FBFF;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 49px;
  margin-bottom: 56px;
}
.banner5 .lis li{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 80px;
  letter-spacing: 1px;
  height: 80px;
  cursor: pointer;
}
.banner5 .lis li.current{
  color:#6473FF;
  position: relative;
}
.banner5 .lis li::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border-radius: 5rpx;
  width: 0px;
  height: 8px;
  background: linear-gradient(90deg, #6A8BFE 0%, #6168FF 100%);
  border-radius: 8px;
}
.banner5 .lis li.current::before {
  width: 60px;
  transition: all 0.5s;
}
.banner5 .list2{
  width: 100%;
  height: 476px;
}
.banner5 .list2>li{
  display: none;
}
.banner5 .list2>li.current{
  display: block;
}
.banner5 .list2 .cont_l{
  float: left;
  width: 655px;
  height: 476px;
  background: #A3BFFF;
  box-shadow: 0px 6px 21px 0px rgba(62, 143, 255, 0.22);
  border-radius: 20px;
}
.banner5 .list2 .cont_l img{
  width: 531px;
  height: 388px;
  display: block;
  margin:0 auto;
  margin-top: 44px;
}
.banner5 .list2 .cont_r{
  float: right;
  width: 493px;
  height: 100px;
  padding-top: 11px;
}
.banner5 .list2 .cont_r h4{
  font-size: 36px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 54px;
}

.banner5 .list2 .cont_r .list li {
  width: 100% ;
  margin-bottom: 20px;
  overflow: hidden;
}
.banner5 .list2 .cont_r .list li:last-child{
  margin-bottom: 0px;
}
.banner5 .list2 .cont_r .list li i{
  width: 12px;
  height: 12px;
  background: #1C20FF;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 12px;
}
.banner5 .list2 .cont_r .list li span{
  width: 600px;
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
}
.banner6{
  width: 100%;
  padding-top: 101px;
  margin-bottom: 15px;
  height: 616px;
  background: #F9FCFF;
  position: relative;
}
.banner6 h1{
  font-size: 36px;
  font-weight: 600;
  color: #1E2C72;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.banner6 h4{
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  font-weight: normal;
}
.banner6 .listt{
  width: 1200px;
  height: 370px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 84px;
}

.banner6 .listt>li{
  width: 352px;
  height: 388px;
  background: #FFFFFF;
  box-shadow: 0px 6px 21px 0px rgba(62, 143, 255, 0.22);
  border-radius: 20px;
  text-align: center;
  padding: 0 39px;
}
.banner6 .listt>li img{
  width: 168px;
  height: 145px;
  display: block;
  margin: 0 auto;
}
.banner6 .listt>li:nth-of-type(1) img{
  margin-top: 23px;
  margin-bottom: 11px;
}
.banner6 .listt>li:nth-of-type(2) img{
  width: 174px;
  height: 132px;
  margin-top: 28px;
  margin-bottom: 19px;
}
.banner6 .listt>li:nth-of-type(3) img{
  width: 174px;
  height: 145px;
  margin-top: 21px;
  margin-bottom: 13px;
}
.banner6 .listt>li button{
  display: block;
  width: 183px;
  height: 44px;
  background: #6473FF;
  border-radius: 22px;
  font-size: 14px;
  
  color: #FFFFFF;
  line-height: 19px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.banner6 .listt>li p{
  width: 100%;
  text-align: left;
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
}

.banner6 .list li {
  width: 100% ;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
}
.banner6 .list li:last-child{
  margin-bottom: 0px;
}
.banner6  .list li div{
  float: left;
  height: 30px;
}
.banner6  .list li i{
  width: 12px;
  height: 12px;
  background: #4F7CEE;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 12px;
}
.banner6 .list li span{
  width: 600px;
  font-size: 14px;

  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
}

.banner7{
  width: 100%;
  padding-top: 156px;
  overflow: hidden;
}
.banner7 .cont_l{
  float: left;
  width: 493px;
  height: 50px;
}
.banner7 .cont_l h1
{
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 54px;
}
.banner7 .cont_r{
  float: right;
}
.banner7 .cont_r img{
  width: 583px;
  height: 407px;
}


.banner7 .list li {
  width: 100% ;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
}
.banner7 .list li:last-child{
  margin-bottom: 0px;
}
.banner7  .list li div{
  float: left;
  height: 30px;
}
.banner7  .list li i{
  width: 12px;
  height: 12px;
  background: #4F7CEE;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 12px;
}
.banner7 .list li span{
  width: 462px;
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
}

.banner8{
  width: 100%;
  height: 762px;
  margin-top: 80px;
  background: url('../img/product/intelligentservice/4.png') no-repeat;
  background-size: 100% 100%;
}
.mfsy{
  position: relative;
  width: 100%;
  height: 301px;
}
.mfsy .onTrial{
  width: 1000px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(135, 204, 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: #6473FF;
}
.mfsy .onTrial .phone{
  width: 519px;
  height: 68px;
  margin-top: 26px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #F6FAFF;
  box-shadow: 0px 10px 20px 0px rgba(73, 160, 255, 0.11), 0px 1px 5px 0px rgba(116, 172, 255, 0.16);
  border-radius: 34px;
  border: 1px solid rgba(110, 158, 255, 0.14);

}
.mfsy .onTrial .phone input{
  width: 340px;
  float: left;
  height: 100%;
  margin-left: 20px;
  background: #F6FAFF;
}
.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, #6386FF 0%, #5259FF 100%);
  box-shadow: 0px 10px 20px 0px rgba(73, 160, 255, 0.11);
}