/*banner*/
.banner2{ width:100%; position:relative; }
.banner2 .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.banner2 .bd ul{ width:100% !important; height:600px;}
.banner2 .bd li{ width:100% !important; height: 100%; overflow:hidden; text-align:center;  }
.banner2 .bd li a{ display:block; height:100%;}
.banner2 .hd{ width:100%; position:absolute; z-index:1; bottom:15px; left:0;}
.banner2 .hd ul{ text-align:center; }
.banner2 .hd ul li{ cursor:pointer; display:inline-block;width:10px;height:10px;background:#fff;margin:0 5px; border-radius: 50%; border: 1px solid #fff; font-size: 0px;}
.banner2 .hd ul .on{background: none;}
.banner2 .prev,
.banner2 .next{position:absolute; z-index:1; top:50%; margin-top:-40px; width:80px; height:80px; cursor:pointer; display:none;}
.banner2 .prev{left: 20px; background: url(../img/icon-left.png) no-repeat;}
.banner2 .next{right:20px; background: url(../img/icon-right.png) no-repeat;}
