
html{ background:#fff;}/*图片加载未完成前，默认背景色*/
.wrap{ opacity:1; /*开屏秀未加载完成，内容默认不显示(首页最外层盒子)*/}
.loading{position:fixed;width:100%;height:100%; top:0; z-index:51; display:none; max-width:640px; min-width:320px; z-index:99999;}
.loading img{ display:none;}
/*首次加载页面切入效果*/
.homeShow{ animation: fade 0.8s ease both;-webkit-animation: fade 0.8s ease both; }
/*渐显动画*/
@-webkit-keyframes fade {
  from 
  {
   opacity:1;
   display:block;
   
  }

  to {
    opacity: 0;
    display:none;
    height:0;
   
  }
}

@keyframes fade {
  from{
    opacity: 1;
   display:block;
  }

  to 
  {
    display:none;
    opacity: 0;
    height:0;
  }
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}


.g-hd{height:5rem;position: relative;}
.g-hd img{display: block;width: 100%;}
.g-hd h1{float: left;width: 26.56%;margin:1.35rem 0 0 3.75%;}
.g-hd ul{float: left;width: 55%;margin-top: 2rem;margin-left: 3%;}
.g-hd ul li{float: left;font-size: 1.1rem;line-height: 1.1rem;width: 33.3%;text-align: center;}
.g-hd ul li a{color: #3a3a3a;}
.g-hd .m-nav2{float: right;width:6.56%;margin:1.6rem 3.75% 0 0;}
#menu{display: none;position: absolute;top: 5rem;width: 100%;height:41.4rem;background:#f5f5f5;background-size:100% 41.4rem;z-index: 100;}
#menu p{width: 76%;margin: 0 auto;}
#menu p a{display: block;height: 3.7rem;line-height: 3.7rem;font-size: 1.17rem;color: #000;text-align: center;border-bottom: 1px solid #7f7976;}


.g-ft{padding-bottom:  5.9rem;}
.g-ft h3{height: 2.7rem;line-height:2.7rem;font-size:1.4rem;color: #333;background:url(../img/line1.png) no-repeat 3.8% center;background-size:0.25rem 1.35rem;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;padding-left:6.4%; margin-bottom: 10px;;}
.f_con{height:6.6rem;position: relative;}
.f_con p{float: left;font-size: 1.2rem;color: #666;line-height: 2.2rem;margin-left:6%;}
.f_con p a{color: #666;}
.f_con .top{position: absolute;width: 10.3%;top:1.3rem;right:6.5%;}
.f_con .top img{width: 100%;}
.f_nav{height: 4.9rem;background-color: #008842;min-width: 320px;max-width: 640px;width: 100%;position: fixed;bottom: 0;z-index: 999;}
.f_nav li{float: left;width: 50%;height: 4.9rem;text-align: center;border-right: 1px solid rgba(255,255,255,0.4);box-sizing: border-box;}
.f_nav li:last-child{border-right: 0;}
.f_nav li img{display:inline-block;width: 12.5%;margin-right:3.7%;margin-top:1.4rem;}
.f_nav li span{display: inline-block;color: #fff;font-size:1.4rem;line-height: 4.9rem;vertical-align:top;}

.m4-title_nav {
    height: 4.7rem;
    line-height: 4.7rem;
    box-sizing: border-box;
    padding: 0 13.5%;
    position: relative;
    background-color:#008842;
}

.m4-title_nav h2 {
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.m4-goback {
    width: 0.8rem;
    height: 0.8rem;
    border-left: solid 0.1rem #fff;
    border-top: solid 0.1rem #fff;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    top: 2.1rem;
    position: absolute;
    left: 6.5%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
}

.m4-t-sear1 {
    width: 2.5rem;
    height: 1.5rem;
    float: right;
    cursor: pointer;
    margin-top: 1.5rem;
    position: relative;
}

.m4-t-sear1:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 100%;
}

.m4-t-sear1:before {
    content: "";
    display: block;
    width: 2px;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 1.3rem;
    background: #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.m4-title_nav #m4-topclick {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1.5rem;
    right: 0.9rem;
    display: block;
    box-sizing: border-box;
    border-top: 0.15rem solid #fff;
    border-bottom: 0.15rem solid #fff;
    overflow: hidden;
}

#m4-topclick:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.15rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.0525rem;
}


.m4-t-sear2 {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    z-index: 22;
}

.m4-t-sear2-txt {
    height: 4.4rem;
    background: #008842;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.m4-t-sear2-inp {
    width: 78.12%;
    height: 2.5rem;
    margin: 0.8rem 0 0 1.0rem;
    position: relative;
    box-sizing: border-box;
    border-radius: 1.5rem;
    background: #fff;
    overflow: hidden;
}

.m4-t-sear2-inp input {
    height: 100%;
    outline: none;
    border:0;
}

.m4-t-sear2-inp-text {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 1.5rem;
    color: #00d0b1;
    box-sizing: border-box;
    border-radius: 1rem;
    border: 1px solid #d6d7d9;
}

.m4-t-sear2-inp-but {
    width: 3.2rem;
    border: 0;
    border-left: 1px solid #d6d7d9;
    ;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #ededed;
}

.m4-t-sear2-inp span {
    width: 3.2rem;
    height: 2.5rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.m4-t-sear2-inp span:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    box-sizing: border-box;
    border: 2px solid #999;
    position: absolute;
    top: 0.4rem;
    left: 0.6rem;
    border-radius: 100%;
}

.m4-t-sear2-inp span:before {
    content: "";
    display: block;
    width: 2px;
    height: 0.5rem;
    background: #999;
    position: absolute;
    top: 1.5rem;
    left: 1.7rem;
    z-index: 22;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.m4-t-sear2-txt p {
    width: 14%;
    float: right;
    font-size: 1.5rem;
    color: #fff;
    line-height: 4.4rem;
    cursor: pointer;
}

.m4-t-sear2-txt2 {
    height: 100%;
    background: #fff;
}

.m4-t-sear2-txt2 h3 {
    width: 93.75%;
    font-size: 1.4rem;
    color: #333;
    line-height: 2.25rem;
    margin: 0 auto 1.5rem;
    border-bottom: 1px solid #d5d6d8;
}
.m4-crumbs-1 {
    line-height:2.6rem;
    height:3rem;
    color: #575757;
    padding: 1rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }
    .m4-crumbs-1 a:nth-child(1){margin-left:0;}
    .m4-crumbs-1 a {
    color: #575757;
    margin: 0 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    } 
    .m4-crumbs-1 a:nth-last-child(1) {
    color: #575757;
    }
          .m4-crumbs-1 a.cur{color:#008842;}
    
    
    .m4-prod-content-1-con{ overflow: hidden;padding: 0 0 2.5rem;color:#575757;line-height:2.4rem;}  
    
    
    .m4-prod-content-1-nav {
    padding: 1.5rem 3% 0;
    position: relative;
    display: block;
    clear: both;
    z-index: 1;
    }
    
    .m4-prod-content-1-nav ul a {
    width: 24%;
    float: left;
    height: 11.8rem;
    display: block;
    }
    
    .m4-prod-content-1-nav li {
    width: 100%;
    }
    
    .m4-prod-content-1-nav ul a:nth-child(3n-1) {
    margin: 0 13.5%;
    }
    
    .m4-prod-content-1-nav li img {
    display: block;
    width: 100%;
    max-width: 64px;
    margin: auto;
    background:#008842;
    border-radius: 100%;
    }
    
    .m4-prod-content-1-nav li span {
    display: block;
    text-align: center;
    line-height: 4.1rem;
    height: 4.1rem;
    }
    
    .m4-nsws-list-content-2-con{display: block;clear: both; overflow:hidden;line-height:2.4rem;}
    .m4-nsws-list-content-2-con a:first-child dl{border: 0;}
    .m4-nsws-list-content-2-con dl{line-height:2.4rem; border-top:1px solid #dbdbdb; padding:1rem 0 1rem;clear: both;display: block;color: #666; overflow:hidden;}
    .m4-nsws-list-content-2-con dt{width: 31.3%;float: left;padding:0rem 4.5% 0rem 0;}
    .m4-nsws-list-content-2-con dt img{width:100%;display: block;box-sizing:border-box;border:solid 1px #d7d7d7;}
    .m4-nsws-list-content-2-desc{height:3.6rem;overflow:hidden;font-size:1.2rem;line-height:1.8rem;}
    .m4-nsws-list-content-2-con dd h3{font-weight: bold;font-size:1.3rem; line-height: 1.8rem;height:1.8rem;overflow: hidden;color: #000;margin-bottom:0.2rem;}


    .m4-crumbs-1 {
        line-height:2.6rem;
        height:3rem;
        color: #575757;
        padding: 1rem 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .m4-crumbs-1 a:nth-child(1){margin-left:0;}
    .m4-crumbs-1 a {
        color: #575757;
        margin: 0 0.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    } 
    .m4-crumbs-1 a:nth-last-child(1) {
        color: #575757;
    }
              .m4-crumbs-1 a.cur{color:#008842;}
    
    
    .m4-prod-content-1-con {
        overflow: hidden;
        padding: 0 0 2rem;
    }
    
    .m4-prod-content-1-con-ly {
        font-size: 1.3rem;
        height: 3rem;
        line-height: 1.3rem;
        color: #999;
    }
    
    .m4-prod-content-1-con-ly span {
        padding: 0 2rem 0 0;
    }
    
    
    
    .m4-nsws-list-content-1 {
        padding: 0 0 0rem;
        display: block;
        clear: both;
    }
    
    .m4-nsws-list-content-1-con p,
    .m4-nsws-list-content-1-con p img {
        width: 100%;
        display: block;
    }
    
    .m4-nsws-list-content-1-con li {
        line-height: 3.8rem;
        height: 3.8rem;
        border-bottom: dashed 1px #c9c7c6;
        padding: 0 3%;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .m4-nsws-list-content-1-con li:before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        border-top: solid 1px #7d7d7d;
        border-right: solid 1px #7d7d7d;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: 3%;
        top: 1.9rem;
    }
    
    .m4-nsws-list-content-1-con a:last-child li {
        border: 0;
    }
    .m4-prod-showcase-1{position: relative;}                  
    .picScroll1>div a,.picScroll1>div img{
        box-sizing: border-box;
        width: 100%;
        height: auto;
        display: block;
    }
    .picScroll1 h3{font-size: 1.5rem;line-height:2rem;display:block;padding-bottom:1rem;color:#333;}
        .m4-bantil{display: block; width:100%;position: absolute;left:0;bottom:0;height: 1.8rem;text-align: center;}
		.m4-bantil li{width:0.55rem;height: 0.55rem;background:#d6cbc8;border-radius:0.55rem;margin: 0 0 0 0.2rem;display: inline-block;font-size:0;}
        .m4-bantil li.on{background:#008842;}
        
        .m4-prod-content-1-con-txt{color: #666;line-height: 1.8rem;clear: both;}
        .m4-prod-content-1-con-txt p{color: #666;line-height:2.4rem;clear: both;padding: 0 3%;}
        .m4-prod-content-1-con-txt span{color: #424142;line-height: 1.8rem;clear: both;width:45%;display: block;float: left;}
        .m4-prod-content-1-con  h3{border-bottom: solid 1px #c9c9c9;padding: 0 3%;font-size: 1.5rem;height: 3.4rem;line-height: 3.2rem;color: #424142;margin-bottom:1.3rem;}
        .m4-pho{display: block;clear: both;text-align:center;width:100%;height: 3.35rem;line-height: 3.35rem;background: #008842;color: #fff;font-size: 1.3rem;margin:1.5rem auto;}

        .m4-product-2{position:relative;}
    
        .m4-product-2-con li {
            width: 50%;
            overflow: hidden;
        }
        
        .m4-product-2-con li img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }
        
        .m4-product-2-con li span {
            display: block;
            max-height:4.8;
            text-align: center;
            overflow:hidden;
        }
        
        .m4-product-2 .swiper-button-prev,
        .m4-product-2 .swiper-button-next {
            display: block;
            border: 0; 
            width: 21px;
            height: 32px;
            background: url(../images/m1-skinVI.png) 0px -2328px no-repeat; 
            overflow: hidden;
            position: absolute;
            z-index: 0;
            top: 63%;
            margin-top: -0.8rem;
            text-indent: -9999px;
            
        }
        .m4-product-2 .swiper-button-next{
            background: url(../images/m1-skinVI.png) 0px -2390px  no-repeat;
        }
        .m4-product-2 .swiper-button-prev {
            left: 0.5rem;
        }
        .m4-product-2 .swiper-button-next {
            right: 0.5rem;
        }
        .m4-prod-list-content-1-con li { 
width: 47.56%;
margin-bottom: 2%;
margin-left: 1%;
        } 
.m4-prod-list-content-1-con li img {
            display: block;
            width: 100%;
            height: 140px;
            box-sizing:border-box;
            border:solid 1px #d7d7d7;
        } 
.m4-prod-list-content-1-con span {
    background: #008842;
            display: block;
            color: #fff;
            height: 3rem;
            text-align: center;
            line-height: 3rem;
            font-size: 1.2rem;
            overflow: hidden;
        }   
        /*详情页图片自适应*/
        .endit-content img{max-width:100% !important;height:auto !important;}
    


        .m2-prod-content-1{overflow: hidden;}
        .m2-prod-content-1-nav {
            height: 3rem;
            position: relative;
            padding-right: 3rem;
            background: #eee;
        }
        
        .m2-prod-content-1-nav .togglebtn {
            position: absolute;
            top: 2px;
            right: 0px;
            line-height: 2.4rem;
            width: 2.8rem;
            text-align: center;
            border-radius: 3px;
        }
        
        .m2-prod-content-1-nav li {
            float: left;
            background: #eee;
            white-space: nowrap;
            color:#333;
            padding:0 1rem;
            text-align: center;
            font-weight: normal;
            font-size:1.5rem;
            line-height:3rem;
            height:3rem;
        }
        .m2-prod-content-1-nav .on{color:#fff;background:#008842;}
        .m2-prod-content-1-nav .on h3{color:#fff;}
        
        
        .m2-prod-content-1-con {
            padding: 1rem;
        }
        
        .m2-prod-content-1-con>.con {
            display: none;
        }
        
       .m2-prod-content-1-con>.con.on {
            display: block;
        } 
    

        .m4-nsws-list-content-1 {
            padding: 0 0 0rem;
            display: block;
            clear: both;
        }
        
        .m4-nsws-list-content-1-con p,
        .m4-nsws-list-content-1-con p img {
            width: 100%;
            display: block;
        }
        
        .m4-nsws-list-content-1-con li {
            line-height: 3.8rem;
            height: 3.8rem;
            border-bottom: dashed 1px #c9c7c6;
            padding: 0 3%;
            position: relative;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        
        .m4-nsws-list-content-1-con li:before {
            content: "";
            position: absolute;
            width: 0.5rem;
            height: 0.5rem;
            border-top: solid 1px #7d7d7d;
            border-right: solid 1px #7d7d7d;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            right: 3%;
            top: 1.9rem;
        }
        
        .m4-nsws-list-content-1-con a:last-child li {
            border: 0;
        } 

        .ctg-list-1 .m1-item-show {
            width: 2rem;
            height: 5rem;
            line-height: 5rem;
            float: right;
            background: url(../images/m1-skinVI.png) no-repeat;
            background-size: 4.7rem 199.7rem;
            background-position: right -129rem;
            background-position: right -122.6rem;
        }
        
        .ctg-list-1 .m1-item-hide {
            width: 2rem;
            height: 5rem;
            line-height: 5rem;
            float: right;
            background: url(../images/m1-skinVI.png) no-repeat;
            background-size: 4.7rem 199.7rem;
            background-position: right -129rem;
        }
        
        .ctg-list-1 .m1-classify-list {
            margin-bottom: 1rem;
            padding: 0 1rem;
            background-color: #fff;
            overflow: hidden;
        }
        
        .ctg-list-1 .m1-classify-list .m1-item {
            border-bottom: 1px solid #efefef;
        }
        
        .ctg-list-1 .m1-classify-list .m1-item-head a {
            color:#333333;
            display:block;
            float:left;
        }
        
        .ctg-list-1 .m1-classify-list .m1-item-head {
            display: block;
            height: 4rem;
            line-height: 5rem;
            overflow: hidden;
            font-weight: bold;
            color: #333333;
            border-bottom: 1px solid #efefef;
            cursor: pointer;
        }
        
        .ctg-list-1 .m1-classify-list .m1-close {
            border-bottom-color: transparent;
        }
        
        .ctg-list-1 .m1-classify-list .m1-item-head img {
            float: left;
            display: block;
            width: 3rem;
            height: 3rem;
            margin: 1rem 0 0 .5rem;
        }
        
        .ctg-list-1 .m1-classify-list .m1-item-head span {
            padding-left: 1rem;
        }
        
        .ctg-list-1 .m1-classify-list .m1-item-bd li a {
            display: block;
            padding-left: 2rem;
            color: #666666;
        }
        
        .ctg-list-1 .m1-classify-list .m1-item-bd li span {
            display: block;
            height: 3.2rem;
            line-height: 3.2rem;
            padding-left: 1.5rem;
            border-bottom: 1px solid #efefef;
        }
        
        .ctg-list-1 .m1-classify-list .m1-item-bd li:last-child span {
            border-bottom: 0 none;
        }
        
        .ctg-list-1 .m1-view-more {
            clear: both;
            display: block;
            width: 100%;
            height: 3rem;
            line-height: 3rem;
            -webkit-text-size-adjust: none;
            text-align: center;
            font-size: 1.1rem;
            background-color: #fff;
        }
        
        .ctg-list-1 .m1-view-more i {
            position: relative;
            overflow: hidden;
            color: #666;
        }
        
        .ctg-list-1 .m1-view-more i:after {
            content: "";
            position: absolute;
            top: 50%;
            right: -1.5rem;
            width: 1.2rem;
            height: .94rem;
            margin-top: -.5rem; 
            background-size: 4.7rem 199.7rem;
        }
        
        .ctg-list-1 .m1-view-more-1 {
            margin: -.5rem 0 1rem;
        }
    