 html,body{
    font: 14px "微软雅黑";
    color: #555;
    margin: 0;
    -webkit-overflow-scrolling : touch !important;
    padding: 0;/*1.4 × 10px = 14px */
}
body ol,body ul{list-style:none}
body i,body u{font-weight:400;font-style:normal}
body a{color:#333;text-decoration:none}
body{font-family:-apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:0;color:#333;line-height:1.4;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,0)}body a,body blockquote,body dd,body div,body dl,body dt,body fieldset,body form,body h1,body h2,body h3,body h4,body h5,body h6,body i,body input,body li,body ol,body p,body pre,body span,body th,body u,body ul{margin:0;padding:0;font-weight:400}
body button,body input,body select,body textarea{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;border:none;background-color:#fff;margin:0;padding:0;resize:none;outline:none;border-radius:0}body table{border-collapse:collapse;border-spacing:0}
[v-cloak]{
    display: none;
}
 ul{
     list-style-type: none;
 }
 .fr{
     float: right;
 }
.solution_title{
    width: 100%;
    height: 1.84rem;
}
.solution_title img{
    width: 100%;
    height: 100%;
}
.solution_infos{
    margin-top: 0.25rem;
}
.solution_infosTitle{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution_programme{
    font-size: 0.18rem;
    font-weight: bold;
    color: #53657c;
    position: relative;
    margin: 0 0.1rem;
}
.solution_infosTitle img{
    width: 0.7rem;
    height: 0.26rem;
}
.solution_infosLeft{
    margin-top: 3px;
}
.person_infos{
    margin-top: 0.3rem;
}
.person_word{
    font-size: 0.16rem;
    color:#53657c;
    margin-top: 0.18rem;
    text-align: center;
}
 .eject{
     position: fixed;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.5);
     top:0;
     text-align: center;
 }
 .eject_video{
     position: fixed;
     width: 100%;
     height: 50%;
     margin-top: 50%;
     top:-7%;
     z-index: 99;
 }
 .person_lists{
     margin-top: 0.38rem;
     padding: 0 0.14rem;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }
 .person_lists li{
     margin-bottom: 0.2rem;
 }
 .person_bg{
     width: 1.62rem;
     height: 1.13rem;
     background: #ddd;
     position: relative;
     text-align: center;
 }
 .person_bg img{
     width: 0.43rem;
     height: 0.43rem;
     margin-top: 0.35rem;
 }
 .person_bg video{
     position: absolute;
     width: 100%;
     height: 100%;
     top:0;
     left: 0;
     opacity: 0;
 }
 /*//底部导航样式*/
 .all_contenr{
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 45px;
    left: 0;
    overflow-y: auto;
    cursor: pointer;
 }
 .foters{
    line-height: 45px;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 45px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.index_lin{
    box-sizing: border-box;
    /*padding-left: 0.32rem;*/
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    text-align: center;
    color: #0099ff;
    width: 30vw;
    background-color: #fff;
    display: inline-block;
    height: 100%;
}
/*.index_lin span{
  display: inline-block;
  float: left;
}
.index_lin .index_img{
  margin-top: 0.15rem;
  margin-right: 0.03rem;
  width: 0.15rem;
  height: 0.15rem;
  background:url("../images/index_back.png") center center no-repeat;
  background-size: 100% 100%;
}*/
.phon_lin{
    float: left;
    display: inline-block;
    width: 70vw;
    text-align: center;
    color: #fff;
    background-color: #0099ff;
}
.head_img{
    width: 100%;
    height: 1.84rem;
    overflow: hidden;
    position: relative;
    background-color: #fff !important;
    border-bottom: 1px solid #dcdcdc;
}
/*///轮播样式//*/
.device {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid white;
  margin: 5px auto;
  position: relative;
}

.swiper-container {
  height: 100%;
  width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:0.03rem;
  width: 100%;
  z-index: 99;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #f2f2f2;
  box-shadow: 0px 1px 2px #999 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #ea5e29;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
/*////*/
.noData,.noDatas{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #999;
  display: none;
}
.noDatas{
  display: block;
}
.noData.active{
  display: bold;
}