@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;}
body {background: #090909; font: 10px Verdana, Geneva, sans-serif; text-align: center;}
.close {height: 0; overflow: hidden; clear: both;}
li {list-style: none;}
img {border: none;}
a{}
a:hover {}

.all {
	width: 1008px;
	margin: 0 auto;
	text-align: left;
}

.header {
	width: 1008px;
	height: 200px;
	background: url(../images/head2.jpg) top center no-repeat;
	position: relative;
}

.header-text {
	position: absolute;
	left: 0px;
	top: 52px;
	width: 200px;
	text-align: left;
	color: #FFF;
	font-size: 10px;
}

.header-text a {
	color: #FFF;
	text-decoration: underline;
}

.header-right {
	position: absolute;
	top: 36px;
	right: 0px;
	color: #FFF;
	text-align: right;
	line-height: 1.5;
}

.header-right li a {
	text-decoration: underline;
	color: #FFF;
	font-size: 12px;
}

.header-right li a:hover {
	text-decoration: none;
}

.content {
	width: 985px;
	margin: 0 auto;
	text-align: center;
	background: #333;
	clear: both;
	margin-bottom: 40px;
}
.content img {
	margin: 2px;
	border: solid 1px #FFF;
	float: left;
}

.content h3 {
	text-indent: -9000px;
	width: 985px;
	height: 65px;
	padding-bottom: 5px;
	background: #090909 url(../images/hall1.jpg) no-repeat;
}

.content h3.h301 {
	background: #090909 url(../images/hall2.jpg) no-repeat;
}

.content h3.h302 {
	background: #090909 url(../images/hall3.jpg) no-repeat;
}

.content h3.h303 {
	background: #090909 url(../images/hall4.jpg) no-repeat;
}

.content h3.h304 {
	background: #090909 url(../images/top.jpg) top center no-repeat;
}

.content-bookmark {
	width: 985px;
	height: 52px;
	text-align: center;
	margin: 5px 0;
	background: #090909;
}

.content-bookmark  img {
	float: none;
	border: none;
}

.site-link {
	font: 16px "Times New Roman", Times, serif;
	width: 985px;
	text-align: left;
	background: #090909;
}

.site-link ul {
	width: 240px;
	padding-right: 5px;
	float: left;
}

.site-link ul li {
	line-height: 1.4;
}

.site-link ul li a {
	color: #fff;
	text-decoration: underline;
}

.site-link ul li span {
	padding-left: 3px;
	color: #ffffcc;
}

.site-link ul li a:hover {
	text-decoration: none;
	}

.footer {
	width: 1008px;
	font: 13px "Times New Roman", Times, serif;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	padding: 20px 0;
}

.footer p.p01 {
	padding: 15px 0;
}

.footer p.p01 a {
	color: #FFF;
}

.footer a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}



