.honor_bg{
	background: #f7f7f7;
	
}

.honor_con_title{
	margin-top:14px;
	height: 100px;
	display: flex;
	align-items: center;
	font-size: 50px;
	text-transform: uppercase;
	color: #079144;
    font-family: "bebas";
}

.honor_con_desc{
	line-height: 30px;
	color: #999;
	font-size: 20px;
	text-transform: uppercase;
}













.more_btn{
	width: 140px;
	height:48px;
	border-radius: 24px;
	display: flex;
	background: #079144;
	color: #fff;
	font-size:20px;
	align-items: center;
	justify-content: center;
	margin:0 auto;

}
.sal_bcm{
	position: relative;
}


.swiper-albcm{
	
	position: relative;
}

.pic_wrap{
    margin-top:3%;
    margin-bottom:3%;
}

.swiper-alb .swiper-slide{
	width:56.25%;
	opacity: 0;
}
.swiper-alb .swiper-slide .imgs{
	padding-bottom: 83.33333%;
	box-sizing: border-box;
	box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}
.swiper-alb .swiper-slide .imgs::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	background: rgba(255,255,255,0.5);
}
/* .swiper-alb .swiper-slide .p{
	display: none;
} */
.swiper-alb .swiper-slide.swiper-slide-active .imgs::after{
	display: none;
}
.swiper-alb .swiper-slide.swiper-slide-active .p{
	/* display: block;
	padding-top: 3%; */
}
.swiper-albcm .alb-prev,.swiper-albcm .alb-next{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -25px;
	
	border-radius: 100%;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .6);
}
.swiper-albcm .alb-prev{
	left: 0;
	background-image: url(../images/arrow_r.png) ;
}
.swiper-albcm .alb-next{
	right: 0;
	background-image: url(../images/arrow_l.png);
}



@media screen and (max-width: 1600px) {
    .honor_con_title{
        margin-top:12px;
        height: 80px;
        
        font-size: 40px;
       
    }
    
    .honor_con_desc{
        line-height: 26px;
       
        font-size: 18px;
        
    }
    .swiper-albcm .alb-prev,.swiper-albcm .alb-next{
        
        width: 50px;
        height: 50px;
        
        margin-top: -20px;
        
        
    }
}
@media screen and (max-width: 1200px) {
    .honor_con_title{
        margin-top:10px;
        height: 60px;
        
        font-size: 30px;
       
    }
    
    .honor_con_desc{
        line-height: 24px;
       
        font-size: 16px;
        
    }
    .swiper-albcm .alb-prev,.swiper-albcm .alb-next{
        
        width: 40px;
        height: 40px;
        
        margin-top: -20px;
        
        
    }
}
@media screen and (max-width: 1000px) {
    .honor_con_title{
        margin-top:8px;
        height: 50px;
        
        font-size: 24px;
       
    }
    
    .honor_con_desc{
        line-height: 20px;
       
        font-size: 12px;
        
    }
    .swiper-albcm .alb-prev,.swiper-albcm .alb-next{
        
        width: 30px;
        height: 30px;
        
        margin-top: -15px;
        
        
    }
}
