	
/* Main Styles */
html { height: 100%; margin-bottom: 1px; }

ul, li {
    list-style: none
}

.orange {
	color: #FFa800;
}

.green {
  color: #329c37;
}

.blue {
  color: #1651a5;
}

.white {
  color: #fff;
}

.red {
	color: #EE411C;
}

.solid_line {
	height: 1px;
	border: 0;
	border-bottom: 1px solid;
	width:100%;	
}

.dotted_line {
	height: 0;
	border-bottom: 1px dotted;
	width:100%;	
}


.float_right {
	float: right;
}

.float_left {
	float: left;
}

body {
	margin: 0;
	padding: 0;
	background: #eee;
	font: normal 80%/145% 微软雅黑,Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: normal;
	z-index: -10000;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 微软雅黑,Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
	margin: 5px 0 10px 5px;
}

h2 {
	text-indent: 2em;
	font-size:1.1em;
	text-align:left;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1em;
}

* a {
	z-index: 5000;
}

a:link, a:visited, a:active {
	color: #fcb13c;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

#cap {
	position: absolute;
	top: 14px;
	right: 200px;
	width: 325px;
	height: 35px;
	z-index: 2000;
}

#cap h3 {
	visibility: hidden;}


#beta {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 140px;
	height: 102px;
	background: url(beta.png) no-repeat;
}

#beta h1 {
	padding-right: 0px;
	font-size: 1em;
	line-height: 100px;
	display: block;
	border: 0;
	text-align:right;
	color: #1651a5;
	}
	
#beta h1 a{
	color: #1651a5;
	}	
	
#beta h1 a:hover{
	color: orange;
	}		

blockquote {
	font: italic 1.1em 微软雅黑,Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index:-1000;
}

#top {
	margin: 0 auto;
	padding: 0;
	background: url(bg_top.gif);
	position:relative;
	height:119px;
	z-index: 0;
	text-align: center;
}

#top_cont {
	margin: 0 auto;
	padding: 0;
	width: 1002px;
	height: 119px;
	position: relative;
}

.logo {
	position: absolute;
	top: 30px;
	left: 90px;
	width: 550px;
	height: 100px;
	background: url(logo.png) no-repeat;
}

.logo h3 {
	padding: 10px 0;
	font-size: 1.0em;
	line-height: 1.2em;
	display: block;
}

.logo h3 a {
	padding: 10px 10px;
}

.logo h3 a span {
	visibility: hidden;
}

#nav {
	position: absolute;
	top: 80px !important;
	top: 100px;
	right: 0px;
	width: 550px;
	height: 33px;
	font: normal 1.1em 微软雅黑,Verdana, Arial, Helvetica, sans-serif;
	z-index: 20000;
}

#nav ul li {
	display: inline;
	width: 100px;
	float: left;
	line-height: 30px;
	z-index: 19000;
}

#nav ul li a {
	text-decoration: none;
	color: #2c2c2c;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #1651a5;
	font-weight: bold;
}

#nav ul li a:active {
	color: #222;
	font-weight: bold;
}

.selected {
	color: #1651a5;
	font-weight: bold;
}

#banner {
	padding: 0;
	background: #fff url(bg_banner.jpg) repeat-x top;
	border-top: 1px solid #ccc;
}

#banner_cont {
	margin: 0 auto;
	padding: 0;
	width: 1002px;
	position: relative;
}

#contact #container {
	margin-left: 0em;

}

#container {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 1002px;
}

#main_content {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 1002px;
	background: #fff;
}


/* Footer */

#footer {
	margin: 0;
	padding: 0;
	border-top: 1px #ccc solid;
	font: 1em/100px 微软雅黑,Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
}

#footer_cont {
	line-height: 1.5em;
	margin: 0 auto;
	padding-top: 1em;
	width: 800px;
	height: 80px;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

#footer a, #footer a:visited {
	color: #ddd;
	border-bottom: none;
}

#footer a:hover {
	color: #FF9900;
}


.clearfix:after {
	content: ".";
    height: 1px;
	background: transparent;
	clear: both;
	display: block;
	visibility: hidden;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
