* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	background-color: #f7f7f7;
}
#header {
	margin: 0 auto;
	height: 150px;
	line-height: 150px;
	width: 1000px;
	background-color: #fff;
	background-image: url(../images/map_pic.gif);
	background-position: right 0;
	background-repeat: no-repeat;
	position: relative;
}
#header span {
	position: absolute;
	top: -60px;
	right: 10px;
	color: #fff;
}
#header span a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
}
.school_logo {
	width: 65px;
	height: 65px;
	margin-top: 37.5px;
	margin-left: 10px;
	float: left;
}
.web_name {
	float: left;
	margin-top: 35px;
	z-index: 2;
	height: 50%;
}
#nav {
	margin: 0 auto;
	clear: both;
	height: 40px;
	width: 1000px;
	background-color: #2199CB;
}
#nav ul {
	margin: 0;
	width: 1000px;
}
#nav .nav-box {
	padding: 0 50px;
}
#nav ul li {
	float: left;
	height: 40px;
	width: 90px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	list-style-type: none;
}
#nav ul li ul {
	position: relative;
	display: none;
	top: 0;
	left: 0;
	z-index: 2;
}
#nav ul li ul li {
	clear: left;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li a {
	display: block;
	height: 40px;
	color: #fff;
	text-decoration: none;
	background: #2199CB;
}
#nav ul li a:hover {
	background: #ea8c04;
}
#content {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 550px;
	padding-bottom: 20px;
}
#content h3 {
	margin-top: 5px;
	line-height: 24px;
	text-align: center;
}
#content .plac {
	height: 30px;
	width: 970px;
	margin: 5px auto 0 auto;
	line-height: 30px;
	text-align: center;
	background-color: #f2f2f2;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}
#content .plac p {
	font-size: 14px;
	color: #666;
}
#content .plac a, #content .next a {
	text-decoration: none;
	color: #666;
}
#content .plac a:hover, #content .next a:hover {
	color: #ff5500;
	text-decoration: underline;
}
#content .plac span {
	margin-left: 5px;
}
#content .sub {
	display: block;
	margin: 20px auto;
	max-width: 970px;
	min-height: 300px;
}
#content .sub table {
	border-collapse: collapse;
}
#content .sub table td {
	border: 1px solid black;
}
#content .sub img {
	max-width: 970px;
}
#content .next {
	margin-left: 15px;
	color: #666;
	font-size: 14px;
}
#footer {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	/* margin-top:40px; */
	/* border:1px solid black; */
	background-color: #2199CB;
	color: #fff;
	padding-top: 5px;
}
#footer p {
	text-align: center;
	margin-top: 10px;
}
.possplit {
	display: inline-block;
	width: 29px;
	background: url(../images/possllit.png) no-repeat center;
}
