/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 特色农产品 */
.product-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.product-box{
    max-width: 1200px;
    margin: 0 auto;
}
.title-tab{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-item{
    display: inline-block;
    width: 594px;
    height: 70px;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    background-color: #54B33E;
}

/* 产品内容 */
.productContent{
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}
/* 小兔 */
.small_box {
    width:134px;
    height:576px;
/*    overflow:hidden;*/
}
.small_list {
    position:relative;
    width:480px;
    height:516px;
    overflow:hidden;
}
.small_list ul {
    height:auto;
}
.small_list ul li {
    width: 134px;
    font-size: 0;
    margin-top: 13px;
    position:relative;
}
.small_list ul li img {
    width: 134px;
    height: 114px;
}
.small_list ul li .bun_bg {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width: 134px;
    height: 114px;
    background:#000;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
    opacity:0.6;
}
.small_list ul li.on .bun_bg {
    display:block;
}
.btn {
    display:block;
    width: 134px;
    height: 30px;
    cursor:pointer;
}
.left_btn {
    background:url(../image/strengthShow/page5/arrow-up.png) no-repeat;
    background-size: 100% 100%;
}
.right_btn {
    background:url(../image/strengthShow/page5/arrow-down.png) no-repeat;
    background-size: 100% 100%;
}
/* 大图 */
.large_box {
    width:577px;
    height:577px;
    overflow:hidden;
}
.large_box img {
    width:577px;
    height:577px;
}
/* 字体内容 */
.productContentText-title{
    width: 344px;
    height: 140px;
    display: flex;
    color: white;
    flex-wrap: wrap;
    padding-left: 37px;
    align-content: center;
    justify-content: flex-start;
    background-color: #54B33E;
}
.productContentText-item{
    display: none;
}
.productContentText-itemOn{
    display: block;
}
.title-cn{
    width: 100%;
    font-size: 24px;
}
.title-en{
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}
.productContentText-text{
    width: 344px;
    height: 427px;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 41px 35px;
    background-color: #EDEDED;
}



@media screen and (max-width:768px){
    .productContent{
        display: block;
    }
    .small_list{
        height: auto;
    }
    .small_list ul li{
        float: left;
    }
    .small_box{
        height: auto;
    }
    .large_box img{
        width: 100%;
        height: auto;
    }
    .large_box{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .left_btn{
        display: none;
    }
    .right_btn{
        display: none;
    }
    .productContentText-title{
        width: 100%;
    }
    .productContentText-text{
        width: 100%;
    }
    .productContentText-text{
        height: auto;
    }
}
