.header{
	background-color: rgba(1,1,1,.5);
	border-bottom: none;
	overflow-x: hidden;
	width: 100%;
	position: fixed;
	height: 80px;
	z-index: 5;
}
.header .nav li a{
	color: #999999;
}

.header .nav li a:hover{
	color: #ffffff;
}

.header .nav li.cur a{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.header .nav-fix-white{
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	left: 890px;
	height: 80px;
	top: 0;
}

.body-wrap{
	background-color: #111111;
	margin-bottom: 40px;
}

.banner-wrap{
	width: 960px;
	height: 570px;
	position: relative;
	/*overflow: hidden;*/
}

.banner-wrap ul{
	height: 570px;
	/*width: 10000000px;*/
	position: absolute;
	top: 0;
	left: 0;
}

.banner-wrap ul li{
	width: 1120px;
	height: 570px;
	float: left;
}

.banner-wrap ul li img{
	width: 100%;
	height: 100%;
}

.banner-wrap .page{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 75px;
	background-color: #ffffff;
}

.banner-wrap .page .page-prev,
.banner-wrap .page .page-next {
	height: 100%;
	width: 50%;
	display: inline-block;
	text-align: center;
}

.banner-wrap .page .page-prev img,
.banner-wrap .page .page-next img{
	width: 10px;
	margin-top: 30px;
}

.banner-wrap .page .page-separator{
	height: 10px;
	width: 1px;
	background-color: #bbbbbb;
	position: absolute;
	left: 75px;
	top: 33px;
}

.body-fix-black{
	position: relative;
	background-color: #111;
	height: 80px;
	clear: both;
}

.body-fix-white{
	background-color: #ffffff;
	position: absolute;
	left: -100%;
	width: 100%;
	height: 80px;
	bottom: 0;
}


.footer{
	height: 50px;
	position: fixed;
	left: 0;
	right: 0;
	bottom:0;
	z-index: 9999;
}
.footer .copyright{
	color:#ffffff;
}