@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{}

/*---------------banner-----------------*/
.banner1 { height:466px;width: 100%; position: relative; overflow:hidden;z-index:1}
.banner-box{width:100%;height:466px;position:absolute;float: left; top:0;z-index:1;}
.sub_banner{height:466px;}
.banner1 img{display:block;margin:0 auto;}
.btns{width:1160px;position: absolute;height:100px;left:50%;top:145px;margin-left:-580px; display:none;}
.btns .prev,
.btns .next {width:54px; height: 100px;float:left;}
.btns .next {background:url(../images/rightbtn.png) 0 0 no-repeat;float:right;}
.banner1 .num {position: absolute;bottom: 10px;z-index: 2;width: 100%;text-align: center;}
.banner1 .num li { width: 13px; height: 13px;background:#074085;border:2px solid #fff; border-radius:50%; margin-right: 15px;cursor:pointer; display:inline-block; *display:inline;zoom:1;overflow: hidden;font-size:0;}
.banner1 .num li.on {background:#da251c; border:2px solid #fff;}


