:root{--swiper-theme-color: #fff;}
:root{--swiper-navigation-size: 24px;}
/* 轮播图自适应优化 */
@media(max-width:456px){
    .lunbo img{
        height: 94px;
        width: 100%;
        object-fit: cover;
    }
}
/* content */
#content {
    background: #F0F0F0;
    padding-bottom: 116px;
}
#content .bj img{
    object-fit: cover;
    height: 400px;
    width: 100%;
}
#content .content .content_top h1{
    font-size:35px;
    font-weight:800;
    color:#488772;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}
#content .content .content_top h1:after{
    display: block;
    content: '';
    width:60px;
    height:3px;   
    background: #253c4e;
    margin-top: 10px;
}
/* content_bottom */
#content .content .content_bottom .navbar-collapse{   
    display: block;
    /* position: relative;
    z-index: 99; */
}
#content .content .content_bottom .navbar-collapse .navbar-nav{
    width: 100%;
    margin: 0;
}
#content .content .content_bottom .navbar-collapse{
    width: 100%;
}
#content .content .content_top h1 span{
    visibility: hidden;
    float: right;
}
@media(min-width:1200px){
    .adv-img{
        padding: 0px 50px ;
        line-height: 404px;
    }
}
@media(max-width:1200px){
    .adv-img{
        padding: 0px 50px ;
        line-height: 404px;
    }
}
@media(max-width:992px){
    #content .content .content_top h1{
        font-size: 22px;
    }
    #content .content .content_top h1 span{       
        font-size: 40px;
        font-weight: bolder;
        margin-top: -10px;
        visibility: visible;
    }
    .adv-img{
        padding: 0px 50px ;
        line-height: 404px;
    }
}
@media(max-width:767px){
    #content {        
        padding-bottom: 50px;
    }
    .adv-img{
        padding: 15px 15px ;
        line-height: normal;
    }
}
.navbar-default{
    background: #fff;
    border: 0;
}

#content .content .colorbj{
    position: relative;
    z-index: 99;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
#content .content .colorbj:after{
    content: "";
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 50px;
    top: 0;
    right:  -50px;
    height: 100%;
}
#content .content .colorbj:before{
    content: "";
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 50px;
    top: 0;
    left:  -50px;
    height: 100%;
}
@media(max-width:1200px){
    #content .content .colorbj:after{
        width: 40px;
        right:  -40px;
    }
    #content .content .colorbj:before{
        width: 40px;
        left:  -40px;
    }
}

@media(max-width:992px){
    #content .content .colorbj:after{
        width: 30px;
        right:  -30px;
    }
    #content .content .colorbj:before{
        width: 30px;
        left:  -30px;
    }
}
@media(max-width:768px){
    #content .content .colorbj:after{
        width: 15px;
        right:  -15px;
    }
    #content .content .colorbj:before{
        width: 15px;
        left:  -15px;
    }
}

@media(max-width:768px){
    #content .content .content_bottom .content_list{
        padding-top: 0;
    }
}
@media (max-width: 992px){
    #content .content .navbar-collapse {
        width: 100%;
    } 
    #content .content .content_bottom .content_list .navbar-collapse{
        margin-left: 0px;
    } 
    #content .content .navbar{
        min-height: 0px;
        height: 0;
        margin-bottom: 0;
    }
}

#content .content .content_bottom .content_list ul{
    background: #F0F0F0;
    
} 
#content .content .content_bottom .content_list ul a li{
    display: inline-block;
    font-size:16px;
    font-weight:400;
    color:#2B2B2B;
    line-height: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    
    border-top: 1px solid #fff;
    position: relative;
} 
#content .content .content_bottom .content_list ul a li i{
    margin-right: 5px;
    color: #C0C0C0;
    margin-left: 10px;
    margin-right: 5px;
}
#content .content .content_bottom .content_list ul a li span{
    margin-right: 10px;
}
#content .content .content_bottom .content_list ul a:hover li{
    background:#488772;
}
#content .content .content_bottom .content_list ul a:hover span{
    color: #fff;
}
#content .content .content_bottom .content_list ul .active i{
    color: #fff;
}
#content .content .content_bottom .content_list ul a:hover i{
    color: #fff;
}
#content .content .content_bottom .content_list ul .active{
    background:#488772;
    color: #fff;
}
#content .content .navbar-default .navbar-toggle{
    margin-top: -53px;
}

@media(max-width:992px){
    #content .content .navbar-collapse{
        display: none !important;

    }    
}
#content .content .show {
    display: block !important;
}

/* 按钮样式 */

/* right */
#content .content .content_bottom .right h1{
    font-size:24px;
    font-weight:800;
    color:#488772;
    line-height:32px;
    position: relative;
}
#content .content .content_bottom .right h1:after{
    display: block;
    content: '';
    width:60px;
    height:3px;
    margin-top: 15px;
    background: #488772;
}
#content .content .content_bottom  .right h2{
    font-size:18px;
    font-weight:800;    
    line-height:34px;
    position: relative;
}
@media(min-width:1200px){
    #content .content .content_bottom  .right h2{
        line-height:40px;
    }
}
#content .content .content_bottom  .right .h2{
    margin: 30px 0px;
}
#content .content .content_bottom  .right .h2 strong{
    font-size: 18px;
    color:#488772;  
}
#content .content .content_bottom .right .overview{
    height: 270px;
    margin-top: 15px;
}
@media(min-width:1200px){
    #content .content .content_bottom .right .overview{
        height: 150px;
    }
}
@media(max-width:1200px){
    #content .content .content_bottom .right .overview{
        height: 137px;
    }
}
@media(max-width:992px){
    #content .content .content_bottom .right .overview{
        height: 152px;
    }
}
@media(max-width:768px){
    #content .content .content_bottom .right .overview{
        height: 160px;
    }
}
#content .content .content_bottom .right .scrollbox{
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        padding-right: 10px;
    
}
#content .content .content_bottom .ro1{
    border: 1px solid #E6E6E6;
}
#content .content .content_bottom .right i{
    display: block;
    text-align: center;
    font-size: 28px;
    margin-top: 11px;
}
#content .content .content_bottom .right h4{
    font-size:14px;
    font-weight:400;
    color:rgba(43,43,43,1);
    line-height:22px;
    text-align: center;
}
#content .content .content_bottom .right h3{
        font-size: 18px;
        color: #488772;
        font-weight: bolder;
        text-align: center;
        margin-top: 3px;
}
#content .content .content_bottom .right img{
    float: right;
}
#content .content .content_bottom .right button{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #488772;
    border: 0;
    width: 120px;
    height: 34px;
    margin: 0 auto;
    font-weight: bolder;
    margin-top: 7px;
}
#content .content .content_bottom .ro1{
    margin-top: 10px;
    display: flex;
    max-height: 150px;
    overflow: hidden;
}
@media(max-width:340px){
    #content .content .content_bottom .ro1{
        max-height: 170px;
    }
    #content .content .content_bottom .right button{
        width: 110px;
    }
}
#content .content .content_bottom .ro_left{
    width: 100%;

}
#content .content .content_bottom .ro_right{
    width: 47%;
}

#content .content .content_bottom .center img{
    width: 100%;
}


#content .swiper-slide{
    border: 1px solid #e6e6e6;
}


/* feature */

#content .content .content_bottom .content_nav .bottom h2{
    font-size: 19px;
    font-weight: 800;
    color: #488772;
    line-height: 32px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}



#content .content .content_bottom .content_nav .bottom h3{
    margin-top: 20px;
    font-size:16px;
    font-weight:bold;
    color:rgba(43,43,43,1);
    line-height:28px;
}
#content .content .content_bottom .content_nav .bottom p {
    font-size:14px;
    font-weight: lighter;
    color:rgba(43,43,43,1);
    line-height:28px;
}
#content .content .content_bottom .content_nav .bottom .img{
    border: 1px solid #e6e6e6;
    padding: 24px 0px;
    margin-top: 10px;
}
#content .content .content_bottom .content_nav .bottom .img img{
    width: 100%;
}
/*产品列表*/
.productlist .lits{
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #eaeaea;
}
.productlist .lits .img{
    line-height: 270px;
    padding: 20px 30px;
    background: #fff;
    overflow: hidden;    
}
.productlist .lits .img img{
    max-width: 100%;
    transition-duration: 0.5s;
}
.productlist .lits:hover .img img{
    transform: scale(1.1);
}
.productlist .lits .product-name{
    background: url(../image/listbj2.jpg) no-repeat;
    background-size: cover;
    padding-top: 26px;
    padding-bottom: 43px;
    box-shadow: 0px 0px 15px 0px rgba(233,233,233,1);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*分页*/
.page span:hover{
    color: #488772;
}
.page p:hover{
    color: #488772;
}
.page{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.page span{
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    line-height: 1.7em;
    cursor: pointer;
}
.page p{
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    line-height: 1.7em;
    cursor: pointer;
}
.page p:hover{
    color: #488772;
}
.page i{
    color: #c2c2c2;
}
.page span:hover i{
    color: #488772;
}
.page p:hover i{
    color: #488772;
}