.listimg_nav>a {
	float: left;
    padding: 6px 24px;
	margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.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: #00923f;
	border: 1px solid #00923f;
}
.sparHd>ul>li:hover {
	background: #00923f;
	color: #fff;
}
.sparBd {
    width: 100%;
	margin-bottom: 20px;
}
.sparBd ul>li {
	float: left;
	width: 282px;
	margin: 10px 8px 0;
	text-align: center;
}
.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_pic {
	display: block;
	height: 305px;
	line-height: 0;
	text-align: center;
	border: 2px solid #bfbfbf;
	overflow: hidden;
}
.sparBd .p_pic img {
	max-width: 100%;
	height: 100%;
	transition: 0.4s;
}
.sparBd .p_pic img:hover {
	transform: scale(1.04);
}
.sparBd .p_title>a {
	font-size: 14px;
	color: #111;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 32px;
	overflow: hidden;
}

.sparBd ul>div {
	padding: 24px 0;
	border-bottom: 1px dashed #c5c5c5;
}
.sparBd .cp_pic {
	display: inline-block;
	width: 378px;
	height: 198px;
	line-height: 0;
	text-align: center;
	border: 1px solid #bfbfbf;
	overflow: hidden;
}
.sparBd .cp_pic img {
	max-width: 100%;
	height: 100%;
	transition: 0.4s;
}
.sparBd .cp_pic img:hover {
	transform: scale(1.04);
}
.sparBd .cp_txt {
	float: right;
	width: 380px;
}
.sparBd .cp_txt>a:hover {
	color: #f46d00 !important;
}
.sparBd .cp_txt>a:nth-of-type(1) {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #0160b8;
	display: block;
	margin-top: 25px;
}
.sparBd .cp_txt>p {
	font-size: 14px;
	color: #333;
	line-height: 14px;
	margin-top: 20px;
}
.sparBd .cp_txt>p:nth-of-type(2) {
	margin-top: 15px;
}
.sparBd .cp_txt>a:nth-of-type(2) {
	font-size: 14px;
	color: #0160b8;
	line-height: 14px;
	float: right;
	margin-top: 25px;
}
.sparBd .cp_txt>a:nth-of-type(2)>img {
	position: relative;
	top: 2px;
}