@charset "utf-8";
#main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: "微软雅黑";
	font-size: 14px;
}
a{
	color: #333;
	text-decoration: none;

	}
a:hover{
	color: #900;
	text-decoration: none;
	}
#top {
	height: 120px;
	width: 1200px;
	background-image: url(../images/top.jpg);
	float: left;
}
#banner {
	height: 200px;
	width: 1200px;
	background-image: url(../images/bannersy.jpg);
	float: left;
	background-position: center center;
}
#menu {
	float: left;
	width: 1195px;
	height: 40px;
	background-color: #eee;
	border: 1px solid #09F;
	padding-left: 3px;
}

#content {
	width: 1100px;
	float: left;
	padding: 50px;
}




#footer {
	background-color: #CCC;
	text-align: center;
	height: 40px;
	width: 1200px;
	font-size: 12px;
	line-height: 40px;
	float: left;
}
