@charset "utf-8";
*{padding:0;margin:0}
body{font-family:verdana,arial,tahoma;font-size:12px;color:#333}
img{border:0}

.new_banner{width: 1180px; height:320px;position:relative; margin:0 auto; padding-top:9px; background:url(../images/loading.gif) no-repeat center center ;}
.rslides{width:100%;position:relative;list-style:none;padding:0; height:320px;}
.rslides_nav{ width:36px; height:36px;  display:block; position:absolute;  text-indent:-10em; overflow:hidden;}

.prev{
background: url(../images/prev.png) center center no-repeat;
display: block;
width: 50px;
height: 50px;
overflow: hidden;
cursor: pointer;
top: 45%;
left: 40px;
position: absolute;
}
.next{
background: url(../images/next.png) center center no-repeat;
right: 40px;
top: 45%;
display: block;
width: 50px;
height: 50px;
overflow: hidden;
cursor: pointer;
position: absolute;
}
.rslides_tabs{ position: absolute;
bottom: 10px;
z-index: 2;
width: 100%;
text-align: center;}
.rslides_tabs li{display: inline-block;
width: 14px;
height: 14px;
margin: 0 5px;
zoom: 1;}
.rslides_tabs a{ width:12px; height:12px; background:#fff;text-indent:-5em; overflow:hidden; display:block; float:left; margin-left:6px;border-radius:6px;}
.rslides_tabs .rslides_here a{ background:#D968C0;}