@charset "utf-8";

* {
	margin:0;
	padding:0;
}
a {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
img {
	border:0;
}
body {
	font-family:"Microsoft YaHei", 微软雅黑, Arial;
	font-size: 14px;
	background-color: #f0f0f0;
	background-image: url(../images/zdjs_20141215bg.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.row {
	overflow:hidden;
}
.container {
	width:1000px;
	margin:auto;
	overflow:hidden;
}
.header {
	margin-top:-374px;
	margin-bottom:334px;
	background-color:#F6F6F6;
	line-height:40px;
	box-shadow: 0 0 10px #666;
}
.header .container {
	overflow:hidden;
	margin:auto;
}
.logo {
	float:left;
	margin:3px 0 0 10px;
}
.line {
	float:left;
	margin:13px 20px 0 20px;
}
.sponsor {
	float:left;
	color:#6f3e09;
	font-family:"楷体";
	font-size:20px;
}
.header .row {
	float:right;
}
.header .row a {
	color:#595959;
}
.bg {
	height:374px;
	background-color:#80d2dd;
	background-image:url(../images/zdjs_20141215bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.floor_1 {
	height:341px;
	padding:10px 0;
	background:#7cdf9f;
	font-size:18px;
	text-indent:2em;
	line-height:30px;
}
.dsj {
	float:left;
	margin:10px 10px 10px 0;
}
.floor_2 {
	height:171px;
	background:#c8ebef;
}
.floor_2 p {
	color:#3ea5b9;
	font-size:24px;
	font-weight:700;
	text-align:center;
	line-height:70px;
}
.floor_2 table {
	margin-left:10px;
	border:1px solid #84cbd9;
	border-right:none;
	font-size:18px;
	font-weight:700;
	text-align:center;
}
.floor_2 table td {
	border-right:1px solid #84cbd9;
}
.floor_2 table .n_size {
	font-size:9px;
}
.floor_3 {
	height:171px;
	background:#fdfcce;
}
.floor_3 .p1 {
	color:#27cd61;
	font-size:24px;
	font-weight:700;
	text-align:center;
	line-height:70px;
}
.floor_3 .p2 {
	color:#1d6876;
	font-size:18px;
	text-align:center;
	line-height:36px;
}
.floor_4 {
	height:171px;
	background:#93f0db;
}
.floor_4 .p1 {
	color:#ff874a;
	font-size:24px;
	font-weight:700;
	text-align:center;
	line-height:70px;
}
.floor_4 .p2 {
	color:#1d6876;
	font-size:18px;
	text-align:center;
	line-height:36px;
}



.footer {
	color:#373737;
	background-color:#cbc4bd;
	font-family:Arial, "宋体";
	font-size:12px;
	line-height:30px;
	height:76px;
	text-align:center;
}