/*公用*/
ul{
    list-style: none;
}
.main{
    width: 1400px;
}
.item-padding-1 {
    padding: 10px 10px;
}
.item-margin-auto {
    margin: auto;
}

.item-margin-bottom-1 {
    margin-bottom: 10px;
}
.item_margin_bottom_35{
    margin-bottom: 35px;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}
.floatleft{
    float: left;
}
/*首页*/
.ctn-arrow.fanxiang{
    transform: rotateY(180deg);
}

/*分页*/
.page{
    font-size: 20px;
    margin: 0 auto;
    text-align: center;

}
.page a{
    color: #009047;
    padding: 0 12px;
    margin-right: 10px;
}
.page a:hover{
    text-decoration: #009047 underline;
}
.page .active {
    text-decoration: #009047 underline;
}

/* banner */
.home-banner-lg{
    width: 1920px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
}
#lgslider{
    position: relative;
    margin-top: -14px;
}
#lgslider .sliderItem{
    width: 1920px;
    height: 450px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
#lgslider .prev,
#lgslider .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
#lgslider .next{ left:auto; right:3%; background-position:8px 5px; }
#lgslider .prev:hover,
#lgslider .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#lgslider .prevStop{ display:none;  }
#lgslider .nextStop{ display:none;  }

/* banner移动端 */
#smslider{

}
.home-banner-sm{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home-banner-sm .bd img{
    width: 100%;
    height: auto;
}

/*banner公用*/
.bd{
    padding: 0;
}
.hd{
    display: none;
}

/* title */
.title{
    font-size: 36px;
    font-family: qs-regular;
    text-align: center;
    display: block;
    height: 140px;
    line-height: 140px;
}
.margin{
    margin-top: -20px;
}
@media (max-width:1200px) {
    .title{
        font-size: 24px;
        font-family: qs-medium;
        height: 70px;
        line-height: 70px;
    }
    .margin{
        margin-top: -18px;
    }
}


/*公用END*/

/*顶部导航栏*/
.header .header-outer{
    min-width: 1360px;
}
@media (max-width: 1200px){
    .header .header-outer{
        min-width: 0px;
    }
}

/*产品展示轮播*/
.outer .outer-show .show-wrap .wrap-slide .slide-item{
    width: 100%;
}
@media (max-width: 1200px){
    .outer .outer-show .show-wrap .wrap-slide .slide-item{
        width: 48%;
    }
}
.poster-main .poster-prev-btn {
    width: 73px;
    height: 400px;
    left: -100px;
    background:url(/img/home/icon_qreview.png) no-repeat left center;
}
.poster-main .poster-next-btn {
    width: 73px;
    height: 400px;
    right: -100px;
    background: url(/img/home/icon_next.png) no-repeat right center;
}
.poster-main .poster-btn:hover{ filter: opacity(1) brightness(1); }
/*产品展示轮播END*/

/*底部*/
.footer{
    width: 100%;
}
.footer .footer-info{
    min-width: 1450px;
}
@media (max-width: 1200px){
    .footer .footer-info{
        min-width: 0px;
    }
}
/*底部END*/

/*列表*/
.contain .contain-ctn .ctn-products .products-item .item-img img{
    height: 100%;
    width: auto;
}
.contain .contain-ctn .ctn-products .products-item .item-img{
    height: 385px;
}
.contain .contain-ctn .ctn-qualification .qualification-item{
    height: 400px;
    width: 436px;
}
.contain .contain-ctn .ctn-qualification .qualification-item  .item-img-1_y{
    width: 100%;
    height: auto;
    margin: 50px 0;
}
.contain .contain-ctn .ctn-qualification .qualification-item  .item-img-1_x{
    width: auto;
    height: 100%;
}
@media (max-width: 1200px){
    .contain .contain-ctn .ctn-products .products-item .item-img{
        height: 200px;
    }
    .contain .contain-ctn .ctn-qualification .qualification-item{
        height: 275px;
        width: 193px;
    }
    .contain .contain-ctn .ctn-qualification .qualification-item .magnify{
        height: 275px;
        width: 193px;
    }
    .contain .contain-ctn .ctn-qualification .qualification-item .magnify .item-img-1_y{
        width: 100%;
        height: auto;
        margin: 71px 0;
    }
    .contain .contain-ctn .ctn-qualification .qualification-item .magnify .item-img-1_x{
        width: auto;
        height: 100%;
    }
}

/*单页*/
@media (max-width: 1200px){
    .banner {
        height: auto;
    }
}
/*单页END*/


/*详情页*/
.main .contain-ctn{
    position: relative;
}
.main .contain-ctn .ctn-title::after{
    content: '';
    width: 80px;
    height: 6px;
    background-color: #009047;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.main .contain-ctn .ctn-title{
    font-size: 30px;
    position: relative;
    margin: 35px 0px;
}
.main{
    width: 1400px;
    margin:auto;
    min-height: 400px;
}
@media (max-width: 1200px){
    .main{
        width: 100%;
    }
    .main .contain-ctn{
        width: 95%;
        margin: auto;
    }
    .main .cover{
        width: 100%;
    }
}

/*联系我们*/