@charset "utf-8";
/* CSS Document */

body {
	background:none;
	background-color:#d0effe;
}
body , td , input , select , button , textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin:0;
	padding:0;
}
dl , ul , ol {
	list-style-type:none;
}
a {
	text-decoration:none;
}
a:focus {
    outline:none;
    -moz-outline:none;
}
#wrapper {
	position:relative;
	width:1000px;
	margin-left:-500px;
	left:50%;
}
#top{
	position:absolute;
	width:1000px;
	height:122px;
}
#nav{
	float:left;
	margin-left:80px;
}
* html #nav{
	margin-left:30px;
}
#nav li{
	float:left;
	width:auto;
	text-align:center;
	line-height:40px;
}
#nav li a{
	display:block;
	color:#2C2C2C;
	font-size:14px;
	font-weight:bold;
	padding:10px 25px 0 25px;
}
#nav li a:hover{
	background:url(../Images/about_02.jpg) repeat-x center top;
	border-left-color:#FFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#FFF;
	border-right-style:solid;
	border-right-width:1px;
	padding:10px 24px 0 24px;
}
#nav li.opennav a{
	color:#008DCE;
}
#bottom{
	clear:both;
	background:url(../Images/bottom_bg.jpg) repeat-x;
	width:1000px;
	height:60px;
	margin:0 auto;
	padding-top:10px;
}
#bottomintro{
	position:relative;
	width:1000px;
	left:50%;
	margin-left:-500px;
}
#bottomintro .bottomlogo{
	float:left;
	margin-left:90px;
	width:87px;
}
#banquan{
	float:left;
	width:700px;
	color:#666666;
	margin-left:30px;
	line-height:15px;
}
#banquan .banquan01{
	float:left;
	width:500px;
}
#loginpanel {
	position:absolute;
	left:50px;
	top:430px;
	width:330px;
	height:80px;
	color:#333;
	display:none;
}
#loginpanel td {
	padding:3px;
}
#loginpanel td.title {
	padding:0 0 0 20px;
}
#news {
	position:absolute;
	left:400px;
	top:430px;
	width:550px;
	height:80px;
	color:#333;
	display:none;
}
#news a,#news span {
	display:block;
}
#news a,#news img {
	float:left;
}
#news span {
	float:right;
}
#news dd {
	height:25px;
	background:url(../Images/ico_01.gif) no-repeat 2px 50%;
	padding-left:20px;
	border-bottom:#ddd dashed 1px;
}
#news a {
	width:420px;
	line-height:25px;
	color:#333;
}
#news a:hover {
	color:#6666ee;
}
#news span {
	width:90px;
	line-height:25px;
}
.ipt {
	width:100px;
}
.title {
	background:url(../Images/cl.png) no-repeat 3px 50%;
	padding-left:20px;
	line-height:25px;
	border-bottom:#ddd solid 1px;
	font-size:14px;
	font-weight:bold;
}



.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.green {
	color:#207000;
}
.block {
	display:block;
}
