
.equipment{
	width: 1200px;
	margin: 0 auto;
	margin-top: -85px;
	z-index: 99;
	position: relative;
	
}
.eqlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.eqitem{
	height: 290px;
	margin-top: 20px;
	text-decoration: none;
	color: #333333;
	/* border: 1px solid #eeeeee; */
}
.eqitem>img{
	width: 285px;
	height: 240px;
}
.eqtit{
	margin-top: -4px;
	width: 285px;
	height: 49px;
	background: #ffffff;
	text-align: center;
	line-height: 49px;
	border: 1px solid #eeeeee;
}
.pageDiv{
	margin-top: 30px;
	font-size: 0;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageDiv a{
	display: inline-block;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	padding: 0 10px;
	margin-left: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #aaaaaa;
}
.pageDiv .active{
	background: #015293;
	color: #fafafa;
}
.pageDiv span{
	display: inline-block;
	
}
.pageDiv .pagePrev,.pageNext{
	/* width: 70px; */
	height: 30px;
	line-height: 30px;
	/* border: 1px solid #aaaaaa; */
	border-radius: 2px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	text-align: center;
	color: #aaaaaa;
	position: relative;
	margin-right: 30px;
}
.pageDiv .pagePrev{
	margin-right: 16px !important;
}
.pageNext{
	margin-right: 0;
	margin-left: 30px;
}
