/*===================
    bannerLiist-css
======================*/


.banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 400px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 400px;
	overflow: hidden;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 400px;
    font-weight: bold;
}
.banner > ul > li > a >img {
    height: 400px;
	/*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 {
    position: absolute;
    bottom: 15px;
    right: 270px;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ffffff;
    cursor: pointer;
	border-radius:50%;
}

.img-btn-list > span.current {
	/*width: 16px;
    height: 16px;
    border-bottom: 3px solid #084ff;*/
    background: none;
	border: solid 3px #ffffff;
	position: relative;
	top: 3px;
}



.banner2 {
    width: 100%;
    height: 245px;
    overflow: hidden;
    position: relative;
}

.banner2 > ul {
    display: none;
    /*width: 999999999px;*/
    height: 245px;
    position: absolute;
    top:0;
    left: 0;
}

.banner2 > ul > li  {
    float: left;
    height: 245px;
	overflow: hidden;
}

.banner2 > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 400px;
    font-weight: bold;
}
.banner2 > ul > li > a >img {
    height: 245px;
	/*width: 100%;*/
}

.banner2 .img-btn-list{
	position: absolute;bottom: 15px;width: 100%;text-align: center;left: 0;z-index: 100;
}

.banner2 .content{
	width: 1230px;height: 245px;margin: 0 auto;position: relative;
}
.banner2 .content .left-btn{width: 24px;height: 40px;position: absolute;left: 0;top: 90px;background: url("../Images/leftBtn-bg.png") no-repeat;}
.banner2 .content .right-btn{width: 24px;height: 40px;position: absolute;right: 0;top: 90px;background: url("../Images/rightBtn-bg.png") no-repeat;}



