/* CSS Document */

.banner{ width:100%; height:120px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:500px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:120px; float:left;}
.b-list{ height:50px; padding-top:700px; position:relative; margin:0 auto;z-index:1;display:none}
.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 #14ab04;}
.bar-left{     position: absolute;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    background: none;
    top: 37px; }
.bar-right{     position: absolute;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    right: 0px;
    background: none;
    top: 37px; }
.bar-left em{ display:block; width:50px; height:50px; background:url(../images/left.jpg) 0px 0px no-repeat; margin:0 auto; }
.bar-right em{ display:block; width:50px; height:50px; background:url(../images/right.jpg) 0 0px no-repeat; margin:0 auto;}
/* .bar-left .emcss{ background-position:0px -100px;} */
/* .bar-right .emcss{ background-position:-50px -100px;} */