.cl{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a{
	text-decoration: none; color:#333;
}
a:hover{ color:#1775B3;}
body{
	font-family: "Microsoft Yahei";
	background: url(../images/lan.png) no-repeat top center; font-size:12px; color:#333;
}
#banner{ height:470px; position:relative;}
#full-screen-slider {
	width: 100%;
	height: 470px;
	float: left;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 470px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;z-index: 33
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 24%;
	top: 400px;
	z-index: 9900;
	padding: 5px 10px 5px 0; background: #fff; border-radius: 10px;
}
#pagination li {
	display: block;
	list-style: none;
	width: 12px;
	height: 12px;
	float: left; border-radius:6px; -webkit-border-radius:6px;
	margin-left: 10px;
	 background:#a0e7fe; color:#a0e7fe;
	overflow: hidden
}
#pagination li a{color:#a0e7fe;}
#pagination .current{background:#1a7fb3; }
#pagination .current a{color:#1a7fb3;}

.top{
	width: 940px;
	margin:0 auto;
	height:73px ;
	background: url(../images/nav.png) no-repeat top center;
	position:absolute; top:0px; left:50%; margin-left:-470px; z-index: 2222;
}
.logo{
	position: absolute;
	top:0px;
	left:414px;
}
.language{ position:absolute; top:50px; right:0; color:#f00;}
.language a{ padding:0 8px; color:#f00;}

.nav li{
	float: left;
}
.nav .kuan{
	padding-right: 160px;
}
.nav li a{
	line-height: 40px;
	color: white;
	padding: 0px 16px;
	font-size:16px;
}
.nav li a:hover{ color:#000;}
.footer{
	padding-top: 10px;
	text-align: center;
	font:12px/22px "";
	color: #666;
}
.footer a{
	color: #666;
}
.footer a:hover{ color:#333;}