/*===================
    bannerLiist-css
======================*/


.banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.banner img{
	width: 100%;
	height: 400px; 
}
.banner > ul {
    display: block;
    height: 400px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 400px;
    background:no-repeat center;
}


.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;
    border-radius: 12px;
    margin: 0 5px;
    background: #FFFFFF;
    cursor: pointer;
}

.img-btn-list > span.current {
  
    background: #0176BC;
}





















