.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 {
	float: left;
	width: 252px;
	border: 2px solid #bfbfbf;
	margin: 25px 15px 0;
}
.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 {
	width: 100%;
	height: 194px;
	text-align: center;
	line-height: 0;
	overflow: hidden;
}
.slideBox .pic img {
	width: 100%;
	min-height: 100%;
	transition: 0.4s;
}
.slideBox .pic img:hover {
	transform: scale(1.04);
}
.sparBd .p_title {
	text-align: center;
}
.sparBd .p_title>a {
	font-size: 14px;
	color: #111;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.sparBd .p_title>a:hover {
	color: #666;
}