@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}


body{
	font-size:12px;
	text-align:center;
	margin:0 auto;
	width:100%;
	height:100%;
	background:#F4F4F6;
	font-family:宋体;
	color:#454545;
	}
	
.w1000{
	width:1000px;
	height:100%;
	margin:0 auto;
	text-align:center;
	}
.w1003{
	width:1003px;
	margin:0 auto;
	text-align:center;
	}
ul li{
	list-style:none;
	}
a{
	text-decoration:none;
	}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
.clear{
	width:100%;
	height:0px;
	overflow:hidden;
	line-height:0px;
	clear:both;
	}
#wrap{
	margin:0 auto;
	text-align:left;
	}
h2{
	color:#FFF;
	line-height:32px;
	}
h1{
	line-height:100px;
	}
img{ border:none;}