/* 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;
	
	color: #000000;
	font-size: 20px
}
.menu li a:hover {
	background-color: #87946E;
	color: black
}
.chatu span {
	display: block;
	width: 1200px;
	height: 200px;
	background: url(images/yetou.gif) no-repeat
}
.header {
	width: 1040px;
	height: 380px;
	margin: 0 auto
}
.header h1 {
	font : bolder 32px "微软雅黑";
	text-align: center;
	margin-bottom: 10px
}
.header li {
	width: 250px;
	height: 330px;
	float: left;
	margin-left: 10px;
	border-radius: 10px;
	box-shadow: 5px 10px 10px;
}
.a-yi {
	background: url(images/a-yi.gif)
}
.a-er {
	background: url(images/a-er.gif)
}
.a-san {
	background: url(images/a-san.gif)
}
.a-si {
	background: url(images/a-si.gif)
}
.contact {
	width: 1040px;
	height: 800px;
	margin: 50px auto 0px auto
}
.contact h2 {
	font : bolder 32px "微软雅黑";
	margin-left: 10px
}
.qita-yi {
	display: block;
	width: 250px;
	height: 330px;
	background-color: aqua;
	border-radius: 10px;
	box-shadow: 5px 10px 10px;
	background: url(images/qiya-yi.gif);
	margin-left: 100px;
	float: left
}
.wenben-yi span {
	display: block;
	width: 250px;
	height: 330px;
	background: url(images/a-yi.gif);
	float: left;
}
.wenben-yi p {
	width: 300px;
	font : bolder 16px "微软雅黑";
	text-indent: 32px;
	margin-top: 50px;
	margin-left: 10px;
	float: left;
	line-height: 25px
}
.wenben-yi {
	width: 560px;
	height: 330px;
	margin: 5px 10px 10px 10px;
	border-radius: 10px;
	box-shadow: 5px 10px 10px;
	border: #ECCFA3 8px solid;
	float: left
}
.wenben-er {
	width: 1020px;
	height: 330px;
	border-radius: 10px;
	box-shadow: 5px 10px 10px;
	border: #ECCFA3 8px solid;
	margin: 390px 10px 10px 10px;
}
.tuyi {
	display: block;
	width: 250px;
	height: 330px;
	background: url(images/a-si.gif);
	float: left
}
.tuer {
	display: block;
	width: 250px;
	height: 330px;
	background:url(images/qita-er.gif) ;
	float: right;
}
.wenben-er p {
	width: 500px;
	font : bolder 16px "微软雅黑";
	text-indent: 32px;
	margin: 50px 10px;
	float: left;line-height: 30px;
}
.footer {
	width: 1200px;
	height: 40px;
	background-color: #C8C879
}
.footer p {
	font: bolder 16px;
	text-align: center;
	line-height: 40px;
	margin-top: 40px
}
