@charset "utf-8";

* {
	padding: 0;
	margin: 0
}
body {
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	color: #333
}
img {
	border: 0
}
.new_banner {
	width: 1100px;
	height: 400px;
	position: relative;
	padding: 9px;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.rslides {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin-left:-150px;
	margin-top:-50px;
}
.rslides_nav {
	width: 39px;
	height: 84px;
	background-image: url(../images/banner_new.png);
	display: block;
	position: absolute;
	text-indent: -10em;
	overflow: hidden;
}
.prev {
	background-image: url(../images/left.png);
	left: -40px;
	top: 180px;
}
.prev:hover {
	background-image: url(../images/left.png);
}
.next {
	background-image: url(../images/right.png);
	right: -40px;
	top: 180px;
}
.next:hover {
	background-image: url(../images/right.png);
}
.rslides_tabs {
	position: absolute;
	left: 490px;
	top: 500px;
	clear: both;
	text-align: center;
	z-index: 20;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
*float:left;
	margin-right: 5px
}
.rslides_tabs a {
	width: 15px;
	height: 16px;
	text-indent: -5em;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 12px;
	border-radius: 6px;
	background-image:url(../images/dot.png);
}
.rslides_tabs .rslides_here a {
	background-image:url(../images/doth.png);
}


/*banner2*/

#banner2 .new_banner {
	width: 960px;
	height: 480px;
	position: relative;
	margin: 0 auto;
	padding: 9px;

}
#banner2 .rslides {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin-left:0px;
	margin-top:-70px;
}
#banner2 .rslides_nav {
	width: 39px;
	height: 84px;
	background-image: url(../images/banner_new.png);
	display: block;
	position: absolute;
	text-indent: -10em;
	overflow: hidden;
}
#banner2 .prev {
	background-image: url(../images/left.png);
	left: -40px;
	top: 180px;
}
#banner2 .prev:hover {
	background-image: url(../images/left.png);
}
#banner2 .next {
	background-image: url(../images/right.png);
	right: -40px;
	top: 180px;
}
#banner2 .next:hover {
	background-image: url(../images/right.png);
}
#banner2 .rslides_tabs {
	position: absolute;
	left: 420px;
	top: 420px;
	clear: both;
	text-align: center;
	z-index: 20;
}
#banner2 .rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
*float:left;
	margin-right: 5px
}
#banner2 .rslides_tabs a {
	width: 15px;
	height: 16px;
	text-indent: -5em;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 12px;
	border-radius: 6px;
	background-image:url(../images/dot.png);
}
#banner2 .rslides_tabs .rslides_here a {
	background-image:url(../images/doth.png);
}
