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

/*正文开始*/
.banner_box {
	position:relative;
	z-index:1;
	width:100%;
}
.banner_box img {
	width: 100%;
}

#main {
	margin: 0 auto;
	width: 1000px;
}

.daoyu {
		
}
.daoyu_content {
	margin: 28px auto 0;
	width: 1000px;
}
.daoyu_content h1 {
	text-align: center;
}
.daoyu_content p {
	color: #0b89c2;
	font-size: 20px;
	text-align: justify;
	margin: 15px 0;
}

/*第1楼*/
.liyou1 {
	width: 100%;
	padding: 10px 0;
}
.liyou1_content {
	margin: 0 auto;
	width: 1000px;
}
h1.tt {
	text-align: center;
	margin-bottom: 20px;
}

.newsbox_left {
	float: left;
	width: 566px;
	margin-right: 30px;
}
.newsbox_right {
	float: right;
	width: 386px;
	height: 244px;
	background: #fff;
	padding: 5px;
	border: 3px solid #0b89c2;
}
.newsbox_left li {
	font-size: 20px;
	line-height: 48px;
	border-bottom: 2px dashed #0b89c2;
}
.newsbox_left li a {
	color: #0b89c2;
}

.ttbox {
	text-align: center;
}

.floor1 {
	margin: 0 auto;
	width: 1000px;
	padding: 20px 0;
}
.floor1-content {
	padding: 30px 0 0 0;
}
.floor1-content span {
	display: inline-block;
	width: 620px;
	background: #0b89c2;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
}
.floor1-content span a {
	color: #fff;
}
.floor1-content p {
	font-size: 20px;
	color: #0b89c2;
	margin: 20px 0 0 0;
}
.floor1-content img {
	float: right;
	margin-left: 20px;
}

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