.p_description {
	width: 100%;
	padding: 20px 0 40px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	background: url(../images/pro_line.png) no-repeat bottom;
}
.sparBd {
    width: 100%;
	margin-bottom: 20px;
}
.sparBd ul {
	width: 100%;
}
.sparBd ul>li {
	float: left;
	width: 245px;
	padding: 10px 13px 35px 14px;
	border: 4px solid #ffffff;
	text-align: center;
	margin-top: 25px;
	margin-right: 20px;
}
.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 ul>li:hover {
	border: 4px solid #0c55b8;
}
.slideBox .pic {
	display: block;
	width: 100%;
	height: 220px;
	line-height: 0;
}
.slideBox .pic>img {
	max-width: 100%;
	height: 100%;
}
.sparBd .p_title {
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 37px;
	font-size: 18px;
	color: #131313;
	line-height: 20px;
	overflow: hidden;
}
.sparBd p {
	font-size: 12px;
	color: #8f8f8f;
	line-height: 20px;
	height: 60px;
	margin-top: 22px;
	overflow: hidden;
}
.sparBd .p_more {
	display: block;
	width: 140px;
	height: 30px;
	background: #8d8d8d;
	margin: 0 auto;
	text-align: center;
	border-radius: 18px;
	margin-top: 28px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.sparBd .p_more:hover {
	background-color: #0c55b8;
}

.pagebar {
	float: left;
	width: 810px;
	margin:30px auto 0;
	text-align: center;
}
.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: #0c55b8;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}