/* CSS Document */
body {
	margin: 0px;
	width: 100%;
}
body,td,th {
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.head {
	margin-right: auto;
	margin-left: auto;
	background-color: #1c72b5;
	display: block;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	height: 230px;
	width: 960px;
}
.dh {
	height: 130px;
	overflow: hidden;
	display: block;
	background-color: #E4E4E4;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.dh a {
	line-height: 60px;
	font-size: 40px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	color: #666666;
	font-weight: normal;
	font-family: "微软雅黑";
	width: 124px;
	margin-top: 5px;
}

