/*===================
    bannerLiist-css
======================*/

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    position: relative;
    top:0;
}

.banner > ul > li  {
    float: left;
}

.banner > ul > li > a {
    text-align: center;
    font-weight: bold;
}
.banner > ul > li > img {width: 100%;height: 100%;}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    /*background: rgba(255,255,255,0.5);*/
    background-color:#fff;
    /*opacity:0.5;  
    filter:alpha(opacity=50);*/
    cursor: pointer;
    border-radius: 50%;
}

.img-btn-list > span.current {
    background-color:#d61518;  
    opacity:1;  
    filter:alpha(opacity=100)
}





















