body {
	background:#fff;
	font-family:"微软雅黑";
}
p, li {
	font-family:"宋体";
}
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clear {
*zoom : 1;
}  /* for IE 6.*/
.left {
	float:left;
}
.right {
	float:right;
}
.container {
	width:927px;
	margin:0 auto;
}
.header {
	height:100%;
	overflow:hidden;
	margin-bottom:5px;
	margin-top:25px;
}
.main {
	height:424px;
	width:927px;
	background:url(../images/welcome_0.jpg) no-repeat top;
	overflow:hidden;
}
.show {
	height:359px;
}
.menu {
	background:url(../images/welcome_menu.gif) right no-repeat;
	margin-left:14px;
}
.menu li {
	float:left;
}
.menu li a {
	display:block;
	height:49px;
	line-height:49px;
	text-align:center;
	width:150px;
	background:url(../images/welcome_menu.gif) left no-repeat;
	color:#fff;
	font-family:微软雅黑;
	font-size:18px;
	font-weight:bold;
}
.menu li a:hover {
	color: #ff8d11;
	text-decoration: none;
	background:url(../images/welcome_menu_hover.gif) left no-repeat;
}
.lang {
	width:330px;
	margin:0 auto;
	margin-top:20px;
}
#footer {
	padding:30px 0;
	text-align:center;
}
#footer p {
	line-height:24px;
}

