body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
#logo {
	background-repeat: repeat-x;
	width: auto;
	background-image: url(logo/logo.gif);
	height: 150px;
}
.banner {
	width: 100%;
	height: 100%; /* 全屏高度 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#globallink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
}
#globallink ul {
	list-style: none;
	position: absolute;
	top: 110px;
	left: 271px;
	margin: 0px;
	padding: 0px;
	width: 675px;
	height: 28px;
}
#globallink ul li {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	text-decoration: none;
}
#globallink ul li a:link, #globallink ul li a:visited {
	color: #0000FF;
	text-decoration: none;
}
#globallink ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
}
#headline ul {
	list-style: none;
	position: absolute;
	top: 46px;
	left: 285px;
	margin: 0px;
	padding: 0px;
	width: 675px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#headline ul li {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	text-decoration: none;
}
