/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	list-style: none;
	text-decoration: none
}
.all {
	width: 1200px;
	margin: 0 auto;
	background-color: #F6E9D9
}
.nav {
	width: 1200px;
	height: 80px
}
.menu li {
	float: left;
	width: 300px;
	height: 80px;
	background-color: #C8C879
}
.menu li a {
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	color: #000000
}
.menu li a:hover {
	background-color: #87946E;
	color: black
}
.chatu span {
	display: block;
	width: 1200px;
	height: 200px;
	background: url(images/yetou.gif) no-repeat
}
.h-shang {
	width: 1200px;
	height: 120px;
}
.h-shang h1 {
	font-size: 80px;
	text-align: center
}
.h-xia {
	width: 830px;
	height: 300px;
	margin: 0 auto
}
.h-xia li {
	width: 250px;
	height: 250px;
	float: left;
	margin: 12px;
	border-radius: 10px;
	box-shadow: 5px 10px 10px;
}
.weixin {
	background: url(images/weixin.gif)
}
.qq {
	background: url(images/qq.gif)
}
.dainhua {
	background: url(images/dainhua.gif)
}
.wenben {
	width: 1200px;
	height: 40px;
	
}
.wenben p {
	font: bolder 32px "微软雅黑";text-align: center;
}
.footer {
	width: 1200px;
	height: 40px;
	background-color: #C8C879
}
.footer p {
	font: bolder 16px;
	text-align: center;
	line-height: 40px;
	margin-top: 100px
}
