/*===================
    bannerLiist-css
======================*/

.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 500px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 500px; position: relative; overflow: hidden;
}

.banner > ul > li > a {
    display: block;
    text-align: center;
}
.banner > ul > li > a > img{
	height:auto; position: absolute; left: 50%; top: 0px; margin-left: -960px;
	}
.left-btn,.right-btn {
    width: 33px;
    height: 76px;
    position: absolute;
    top: 40%;
    right: 0px;
    cursor: pointer;
}
.right-btn {
	background: url("../images/right-1.png");
}
.right-btn:hover{
	background: url("../images/right-1h.png");
}

.left-btn {
    left: 0px;
    background: url("../images/left-1.png");
}
.left-btn:hover{
	background: url("../images/left-1h.png");
}
.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    margin: 0 5px;
    background:#fff;
    cursor: pointer;
}

.img-btn-list > span.current {
    background:#ffc61d;
}