@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #444;
	font-size: 12px;
	font-family: helvetica, tahoma, arial, simsun;
	background: #FFF;
}
ul {
	list-style-type: none;
	list-style-position : outside;
	text-align: left;
}
img {border: 0;}
p, input, button{
	margin:0;
	padding:0;
}
a:link, a:visited  {
	color: #444;
	text-decoration: none;
}
a:hover, a:active  {
	color: #0000ff;
	text-decoration: underline;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.wrap100 {width: 100%;}
.w1280 {width: 1100px;}
.w1440 {width: 1200px;}
.w1024 {width: 960px;}
/*header*/
#h {margin: 0 auto;}
#h h1 {
	width: 225px;
	height: 60px;
	float: left;
	margin-top: 30px;
	background: url("../images/logo.jpg") 0 0 no-repeat;
}
#h h1 a {
	display: block;
	width: 225px;
	height: 60px;
	text-indent: 250px;
	overflow: hidden;
	white-space: nowrap;
}
#h .g {
	width: 450px;
	height: 60px;
	margin: 30px 2px 0 0;
	float: right;
	background: url("../images/top.jpg") 0 0 no-repeat;
}
/*content*/
#middle{background: #000C2D;}
#c {
	background: #000C2D;
	margin: 0 auto;
}
.nav {
	height: 529px;
	float: left;
	background: #000F37;
	padding: 20px 0;
}
.nav ul, .nav ul li {
	padding: 0;
	margin: 0;
}
.nav ul li a {
	width: 180px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-indent: 40px;
	cursor: pointer;
	border-bottom: 1px solid #000C2D;
}
.nav ul li a, .nav ul li a:link, .nav ul li a:visited  {
	color: #aaa;
	background: #132144; /*url("../images/t3.jpg") no-repeat 27px center;*/
	text-decoration: none;
}
.nav ul li a:hover, .nav ul li a:active  {
	color: #fff;
	background: #555;
	text-decoration: none;
}
.nav ul li ul {display:none;}
.nav .over ul {display:block;}
.nav ul li ul li a:link, .nav ul li ul li a:visited  {
	color: #aaa;
	text-indent: 50px;
	background: #333;
	text-decoration: none;
}
.nav ul li ul li a:hover, .nav ul li ul li a:active  {
	color: #fff;
	background: #555;
	text-decoration: none;
}
#main {
	height: 529px;
	float: left;
	margin: 20px 0 0 20px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url("../images/1092.jpg") no-repeat center 0;
}
.m{width: 79%;}
.m1280{width: 81%;}
.m1440{width: 83%;}
/*footer*/
#f {
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	color: #444;
}
a:link, a:visited  {
	color: #565599;
	text-decoration: none;
}
a:hover, a:active  {
	color: #0000ff;
	text-decoration: underline;
}
#fb {
	width: 180px;
	height: 220px;
	float: left;
	clear: both;
	background: #DBDBDD;
}
/*
.f{height: 220px;} /*if there is no ad, the value of height could be subtracted 70px*/
/*
.f800{height: 220px;}
.f768{height: 220px;}*/