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) {
    .foot2r .text .tel h6{
        font-size: 24px;
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    .foot2r .text p{
        font-size: 14px;
    }
    .foot2r .ft3 .ft3a{
        font-size: 14px;
    }
    .foot-box{
        display: flex;
        justify-content: space-between;
    }
    .foot2l{
        padding-right:0;
        width: 75%;
    }
    .bq-box .l-bq p , .bq-box .r-bq p{
        padding-left: 10%;
        font-size: 12px;
    }
    .ditu-img-box .text-box{
        width: 286px;
    }
    .box3{
        padding: 0;
        background: none;
    }
    .solution ul li{
        height: 560px;
    }
    .about .shuzi ul{
        display: flex;
        justify-content: space-around;
    }
    .about .shuzi ul li{
        margin-right: 20px;
        width: 26%;
    }
    .about .shuzi ul li p{
        font-size: 14px;
    }
    .about .shuzi ul li span{
        font-size: 12px;
        font-weight: normal;
    }
    .about .text h6{
        display: none;
    }
    .about .text h5{
        font-size: 30px;
        line-height: 39px;
    }

    .foot2l ul li a{
        line-height: 30px;
    }
    .foot2l ul{
        width: 95%;
    }
    .about .text p{
        line-height: 26px;
        font-size: 14px;
    }
    .about-box .right{
        width: 45%;
    }
    .page-position .xypg-left-nav > li{
        width: 20%;
    }
    .about-box01 .words .text p{
        font-size: 14px;
        margin-top: 1%;
    }
    .about-box01 .words .text h5{
        margin-top: 1%;
        text-transform: uppercase;
        font-size: 24px;
    }
    .about-box01 .words .text .t1 h6{
        font-size: 30px;
    }
    .about-box01 .words .text .t1 i{
        font-size: 12px;
    }
    .about-box01 .words .text .t2{
        font-size: 12px;
    }
    .lwxxt p{
        font-size: 14px;
        max-width: 100%;
    }
    .lwxxt{
        margin-top: 2%;
        background-size: 100% 100%;
        height: auto;
    }
    .about-tit h5{
        font-size: 30px;
        text-transform: uppercase;
    }
    .lwxxt h5{
        text-transform: uppercase;
    }
    .zyyw li .text h5{
        font-size: 16px;
    }
    .zyyw li .text p{
        font-size: 12px;
    }
    .about-tit p{
        font-size: 14px;
        max-width: 100%;
    }
    .wrapper .swiper-slide p{
        font-size: 12px;
    }
    .gchj{
        margin-top: 2%;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 26px;
    }
    .page-position .xypg-left-nav > li > a{
        font-size: 14px;
    }
    .left-product-box .page-product-img{
        width: 50%;
    }
    .left-product-box li{
        font-size: 14px;
    }
    .left-product-box h1{
        font-size: 30px;
        text-transform: uppercase;
    }
    .about .shuzi ul li h5{
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    
}
/* 首页 */
@media (max-width: 768px) {
    .wh , .wh1600{
        width: 90%;
        padding: 0;
    }
    .tit{
        flex-wrap: wrap;
    }
    .tit h5{
        font-size: 24px;
    }
    .tit p{
        max-width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .tit ul{margin-bottom: 20px;}
    .tit ul li{margin-right: 20px;}
    .product-list ul{
        flex-wrap: wrap;
    }
    .product-list li{
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
        height: 50px;
        margin-bottom: 10px;
    }
    .product-list li:nth-child(3n){
        margin-right: 0;
    }
    .product-list li p{
        font-size: 14px;
    }
    .products li{
        width: 48%;
    }
    .products li p{
        margin: 20px 0;
        font-size: 14px;
    }
    .application li{
        width: 100%;
    }
    .about-box{
        flex-wrap: wrap;
    }
    .about-box .words{
        width: 100%;
    }
    .about-box .com-img{
        width: 100%;
    }
    .advantage{
        display: none;
    }
    .about-box .com-img{
        display: none;
    }
    .about-box .words h5{
        font-size: 24px;
    }
    .about-box .words p{
        font-size: 16px;
        line-height: inherit;
    }
    .news ul{
        flex-direction: column;
    }
    .news li{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10%;
    }
}
/* 内页 */
@media (max-width: 768px){
    .f-nav{
        display: none;
    }
    .f-subscribe{
        width: 100%;
    }
    .f-subscribe .subscription{
        text-align: left;
    }
    .f-subscribe .subscription .s-email{
        width: 100%;
    }
    .f-subscribe .f-tel{
        text-align: left;
    }
    .f-logo{
        width: 80%;
    }
    .f-logo img{
        width: 100%;
    }

    .page-position{
        padding: 0;
    }
    .page-banner img{
        width: 200%;
        margin-left: -50%;
    }
    .wzx{
        display: none;
    }
    .page-position .left .xypg-left-nav{
        flex-wrap: wrap;
    }
    .page-position .xypg-left-nav > li{
        width: 48%;
    }
    .page-position .xypg-left-nav > li > a{
        line-height: 7vh;
    }
    .xypg-right-content img{
        width: 100%;
    }
    .xypg-product-list li{
        width: 47%;
        padding: 0;
    }
    .xypg-news-list{
        flex-direction: column
    }
    .xypg-news-list li{
        width: 100%;
        margin-right:0;
    }
    .xypg-detail-pn ul li a{
        overflow: hidden;
    }
}