@charset "gb2312";
/* 代码整理：懒人之家 www.lanrenzhijia.com */
* {
	padding:0;
	margin:0
}
body {
	font-family:verdana, arial, tahoma;
	font-size:12px;
	color:#333
}
img {
	border:0
}
.new_banner {
	width:100%;
	height:auto;
	position: relative;
}
.rslides {
	width:100%;
}
.rslides_nav {
	width:36px;
	height:36px;
	background-image:url(../images/banner_new.png);
	display:block;
	position:absolute;
	overflow:hidden;
}
.prev {
	background-position:0 0;
	left:-40px;
	top:180px;
}
.prev:hover {
	background-position:0 -36px;
}
.next {
	background-position:-36px 0;
	right:-40px;
	top:180px;
}
.next:hover {
	background-position:-36px -36px;
}
.rslides_tabs {
	position:absolute;
	left:50%;
	bottom:20px;
	clear:both;
	text-align:center;
	z-index:99999;
}
.rslides_tabs li {
	display:inline;
	float:none;
	_float:left;
*float:left;
	margin-right:10px
}
.rslides_tabs a {
	width:12px;
	height:12px;
	background:#E7E7E7;
	text-indent:-5em;
	overflow:hidden;
	display:block;
	float:left;
	margin-left:6px;
	border-radius:6px;
}
.rslides_tabs .rslides_here a {
	background:#B60003;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
.rslides1{ width:100%;margin:0 auto; height:auto;}
.rslides1 li{ width:100%}
.rslides1 li img{  margin:0 auto; display:block;height:auto; width: 100%;}
.clear{clear:both}