﻿body, h1, h2, h3, h4, h5, h6, img, p, ul, ol, li, table, tr, td, dil, dt, dd {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
.content {
	position: relative;
	width: 980px;
	height: 500px;
	margin: 0px auto;
	background-image: url('../images/bg.png');
}
.show {
	position: absolute;
	left: 68px;
	top: 140px;
	width: 456px;
	height: 311px;
}
.show h2 {
	text-align: center;
	color: #D2DEAD;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.show p {
	color: #ffffff;
	font-size: 14px;
	text-indent: 2em;
	line-height: 22px;
	margin-bottom: 10px;
}
.show p a {
	padding-left: 5px;
	color: #D2DEAD;
	font-size: 14px;
	text-indent: 2em;
	line-height: 25px;
	text-decoration: none;
}
.nav {
	position: absolute;
	left: 624px;
	top: 165px;
	height: 300px;
}
.nav span {
	width: 300px;
	height: 30px;
	margin-bottom: 15px;
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}
.nav span.teshu {
	position: absolute;
	left: 50px;
	top: 0px;
}
.nav span.teshu01 {
	position: absolute;
	left: 25px;
	top: 65px;
}
.nav span.teshu02 {
	position: absolute;
	left: 10px;
	top: 130px;
}
.nav span.teshu03 {
	position: absolute;
	left: 0px;
	top: 200px;
}
.nav span.active {
	text-shadow: -1px 4px 5px #FFFF00;
	color: yellow;
}
