/*===================
    bannerLiist-css
======================*/
.banner {
    width: 100%;
    height: 680px;
    overflow: hidden;
    position: relative;
    margin-top: 107px;
}

.banner > ul {
    display: none;
    height: 680px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 680px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 680px;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("https://www.jncqwl.com/template/shiguangli/html/images/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("https://www.jncqwl.com/template/shiguangli/html/images/left-1.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 12px;
    margin: 0 12px;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}

.img-btn-list > span.current {
    border: 0px solid rgba(0,0,0,0.8);
    background: rgba(255,255,255,0.8);
}





















