

/* header */
.header .header-nav .nav-ul>li>a.active{
    color: #009944;
}

/* 首页 */
.Technical{
    margin-top:100px;
}
.Technical_swiper .img img{
    width: 90%;
}
.Product .p1{
    font-size:36px;
    font-weight:bold;
}
.Product .h3{
    font-size:24px;
    line-height:38px;
    margin-bottom:30px;
}
/* 小于等于991px时使用 */
@media (max-width:991px){
    .Technical_swiper .swiper-slide{
        flex-wrap: wrap;
    }
    .Technical_swiper .img,
    .Technical_swiper .text{
        width: 100%;
    }
    .fadeInLeft p{
        line-height: 1.6;
        font-size:12px;
    }
    .A_box .morebox{
        margin:30px 0;
    }
    .A_lists{
        flex-wrap: wrap;
    }
    .A_lists .A_list{
        width: 45%;
    }
    .Product .p1{
        font-size:30px;
    }
    .Product .h3{
        font-size:20px;
        line-height:30px;
        margin-bottom:30px;
    }
}


/* footer */
/* 小于等于991px时使用 */
@media (max-width:991px){
    .footer{
        background-size: cover;
    }
    .footermain,
    .footerNav,
    .Address{
        flex-wrap: wrap;
    }
    .footerNav,
    .Address{
        width: 100%;
        padding:0 20px 10px;
    }
    .footerNav dl{
        width: 50%;
    }
    .footerNav dl dt{
        margin:10px 0;
    }
    .footerNav dl dd a{
        line-height: 24px;
    }
}


/* 分类ban */
.n_banner{
    height: 300px;
}
.n_banner .inside_main{
    text-align: center;
}
.n_banner .inside_main h5{
    font-size: 54px;
    color: #fff;
    font-weight: bold;
}
.n_banner .inside_main h6{
    font-size:30px;
    color: #fff;
}
.crumbs{
    text-align: center;
    margin:0;
    border-bottom: 1px dashed #dddddd;
    padding:5px 0;
}
/* 小于等于991px时使用 */
@media (max-width:991px){
    .n_banner{
        height:200px;
    }
    .n_banner .inside_main h5{
        font-size: 40px;
        color: #fff;
        font-weight: bold;
    }
    .n_banner .inside_main h6{
        font-size:20px;
        color: #fff;
    }
}




/* 产品主页main */
.container-1{
    display: flex;
    flex-wrap: wrap;
    background:url(../images/probg.jpg) center/cover;
}
.nav-list{
    width: 25%;
    /*background-color: rgba(0,0,0,0.5);*/
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.nav-list:nth-child(1){
    background-color: rgba(0,0,0,0.3);
}
.nav-list:nth-child(2){
    background-color: rgba(0,0,0,0.6);
}
.nav-list:nth-child(3){
    background-color: rgba(0,0,0,0.3);
}
.nav-list:nth-child(4){
    background-color: rgba(0,0,0,0.6);
}
.nav-list:nth-child(8){
    background-color: rgba(0,0,0,0.3);
}
.nav-list:nth-child(7){
    background-color: rgba(0,0,0,0.6);
}
.nav-list:nth-child(6){
    background-color: rgba(0,0,0,0.3);
}
.nav-list:nth-child(5){
    background-color: rgba(0,0,0,0.6);
}
.nav-list:hover{
    background-color: #009944;
}
.nav-list a{
    color: #fff;
    font-size: 20px;
}
.nav-list img{
    width: 150px;
    margin: 0 auto;
}
/* 小于等于991px时使用 */
@media (max-width:991px){
    .nav-list{
        width: 50%;
        height: 200px;
    }
    .nav-list a{
        font-size:16px;
    }
    .nav-list:nth-child(1){
        background-color: rgba(0,0,0,0.3);
    }
    .nav-list:nth-child(2){
        background-color: rgba(0,0,0,0.6);
    }
    .nav-list:nth-child(3){
        background-color: rgba(0,0,0,0.6);
    }
    .nav-list:nth-child(4){
        background-color: rgba(0,0,0,0.3);
    }
    .nav-list:nth-child(8){
        background-color: rgba(0,0,0,0.3);
    }
    .nav-list:nth-child(7){
        background-color: rgba(0,0,0,0.6);
    }
    .nav-list:nth-child(6){
        background-color: rgba(0,0,0,0.6);
    }
    .nav-list:nth-child(5){
        background-color: rgba(0,0,0,0.3);
    }
}


/* 产品list */
.subgroup_list .subgroup_img{
    height: auto;
}
.subgroup_list p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;

    padding: 0 5px;
}
/* 小于等于991px时使用 */
@media (max-width:991px){
    .subgroup_list p{
        font-size:16px;
    }
}
@media screen and (max-width: 414px) {
    .subgroup_list {
        width: 49%;
        margin-bottom: 10px;
    }
}


/* 新闻栏目 */
.newsmain .col-lg-4 a{
    position:relative;
    display:inline-block;
    padding:0;
    overflow: hidden;
    box-shadow: 0px 0px 8px 6px #f5f5f5;
}
.newsmain h6{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:12px 8px;
    margin:0;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    transition:all 0.3s ease 0s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.newsmain .newslist a:hover h6{
    padding:24px 8px;
}
.new_details .Standard{
    color: #333;
}
.new_details .Standard p{
    text-align: left;
}
.new_details .Standard p img{
    display: block;
    margin:15px auto;
}



/* about */
#members .fac_box{
    overflow: hidden;
}
#members .factory_left{
    width: 50%;
    background-color: #f6f6f6;
    padding: 40px 50px 150px 50px;
}
#members .factory_left .fac_text{
    margin-top: 30px;
    background-color: transparent;
    width: 100%;
    padding:0;
    position:relative;
    top: 0;
    left: 0;
    height: auto;
    min-height: auto;
}
#members .factory_right{
    width: 50%;
    overflow: hidden;
}
#members .factory_right img{
    min-width: 100%;
    min-height: 100%;
    transition:all 0.2s ease 0s;
}
#members .factory_right img:hover{
    transform: scale(1.1,1.1);
}
#members .factory_container1 .factory_left h5{
    text-align:left;
}
.honor .honor_ .swi_button{
    top: 50%;
}
.history3{
    background: url(../images/back_02-1.jpg) center/cover;
    padding:40px 0;
}
.history3 .honor_text{
    background-color: rgba(0,0,0,0.4);
}
.history3 .honor_text h6,
.history3 .honor_t p{
    color: #fff;
}
.history3 .honor_t{
    border-bottom: 1px dashed #f5f5f5;
}
/* 大于等于991px时使用 */
@media (min-width:991px){
    #members .fac_box{
        max-height: 380px;
    }
    .history3 .honor_text{
        width: 32%;
    }
}
/* 小于等于991px时使用 */
@media (max-width:991px){
    #members .factory_left{
        width: 100%;
        height: 400px;
    }
    #members .factory_right{
        width: 100%;
        height: 240px;
    }
}




.factory_container .swiper-button-next, 
.factory_container .swiper-button-prev{
    /*top: 80%;*/
    top: auto;
    bottom: 8%;
}
.factory_container1 .swiper-button-next, 
.factory_container1 .swiper-button-prev{
    /*top: 80%;*/
    top: auto;
    bottom: 8%;
}













