/*===================
    bannerLiist-css
======================*/
.banner {
    width: 100%;
    height: 588px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 588px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 588px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 588px;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../images/rightbtn.png");
    cursor: pointer;
	background-size:50px; 
}
.right-btn:hover{ background:url(../images/right_hover.png); background-size: 50px;}

.left-btn {
    left: 30px;
    background: url("../images/leftbtn.png");
	background-size: 50px;
}
.left-btn:hover{
	background:url(../images/left_hover.png);
	background-size: 50px;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}

.img-btn-list > span.current {
    /*border: 3px solid rgba(0,0,0,0.8);*/
    background: #50ce2b;
}





















