/*===================
    bannerLiist-css
======================*/

body{
        background: url(../img/bg.jpg);
		font-family:"microsoft yahei",simhei; 
      }
.banner {
    /*width: 100%;*/
    /*height: 450px;*/
    /*overflow: hidden;*/
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
	height: 300px;
    position: absolute;
    padding: 0;
    margin: 6px 0 0;
}

.banner > ul > li  {
    float: left;
    height: 300px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 450px;
    font-weight: bold;
}

.banner > ul > li  > a > img{
	width:1100px;
	float:left;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../img/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../img/left-1.png");
}

.img-btn-list {
    width: 960px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    margin: 0 auto;
}

.img-btn-list > span  {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(255,255,255,0.8);
    cursor: pointer;
}

.img-btn-list > span.current {
    background: rgba(205,170,104,0.8);
}





















