@charset "utf-8";
/* 焦点图 */
.focus{
	width:100%;
	height:100%;
	position:relative; zoom:1;
	overflow:hidden;
	z-index:999;
}
.rslides{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	list-style:none;
	padding:0px;
	margin: 0px;
	z-index: -9999; margin:0 auto;
}
.rslides img{width:100%;height:100%; overflow:hidden;}
.rslides li{ width:100%; height:100%; float:left; overflow:hidden;}
.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;
	margin-top:-28px
}
.rslides_nav:active{opacity:1.0}
.rslides_nav.next{left:auto;background-position:-31px -560px;right:0}
.rslides_tabs{text-align:center; width:100px; position:absolute; bottom:35px; z-index:99; left:48%;top:90%;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:5px}
.rslides_tabs a{
	margin-top: 0px;
	text-indent:9999px;
	overflow:hidden;
    background:#DDD;
	display:inline-block;
	_display:block;
    *display:block;	
	width:11px;
	height:11px;
	z-index: 99;
}
.rslides_tabs .rslides_here a{
    background:rgba(0,0,0, .6);
	background-color: #666;	
}
