/* CSS Document */
#wrapper {
	width: 100%;
	height: 100%;
}
/*正文开始*/
.banner_box {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 555px;
	background: url(../images/head_img.jpg) no-repeat 50% 100%;
}
#main {
	margin: 0 auto;
	width: 1000px;
}
.daoyu {
}
.daoyu_content {
	margin: 60px auto 0;
	width: 1000px;
}

/*第1楼*/
.ttbox {
	text-align: center;
}
.floor1 {
	margin: 0 auto;
	width: 1000px;
	padding-top: 40px;
}
.floor1-content {
	padding: 30px 0 0 0;
}
.floor1-content table {
	border: 3px solid #c30020;
	background: #ffedd7;
}
.floor1-content table th {
	line-height: 50px;
	font-size: 26px;
	color: #c30020;
	border-right: 2px solid #c30020;
}
.floor1-content table td {
	border-top: 2px solid #c30020;
	border-right: 2px solid #c30020;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
}

.lpbox {
}
.lp {

}
.lp li {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-top: 20px;
}
.lp2 li {
	float: left;
	width: 489px;
	margin-right: 12px;
}
.un-r {
	margin-right: 0!important;
}
.gudongbox {
	margin: 30px auto 0;
	width: 990px;
	padding-bottom: 10px;
	border: 5px solid #c30020;
}
.marquee {
	width: 960px;
	height: 175px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 15px;
}
.marquee li {
	display: inline;
	float: left;
	margin-right: 12px;
}
.marquee li img {
	width: 244px;
	height: 175px;
}
/*底部样式*/
#footer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	padding: 20px 0 80px 0;
	background: url(../images/foot_bg.png) no-repeat 50% 100%;
}
#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;
}
