/*===================
    bannerLiist-css
======================*/

body {
    background: #000;
}
.banner {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 400px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 400px;
}

.banner > ul > li img  {
    width:100%;
	height:100%;
}

.banner > ul > li > a {
    display: block;
    /* font-size: 200px; */
    text-align: center;
    line-height: 400px;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 40%;
    right: 30px;
    background: url("../img/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../img/left-1.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 12px;
    height: 12px;

    margin: 0 5px;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}

.img-btn-list > span.current {

    background: rgba(255,255,255,0.3);
}





















