.authentication div{
	width: 60%;
	margin: auto;
}
.honor_list{
	padding: 70px 0;
}
.honor_list>div{
	width: 70%;
	margin: auto;
	display: flex;
}
.honor_text{
	width: 40%;
	min-width: 400px;
}
.honor_swiper{
	flex: 1;
}
.honor_text .p1{
	font-size: 30px;
	font-weight: 700;
}
.honor_text .p2{
	width: 80%;
	margin-top: 30px;
}
.honor_swiper_main{
	width: 600px;
	overflow: hidden;
}
.honor_swiper{
	position: relative;
	padding:0 40px;
}
.honor_swiper .next{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 35px;
}
.honor_swiper .prev{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 35px;
}
.honor_swiper .next img,
.honor_swiper .prev img{
	width: 35px;
	height: 35px;
}
.swiper-slide img{
	width: 100%;
	border: 2px solid #eee;
	min-height: 250px;
	max-height: 300px;
	object-fit: contain;
}
.honor_list:hover{
	background-color: #f6f8fa;
}
.mask{
	position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 1000;display: none;
}
.mask_box{
	width: 70%;height:70%;background-color: #fff;border-radius: 5px;margin: auto;margin-top: 10%;
	text-align: center;display: flex;	
	justify-content: center;
	align-items: center;
	position: relative;
}
..mask_box img{
	max-width: 90%;
	max-height: 90%;
	
}
.close_btn{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	font-stretch:expanded;
}

@media(max-width:1300px){
	.honor_text{
		min-width: 0
	}
	.honor_swiper_main{
		width: 400px;
	}
	.honor_swiper_main{
		margin: auto;
	}
	.footer2 .dibu .li1{
		text-align: center;
		margin: auto;
		display: block;
	}
}
@media(max-width:800px){
	.honor_list>div{
		display: block;
		width: 100%;
	}
	.honor_swiper{
		padding: 0;
	}
	.honor_swiper_main{
		width: 100%;
	}
	.honor_swiper .prev,
	.honor_swiper .next{
		display: none;
	}
	.honor_text{
		text-align: center;
		width: 100%;
		min-width: 0;
	}
	.honor_list{
		padding: 10px 0;
	}
	.honor_text .p1{
		font-size: 16px;
	}
	.swiper-slide img{
		min-height: 150px;
		max-height: 200px;
	}
	.honor_text .p2{
		width: 100%;
	}
	.authentication div{
		width: 100%;
	}
	.footer1{
		display: none;
	}
	.mask_box{
		width: 90%;
		margin-top: 15%;
	}
	.mask_box img{
		max-width: 100%;
		max-height: 100%;
	}
}