/*===================
    bannerLiist-css
======================*/


.banner {
    width: 100%;
    height: 545px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 545px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 545px;
    position: relative;
}

.banner > ul > li > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner > ul > li > a >img {
    height: 545px;
	width: 100%;
}

.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: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 43px;
    height: 6px;
    margin: 0 5px;
    background: #01a0eb;
    cursor: pointer;
}

.img-btn-list > span.current {
    border-bottom: 3px solid #084ff;
    background: #f5b450;
}




.dongtaiBanner {
   width: 700px;
    height: 385px;
    overflow: hidden;
    position: relative;
}

.dongtaiBanner > ul {
    display: none;
    /*width: 999999999px;*/
	width:700px;
	overflow:hidden;
    height: 385px;
    position: absolute;
    top:0;
    left: 0;
}

.dongtaiBanner > ul > li  {
    float: left;
    height: 385px;
	width: 700px;
	
}

.dongtaiBanner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 260px;
    font-weight: bold;
}
.dongtaiBanner > ul > li > a >img {
    height: 385px;
	width: 700px;
}



.dongtai-btn {
    width: 100%;
    position: absolute;
    bottom: 14px;
    left: 0;
    text-align: right;
}

.dongtai-btn > span  {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #cfcfcf;
    cursor: pointer;
	border-radius:4px;
}

.dongtai-btn > span.current {
    border-bottom: 3px solid #084ff;
    background: #fc6900;
}












