/* CSS Document */
html{
	height:100%;}
body{
	height:100%;
	margin:0px;
	font-size:0.625;
	font-family:"Microsoft YaHei UI";}
a{
	text-decoration:none;
	color:#000000;}	
.top{
	height:40px;
	width:100%;
	background:#666666;}
.top ul{
	padding:0px;
	margin:0px;
	width:1200px;
	overflow:hidden;
	margin:0 auto;}
.top li{
	list-style:none;
	color:#c2c2c2;
	height:40px;
	line-height:40px;
	font-size:0.6rem;}
.top a{
	color:#c2c2c2;
	margin-left:10px;}

.top li:first-child{
	float:left;}
.top li:last-child{
	float:right;}
nav{
	height:90px;
	border-bottom:1px solid #ccc;}
.navWrapper{
	width:1200px;
	margin:0 auto;}
.navWrapper img{
	margin-top:8px;}
.navWrapper ul{
	padding:0px;
	margin:0px;
	float:right;
	overflow:hidden;}
.navWrapper li{
	list-style:none;
	float:left;
	height:90px;
	line-height:90px;
	width:100px;
	text-align:center;}	
footer{
	height:100px;
	background-color:#666666;
	overflow:hidden;
	font-size:14px;
	color:#c2c2c2;}
	
footer ul{
	overflow:hidden;
	padding:0px;
	margin:0px;
	width:1240px;
	margin:20px auto;}
footer li{
	list-style:none;
	float:left;
	padding:0px 20px;
	border-right:1px solid #c2c2c2;}
.noBorder{
	border:none;}
footer a{
	color:#c2c2c2;}