/* CSS Document */
* {
	margin: 0;
	padding: 0
}
.juzhong {
	width: 1200px;
	margin: auto
}
.one {
	width: 1200px;
	height: 50px;
}
.menu {
	width: 1200px;
	height: 50px;
	background-color: #4482D2;
}
.menu li {
	float: left;
	list-style: none
}
.menu li a {
	display: block;
	width: 300px;
	height: 46px;
	text-decoration: none;
	font: 25px "微软雅黑";
	color: black;
	border-left: 2px #000000 solid;
	border-top: 2px #000000 solid;
	border-bottom: 2px #000000 solid;
	text-align: center;
	line-height: 40px
}
.menu li a:hover {
	background-color: #5EA1E0;
	color: #FFFFFF
}
.menu li #sss {
	width: 292px
}
.tow {
	height: 490px;
	width: 1200px;
	background-color: #e5dbd8
}
.fh {
	width: 53px;
	height: 50px;
	background-color: #D46D6F;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #000000;
	border: #000000 1px solid;
	position: relative;
	top: 132px;
	left: 1140px;
}
.tow h1 {
	font: 180px "微软雅黑";
	text-align: center;
	line-height: 300px;
	color: #e5dbd8
}
.tow h1:hover {
	color: #000000
}
.tow p {
	font: 18px "微软雅黑";
	text-align: center;
	line-height: 0px
}
.fh li {
	list-style: none;
}
.fh li a {
	display: block;
	width: 53px;
	font: 20px "微软雅黑";
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #000000;
	line-height: 50px;
}
.fh li a:hover {
	background-color: #EA1C2B;
	color: #FFFFFF
}
.four {
	height: 50px;
	width: 1200px;
	background-color: #87A820
}
.four h2 {
	font: 20px "微软雅黑";
	text-align: center;
	line-height: 45px
}
