﻿@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	overflow:hidden;
}
body {
	width:100%;
	height:100%;
	background:#000;
	overflow-x:hidden;
	font-family:"微软雅黑";
	font-size:14px;
	min-width:1280px;
	word-wrap : break-word;
	word-break : break-all;
	background:transparent url("../images/headerbg.png") repeat scroll 0% 0%;
}
p{
text-align:justify;
text-justify:inter-ideograph;
}
img {
	border:0;
}
ul, ol {
	list-style:none;
}
a {
	color:#adaaaa;
	text-decoration:none;
	outline:none;blr:expression(this.onFocus=this.blur());
}
.l {
	float:left;
}
.r {
	float:right;
}
.clear {
	clear:both;
}
#header {
	height:84px;
	min-width:1230px;
	width:96%;
	padding:0 1% 0 3%;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:transparent url("../images/headerbg.png") repeat scroll 0% 0%;
}
 a:hover {
	color:#fff;
}
#logo {
	margin-top:20px;
}
.nav {
	float:right;
	position:relative;
	z-index:1;
	margin:5px 0 0;
}
.nav .nLi {
	float:left;
	display:inline;
	background:url(../images/navlibg.png) no-repeat right 5px;
	padding:0 10px 0 5px;
}
.nav .nLi h3 {
	float:left;
*display:block;
	margin:0;
	font-weight:normal;
	font-size:16px;
}
.nav .nLi h3 a {
	display:block;
	padding:0 0px 10px;
	font-size:14px;
}
.nav .sub {
	display:none;
	margin-left:-3px;
	top:26px;
	position:absolute;
	background:url(../images/headerbg.png);
	line-height:26px;
	padding:5px 0;
	text-align:center;
}
.nav .sub li {
	zoom:1;
}
.nav .sub a {
	display:block;
	padding:0 5px;
	font-size:14px;
}
.nav .sub a:hover {
	background:#000;
	color:#fff;
}
.nav .on h3 a {
	background:url(../images/navbg.png) repeat-x center bottom;
	color:#fff;
}
.top {
	text-align:right;
	margin-top:25px;
	margin-right:24px;
}
.top a {
	font-size:14px;
	padding:0 7px;
	color:#0dabf2;
}
.top a:hover {
	color:#fff;
}
#footer a.gotop {
	padding:10px 25px 10px 50px;
	background:url(../images/gotop.png) no-repeat right center;
}
