/*===================
    bannerLiist-css
======================*/

body {
    margin: 0;padding: 0;
}
.banner00 {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.banner00 > ul {
    display: none;
    /*width: 999999999px;*/
    height: 550px;
    position: absolute;
    top:0;
    left: 0;
}

.banner00 > ul > li  {
    float: left;
    height: 550px;
}

.banner00 > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 550px;
    font-weight: bold;
}

.left-btn00,.right-btn00 {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../images/right-1.png");
    cursor: pointer;
}

.left-btn00 {
    left: 30px;
    background: url("../images/left-1.png");
}

.img-btn-list00 {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list00 > span  {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    margin: 0 5px;
    background: #fcde0e;
    cursor: pointer;
}

.img-btn-list00 > span.current {
    border: 2px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    margin: 0 5px;
    background: #fcde0e;
    cursor: pointer;
}





















