@charset "utf-8";
/* CSS Document */
body{
	background: #464646;
}
#wrapper{
	width: 100%;
	height: 900px;
}
#head{
	width: 100%;
	height: 100px;
	background: #464646;
}
#head ul{
	padding: 0px;
	margin: auto;
}
#head ul li{
	font-size: 18px;
	float:right;
	list-style-type: none;
}
#head ul li a {
	display: block;
	width: 150px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF;
	background: #464646;
	padding-top:40px;
	margin-left: 5px;
}
#head ul li a:hover{
	background:#2A2929;
	color:#909090;
}
#headword{
	position: absolute;
	top: 33px;
	left: 50px;
	font-size: 25px;
	color: #FFFFFF;
}
#headword2{
	position: absolute;
	top: 63px;
	left: 50px;
	font-size: 16.45px;
	color: #FFFFFF;
}
#backg{
	width: 100%;
	height: 700px;
	background: #D8D8D8;
	position: relative;
}
#backg2{
	width:90%;
	height: 650px;
	background: #FFFFFF;
	position: absolute;
	top: 3.5%;
	left:5%;
}
#word{
	width:37%;
	position: absolute;
	top:12%;
	left:3.5%;
	background: #FFFFFF;
	line-height:1.8;
	
}
#pic1{
	position: absolute;
	top:30%;
	left: 45%;
	height:63%;
	width:594px;
}
#footer{
	width: 100%;
	height:180px;
	background: #464646;
	position: relative;
}
#word2{
	color: #FFFFFF;
	position: absolute;
	top:5.5%;
	left:5%;
	line-height: 1.8;
}