@charset "utf-8";

.box_jq22 {
	position:relative;
	width:1300px;
	height:527px;
	margin:0 auto;
	cursor:pointer;
}
.box_jq22 div, ul, li {
	margin:0;
	padding:0;
}
.box_jq22 .list {
	position:relative;
	width:1300px;
	height:527px;
	overflow:hidden;
}
.box_jq22 .list ul {
	position:absolute;
	top:0;
	left:0;
}
.box_jq22 .list li {
	margin:0;
	padding:0;
	width:1300px;
	height:527px;
	overflow:hidden;
}
.box_jq22 .count {
	position:absolute;
	right:10px;
	bottom:15px;
}
.box_jq22 .count li {
	color:#fff;
	float:left;
	width:20px;
	height:20px;
	cursor:pointer;
	margin-right:5px;
	overflow:hidden;
	background:#F90;
	opacity:0.7;
	filter:alpha(opacity=70);
	border-radius:20px;
	text-align: center;
	line-height:22px;
}
.box_jq22 .count li.current {
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
	font-weight:700;
	background:#f60;
}