.m_sub>a {
	display: inline-block;
	width: 120px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 10px 0 10px 10px;
}
.m_sub>a.on {
	color: #fff;
	background: #f54f50;
}
.m_sub>a:hover {
	text-decoration: underline;
}
.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: #666;
	border: 1px solid #666;
}
.sparHd>ul>li:hover {
	background: #666;
	color: #fff;
}
.sparBd {
    width: 100%;
}
.sparBd ul {
	width: 100%;
}
.sparBd ul>li {
	width: 285px;
	margin: 0 20px 20px 0;
	float: left;
}
.sparBd ul>li:nth-of-type(4), .sparBd ul>li:nth-of-type(8), .sparBd ul>li:nth-of-type(12) {
	margin-right: 0;
}
.slideBox .pic {
	display: block;
	width: 100%;
	height: 310px;
	text-align: center;
	overflow: hidden;
}
.slideBox .pic2 {
	height: 236px;
}
.slideBox .pic img {
	min-width: 100%;
	height: 100%;
	transition: 0.4s;
}
.slideBox .pic:hover img {
	transform: scale(1.05);
}
.slideBox .p_title {
	display: block;
	height: 44px;
	background: #e7141a;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	overflow: hidden;
}
.slideBox .p_title:hover {
	background: #c81015;
}

.pagebar {
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
	font-size: 14px;
}
.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: #666;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}