.m_sub>a {
	display: inline-block;
	background: #02296c;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin: 10px 0;
	padding: 0 10px;
}
.m_sub>a:hover, .m_sub>a.on {
	background: #f00406;
}
.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: #02296c;
	border: 1px solid #02296c;
}
.sparHd>ul>li:hover {
	background: #02296c;
	color: #fff;
}
.sparBd {
    width: 100%;
}
.sparBd ul {
	width: 100%;
}
.sparBd ul>li {
	width: 280px;
	text-align: center;
	box-shadow: 1px 1px 5px 1px #7f7f7f;
	margin-right: 20px;
	margin-top: 25px;
	float: left;
}
.sparBd ul>li:nth-of-type(3), .sparBd ul>li:nth-of-type(6), .sparBd ul>li:nth-of-type(9) {
	margin-right: 0;
}
.slideBox .pic {
	display: block;
	width: 100%;
	height: 220px;
	line-height: 220px;
	overflow: hidden;
}
.slideBox .pic>img {
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: 0.4s;
}
.slideBox .pic img:hover {
	transform: scale(1.04);
}
.sparBd .p_title {
	display: block;
	width: 100%;
	height: 40px;
	background: #e1e1e1;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
}
.sparBd .p_title:hover {
	background: #062b83;
	color: #fff;
}

.cl {
    clear: both;
}
.pagebar {
	width: 80%;
	height: 36px;
	margin:30px auto 0;
	text-align: center;
	overflow: hidden;
}
.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: #02296c;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}