.nav_product a{
    float: left;
    border: 0.02rem solid #00824a;
    text-align: center;
    line-height: 0.62rem;
    height: 0.62rem;
    color: #00824a;
    font-size: 0.28rem;
    padding: 0 0.12rem;
    border-radius: 0.05rem;
    margin-bottom: 0.15rem;
}
.nav_product a:nth-child(2){
    margin: 0 0.23rem;
}
.nav_product .active{
    color: #fff;
    background: #00824a;
}
.nav_product {
    
    padding: 0 0.25rem;
    margin: 0.55rem auto 0.4rem;
}
.address{
    width: 7rem;
    margin: 0 auto 0.5rem;
   
    border-bottom: 1px solid #eeeeee;
   padding-bottom: 0.1rem;
}
.address span{
    display: inline-block;
    font-size: 0.2rem;
    color: #666666;
    background: url('../images/zoom.png') no-repeat left bottom;
    background-size: 0.22rem;
    padding-left: 0.3rem;
    height: 0.22rem;
}
.address a{
    float: right;
    font-size: 0.2rem;
    color: #666666;
    height: 0.22rem;
}

.content{
    padding: 0 0.25rem;
}
.content h4{
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
}
.info{
    width: 7rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background: #f6f6f6;
    border: 0.01rem solid #e5e5e5;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.info span{
    display: inline-block;
    color: #5a5a5a;
    font-size: 0.2rem;
    margin: 0 0.2rem;
}


.swiperfather{
    position: relative;
    width: 7rem;
    height: 6.4rem;

    margin: 0.46r auto 0.28rem;
}

.gallery-top .swiper-slide{
    width: 7rem;
    height: 5rem;

}
.gallery-top .swiper-slide img{
    width: 7rem;
    height: 5rem;
}
.swiperfather .swiper-container{
    position: static!important;
}
.gallery-thumbs{
    width: 6.2rem;
    margin-top: 0.3rem;

}
.gallery-thumbs img{
    width: 0.9rem;
    height: 0.6rem;
}

.gallery-thumbs .swiper-slide{
    width: 0.9rem!important;
    height: 0.6rem;
    padding: 0.2rem 0;
    border: 0.02rem solid #fff;
}
.gallery-thumbs .swiper-slide-thumb-active {
    border: 0.02rem solid #00824a;
   
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 5.75rem;
    width: 0.34rem;
    height: 1.01rem;
    
    z-index: 10;
    cursor: pointer;
    background-size: 0.34rem 1.01rem;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev{
    background-image: url('../images/lt.png')!important;
    left: 0!important;
}
.swiper-button-next{
    background-image: url('../images/rt.png')!important;
    right: 0!important;
}
.contp{
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.contp p{
    color: #5a5a5a;
    font-size: 0.26rem;
    line-height: 0.45rem;
    text-indent: 2em;
}
.next{
    padding-bottom: 0.5rem;
}
.next p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0.2rem;
    font-size: 0.2rem;
}
.next a{
    color: #595959;
}