@charset "UTF-8";

.indexNav{
    display: none;
}
.indexNav .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    align-items:center;
}
.logo{}
.logo h1{
    text-transform: uppercase;
    font-size: 24px;
}
#nav{}
#nav>li{
    float: left;
    display: block;
}
#nav>li>a{
    line-height: 80px;
    padding-left: 60px;
    font-weight: 600;
    font-size: 18px;
    text-transform:uppercase;
}
 
#nav>li>ul{}
#nav>li>ul>li{}
#nav>li>ul>li>a{}


.banner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
    align-items: center;
    margin-top: 50px;
}
.banner:before{content:'';display: block;position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.2;}
.banner img{
    width: 100%;
    height: 22vh;
}
.bannerTxt{
    position: absolute;
    width: 90%;
    text-align: center;
}
.bannerTxt h2{
    color: #fff;
    font-size: 20px;
}
.bannerTxt a{
    display: none;
}
.bannerTxt h3{
    color: #fff;
    font-size: 20px;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
.bannerTxt p{
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
}

.indexA{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    align-items: center;
    padding: 0.5rem 14px;
}
.indexA>img{
    max-width: 600px;
}
.indexA>div{
    width: 100%;
}
.indexA h2{
    font-size: 20px;
    padding-bottom: 0.5em;
    text-align: center;
    text-transform:uppercase;
}

.indexA h3{
    text-align: center;
    padding: 0.5em 1em;
    font-weight: 600;
}
.indexA .indexAboutTxt p{
    color: #333;
    line-height: 1.8em;
    margin-bottom: 1em;
    font-size: 14px;
}

.indexAboutTxt img{
    display: none;
}
.indexA ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 20px;
}
.indexA li{
    width: 100%;
    margin-bottom: 20px;
}
.indexA ul li img{
    width: 100%;
}


.indexB{
    padding: 0.5rem 14px 0;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.indexB:before{content:'';position: absolute;width: 100%;height: 100%;background: #fff;top: 0px;opacity: 1;left: 0px;}
.indexB .box{}
.indexB h2{
    font-size: 20px;
    padding-bottom: 0.5em;
    text-align: center;
    text-transform:uppercase;
    z-index: 2;
    position: relative;
}
.indexB .BJQ{}
.indexB .BJQ p{
    margin-bottom: 1em;
    font-size: 14px;text-align: center;
}
.indexB .BJQ ul{}
.indexB .BJQ ul li{
    margin-bottom: 0.5em;
    font-size: 14px;
}
.indexB .listul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
}
.indexB .listul li{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.indexB .listul li i{
    color: #ff8c00;
    font-size: 60px;    line-height: 1em;
}
.indexB .listul li:last-child{border: none;} 
.indexB .listul img{
    width: 100%;
}
.indexB .listul h3{}
.indexB .listul p{
    font-size: 14px;
    color: #666;
}

.indexC{}
.indexC .box{}
.indexC h2{}
.indexC .BJQ{}
.indexC .BJQ p{}
.indexC .BJQ ul{}
.indexC .BJQ ul li{}
.indexC .listul{}
.indexC .listul li{}
.indexC .listul li:last-child{} 
.indexC .listul img{}
.indexC .listul h3{}
.indexC .listul p{}


.foot{
    background-color: #222222;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    }



.ContactBox{
    padding: 0.5rem 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
}
.ContactBox h2{
    color: #333;
    font-size: 0.4rem;
    text-align: center;
}
.ContactLeft{
    width: 100%;
}
.ContactLeft form{}
.ContactLeft input{
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.ContactLeft textarea{
    width: 100%;
    height: 130px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    padding: 10px 0;
}
.ContactLeft button{
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #ff8c00;
    color: #fff;
    margin: 0 auto;
    display: block;
}
 
 .ContactRight{
    width: 100%;
    padding-bottom: 40px;
}
 .ContactRight h3{
    color: #333;
    margin-bottom: 20px;
    
    font-size: 14px;
    padding-top: 16px;
    font-weight: normal;
    text-align: center;
}
 .ContactRight ul{}
 .ContactRight li{
    margin-bottom: 15px;
    padding: 10px 10px 15px;
    text-align: center;
    background: #f5f5f5;
}

.ContactRight li i{
    color: #ff8c00;
    font-size: 40px;
    line-height: 1em;
    }

 .ContactRight p{}
 .ContactRight a{
    font-size: 14px;
}
  .ContactRight span{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    display: block;
}





.lanmubanner{
    position: relative;
    margin-top: 50px;
}
.lanmubanner:before{content:'';position: absolute;width: 100%;top: 0px;height: 100%;background: #000;opacity: 0.2;}
.lanmubanner img{
    width: 100%;
    height: 20vh;
}
.lanmubannerTxt{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
    align-items:center;
    color: #fff;
}
.lanmubannerTxt h2{
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    text-transform:capitalize;
}
.lanmubannerTxt a{
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
}





.About{
    padding: 0.5rem 14px;
}
.About .box>img{
    display: none;
}
.About .box>h2{
    font-size: 20px;
    margin: 0em 0 0.5em;
    text-align: center;
}
.About .box p{margin-bottom: 1em;font-size: 14px;}
.About ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 20px;
}
.About ul li{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 20px 20px 20px;
    text-align: center;
}
.About ul li i{
    color: #ff8c00;
    font-size: 60px;
    line-height: 1em;
    }

.About ul li img{
    width: 100%;
}
.About ul li h3{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.About ul li p{
    text-align: center;
    font-size: 14px;
    color: #666;
}




.page1{
    padding: 0.5rem 14px;
}
.page1 h2{
    font-size: 20px;
    margin-bottom: 0.5em;
    text-align: center;
}
.page1 .BJQ{}
.page1 .BJQ p{
    font-size: 14px;
    margin-bottom: 1em;
}
.page1 .BJQ strong{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform:uppercase;
}
.page1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 10px;
}

.page1 ul li{
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.page1 ul li img{
    width: 100%;
}
.page1 ul li h3{
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.page1 ul li p{
    font-size: 14px;
    color: #666;
}





.page2{
    padding: 1rem 0;
}
.page2 h2{
    font-size: 0.3rem;
    margin-bottom: 0.5em;
}
.page2 .BJQ{}
.page2 .BJQ p{}
.page2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 40px;
}

.page2 ul li{
    width: 31%;
}
.page2 ul li img{
    width: 100%;
}
.page2 ul li h3{
    text-align: center;
    padding: 0.5em 1em;
}
.page2 ul li p{
    text-align: center;
}




.page3{
    padding: 1rem 0;
}
.page3 h2{
    font-size: 0.3rem;
    margin-bottom: 0.5em;
}
.page3 .BJQ{}
.page3 .BJQ p{}
.page3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 40px;
}

.page3 ul li{
    width: 31%;
}
.page3 ul li img{
    width: 100%;
}
.page3 ul li h3{
    text-align: center;
    padding: 0.5em 1em;
}
.page3 ul li p{
    text-align: center;
}


.productList{padding: 0.5rem 14px;}
.productList ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
}
.productList ul li{
    width: 48%;
    margin-bottom: 30px;
}
.productList ul li a{
    display: block;
}
.productList ul li img{
    width: 100%;
}
.productList ul li h3{
    font-weight: normal;
    padding: 10px 0;
    font-size: 14px;
}


.productShow{padding: 0.5rem 14px 0.5rem;}
.productShowHead{overflow: hidden;}
.productShowHeadLeft{width: 100%;}
.productShowHeadLeft .swiper-container{padding-bottom: 0px;}
.productShowHeadLeft img{ width: 100%; }
.productShowHeadRight{}
.productShowHeadRight h1{
    font-size: 18px;
    color: #242424;
    font-weight: 600;
    text-align: center;
    padding: 1em 0 0.5em;
    }
.productShowTxt{}
.productShowTxt h2{
    margin-bottom: 20px;
    font-size: 16px;
    display: none;
}
.productShowTxt p{color: #666;margin-bottom: 1em;font-size: 14px;}
.productShowHeadLeft .gallery-topY{margin-bottom:10px;}

.productShowHeadLeft h3{display: none;}




.paramelist{
    background: #f5f5f5;
    padding: 40px 0;
    display: none;
}
.parameTitle{
    line-height: 1em;
    border-left: 3px solid #ff8c00;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 20px;
}
.paramelist .BJQ p{}
.paramelist .BJQ{}

.paramelist iframe{border: none; width: 100%; height: 300px;padding: 20px 0; background-color: #000;}

 

.BJQimgtxt{
    overflow: hidden;
    margin: 40px 0 20px;
}
.BJQimgtxt img{
    float: left;
    margin-right: 20px;
    max-width: 310px;
}
.BJQimgtxt  h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.BJQimgtxt p{
    margin-bottom: 0.5em;
}

.paramelistImgs{}
.paramelistImgs img{ height: 240px; width: 100%;}
.paramelistImgs h3{}
.paramelistImgs p{}

.WapHead .WapLogo{font-weight:600;}
.indexTop{display:none;}
 
 .pageindex{
    padding: 0.5rem 14px;
}
 .pageindex h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
}
 .pageindex .BJQ{}
 .pageindex .BJQ P{
    font-size: 14px;
    margin-bottom: 1em;
}
 .pageindex strong{
    font-size: 14px;
}
 .pageindex ol{
    padding: 10px 0;
}
.pageindex ol li{
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}
.pageindex ol li:before{content:'';width: 6px;height: 6px;display: block;background: #000;position: absolute;left: 0px;top: 8px;}
 .pageindex ul{}
 .pageindex ul li{
    margin-bottom: 30px;
}
 .pageindex ul li img{
    width: 100%;
    margin-bottom: 10px;
}
 .pageindex ul li p{
    font-size: 14px;
    text-align: center;
}
 .pageindex ul li h3{
    text-align: center;
    font-size: 16px;
}
 
 
 
.ContactBox:before{content:'';}
 


.indexContact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    border-top: 20px solid #fff;
}
.indexContactL{
    width: 100%;
    position: relative;
}
.indexContactL img{
    width: 100%;
   
}
.indexContactL:before{content:'';position: absolute;left: 0px;top: 0px;background: #000;display: block;width: 100%;height: 100%;opacity: 0;}
.indexContactLTxt{
    position: absolute;
    width: 90%;
    background: rgb(255 255 255 / 0.8);
    left: 50%;
    margin-left: -45%;
    bottom: 20px;
    padding: 20px 10px;
}
.indexContactLTxt p{
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.indexContactR{
    width: 100%;
    background: #f5f5f5;
    padding: 0.5rem 14px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
}
.indexContactR h2{
    font-size: 20px;
    width: 100%;
    padding-bottom: 1em;
    text-align: center;
}
.indexContactR form{
    display: block;
    width: 100%;
}
.indexContactR input{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 42px;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
}
.indexContactR textarea{
    width: 100%;
    display: block;
    padding: 10px;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
}
.indexContactR button{
    height: 42px;
    line-height: 42px;
    background: #ff8c00;
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 50%;
}

.indexContactR>div{
    width: 100%;
}
 .indexAbj{ background:#f5f5f5;} 