@charset "utf-8";
/*顶部图片轮播开始*/
#cqh-box {
	background-color:#D16D3D;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:1300px;
}
#cqh-box ul {
	margin:0;
	padding:0;
}
#cqh-box li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#cqh-box img {
	border:none;
}
#cqh-num {
	width:100%;
	height:16px;
	float:right;
	position:absolute;
	right:0px;
	bottom:4px;
}
#cqh-num span {
	display:inline-block;
	float:left;
	width:16px;
	height:16px;
	background-color:#FC3C12;
	color:#FFF;
	line-height:16px;
	text-align:center;
	cursor:pointer;
	margin:0 2px;
	font-size:12px;
}
#cqh-num span.this {
	background-color:#330f0f;
	color:#fff;
}
/*顶部图片轮结束*/