/*---------------重设CSS样式--------------------*/
html{min-height:100%; width: 100%;}
body{margin:0px;padding:0px 0px 120px 0px;min-height:100%;width: 100%;font:14px "Microsoft Yahei",Arial,Helvetica,sans-serif;color:#333;background-color: #fff;/* #EDEFF0; */}
h1,h2,h3,h4,h5,h6,p,dl,ol,ul,pre{margin-top:0px;margin-bottom:0px;}
ul,ol,dd{list-style:none;margin-left:0px;padding-left:0px;}
input{outline:none;}
a,img{border:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
.hover-none:hover,.hover-none a:hover{text-decoration:none;}

/*----------------杂项-------------------*/
.left{display:block;float:left;_white-space:nowrap;}
.right{display:block;float:right;_white-space:nowrap;}
.clearfix { *zoom:1; }
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }

.col-red{color: #D33428;}
.col-orange{color: #ff5c00;}
.col-link{color: #08C;}
.font-weight{font-weight: bold;}
.bg-f7f7f7{background-color: #f4f4f4 !important;}

/*----------------头部样式-------------------*/
#topbar-wrap{
	height: 50px;
	background-color: #464849;
}
#topbar{
	width: 960px;
	margin: auto;
}
#nav-top{
	margin-left: 30px;
	_margin-left: 15px;
}
#nav-top li{
	float: left;
	_white-space:nowrap;
}
#nav-top li a{
	display: block;
	_float: left;
	padding: 0px 12px;
	height: 50px;
	line-height: 50px;
	color: #ddd;
	_white-space:nowrap;
}
#nav-top li a.this{
	color: #D33428;
	background-color: #333;
}
#nav-top li a:hover{
	color: #D33428;
	background-color: #333;
}


/*----------------主体部分-------------------*/
#main{
	width: 960px;
	margin: auto;
}
#main p{
	line-height: 1.6em;
	font-size: 16px;
	color: #444;
}
#main h1{
	height: 160px;
	line-height: 160px;
	font-size: 42px;
	font-weight: lighter;
	text-align: center;
	color: #666;
}