body{
    font-family:Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}
.pc-hidden{
    display: block !important;
}
.mob-hidden{
    display: none !important;
}
@media only screen and (max-width: 768px){
    .pc-hidden{
        display: none !important;
    }
    .mob-hidden{
        
        display: block !important;
    }
}

/* mob */
.mob-wh{
    padding: 5% 0% 5% 6%;
    background-color: #fff;
}
.mob-wrap {
    width: 100%;
    margin: 0 auto;
  }
  
  /* 头部 */
  .mob-head {
    display: flex;
    align-items: center;
  }
  
  .mob-head .mob-logo {
    width: 65%;
    margin-right: 5%;
  }
  .mob-head .mob-logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mob-head .mob-logo p{
    /* margin-left: 10px;
    padding-left: 10px; */
    color: #000;
    font-size: 20px;
    border-left: 1px solid rgba(255,255,255,.5);
  }
  .mob-head .mob-logo img {
    width: 70%;
  }
  
  .mob-head .head-btn {
    width: 30%;
  }
  
  .mob-head .head-btn a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  
  .mob-head .head-btn a .iconfont {
    font-size: 26px;
    vertical-align: middle;
    color: #152d79;
  }
  
  .mob-head .head-btn a .icon-sousuo {
    font-size: 25px;
  }
  
  .mob-head .head-btn .search-btn {
    margin-right: 10px;
    width: 40px;
  }
  
  /* 搜索框样式 */
  .search {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    display: none;
  }
  
  .search form {
    width: 100%;
    border: 1px solid #444444;
    border-radius: 10px;
    background-color: #fff;
    height: 38px;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .search input[type="text"] {
    width: 100%;
    padding-left: 5px;
    font-size: 16px;
    color: #323232;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
    background: none;
  }
  
  .search input[type='submit'] {
    border: none;
    text-align: center;
    height: 22px;
    font-size: 16px;
    color: #323232;
    background: none;
    outline: none;
    border-radius: 0;
    background: url(../images/head-icon04.png) center left no-repeat;
    padding-left:15px;
    margin-left: 10px;
  }
  
  /* 导航样式 */
  .mob-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #092554;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 5%;
  }
  
  .mob-nav .close-btn {
    text-align: right;
  }
  
  .mob-nav .close-btn .iconfont {
    font-size: 30px;
    color: #fff;
  }
  
  .mob-nav-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mob-nav-words li a {
    display: block;
    text-align: left;
    line-height: 6vh;
    font-size: 14px;
    color: #fff;
    
  }
  .mob-nav-a i{
    font-style: inherit;
    font-size: 20px;
    color: #fff;
  }
  .mob-nav-words li .sec{
    display: none;
    width: 90%;
    margin: auto;
  }
  .mob-nav-words li .sec a{
    border-top: 1px dashed rgba(255,255,255,.1);
  }
  
  .mob-nav-words li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  .mob-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .mob-nav-top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .mob-nav-logo{
   
  }
  .mob-nav-logo img{
    width: 100%;
  }
  .mob-nav-logo p{
    color: #fff;
    font-size: 20px;
  }
  .Sino-British{
    margin-top: 20px;
  }
  .Sino-British ul{
    display: flex;
  }
  .Sino-British li{
    margin-right: 10px;
  }
  .Sino-British li a{
    font-size: 16px;
    color: #fff;
  }
  .Sino-British li a img{
    width: 24px;
    margin-right: 5px;
  }
@media (max-width: 1600px) {
    
}
@media (max-width: 1600px) {
    
}
@media (max-width: 1400px) {
    
}
/* 首页 */
@media (max-width: 768px) {
    .wh1400{
        max-width: 90%;
    }
    .about-box{
        flex-wrap: wrap; 
    }
    .about .text{
        max-width: 100%;
    }
    .about .text h5{
        display: none;
    }
    .about .text h6{
        display: none;
    }
    .about-box .right{
        display: none;
    }
    .tit h5{
        font-size: 24px;
    }
    .tit p{
        font-size: 16px;
    }
    .hzjg .hz li{
        flex-wrap: wrap; 
    }
    .hzjg .hz li .com-img , .hzjg .hz li .text-box{
        width: 100%;
    }
    .hzjg .hz li .text{
        padding: 5%;
    }
    .product ul{
        flex-wrap: wrap; 
    }
    .box4 .text p{
        font-size: 18px;
    }
    .jmlc li{
        width: 100%;
    }
    .news ul{
        flex-wrap: wrap; 
    }
    .news li{
        width: 100%;
        margin-bottom: 3%;
    }
    .f-nav{
        display: none;
    }
    .bq-box{
        flex-wrap: wrap;
    }
    .xypg-right-content p img {
        width: 100% !important;
        height: 100% !important;
    }
    .row{
        flex-wrap: wrap;
    }
    .contact-section-two .info-col{
        width: 100%;
    }
    .contact-section-two .form-col{
        width: 100%;
    }
    .contact-section-two .form-box{
        padding: 5%;
        margin-top:0px;
    }
    .contact-section-two .info-col .inner{
        max-width: 100%;
    }
    .contact-section-two{
        padding-top: 5%;
    }
    .contact-section-two .info .info-block .icon-box i{
        font-size: 30px;
    }
    .page-banner h1{
        font-size: 30px;
    }
   .nei-left-title{
        display: none;
   }
   .xypg-left-conx{
    display: none;
   }
   .product-detail-tab{
    display: none;
   }
   .box3 .tit h6{
    display: none;
   }
   .mob-nav-logo{
    background: #fff;
    padding: 2%;
   }
}