section {	width: 1167px;	margin: 0 auto;	position: relative}
.section_banner1_box {	height: 474px;	width: 100%}

#focusindex {	height: 474px;	overflow: hidden;	position: relative;}
#focusindex li {height: 474px;overflow: hidden;	position: absolute;	width: 100%;}
#focusindex li a{display: block;height: 474px;position: absolute;width: 100%; z-index:2}
#focusindex .btn {position: absolute;width: 100%;height: 30px;bottom: 0;text-align: center;	z-index: 9}
#focusindex .btn span {	display: inline-block;_display: inline;_zoom:1;width:14px;height:14px;_font-size: 0;margin:5px 10px;cursor:pointer;background: #dfdfdf;z-index: 9;	border-radius: 50%}
#focusindex .btn span.on {background: #9d0a3a;z-index: 9}
#focusindex .preNext {width:44px;height: 44px;position: absolute;top: 180px;background:url(http://www.cqqgsp.cn/statics/images/img/sprite.png) no-repeat left bottom;cursor: pointer;z-index: 9;opacity: 0;transition: all 0.3s linear 0s;}
#focusindex .pre {left: 0%;z-index: 9}
#focusindex .next {	right: 0%;background-position: right bottom;z-index: 9}
#focusindex:hover .preNext {opacity: 0.5;}
#focusindex:hover .pre {left: 10%;}
#focusindex:hover .next {right: 10%;}
#focusindex .pre:hover, #focusindex .next:hover {opacity: 1;}
.bannerdhbox {	width: 980px;	margin: 0 auto;	height: 420px;	position: relative;}



.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:40px; clear:both
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#af0f07;
	border:1px solid #af0f07;
}
.pagination a.page-num-current {
	color:#fff;
	background:#af0f07;
	border:1px solid #af0f07;
}
