.sparHd {
	height: 50px;
    margin: 0 auto 40px;
}
.sparHd>ul>li {
	float: left;
	line-height: 47px;
	padding: 0 13px;
	margin: 0 10px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #0084df;
	border: 1px solid #0084df;
}
.sparHd>ul>li:hover {
	background: #0084df;
	color: #fff;
}
.sparBd {
    width: 100%;
	margin-bottom: 20px;
}
.sparBd ul {
	width: 100%;
}
.sparBd ul>li {
	width: 272px;
	height: 215px;
	border: 2px solid #bfbfbf;
	margin-right: 15px;
	margin-top: 25px;
	float: left;
	overflow: hidden;
}
.sparBd ul>li:nth-of-type(3), .sparBd ul>li:nth-of-type(6), .sparBd ul>li:nth-of-type(9) {
	margin-right: 0;
}
.sparBd .p_title {
	text-align: center;
}
.sparBd .p_title>a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #111;
	line-height: 32px;
}
.sparBd .p_title>a:hover {
	color: #0084df;
}
.slideBox .pic {
	text-align: center;
}
.slideBox .pic img {
	max-width: 270px;
	height: 180px;
}
.slideBox .pic img:hover {
	transform: scale(1.03);
}

.cl {
    clear: both;
}
.pagebar {
	margin:30px auto 0;
	font-size: 14px;
 	width: 810px;
	float: left;
}
.pagebar a, .pagebar span {
	position: relative;
	font-size: 14px;
	border-right: #ddd 1px solid;
	padding-right: 5px;
	border-top: #ddd 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #ddd 1px solid;
	color: #333333;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	min-width: 30px;
	min-height: 30px;
	display: inline-block;
    line-height: 30px;	
    text-align: center;
}
.pagebar .on {
	background: #1964b5;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}