/* common.css */
.p_h p{
    font-size:16px;
    line-height: 32px;
    color:#222;
    overflow: hidden;
  }
  .error{
    display:block;
    color:#E62D27;
  }
  .p_h div{
    font-size:16px;
    line-height: 32px;
    color:#222;
  }
  .title_img{
      min-width: 1200px;
      width:100%;
      height: 300px;
  }
  .info_box {
      position: absolute;
      right: 0;
      margin-right: 88px;
      margin-top: -23px;
    color:#E62D27;
  }
  .async{
    position:relative;
  }
  span.msg-box.n-right {
      position: absolute;
      margin-top: 43px;
  }
  .get_price .textarea_p span.msg-box.n-right {
      margin-top: 96px;
  }
  .get_price span.msg-box.n-right {
      left: 106px;
  }
  .message .textarea_p span.msg-box.n-right {
      margin-top: 100px;
  }
  .name_p .msg-box:first-of-type{
      margin-right: 500px;
  }
  .async2 span.msg-box.n-right {
      left: 246px;
  }
  .reply_form{
      display: none;
      margin-bottom: 16px;
  }
  .async3 {
      position: relative;
  }
  .async3 span.msg-box.n-right {
      right: 62%;
  }
  .async3  p.comment_content .msg-box.n-right {
      margin-top: 90px;
      right: 85%;
  }
  .message p{
    position:relative;
  }
  .message p span.msg-box.n-right {
      left: 10%;
      margin-top:43px;
  }
  .message span.msg-box.n-right[for="tel"] {
      left: 63%;
  }
  /* 下载 */
  .down_form .valid-wrap {
      position: relative;
  }
  .down_form .valid-wrap .n-msg {
      right: 8px;
  }
  .down_form span.n-msg {
      position: absolute;
      font-size: 12px;
      color: #E62D27;
      right: 127px;
      min-width: 120px;
    text-align: left;
  }
  .down_form span.tip {
      position: absolute;
      right: 124px;
      top: 169px;
      width: 115px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      border-radius: 4px;
      border: 1px solid #86898a;
      color: #86898a;
      background-color: #fff;
      margin-left: 13px;
  }
  /* 顶部 */
  .search_main{
    background-color:#f8f8f8 !important;
  }
  .alpha {
      height: 100%;
      overflow: hidden;
  }
  .alpha body {
      height: 100%;
      overflow: hidden;
  }
  .user_top{
      min-width:1200px;
      width:100%;
      height:26px;
      background:#E5E5E5;
  }
  .user_top ul,.tel {
      height:17px;
      font-size:12px;
      font-weight:400;
      line-height:17px;
      margin: 4px 0 5px 0;
  }
  .user_top ul li {
      float: left;
      padding: 0 4px;
  }
  .user_top ul li:first-of-type{
    padding-left: 0;
}
  .main{
    background-color:#fff;
  }
  /* 头部 */
  .header{
      min-width:1200px;
      width:100%;
      height:82px;
      background:#fff;
      box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
      margin: 0 auto;
  }
  .logo{
      height: 82px;
  }
  .logo a{
      display: block;
      height: 100%;
  }
  .logo a img {
      margin: 16px 0;
        height: 50px;
  }
  .header ul{
      height: 82px;
      position: relative;
  }
  .header ul li {
      position: relative;
      float: left;
      height:82px;
      line-height:82px;
      text-align: center;
      padding: 0 24px;
  }
  .sub_item.active>a,
  .sub_item.active>i{
      color: #216bd2;
  }
  .sub_item.active>span{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #216bd2;
  }
  .sub_item.active>span::before{
      content: "";
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #216bd2;
      position: absolute;
      top: -4px;
      left: 50%;
      margin-left: -6px;
  }
  .sub_item::before{
      content: "";
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #216bd2;
      position: absolute;
      top: 93%;
      left: 50%;
      margin-left: -6px;
      display: none;
  }
  .sub_item::after{
      content: "";
      width: 0;
      height: 2px;
      background-color: #216bd2;
      position: absolute;
      top: 98%;
      left: 50%;
      transition: all .5s;
  }
  .sub_item:hover:after{
      left: 0%;
      width: 100%;
  }
  .header ul li a{
      color:#222;
  }
  .sub2{
      display: none;
      position: absolute;
      z-index: 999;
      left: 0;
      top: 82px;
      width:100%;
      background:#fff;
      box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
  }
  .sub2 a{
      display: block;
      width:100%;
      height:34px;
      font-size:12px;
      line-height: 34px;
      text-align: center;
      color: #000;
  }
  .sub2 a:hover{
      background:#f4f4f4;
      color: #216bd2;
  }
  .sub_item:hover .sub2,
  .sub_item:hover:before{
      display: block;
  }
  .header ul li:hover>a,
  .header ul li:hover>i{
      color: #216bd2;
  }
  .header li i{
      font-weight: 200;
      vertical-align: top;
      margin-left: 10px;
  }
  .header .search{
      padding-right: 0;
      vertical-align: middle;
  }
  .search_info{
      display: none;
      position: absolute;
      z-index: 999;
      top: 108px;
      left: 0;
      min-width: 1200px;
      width:100%;
      height:305px;
      background:#fff;
      box-shadow:0px 2px 6px 0px rgba(0,0,0,0.13);
  }
  .search_input{
      width: 600px;
      height: 48px;
      border: 1px solid #86898a;
      position: relative;
      top: 115px;
      left: 300px;
      padding: 0 30px 0 146px;
      font-size: 16px;
  }
  .search_link{
      width:120px;
      height:46px;
      border-right:1px solid #D7D7D7;
      position: relative;
      top: 68px;
      left: 300px;
      padding-left: 19px;
      line-height: 46px;
      cursor: pointer;
        text-align: center;
  }
  .search_link i{
      vertical-align: top;
      margin-left: 10px;
  }
  .search_link_item{
      display: none;
      width: 120px;
      background-color: #fff;
      box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
      position: absolute;
      top: 48px;
      left: 0;
      z-index: 99;
  }
  .search_link_item>p{
      width: 100%;
      height: 34px;
      line-height: 34px;
      text-align: center;
  }
  .search_link_item>p:hover{
      background-color: #f4f4f4;
      color: #86898a;
  }
  .search_btn{
      position: relative;
      width: 120px;
      height: 48px;
      background: #86898a;
      top: 21px;
      left: 900px;
      color: #fff;
      font-size: 18px;
      text-align: center;
      line-height: 47px;
      cursor: pointer;
      border: 1px solid #86898a;
  }
  .search_hotword{
      width:294px;
      height:22px;
      line-height:22px;
      position: relative;
      top: 40px;
      left: 420px;
  }
  .search_hotword a{
      color: #222;
  }
  .search_hotword a:hover{
      color: #86898a;
  }
  a.box_case_content_img:hover em.s-key {
      color: #fff;
  }
  /* 底部 */
  .footer{
      min-width:1200px;
          width:100%;
      height:279px;
      background:#2D2D2D;
  }
  .footer_box{
      border-bottom: 1px solid #979797;
  }
  .footer_box_item{
      padding: 32px 0 16px 0;
      float: left;
      width: 200px;
     max-height: 230px;
     overflow: hidden;
  }
  .footer_box_item dt>a{
    display:block;
      width:72px;
      height:25px;
      font-size:18px;
      font-weight:500;
      color:#fff;
      line-height:25px;
      margin-bottom: 24px;
  }
  .footer_box_item dd>a{
    display:block;
      font-size:12px;
      font-weight:400;
      color:#999;
      line-height:17px;
      margin-bottom: 16px;
  }
  .footer_box_item a:hover{
      color: #fff;
  }
  .footer_info{
      float: right;
      padding: 25px 0;
      width: 370px;
  }
  .logo_b{
      margin-bottom: 8px;
  }
  .logo_b img {
      height: 40px;
  }
  .footer_info .info{
      height:84px;
      font-size:14px;
      font-weight:400;
      color:#999;
      line-height:28px;
      overflow: hidden;
  }
  .info span{
      color: #fff;
      font-size: 16px;
  }
  .online_service{
      width:146px;
      height:40px;
      background:#216bd2;
      border-radius:4px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      margin-top: 11px;
      cursor: pointer;
  }
  .online_service:hover{
      background-color: #1B50B6;
  }
  .footer_b{
    width:1065px;
    height:17px;
    font-size:12px;
    font-weight:400;
    color:#999;
    white-space: nowrap;
    overflow: hidden;
    line-height:17px;
    margin: 14px 0;
}
  .westarcloud,
  .westarcloud:hover {
    margin: 10px 0;
    line-height: 23px;
    color: #999;
    font-size: 0.12rem;
  }
  .westarcloud img{
    width: 22px;
    height: 22px;
    vertical-align: top;
  }
  /* 面包屑导航 */
  .crumb_wrap{
      background-color: #f8f8f8;
      line-height:17px;
      font-size:12px;
      color: #999;
      padding: 6px 0 8px;
  }
  .crumb_wrap strong{
      color: #999;
      font-weight:400;
  }
  .crumb_wrap a{
      color: #999;
  }
  .crumb_wrap .now{
      color: #86898a;
      font-weight:400;
            line-height:17px;
      font-size:12px;
    display: inline;
  }
  /* choose样式 */
  .choose{
      min-width: 1200px;
      width:100%;
      height: 314px;
      background: url('../image/bj3-index.png');
      padding-top: 40px;
  }
  .choose>.w{
      height: 234px;
      background-color: #fff;
      box-shadow:0px 2px 9px 0px rgba(0,0,0,0.1);
      padding: 32px 22px;
  }
  .choose_top{
      font-size: 18px;
      color: #222;
      font-weight: 400;
      padding-bottom: 24px;
      border-bottom: 1px dashed #eaeaea;
      overflow: hidden;
  }
  .form_item{
      margin: 0 8px 0 47px;
      line-height: 40px;
  }
  .form_item input{
      width: 120px;
      height: 40px;
      margin: 0 16px;
      border: 1px solid #d7d7d7;
      padding: 0 12px;
  }
  .radio_box{
      height: 40px;
      line-height: 40px;
      margin-right:64px;
  }
  .radio_box span{
      cursor: pointer;
      margin-left: 26px;
  }
  .radio_box span.checked{
      color: #86898a;
  }
  .choose_btn{
      width:100px;
      height:40px;
      background:#86898a;
      border-radius:4px;
      color: #fff;
      text-align: center;
      line-height: 40px;
      margin-right: 24px;
      cursor: pointer;
  }
  .choose_help{
      width:172px;
      height:40px;
      border-radius:4px;
      border:1px solid #86898a;
      color: #86898a;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
  }
  .choose_help:hover{
    color: #86898a;
  }
  .choose_kinds{
      margin-top: 24px;
  }
  .choose_kinds .group{
      float: left;
      width: 370px;
  }
  .group .group-type{
      height: 81px;
      float: left;
      color: #222;
  }
  .group .group-link a{
      float: left;
      display: block;
      font-size:14px;
      text-align: center;
      line-height: 32px;
      width:126px;
      height:32px;
      border:1px solid #d7d7d7;
      margin: 0 0 17px 16px;
  }
  .choose_kinds .group2 {
      margin: 0 22px;
  }
  .group .group-link a:hover{
      background: #E0EBFF;
      color: #86898a;
      border: 1px solid #86898a;
  }
  /* 产品列表样式 */
  .product_info_item>ul>li{
      float: left;
      width:385px;
      height:381px;
      background:#fff;
      border:1px solid #eaeaea;
      margin: 24px 12px 0;
  }
  .product_info_item>ul>div>li{
            float: left;
      width:385px;
      height:381px;
      background:#fff;
      border:1px solid #eaeaea;
      margin: 24px 12px 0 !important;
  }
  .product_info_item>ul li:first-of-type>a{
      color: #fff;
  }
  .product_info_item>ul li>a{
    display:inline-block;
    position: relative;
  }
  .product_info_item>ul li:hover{
      box-shadow:0px 1px 10px 0px rgba(0,0,0,0.2);
  }
  .product_info_item>ul li:hover .pro_content_title{
      color: #86898a;
  }
  .product_info_item .pro_content{
      padding: 16px 24px;
  }

/* 产品列表样式 */
.product_info_item-1>ul>li{
    float: left;
    width:282px;
    height:381px;
    background:#fff;
    border:1px solid #eaeaea;
    margin: 24px 12px 0;
}
.product_info_item-1>ul>div>li{
    float: left;
    width:385px;
    height:381px;
    background:#fff;
    border:1px solid #eaeaea;
    margin: 24px 12px 0 !important;
}
.product_info_item-1>ul li:first-of-type>a{
    color: #fff;
}
.product_info_item-1>ul li>a{
    display:inline-block;
    position: relative;
}
.product_info_item-1>ul li:hover{
    box-shadow:0px 1px 10px 0px rgba(0,0,0,0.2);
}
.product_info_item-1>ul li:hover .pro_content_title{
    color: #86898a;
}
.product_info_item-1 .pro_content{
    padding: 16px 24px;
}
  .pro_content_title{
      font-weight:500;
      color: #222;
      line-height:22px;
      margin-bottom: 8px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .pro_content_title:hover>a{
    color: #86898a;
  }
  .pro_content_con{
      font-size:14px;
      line-height:20px;
      height: 40px;
  }
  .pro_content_con i{
      float: right;
      font-size: 27px;
      width: 27px;
      height: 14px;
      color: #ccc;
  }
  .pro_price,
  .pro_details{
    display:block;
      width: 104px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      font-size: 14px;
      border:1px solid #86898a;
      color: #86898a;
      margin-top: 14px;
  }
  .pro_price:hover,
  .pro_details:hover{
      background-color: #86898a;
      color: #fff;
  }
  .box_title{
      padding: 48px 0 24px;
  }
  .box_title .more{
      font-size: 14px;
      line-height: 33px;
      color: #999;
  }
  .product_details_box>.product_info_item ul{
      width: 1228px;
      overflow: hidden;
  }
  .product_details_box>.product_info_item li{
      margin: 0;
      margin-right: 24px;
  }
  /* 留言样式 */
  .message{
      height: 545px;
      min-width: 1200px;
      padding: 48px 0 0;
      background: url('../image/bj3_pro.png') no-repeat;
      width:100%;
  }
  .message_box{
      background-color: #fff;
      height: 450px;
      text-align: center;
      color: #222;
  }
  .message_title{
      background: url('../image/title_bj.png') center no-repeat;
      padding: 46px 0;
  }
  .message_box form{
      width: 870px;
      margin: 40px auto;
    border:none;
  }
  .message_box form p{
      margin-bottom: 24px;
      text-align: left;
  }
  .message_box form span{
      margin-right: 16px;
  }
  span.msg-wrap.n-error {
      float: right;
      color: #E62D27;
    font-size:12px;
  }
  .message_box form input{
      width: 320px;
      height: 40px;
      vertical-align: middle;
      line-height: 40px;
  }
  .message_box form textarea,
  .message_box form input{
      border-radius:4px;
      border: 1px solid #d7d7d7;
      padding: 0 13px;
  }
  .message_box form textarea{
      width: 804px;
      height: 94px;
      vertical-align: top;
      margin: 0;
      padding: 13px;
  }
  .message_box .message_btn{
      width:128px;
      height:48px;
      border-radius:4px;
      background-color: #86898a;
      color: #fff;
      line-height: 48px;
      margin: 0 auto;
      cursor: pointer;
  }
  .message_btn:hover{
      background-color: #1B50B6;
  }
  /* 页码样式 */
  .u-paging {
      height: 32px;
      margin: 16px auto 40px;
      text-align: center;
  }
  .u-paging .current {
      background: #F2F7FF;
  }
  .u-paging a {
      display: inline-block;
      width: 32px;
      height: 32px;
      font-size: 14px;
      text-align: center;
      line-height: 32px;
  }
  .u-paging .prev{
      background: url("../image/left_prev.png") no-repeat center center;
      vertical-align: middle;
  }
  .u-paging .next{
      background: url("../image/right_next.png") no-repeat center center;
      vertical-align: middle;
  }
  .news_page ul{
      overflow: hidden;
      margin: 24px auto 0;
      text-align: center;
  }
  .news_page li {
      float: left;
      width: 32px;
      height: 32px;
      font-size: 14px;
      text-align: center;
      line-height: 32px;
  }
  .news_page li .gd{
      display: inline-block;
      vertical-align: top;
      line-height: 23px;
  }
  .news_page li.active{
      background-color: #F2F7FF;
  }
  .pre i,
  .next i{
      display: block;
      width: 4px;
      height: 7px;
      font-size: 7px;
      color: #cacaca;
      margin: 0 auto;
  }
  .contact{
      width: 139px;
      height: 131px;
      box-shadow:2px 2px 2px 2px rgba(0,0,0,0.1);
      text-align: center;
      line-height: 40px;
      font-size: 14px;
      position: fixed;
      top: 60%;
      z-index: 999;
      right: 0;
      background-color: #fff;
  }
  .contact>a{
      display: block;
      height: 40px;
      border-top: 1px solid #EAEAEA;
      text-align: center;
  }
  .contact>a:first-of-type{
      border-top: none;
  }
  .contact>a>i{
      margin-right: 10px;
  }
  .contact>a.tell{
      height: 59px;
      line-height: 20px;
      padding-top: 5px;
    cursor: default;
  }
  .contact>a.tell>span{
      color: #216bd2;
      font-weight: 500;
  }
  .contact>a.active{
      background-color: #216bd2;
      color: #fff;
  }
  .contact>a.active>span{
      color: #fff;
  }
  .fh{
      width: 40px;
      height: 40px;
      background-color: #fff;
      box-shadow:2px 2px 2px 2px rgba(0,0,0,0.1);
      text-align: center;
      line-height: 40px;
      position: fixed;
      top: 60%;
      margin-top: 140px;
      right: 0;
      z-index: 999;
      cursor: pointer;
  }
  /* news样式 */
  .news{
      background-color: #fff;
      padding: 64px 0 66px;
  }
  .news_content{
      height: 450px;
  }
  .news_content>.news_left>.left_img{
      width: 422px;
      height: 280px;
  }
  .news_content>.news_left>.left_img>a{
      display: inline-block;
  }
  .left_content{
      width: 422px;
      height: 171px;
      padding: 31px 35px 24px;
      background-color: #86898a;
      color: #fff;
  }
  .left_news_title{
      font-size:18px;
      font-weight:500;
      margin-bottom: 4px;
      height: 24px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .left_news_content{
      font-size: 14px;
      margin: 10px 0;
      line-height:28px;
      height: 56px;
      overflow: hidden;
      text-overflow: ellipsis;
      display:-webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2; 
  }
  .left_news_content a{
      color: #fff;
      font-weight: 500;
  }
  .news_right>ul>li{
      width:754px;
      height:134px;
      background:rgba(248,248,248,1);
      margin-bottom: 24px;
  }
  .news_right>ul>li.active{
      background:rgba(255,255,255,1);
      box-shadow:0px 0px 11px 0px rgba(0,0,0,0.09);
  }
  .news_right_l{
      width: 145px;
      height: 102px;
      margin: 16px;
  }
  .news_right_l>a{
      display: inline-block;
  }
  .news_right_r{
      margin-left: 23px;
      width: 514px;
      padding: 24px 0;
  }
  .news_right_r_title{
      font-weight:500;
      line-height:22px;
      color: #444;
      margin-bottom: 11px;
      overflow: hidden;
  }
  .news_right_r_title>a{
      display: block;
      float: left;
      width: 80%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .news_right_r_title>a:hover{
      color: #86898a;
  }
  .news_right_r_date{
      font-weight: 400;
      color: #999;
  }
  .news_right_r_content{
      font-size: 14px;
      line-height:28px;
      height: 56px;
      overflow: hidden;
      text-overflow: ellipsis;
      display:-webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2; 
  }
  .news_right_r_content a{
      color: #444;
      font-weight: 500;
  }
  .news_right_r_content a:hover{
      color: #86898a;
  }
  /* 新闻/专题列表 */
  .news_link_items .news_left{
      width: 282px;
      margin-top: 32px;
        margin-bottom: 40px;
  }
  .news_link_items .news_left_top{
      height: 130px;
      padding: 32px;
      background: url('../image/links_left_top.png') center no-repeat;
      color: #fff;
  }
  .news_link_items .news_left_top>.news_title{
      font-size: 20px;
      font-weight: 500;
      padding-bottom: 8px;
      border-bottom: 1px solid #d5d5d5;
  }
  .news_title_en{
      text-align: right;
      font-size: 16px;
      font-weight: 300;
      margin-top: 7px;
  }
  .news_link_items .news_left .news_left_content{
      padding: 0 18px;
      background-color: #86898a;
      color: #fff;
  }
  .news_link_items .news_left .news_left_content>p{
      height: 58px;
      line-height: 58px;
      border-bottom: 1px solid #d5d5d5;
      padding: 0 18px;
      cursor: pointer;
  }
  .news_link_items .news_left .news_left_content>p:hover{
      font-weight: 600;
      color: #fff;
  }
  .news_link_items .news_left .news_left_content>p.active{
      font-weight: 600;
      color: #fff;
  }
  .news_link_items .news_left_content>p:last-of-type{
      border: none;
  }
  .news_link_items .news_left_content>p.active>span,
  .news_link_items .news_left .news_left_content>p:hover>span{
      display: inline-block;
      width: 3px;
      height: 18px;
      background-color: #fff;
      margin-right: 10px;
      margin-bottom: -2px;
      transition: ease all 0.3s;
  }
  /* 产品详情、专题图库 */
  .product_details_box{
      padding-bottom: 48px;
  }
  .box_case_content_img-1{
      display: block;
      float: left;
      width: 374px;
      height: 270px;
      border: 1px solid #eaeaea;
      text-align: center;
      overflow: hidden;
  }
  .box_case_content_img-1:hover{
      background-color: #86898a;
      box-shadow:0px 1px 9px 0px rgba(0,0,0,0.2);
  }
  .box_case_content_img-1:hover .box_case_content_img_title{
      color: #fff;
  }
  
    .box_case_content_img{
      display: block;
      float: left;
      width: 384px;
      height: 270px;
      border: 1px solid #eaeaea;
      text-align: center;
      overflow: hidden;
  }
  .box_case_content_img:hover,.box_case_content_img-1:hover{
      background-color: #216bd2;
      box-shadow:0px 1px 9px 0px rgba(0,0,0,0.2);
  }
  .box_case_content_img:hover .box_case_content_img_title{
      color: #fff;
  }
  .box_case_content{
    width:1224px;
  }
  .box_case_content .box_case_content_img{
      margin-right: 24px;
  }
  .box_case_content_img_title{
      font-weight:500;
      color: #222;
      margin: 17px 0;
      padding: 0 10px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .box_pictures{
      width: 1224px !important;
      overflow: hidden;
  }
  
  
  .box_pictures .box_case_content_img{
      width: 282px;
      height: 234px;
      margin-right: 24px;
  }
  
  .box_pictures-1{
      width: 1224px !important;
      overflow: hidden;
  }
  .box_pictures-1 .box_case_content_img-1{
      width: 282px;
      height: 449px;
      margin-right: 24px;
  }
  
  
  /* 评论样式 */
  .comment{
      padding-bottom: 40px;
  }
  .comment .mytitle{
      padding: 32px 0 16px;
      border-bottom: 1px solid #D7D7D7;
      position: relative;
  }
  .comment h2.mytitle1{
      padding-top: 0;
  }
  .comment .mytitle>span{
      font-size: 14px;
      color: #999;
  }
  .comment .mytitle::before{
      content: "";
      width: 56px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #86898a;
  }
  .comment .async3>p>input[type="text"],
  .comment_content>textarea{ 
      border:1px solid #d7d7d7;
      background-color: #fff;
      padding: 7px 16px;
      color: #222;
      font-size: 16px;
      font-weight: 400;
  }
  .comment .async3>p>input[type="text"]{
      width: 268px;
      height:40px;
      margin: 24px  0 16px 24px;
  }
  .comment_content{
      position: relative;
  }
  .comment_content>textarea{
      width: 1021px;
      height: 88px;
      margin-left: 20px;
      vertical-align: top;
  }
  .comment_content>input[type="submit"]{
      position: absolute;
      width:120px;
      height:88px;
      background-color: #86898a;
      color: #fff;
      top: 0;
      left: 1077px;
      font-size: 18px;
      cursor: pointer;
    border: 1px solid #86898a;
  }
  .comment_content_links>li{
      padding-top: 32px;
      border-bottom: 1px solid #D7D7D7;
  }
  .comment_content_links_top{
      margin-bottom: 15px;
  }
  .comment_content_links_top .user_name{
      font-size: 18px;
      font-weight:500;
      color: #222;
  }
  .comment_content_links .start_time{
      font-size: 14px;
      color: #999;
      margin-left: 16px;
  }
  .comment_content_links_content{
      font-size: 14px;
      color: #444;
      line-height: 28px;
  }
  .comment_revert_btn{
      padding: 16px 0;
      text-align: right;
  }
  .comment_revert_btn>a{
      color: #86898a;
      font-size: 14px;
  }
  .comment_content_revert{
      margin-top: 21px;
      background-color: #f2f2f2;
      border-radius:2px;
      padding: 24px;
      position: relative;
  }
  .comment_content_revert::before{
      content: "";
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 14px solid #f2f2f2;
      position: absolute;
      top: -14px;
      left: 28px;
  }
  .comment_content_revert_top>.user_name{
      font-size: 16px;
      font-weight:500;
      color: #444;
      margin-right: 24px;
  }
  .comment_content_revert_content{
      font-size: 14px;
      line-height:28px;
      margin-top: 7px; 
  }
  .comment>.news_page{
      margin: 40px auto;
  }
  .layout {
      position: absolute;
      min-width: 1200px;
      background-color: rgba(0,0,0,.3);
      z-index: 1000;
      width:100%;
  }
  .comment_display{
      display: none;
  }
  .form-box.comment_verify{
    border-radius: 8px;
  }
  .comment_verify{
      position: fixed;
      z-index: 1001;
      top: 50%;
      left: 50%;
      margin-top: -165px;
      margin-left: -316px;
      width: 633px;
      height: 329px;
      text-align: center;
      color: #444;
      padding: 0;
  }
  .comment_verify form{
    border:none;
  }
  .comment_verify_title{
      width: 100%;
      height: 65px;
      background-color: #86898a;
      color: #fff;
      font-weight: 600;
      line-height: 65px;
      border-radius:8px 8px 0px 0px;
    font-size: 24px;
  }
  .close{
      position: absolute;
      top: 10px;
      right: 30px;
      line-height: 45px;
      cursor: pointer;
  }
  .close>i{
      font-size: 24px;
      color: #fff;
  }
  .comment_verify_content{
      width:633px;
      background:#fff;
      border-radius:0px 0px 8px 8px;
      padding: 40px 139px 40px 0;
      text-align: right;
  }
  .comment_verify_content input:nth-child(-n+1){
      padding: 9px 16px;
      margin-left: 6px;
  }
  .comment_verify_content input::-webkit-input-placeholder,
  .comment_verify_content input:-moz-placeholder,
  .comment_verify_content input::-moz-placeholder,
  .comment_verify_content input:-ms-input-placeholder { 
  color: #D7D7D7;
  } 
  .comment_verify_content input[type="tel"],
  .comment_verify_content input[type="text"]{
      width:266px;
      height:40px;
      border-radius:4px;
      border:1px solid #D7D7D7;
      margin-bottom: 24px;
  }
  .comment_verify_content input[type="text"]{
      width:147px;
  }
  .comment_verify_content .yz{
      display: inline-block;
      width: 101px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 4px;
      border: 1px solid #86898a;
      color: #86898a;
      background-color: #fff;
      margin-left: 13px;
      cursor: pointer;
    vertical-align: middle;
  }
  .comment_verify_btn{
      margin-right: 45px;
      padding-top: 15px;
  }
  .comment_verify_btn>input{
      width:96px;
      height:40px;
      border-radius:4px;
      font-weight: 500;
      cursor: pointer;
  }
  .comment_verify_btn>input[type="submit"]{
      background:#86898a;
      color: #fff;
      border: none;
      margin-right: 40px;
  }
  .comment_verify_btn>input[type="button"]{
      background-color:#D7D7D7;
      color: #fff;
  }
  .success{
      width:240px;
      height:240px;
      background:rgba(34,34,34,1);
      border-radius:8px;
      opacity:0.8;
  }
  .wcs-success,
  .fail{
      display: none;
      position: fixed;
      z-index: 1001;
      top: 25%;
      left: 50%;
      margin-top: -120px;
      margin-left: -120px;
      width: 240px;
      height: 240px;
  }
  .form-box .down_form  {
      border-top: 0;
      margin-top: 0;
  }
  /* 身份验证 */
  .id_verify{
      height: 258px;
  }
  .verify>.comment_verify_content{
      padding: 48px 0;
      text-align: center;
  }
  .verify>.comment_verify_content>.ts{
      font-size: 18px;
      font-weight: 500;
  }
  .verify>.comment_verify_content>.comment_verify_btn{
      margin-right: 0;
  }
  .id_verify>.comment_verify_content>.comment_verify_btn{
      margin-top: 17px;
  }
  .id_verify .comment_verify_btn>a{
    display: inline-block;
    width: 96px;
      height: 40px;
      line-height: 40px;
      border-radius: 4px;
  }
  .id_verify .comment_verify_btn>a:first-of-type{
      background:#86898a;
      color: #fff;
      border: none;
      margin-right: 40px;
  }
  .id_verify .comment_verify_btn>a:last-of-type{
      background-color: #fff;
      color: #86898a;
      border: 1px solid #86898a;
  }
  /* 密码验证 */
  .pwd_verify .comment_verify_btn>input[type="submit"]{
      background:#86898a;
      color: #fff;
      width:160px;
  }
  .pwd_verify>.comment_verify_content>.ts>a{
      display: inline-block;
      width: 80px;
      height: 24px;
      font-size: 14px;
      color: #fff;
      background-color: #86898a;
      margin-left: 16px;
      text-align: center;
      line-height: 24px;
      font-weight: 400;
      cursor: pointer;
  }
  .pwd_verify .comment_verify_btn>input[type="submit"]{
      width:160px;
    margin-right:0;
  }
  .pwd_verify .pwd{
      margin: 32px 0;
      text-align: center;
      position: relative;
  }
  .pwd_verify .pwd>input{
      width: 266px;
      margin: 0;
      margin-left: 6px;
      border: 1px solid #d7d7d7;
  }
  .pwd_verify .pwd>.ts_info{
      display: block;
      color: #E62D27;
      font-size: 14px;
      position: absolute;
      min-width: 120px;
      left: 210px;
      text-align: left;
      top: 40px;
  }
  .pwd_verify .comment_verify_btn{
      padding: 0;
  }
  /* 申请弹窗 */
  .apply{
      display: none;
      height: 337px;
  }
  .apply>.comment_verify_content{
      padding: 40px 0;
      text-align: center;
  }
  .apply .file_style{
      text-align: left;
      display: inline-block;
      width: 232px;
      height: 41px;
      position: relative;
      border: 1px solid #D7D7D7;
      padding: 10px 16px;
      color: #999;
      font-size: 14px;
      border-radius:4px;
      vertical-align: middle;
      word-break:keep-all;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis; 
      margin: 0 15px 0 8px;
  }
  .file_format{
      width: 160px;
      line-height: 32px;
      margin: 24px auto 40px;
      text-align: left;
      color: #86898a;
      font-size: 14px;
  }
  .post_file_btn{
      display: inline-block;
      width: 83px;
      height: 38px;
      background-color: #fff;
      color: #86898a;
      border: 1px solid #86898a;
      border-radius:4px;
      line-height: 38px;
      cursor: pointer;
      vertical-align: middle;
  } 
  .file_control{
      position:absolute;
      top:0;
      right:0;
      width: 266px;
      height: 40px;
      border:solid transparent;
      opacity:0;
      filter:alpha(opacity=0);
      cursor: pointer;
  } 
  .apply .comment_verify_btn{
      margin-right: 0;
      padding: 0;
  }
  .apply .comment_verify_btn>input:first-of-type{
      margin-left: 0;
  }
  .apply .post_over{
      color: #86898a;
      background-color: #F8F8F8;
  }
  /* 获取报价 */
  #get_price{
    background: url('../image/get_price.png') center no-repeat;
    height: 367px;
  }
  #get_solution{
    background: url('../image/solution.png') center no-repeat;
    height: 422px;
  }
  #tj_need{
    background: url('../image/case_detail_tj.png') center no-repeat;
    height: 367px;
  }
  .get_price{
      width: 100%;
      margin-top: 47px;
      overflow: hidden;
      position: relative;
      box-shadow:0px 2px 11px 0px rgba(0,0,0,0.08);
  }
  .get_price_info{
      position: absolute;
      top: 46px;
      right: 82px;;
      text-align: right;
      color: #222;
  }
  .get_price_info input,
  .get_price_info textarea{
      width: 460px;
      height: 40px;
      border-radius:4px;
      border: 1px solid #d7d7d7;
      margin: 0 0 24px 9px;
      padding: 7px 16px;
  }
  .get_price_info textarea{
      height: 94px;
      vertical-align: top;
  }
  .get_price_info_btn>input{
      display: block;
      width:128px;
      height:48px;
      background:#86898a;
      border:none;
      border-radius:4px;
      color: #fff;
      text-align: center;
      margin: 0 auto;
      cursor: pointer;
  }
  .get_price_info_btn>input:hover{
      background-color: #1B50B6;
  }
  /* 产品详情、配件详情 */
  .product_details_banner{
      width: 500px;
      overflow: hidden;
      position: relative;
  }
  .product_details_banner_box{
      width: 600%;
  }
  .product_details_info{
      width: 588px;
  }
  .product_details_info_title{
      padding: 9px 0 28px;
      border-bottom: 1px dashed #D7D7D7;
      color: #444;
      line-height:33px;
        font-weight: 500;
    font-size: 24px;
  }
  .product_details_info_content{
      padding: 27px 0 28px;
      font-size: 14px;
      border-bottom: 1px dashed #D7D7D7;
      line-height: 36px;
      color: #444;
  }
  .intro{
      width: 564px;
      line-height: 32px;
      margin-bottom: 15px;
  }
  .product_details_info_content_title{
      width: 564px;
      color: #222;
      font-weight: 500;
  }
  .product_details_info_btn{
      padding: 32px 0;
      width: 650px;
      overflow: hidden;
  }
  .product_details_info_btn a{
      display: inline-block;
      font-weight: 500;
      padding: 13px 30px;
      border: 1px solid #86898a;
      color: #86898a;
      border-radius:4px;
      margin-right: 30px;
      line-height:22px;
  }
  .product_details_info_btn a:hover{
      background-color: #86898a;
      color: #fff;
  }
  .product_details_info_btn .cons{
      background-color: #86898a;
      color: #fff;
  }
  .product_details_info_btn .cons:hover{
      background-color: #1B50B6;
  }
  /* 常见问题搜索栏 */
  .question_title_img{
      position: relative;
      min-width: 1200px;
      width:100%;
      height: 300px;
      background: url('../image/question_banner.png') center no-repeat;
      text-align: center;
  }
  .question_title_img input{
      position: absolute;
      top: 102px;
      left: 50%;
      margin-left: -360px;
      width: 601px;
      height: 48px;
      border: 1px solid #86898a;
      background-color: #fff;
      padding: 0 13px;
  }
  .question_search_btn{
      position: absolute;
      top: 102px;
      left: 50%;
      margin-left: 240px;
      width: 120px;
      height: 48px;
      background-color: #86898a;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 48px;
      border:1px solid #86898a;
      cursor: pointer;
  }
  .question_title_img p{
      position: absolute;
      top: 175px;
      left: 50%;
      margin-left: -365px;
      line-height:22px;
  }
  .question_title_img p>span{
      color: #86898a;
  }
  .question_title_img p>span>i{
      margin-right: 10px;
      font-size: 20px;
  }
  .question_title_img p>a{
      color: #222;
      margin-right: 20px;
  }
  .question_title_img p>a:hover{
      color: #86898a;
  }
  /* 首页、关于企业的产品样式 */
  .series_content li{
      width: 280px;
      height: 394px;
      margin-right: 20px;
      float: left;
      position: relative;
      overflow: hidden;
  }
  .img_title{
      width: 280px;
      height: 86px;
      text-align: center;
      padding: 33px;
      position: absolute;
      background-color: #fff;
  }
  .img_title::before{
      content: "";
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 12px solid #fff;
      position: absolute;
      top: -10%;
      left: 46%;
  }
  .img_title p{
      width:40px;
      height:1px;
      background-color: #86898a;
      margin: 8px auto 0;
  }
  .img_title .series_details{
      display: none;
  }
  .series_content li.active{
      cursor: pointer;
  }
  .series_content li.active img{
      transform: scale(1.1);
  }
  .series_content li * {
      transition: ease transform 0.5s;
  }
  .active .img_title{
      width: 280px;
      height: 146px;
      background-color: #86898a;
      position: absolute;
      top: 46%;
      left: 0;
      color: #fff;
  }
  .active .img_title::before{
      content: "";
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 12px solid #86898a;
      position: absolute;
      top: -8%;
      left: 46%;
  }
  .active .img_title h4{
      color: #fff;
  }
  .active .img_title p{
      width:40px;
      height:1px;
      background-color: #fff;
      margin: 8px auto 24px;
  }
  .active .img_title .series_details{
      display: block;
      font-size: 14px;
      width:215px;
      height:40px;
      line-height: 40px;
      border: 1px solid #fff;
  }
  /* 关于新闻 */
  .about_news>ul{
      width: 1224px;
      overflow: hidden;
  }
  .about_news>ul>li{
      float: left;
      margin-right: 24px;
      width: 587px;
      height: 54px;
      border-bottom: 1px solid #EAEAEA;
      line-height: 52px;
      font-size: 14px;
      color: #222;
  }
  .about_news>ul>li>a{
      color: #222;
      font-size: 14px;
  }
  .about_news>ul>li>a:first-of-type{
      display: block;
      float: left;
      white-space: nowrap;
      width: 450px;
      overflow: hidden;
      text-overflow:ellipsis; 
  }
  .about_news>ul>li:hover>a{
      color: #86898a;
  }
  /* 新闻详情上一条下一条 */
  .news_detail_others{
      height: 56px;
      line-height: 56px;
      font-size: 14px;
  }
  .news_detail_others i{
      font-size: 43px;
      vertical-align: middle;
  }
  .news_detail_others>div:hover{
      background-color: #86898a;
      color: #fff;
  }
  .news_detail_others>div:hover a{
      color: #fff;
  }
  .news_detail_prev{
      width: 50%;
      background-color: #EAEAEA;
      padding: 0 24px;
      height: 56px;
  }
  .news_detail_prev>span,
  .news_detail_next>span,
   .news_detail_prev>a,
   .news_detail_next>a{
      display: inline-block;
      width: 40%;
      overflow: hidden;
      white-space:nowrap;
      text-overflow: ellipsis;
  }
  .news_detail_prev>i{
      margin-right: 17px;
      float: left;
      overflow: hidden;
  }
  .news_detail_next{
      width: 50%;
      background-color: #EAEAEA;
      padding: 0 24px;
      text-align: right;
      height: 56px;
      overflow: hidden;
      white-space:nowrap;
      text-overflow: ellipsis; 
  }
  .news_detail_next>i{
      margin-left: 18px;
      float: right;
      overflow: hidden;
  }
  /* 404 */
  .main404{
      background-color: #F8F8F8;
      padding: 64px 0;
  }
  .main404>.w{
      width: 1200px;
      height: 706px;
      background-color: #fff;
      padding: 72px 0 81px;
      text-align: center;
  }
  .main404>.w>h1{
      color: #575857;
      line-height: 45px;
      font-weight: 500;
      margin: 12px 0 24px;
  }
  .main404>.w>a{
      font-size: 18px;
      line-height: 25px;
  }
  .main404>.w>a:hover{
    color:#86898a;
  }
  /* index.css */
  /* card样式 */
.card{
    min-width: 1200px;
    height: 527px;
    background: url('../image/bj1-index.png')
}
.card_links{
    width: 100%;
    padding: 72px 0;
}
.card_links li{
    float: left;
    width:384px;
    height:384px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.1);
    border-radius:4px;
    text-align: center;
}
.card_links .ll{
    margin: 0 24px;
}
.card_links .active{
    background-color: #86898a;
    transition: ease all 0.5s;
}
.card_links .active p{
    color: #fff;
}
.icon1,
.icon2,
.icon3{
    width: 123px;
    height: 137px;
    margin: 32px auto;
}
.icon1{
    background: url('../image/icon1.png');
}
.active .icon2{
    background: url('../image/icon2.png');
}
.icon3{
    background: url('../image/icon3.png');
}
.active .icon1{
    background: url('../image/icon1_2.png');
}
.icon2{
    background: url('../image/icon2_2.png');
}
.active .icon3{
    background: url('../image/icon3_2.png');
}
.card_title{
    font-size: 18px;
    font-weight:600;
    color: #444;
    margin-bottom: 8px;
}
.card_content{
    height: 56px;
    padding: 0 72px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.card_btn{
    display: block;
    width:160px;
    height:40px;
    line-height: 40px;
    border-radius:4px;
    border: 1px solid #86898a;
    margin: 19px auto;
    font-weight: 500;
    color: #86898a;
    background-color: #fff;
    cursor: pointer;
}
.card_btn:hover{
    color: #86898a;
}
/* series样式 */
.series{
    height: 685px;
    background: url('../image/bj2-index.png');
    padding: 64px 0;
}
.box_top{
    max-height: 66px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
    line-height: 33px;
}
.box_top .f_left{
    width: 95%;
}
.more{
    font-size:14px;
    color: #999;
}
.user_case{
    color: #fff;
    font-size: 24px;
    padding: 48px 0;
    background: url('../image/Mask.png') top center no-repeat;
}
.user_case_title{
    text-align: center;
    color: #fff;
}
.user_case_ul{
    height: 84px;
    margin: 53px 0;
  display: flex;
    justify-content: space-between;
} 
.user_case_ul li{
    float: left;
    height: 58px;
    line-height: 58px;
}
.divide{
    width: 1px;
    height: 58px;
    margin: 0 79px;
    background-color: #cecece;
}
.user_case_ul li>span{
    height: 84px;
    font-size: 60px;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 12px;
}
.user_case_ul li>span>i{
    font-size: 24px;
    vertical-align: baseline;
}
.user_case_tab{
    width:1200px;
    height:481px;
    background:#fff;
    box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
}
.tab_left_box{
  width:152px;
  height:481px;
  overflow: hidden;
  border-right: 2px solid #86898a;
    background:#E0EBFF;
}
.user_case_tab .tab{
    width:182px; 
  height:100%;
  overflow: auto;
}
.tab .tab_item{
    width:150px;
    height:60px;
    color: #86898a;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.tab .tab_item.active{
    background-color: #86898a;
    color: #fff;
    box-shadow:0px 4px 9px 0px rgba(0,0,0,0.11);
}
.tab_info{
    width: 1048px;
    height: 481px;
    padding: 24px 40px 32px;
}
.tab_main{
    display: none;
}
.tab_main.selected{
    display: block;
}
.tab_title{
    color: #444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 25px;
}
.tab_content{
    height: 70px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height:32px;
    overflow: hidden;
}
hr{
    margin: 23px 0 31px;
}
.tab_img{
    display: block;
    float: left;
    width: 306px;
    height: 263px;
    border: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
  	  margin-right: 24px;
}
a.tab_img:last-of-type {
    margin-right: 0;
}
.tab_img_title{
    font-size: 16px;
    font-weight:500;
    color: #444;
    margin: 17px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.tab_img:hover{
    background-color: #86898a;
    box-shadow:0px 1px 9px 0px rgba(0,0,0,0.2);
}
.tab_img:hover>.tab_img_title{
    color: #fff;
}
/* search.css */
body{
    background-color: #f8f8f8;
}
em.s-key {
    font-style: normal;
    color: #86898a;
}
.search_text{
    height: 128px;
    background-color: #fff;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 16px;
    box-shadow:0px 1px 9px 0px rgba(0,0,0,0.14);
}
.search_text_info{
    position: relative;
}
.search_text_input{
    top: 0;
    left: 0;
}
.search_text_link{
    width:120px;
    height:46px;
    border-right:1px solid rgba(215,215,215,1);
    position: relative;
    line-height: 46px;
    padding-left: 19px;
    cursor: pointer;
    top: -47px;
    left: 301px;
}
.search_text_link i{
    vertical-align: top;
    margin-left: 10px;
}
.search_text_link_item{
    display: none;
    width: 120px;
    background-color: #fff;
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99;
}
.search_text_link_item>p{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.search_text_link_item>p:hover{
    background-color: #f4f4f4;
    color: #86898a;
}
.search_text_btn{
    top: -94px;
    left: 360px;
}
.search_list{
    /* height:835px; */
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 9px 0px rgba(0,0,0,0.12);
    padding: 32px 72px 40px;
    margin-bottom: 48px;
}
.list_tab{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.list_tab_item {
    float: left;
    width: 173px;
    height: 40px;
    background-color: #eaeaea;
    position: relative;
    text-align: center;
    line-height: 40px;
    margin: 0 10px 20px;
    font-size: 18px;
    cursor: pointer;
}
.list_tab_item a{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 173px;
    padding: 0 10px;
}
.list_tab_item.active,
.list_tab_item.active a,
  .list_tab_item:hover,
    .list_tab_item:hover a{
    color: #fff;
    background-color: #86898a;
}
.list_tab_item::before,
.list_tab_item::after{
    /* content: ""; */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
}
.list_tab_item::before{
    border-left: 20px solid #eaeaea;
    top: 0;
    left: 100%;
}
.active.list_tab_item::before,
.list_tab_item:hover::before{
    border-left: 20px solid #86898a;
}
.list_tab_item::after{
    border-right: 20px solid #eaeaea;
    top: 0;
    left: -20px;
}
.active.list_tab_item::after,
.list_tab_item:hover::after{
    border-right: 20px solid #86898a;
}
.list_tab_main hr{
    margin: 10px 0 24px;
    border:1px solid #eaeaea;
}
.list_tab_main.selected{
    display: block;
}
.product_condition{
    padding: 12px 0 15px;
    border-bottom: 4px solid #f8f8f8;
}
.pro_t{
    height:65px;
    background-color:#F8F8F8;
    padding: 17px 40px;
    overflow: hidden;
}
.pro_t>dd{
    float: left;
    min-width:72px;
    height:32px;
    background:#F2F7FF;
    border:1px solid #86898a;
    margin-right: 16px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #86898a;
    padding: 0 10px;
}
.pro_t .pro_title,
.pro_t .pro_count{
    border: 0;
    font-weight: 500;
    margin-right: 20px;
}
.pro_t .pro_title{
    color: #222;
    width: 132px;
    text-align: right;
  		line-height: 32px;
}
.pro_t .pro_count{
    color: #444;
    float: right;
  line-height: 32px;
}
.icon_del{
    position: relative;
}
.icon_del>i{
    position: absolute;
    top: -9px;;
    right: 8px;
    color: #fff;
    font-size: 8px;
    width: 2px;
    height: 2px;
    font-weight: 300;
    cursor: pointer;
}
.icon_del::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 9px solid transparent;
    border-top: 9px solid #86898a;
    border-right: 10px solid #86898a;
    position: absolute;
    top: 0;
    right: 0;
}
.pro_b{
    height: 32px;
    margin: 24px 0;
    padding: 0 40px;
}
.search_pro_fl {
    padding: 0 78px;
}
.search_pro_fl dt.pro_title{
    width: 48px;
}
.search_pro_fl .pro_count{
    margin-right: 0 !important;
}
.pro_b,
.pro_b .pro_title,
.pro_b dd{
    background-color: #fff;
}
.pro_b dd{
    color: #666;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}
.pro_b dd.active,
.pro_b dd:hover{
    background:#F2F7FF;
    border:1px solid #86898a;
    color: #86898a;
}
.pro_c{
	background-color:#fff;
}
.pro_c dd{
    border: 0;
    padding: 0;
    margin: 0;
}
.pro_c dd>input{
    width: 102px;
    height: 32px;
    margin: 0;
    vertical-align: top;
    border: 1px solid #d7d7d7;
     padding: 0 12px;
}
.pro_c .to{
    border: 0;
    width: 16px;
    min-width: 16px;
    line-height: 32px;
    margin: 0 8px;
    padding: 0;
    color: #d7d7d7;
    vertical-align: middle;
    background-color: #fff;
}
.choose_button{
    text-align: center;
    padding-top: 15px;
}
.choose_button input{
    width:64px;
    height:32px;
    color: #fff;
    cursor: pointer;
}
.choose_button input[type="submit"]{
    background-color: #86898a;
    margin-right: 14px;
}
.choose_button input[type="reset"]{
    background-color: #444;
}
.count{
    color: #86898a;
}
.product_info{
    padding: 0 65px;
}
.list_tab_main .news_p{
    margin-left: 80px;
}
.search_news_item{
    padding: 23px 0;
    overflow: hidden;
    border-bottom: 1px dashed #eaeaea;
    height: 149px;
}
.search_news_r{
    width: 873px;
    height: 56px;
    margin-left: 38px;
}
.search_news_r_title{
    color: #444;
    font-weight: 500;
    line-height:22px;
    margin: 8px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search_news_r_content{
    font-size: 14px;
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.search_news_r_content a{
    color: #86898a;
    font-weight:500;
}
.search_word{
    color: #86898a;
}
.last{
    border: 0;
}
.product_info .news_page ul{
    margin: 40px auto 0;
}
.no_result{
    height: 738px;
}
.no_result_title{
    font-size:32px;
    line-height:45px;
    color: #86898a;
    margin: 72px auto 24px;;
  		text-align: center;
}
.no_result_content{
    color: #444;
    width:367px;
    line-height:16px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.no_result_call{
  display:block;
    width:144px;
    height:48px;
    border-radius:4px;
    background-color: #86898a;
    color: #fff;
    font-weight: 500;
    line-height:48px;
    text-align: center;
    margin:  40px 0 0 345px;
}
.no_result_call:hover{
  color:#fff;
  background-color: #1B50B6;
}
.my_search_box{
    width: 1059px !important;
    padding-left: 80px;
    padding-top: 24px;
}
.my_search_box_news{
  padding-left:55px;
  padding-top: 0;
}
.news_right.photo_box.my_search_box {
    padding-top: 0;
}
.my_search_box_news .news_right {
    padding-top: 0 !important;
}
/* product.css */
body{
    background: #f8f8f8;
}
.title_img{
    background: url('../image/pro_img.png') center no-repeat;
}
.product_links_title{
    text-align: center;
    padding: 50px 0;
    background: url('../image/title_bj.png') center no-repeat;
}
.product_links_item>ul{
    width: 1300px;
}
.product_links_item.product_info_item li{
    margin: 0 24px 24px 0;
}
.product_links_item .pro_item_title{
    width: 588px;
    height: 381px;
    padding: 95px 0 94px;
    color: #fff;
    text-align: center;
}
.pro_item_title a{
    display: block;
    color: #fff;
}
.pro_item_title:hover .getmore{
    background-color: #86898a;
    border: 1px solid #86898a;
}
.pro_item_title_top{
    font-size:32px;
    line-height:45px;
    font-weight:500;
}
.pro_item_title_i{
    width: 56px;
    height: 2px;
    background-color: #fff;
    margin: 12px auto 42px;
}
.getmore{
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    margin: 0 auto;
}
.product_links_item_bj:first-of-type{
    padding-top: 0;
}
.product_big_box{
  background: #f8f8f8;
}
.product_links_item_bj{
  padding: 86px 0 48px;
}
.product_links_item_bj:nth-child(2n-1){
    background: url('../image/bj2_pro.png') no-repeat;
}
/* 产品列表css */
.product_title_links{
    padding: 0 0 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.product_title_links>.link{
    float: left;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: #EAEAEA;
    margin: 0 5px;
	font-size:14px;
    cursor: pointer;
}
.product_title_links>.link.active{
    background-color: #86898a;
    color: #fff;
}
.product_links_item .news_page li{
    margin: 0;
}
/* product_details.css */
.product_details_top{
    padding: 32px 0 40px;
}
.product_details_banner{
    width: 500px;
    height: 500px;
    float: left;
}
.product_details_banner>div>.next_button,
.product_details_banner>div>.prev_button{
    margin-top: -70px;
    background: none;
}
.product_details_banner>div>.next_button>i,
.product_details_banner>div>.prev_button>i{
    color: #86898a;
    font-size: 24px;
}
.product_details_banner>div>.next_button{
    right: 0;
    margin-right: 0;
}
.product_details_links{
    box-shadow:0px 2px 11px 0px rgba(0,0,0,0.08);
}
.product_details_links_top{
    width: 1200px;
    background-color: #eaeaea;
}
.product_details_links_top.myfixed{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 99;
}
.product_details_links_top a{
    display: block;
    float: left;
    width:300px;
    height:56px;
    background-color: #eaeaea;
    color: #222;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
}
.product_details_links_top>a.active{
    background-color: #fff;
    color: #86898a;
    border-top: 2px solid #86898a;
    font-weight: 500;
}
.product_details_links_content{
    padding: 0 51px 32px 49px;
}
.product_details_links_content .title{
    height: 36px;
    margin: 40px 0;
    color: #86898a;
}
.product_details_links_content .title div{
    width: 47px;
    height: 2px;
    margin-top: 5px;
    background-color: #86898a;
}
.product_details_links_content h3{
    font-size: 24px;
    color: #222;
    font-weight:400;
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.product_details_links_content h3::before{
    content: "";
    background-color: #86898a;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -32px;
}
.product_parameters_table{
    height: 221px;
    overflow: hidden;
}
.product_parameters_table table{
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.product_parameters_table table tr:first-of-type{
    background-color: #fafafa;
    font-weight: 500;
}
.product_parameters_table table th,td{
    height: 52px !important;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.product_details_links_content .all{
    width: 160px;
    height: 40px;
    border: 1px solid #86898a;
    color: #86898a;
    text-align: center;
    line-height: 40px;
    margin: 33px auto 0;
    cursor: pointer;
}
/* 右侧悬浮固定栏 */
.product_xf{
    width: 247px;
    height: 468px;
    padding: 24px;
    box-shadow:0px 3px 7px 0px rgba(0,0,0,0.11);
    border: 1px solid #eaeaea;
    position: fixed;
    top: 56px;
    background-color: #fff;
    right: 0;
    display: none;
}
.product_xf_title{
    font-weight:500;
    line-height:20px;
    margin: 16px 0 8px;
    color: #333;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_xf_content{
    height:56px;
    font-size:14px;
    color: #444;
    line-height:28px;
}
.product_xf_btn a{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    width: 200px;
    height: 40px;
    background-color: #86898a;
    border-radius:4px;
    margin-top: 16px;
}
.product_xf_btn a:hover{
    background-color: #1B50B6;
}
/* news.css */
.news_banner{
    background: url('../image/news_banner.png') center no-repeat;
}
.news_links_title{
    position: relative;
    text-align: center;
    padding: 48px 0;
    background: url('../image/title_bj.png') center no-repeat;
}
.news_links_title>a{
    font-size:14px;
    color: #999;
    line-height: 31px;
    position: absolute;
    right: 0;
}
.news_links .news{
    padding: 0;
    padding-bottom: 48px;
    background-color: #fff;
}
.industry_news{
    padding-bottom: 24px;
    background-color: #f8f8f8;
}
.industry_news ul{
    width: 1224px;
}
.industry_news li{
    float: left;
    width:588px;
    height:110px;
    background-color: #fff;
    padding: 24px 32px 23px 24px;
    margin: 0 24px 24px 0;
}
.industry_news li.active{
    box-shadow:0px 0px 11px 0px rgba(0,0,0,0.1);
}
.industry_news li.active .industry_news_right_l{
    background-color: #F2F7FF;
    border:1px solid #86898a;
    color: #86898a;
}
.industry_news li.active .industry_news_right_r_title>a{
    color: #86898a;
}
.industry_news_right_l{
    width:64px;
    height:64px;
    border:1px solid #eaeaea;
    margin-right: 32px;
    text-align: center;
}
.industry_news_right_l>.day{
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 600;
}
.industry_news_right_l>.date{
    font-size: 14px;
    line-height: 20px;
}
.industry_news_right_r{
    width: 436px;
}
.industry_news_right_r_title{
    font-weight: 500;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industry_news_right_r_content{
    font-size: 14px;
  height:40px;
    line-height: 20px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
/* 新闻列表 */
.news_link_items .news_right{
    margin-left: 24px;
    padding-top: 8px;
}
.news_right.user_case_hy{
  margin-left:0;
  padding-top: 0;
}
.news_link_items .news_right>ul>li{
    margin-top: 24px;
    width: 894px;
}
.news_link_items .news_right_r{
    width: 655px;
}
.news_link_items .news_page>ul{
    margin: 40px auto;
}
/* 新闻列表无图 */
.news_right_no_img{
    width: 894px !important;      
    padding: 0 40px 0 17px;    
}
.news_right_no_img>.news_right_r{
    width: 814px !important;
}
/* 常见问题列表 */
i.question{
    color: #86898a;
    font-size: 15px;
    margin-right: 9px;
}
.question_news>ul>li{
    height: 155px !important;
}
.question_news .news_right_r_title{
    padding-bottom: 16px;
    border-bottom: 1px dashed #EAEAEA;
    margin-bottom: 16px;
}
.question_news .news_right_r {
    width: 814px !important;
}
/* 资料下载 */
.download_title_img{
    background: url('../image/download_banner.png') center no-repeat;
}
.download_links .news_right>ul>li{
    height: 70px !important;
}
.download_links .news_right .news_right_r{
  width:814px;
  margin: 0 40px;
}
/* news_details.css */
.news_details{
    margin-top: 40px;
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 60px;
    font-size:14px;
}
.news_details_title{
    color: #000;
}
.news_details_date{
    margin: 16px auto 31px;
    line-height:30px;
    color: #999;
}
.news_details_abstract{
    margin: 0 164px 0 136px;
    text-align: left;
    line-height:28px;
    padding-bottom: 31px;
    border-bottom: 1px solid #d7d7d7;
}
.news_details_img{
    padding: 30px 164px 32px 136px
}
.news_detail_text{
    text-align: left;
    text-indent:2em;
    padding: 0 164px 48px 136px;
    color: #222;
    line-height:32px;
}
.about_news>ul{
    width: 1224px;
    overflow: hidden;
}
.about_news>ul>li{
    float: left;
    margin-right: 24px;
    width: 587px;
    height: 54px;
    border-bottom: 1px solid #EAEAEA;
    line-height: 52px;
    font-size: 14px;
    color: #222;
}
.about_news>ul>li>a{
    color: #222;
    font-size: 14px;
}
.about_news>ul>li>a.look{
  color:#999;
}
.about_news>ul>li>a:first-of-type{
    display: block;
    float: left;
    white-space: nowrap;
    width: 450px;
    overflow: hidden;
    text-overflow:ellipsis; 
}
.about_news>ul>li>a:hover{
    color: #86898a;
}
/* 常见问题详情 */
.question_detail{
    padding-bottom: 48px;
}
.ask_question{
    margin: 82px 0;
}
.ask_question_content_box{
    padding: 16px 40px;
    border: 1px solid #eaeaea;
    margin-bottom: 24px;
}
.ask_question_content_link{
    padding: 24px 0;
    border-bottom: 1px dashed #EAEAEA;
}
.ask_question_content_link>.title>div{
    float: left;
}
.ask_question_content_link>.title>.title_icon{
    vertical-align: top;
}
.ask_question_content_link>.title>.user_name{
    width: 72px;
    margin: 0 16px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.ask_question_content_link>.title>.time{
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.ask_question_content_link>.content{
    padding: 17px 0 0 40px;
}
.ask_question_content_link.last{
    border: none;
}
.ask_question_content>.news_page{
    margin-top: 48px;
}
/* 下载详情 */
.download_detail{
    padding-bottom: 48px;
}
.download_detail>.news_details{
    text-align: left;
    position: relative;
}
.download_detail .news_details_title,
.download_detail .news_details_date{
    padding-left: 136px;
}
.download_detail .news_detail_text{
    text-indent: 0;
    font-size: 16px;
    padding:  0 150px 48px 136px;
}
.download_detail .news_detail_text>.title{
    color: #222;
    font-weight: 500;
}
.download_detail .news_detail_text>.content p{
    color: #444;
}
.download_btn{
    width: 160px;
    height: 48px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    background-color: #216bd2;
    color: #fff;
    position: absolute;
    top: 73px;
    right: 150px;
}
.download_btn:hover{
    background-color: #1B50B6;
    color: #fff;
}
.download_detail a.look{
    color: #999;
    font-weight: 400;
}
.download_detail .about_news li:hover>a.look{
    color: #999;
}
/* special.css */
.special_img{
    background: url('../image/special-banner.png') center no-repeat;
}
.special_news_link_items .news_right{
    width: 918px;
    overflow: hidden;
    padding-top: 8px;
  margin-left:0;
}
.special_news_link_items .news_right>.box_pictures{
    width: 1000px;
    padding: 0 24px;
    padding-bottom: 0;
}
.special_news_link_items .news_right>.box_pictures>.box_case_content_img{
    margin-top: 24px;
}
.special_news_link_items .news_right>.news_page{
    margin: 40px 0;
}
/* 正品配件 */
.parts_box>.w{
    width: 1224px;
}
.parts_title_img{
    background: url('../image/parts_banner.png') center no-repeat;
}
.parts_right>h2{
    margin: 24px 0 16px;
}
.parts_box .box_pictures{
    width: 918px !important;
  padding-bottom:16px;
}
.parts_right>.box_pictures>a:nth-child(-n+3){
    margin-top: 0;
}
.parts_box .u-paging{
  margin-top:0;
}
.parts_link_box_right{
  margin-top:24px;
}
/* 图库列表 */
.about_pictures_banner{
    background: url('../image/about_picture_banner.png') center no-repeat;
}
.about_photos .box_case_content_img_title{
    padding: 0 16px;
}
.photo_box{
  width:894px;
  padding-bottom:8px;
}
.photo_box .box_pictures{
  width:920px !important;
  margin-top:24px;
}
.photo_box .u-paging{
  margin: 16px auto 32px;
}
/* 招聘列表 */
.job_link_right{
    width: 894px;
    margin-top: 24px;
}
.job_link_right table{
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
}
.job_link_right tr{
    height: 54px;
}
.job_link_right th{
    background-color: #FAFAFA;
}
.job_link_right td,
.job_link_right th{
    padding: 0 16px;
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
    border-right:none;
}
.tb_content:hover{
    background-color: #F2F7FF;
}
.tb_content:hover>.job_name>a{
    color: #86898a;
}
/* special_detail.css */
.special_detail_banner{
    background: url('../image/special_detail_banner.png') center no-repeat;
}
.special_detail_use{
    padding-bottom: 72px;
    text-align: center;
}
.special_detail_title{
    padding: 48px 0 40px;
    color: #86898a;
    line-height: 33px;
}
.special_detail_content{
    font-size:16px;
    line-height:32px;
    padding: 0 150px 40px;
    color: #222;
}
.special_detail_img>img{
    margin: 0 12px;
}
.special_detail_introduce{
    height: 389px;
    background: url(../image/Mask.png) center no-repeat;
    text-align: center;
    color: #fff;
}
.special_detail_introduce .special_detail_title,
.special_detail_introduce .special_detail_content{
    color: #fff;
}
.special_detail_introduce .special_detail_content{
    padding: 0 120px 40px;
}
.special_detail_introduce ul{
    padding: 0 253px;
}
.special_detail_introduce ul>li{
    float: left;
    padding: 0 72px;
    position: relative;
}
.special_detail_introduce ul>li::before{
    content: '';
    width: 1px;
    height: 58px;
    background-color: #fff;
    position: absolute;
    top: 17px;
    left: 0;
}
.special_detail_introduce ul>li:first-of-type::before{
    display: none;
}
.num{
    font-size:50px;
    line-height:70px;
    font-weight: 100;
}
.unit{
    font-size: 14px;
    line-height: 50px;
    vertical-align: top;
}
.detail_content{
    font-weight: 500;
    line-height: 22px;
}
.special_product_series{
    background: url('../image/bj_special.png') center no-repeat;
    padding-bottom: 24px;
}
.special_product_series .special_detail_title{
    text-align: center;
}
.special_product_series ul{
    background-color: #fff;
    box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
    margin-bottom: 48px;
  	width:1200px;
}
.special_product_series ul>li{
    margin: 24px 12px !important;
}
.special_product_series .pro_item_title{
    position: relative;
    width: 234px;
    height: 381px;
    color: #fff;
    text-align: center;
    padding: 103px 0 95px; 
}
.special_product_series .pro_item_title img{
    position: absolute;
    top: 0;
    left: 0;
    width: 234px;
    height: 381px;
}
.pro_item_title:hover .getmore{
    background-color: #86898a;
    border: 1px solid #86898a;
}
.pro_item_title_top{
    font-size:24px;
    line-height:33px;
    font-weight:500;
}
.pro_item_title_i{
    width: 56px;
    height: 2px;
    background-color: #fff;
    margin: 16px auto 42px;
}
.getmore{
    font-size:14px;
    font-weight: 500;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    margin: 0 auto;
  width: 149px;
}
.special_case{
    text-align: center;
}
.special_case .special_detail_title>a{
    font-size:14px;
    font-weight:400;
    color: #999;
}
/* user_case.css */
.user_case_banner{
    background: url('../image/user_case_banner.png') center no-repeat;
}
.product_links_title{
    text-align: center;
    padding: 48px 0;
    background: url('../image/title_bj.png') center no-repeat;
}
.product_links_title.case{
    padding: 24px 0;
    margin-bottom: 24px;
}
.box_pictures{
    padding-bottom: 0;
}
.box_case_content_img{
    margin-bottom: 24px;
}
.box_case_content_img-1{
    margin-bottom: 24px;
}
.box_case_content{
    padding-bottom: 16px;
}
/* 案例列表 */
.case_links_items .news_right{
    margin-left: 24px;
    padding-top: 8px;
}
.news_link_items .news_right>ul>li{
    margin-top: 24px;
    width: 894px;
    height: 134px;
}
.news_link_items .news_right_r{
    width: 655px;
    height: 52px;
}
.news_link_items .news_page>ul{
    margin: 40px auto;
}
/* 案例详情 */
.case_detail_box{
    padding-top: 40px;
}
.case_detail{
    background-color: #f8f8f8;
    margin-bottom: 74px;
}
.case_detail_top{
    padding: 48px 164px 47px 136px;
}
.case_detail>hr{
    height: 1px;
    color: #ccc;
    width: 901px;
    margin: 0 164px 0 136px;
}
.case_detail_top_l{
    width: 400px;
}
.case_detail_top_l img{
    width: 400px;
}
.case_detail_top_r{
    width: 440px;
    margin-left: 60px;
    color: #222;
    line-height: 22px;
}
.case_detail_top_r>h1{
    line-height: 33px;
    color: #000;
    margin-bottom: 32px;
}
.case_detail_top_r>p{
    margin-bottom: 24px;
}
.case_detail_top_r>p>span{
    font-weight: 500;
}
.case_detail_top_r>a{
    float: left;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    border-radius:4px;
    border: 1px solid #86898a;
    color: #86898a;
    margin-top: 8px;
}
.case_detail_top_r>a:first-of-type{
    margin-right: 32px;
    background-color: #86898a;
    color: #fff;
}
.case_detail_top_r>a:first-of-type:hover{
    background-color: #1B50B6;
}
.case_detail_top_r>a:last-of-type:hover{
    background-color: #86898a;
    color: #fff;
}
.case_detail_content{
    padding: 0 150px 48px;
}
.case_detail_content>h2{
    height: 36px;
    margin: 32px 0 16px;
    color: #86898a;
}
.case_detail_content>h2>div{
    width: 47px;
    height: 2px;
    margin-top: 8px;
    background-color: #86898a;
}
.case_detail_content>p{
    font-size: 14px;
    color: #222;
    line-height: 32px;
}
/* 配件详情 */
.parts_intro{
    margin-bottom: 23px;
}
.parts_content{
    line-height: 32px;
}
.parts_detail_box{
    /* padding-bottom: 44px; */
}
.parts_detail_box .product_details_info_content{
    padding: 28px 0 25px;
}
.parts_detail_box .product_details_info_btn{
    padding: 33px 0 0;
}
.parts_detail_box>.product_details_top.clearfix {
    padding: 0;
}
.parts_detail_box .product_details_banner {
  height:400px;
}
/* 企业图库 */
.about_pictures_banner{
    background: url('../image/about_picture_banner.png') center no-repeat;
}
.about_pictures_item{
  padding-bottom:24px;
}
.about_pictures_item h2{
    position: relative;
    padding: 62px 0 60px;
}
a.getmore{
    position: absolute;
    right: 0;
    color: #999;
    font-size: 14px;
    font-weight: 400;
      text-align: right;
}
.about_pictures_item .box_pictures a{
    position: relative;
}
.about_pictures_item .box_pictures a::after{
    content: "";
    width: 100%;
    height: 180px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.about_pictures_item .box_pictures a::before{
    content: "查看图册"; 
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -60px;
    z-index: 100;
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.about_pictures_item .box_pictures a.off::before,
.about_pictures_item .box_pictures a.off::after{
    display: none;
}
.about_pictures_item .box_pictures a.on::before,
.about_pictures_item .box_pictures a.on::after{
    display: block;
}


.about_pictures_item .box_pictures-1 a{
    position: relative;
}
.about_pictures_item .box_pictures-1 a::after{
    content: "";
    width: 100%;
    height: 386px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.about_pictures_item .box_pictures-1 a::before{
    content: "查看图册"; 
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -60px;
    z-index: 100;
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.about_pictures_item .box_pictures-1 a.off::before,
.about_pictures_item .box_pictures-1 a.off::after{
    display: none;
}
.about_pictures_item .box_pictures-1 a.on::before,
.about_pictures_item .box_pictures-1 a.on::after{
    display: block;
}

/* 图片列表 */
.about_photo_links{
  padding-bottom:8px;
}
.about_photo_links .box_case_content_img .box_case_content_img-1{
    position: relative;
}
.about_photo_links .box_case_content_img_title{
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    left: 0;
    bottom: 0;
    width: 282px;
    height: 54px;
    margin: 0;
    color: #fff;
    line-height: 54px;
}
.about_photo_links h2{
    position: relative;
    padding: 62px 0 60px;
}
.about_photo_links .box_case_content_img:hover .box_case_content_img-1:hover .box_case_content_img_title{
    background-color: #86898a;
}
.about_photo_links .news_page>ul{
    margin: 14px auto 40px;
}
/* 人才招聘 */
.jobs_title_img{
    background: url('../image/jobs_banner.png') center no-repeat;
}
.jobs_img_box{
    padding-bottom: 72px;
}
.jobs_img_box_detail{
    width: 588px;
    height: 443px;
    background-color: #F8F8F8;
    margin-bottom:24px;
}
.jobs_img_box_detail:nth-child(2n){
  margin-left:24px;
}
.jobs_img_box_detail_content{
    padding: 24px 52px 8px;
    text-align: center;
    color: #444;
    line-height: 28px;
}
.jobs_btn{
    width: 238px;
    height: 48px;
    line-height: 48px;
    border-radius:4px;
    color: #fff;
    margin: 32px auto;
    background-color: #86898a;
}
.jobs_img_box_detail:nth-child(2n) .jobs_btn{
    background-color: #00A79C;
}
/* solution.css */
.solution_banner{
    background: url('../image/solution_banner.png') center no-repeat;
}
.use_trade{
    background: url('../image/solution_bj1.png')
}
.solution_title{
    text-align: center;
    background: url('../image/title_bj.png') center no-repeat;
    padding: 62px 0;
}
.use_trade>.w{
    overflow: hidden;
}
.use_trade ul{
    width: 1224px;
}
.use_trade ul>li{
    position: relative;
    float: left;
    width: 282px;
    height: 96px;
    margin: 0 24px 40px 0;
    padding: 32px;
    font-size: 24px;
    line-height: 33px;
}
.use_trade ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
}
.use_trade ul>li>a {
    /* display: block; */
    position: absolute;
    width: 176px;
    height: 43px;
    overflow: hidden;
    background: url(../image/text_bj1.png) center no-repeat;
    padding: 5px 40px;
    text-align: center;
    font-weight: 500;
    color: #86898a;
    left: 53px;
}
.use_trade ul>li:hover>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32,107,208,0.5);
}
.use_trade ul>li:hover>a{
    z-index: 20;
    background: url('../image/text_bj2.png') center no-repeat;
    color: #fff;
}
a.consult{
  display:block;
    width: 180px;
    height: 40px;
    background-color: #86898a;
    color: #fff;
    cursor: pointer;
    margin: 0 auto 48px;
    text-align: center;
    line-height: 40px;
    border-radius:4px;
    font-weight: 500;
}
a.consult:hover{
    background-color: #1B50B6;
}
.project{
    height: 705px;
    background: url('../image/solution_bj2.png') center no-repeat;
}
.project_box{
    padding: 0 204px 14px 211px;
}
.project_box li{
    overflow: hidden;
    margin-bottom: 29px;
}
.project_box_l{
    vertical-align: middle;
}
.project_box_r{
    width: 616px;
    font-weight:500;
    padding: 26px 0 37px;
}
.project_box_r>p{
    line-height:32px;
    margin: auto;
}
.transform{
    height: 599px;
    background: url('../image/solution_bj3.png');
}
.transform_box{
    margin-bottom: 40px;
}
.transform_box_r{
    width: 800px;
}
.transform_box_r_link{
    padding: 29px 95px 27px 48px;
    background-color: #F2F7FF;
    height:158px;
}
.transform_box_r_title{
    color: #666660;
    line-height:33px;
}
.transform_box_r_link>div{
    width: 48px;
    height: 1px;
    background-color: #666;
    margin-top: 3px;
}
.transform_box_r_content{
    line-height:32px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.transform_box_r_link.active{
    background-color: #86898a;
}
.transform_box_r_link.active .transform_box_r_title,
.transform_box_r_link.active .transform_box_r_content{
    color: #fff;
}
.transform_box_r_link.active>div{
    background-color: #fff;
}
/* 解决方案详情 */
.solution_detail_box{
    padding-top: 40px;
}
.solution_detail{
    background-color: #f8f8f8;
    margin-bottom: 48px;
  padding-bottom: 48px;
}
.solution_detail_title{
    padding-top: 60px;
    text-align: center;
    color: #000;
}
.solution_detail>p{
    width: 260px;
    margin: 0 auto;
      display: flex;
    justify-content: center;
}
.solution_detail>p>a{
    float: left;
    padding:  0 16px;
    border: 1px solid #86898a;
    color: #86898a;
    height: 40px;
    margin: 24px 8px;
    line-height: 40px;
}
.solution_detail>p>a:hover{
    background-color: #86898a;
    color: #fff;
}
.solution_detail>hr{
    height: 1px;
    color: #ccc;
    width: 900px;
    margin: 0 auto;
}
.solution_detail_content{
    padding: 0 150px;
}
.solution_detail_content>h2{
    margin-top: 32px;
    line-height: 33px;
    color: #86898a;
}
.solution_detail_content>h2>div{
    width: 47px;
    height: 2px;
    margin: 8px 0 16px;
    background-color: #86898a;
}
.solution_detail_content_p{
    font-size: 14px;
    line-height: 32px;
    color: #222;
    margin-bottom: 32px;
}
.solution_detail_content_img{
    margin: 0 40px;
}
.solution_detail_introduce>.img{
    margin: 24px 0;
}
.solution_detail_introduce>.case_img_title{
    font-size:14px;
    line-height:20px;
    font-weight:500;
    color: #444;
    margin-bottom: 8px;
    text-align: center;
}
.solution_detail_advantage{
    color: #222;
    line-height: 32px;
}
.solution_detail_advantage>div{
    padding-bottom: 48px;
}
.advantage_content{
    font-size: 14px;
}
.right_nav{
    position: fixed;
    top:179px;
    left: 50%;
    margin-left: 650px;
    text-align: center;
    width: 140px;
}
.right_fixed{
    line-height: 44px;
    background-color: #fff;
    margin-bottom: 24px;
    box-shadow:0px 3px 7px 0px rgba(0,0,0,0.11);
}
.right_fixed>.fixed_title{
    height: 44px;
    background-color: #86898a;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.right_fixed>a{
    position: relative;
    display: block;
    height: 44px;
    border-bottom: 1px solid #EAEAEA;
    padding: 0 16px 0 24px;
    overflow: hidden;
}
.right_fixed>a.active{
    color: #86898a;
    font-weight: 500;
}
.right_fixed>a.active::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #86898a;
    position: absolute;
    top: 15px;
    left: 16px;
}
.fixed_btn{
    display: block;
    height:40px;
    border-radius:4px;
    color: #86898a;
    border: 1px solid #86898a;
    text-align: center;
    line-height: 40px;
    margin-bottom: 16px;
}
.fixed_btn:hover{
    background-color: #86898a;
    color: #fff;
}
/* 招聘详情 */
.jobs_details_box{
    font-size: 14px;
    color: #222;
    padding-bottom:48px;
}
.jobs_details_box .solution_detail{
  margin-bottom:0;
}
.jobs_details_box .solution_detail_advantage>div{
    padding-bottom: 0;
}
.jobs_details_box .solution_detail_title{
    text-align: left;
    padding: 60px 164px 32px 136px;
}
.jobs_details_box .solution_detail_title>span{
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.jobs_details_box>.solution_detail>hr{
    width: 901px;
    margin-left: 136px;
}
.jobs_pro{
    padding: 0 164px 15px 136px;
}
.jobs_pro_l{
    width: 540px;
}
.jobs_pro_l>p{
    float: left;
    width: 270px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
}
.jobs_pro_l>p>span{
    font-weight: 400;
}
.for_jobs_btn{
    width: 144px;
    height: 48px;
    background-color: #86898a;
    color: #fff;
    line-height: 48px;
    text-align: center;
    border-radius:4px;
    cursor: pointer;
}
.for_jobs_btn:hover{
    background-color: #1B50B6;
}
.jobs_details_box>.solution_detail{
    padding-bottom: 48px;
}
.jobs_details_box>.solution_detail>.solution_detail_content{
    padding: 0 164px 0 136px;
}
.jobs_details_box>.solution_detail>.solution_detail_content>h2{
    font-size: 18px;
    line-height: 25px;
}
/* service.css */
.service_banner{
    background: url('../image/service_banner.png') center no-repeat;
}
.service_promise{
    height: 427px;
    background: url('../image/service_bj1.png') center no-repeat;
}
.service_title{
    text-align: center;
    background: url('../image/title_bj.png') center no-repeat;
    padding: 60px 0;
}
.service_promise ul{
    margin: 0 190px;
}
.service_promise ul>li{
    float: left;
    margin: 24px 52px 72px;
    text-align: center;
}
.service_promise ul>li>p{
    margin-top: 13px;
    font-size: 18px;
    color: #444;
    line-height: 25px;
    font-weight: 500;
}
.service_range{
    height: 667px;
    background: url('../image/service_bj2.png') center no-repeat;
}
.service_range ul{
    width: 1227px;
}
.service_range ul>li{
    float: left;
    width: 385px;
    height: 440px;
    margin: 0 12px;
    border:1px solid #eaeaea;
    background-color: #fff;
}
.range_content{
    padding: 24px 0;
    text-align: center;
}
.range_content>h2>div{
    width: 40px;
    height: 1px;
    background-color: #216bd2;
    margin: 8px auto 11px;
}
.range_content>p{
    color: #444;
    line-height: 28px;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.range_content>a{
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #216bd2;
    border: 1px solid #216bd2;
    border-radius:4px;
    margin: 16px auto 0;
}
.service_range ul>li:hover{
    box-shadow:0px 2px 11px 0px rgba(0,0,0,0.1);
}
.service_range ul>li:hover>.range_content>h2,
.service_range ul>li:hover>.range_content>p{
    color: #216bd2;
}
.service_range ul>li:hover>.range_content>a{
    background-color: #216bd2;
    color: #fff;
}
.service_standard{
    height: 921px;
    background: url('../image/service_bj3.png') center no-repeat;
}
/* 在线报修 */
.repairs_title_img{
    background: url('../image/repairs_banner.png') center no-repeat;
    text-align: center;
    padding: 78px 0;
}
.repairs_title_img>p{
    width: 678px;
    margin: 10px auto;
    font-size: 18px;
    line-height: 25px;
    color: #444;
}
.repairs_title_img>p>span{
    margin-right: 121px;
}
.repairs_title_img>p>span:last-of-type{
    margin-right: 0;
}
.repairs_content{
    background-color: #F8F8F8;
    padding: 32px 0 48px;
}
.repairs_content>.w{
    background-color: #fff;
    box-shadow:0px 1px 9px 0px rgba(0,0,0,0.12);
    height: 740px;
}
.repairs_title{
    padding: 58px 0 60px;
}
.prompt{
    text-align: center;
    margin-bottom: 40px;
    font-weight:600;
}
.repairs_content form>p{
    width: 656px;
    margin: 0 auto 24px;
}
.repairs_content form>p>span{
    color: #222;
    line-height: 22px;
    margin-right: 16px;
}
.repairs_content form>p>input,
.repairs_content form>p>textarea{
    width: 560px;
    border-radius:4px;
    padding: 0 16px;
    border: 1px solid #d7d7d7;
}
.repairs_content form>p>input{
    height: 40px;
}
.repairs_content form>p>textarea{
    height: 140px;
    padding: 16px;
    margin: 0;
    vertical-align: top;
}
.repairs_content form>button{
    display: block;
    width: 144px;
    height: 48px;
    margin: 0 auto;
    border-radius:4px;
    border: none;
    background-color: #86898a;
    color: #fff;
    font-weight:500;
    font-size: 16px;
    cursor: pointer;
}
.repairs_content form>button:hover{
    background-color: #1B50B6;
}
.repairs_content .form-box{
  padding:0;
}
.repairs_content .form-box form{
  border:none;
  margin-top:0;
}
form.repairs_form {
    position: relative;
}
form.repairs_form span.msg-box.n-right {
    left: 380px;
}
form.repairs_form p.textarea_p span.msg-box.n-right {
    margin-top: 142px;
}
/* 联系我们 */
.cancat_banner{
    background: url('../image/cancat_banner.png') center no-repeat;
}
.cancat_box{
    background-color: #f8f8f8;
    padding: 40px 0 48px;
}
.cancat_box>.w{
    box-shadow:0px 1px 9px 0px rgba(0,0,0,0.12);
}
.cancat_box_top{
    height: 189px;
    width: 100%;
    background-color: #F2F7FF;
    padding: 51px 72px 55px;
}
.cancat_link{
    width: 348px;
    float: left;
    padding: 18px 60px;
    line-height: 25px;
    color: #216bd2;
    font-weight: 500;
}
.cancat_link p.f_left {
    max-width: 170px;
}
.cancat_link>i{
    font-size: 40px;
    margin: 9px 16px 0 0;
}
.cancat_kinds{
    font-size: 18px;
}
.cancat_link:nth-of-type(2){
    border-left: 1px solid #E0EBFF;
    border-right: 1px solid #E0EBFF;
}
.cancat_box_content{
    padding: 40px 72px 0;
    background-color: #fff;
}
.cancat_box_map{
    height: 419px;  
}
.cancat_me>.repairs_content{
    background-color: #fff;
    padding-top: 0;
}
.cancat_me>.repairs_content>form>p{
    text-align: right;
  position: relative;
}
.cancat_me .form-box{
  width:100%;
}
.cancat_me .form-box form {
    border-top: none;
    margin-top: 0;
}
.concat_form span.msg-box.n-right {
    left: 112px;
    margin-top: 40px;
}
.concat_form p.textarea_p .msg-box {
    margin-top: 144px;
}
/* question.css */
.question_encyclopedia h2{
    padding: 40px 0 24px;
}
a.more{
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.question_encyclopedia_l{
    width: 383px;
    height: 374px;
}
.question_encyclopedia_r{
    width: 817px;
    height: 374px;
    padding: 8px 36px 8px 45px;
    background-color: #f8f8f8;
}
.question_encyclopedia_r_link{
    padding: 16px 9px 16px 0;
    border-bottom: 2px solid #EAEAEA;
}
.question_encyclopedia_r_link:last-of-type{
    border: none;
}
.question_encyclopedia_r_link>.title{
    font-weight: 500;
    color: #444;
    line-height: 22px;
    margin-bottom: 11px;
}
.question_encyclopedia_r_link>.title>a{
    display: block;
    width: 500px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.question_encyclopedia_r_link>.content{
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.time{
    color: #999;
    font-size: 14px;
}
.question_links{
    padding-bottom: 48px;
  	background-color: #fff;
}
.question_links_title{
    padding: 48px 0 15px;
}
.question_links_content{
    width: 100%;
    padding: 9px 24px;
    background-color: #F8F8F8;
    overflow: hidden;
}
.question_links_content>ul{
    width: 1200px;
}
.question_links_content li{
    float: left;
    width: 557px;
    padding: 16px 0 15px;
    border-bottom: 1px solid #EAEAEA;
    font-size: 14px;
    line-height: 32px;
    margin-right: 38px;
}
.question_links_content li:nth-last-child(1),
.question_links_content li:nth-last-child(2){
    border-bottom: 1px solid #f8f8f8;
}
.question_links_content li>div{
    width: 5px;
    height: 5px;
    background-color: #D7D7D7;
    margin-right: 8px;
    margin-top: 13px;
}
.question_links_content li>.title>a{
    display: block;
    float: left;
    width: 450px;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.question_encyclopedia_r_link:hover>.title>a,
.question_links_content li:hover>.title>a{
    color: #86898a;
    font-weight: 500;
}
/* about.css */
.about_img{
    background: url('../image/about_banner.png') center no-repeat;
}
.about_box{
    padding: 18px 0 72px;
}
.about_introduce{
    background: url('../image/about_bj1.png') center no-repeat;
}
.about_title{
    background: url('../image/title_bj.png') center no-repeat;
    text-align: center;
    padding: 44px 0;
}
.about_introduce_box{
    margin-top: 16px;
}
.about_introduce_l{
    padding: 32px 72px 32px 64px;
    background-color: #F2F7FF;
}
.about_introduce_l>h2>div{
    background-color: #000;
    width: 48px;
    height: 1px;
    margin: 16px 0 17px;
}
.about_introduce_l>p{
    width: 100%;
    color: #444;
}
.about_img_box{
    height: 220px;
    background: url('../image/about_img2.png') center no-repeat;
}
.about_product>.w>p{
    text-align: center;
}
.about_product .series_content{
    margin-top: 40px;
}
.brand_value{
    height: 509px;
    background: url('../image/about_bj3.png') center no-repeat;
    color: #fff;
    text-align: center;
}
.about_box p{
    line-height: 32px;
}
.brand_title{
    color: #fff;
    background: url('../image/title_bj-1.png') center no-repeat;
}
.brand_value_img{
    margin: 58px auto;
}
.about_qualification{
    height: 721px;
    background: url('../image/about_bj4.png') center no-repeat;
    text-align: center;
}
.about_qualification p{
    color: #444;
}
.about_qualification_banner{
    width: 1104px;
    height: 408px;
    margin-top: 40px;
}
.about_qualification_banner>.links{
    width: 258px !important;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    text-align: center;
}
.img-box{
    width: 258px;
    height: 368px;
    line-height: 368px;
    margin-bottom: 16px;
    text-align: center;
}
.img-box img{
    max-width: 100%;
    max-height: 100%;
}
.banner .next_btn,
.banner .prev_btn{
    width: 32px;
    height: 46px;
    background: #EAEAEA;
    border-radius: 0;
    line-height: 46px;
    margin-top: -46px;
  cursor: pointer;
}
.banner .prev_btn{
    left: -43px;
}
.banner .next_btn{
    right: -53px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: auto;
}
.banner .next_btn:hover,
.banner .prev_btn:hover {
    opacity: 1 !important;
    background-color: #86898a;
}
.next_btn>i, .prev_btn>i {
    font-size: 32px;
    color: #fff;
}
/* 图库详情页 */
.photo_details_title{
    padding: 40px 0 32px;
    text-align: center;
}
.img_content{
    width: 100%;
    max-height: 600px;
    position: relative;
    text-align: center;
}
.img_content img{
    max-width: 100%;
    max-height: 600px;
}
.img_content>div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 42px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.photo_details .pic_content{
    padding-top: 24px;
}
.photo_detail_banner{
    height: 218px;
    margin: 48px 48px;
}
.photo_detail_banner>.links>.img-box{
    height: 180px;
    line-height: 180px;
}
.photo_detail_box{
    padding-bottom: 0;
}
.label_box{
    background-color: #fff;
    padding: 30px 48px 15px;
    font-size: 14px;
    line-height: 32px;
}
.label_box span{
    display: block;
    float: left;
    margin-right: 2px;
}
.label_box a{
  		background-color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d7d7d7;
    margin: 0 16px 16px 0;
}
.label_box a:hover{
    background-color: #86898a;
    color: #fff;
    border-color: #86898a;
}
.f8_bj .label_box{
    background-color: #f8f8f8;
    border-top: 1px solid #EAEAEA;
}
.parts_label_box .label_box {
    padding: 40px 0 0;
}
.zt_label_box .label_box {
    padding: 0 0 24px;
}
.yz_form p {
    position: relative;
}
.yz_form span.msg-wrap.n-error {
    position: absolute;
    min-width: 120px;
    margin-left: -248px;
    text-align: left;
}
.yz_form .valid-wrap span.msg-wrap.n-error {
    margin-left: -128px;
}
.pic_label_box .label_box {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #eaeaea;
}
.message input:focus,
.message textarea:focus,
.get_price input:focus,
.get_price textarea:focus,
.concat_form input:focus,
.concat_form textarea:focus{
  border-color:#86898a !important;
}
.tag_txt_links>ul>li{
  height: 186px !important;
}
.tag {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #626262;
}
.tag_txt_links .news_right_r_title>a{
      width: 100%;
}
.tag_news_links.news_right>ul>li{
  height: 156px;
}
.news_right.tag_pic_box {
    width: 918px;
    padding-top: 32px;
}
.news_right.tag_pic_box .box_pictures{
    width: 918px !important;
}
.tag_pic_box .box_pictures .box_case_content_img{
  height: 270px;
  text-align: left;
}
.tag_pic_box .box_pictures .box_case_content_img:hover .tag{
  color:#fff;
}
.tag_pic_box .tag {
  padding: 0 10px;
  margin-top: 0;
}
.question_news li{
  padding-left:17px;
}
.tag_pic_box .product_info_item li{
  position: relative;
  height: 362px;
}
.tag_pic_box .product_info_item li .tag{
  position: absolute;
    bottom: 16px;
    left: 16px;
}
.tag_box {
  padding-bottom:16px;
}
/* 配色新增 */
.service_promise ul .img{
    width: 123px;
    height: 137px;
    margin: 0 auto;
}
.service_promise ul .img i {
   font-size: 130px;
   color: #86898a;
}
.project_box_l i.iconfont {
    font-size: 124px;
    color: #216bd2;
}
.repairs_top_pic {
    width: 678px;
    height: 110px;
    background: url('../image/repairs.png') center no-repeat;
    margin: 0 auto;
}
.about_img_box ul{
    display: flex;
    justify-content: space-between;
}
.about_img_box li{
    float: left;
    color: #fff;
    margin: 64px 0;
    padding: 0 41px;
    max-width: 240px;
    min-width: 210px;
    height: 110px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.about_img_box li::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 58px;
    background-color: #cecece;/*4189E9*/
    top: 20px;
    right: 0;
}
.about_img_box li:last-of-type::before{
    width: 0;
}
.about_img_box li .count{
    font-size: 50px;
    text-align: center;
    height: 66px;
    overflow: hidden;
    color: #fff;
}
.about_img_box li .unit{
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    margin: 0 0 0 5px;
}
.about_img_box li .content{
    font-size: 16px;
}
.nav_indicators ul li.active {
    background-color: #86898a;
}
.next_button:hover,
.prev_button:hover {
    opacity: 1 !important;
    background-color: #86898a;
    transition: ease all 0.1s;
}
.banner>.about_qualification_banner>.links:hover>p{
    color: #86898a;
}
.product_details_links_content img,
.news_details_img img,
.news_detail_text img,
.case_detail_content img{
    max-width:100%;
}
/* 服务标准 */
.kh_service_bz{
    background-color: #F8F8F8;
    padding-bottom: 40px;
}
.kh_service_bz .list{
    padding: 32px;
    float: left;
    width: 384px;
    height: 143px;
    background-color: #fff;
    color: #D5E4FF;
    font-size: 32px;
    line-height: 45px;
    margin: 0 24px 50px 0;
    box-shadow:0px 2px 11px 0px rgba(0,0,0,0.07);
}
.kh_service_bz .top_box .list:nth-child(3n){
    margin-right: 0;
}
.kh_service_bz .list .icon{
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 24px;
}
.kh_service_bz .list .icon img{
    width: 100%;
    height: 100%;
}
.kh_service_bz .list .content{
    float: left;
    width: 231px;
}
.kh_service_bz .list .title{
    font-size: 18px;
    line-height: 25px;
    color: #222;
}
.kh_service_bz .list .txt_content{
    color: #444;
    line-height: 22px;
    margin-top: 10px;
    font-size: 16px;
    max-height: 66px;
    overflow: hidden;
}
.kh_service_bz .list1,
.kh_service_bz .list2{
    background-image: url('../image/kh_bz1.png');
    padding: 49px 0;
    text-align: center;
}
.kh_service_bz .list2{
    background-image: url('../image/kh_bz2.png');
}
.kh_service_bz .list3{
    height: 310px;
    padding: 103px 0;
    text-align: center;
    background-image: url('../image/kh_bz3.png');
}
.kh_service_bz .list3 .num{
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
.kh_service_bz .list3 .num::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 1px;
    margin-left: -20px;
    background-color: #D5E4FF;
}
.kh_service_bz .last_box .right_box .list{
    margin-bottom: 24px;
}
.kh_service_bz .last_box .right_box .list:nth-child(2n){
    margin-right: 0;
}
/* 企业影像 */
.h3_video{
    position: relative;
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
}
.h3_video a.getmore{
    line-height: 33px;
}
.about_me_video_box a{
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 16px;
}
.video_box{
    position: relative;
}
.video_box i{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 54px;
    margin-left: -27px;
    margin-top: -27px;
}
.video_box .duration{
    width: 60px;
    height: 26px;
    line-height: 26px;
    background-color: rgba(0,0,0,0.5);
    border-radius:4px;
    position: absolute;
    bottom: 8px;
    right: 13px;
    color: #fff;
    text-align: center;
}
.about_me_video a>.title {
    padding: 16px 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
    line-height: 24px;
}
.about_me_video_box{
    margin-bottom: 24px;
}
.about_me_video_box_l{
    width: 604px;
    margin-right: 16px;
}
.about_me_video_box_l img{
    width: 605px;
    height: 390px;
}
.about_me_video_box_r{
    width: 580px;
}
.about_me_video_box_r .video_box>i,
.video_link_box i{
    font-size: 46px;
    margin-left: -23px;
    margin-top: -23px;
    color: #fff;
}
.about_me_video_box_r a{
    float: left;
    margin-right: 16px;
    width: 282px;
    overflow: hidden;
}
.about_me_video_box_r a img{
    width: 282px;
    height: 159px;
}
.about_me_video_box_r a:nth-child(2n){
    margin-right: 0;
}
.about_me_video a:hover i,
.about_me_video a:hover .title{
    color: #216bd2;
    font-weight: 500;
}
/* 视频列表 */
.new_video_box .video_link_box a{
    width: 282px;
    float: left;
    margin: 24px 24px 0 0;
    border:1px solid rgba(238,238,238,1);
}
.new_video_box .video_link_box a:nth-child(3n){
    margin-right: 0;
}
/* 视频详情 */
.about_card_box .about_me_video {
    padding-bottom: 0;
}
.video_detail_box{
    padding: 42px 0 32px;
}
.video_top{
    border-bottom: none;
}
.detail_h1{
    font-size: 24px;
    line-height: 33px;
    color: #222;
}
.video_top .info{
    font-size: 14px;
    color: #A3A3A3;
    line-height: 30px;
    margin: 8px 0 32px;
}
.video_detail_box .video_txt{
    padding: 24px 0 0;
    font-size: 14px;
    color: #444;
    line-height: 20px;
}
.video_content_right{
    float: left;
    width: 322px;
    height: 503px;
    background-color: #f8f8f8;
    padding: 14px 20px;
}
.video_content_right_title{
    font-size: 18px;
    color: #444;
    line-height: 25px;
    padding-left: 13px;
    position: relative;
    margin-bottom: 10px;
}
.video_content_right_title::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 5px;
    height: 18px;
    background-color: #86898a;
}
.video_content_right a{
    width: 282px;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}
.video_content_right a .video_box{
    width: 282px;
    height: 159px;
}
.video_content_right a img{
    width: 282px;
    height: 159px;
}
.video_content_right a .title{
    height: 57px;
    line-height: 57px;
    text-align: center;
    padding: 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}
.video_content_right a:hover .title{
    font-weight: 600;
    color: #86898a;
}
.video_content_right a:hover i{
    color: #86898a;
}
.video_content_right_content_box{
    width: 282px;
    overflow: hidden;
}
.video_content_right_content{
    width: 320px;
    height: 446px;
    overflow: auto;
}
.video-js{
    background-color: #fff;
    overflow: hidden;
}
.video-js .vjs-big-play-button{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 62px;
    font-size: 52px;
    margin-left: -35px;
}
.video-js .vjs-control-bar{
    height: 48px;
    background:rgba(0,0,0,0.6);
    bottom: 0;
    display: flex;
}
.video-js .vjs-control{
    min-width: 48px !important;
    height: 48px;
    text-align: center;
}
.video-js .vjs-control:before {
    font-size: 32px;
    line-height: 48px;
}
.video-js .vjs-control:nth-child(2)::before{
    font-size: 24px;
}
.vjs-remaining-time-display {
    line-height: 48px;
    font-size: 16px;
}
.vjs-volume-bar.vjs-slider-horizontal {
    top: 5px;
    top: .8em \9;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .vjs-volume-bar.vjs-slider-horizontal {
        top: 8px;
    }
}
.video_content{
    padding-left: 0;
    padding-right: 0;
}
.video_label_box .label_box{
    padding: 0 0 16px 0;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 40px;
}
.video-js .vjs-tech{
    width: auto;
    width: 100% \9;
}
.vjs-poster{
    background-size: cover;
}
/* 相关视频 */
.my_about_video{
    width: 100%;
}
.my_about_video a{
    margin: 0 24px 24px 0 !important;
}
.my_about_video a:nth-child(3n){
    margin-right: 24px;
}
.my_about_video a:nth-child(4n){
    margin-right: 0 !important;
}
/* 标签视频聚合 */
.tag_box .about_me_video_box_r.about_me_video{
    width: 918px;
}
.tag_box .about_me_video .tag{
    padding: 10px 16px;
}
.tag_box .about_me_video a>.title{
    padding-bottom: 0;
}
/* 视频搜索 */
.my_search_video {
    padding-top: 24px !important;
}
.my_search_video .new_video_box .video_link_box a{
    margin-right: 24px !important;
}
/* 问答详情 */
.faq_detail_content{
    padding: 45px 150px 57px;
    text-align: left;
}
.faq_detail_content .title{
    line-height: 24px;
    margin-bottom: 11px;
}
.faq_detail_content .title>i{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-color: #86898a;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
}
.answer_form .title>i{
    background-color: #D07720;
}
.ask_box{
    padding-bottom: 40px;
}
.ask_box .content{
    font-size: 14px;
    color: #222;
    line-height: 32px;
}
.answer_form form{
    margin-top: 16px;
    color: #444;
    font-size: 16px;
}
.answer_form form input{
    width: 268px;
    height: 40px;
    border: 1px solid #D7D7D7;
    margin-bottom: 16px;
    margin-left: 16px;
    padding: 0 16px;
}
.answer_form form textarea{
    width: 850px;
    height: 200px;
    border: 1px solid #D7D7D7;
    margin: 0 0 0 16px;
    vertical-align: top;
    padding: 16px;
}
.textarea_title{
    display: inline-block;
    margin-top: 15px;
}
.answer_form form .send{
    width: 101px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #86898a;
    color: #86898a;
    text-align: center;
    background-color: #fff;
    margin-left: 16px;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    vertical-align: top;
}
.answer_form form .btn{
    width: 128px;
    background-color: #86898a;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-left: 48px;
    cursor: pointer;
    margin-top: 16px;
    border: none;
}
.answer_form form .btn:hover{
    background-color: #1B50B6;
}
.all_answer{
    padding: 24px 0 0 0;
}
.all_answer h3{
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.all_answer h3::before{
    content: "";
    width: 56px;
    height: 2px;
    background-color: #86898a;
    position: absolute;
    bottom: 0;
    left: 0;
}
.all_answer ul li{
    padding: 24px 0;
    border-bottom: 1px dashed #EAEAEA;
}
.all_answer ul li .top>div{
    float: left;
    text-align: center;
    line-height: 25px;
}
.all_answer .top>div.name{
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-right: 10px;
}
.all_answer .top>div.user_tag{
    font-size:12px;
    color: #FFDDAC;
    background-color: #5B5B5B;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    border-radius:2px;
    margin-top: 3px;
}
.all_answer .top>div.date{
    margin-left: 32px;
    color: #999;
    font-size: 14px;
}
.all_answer .top>div.state{
    width: 60px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #34B458;
    border-radius: 4px;
    background-color: #F5FFF8;
    font-size: 12px;
    color: #34B458;
    float: right;
}
.bottom_content{
    margin-top: 15px;
    font-size: 14px;
    line-height: 28px;
    color: #444;
}
.answer11 span.msg-box.n-right{
    position: relative;
}
.answer11 span.n-msg {
    position: absolute;
    top: 30px;
    left: -250px;
    min-width: 120px;
    width: auto;
}
span.n-msg{
    color: #E62D27;
    font-size: 12px !important;
}
.answer11 span.msg-box.n-right[for="content"] .n-msg {
    top: 185px;
    left: -830px;
}
.faq_detail_form{
    padding-bottom: 40px;
}
.faq_detail_form .box{
    width: 1200px;
    height: 68px;
    line-height: 68px;
    background-color: #F6F6F6;
    color: #444;
    padding: 0 0 0 48px;
}
.faq_detail_form .box a{
    color: #86898a;
    font-weight: 600;
}
.faq_detail_form .box i{
    padding: 0 24px;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-weight: 18px;
}
.faq_detail_form .faq_form{
    padding-top: 0;
    height: 458px;
    background-image: none;
    background-color: #fff;
    box-shadow:0px 2px 19px 0px rgba(0,0,0,0.07);
}
/* 提问表单 */
.faq_form {
    height: 545px;
    padding: 32px 0 0;
    background-image: url('../image/bj3_pro.png');
}
.faq_form .w{
    background-color: #fff;
    padding-bottom: 40px;
}
.faq_form  form{
    width: 849px;
    margin: 0 auto;
}
.faq_form .message_title{
    text-align: center;
}
.faq_form p{
    position: relative;
    font-size: 14px;
    color: #444;
    line-height: 20px;
}
.faq_form p span{
    position: absolute;
    display: block;
    top: 10px;
    left: 12px;
}
.faq_form span.n-msg {
    top: -24px !important;
    width: 145px;
    left: 25px;
}
.faq_form .textarea_p span.n-msg {
    top: 36px !important;
}
.faq_form p input{
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
}
.answer_form input:focus,
.answer_form textarea:focus,
.faq_form input:focus,
.faq_form textarea:focus{
    border-color: #86898a !important;;
}
.faq_form .input_box{
    margin-bottom: 16px;
}
.faq_form .input_box p{
    float: left;
    margin-right: 16px;
}
.faq_input_box1 input{
    width: 218px;
    padding: 0 12px 0 50px;
}
.faq_input_box1 input[name="code"]{
    padding-left: 64px;
}
.faq_input_box2 input{
    width: 686px;
    padding: 0 12px 0 65px;
}
.faq_input_box2 input[name='title']{
    padding-left: 80px;
}
.faq_input_box1 .send{
    width: 147px;
    height: 40px;
    border: 1px solid #86898a;
    color: #86898a;
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
    border-radius:4px;
    font-size: 16px;
    padding: 0;
}
.select_box{
    position: relative;
    width: 147px;
    height: 40px;
    float: left;
    color: #444;
    cursor: pointer;
}
.select_box span{
    position: absolute;
    display: block;
    right: 12px;
    top: 10px;
    z-index: 2;
}
.select_box span.n-msg {
    left: -100px;
}
.ul{
    display: none;
    text-align: center;
    border: 1px solid #eee;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    color: #444;
}
.ul li>a{
    display: block;
    height: 34px;
    line-height: 34px;
    border: 1px solid transparent;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.ul li>a:hover{
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #86898a;
}
#selected{
    position: relative;
    width: 147px;
    height: 40px;
    border: 1px solid #eee;
    padding: 0 12px;
    font-size: 14px;
}
#content{
    margin-top: 10px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    max-width: 111px;
    text-overflow: ellipsis;
}
.faq_form .textarea_p textarea{
    width: 848px;
    height: 100px;
    border: 1px solid #eee;
    padding: 10px 12px 10px 80px;
}
form .tj_btn{
    display: block;
    width: 188px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #86898a;
    color: #fff;
    line-height: 40px;
    margin: 32px auto 0;
    cursor: pointer;
}
form .tj_btn:hover{
    background-color: #1B50B6;
}
.faq_form_box .message_title{
    background: #fff;
}