/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
.all {
	width: 1200px;
	height: 900px;
	background-image: url( images/4bei.jpg);
}
.juzhong{width: 1200px; margin: auto;}
.nav, .meau {
	width: 1200px;
	height: 60px;
}
.meau {
	background-color: #f06702;
}
.meau li {
	float: left;
	list-style: none;
	width: 218px;
	height: 15px;
}
.meau li a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font: bolder 24px "微软雅黑";
	text-decoration: none;
	margin-left: 105px;
	line-height: 62px;
}
.meau li a:hover {
	background-color: #FFFFFF;
	color: #fc8b38
}
.head {
	width: 380px;
	height: 66px;
	background-color: #4186cf;
	margin-top: 40px;
	box-shadow: 5px 5px 10px 0px
}
.head h1 {
	font: bolder 40px "微软雅黑";
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 5px;
}
.taishan {
	width: 300px;
	height: 420px;
	background-color: aquamarine;
	margin-top: 180px;
	margin-left: 80px;
	background-image: url(images/taishan.jpg);
	border: 10px solid #FFFFFF;float: left;
}
.tai p1 {
	font: bolder 20px "微软雅黑";
	margin-left: -190px;
	position: relative;
	top: 640px;
}
.ningxia {width: 300px;
	height: 420px;
	background-color: aquamarine;
	margin-top: 60px;
	margin-left: 60px;
	background-image: url(  images/ning.jpg );
	border: 10px solid #FFFFFF;float:left;
}
.ning p2{	font: bolder 20px "微软雅黑";
	margin-left: -190px;
	position: relative;
	top: 518px;}
.qinghai{width: 300px;
	height: 420px;
	background-color: aquamarine;
	margin-top: -50px;
	margin-left: 60px;
	background-image: url(  images/qinghai.jpg);
	border: 10px solid #FFFFFF;float:left;}
.qing p3{font: bolder 20px "微软雅黑";
	margin-left: -190px;
	position: relative;
	top: 404px;}

.dibu {
	width: 1200px;
	height: 40px;
	background-color: #fc8b38;
	clear: both;
}
.dibu h3 {
font: bolder 15px "微软雅黑";
	color: #FFFFFF;
text-align: center;position: relative;top:8px
}


