/* CSS Document */
#wrapper {
	width:100%;
	height:100%;
}
#root {
	background: url(../images/bg1px.jpg) repeat-y 50% 0;
}
/*正文开始*/
.banner_box {
	position:relative;
	z-index:1;
	width:100%;
	height: 1018px;
	background: url(../images/head_img.jpg) no-repeat 50% 0;
}

.daoyu_content {
	width: 1000px;
	text-align: center;
	padding-top: 40px;
}

.main {
	margin: 0 auto;
	width: 1000px;
}
.tt {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 0 20px 0;
}
/*第1楼*/
.floor2,
.floor1 {
	position: relative;
	width: 100%;
	padding: 20px 0 0 0;
}

.floor1 li {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
.floor2 li {
	margin-bottom: 28px;
}
.un-f {
	margin-right: 0!important;
}
/*底部样式*/
#footer {
	margin: 0 auto;
	width: 100%;
	padding:20px 0 20px 0;
}
#footer p {
	font-family: "宋体";
	font-size: 12px;
	color: #f2f2f2;
	line-height: 24px;
	text-align: center;
}
#footer p a {
	padding: 0 5px;
	color: #f2f2f2;
}
#footer p a:hover {
	color: #fff;
}
#footer p span {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

