/* CSS Document */

.banner{ width:100%; height:auto; overflow:hidden; position:relative;font-size:0}
.banner img{ width:100%;overflow:hidden; position:relative;font-size:0}
.b-img{ height:auto;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:auto; float:left;}
.b-list{height: 50px;padding-top: 27%;/* padding-bottom: 27%; */bottom: 10px;position:relative;margin:0 auto;/* margin: 20px 20px 3px 20px; */z-index:1;}
.b-list span{display:block;cursor:pointer;width:14px;height:14px;border-radius:50%;border:3px solid #fff;float:left;margin: 0 5px;_margin:0 3px;}
.b-list .spcss{border:3px solid #0136fe;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
/*.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:130%}
.bar-right em{display:block;width:50px;height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto;margin-top: 150%;}*/
@media (max-width:768px){
.b-list{ height:50px; padding-top:25%; position:relative; margin:0 auto;z-index:1;}
}