/* CSS Document */
* {
	margin: 0;
	padding: 0
}
.juzhong {
	width: 1200px;
	margin: auto
}
.one {
	width: 1200px;
	height: 100px;
}
.menu {
	width: 1200px;
	height: 100px;
	background-color: #4482D2;
}
.menu li {
	float: left;
	list-style: none
}
.menu li a {
	display: block;
	width: 300px;
	height: 96px;
	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: 96px
}
.menu li a:hover {
	background-color: #5EA1E0;
	color: #FFFFFF
}
.menu li #sss {
	width: 292px
}
.tow {
	width: 1200px;
	height: 400px;
	background: url( beijing.jpg)
}
.t-left h1 {
	color: #370C0C;
	font: 36px "微软雅黑";
}
.t-left p {
	width: 600px;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	margin-bottom: 14px;
	text-indent: 40px
}
.t-left {
	width: 600px;
	height: 35px;
	padding-left: 32px
}
.t-right {
	width: 380px;
	height: 316px;
	background:url(../images/datou.jpg) no-repeat bottom;
	margin: auto 720px;
	border: #000000 7px solid;
	border-radius: 10px;
}
.t-left p b {
	font-weight: normal;
	color: #08A69A
}
.three {
	width: 1200px;
	height: 40px;
	background-color: #5EA1E0
}
.three:hover {
	background-color: #C23E0E
}
.three h2 {
	font: 20px "微软雅黑";
	color: #5EA1E0;
	line-height: 35px
}
.four {
	width: 1200px;
	height: 50px;
	background-color: #87A820
}
.four h3 {
	color: #4C2426;
	font: 20px "微软雅黑";
	text-align: center;
	line-height: 45px
}