.m_sub>a {
	display: inline-block;
	background: #d0231c;
	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: #d0231c;
	border: 1px solid #d0231c;
}
.sparHd>ul>li:hover {
	background: #d0231c;
	color: #fff;
}
.sparBd {
    width: 100%;
}
.sparBd ul {
	width: 100%;
}
.sparBd ul>li {
	width: 280px;
	text-align: center;
	margin-right: 20px;
	margin-top: 25px;
	float: left;
}
.sparBd ul>li:nth-of-type(3n) {
	margin-right: 0;
}
.slideBox .pic {
	display: block;
	width: 100%;
	height: 197px;
	line-height: 0;
	overflow: hidden;
}
.slideBox .pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.5s;
}
.slideBox .pic img:hover {
	transform: scale(1.06);
}
.sparBd .p_title {
	display: block;
	width: 100%;
	height: 40px;
	background: #e1e1e1;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
}