html,body{
  font-family: PingFangSC-Regular, PingFang SC;
  width:100%;
  min-width: 1360px;
  overflow:auto;
  box-sizing: border-box;
  margin: 0;
}
.hkt_header{
  width: 1104px;
  margin: 0 auto;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px -1px 0px 0px #F6F7FC;
}
.ic_complain{
  font-weight: 400;
  letter-spacing: 0.6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  position: fixed;
  bottom: calc(50% + 110px);
  right: 0px;
  width: 60px;
  height: 36px;
  background: #FC1717;
  border-radius: 4px;
  cursor: pointer;
  z-index: 9999;
}
.ic_complain img {
  font-weight: 400;
  letter-spacing: 0.6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  cursor: pointer;
  border: 0;
  display: block;
  float: left;
  width: 22px;
  height: 28px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
}
.ic_complain span{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 4px;
  margin-left: 4px;
  width: 26px;
  height: 28px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  letter-spacing: 0px;
}
/* 左侧头部 */
.left_nav{
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
} 
  .nav{
  line-height: 20px;
  height: 20px;
  }
  .hkt_header ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .hkt_header li{
    float: left;
    display: block;
    margin-right: 24px;  
    font-size: 14px;
    
    font-weight: 400;
    color: #28334B;
    cursor: pointer;
  }
  .hkt_header li:hover{
    color: #FC561C;
  }
  .logo{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo img{
    height: 40px;
  }



/* 右侧头部 */
.right_nav{
  float: right;
}
  .input_btn1{
  margin-top:4px;
  width: 318px;
  height: 50px;

  display: inline-block;
}
.input_num1 input{
  position: relative;
  outline: 0;
  border-radius: 4px 0px 0px 4px ;
  border: 2px solid #FC561C;
  padding-left: 12px;
  width: 156px;
  height: 44px;
  float: right;
  font-size: 14px;
  font-weight: 400;
  
}
.use_btn1 a{
  text-decoration: none;
  background-color: transparent;
  border: 0;
  margin-right: -2px;
  width: 110px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FC561C 0%, #FC1C67 100%);
  border-radius: 0px 4px 4px 0px;
  float:right;
  cursor: pointer;
}



/* 头部页面  */
.hkt_header_page{
  width: 100%;
  height: 360px;
  background: #F6F7FC;
   overflow: hidden; /*神来之笔 */
}
.header_page{
  width: 1104px;
  height: 360px;
  margin: 0 auto;
  position: relative;
}
  /* 左侧内容 */
  .left_content{
    float: left;
  }
    .left_bg_mb{
      display: none;
    }
    .left_bg{
      display: inline-block;
      position: absolute;
      width: 500px;
      height: 360px;
      background: linear-gradient(316deg, #F6F9FC 0%, #FC3E39 100%);
      opacity: 0.2;
      filter: blur(50px);
    }
    .hkt_header_page h2{
      position: relative;
      margin-top: 72px;
      width: 500px;
      height: 56px;
      font-size: 36px;
      font-weight: 500;
      color: #28334B;
      line-height: 56px;
      letter-spacing: 1px;
    }
    .hkt_header_page p{
      position: relative;
      width: 600px;
      height: 20px;
      font-size: 14px;
      
      font-weight: 400;
      color: #28334B;
      line-height: 20px;
    }
    .input_btn2{
      position: relative;
      margin-top:4px;
      width: 318px;
      height: 50px;
  
      display: inline-block;
    }
    .input_num2 input{
      position: relative;
      outline: 0;
      border-radius: 4px 0px 0px 4px ;
      border: 2px solid #FC561C;
      padding-left: 12px;
      width: 156px;
      height: 44px;
      float: right;
      font-size: 14px;
      font-weight: 400;
      
    }
    .use_btn2 a{
      position: relative;
      background-color: transparent;
      border: 0;
      margin-right: -2px;
      width: 110px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 14px;        
      font-weight: 400;
      color: #FFFFFF;
      background: linear-gradient(90deg, #FC561C 0%, #FC1C67 100%);
      border-radius: 0px 4px 4px 0px;
      float:right;
      cursor: pointer;
    }
  
  .right_content{
    position: absolute;
    right: 0;
    top: -8px;
  }
  .right_content img{
    width: 496px;
    height: 360px;
    display: inline-block;
  }

/* 荣誉 */
.honer_wrapper{
width: 100%;
background: #F6F7FC;
}
.honer{
  margin: auto;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  margin-bottom: 64px;
}
.patent{
  display: flex;
  align-items: center;
}
.NationalHighTech{
  display: flex;
  align-items: center;
}
.HuaWeiCloud{
  display: flex;
  align-items: center;
}
.AAAcredit{
  display: flex;
  align-items: center;
}
.honer img{
  height: 36px;
  width: 36px;
  margin-right: 8px;

}
.honer span{      
  font-size: 14px;
  
  font-weight: 400;
  color: #8DA2B5;
  line-height: 20px;
  margin-right: 96px;
}


/* 文字标题 */
.service{
  margin: 0 auto;
  width: 333px;
  height: 56px;
  font-size: 36px;
  font-weight: 500;
  color: #28334B;
  line-height: 56px;
  letter-spacing: 1px;
}
.service_p{
  width: 492px;
  height: 24px;
  font-size: 16px;
  
  font-weight: 400;
  color: #8DA2B5;
  line-height: 24px;
  margin: 8px auto;
}



/* 各类服务 */
.wrapper{
  width: 100%;
  height: 2584px;
  background: #fff;
  text-align: center;
}
.Customer_service_system_mb{
  display: none;
}
/* 客服系统 */
.Customer_service_system{
  text-align: center;
  width: 1096px;
  height: 420px;
  margin: 64px auto;
}
.Customer_service_system img{
  width: 600px;
  height: 420px;
  float: left;
  padding-right: 60px;
}
.css_Content{
  width: 436px;
  height: 420px;
  float: left;
  text-align: left;
}
.css_Content button{
  margin-top: 32px;
  width: 83px;
  height: 28px;
  background: #EAEBED;
  border-radius: 18px;
  border: 0;
}
.css_Content h2{
  width: 436px;
  height: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #28334B;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.css_p_pc{
  width: 415px;
  height: 48px;
  font-size: 16px;
  
  font-weight: 400;
  color: #28334B;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 0px;
}
.css_Realize{
  float: left;
  width: 123px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #218BFC;
  line-height: 20px;
  margin-top:24px;
  cursor: pointer;
}
.css_Content img{
  width: 16px;
  height: 16px;
  margin-top: 26px;
  padding: 0px;
  margin-bottom: 1px;
  cursor: pointer;
}
.css_Realize:hover +.arrow{
  
    transform: translate(2px);
  
}
.arrow:hover + .arrow{
  transform: translate(2px);
}



 /* 呼叫中心 */
.callCenter{
  width: 1096px;
  height: 420px;
  margin: 32px auto;
}
  .call_Content{
  width: 436px;
  height: 420px;
  float: left;
  text-align: left;
  padding-right: 60px;
}

.callCenter img{
  width: 600px;
  height: 420px;
}
.cc_title{
  display: none;
}
.call_Content button{
  margin-top: 32px;
  width: 83px;
  height: 28px;
  background: #EAEBED;
  border-radius: 18px;
  border: 0;
}
.call_Content h2{
  width: 436px;
  height: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #28334B;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.call_Content p{
  width: 415px;
  font-size: 16px;
  
  font-weight: 400;
  color: #28334B;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 0px;
}
.cc_realize{
  float: left;
  width: 123px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #218BFC;
  line-height: 20px;
}
.cc_div p{
  margin-top: 24px;
}
.cc_arrow{     
  width: 16px !important;
  height: 16px !important;
  padding: 0px;
  margin-bottom: 1px;
  cursor: pointer;
}
.cc_Realize a:hover +.cc_arrow{
  
  transform: translate(2px);

}
.cc_arrow:hover + .cc_arrow{
transform: translate(2px);
}

/* 机器人 */
.robot_mb{
  display: none;
}
.robot{
  width: 1096px;
  height: 420px;
  margin: 64px auto;
}
.robot img{
  float: left;
  width: 600px;
  height: 420px;
  padding-right: 60px;
}
.robot_Content{
  width: 436px;
  height: 420px;
  float: left;
  text-align: left;
}
.robot_Content button{
  margin-top: 32px;
  width: 83px;
  height: 28px;
  background: #EAEBED;
  border-radius: 18px;
  border: 0;
}
.robot_Content h2{
  width: 436px;
  height: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #28334B;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.robot_Content p{
  width: 415px;
  height: 48px;
  font-size: 16px;
  
  font-weight: 400;
  color: #28334B;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 0px;
}
.robot_Content img{
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-left: 4px;
  padding: 0px;
  margin-bottom: 1px;
  cursor: pointer;
}
.robot_Realize{
  float: left;
  width: 123px;
  height: 24px !important;
  font-size: 14px;   
  font-weight: 500;
  color: #218BFC;
  line-height: 20px;
  margin-top:24px !important;
}
.robot_Realize a{
  float: left;
}

.robot_Realize a:hover +.robot_arrow{
  
  transform: translate(2px);

}
.robot_arrow:hover + .robot_arrow{
transform: translate(2px);
}


/* scrm */
.scrm{
  width: 1096px;
  height: 420px;
  margin: 32px auto;
}
.scrm_title{
   display: none;
}
.scrm_Content{
  width: 436px;
  height: 420px;
  float: left;
  text-align: left;
  padding-right: 60px;
}

.scrm_img{
  width: 600px;
  height: 420px;
}
.scrm_Content button{
  margin-top: 32px;
  width: 83px;
  height: 28px;
  background: #EAEBED;
  border-radius: 18px;
  border: 0;
}
.scrm_Content h2{
  width: 436px;
  height: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #28334B;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.scrm_Content p{
  width: 415px;
  font-size: 16px;
  
  font-weight: 400;
  color: #28334B;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 0px;
}
.scrm_arrow{
  width: 16px;
  height: 16px;
  padding: 0px;
  margin-top: -2px;
  cursor: pointer;
}
.scrm_Realize{
  margin-top: 24px !important;
}
.scrm_Realize:hover +.scrmarrow{
  
  transform: translate(2px);

}
.arrow:hover + .arrow{
transform: translate(2px);
}



/* 数据大屏 */
.data_mb{
  display: none;
}
.data{
  width: 1096px;
  height: 420px;
  margin: 64px auto;
}
.data img{
  float: left;
  width: 600px;
  height: 420px;
  margin-right: 60px;
}
.data_Content{
  width: 436px;
  height: 420px;
  float: left;
  text-align: left;
}
.data_Content button{
  margin-top: 32px;
  width: 83px;
  height: 28px;
  background: #EAEBED;
  border-radius: 18px;
  border: 0;
}
.data_Content h2{
  width: 436px;
  height: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #28334B;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.data_Content p{
  width: 415px;
  height: 48px;
  font-size: 16px;
  
  font-weight: 400;
  color: #28334B;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 0px;
  cursor: pointer;
}
.data_Content img{
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0px;
  margin-bottom: 1px;
  cursor: pointer;
}


.ask{
display: none;
}
.company_wrapper_mb{
display: none;
}
.company_wrapper{
width: 100%;
background: #F6F7FC;
margin-top: 64px;
}
.company{
  position: relative;
  width: 1104px;
  height: 528px;
  margin: 0 auto;
}

.Charactercard{
  position: absolute;
  margin-left: 68px;
  top: -100px;
  width: 960px;
  height: 200px;
  display: inline-block;
  background: url(../img/CharacterCard-background.jpg)no-repeat;
  border-radius: 4px;
}
.Charactercard img{
  width: 280px;
  height: 248px;
  margin-top: -48px;
  float: left;
}
.Charactercard p{
  display: inline-block;
  width: 444px;
  height: 56px;
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.Charactercard a{
  display: block;
  width: 240px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  border: 0;
  font-size: 16px;
  color: #FC561C;
  line-height: 44px;
  margin-left: 340px;
  text-decoration: auto;
  text-align: center;
}
.use{
  text-align: center;
  margin: 0 auto;
  padding-top: 164px;
  padding-bottom: 24px;
  font-weight: 500;
}


.customer img{
  position: relative;
  width: 1098px;
  height: 240px;
}




.conversation_Volume_wrapper{
width: 100%;
background: #F6F7FC;
}
.conversation_Volume{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1104px;
  height: 384px;
  margin: 0 auto;
}
.left_cv img{
  width: 167px;
  height: 320px;
}
.middle_cv h2{
  width: 175px;
  height: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #28334B;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
}




.middle_cv img{
  width: 546px;
  height: 96px;
}
.middle_cv h2{
  margin: 0 auto;
}
  .advantage{
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .updata{
      height: 48px;
      font-size: 16px;
      color: #28334B;
      line-height: 24px;
      margin-right: 87px;
    }
    .manager{
      height: 48px;
      font-size: 16px;
      color: #28334B;
      line-height: 24px;
      margin-right: 87px;
    }
    .response{
      height: 48px;
      font-size: 16px;
      color: #28334B;
      line-height: 24px;
      margin-right: 87px;
    }



  .right_cv img{
    width: 167px;
    height: 320px;
  }



.hkt_footer1_wrapper{
position: relative;
width: 100%;
background: linear-gradient(180deg, #F6F7FC 0%, #F6F7FC 100%);
}
  .hkt_footer1{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
  }
  .hkt_footer1_text{
    display: none;
  }
  .hkt_footer1_bg_mb{
    display: none;
  }
.gradual_Change_wrapper{
    display: flex;
    justify-content: center;
}
  .gradual_Change1{
    float: left;
    width: 500px;
    height: 252px;
    background: linear-gradient(316deg, #F6F9FC 0%, #0088FF 100%);
    opacity: 0.2;
    filter: blur(50px);
  }
  .gradual_Change2{
    float: left;
    width: 500px;
    height: 252px;
    background: linear-gradient(316deg, #FFD159 0%, #FF004E 100%);
    opacity: 0.2;
    filter: blur(50px);
  }
  .gradual_Change3{
    float: left;
    width: 350px;
    height: 252px;
    background: linear-gradient(316deg, #F6F7FC 0%, #DE69FF 100%);
    opacity: 0.2;
    filter: blur(50px);
  }
  .hkt_footer1 h2{
    width: 555px;
    height: 56px;
    font-size: 36px;
    font-weight: 500;
    color: #28334B;
    line-height: 56px;
    letter-spacing: 1px;
    margin: 24px auto;
  }
  .input_btn3{
    margin-top:4px;
    /* width: 318px; */
    height: 50px;

    display: inline-block;
  }
  .input_num3 input{
    position: relative;
    outline: 0;
    border-radius: 4px 0px 0px 4px ;
    border: 2px solid #FC561C;
    padding-left: 12px;
    width: 156px;
    height: 44px;
    float: right;
    font-size: 14px;
    font-weight: 400;
    
  }
  .use_btn3 a{
    background-color: transparent;
    border: 0;
    margin-left: -2px;
    width: 110px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FC561C 0%, #FC1C67 100%);
    border-radius: 0px 4px 4px 0px;
    float:right;
    cursor: pointer;
  }






.hkt_footer2_wrapper{
width: 100%;
background: #070A2F;
}
.hkt_footer2{
  width: 1104px;
  height: 346px;
  margin: 0 auto;
}






.item-list1{
  float: left;
  margin-top: 64px;
  margin-right: 117px;

}
.item-list1 img{
  width: 79px;
  height: 28px;
}






.item-list2{
  float: left;
  margin-top: 64px;
}
.item-list2 ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-list2 li{
  height: 20px;
  font-size: 14px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 12px;
  margin-right: 24px;
  float: left;
  margin-bottom: 24px;
}
.item-list2 a{
  color: #FFFFFF;
  float: left;
  cursor: pointer;
  text-decoration: none;
}
.product{
  height: 20px;
  font-size: 14px;
  
  font-weight: 400;
  color: #62778C;
  line-height: 20px;
  margin: 0;
}
.connact{
  display: inline-block;
  height: 20px;
  font-size: 14px;
  
  font-weight: 400;
  color: #62778C;
  line-height: 20px;
  margin: 0;
}
.copyright{
  display: inline-block;
  height: 20px;
  font-size: 14px;
  
  font-weight: 400;
  color: #62778C;
  line-height: 20px;
  margin: 0;
  margin-top: 8px;
}
.item-list2 .copyright .copyright-a{
  float: initial;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #62778C;
  line-height: 20px;
  text-decoration: underline;
}



.icons img{
  width: 23px;
  height: 24px;
  opacity: 1;
  display: inline-block;
  margin-top: 16px;
  margin-right: 18px;
}
.icons a{
  cursor: pointer;
}






.item-list3{
  float: left;
  margin-top: 113px;
  margin-left: 142px;
}
.wx{
  width: 120px;
  height: 134px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #62778C;
}
.wx img{
  width: 120px;
  height: 134px;
}



/* 移动端 */
@media screen and (max-width:767px) {
  html,body{
    min-width: initial;
    overflow: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 26.66666667vw;
    min-width: 3.2rem;
  }
  /* 头部 */
  .hkt_header_wrapper{
    width: 100%;
    background: #FFFFFF;
  }
  .hkt_header{
    width: 100%;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 -.01rem 0 0 #F6F7FC;
    height: .6rem;
  }
  .left_nav{
    float: left;
    height: .6rem;
  }
  .nav{
    display: none;
  }
    .hkt_header ul{
      display: none;
    }
    .logo img{
      margin: .16rem auto;
      /* width: .79rem; */
      height: .4rem;
      display:block;
      margin-left: .16rem;
    }
    .input_num1{
      display: none;
    }
    .input_btn1{
      float: right;
      width: 1.2rem;
      margin: 0;
    }
    .use_btn1 a{
      border-radius: .04rem;
      height: .44rem;
      line-height: .44rem;
      text-align: center;
      margin: .08rem .16rem .08rem 0;
      font-size: .14rem;
      cursor: pointer;
    }







  /* 头部页面 */
  .hkt_header_page{
    width: 100%;
    height: 2.8rem;
    background: #F6F7FC;
  }
  .header_page{
    width: 100%;
    height: 2.8rem;
    margin: 0 auto;
    position: relative;
  }
    /* 左侧内容 */
    .left_content{
      float: left;
      width: 100%;
    } 
      .left_bg{
        display: none;
      }
      .left_bg_mb{
        top: 0;
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 2.8rem;
      }
      .left_bg_mb img{
        width: 100%;
        height: 2.8rem;
      }
      .hkt_header_page h2{
        position: relative;
        margin: .32rem .16rem .08rem .16rem;
        width: 3.43rem;
        height: 1.12rem;
        font-size: .32rem;
        font-weight: 500;
        color: #28334B;
        line-height: 0.56rem;
        letter-spacing: 0.01rem;
        display: inline-block;
      }
      .hkt_header_page p{
        position: relative;
        width: 2.93rem;
        height: .2rem;
        font-size: 0.14rem;
        
        font-weight: 400;
        color: #28334B;
        line-height: .2rem;
        margin: 0 .66rem .24rem .16rem;
      }
      .input_btn2{
        /* position: relative;
        margin: 0 .59rem 0 .16rem;
        width: 3rem;
        height: .44rem;      
        display: inline-block; */
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        position: relative;
        margin-left: 0.16rem;
        width: 3rem;
        height: .44rem;   
      }
      .input_num2{
        /* position: relative;
        width: 1.8rem;
        float: right;

        height: 0.4rem;
        border-radius: .04rem 0 0 .04rem ;
        border: 0.02rem solid #FC561C;
        background: #FFF;
        overflow: hidden; */
        position: relative;
        width: 1.8rem;
        float: right;

        height: 0.4rem;
        border-radius: .04rem 0 0 .04rem ;
        border: 0.02rem solid #FC561C;
        background: #FFF;
        overflow: hidden;
      }
      .input_num2 input{
        /* position: relative;
        outline: 0;
        padding-left: .12rem;
        width: 1.62rem;
        font-size: .14rem;
        font-weight: 400;

        border: 0 none;
        height: 0.38rem;
        float: right;
        background-color: inherit; */
        position: relative;
        outline: 0;
        padding-left: .12rem;
        width: 1.62rem;
        font-size: .14rem;
        font-weight: 400;
        
        border: 0 none;
        height: 0.38rem;
        float: right;
        background-color: inherit;
      }
      .use_btn2 a{
        position: relative;
        background-color: transparent;
        border: 0;
        width: 1.2rem;
        height: .44rem;
        line-height: .44rem;
        font-size: .14rem;
        text-align: center;
        font-weight: 400;
        color: #FFFFFF;
        background: linear-gradient(90deg, #FC561C 0%, #FC1C67 100%);
        border-radius: 0 .04rem .04rem 0;
        float:right;
        margin-left: -.02rem;
        cursor: pointer;
      }
    
    .right_content{
      display: none;
    }


/* 荣誉 */
.honer_wrapper{
  width: 100%;
  background: #F6F7FC;
}
  .honer{
    margin: auto;
    display: block;
    width: 100%;
    height: 0.96rem;
  }
  .honer img{
    height: 0.19rem;
    width: 0.20rem;
    float: left;  
  }
  .honer  :nth-child(1) img{
    margin-left: .18rem;
  }
  .honer :nth-child(3) img{
    margin-left: .18rem;
  }
  .patent{
    display: block;
    width: 1.85rem;
    height: .32rem;
    padding-top: .18rem;
    float: left;
  }
  .NationalHighTech{
    display: block;
    width: 1.85rem;
    height: .32rem;
    padding-top: .18rem;
    float: left;
  }
  .HuaWeiCloud{
    display: block;
    width: 1.85rem;
    height: .32rem;
    padding-top: .07rem;
    float: left;
  }
  .AAAcredit{
    display: block;
    width: 1.85rem;
    height: .32rem;
    padding-top: .07rem;
    float: left;
  }
  .honer span{      
    font-size: .12rem;
    
    font-weight: 400;
    color: #8DA2B5;
    line-height: 0.20rem;
    float: left;
    margin: 0;
  }
  .honer :nth-child(5){
    clear: both;
  }


/* 文字标题 */
.service_wrapper{
  width: 100%;
  height: 1.12rem;
  margin-top: .32rem;
}
  .service{
    margin: 0 auto;
    width: auto;
    height: 0.56rem;
    font-size: 0.36rem;
    font-weight: 500;
    color: #28334B;
    line-height: 0.56rem;
    letter-spacing: 0.01rem;
    text-align: center;
  }
  .service_p{
    width: calc(100% - .32rem);
    height: 0.48rem;
    font-size: 0.16rem;
    
    font-weight: 400;
    color: #8DA2B5;
    line-height: 0.24rem;
    text-align: center;
    letter-spacing: 0.008rem;
  }



/* 各类服务 */
  .wrapper{
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
  }
  /* 客服系统 */
  .Customer_service_system_mb{
    display: block;
    text-align: center;
    width: 100%;
    margin-top: .32rem;
  }
  .Customer_service_system{
    display: none;
  }
  .Customer_service_system_mb img{
    width: 100%;
    height: auto;
    display: block;
  }
  .css_Content_mb{
    width: 100%;
    padding-bottom: .16rem;
    text-align: center;
  }
  .css_title{
    font-size: .14rem;
    margin: auto;
    width: .83rem;
    height: 0.28rem;
    line-height: 0.28rem;
    background: #EAEBED;
    border-radius: 0.18rem;
    border: 0;
    text-align: center;
  }
  .css_Content_mb h2{
    width: calc(100% - .32rem);
    height: 0.36rem;
    font-size: .24rem;
    font-weight: 500;
    color: #28334B;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    margin: 0.08rem auto;
  }
  .css_p_mb{
    width: calc(100% - .32rem);
    height: .4rem;
    font-size: .14rem;
    
    font-weight: 400;
    color: #28334B;
    line-height: 0.2rem;
    margin: 0.08rem auto;
  }
  .css_Content_mb img{
    width: 0.16rem;
    height: 0.16rem;
    margin-top: .02rem;
    cursor: pointer;
    float: right;
  }
  .css_div{
    width: 100%;
    margin-top: .16rem;
    height: .2rem;
    display: flex;
    justify-content: center;
  }
  .css_Realize{
    height: .2rem;
    width: 1.4rem;
    margin: 0;
    float: left;
    font-size: .14rem;
    font-weight: 500;
    color: #218BFC;
    line-height: .2rem;
  }
  .css_Realize:hover +.arrow{
    
      transform: translate(.02rem);
    
  }
  .arrow:hover + .arrow{
    transform: translate(.02rem);
  }



   /* 呼叫中心 */
  .callCenter{
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    margin-top: .32rem;
  }
    .call_Content{
      width: 100%;
      height: auto;
      padding-bottom: .16rem;
      text-align: center;
      padding: 0;
  }

  .callCenter img{
    width: 100%;
    height: auto;
    display: block;
  }
  .call_Content button{
    display: none;
  }
  .cc_title{
    display: block;
    font-size: .14rem;
    margin:0 auto;
    width: .83rem;
    height: 0.28rem;
    line-height: 0.28rem;
    background: #EAEBED;
    border-radius: 0.18rem;
    border: 0;
    text-align: center;
  }
  .call_Content h2{
    width: calc(100% - .32rem);
    height: 0.36rem;
    font-size: .24rem;
    font-weight: 500;
    color: #28334B;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    margin: 0.08rem auto;
  }
  .call_Content p{
    width: calc(100% - .32rem);
    font-size: .14rem;
    
    font-weight: 400;
    color: #28334B;
    line-height: 0.2rem;
    margin: 0.08rem auto;
  }
  .cc_div{
    width: 1.5rem ;
    margin: 0 auto;
    margin-top: .16rem;
    height: .2rem;
  }
  .cc_Realize{
    float: left;
    width: 1.4rem !important;
    height: .2rem !important;
    font-size: .14rem !important;
    font-weight: 500;
    color: #218BFC;
    line-height: .2rem !important;
    margin-top:0 !important;
    margin-bottom: .16rem !important;
  }
  .cc_div img{
    margin-top: 0 !important;
    width: .16rem !important;
    height: .16rem !important;
    float: right !important;
    padding: 0 !important;
    margin-bottom: .01rem !important;
    margin-top: .02rem !important;
  }

  /* 机器人 */
  .robot{
    display: none;
  }
  .robot_mb{
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    margin-top: .32rem;
  }
  .robot_title{
    font-size: .14rem;
    margin: auto;
    width: .83rem;
    height: 0.28rem;
    line-height: 0.28rem;
    background: #EAEBED;
    border-radius: 0.18rem;
    border: 0;
    text-align: center;
  }
  .robot_mb img{
    width: 100%;
    height: auto;
    display: block;
  }
  .robot_Content_mb{
    width: 100%;
    padding-bottom: .16rem;
    text-align: center;
  }
  .robot_Content_mb h2{
    width: calc(100% - .32rem);
    font-size: .24rem;
    font-weight: 500;
    color: #28334B;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    margin: 0.08rem auto;
  }
  .robot_p_mb {
    width: calc(100% - .32rem);
    height: .4rem;
    font-size: .14rem;
    
    font-weight: 400;
    color: #28334B;
    line-height: 0.2rem;
    margin: 0.08rem auto;
  }
  .robot_div{
    width: 100%;
    margin: 0 auto;
    margin-top: .16rem;
    height: .2rem;
    display: flex;
    justify-content: center;
  }
  .robot_Content_mb img{
    width: 0.16rem;
    height: 0.16rem;
    margin-top: .02rem;
    cursor: pointer;
    float: left;
  }
  .robot_Realize_mb{
    height: .2rem;
    width: auto;
    margin: 0;
    margin-right: .04rem;
    float: left;
    font-size: .14rem;
    font-weight: 500;
    color: #218BFC;
    line-height: .2rem;
  }


  /* scrm */
  .scrm{
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: .32rem;
    height: auto;
  }
  .scrm_Content{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
  }

  .scrm img{
    width: 100%;
    height: auto;
    display: block;
  }
  .scrm_title{
  display: block;
  font-size: .14rem;
  margin: auto;
  width: .83rem;
  height: 0.28rem;
  line-height: 0.28rem;
  background: #EAEBED;
  border-radius: 0.18rem;
  border: 0;
  text-align: center;
  }
  .scrm_Content button{
    display: none;
  }
  .scrm_Content h2{
    width: calc(100% - .32rem);
    height: 0.36rem;
    font-size: .24rem;
    font-weight: 500;
    color: #28334B;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    margin: 0.08rem auto;
  }
  .scrm_Content p{
    width: calc(100% - .32rem);
    font-size: .14rem;
    
    font-weight: 400;
    color: #28334B;
    line-height: 0.2rem;
    margin: 0.08rem auto;
  }
  .scrm_div{
    width: 1.5rem;
    margin: 0 auto;
    margin-top: .16rem;
    height: .2rem;
  }
  .scrm_Realize{
    float: left;
    width: 1.27rem !important;
    height: .2rem !important;
    font-size: .14rem !important;
    font-weight: 500;
    color: #218BFC;
    line-height: .2rem !important;
    margin-top: 0 !important;
    margin-bottom: .16rem !important;
  }
  .scrm_arrow{
    width: .16rem !important;
    height: .16rem !important;
    float: right;
    padding: 0 !important;
    margin-top:.02rem !important;
  }



  /* 数据大屏 */
  .data{
    display: none;
  }
  .data_mb{
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: .32rem;
  }
  .data_mb_title{
    font-size: .14rem;
    margin: auto;
    width: .83rem;
    height: 0.28rem;
    line-height: 0.28rem;
    background: #EAEBED;
    border-radius: 0.18rem;
    border: 0;
    text-align: center;
  }
  .data_mb img{
    width: 100%;
    height: auto;
    display: block;
  }
  .data_mb_Content{
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: .08rem;
  }
  .data_mb_Content h2{
    width: calc(100% - .32rem);
    font-size: .24rem;
    font-weight: 500;
    color: #28334B;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    margin: 0.08rem auto;
  }
  .data_mb_Content p{
    width: calc(100% - .32rem);
    height: .4rem;
    font-size: .14rem;
    
    font-weight: 400;
    color: #28334B;
    line-height: 0.2rem;
    margin: 0.08rem auto;
  }
  .data_mb_Content img{
    width: .16rem;
    height: .16rem;
    display: inline-block;
    padding: 0;
    margin-bottom: .01rem;
    cursor: pointer;
  }








.ask{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 2.36rem;
}
.ask_bg{
  width: 3.75rem;
  height: 2.36rem;
  position: absolute;
}
.ask_bg img{
  width: 3.75rem;
  height: 2.36rem;
  position: absolute;
}
.ask_wrapper{
  width: 100%;
  text-align: center;
  z-index: 111;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.ask_wrapper p{
  /* width: 2.96rem; */
  font-size: .36rem;
  font-weight: 500;
  color: #28334B;
  line-height: .56rem;
  letter-spacing: .01rem;
  margin: 0 auto;
}
.online_wrapper{
  width: 2.4rem;
  height: .44rem;
  background: linear-gradient(90deg, #FC561C 0%, #FC1C67 100%);
  border-radius: .22rem;
  margin: 0 auto;
}
.online{
  width: 100%;
  text-decoration: none;
  font-size: .16rem;
  float: left;
  display: inline-block;
  line-height: .44rem;
  color: #FFF;
}
.company_wrapper{
  display: none;
}
.company_wrapper_mb{
  display: block;
  width: 100%;
  height: auto;
  background: #F6F7FC;
  box-sizing: border-box;
  padding: .32rem .16rem;
  text-align: center;
}
  .use_mb{
    height: .36rem;
    font-size: .24rem;
    letter-spacing: .01rem;
    line-height: .36rem;
    font-weight: 500;
    color: #28334B;
    margin: 0 auto;
    margin-bottom: .16rem;
    display: block;
  }
  .customer_mb{
    text-align: center;
  }
  .company-png{
    height: 2.57rem;
    margin: 0 auto;
    display: block;
  }
  .concurrency-png{
    height: auto;
    width: 100%;
    display: block;
    margin-top: .16rem;
  }
  .customer_mb h2{
    height: .36rem;
    font-size: .24rem;
    font-weight: 500;
    color: #28334B;
    line-height: .36rem;
    letter-spacing: .01rem;
    margin: 0 auto; 
    margin-top: .32rem;    
  }

  .advantage{
    display: block;
    height: 1.2rem;
    display: block;
    margin-top: .24rem;
  }
  .updata{
    display: block;
    width: 1.7rem;
    height: .48rem;
    font-size: .16rem;
    color: #28334B;
    line-height: .24rem;
    margin: 0;
    float: left;
  }
  .manager{
    width: 1.7rem;
    height: .48rem;
    font-size: .16rem;
    color: #28334B;
    line-height: .24rem;
    margin: 0;
    float: left;
  }
  .response{
    width: 1.7rem;
    height: .48rem;
    font-size: .16rem;
    color: #28334B;
    line-height: .24rem;
    margin: 0;
    margin-top: .24rem;
    float: left;
  }
  .support{
    width: 1.7rem;
    height: .48rem;
    font-size: .16rem;
    color: #28334B;
    line-height: .24rem;
    margin: 0;
    margin-top: .24rem;
    float: left;
  }





.conversation_Volume_wrapper{
  display: none;
}




.hkt_footer1_wrapper{
  position: relative;
  width: 100%;
  height: 2.36rem;
  background: none;
}
  .hkt_footer1{
    top: 0;
    left: 0;
    width: 100%;
    height: 2.36rem;
    position: absolute;
    transform:none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .hkt_footer1_bg_mb{
    display: block;
    position: absolute;
    width: 100%;
    height: 2.36rem;
  }
  .hkt_footer1_bg_mb img{
    position: absolute;
    width: 100%;
    height: 2.36rem;
  }
  .gradual_Change_wrapper{      
    display: none;      
  }
  .hkt_footer1_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .hkt_footer1 p{
    position: relative;
    width: 100%;
    font-size: .36rem;
    font-weight: 500;
    color: #28334B;
    line-height: .56rem;
    letter-spacing: .01rem;
    margin: 0 auto;
  }
  .hkt_footer1 h2{
    display: none;
  }
  .input_btn3{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    margin: .16rem auto;
    width: 3rem;
    height: .44rem;      
  }
  .input_num3 input{
    position: relative;
    outline: 0;
    padding-left: .12rem;
    width: 1.62rem;
    font-size: .14rem;
    font-weight: 400;
    
    border: 0 none;
    height: 0.38rem;
    float: right;
    background-color: inherit;
  }
  .input_num3{
    position: relative;
    width: 1.8rem;
    float: right;

    height: 0.4rem;
    border-radius: .04rem 0 0 .04rem ;
    border: 0.02rem solid #FC561C;
    background: #FFF;
    overflow: hidden;
  }
  .use_btn3{
    height: 0.44rem;
  }
  .use_btn3 a{
    position: relative;
    background-color: transparent;
    border: 0;
    width: 1.2rem;
    height: 100%;
    line-height: .44rem;
    font-size: .14rem;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FC561C 0%, #FC1C67 100%);
    border-radius: 0 .04rem .04rem 0;
    float:right;
    margin-left: -.02rem;
    cursor: pointer;
  }






.hkt_footer2_wrapper{
  width: 100%;
  background: #070A2F;
}
  .hkt_footer2{
    width: 100%;
    margin: 0 auto;
    height: 3.26rem;
    box-sizing: border-box;
    padding: .32rem .16rem;
  }
  
  
  
  
  
  
  .item-list1{
    display: none; 
  }
  
  
  
  
  
  
  .item-list2{
    display: inline-block;
    margin: 0;
  }
  .item-list2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    height: .64rem;
  }
  .item-list2 li{
    height: .2rem;
    font-size: .14rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: .2rem;
    margin-top: .12rem;
    margin-right: .24rem;
    float: left;
    margin-bottom: 0;
    cursor: pointer;
  }
  .product{
    height: .2rem;
    font-size: .14rem;
    
    font-weight: 400;
    color: #62778C;
    line-height: .2rem;
    margin: 0;
  }
  .connact{
    display: block;
    height: .2rem;
    font-size: .14rem;
    
    font-weight: 400;
    color: #62778C;
    line-height: .2rem;
    margin: 0;
    margin-top: .24rem;
  }
  .copyright{
    display: block;
    height: .4rem;
    font-size: .14rem;
    
    font-weight: 400;
    color: #62778C;
    line-height: .2rem;
    margin: 0;
    width: calc(100% - .32rem);
    margin-top: .24rem;
  }
  

.icons{
  width: 100%;
}
  .icons img{
    width: .23rem;
    height: .24rem;
    opacity: 1;
    margin-top: .16rem;
    margin-right:.19rem;
    float: left;
  }






  .item-list3{
    float: left;
    margin-top: 1.13rem;
    margin-left: 1.42rem;
    display: none;
  }
  .square{
    width: 1.2rem;
    height: 1.2rem;
    background: #FFFFFF;
    border-radius: .02rem;
    border: .01rem solid #62778C;
  }
}