/* CSS Document */
#wrapper {
	width:100%;
	height:100%;
	background:url(../images/head_bg.jpg) no-repeat center top;
}
.header {
	position:relative;
	width:100%;
	height:572px;
	text-align:center;
}

#floor_wrap {
	margin:0 auto;
	width:1200px;
}

.floor1Box {
	width:100%;
	margin:0 auto;
	padding-top:30px;
}
.title {
	height:55px;
	text-align:center;
	background:url(../images/title_bg.png) no-repeat center top;
}
.title a {
	color:#fff;
	font-size:36px;
	line-height:50px;
}
.floor-content {
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:20px;
	background:url(../images/bg40.jpg);
	padding-top:40px;
	padding-bottom:10px;
}
.leftImg {
	float:left;
	width:280px;
	margin-left:30px;
	background:#e2e2e2;
	padding-bottom:6px;
}
.leftImg span {
	display: block;
	line-height:30px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.rightTxt {
	float:right;
	width:830px;
	padding-right:30px;
}
.topTxt p,
.rightTxt p {
	font-size:14px;
	line-height:24px;
	color:#333;
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:10px;
}
.topTxt {
	padding:0 30px;
}
.topTxt p {
	margin-top:10px;
}
.topTitle {
	padding-left:30px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
}
.roolBox {
	margin: 0 30px;
	height:310px;
	background:#e2e2e2;
}


/*底部样式*/
#footer {
	width:100%;
	padding-bottom:30px;
}
#footer p {
	font-family:"宋体";
	font-size:12px;
	color:#fff;
	line-height:24px;
	text-align:center;
	padding-top:16px;
}
#footer p a {
	padding:0 5px;
	color:#fff;
}
#footer p span {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}