/* 产品导航 begin */
.pro-nav{
    width:1200px;
    margin:0 auto 70px;
}
.pro-nav::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
/* 产品导航 end */

/* 产品图片导航 begin */
#swiper-proright{
    padding-bottom:60px;
    float: right;
    width:930px;
    overflow: hidden;
}
#swiper-proright a{
    text-decoration: none;
}
#swiper-proright .swiper-slide{
    box-sizing: border-box;
    overflow: hidden;
    font-size:0;
}
#swiper-proright .swiper-slide .imgbox{
    box-sizing: border-box;
    border:1px solid #999;
    width:100%;
    height: 230px;
    overflow: hidden;
}
#swiper-proright .swiper-slide img{
    width:100%;
    height: 100%;
    transition: .3s;
}
#swiper-proright .swiper-slide:hover img{
    transform: scale(1.15);
}
#swiper-proright .swiper-slide h3{
    margin:0;
    height: 50px;
    line-height: 50px;
    font-size:22px;
    background-color: #5f7f28;
    text-align: center;
    color:#fff;
    font-weight: normal;
}
#swiper-proright .swiper-button-prev,#swiper-proright .swiper-button-next{
    top:auto;
    bottom:0;
    width:50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size:42px;
    border-radius: 50%;
    border:1px solid;
    background: #5f7f28;
    color:#fff;
}
#swiper-proright .swiper-button-next{
    right:44%;
}
#swiper-proright .swiper-button-prev{
    left:44%;
}
#swiper-proright .swiper-pagination-fraction{
    width:auto;
    left:58%;
    color:#999;
}
/* 产品图片导航 end */