.case-details-box, .factory-details-box, .about-details-box{
    box-sizing: border-box;
}
.video_box{
            
    margin: 0 auto;
    text-align: center;
}
.video_box video{
    max-width: 300px;
    width: 100%;
}
.video_box video[src=""] {
    display:none;
}
.language .cur e{
    background-image:none;
    padding-left:  6px;
}
.language ul.language-list{
    max-height: none;
}
.language ul.language-list li a{
    background-image:none;
    padding: 0;
}
.sm-blue li a{
    
}
.index-case-box-frame img{
    width: 100%;
    max-width:none;
}
.im .box ul li a{
    padding: 20%;
}
.im .box ul li a img{
    width: 100%;
    display: block;
}
.im .box ul li a:hover{
    background: #f2f2f2;
}
#video_box{
    position: relative;
}
.video_paly{
    position: absolute;
    top: 40%;
    left: 50%;
    display: block;
    width: 36px;
    height: 36px;
    margin-left: -18px;
}
.pagination-bar ul a{
    display: inline-block;
    margin: 2px;
    vertical-align: top;
    background: #f0f0f0;
    line-height: 35px;
    text-align: center;
    padding: 0 15px;
}
.pagination-bar ul a.active{
    background: #292929;
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    padding: 0;
}

.product-annex ul a{
    font-size: 14px;
    line-height: 20px;
    margin: 10px 12px 10px 12px;
    display: inline-block;
}
.pagination-bar ul a:hover {color:#fff;background:#fd5f16;}
#lightbox-nav a#lightbox-nav-btnPrev{
    background: url(../image/lightbox-btn-prev.gif) left 15% no-repeat !important;
}
#lightbox-nav a#lightbox-nav-btnNext{
    background: url(../image/lightbox-btn-next.gif) right 15% no-repeat !important;
}
.footer-content .item.footer-contactus li label,
.product-detail-annex .pro-annex-icon a,
.product-attributes-item ul li label{
    text-transform: capitalize;
}
.news-list-top-box .item{
    margin: 10px auto;
}
.table > thead:first-child > tr:first-child > th{
    text-transform: capitalize;
}
.index-case-box ul li{
    width: 50%;
}
.homepage .header-search .search-box input.input-text{
    height: 34px;
}
@media (min-width: 768px){
    .sm-blue > li > a {
        line-height: 64px;
        
    }
    
}
@media screen and (max-width: 768px){
    .news-list-top-box-frame{
        max-width: none;
    }
    .news-list-top-box .item a{
        overflow:unset;
    }
    .index-case-box ul li {
        width: 100%;
    }
    .site-map ul li,.site-map ul li,.site-map ul.site-map-l1 li,.site-map ul.site-map-l2 li {width:50%;}
}
/* faq */
.main-content {
    
    width: 100%;
  }
  .main-content-box{
    margin-bottom: 2%;
  }
  .main-content .description-title {
    font-size: 18px;
    background-color: #f3f3f3;
    color:#666;
    padding-left: 10px;
    line-height: 55px;
    border-radius: 10px;
    transition: 0.3s;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .main-content .description-title:hover {
    background-color: #fd5f16;
    cursor: pointer;
    color: #fff;
  }
  
  .main-content .expand-collapse {
    float: right;
    margin-right: 8px;
  }
  .main-content .description {
    font-size: 18px;
    color: #35353f;
    max-height: 0;
    overflow: hidden;
    margin-left: 0px;
    padding-left: 10px;
    transition: max-height 0.2s ease-out;
    line-height: 40px;
  }
  .main-content .description p {
    margin-top: 4px;
  }
  
 
  @media only screen and (max-width: 768px){
    .main-content {
        width: 100%;
      }
  }
  #dynamic .index-about-l{
    float: right;
  }
  #dynamic .index-about-r{
    float: left;
  }
  .sidebar-contact .inner-title,
  .thank_box .bread-crumb ul li,
  .thank_box .about-details h1{
    text-transform: capitalize;
  }
/* 新增 */
  .ke-zeroborder tr td{
    padding: 6px;
  }
  .MsoNormal{
    margin: 0 auto;
}
.td_h{
    text-transform: capitalize;
}
.product-information-box ul{
    margin-top: 3%;
    margin-left: 0px;
}
.product-information-box li{
    list-style: none;
    margin-left: 0;
    margin-bottom: 2%;
}
.product-information-box-h1{
    background: #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #555;
}

.product-information-box-h2{
    margin-bottom: 1%;
}
/* .product-information-box-box1 table tr td{
    background-color: #f0f0f0 !important;
}
.product-information-box-box1 table tr:nth-child(2n) td{
    background-color: #fafafa !important;
} */
table {
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}
.ke-zeroborder{border:1px solid #ccc;}
.ke-zeroborder td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 5px;
    background: #f1f1f1;
}
        html,
        body {
          position: relative;
          height: 100%;
        }
  
  
        .swiper {
          width: 100%;
          height: 100%;
        }
  
        .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
  
          /* Center slide text vertically */
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
        }
  
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }