@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	margin:45px 0 0 0;
	padding:0;
	background-image:url(../images/bgMain.jpg);
	font-family:"微软雅黑", "Microsoft YaHei", "黑体", "sans-serif";
	background-repeat: repeat-x;
}
#wrap {
	width:990px;
	margin:0 auto;
	text-align:left;
	background-image: url(../images/IndexBg.gif);
	background-repeat: no-repeat;
}

#title {
	text-align:left;
	padding-top:40px;
}
#title h1 {
	margin:10px 0 0 400px;
}
#titleCN {
	margin-left: 400px;
	font-size: 40px;
}
#titleEN {
	font-size: 22px;
	color: #006241;
	font-style: italic;
}
#nav {
	padding-left:390px;
	font-weight: bold;
}
#nav ul {
	float: left;
	margin:0;
	padding:20px 0 20px 50px;
}
#nav li {
	margin:10px 10px 10px 10px ;
	line-height: 50px;
	height: 50px;
	width: 200px;
	text-align: center;
	list-style-type:none;
}
#nav a {
	height: 50px;
	display: block;
	font-size:22px;
	color:#000;
	text-decoration:none;
	letter-spacing: 3px;
	background-image: url(../images/indexButton.gif);
}
#nav a:hover {
	color:#FFFFFF;
	background-position: 0px 50px;
}
#footer {
	clear: both;
	background-color: #006241;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #FFFFFF;
}


#footer h3 {
	font-size:16px;
	line-height:25px;
	font-family: "宋体", serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FCF54C;
	font-weight: normal;
}
#footer p {
	font-size: 12px;
	text-align: center;
	margin: 5px;
}
