.pagebanenr{
	width:100%;
	height: 500px;
	background: url(../../images/honor-banner.jpg) no-repeat center;
	position: relative;
	margin-top: 90px;
}
.pagenext{
	width: 500px;
	margin: 0 336px;
}
.pagenext ul li{
	float: left;
	margin-right: 10px;
}
.pagenext ul li a{
	display: block;
	font-size: 13px;
}
.pagenext ul li a.num{
	padding: 3px 6px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
}
.pagenext ul li a.prev,.pagenext ul li a.next{
	padding: 2px 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
	line-height: 22px;
}
.pagenext ul li a.active{
	background-color: #188ce9;
	color: #fff;
}

.honorcontent{
	margin-top: 38px;
}
.honorcontent{
	width: 930px;
}
.honorcontent p{
	line-height: 26px;
}
.honorcontent ul li {
	width: 265px;
	height: 203px;
	transition: all .3s;
}
.honorcontent ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;

	
}
.honor-item-img img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.honorcontent ul li a:hover .honor-hover-box{
	opacity: 1;
}
.honor-hover-box{
	border-radius:5px;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 140, 233, 0.82);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: all .3s;
}
.honor-hover-box img{
	margin-top: 60px;
}
.honor-hover-box p{
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
}
.honorcontent ul li{
	float: left;
	margin-right: 62px;
	margin-bottom: 30px;
}
.pagenext{
	margin-top: 30px;
}