body{
    font-family:Arial, Helvetica, sans-serif;
}
.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;
    }
}

.banner img{
    width: 100%;
}
/* 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: #950000;
  }
  
  .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: #950000;
    -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;
    border: 2px solid #fff;
    border-radius: 50px;
  }
@media (max-width: 1600px) {
    .f-subscribe h5{
        font-size: 30px;
    }
    .culture dl{
        height: 25vh;
    }
}
@media (max-width: 1400px) {
    .tit .words h5{
        font-size: 36px;
    }
    .tit .words p{
        font-size: 24px;
    }

    .box5{
        padding-top: 16%;
    }
    .bq{
        padding: 20px 0;
    }
    .bq p{
        line-height:inherit;
    }
    .f-top{
        display: none;
    }
    .link-a i{
        width: 8vh;
        height: 8vh;
    }
    .product .list ul{
        height: 10vh;
    }
    .product .list li{
        line-height: 10vh;
    }
    .box2 .ys-index .tit .words p{
        font-size: 20px;
    }
    .shuzi{
        bottom: -27vh;
    }
    .shuzi li h5{
        font-size: 40px;
    }
}
/* 首页 */
@media (max-width: 768px) {
  .tit .words h5{
    font-size: 24px;
  }
  .tit .words p{
    font-size: 16px;
  }
  .link-a{
    display: none;
  }
  .product .list ul{
    flex-wrap: wrap;
    height: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
  }
  .product .list li{
    line-height: 6vh;
    width: 31%;
    background: url(../images/texture-bg.png) #a11e27 repeat;
    margin: 1%;
  }
  .product .list li a{
    font-size: 16px;
  }
  .product .content li{
    width: 33%;
  }
  .wh1300{
    max-width: 90%;
  }
  .box2{
    background: inherit;
    height: inherit;
    display: none;
  }
  .case li{
    width: 49%;
  }
  .about{
    display: flex;
    flex-wrap: wrap;
  }
  .about .img{
    width: 100%;
  }
  .about .text{
    width: 100%;
  }
  .about .text .link-a{
    margin-top: 3%;
    display: inline-block;
  }
  .link-a a{
    line-height: 5vh;
    width: 125%;
    justify-content: normal;
    align-content: normal;
  }
  .link-a p{
    margin: 0 2vh;
  }
  .link-a i{
    width: 5vh;
    height: 5vh;
  }
  .shuzi{
    position: initial;
  }
  .shuzi ul{
    flex-wrap: wrap;
  }
  .shuzi li{
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3%;
    border-right: 1px solid #f1f3f5;
    position: relative;
    margin: 1%;
    flex-wrap: wrap;
    border-bottom: 1px solid #f1f3f5;
    align-content: center;
  }
  .shuzi li::after{
    top: 7px;
    left: 17px;
  }
  .shuzi li h6{
    font-size: 14px;
  }
  .shuzi li p{
    font-size: 14px;
  }
  .shuzi li h5{
    font-size: 30px;
  }
  .shuzi li span{
    font-size: 16px;
  }
  .about .text .words span{
    font-size: 16px;
  }
  .about .text .words h5{
    font-size: 24px;
    margin-bottom: 4%;
  }
  .box4{
    background-color: #f3f3f3;
    padding-bottom: 5%;
  }
 
  .box5{
    padding-top: 6%;
  }
  .news ul{
    display: flex;
    flex-wrap: wrap;
  }
  .news li{
    width: 48%;
    margin-bottom: 4%;
  }
  .news li h5{
    font-size: 16px;
  }
  .news li p , .news li span{
    font-size: 12px;
    color: #666;
    margin-top: 3px;
  }
  .f-subscribe h5{
    font-size: 24px;
  }
  .f-link{
    background-color: #950000;
  }
}
/* 内页 */
@media (max-width: 768px){
    .page-banner{
        overflow: hidden;
    }
    .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%;
        margin: 0;
    }
    .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;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
}