/*===================
    bannerLiist-css
======================*/

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: -120px;
}

.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;
}

.left-btn,.right-btn {
    width: 26px;
    height: 46px;
    position: absolute;
    /*top: 50%;*/
    right: 30px;
    background: url("../images/right-1.png") no-repeat;
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../images/left-1.png") no-repeat;
}

.banner > ul > li > a > 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: 18px;
    height: 18px;
    margin: 0 5px;
    border-radius: 50%;
    /*background: rgba(0,0,0,0.5);*/
    background-color:#fff;  
    opacity:1;  
    filter:alpha(opacity=100);
    cursor: pointer;
}

.img-btn-list > span.current {
    background-color:#0d2582;  
    opacity:1;  
    filter:alpha(opacity=100)
}





















