/*===================
    bannerLiist-css
======================*/

.banner {
    width: 100%;
	min-width:1200px;
    height: 630px; 
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 630px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 630px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 630px;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../images/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../images/left-1.png");
}

/*right list bnt*/
.right-bnt-wap {
    width: 2rem;
    position: fixed;
    top:78%;
    right: 0.2rem;
}

.right-bnt-wap > a {
    display: block;
    width: 100%;
    height: 2rem;
    background: url("../images/base/lianxi.png");
    background-size: 100% 100%;
    margin-top: 0.1rem;
}

.right-bnt-wap > a.return-top {
    background: url("../images/base/top.png");
    background-size: 100% 100%;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}

.img-btn-list > span.current {
    background:#ff4400;
}




























