@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */


.new_banner{width:100%;height:600px;position:relative; background:url(../../img/banner/loading.gif) no-repeat center center #fff;}
.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{ width:36px; height:36px; background-image:url(../../img/banner/banner_new_1.png); display:block; position:absolute;  text-indent:-10em; overflow:hidden;}

.prev{ background-position:0 0;left:40px; top:50%;}
.prev:hover{ background-position:0 36px;}
.next{ background-position:36px 0;right:40px; top:50%;}
.next:hover{ background-position:36px 36px;}
.rslides_tabs{ position:absolute; left:50%; top:95%;clear:both;text-align:center; z-index:99999;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:5px}
.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:#cccccc;}

/* 代码整理：懒人之家 www.lanrenzhijia.com */

/* 网站置灰
html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}
网站置灰 */