﻿* {
	margin: 0;
	padding: 0;
}
.main {
	position: relative;
	width: 970px;
	height: 340px;
	margin: 0px auto;
}
.nav {
	position: absolute;
	z-index: 3;
	width: 475px;
	height: 25px;
	top: 50px;
	left: 10px;
	background: url('../images/nav.png') no-repeat;
}
.nav a {
	float: left;
	display: inline-block;
	cursor: pointer;
	width: 77px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}
.nav a.w88 {
	width: 88px;
	padding-left:3px;
}
.nav a.w126 {
	width: 126px;
	padding-left: 10px;
}
.nav a.active {
	text-shadow: -1px 4px 5px #FFFF00;
	color: yellow;
}
.show {
	position: relative;
	width: 970px;
	height: 388px;
	margin: 0px auto;
}
.text_area01 {
	position: absolute;
	width: 423px;
	height: 232px;
	left: 26px;
	top: 110px;
	text-indent:2em;
	font-size: 15px;
	line-height: 22px;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}
.text_area01 h1 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}
.text_area02 {
	position: absolute;
	width:448px;
	height:295px;
	left: 486px;
	top: 24px;
	background-color: #ffffff;
}
.text_area02 img{
	padding:3px;
}