@charset "utf-8";
/* 焦点图 */
li{
	list-style: none;
}
.focus{
	margin: 0px auto;
	width:915px;
	padding-top:0px;
	position:relative;
}
.f915x254{
	width:915px;
	overflow:hidden;
}
.f915x254 img{
	width:915px;
}
.rslides{
	width:100%;
	position:relative;
	list-style:none;
	padding:0;
}
.rslides_nav{
	height:51px;
	width:31px;
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.5;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	background:url(../images/i.png) no-repeat 0 -560px;
	margin-top:-28px;
}
.rslides_nav:active{
	opacity:1.0;	
}
.rslides_nav.next{
	left:auto;
	background-position:-31px -560px;
	right:0;
}
.rslides_tabs{
	position:absolute;
	left:45%;
	bottom: 15px;
	z-index: 999;
}
.rslides_tabs li{
	float: left;
	width: 12px;
	height: 12px;
	margin: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	cursor: pointer;
}
.rslides_tabs a{
	text-indent:-9999px;
	overflow:hidden;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	background:rgba(0,0,0, .2);
	background:#DDD;
	display:inline-block;
	_display:block;
	*display:block;
	width:12px;
	height:12px;
}
.rslides_tabs .rslides_here a{
	background:rgba(0,0,0, .6);
	background:#055929;
}