@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>a.this{
    color: #00305b;
}
#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: 30vh;
}
.bannerTxt{
    position: absolute;
    width: 90%;
    text-align: center;
}
.bannerTxt h3{
    color: #fff;
    font-size: 18px;
    padding-bottom: 0.5em;
    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;
    background: #00305b;
}
.indexA>img{
    max-width: 600px;
}
.indexA>div{
    width: 100%;
}
.indexA h2{
    font-size: 0.4rem;
    padding-bottom: 0.5em;
    text-align: center;
    color: #fff;
}

.indexA h3{
    text-align: center;
    padding: 0.5em 1em;
    font-weight: 600;
}
.indexA .indexAboutTxt p{
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 1em;
    font-size: 14px;
}
.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;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.indexB:before{content:'';position: absolute;width: 100%;height: 100%;background: #fafafa;top: 0px;opacity: 1;left: 0px;}
.indexB .box{}
.indexB h2{
    font-size: 0.4rem;
    padding-bottom: 0.5em;
    text-align: center;
}
.indexB .BJQ{}
.indexB .BJQ p{
    margin-bottom: 1em;
    font-size: 14px;
}
.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;
    align-items: center;
    padding-top: 20px;
}
.indexB .listul li{
    width: 100%;
    margin-bottom: 20px;
}
.indexB .listul li:last-child{} 
.indexB .listul img{
    width: 100%;
}
.indexB .listul h3{padding-bottom: 10px;position: relative;padding-left: 18px;color: #00305b;}
.indexB .listul p{font-size: 14px;}
.indexB .listul h3:before{content: '';display: block;width: 10px;height: 10px;background: #41b7c4;position: absolute;left: 0px;top: 7px;}
.indexC{
    height: 30vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.indexC .box{}
.indexC h2{
    font-size: 0.4rem;
    text-align: center;
    padding: 0.5em;
}
.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{
    padding-top: 20px;
}
.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: #41b7c4;
    color: #fff;
    margin: 0 auto;
    display: block;
}
 
 .ContactRight{
    width: 100%;
    padding-bottom: 40px;
}
 .ContactRight h3{
    color: #333;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-top: 16px;
    font-weight: normal;
    text-align: center;
}
 .ContactRight ul{}
 .ContactRight li{
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}
 .ContactRight p{}
 .ContactRight a{
    font-size: 14px;
}
  .ContactRight span{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    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;
}
.About ul li img{
    width: 100%;
}
.About ul li h3{
    text-align: center;
    padding: 0.5em 1em 0;
    font-weight: 600;
}
.About ul li p{
    text-align: center;
    font-size: 14px;
}




.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;
}
.page1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 40px;
}

.page1 ul li{
    width: 100%;
    margin-bottom: 30px;
}
.page1 ul li img{
    width: 100%;
}
.page1 ul li h3{
    text-align: center;
    padding: 0.5em 1em 0;
    font-weight: 600;
}
.page1 ul li p{
    text-align: center;
    font-size: 14px;
}





.page2{
    padding: 0.5rem 14px;
}
.page2 h2{
    font-size: 20px;
    margin-bottom: 0.5em;
    text-align: center;
}
.page2 .BJQ{}
.page2 .BJQ p{
    font-size: 14px;
    margin-bottom: 1em;
}
.page2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    padding-top: 40px;
}

.page2 ul li{
    width: 100%;
    border: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.page2 ul li img{
    width: 100%;
}
.page2 ul li h3{
    text-align: center;
    padding: 0.5em 1em;
}
.page2 ul li p{
}




.page3{
    padding: 0.5rem 14px;
}
.page3 h2{
    font-size: 20px;
    margin-bottom: 0.5em;
    text-align: center;
}
.page3 .BJQ{}
.page3 .BJQ p{
    font-size: 14px;
    margin-bottom: 1em;
}
.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{
}


.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 #00305b;
    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;font-family: 'Lora', serif;}



.indexC ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    margin: 14px 14px 0.5rem;
}
.indexC ul li{
    width: 100%;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: -1px;
}
.indexC ul h3{
    color: #00305b;
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.indexC ul p{
    color: #666;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 14px;
}
.About h3{
    font-size: 0.4rem;
    padding-bottom: 0.5em;
    color: #00305b;
}
.About a{
    width: 200px;
    background: #00305b;
    color: #fff;
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    display: block;
}









.page1 h3{
    font-size: 0.4rem;
    padding-top: 1em;
    color: #00305b;
    }


.page1 a{
    color: #00305b;
    border-bottom: 1px solid #00305b;
    margin-bottom: 40px;
    margin-top: 10px;
}





 

.page2 ul li h4{
    background: #00305b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.page2 ul li p{
    padding: 5px 20px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0px!important;
}
.page2 ul li p:nth-child(2){
    color: #333;
    font-weight: bold;
}

.page3 ul li h4{
    background: #00305b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.page3 ul li p{
    padding: 5px 20px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0px!important;
}
.page3 ul li p:nth-child(2){
    color: #333;
    font-weight: bold;
}
.page3 ul li {
    width: 100%;
    border: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.bannerTxt a{
    background: #41b7c4;
    color: #fff;
    padding: 6px 20px;
    border-radius: 40px;
    font-size: 14px;
    }
    
    .foot p{
    font-size: 14px;
}

 .indexContac{
    position: relative;
}
 .indexContac:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1b5285;
    opacity: 0.9;
    }
    
     .indexContac .ContactBox{
    max-width: 1300px;
}
  .indexContac .ContactRight{
}
      .indexContac .ContactBox h2{
    color: #fff;
    text-align: left;
}
      .indexContac .ContactRight li{
    text-align: left;
}
      .indexContac .ContactLeft button{
    background: #41b7c4;
}
 
 .indexContac .ContactLeft input{
    padding-left: 10px;
    line-height: 40px;
    height: 40px;
}
 .indexContac .ContactRight a{
    color: #fff;
}
 .indexContac .ContactRight p{}
 .indexContac .ContactLeft textarea{
    margin-bottom: 20px;
    padding: 10px;
    height: 90px;
}
 .indexContac .ContactRight h3{
    text-align: left;
    color: #fff;
}
.indexContac .ContactLeft{}
 .indexContac .ContactRight span{
    color: #fff;
}
.bannerTxtBox{
    position: absolute;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
}
.bannerTxt p strong{
    font-family: 'Lora', serif;
}