/* CSS Document */
#wrapper {
	width:100%;
	height:100%;
}
#root {

}
/*正文开始*/
.banner_box {
	position:relative;
	z-index:1;
	width:100%;
	height: 737px;
	background: url(../images/head_bg.png) no-repeat 50% 0;
}
.banner_box img {
	width: 100%;
}
.main {
	width: 100%;

}
.floor1 {
	position: relative;
	width: 100%;
	height: 3734px;
	background: url(../images/bg2.png) no-repeat 50% 0;
}
.tt1 {
	position: absolute;
	top: -311px;
	z-index: 1;
	width: 100%;
	height: 687px;
	background: url(../images/tt1.png) no-repeat 50% 0;
}
.floor1_content {
	position: relative;
	z-index: 9;
	margin: 0 auto;
	width: 1000px;
	padding-top: 50px;
}
.floor1_content li {
	height: 370px;
	overflow: hidden;
}
.floor2 {
	position: relative;
	width: 100%;
	height: 1529px;
	background: url(../images/bg3.png) no-repeat 50% 0;
}
.tt2 {
	position: absolute;
	top: -311px;
	z-index: 1;
	width: 100%;
	height: 687px;
	background: url(../images/tt2.png) no-repeat 50% 0;
}
.floor2_content {
	position: relative;
	z-index: 9;
	margin: 0 auto;
	width: 1000px;
	padding-top: 110px;
}

/*第1楼*/


.un-r {
	margin-right: 0!important;
}

/*底部样式*/
#footer {
	margin: 0 auto;
	width: 100%;
	padding:30px 0 10px 0;
}
#footer p {
	font-family: "宋体";
	font-size: 12px;
	color: #f0f0f0;
	line-height: 24px;
	text-align: center;
}
#footer p a {
	padding: 0 5px;
	color: #f0f0f0;
}
#footer p a:hover {
	color: #fff;
}
#footer p span {
	font-family: Verdana, sans-serif;
}