/*===================
    bannerLiist-css
======================*/
 
.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left; 
    height: 100%;
}

.banner > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center; 
    font-weight: bold;
}
.banner > ul > li > a > img{
    width: 100%;
    height: 100%;
}
.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../_files/img/rgzn/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../_files/img/rgzn/left-1.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,0.9);
    border-radius: 4px;  
    margin: 0 5px; 
    cursor: pointer;
}

.img-btn-list > span.current {
    background: #2281FF;
} 

















