.navTo a{
    width: auto;
    padding: 0 20px;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 66px;
}
.cont_top {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.cont_top span{
    display: inline-block;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
   color: #666666;
   background: url('../images/zoom.png') no-repeat left center;
}
.cont_top a{
   float: right;
   font-size: 13px;
   color: #666666;
}
.cont_top a:hover{
    color: #00824a;
}
.content h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 17px;
}
.content .info{
    width: 1198px;
    height: 38px;
    border: 1px solid #eee;
    background: #f6f6f6;
    line-height: 38px;
    color: #5a5a5a;
    font-size: 12px;
    text-align: center;
}
.content .info span{
    margin: 0 20px;
}
.swiperfather{
    position: relative;
    width: 472px;
    height: 428px;

    margin: 60px auto 38px;
}

.gallery-top .swiper-slide{
    width: 472px;
    height: 338px;

}
.gallery-top .swiper-slide img{
    width: 470px;
    height: 336px;
}
.swiperfather .swiper-container{
    position: static!important;
}
.gallery-thumbs{
    width: 415px;
    margin-top: 20px;

}
.gallery-thumbs img{
    width: 58px;
    height: 41px;
    border: 1px solid #cfcfcf;
}

.gallery-thumbs .swiper-slide{
    width: 60px!important;
    height: 50px;
    padding-top: 8px;
    border: 2px solid #fff;
}
.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #00824a;
   
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 380px;
    width: 23px;
    height: 68px;
    
    z-index: 10;
    cursor: pointer;
    background-size: 23px 68px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev{
    background-image: url('../images/lt3.png')!important;
    left: 0!important;
}
.swiper-button-next{
    background-image: url('../images/rt3.png')!important;
    right: 0!important;
}

.cont p{
    font-size: 14px;
    color: #5a5a5a;
    text-indent: 2em;
    line-height: 25px;
}
.next_page {
    margin-top: 35px;
}
.next_page .prev_a{
    display: block;
    background: url('../images/prev.png') no-repeat left  center;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #595959;
}
.next_page .next_a{
    margin-bottom: 10px;
    display: block;
    background: url('../images/next.png') no-repeat left  center;
    padding-left: 20px;
    font-size: 14px;
    color: #595959;

}
.next_page .prev_a:hover{
    background: url('../images/preved.png') no-repeat left  center;
    color: #00824a;
}
.next_page .next_a:hover{
    background: url('../images/nexted.png') no-repeat left  center;
    color: #00824a;
}