/*重置样式*/
ul{
	list-style: none;
	color: #fff;
}
li{
	float: left;
}
a{
	text-decoration: none;
	color: #fff;
}
ol{
	padding: 0;
	margin: 0;
}

.clearfix {
    *zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}
/* 自定义样式 */
body{
	width: 100%;
	overflow-y:auto
}
header{
	width: 100%;
	height: 65px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	position: fixed;
	z-index: 5;
}
.header-left{
	float: left;
	margin-top: 5px;
	margin-left: 170px;
}
.header-center{
	float: left;
	margin-top: 18px;
	margin-left: 6px;
	font-size: 25px;
}
.header-right{
	float: right;
	margin-top: 24px;
	margin-right: 100px;
}
.header-right li{
	margin-right: 70px;
}
.header-right li a{
	font-size: 21px;
}
.lang{
	background-color: #000;
	position: absolute;
	right: 115px;
	top: 65px;
	display: none;
}
.lang a{
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center
}
.lang a:hover{
	background-color: #789;
}

.carousel{
}
.banner{
	width: 100%;
	font-size: 0;
	position: relative;
	top: 0;
}
.banner li{
	width: 100%;
	position: absolute;
	display: none;
}
.banner img{
	width: 100%;
}

.control{
	position: absolute;
	width: 50px;
	height: 100px;
	background-color: red;
	z-index: 10;
	right: 20px;
	top: 300px;
}
.control span{
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}
