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: #222;
  }
  
  .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: #222;
    -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;
    }
    .indexInfo .Info-fl{

    }
    .indexInfo .info-fr .item p small{
      font-size: 36px;
    }
    .indexInfo .info-fr .item p span{
      font-size: 24px;
    }
    .indexInfo .info-fr .item span{
      font-size: 20px;
    }
    .indexInfo .Info-fl .text{
      padding-left: 8%;
    }
}
@media (max-width: 1400px) {
  .wh , .wh1600{
    width: 90%;
    overflow: hidden;
  }
  .indexInfo .Info-fl .text-hd p{
    font-size: 30px;
  }
  .indexInfo .Info-fl .text-hd h2{
    font-size: 30px;
  }
}
/* 首页 */
@media (max-width: 768px) {
  .wh , .wh1600{
    width: 90%;
    overflow: hidden;
  }
  .tit h5{
    font-size: 32px;
  }
  .tit p{
    font-size: 16px;
  }
  .link-a{
    display: none;
  }
  .indexInfo{
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
  .indexInfo .Info-fl{
    width: 100%;
    background: #fff url(../images/indexInfo-bg.jpg) no-repeat left bottom;
    background-size: 150%;
    padding-top: 5%;
    height: 92vh;
  }
  .indexInfo .info-fr{
    width: 100%;
    height: inherit;
  }
  .indexInfo .info-fr .item{
    padding: 5% 0;
  }
  .indexInfo .Info-fl .text{
    flex-wrap: wrap;
    padding-left: 0;
  }
  .indexInfo .Info-fl .player{
    bottom: 5%;
    width: 120px;
    height: 120px;
  }
  
  .indexInfo .Info-fl .player i{
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 5%;
  }
  .indexInfo .Info-fl .player span{
    font-size: 14px;
  }
  .indexInfo .Info-fl .player p{
    font-size: 12px;
  }
  .about{
    flex-direction: column;
  }
  .about .words h5{
    font-size: 30px;
  }
  .about .words p{
    font-size: 16px;
  }
  .about .text p{
    font-size: 12px;
  }
  .indexInfo .Info-fl .tit{
    width: 100%;
  }
  .a-banner a , .a-banner a p{
    color: #fff;
  }
  .culture{
    flex-direction: column;
  }
  .culture .words{
    width: 100%;
  }
  .culture .left .com-img{
    display: none;
  }
  .culture .words h4{
    font-size: 20px;
  }
  .culture .words p{
    font-size: 15px;
  }
  .culture .words h5{
    display: none;
  }
  .culture .words .text{
    margin-top: 0;
    padding: 5% 0 0 0;
  }
  .culture .words h6{
    font-weight: normal;
  }
  .history{
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 0;
  }
  .history .words .tit h5{
    font-size: 24px;
    margin-bottom: 2%;
  }
  .history .words .tit p{
    font-size: 16px;
  }
  .history .words .img{
    display: none;
  }
  .history .list{
    width: 100%;
  }
  .history .list li .text h5{
    font-size: 16px;
    color: #000;
    font-weight: bold;
  }
  .history .list li .text p{
    font-size: 12px;
    color: #666;
    margin-top: 2%;
  }
  .history .list li .year{
    margin-right: 8%;
    font-size: 16px;
  }
  .history .list li::before , .history .list ul::after{
    display: none;
  }
  .process .swiper-slide{
    background-color: #fff;
    flex-direction: column;
  }
  .process .swiper-slide .com-img{
    width: 100%;
  }
  .process .swiper-slide .words{
    
    width: 100%;
  }
  .product-swiper{
    width: 100%;
  }
  .c-banner , .product-box{
    display: none;
  }
  .f-subscribe{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .tel-box{
    flex-direction: column;
  }
  .tel-box h5{
    font-size: 20px;
  }
  .tel-box h5 span{
    font-size: 16px;
  }
  .f-share{
    padding: 5% 0;
  }
  .f-subscribe .ewm{
    width: 50%;
  }
  .f-subscribe .ewm img{
    width: 100%;
  }
}
/* 内页 */
@media (max-width: 768px){
    .page-banner{
        overflow: hidden;
    }
    .fooder{
      flex-wrap: wrap;
    }
    .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: 100%;
        text-align: center;
    }
    .f-logo a{
      width: 40%;
      display: block;
      margin: auto;
      text-align: center;
    }
    .f-logo img{
        width: 100%;
    }
    .f-subscribe .words{
      text-align: center;
    }
    .bq{
      flex-wrap: wrap;
      justify-content: center;
      padding: 20px 0;
    }
    .bq p{
      line-height: normal;
      text-align: center;
    }
    .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;
    }
    .page-product-box{
      flex-wrap: wrap;
    }
    .product-detail-list{
      width: 100%;
      margin-top: 5%;
      margin-left: 0;
    }
    .product-detail-tab .product-detail-tabcon tr{
      line-height: 30px;
    }
    .product-detail-tab .product-detail-tabcon td {
      line-height: 30px;
    }
    .product-detail-tab .product-detail-tabcon tr:nth-child(1){
      font-size: 16px;
    }
    .product-detail-tab .product-detail-tabcon tr:nth-child(2){
      font-size: 16px;
    }
    .product .describe .p-link a{
      width: 100%;
    }
    .product .describe .p-link::after{
      display: none;
    }
    .product .describe h5{
      -webkit-line-clamp: 2;
      font-size: 16px;
      text-align: center;
    }
    .product .describe p{
     display: none;
    }
    .product .describe .p-link{
      margin-top: 10%;
      flex-wrap: wrap;
    }
}