@charset "UTF-8";
 

.indexNav{}
.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: 33px;
}
#nav{}
#nav>li{
    float: left;
    display: block;
    position: relative;
}
#nav>li>a{
    line-height: 80px;
    font-weight: 600;
    font-size: 18px;
    text-transform:uppercase;
    padding: 0 30px;
    transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
}
#nav>li>a.this{
    color: #ff8c00;
}
#nav>li>ul{
    position: absolute;
    left: 20px;
    z-index: 20;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 6px 0 rgba(32, 33, 36, 0.28);
    display: none;
    min-width: 100%;
}
#nav>li>ul>li{}
#nav>li>ul>li>a{
    display: block;
    padding: 4px 20px;
    white-space: nowrap;
}


.banner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
    align-items: center;
}
.banner:before{content:'';display: block;position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.2;}
.banner img{
    width: 100%;
    height: 70vh;
}
.bannerTxt{
    position: absolute;
    width: 1300px;
    text-align: center;
}
.bannerTxt h2{
    color: #fff;
    font-size: 0.6rem;
    font-weight: 600;
}
.bannerTxt p{
    color: #fff;
    font-size: 20px;
}
.bannerTxt a{
    padding: 0 50px;
    line-height: 50px;
    background: #ff8c00;
    color: #fff;
    font-weight: bold;
    margin: 40px 0;
    border-radius: 40px;
}
.bannerTxt strong{}
.indexA{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    align-items: center;
    padding: 1rem 0;
    background: #f5f5f5;
}
.indexA>img{
    max-width: 600px;
}
.indexA>div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
}
.indexA h2{
    font-size: 0.4rem;
    padding-bottom: 0.5em;
    color: #000000;
    text-align: center;
}

.indexA h3{
    text-align: center;
    padding: 0.5em 1em;
}
.indexA .indexAboutTxt p{
    color: #333;
    margin-bottom: 1em;
    text-align: center;
}
.indexAboutTxt .BJQ{
}
.indexAboutTxt .BJQ strong{}
.indexAboutTxt>img{
    max-width: 600px;
}
.indexA ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 40px;
}
.indexA li{
    width: 31%;
}
.indexA ul li img{
    width: 100%;
}


.indexB{
    padding: 1rem 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;}
.indexB .box{}
.indexB h2{
    font-size: 0.4rem;
    padding-bottom: 0.5em;
    text-align: center;
    position: relative;
}
.indexB .BJQ{}
.indexB .BJQ p{
    margin-bottom: 1em;
    text-align: center;
}
.indexB .BJQ ol{}
.indexB .BJQ ol li{
    margin-bottom: 0.5em;
}
.indexB .listul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    align-items: center;
    padding-top: 20px;
}
.indexB .listul li{
    width: 31%;
    text-align: center;
    padding: 10px 30px 0px;
}
.indexB .listul li:last-child{} 
.indexB .listul img{
    width: 100%;
}
.indexB .listul h3{padding-bottom: 0.5em;font-size: 20px;}
.indexB .listul p{
    color: #666;
}

 .indexB .listul li i{
    font-size: 80px;
    color: #ff8c00;
    line-height: 1em;
}

.foot{
    background-color: #000;
    line-height: 60px;
    color: #fff;
    text-align: center;
    }



.ContactBox{
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
}
.ContactBox h2{
    color: #333;
    font-size: 0.4rem;
}
.ContactLeft{
    width: 47%;
}
.ContactLeft form{}
.ContactLeft input{
    width: 100%;
    border-bottom: 1px solid #999999;
    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 #999;
    font-size: 14px;
    display: block;
    margin-bottom: 40px;
    padding: 10px 0;
}
.ContactLeft button{
    height: 50px;
    line-height: 50px;
    background: #ff8c00;
    color: #fff;
    padding: 0 80px;
}
 
 .ContactRight{
    width: 47%;
}
 .ContactRight h3{
    color: #333;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding-top: 16px;
}
 .ContactRight ul{}
 .ContactRight li{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items: center;
}

.ContactRight li div{}
.ContactRight li i{
    font-size: 34px;
    margin-right: 14px;
    color: #ff8c00;
}

 .ContactRight p{}
 .ContactRight a{}
  .ContactRight span{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: block;
}





.lanmubanner{
    position: relative;
}
.lanmubanner:before{content:'';position: absolute;width: 100%;top: 0px;height: 100%;background: #000;opacity: 0.2;}
.lanmubanner img{
    width: 100%;
 
}
.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;
}





.About{
    padding: 1rem 0;
}
.About .box>img{
    max-width: 600px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.About .box>h2{
    font-size: 0.4rem;
    margin-bottom: 0.5em;
}
.About .box p{ margin-bottom: 1em; }
.About ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 40px;
}
.About ul li{
    width: 31%;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.About ul li i{
    font-size: 80px;
    color: #ff8c00;
    line-height: 1em;
}

.About ul li img{
    width: 100%;
}
.About ul li h3{
    text-align: center;
    padding-bottom: 0.5em;
    font-size: 20px;
}
.About ul li p{
    text-align: center;
    color: #666;
    font-size: 14px;
}

.About .BJQ{}
.About ol{
    overflow: hidden;
}
 

.About ol li{
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    color: #444;
}
.About ol li:before{content:'';width: 6px;height: 6px;display: block;background: #999;position: absolute;left: 0px;top: 10px;}
 

/*.page1*/

.page1{
    padding: 1rem 0;
}
.page1 h2{
    font-size: 0.3rem;
    margin-bottom: 0.5em;
}
.page1 .BJQ{}
 .page1 .BJQ p{margin-bottom: 1em;text-align: center; }
.page1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
}
.page1 .BJQ strong{}
.page1 ul li{display: flex;flex-wrap: wrap;justify-content: space-between;display: -webkit-flex;width: 100%;border-bottom: 1px solid #ddd;padding: 40px 0;align-items: center;}
.page1 ul li img{
    width: 100%;
}
.page1 ul li h3{width: 10%;font-size: 18px;font-family: 'Oswald', sans-serif;font-weight: 500;}
.page1 ul li p{width: 85%;color: #444;font-size: 15px;}

 .page1 ol{
    padding: 10px 0;
}
.page1 ol li{
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    color: #444;
}
.page1 ol li:before{content:'';width: 6px;height: 6px;display: block;background: #000;position: absolute;left: 0px;top: 8px;}
/*.page1*/









.productList{    padding-bottom: 100px;}
.productList ul{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
}
.productList ul li{
    width: 310px;
    margin-bottom: 40px;
}
.productList ul li a{
    display: block;
}
.productList ul li img{
    width: 100%;
}
.productList ul li h3{
    font-weight: normal;
    padding: 10px 0; 
}


.productShow{padding: 1rem 0 0.5rem;}
.productShowHead{overflow: hidden;}
.productShowHeadLeft{ width: 400px; float: left; margin-right: 40px; }
.productShowHeadLeft .swiper-container{padding-bottom: 0px;}
.productShowHeadLeft img{ width: 100%; }
.productShowHeadRight{}
.productShowHeadRight h1{    font-size: 24px;
    color: #242424;
    margin-bottom: 20px;}
.productShowTxt{}
.productShowTxt h2{
    margin-bottom: 20px;
    font-size: 24px;
}
.productShowTxt p{ color: #666; margin-bottom: 1em; }
.productShowHeadLeft .gallery-topY{margin-bottom:10px;}
.productShowHeadLeft h3{display: none;}



 .pageindex{
    padding: 1rem 0;
}
.pageindex h2{
    font-size: 0.3rem;
    margin-bottom: 0.5em;
    text-align: center;
}
.pageindex  .BJQ{}
.pageindex  .BJQ p{
    margin-bottom: 1em;
    color: #333;
}
.pageindex  ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 40px;
}

.pageindex  ul li{
    width: 31%;
}
.pageindex  ul li img{
    width: 100%;
}
.pageindex  ul li h3{
    text-align: center;
    padding: 0.5em 1em;
}
.pageindex  ul li p{
    text-align: center;
}
.pageindex ol{
    padding: 10px 0;
}
.pageindex ol li{
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    color: #444;
}
.pageindex ol li:before{content: '';width: 6px;height: 6px;display: block;background: #999;position: absolute;left: 0px;top: 10px;}
.pageindex .BJQ strong{
 
text-transform:capitalize;
 
font-size: 20px;
}
 

.indexTop{
    background: #000000;
}
.indexTopleft{
}
.indexTopleft a{
    line-height: 36px;
    color: #fff;
    opacity: 0.6;
}
.indexTopleft a i{}
.indexTopNr{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    align-items:center;
}
.indexTopright{
}
.indexTopright a{
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
    margin-left: 40px;
}
.indexTopright a i{
    position: relative;
    top: 1px;
    margin-right: 4px;
}




.indexTel{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    align-items: center;
}
.indexTel i{
    font-size: 30px;
    margin-right: 14px;
    color: #ff8c00;
}
.indexTel div{}
.indexTel h3{
    font-weight: normal;
    color: #999;
    font-size: 15px;
}
.indexTel p{
    font-weight: bold;
    font-size: 15px;
}
.ContactBox:before{content:'';}
 


.indexContact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    border-top: 20px solid #fff;
}
.indexContactL{
    width: 50%;
    position: relative;
}
.indexContactL img{
    width: 100%;
    height: 60vh;
}
.indexContactL:before{content:'';position: absolute;left: 0px;top: 0px;background: #000;display: block;width: 100%;height: 100%;opacity: 0;}
.indexContactLTxt{
    position: absolute;
    width: 60%;
    background: rgb(255 255 255 / 0.8);
    left: 50%;
    margin-left: -30%;
    bottom: 20%;
    padding: 40px 30px;
}
.indexContactLTxt p{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.indexContactR{
    width: 50%;
    background: #f5f5f5;
    padding: 0rem 1rem;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
}
.indexContactR h2{
    font-size: 0.4rem;
    width: 100%;
    padding-bottom: 1em;
}
.indexContactR form{
    display: block;
    width: 100%;
}
.indexContactR input{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 46px;
    height: 46px;
    padding: 0 10px;
    font-size: 14px;
}
.indexContactR textarea{
    width: 100%;
    display: block;
    padding: 10px;
    border: none;
    font-size: 14px;
    margin-bottom: 40px;
}
.indexContactR button{
    height: 50px;
    line-height: 50px;
    background: #ff8c00;
    color: #fff;
    padding: 0 80px;
}

.indexContactR>div{
    width: 100%;
}
 .indexAbj{ background:#f5f5f5;}
 
 .fixed{}
 .fixed .indexNav{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}
 .fixed #nav>li>a{line-height: 60px;}