*{
	margin:0px;
	padding:0px;
}
html,body{
	font-size:16px;
	font-family: "微软雅黑","黑体";
	min-width:1200px;
}
li{
	list-style: none;
}
a
{
	text-decoration: none;
}
img
{
	border:0px;
}
.header
{
	width:100%;
	height:120px;
}
.header dl{
	width:1200px;
	margin:auto;
	height:120px;
}
.header dt{
	padding:36px 16px 0px 0px ;
	float:left;
}
.header dd
{
	line-height:120px;
	font-size:24px;
	color:#555555;
	float:left;
}
.header dd:last-child{
	color:#888888;
	font-size:12px;
	float:right;
}





.footer
{
	hegiht:100px;
	line-height:100px;
	text-align: center;
	color:#888888;
	font-size:14px;
}


