.index {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.index .banner .ma5slider {
  margin-bottom: 10px;
}
.index .banner .navs-wrapper {
  /* min-height: 27rem; */
  padding: 0 !important;
}
.index .banner .navs-wrapper .slide-area {
  overflow: visible;
}

.index .banner .banner_box {
  display: inline-block;
  height: 100%;
}
.index .banner .banner_box .bnerimg {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.index .banner .banner_box .bnerimg img {
  height: 213px;
  width: 60%;
  margin: 0 auto;
}
.banner .navs-wrapper {
  /* height: auto !important; */
}
.index .banner .banner_box .bnerimg .banntit {
  text-align: left;
}
.index .banner .banner_box .bnerimg .banntit h2 {
  color: #4F0599;
  font-size: 1.871429rem;
}
.index .banner .banner_box .bnerimg .banntit p {
  font-size: 1.15714286rem;
  color: #333;
}
.index .banner .banner_box .bnerimg .banntit .btn {
  /* background: #4F0599 !important; */
  color: #fff;
}
.index .banner .dots{
  margin: 0;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
}
.index .banner .banner1 {
  background-color: #c8e6f4;
}
.index .banner .banner2 {
  background-color: #F4F5F6;
}
.index .banner .banner3 {
  background-color: #bcdaff;
}
.index .banner_fot .dots {
  display: none;

}
.index .banner_fot .banbox {
  background-color: #819ab1;
  color: #fff;
}
.index .banner_fot .slides_tit .banbox {
  font-size: 22px;
  line-height: 70px;
}
.index .banner_fot .slides_tit .banbox span {
  font-size: 16px;
  display: inline;
}
.index .banner_fot .slides_tit .banbox .more_btn {
  padding: 9px 35px;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 100px;
}
.index .zycp {
  width: 100%;
  position: relative;
  z-index: 999;
}
.index .zycp .zycp_pic {
  width: 100%;
  display: block;
  overflow: hidden;
}
.sjxyen{
  display: none!important;
}
.index .zycp .zycp_pic ul {
  width: 100%;
  transition: all .5s;
}
.index .zycp .zycp_pic ul li {
  display: inline-block;
  padding: 0 !important;
  float: none;
}
.index .zycp .zycp_pic ul li .zcjs {
  box-shadow: 0 0 5px #ccc;
}
.index .zycp .zycp_pic ul li .zc_pic {
  text-align: center;
}
.index .zycp .zycp_pic ul li .zc_pic h4 {
  margin: 0;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  /* background-color: #4e0499; */
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.index .zycp .zycp_pic ul li .zc_pic img {
  width: 100%;
}
.index .zycp .zycp_pic ul li .fot_li {
  background: #f7f7f7;
  overflow: hidden;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs {
  padding: 25px 0;
  text-align: center;
  margin: 43px 43px 20px;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  overflow: hidden;
  height: 170px;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p {
  color: #4e4f63;
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
  color: #333;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn {
  text-align: center;
  padding: 20px 0;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
  font-size: 20px;
  width: 150px;
  height: 51px;
  background: transparent;
  border: 0;
  border-radius: 30px;
  outline: none;
  border: 1px solid #5d7eb1;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
  background: #5d7eb1;
  color: #fff;
}
.index .zycp .zycp_pic ul li:hover {
  box-shadow: 2px 2px 20px #ccc;
}
.index .zycp .zycp_pic ul li:hover button {
  color: #fff !important;
  background: #5d7eb1 !important;
}
.index .zycp .cpsub_btn {
  text-align: center;
  margin-top: 50px;
}
.index .zycp .cpsub_btn button {
  width: 200px;
  height: 50px;
  /* background: #5d7eb1; */
  color: #fff;
  border: 0;
  border-radius: 6px;
  outline: none;
}

@media (min-width: 980px) {
  .banner_fot .navs-wrapper {
    display: block;
    height: 70px !important;
    padding: 0 !important;
  }
  .banner_fot .banbox span {
    display: inline-block;
    width: 100%;
    height: 100px;
  }
  .zycp_pic {
    padding: 20px 0px !important;
  }
  .zycp_pic ul li {
    margin: 25px;
    width: 28%;
  }
  .index .banner .banner_box .bnerimg {
    padding: 75px 0;
    overflow: hidden;
}
.banner .navs-wrapper{
  height: 400px;
}
.outside-dots .dots>.dot{
  width: 30px;
  margin: 4px 13px;
  height: 5px;
}
.outside-dots .dots>.dot.active{
  background-color: #819ab1!important;
  width: 35px;

}

}
@media (max-width: 980px) {
  .cpzx_tit.text-center {
    margin: 25px 0px 20px!important;
  }
  .col-xs-6.ys_ri {
    width: 100%!important;
    margin: 20px 0 0 !important;
  }
  .index-kbsys{
    width: 100%;
  }
  .index_xf_box{
    display: none;
  }
  .usys_tit.text-center {
    margin: 25px 0px 20px!important;
  }
  .index .banner .banner_box {
    /* height: 580px; */
  }
  .index .banner .banner_box .bnerimg .banntit h2{
    font-size: 16px;
    font-weight: bold;
  }
  .btn-group-justified {
    width: 100px;
  }
  .banner .navs-wrapper{
    height: 172px!important;
  }
  .index .banner .banner_box .bnerimg img {
    height: 100px;
    width: 147px;
  }
  .index .banner .banner_box .bnerimg .banntit p{
    font-size: 12px;
  }
  .banner_fot .navs-wrapper {
    display: block;
    height: 70px !important;
    padding: 0 !important;
  }
  .banner_fot .banbox span {
    display: inline-block;
    width: 100%;
    height: 100px;
  }
  .zycp_pic {
    padding: 10px !important;
  }
  .bnerimg {
    overflow: hidden;
    padding: 20px 10px;
  }
  .inde_por {
    padding: 0;
    margin: 0;
    height: auto!important;
  }
  .tcplayer {
    width: 100%;
    height: 281px!important;
  }
  .sp_bac{
    margin: 0;
  }
  .index_por_scr_input {
    width: 49%!important;
    margin: 0 0.5% 10px 0.5%!important;
  }
  .index_por_scr_butt {
    width: 99%!important;
  }
  .inde_por {
    padding: 0;
    margin: 0;
    width: 50%!important;
    float: left;
  }

}
/*2020422 新增*/
.nav_top {
  background: #000;
  height: 40px;
  line-height: 40px;
  color: #fff;  
}
.nav_top li:last-child {
  text-align: right;
}
nav.navbar.navbar-default.nav_bar {
    height: 73px;
    background-color: #fff;
    border: 0;
    margin: 0;
}
nav.navbar.navbar-default.nav_bar a {
      padding-top: 25px;
    padding-bottom: 26px;
}
form.navbar-form.navbar-left {
    margin-top: 20px;
}
a.navbar-brand.nav_img {
    margin-top: -17px;
}
a.first-v {
    background-color: #367081!important;
    color: #fff!important;
}
/*导航 结束*/
/*左侧悬浮开始*/
.index_xf_box{
  width: 180px;
  overflow: hidden;
  position: fixed;
  left: 0;
  top:52%;
  z-index: 999;
}
.index_xf_box ul p{
  line-height: 48px;
  color: #333;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #367081;
}
.index_xf_box ul li{
  line-height: 42px;
  height: 40px;
  border-bottom: 1px dashed #b6b6b6;
}
.index_xf_box ul li a{
  padding-left: 20px;
  display: block;
}
.index_xf_box ul li a:hover{
  background: #367081;
  color: #fff;
}
/*左侧悬浮结束 */
/*产品中心 开始*/
.index_scr_box{
  background: #e6e6e6;
  width: 99%;
}
.index_por_scr_input{
  width: 21%;
  line-height: 34px;
  display: block;
  border: 0;
  border-radius: 5px;
  padding-left: 10px;
  float: left;
  margin: 0 0.5%;
}
.index_por_scr_butt{
  color: #fff!important;
  background: #367081;
  border-radius: 5px;
  width: 110px;
  border: none;
  height: 34px;
  line-height: 34px;
  margin: 10px auto;
  display: block;
}
.row.shipin {
  padding-top: 1.5rem;
  /* margin-top: 25px; */
  background-color: #eee!important;
  overflow: hidden;
}
.thumbnail.sp_bac {
    background-color: #eee;
    border: 0;
    margin: 0;
}
.cpzx_more p {
  border: 1px solid #367081;
  width: 160px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  margin-top: 30px;
    }
.cpzx_more p a{
  display: block;
  webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}
.cpzx_more p a:hover{
  background: #367081;
  color: #fff;
  text-decoration: none;
}    
.cpzx {
  background-color: #fafafa;
  padding-bottom: 30px;
  padding-top: 1px;
} 
.inde_por{
  padding: 0;
  margin: 0;
  width: 20%;
}  
.index_por_tit{
  padding: 9px;
  color: #fff!important;
  background: #367081;
} 
.index_por_tit p{
  margin: 5px 0!important;
}
.inde_por .thumbnail .index_por_tit p a{
  color: #fff;
  display: block;
  font-size: 16px
}
.inde_por .thumbnail .index_por_tit p a:hover{
  color: #fff;
}
.video_box{
  /* height: 260px!important; */
}
.video_box .sp_bac .text-center p{
  margin: 10px 0;
}
.tcplayer{
  width: 100%;
  height: 203px;
}
/*产品中心 结束*/
/*优势开始*/
.cpzx_tit.text-center {
   margin: 58px 0px;
}
.cpzx_tit.text-center h2 {
   font-weight: 700;
}
.usys_tit.text-center {
    margin: 58px 0px;
}
.usys_tit.text-center h2 {
      padding-top: 41px;
   font-weight: 700;
}
.ys_text h3 {
  border-bottom: 1px solid orange;
}
.ys_text span {
  color: #367081;
    font-size: 19px;
    font-weight: 550;
      margin-left: 1rem;
}
.ys_text sall {
  color: #9999;
}
.ys_text p {
  line-height: 50px;
}
.ys_text img {
  margin-top: -12px;
}
.ys_ritit {
    font-size: 24px;
    color: #367081;
}
.ys_ritit strong {
    margin-bottom: 24px;
    border-bottom: 3px solid orange;
    padding-bottom: 6px;
}
.ys_text {
    margin-top: 34px;
}
.ys_lef {
    font-size: 14px;
    margin-top: 13px;
    letter-spacing: 1px;
    line-height: 26px;
    text-indent: 2em;
}
.ys_text p {
    line-height: 20px;
    letter-spacing: 1px;
}
.ys_text p a{
  color: #367081;
}
.col-xs-6.ys_ri {
    width: 44%;
    float: right;
}
.index-kbsys .carousel .carousel-inner .item img{
  width: 100%;
}
/*优势结束*/
/*性能与服务 开始*/

.xmfuw,.fuwu {
    background-color: #fafafa;
    margin: 0 auto;
}
.index_fwx_box{
  border: 0!important;
  border-radius: 0;
  height: 243px;
}
.index_fwx{
  margin-bottom: 35px;
  height: 260px!important;
  padding: 0 12px;
}
.index_fwx_box img{
  width: 100%;
  height: 100%;
}
.index_fw_tit{
  color: #fff!important;
  background: rgba(54,112,129,0.7);
  position: relative;
  top: -48px;
}
.index_fw_tit p{
  margin: 0;
  line-height: 30px
}
.index_fw_tit p a{
  color: #fff!important;
  display: block;
}
/*性能与服务 结束*/

/*footer 开始*/
.col-article dd a {
    float: left;
    width: 116px;
    margin: 0 0 6px;
    font-size: 12px;
    color: #9b9ea0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .footer {
    border-top: 12px solid #367081;
    padding-top: 30px;
    margin: 0;
}
.col-article dt {
  font-size: 18px;
      margin: 25px 0px;
          color: #000;
} 
.col-article dd>a {
    font-size: 14px;
    color: #333;
    margin: 10px 0px;
}
.footer_logo {
    margin-top: 26px;
}
.footer_logo p {
font-size: 16px;
    margin: 13px;
    color: #333;
}
.footer_ewm{
  margin-top: 0px;
}
.footer_ewm p {
  font-size: 14px;
  margin: 10px 0;
  color: #333;
  text-align: center;
}
.footer_tt {
    padding-top: 10px;
}
.lianxi p {
    font-size: 14px;
    color: #333;
}
.w.chanpina {
    background-color: #fafafa;
}
.thumbnail{
  display: block;
  padding: 0;
  background-color: transparent;
  border: none; 
  border-radius: 0;
}
/* .inde_por .thumbnail img:hover{
  width: 450px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  border: 1px solid #ccc;
} */
@media (max-width: 768px) {
  .footer_logo {
    margin-top: 0px;
  }
  .col-article dt {
    font-size: 18px;
    margin: 10px 0px;
    color: #000;
  }
}
.row{
  padding:0;
}
.prod_xl li{
  width: 97%;
  overflow: hidden;
  margin: 0;
  float: left;
  border: 1px solid #f2f2f2;
  background: #F5F5F5;
}
.prod_xl{
  width: 100%;
  overflow: hidden;
}
.prod_xl li a img{
  width: 100%;
}
#series ul li{
  width: 100%;
  line-height: 26px;
  height: 26px;
  min-height: auto;
  border: none;
  text-align: left;
  margin: 0;
  font-size: 13px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#series ul li a{
  color: #367081;
}
.prod_bg a p{
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 10px 0 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  text-align: center;
}	
.prod_bg{
  width: 100%;
  overflow: hidden;
  border: 4px solid #ffff;
  padding: 10px;
}
.ggdbt{
  width: 230px;
  height: 40px;
  background: #367081;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 15px 10px;
}
@media (max-width: 768px){
  .prod_xl li {
    width: 100%;
    overflow: hidden;
    margin: 0 1%;
    float: left;
    border: 1px solid #f2f2f2;
    background: #F5F5F5;
  }
  .index_scr_box {
    width: 100%;
  }
  .prod_bg {
    width: 98%;
  }
}