﻿@charset "utf-8";
@media screen and (min-width:800px){
  .mobile{
    display:none;
  }
  #header .logo{
    width: 224px;
    margin: 9px auto 0;
  }
  #header .menu{
    font-size:0;
    letter-spacing:-1px;
    text-align: center;
    margin: 3px 0 0;
  }
  #header .menu > div{
    display:inline-block;
    vertical-align:top;
    letter-spacing:0;
    margin-left: 6%;
    height:49px;
  }
  #header .menu > div:nth-child(1){
    margin-left: 0;
  }
  #header .menu > div > p,
  #header .menu > div.bb{
    display: none;
  }
  #header .menu > div > a{
    font-size:15px;
    line-height:40px;
  }
  #header .menu > div:hover > .nav{
    display:block;
    position:fixed;
    z-index:998;
    left:0;
    right:0;
    text-align:center;
    font-size:0;
    letter-spacing:-1px;
    background:rgba(238,238,238,.8);
    padding:20px 0;
    margin-top:9px;
  }
  #header .menu > div > .nav a{
    display:inline-block;
    vertical-align:top;
    letter-spacing:0;
    margin:0 15px;
    line-height:32px;
  }
  #header .menu > div > .nav a img{
    width:229px;
    height:168px;
  }
  #aside h2{
    display:none;
  }
  #aside .list{
    font-size:0;
    letter-spacing:-1px;
    position:relative;
    z-index:997;
    text-align:center;
  }
  #aside .list a{
    display:inline-block;
    vertical-align:top;
    letter-spacing:0;
    padding:1.5% 3%;
    line-height:36px;
    position:relative;
    text-decoration: none;
  }
  #aside .list a img{
    width: 70px;
    height: 60px;
  }
  #aside .list a span{
    display:block;
    text-align:center;
    font-size:14px;
    line-height:1.8;
  }
  #aside .list a.hover span,
  #aside .list a:hover span{
    color:#c6a16c;
  }
  .products{
    float: left;
    width: 654px;
  }
  .pro .list{
    float: right;
    width: 517px;
  }
  .pro .list a:nth-child(2){
    margin-top: 19px;
  }
  .pro .list a:nth-child(2) img{
    float: right;
  }
  .pro .list a:nth-child(2) p{
    float: left;
  }
  .news .list{
    position: relative;
    margin-bottom:4%;
  }
  .news .list ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 33.5%;  
  }
  .news .list ul li{
    margin: 0 12%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
  }
  .news .list ul li span{
    margin-top: 12%;
  }
  .news .list ul li p{
    margin: 4% 0 0;
    font-size: 14px;
    line-height: 24px;
    max-height: 96px;
    -webkit-line-clamp:4;
  }
  .news .list ul li a{
    font-size: 14px;
    border: 1px solid #ABACAD;
    position: absolute;
    left: 0;
    bottom: 15%;
    padding: 0 7%;
  }
  .news .list ul li a:hover{
    border-color: #815307;
    color: #815307;
  }
  .news .list > a{
    display: block;
    float: right;
    width: 66.5%;
  }
  .news .list > a img{
    width: 100%;
  }
  .list_news a{
    float: left;
    width: 48%;
    margin-top:3%;
  }
  .list_news a:nth-child(2n){
    margin-left: 4%;
  }
  .list_news a:nth-child(-n+2){
    margin-top:0;
  }
  .quality .list li{
    float: left;
    width: 46.5%;
    margin-bottom: 6%;
  }
  .quality .list li:nth-child(2n){
    margin-left: 7%;
  }
  .quality .list1 li{
    display: inline-block;
    vertical-align: middle;
    width: calc((78% - 52px) / 3);
  }
  .list_saft > li{
    float: left;
    width: calc(33.3333% - 1px);
    margin-right: 1px;
  }
}
@media screen and (max-width:799px){
  .pc,
  #location,
  .dis #banner,
  .dis .banner,
  #aside .list a img,
  #pageStyle .num{
    display:none;
  }
  #wrapper{
    min-width: 320px;
  }
  html.selected,
  body.selected{
    overflow:hidden;
  }
  #wrapper{
    padding-top:50px;
  }
  .header{
    height:50px;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:998;
    box-shadow:0 0 5px 2px rgba(0,0,0,.2);/*手机端*/
  }
  #header .logo{
    float:left;
    width: auto;
  }
  #header .logo a img{
    height:50px;
  }
  #header .menu{
    transition:all .3s;
    position:fixed;
    z-index:997;
    top:50px;
    left:auto;
    right:-66%;
    width:66%;
    overflow:auto;
    background: #FFF;
    bottom:0;
  }
  .header.selected #header .menu{
    right:0;
  }
  #header .menu > div{
    border-bottom: 1px solid #F9F9F9;
    position: relative;
  }
  #header .menu > div > a{
    font-size:16px;
    line-height:48px;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
  }
  #header .menu > div > em{
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    right:15px;
    top:13px;
    transform:rotate(-135deg);
  }
  #header .menu > div.hover > em{
    top:22px;
    transform:rotate(45deg);
  }
  #header .menu > div > p{
    margin: 0;
    padding:8px 0;
    display: none;
    border-top: 1px solid #F9F9F9;
  }
  #header .menu > div.hover > p{
    display: block;
  }
  #header .menu > div > p a{
    display: block;
    font-size: 15px;
    padding:5px 0 5px 38px;
    color:#888;
  }
  #header .menu > div > p a img{
    display:none;
  }
  .header > em{
    display:block;
    position:fixed;
    top:0;
    right:0;
    width:50px;
    height:50px;
    z-index:998;
    cursor:pointer;
  }
  .header > em:after{
    content:'';
    display:block;
    height:15px;
    width:15px;
    background:#edbd1c;
    border-radius:4px;
    box-shadow: 17px 0 0 #615A5A, 0 17px 0 #615A5A, 17px 17px 0 #edbd1c;
    margin:9px 0 0 9px;
  }
  .header.selected > em:before,
  .header.selected > em:after{
    content:'';
    height:3px;
    width:24px;
    background:#000;
    border-radius:2px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px 0 0 -22px;
    transform:rotate(45deg);
  }
  .header.selected > em:before,
  .header.selected > em:after{
    margin:-1px 0 0 -12px;
    transform:rotate(-45deg);
    box-shadow:0 0 0 #00469b, 0 0 0 #00469b, 0 0 0 #000;
  }
  .header.selected > em:after{
    transform:rotate(45deg);
  }
  .header > b,
  #aside > b{
    opacity:0;
    transition:all .3s;
  }
  .header.selected > b,
  #aside.selected > b{
    position:fixed;
    top:50px;
    left:0;
    bottom:0;
    width:100%;
    display:block;
    z-index:995;
    opacity:1;
    background:rgba(0,0,0,0.7);
  }
  #aside{
    background:#383838;
    position:relative;
  }
  #aside h2{
    display:block;
    font-weight:normal;
    font-size:16px;
    line-height:40px;
    padding-left:10px;
    color:white;
  }
  #aside > em{
    display:block;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-14px;
    width:32px;
    height:24px;
    border-radius:4px;
  }
  #aside > em i{
    display:block;
    height:2px;
    background:#FEF5C7;
    margin:6px 2px 0;
  }
  #aside > em i:first-child{
    margin-top:5px;
  }
  #aside .list{
    position:fixed;
    top:50px;
    width:66%;
    z-index:996;
    right:-66%;
    bottom:0;
    overflow:auto;
    background:#FFF;
    transition:all .3s;
  }
  #aside.selected .list{
    right:0;
  }
  #aside .list a{
    display:block;
    line-height:20px;
    padding:15px 12px;
    border-bottom:1px solid #F9F9F9;
  }
  #aside .list a span{
    font-size:15px;
  }
  .content{
    margin:12px;
  }
  .footer{
    background-image: none;
  }
  #footer *{
    font-size:12px;
  }
  #footer .copyright{
    float: none;
    width: auto;
    padding: 0 12px;
    text-align: center;
  }
  .type-name{
    padding: 5% 0 2%;
  }
  .type-name li{
    font-size: 12px;
    line-height: 2.5;
  }
  .type-name li:before{
    display: none;
  }
  .type-name1{
    margin-top: 4%;
  }
  .type-name1 li{
    font-size: 18px;
  }
  .products a p{
    padding-right: 78px;
  }
  .products a p span{
    font-size: 16px;
  }
  .products a p font{
    height:24px;
    -webkit-line-clamp:1;
  }
  .products .swiper-button-prev,
  .products .swiper-button-next{
    bottom: 12px;
  }
  .products .swiper-button-prev{
    right: 39px;
  }
  .products .swiper-button-next{
    right: 0;
  }
  .pro{
    padding: 0 12px;
  }
  .pro .list a{
    margin-top: 4%;
  }
  .pro .list a img{
    width: 120px;
    height: 88px;
  }
  .pro .list a p{
    width: calc(100% - 129px);
  }
  .pro .list a p span{
    font-size: 16px;
  }
  .pro .list a p span:after{
    display: none;
  }
  .pro .list a p font{
    max-height:48px;
    -webkit-line-clamp:2;
    margin-top: 0;
  }
  .news{
    margin: 0 12px;
  }
  .news .list ul li{
    padding: 12px 4% 18px;
  }
  .news .list ul li p{
    margin: 0;
  }
  .news .list ul li a{
    display: inline-block;
    font-size: 12px;
    margin-top: 16px;
    border: 1px solid #FFF;
    padding: 0 12px;
  }
  .news .list > a img{
    width: 100%;
  }
  .list_news a,
  #index .list_news a{
    margin:4% 0 0;
  }
  .list_news a:first-child{
    margin:0;
  }
  .list_news a img{
    width: 120px;
    height: 86px;
  }
  .list_news a ul{
    left: 132px;
  }
  .list_news a ul h2{
    line-height: 24px;
  }
  .list_news a ul h2:after{
    display: none;
  }
  .list_news a ul li{
    max-height: 36px;
    line-height: 18px;
    -webkit-line-clamp:2;
    margin-top: 4px;
  }
  .list_news a ul time{
    font-size: 12px;
    line-height: 18px;
    background-size:16px;
  }
  .proType,
  .links{
    margin: 0 12px;
  }
  .proType .list{
    padding: 1px 0;
  }
  .proType .list a{
    width:40%;
    min-width: 200px;
    max-width: 280px;
  }
  .proType .list a p span{
    font-size: 15px;
  }
  .quality .list li:nth-child(2n){
    margin:4% 0;
  }
  .quality .list1{
    text-align: left;
  }
  .quality .list1 li{
    padding:0 12px;
  }
  .quality .list1 li img{
    width: 87px;
    height: 86px;
  }
  .quality .list1 li p{
    width: calc(100% - 99px);
  }
  .quality .list1 li p span{
    font-size: 14px;
    line-height: 21px;
  }
  .quality .list1 > i{
    margin: 4% 0 4% 40px;
    transform:rotate(90deg);
  }
  .list_saft > li{
    margin-top: 4%;
  }
  .list_saft > li div img,
  .list_saft > li:nth-child(2) div:nth-child(1){
    display: none;
  }
  .list_saft > li:nth-child(2) div:nth-child(3){
    display: block;
  }
  .list_saft > li div ul{
    position: relative;
  }
  .list_saft > li div ul li{
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 14px;
  }
  #detailed .img > img{
    display: block;
    width: 100%;
  }
  #detailed .img > li{
    display: block;
    width: 100%;
  }
  #detailed .list li span{
    font-size: 14px;
  }
  #detailed .list1 > li > div,
  #detailed .list1 > li > div *{
    font-size: 14px;
    line-height: 2;
  }
  #detailed01 > img{
    float: none;
    width: 100%;
  }
  #detailed01 > .fl-right{
    width: 100%;
    float: none;
    margin-top: 4%;
  }
  #detailed01 > .fl-right > .list div{
    float: none;
    width: auto;
  }
  #detailed01 > .fl-right > .list div:nth-child(2){
    margin-left: 0;
  }
  #detailed01 > .fl-right > .list div:nth-child(2) ul:last-child{
    display: none;
  }
  #detailed02 > img{
    float: none;
    width: 100%;
  }
  #detailed02 > i{
    display: none;
  }
  #detailed02 > div{
    width: 94%;
    margin: 3% 3%;
  }
  #detailed02 > div > h1{
    font-size: 18px;
  }
  #detailed02 > div > h2,
  #detailed02 > div > div,
  #detailed02 > div > div *{
    font-size: 14px;
  }
}
@media screen and (min-width:640px){
  #listPro a{
    width:31%;
    margin:3.5% 0 0 3.5%;
  }
  #listPro a:nth-child(-n+3){
    margin-top:0;
  }
  #listPro a:nth-child(3n+1){
    clear:both;
    margin-left:0;
  }
  .pro #listPro a:nth-child(4){
    display: none;
  }
}
@media screen and (max-width:639px){
  #detailed .list1 > li > img{
    width: 100%;
  }
  #detailed .list1 > li > div{
    width: 92%;
    padding:3% 0;
  }
  #detailed .list3 li{
    width: calc(100% - 2px);
  }
  #detailed .list3 li:nth-child(2n){
    margin-left:0;
    margin-top:4%;
  }
  #detailed .list3 li div,
  #detailed .list3 li div *{
    line-height: 20px;
  }
  #detailed .list4{
    margin-bottom:3%;
  }
  #detailed .list4 li{
    width: 100%;
    margin:4% 0 0 0;
  }
  #listPro a{
    width:calc(50% - 6px);
    margin:12px 0 0 12px;
  }
  #listPro a:nth-child(-n+2){
    margin-top:0;
  }
  #listPro a:nth-child(2n+1){
    clear:both;
    margin-left:0;
  }
  #listPro a span{
    font-size: 15px;
    margin-top: 12px;
  }
  #listPro a font{
    margin-bottom:6px;
  }
  #listPro a b{
    display: none;
  }
}
@media screen and (min-width:1000px) and (max-width:1099px){
  .location li,
  .type-name h2{
    font-size:28px;
  }
}
@media screen and (min-width:800px) and (max-width:999px){
  .location li,
  .type-name h2{
    font-size:26px;
  }
}
@media screen and (min-width:640px) and (max-width:799px){
  .location li,
  .type-name h2{
    font-size:24px;
  }
}
@media screen and (min-width:540px) and (max-width:639px){
  .location li,
  .type-name h2{
    font-size: 22px;
  }
}
@media screen and (min-width:480px) and (max-width:539px){
  .location li,
  .type-name h2{
    font-size:20px;
  }
}
@media screen and (min-width:414px) and (max-width:479px){
  .location li,
  .type-name h2{
    font-size: 18px;
  }
}
@media screen and (min-width:360px) and (max-width:413px){
  .location li,
  .type-name h2{
    font-size: 18px;
  }
}
@media screen and (max-width:359px){
  .location li,
  .type-name h2{
    font-size: 18px;
  }
}
