
/*
@font-face {
	font-family: 'msyh';
	src: url('../fonts/msyh.ttf');
	}
*/

body {
	background: url(bg.jpg) repeat;
	font-family: '微软雅黑';
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	min-width: 960px;
	padding: 0;
	overflow-x: hidden;
	position: relative;
}
#bg_out {
	width: 960px;
	margin: 0 auto;
	background: url(bg-body.jpg) repeat;
}
#header {
	background: url(../images/bg-header.jpg) repeat-x;
	width: 960px;
	margin: 0 auto;
	padding: 18px 0 0;
	border-bottom: 2px solid #ffe600;
}
#header a.logo {
	display: block;
	height: 74px;
	margin: 0 auto 22px;
	padding: 0;
	width: 296px;
}
#header a.logo img {
	border: 0;
	display: block;
	height: 74px;
}
#header ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	width: 960px;
}
#header ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:'微软雅黑';
	font-size:18px;
	width:137px
}
#header ul li a {
	color: #588181;
	display: block;
	height: 37px;
	line-height: 40px;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
}
#header ul li a:hover {
	color: #254c4c;
	background-color: #ffe600
}
#header ul li.selected {
	background: url(../images/bg-menu.png) no-repeat top center;
}
#header ul li.selected a {
	background: url(../images/dots.png) repeat-x left bottom;
}
#father {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#featured {
	background: url(bg-content.jpg) repeat;
	border-top: 2px solid #ffe600;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
#featured > div {
	padding: 20px 0px 20px;
	width: 470px;
	overflow: hidden;
	float: left;
}
#introduction h1 a {
	color: #588181;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 0 20px;
	text-decoration: none;
}
#introduction p {
	color: #254c4c;
	line-height: 25px;
	margin: 0 0 0 20px;
	padding: 5px 0;
	text-align: justify;
	text-indent: 2em;
}
#introduction p a {
	color: #767676;
	text-decoration: underline;
}
#introduction p a:hover {
	color: #333;
}
#news {
	margin: 0 0 10px 20px;
}
#news h1 a {
	color: #588181;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}
#news ul {
	margin-left: -15px;
}
#news ul li {
	list-style: square;
	color: #254c4c;
	line-height: 25px;
	margin: 0;
	padding: 5px 0;
}
#news ul li a {
	color: #254c4c;
}
#right ul {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#left {
	margin-right: 20px;
}
#right ul li {
	border: 1px solid #fff;
	background: #fff;
	cursor: pointer;
	float: left;
	list-style: none;
	padding: 0;
	position: relative;
	width: 220px;
}
#right ul li h3 {
	background: #94acb3;
	color: #ffe600;
	font-size: 16px;
	font-weight: normal;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 0 #768a8f;
	text-transform: uppercase;
}
#right ul li div {
	background: #f9e420;
	border-top: 1px solid #fff;
	display: block;
	height: 200px;
	left: -99999px;
	margin: 0;
	opacity: 0.9;
	position: absolute;
	top: 37px;
	width: 220px;
}
#right ul li div p {
	color: #767676;
	font-size: 16px;
	line-height: 30px;
	padding: 20px 10px;
	text-align: center;
}
#right ul li a {
	color: #767676;
	display: block;
	text-align: center;
	text-decoration: none;
}
#right ul li:hover div {
	left: 0;
}
#right ul li img {
	display: block;
	height: 200px;
	width: 220px;
}
#footer {
	border-top: 2px solid #ffe600;
	margin: 0 auto;
	padding: 5px 0;
	width: 960px;
	float: bottom;
}
#footer p {
	text-align:center;
	color: #767676;
	font-size: 11px;
	line-height: 27px;
	margin: 0 auto;
	overflow: hidden;
}
#top {
	position: fixed;
	bottom: 50px;
	right: 200px;
	opacity: 0.7;
}
#top:hover {
	opacity: 1;
}
#bg {
	width: 960px;
	margin: 0px auto;
	padding: 10px 0;
	background: url(bg-content.jpg) repeat;
	overflow: hidden;
}
#bg h1 {
	color: #588181;
	font-size: 24px;
	font-weight: normal;
	margin: 30px auto 20px;
	padding-top: 20px;
	text-align: center;
	line-height: 40px;
	width: 700px;
}
#bg h3 {
	color: #588181;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 20px;	
}
#bg p {
	color: #254c4c;
	line-height: 25px;
	margin: 0 20px;
	padding: 5px 0;
	text-align: justify;
	text-indent: 2em;
}
#bg img {
	max-width: 600px;
	width: expression(this.width > 600 ? 600: true);
	display: block;
	margin: 20px auto;
	border-radius: 5px;
}
#bg ul li {
	list-style: square;
	color: #254c4c;
	line-height: 25px;
	margin: 0 20px;
	padding: 5px 0;
}
#bg ul li a {
	color: #254c4c;
}
#bg ul li table tr td {
	font-size: 16px;
}
#research ul li {
	color: #767676;
	line-height: 25px;
	padding: 5px 20px;
	text-align: justify;
	margin-right: 20px;
}
#research {
	width: 750px;
	float: right;
}
#direction {
	float: left;
	width: 180px;
	line-height: 25px;
	background-color: #84acb3;
	margin: 20px 10px 0 20px;
	position: relative;
	top: 0px;
}
#direction h3 {
	text-align: center;
	padding: 0 0 5px;
	color: #ffe600;
	border-bottom: 2px solid #ffe600;
}
#direction ul {
	list-style: square;
}
#direction ul li {
	padding-bottom: 5px;
	margin-left: 5px;
}
#direction ul li a {
	color: #ffffff;
	text-decoration: none;	
}
#direction p {
	color: #ffffff;
	text-indent: 0;
	padding: 0 0 10px 10px;
	margin: 0;
}
#pages {
	color: #254c4c;
	padding: 10px 0;
}
#present {
	padding: 2px 8px;
}
.others a {
	display:: block;
	background-color: #84acb3;
	border: 1px solid #84acb3;
	padding: 2px 8px;
	text-decoration: none;
}
#people {
	float: right;
	margin: 20px 10px 20px 0;
	text-align: center;
	width: 740px;
	font-size: 16px;
}
#people img{
	width: 100px;
	height: 120px;
	border-radius: 5px;
}

#people tr th {
	height: 30px;
	background-color: #84acb3;
	color: black;
	border: none;
}
#people tr td {
	width: 100px;
	padding: 10px 0;
	border-bottom: 2px solid #84acb3;
}
#people tr td p, tr td a {
	color: black;
	padding: 0;
	margin: 0;
}	
#bg_inner {
	background: url(bg-content.jpg) repeat;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
#frame {
	width: 900px;
	margin: 30px;
}
.student {
	float: left;
	width: 900px;
}
.student div h1 {
	color: #588181;
	font-size: 24px;
	font-weight: normal;
}
.student h3 {
	color: #588181;
}
.student p {
	color: #254c4c;
	line-height: 25px;
	margin: 0;
	padding: 5px 0;
	text-align: justify;
}
.student div img{
	float: left;
	max-height: 280px;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.student table {
	border-collapse: collapse;
}
.student table tr td, table tr th {
	color: #254c4c;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #588181;
}
.student ul li, ol li{
	color: #254c4c;
	line-height: 25px;
	margin: 0;
	padding: 5px 0;
	text-align: justify;
}