@charset "utf-8";
* {
	padding: 0;
	margin: 0
}

body {
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	color: #333
}

img {
	border: 0
}


/* 焦点图 */

.focus {
	width: 100%;
	position: relative;
	float: center;
}

.f426x240 {
	width: 100%;
	overflow: hidden;
}

.f426x240 img {
	width: 100%;
}

.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 0px;
	margin-top: -28px;
}

.rslides_nav:active {
	opacity: 1.0
}

.rslides_nav.next {
	left: auto;
	background-position: -31px 0px;
	right: 0
}

.rslides_tabs {
	position: absolute;
	left: 48%;
	margin: -30px auto 0px auto;
	clear: both;
	text-align: center;
}

.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 5px
}

.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;*/
	background: url(../images/dot1.png) no-repeat;
	display: inline-block;
	_display: block;
	*display: block;
	width: 13px;
	height: 13px
}

.rslides_tabs .rslides_here a {
	background: rgba(0, 0, 0, .6);
	/*background:#92050a*/
	background: url(../images/dot2.png) no-repeat;
}