/* CSS Document */
*{ padding:0; margin:0;}
.banner{ width:100%; height:100%; overflow:hidden; position:relative;font-size:0}
.b-img{ height:100%;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:100%; float:left;}
.b-list{ height:10px; bottom:50px; position:absolute; margin:0 auto;z-index:999; left: 0; right: 0; margin: auto;}
.b-list span{ display:block;cursor:pointer; width:20px; height:4px; border-radius:4px; background:#fff; float:left; margin:0 5px;}
.b-list .spcss{background:#285bc9;}
.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(../Image/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../Image/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}