@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	text-align:left;
	background-color:#C00;
}
ol, ul {
	list-style: none;
}
p {
	line-height:150%
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.opacity {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a {
	color:#C00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrap {
	margin:0 auto;
	text-align:left;
	width:990px;
}
/*header end*/
#header {
	background-color:#FFF;
	height:90px;
	margin-bottom:10px;
}
#logo {
	float:left;
	width:200px;
	padding:10px;
}
#logo img {
	width:200px;
	height:70px;
}
#reg, #nav {
	float:left;
	width:720px;
	height:50%;
	text-align:right;
	padding:0 10px;
}
#reg a {
	margin:10px;
	background-color:#C00;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding:2px 5px;
}
#reg a:hover {
	background-color:#FD5900;
	color:#FFF;
}
.MenuBarHorizontal {
	float:right
}
/*header end*/
/* Footer Begin*/
#footer {
	width:100%;
	font-size:12px;
	background-color:#000;
	color:#FFF;
}
#footer p {
	line-height:150%;
}
#sitemap {
	padding:10px;
	float:left;
	width:300px;
}
#sitemap strong {
	display:block;
	padding:2px 0 5px 5px;
}
#sitemap li {
	float:left;
	width:33%;
}
#sitemap a {
	text-decoration:none;
	display:block;
	padding-left:5px;
	padding-bottom:5px;
}
#contact {
	padding:10px;
	float:left;
	width:650px;
}
/* Footer End */
h1,h2,h3{
	clear:both;
	font-size:18px;
	font-family:"微软雅黑", "宋体", "新宋体", "Times New Roman", Arial;
	padding:5px 10px 5px 0px;
	margin-bottom:5px;
}
h1{
	text-align:center
}
h3{
	font-size:16px;
}
h3 span{
	float:right;
	font-weight:normal;
	font-size:14px;
}
.l10{
	margin-left:10px;
}
.mb10{
	margin-bottom:10px;
}
.pb10{
	padding-bottom:10px;
}
.p10{
	padding:10px 20px;
}

.col{
	margin-bottom:10px;
	background-color:#FFF;
	
}
.sidebar,.main{
	float:left;
	padding:10px;
	background-color:#FFF;
}
.sidebar{
	width:300px;
	margin-right:10px;
}

.main{
	width:640px;
}
#project{
	margin-left:10px;
}
#project li{
	float:left;
	width:225px;
	height:220px;
	text-align:center;
	background-color:#EEE;
	margin:0 10px 10px 0;
	padding:5px;
}
#project img{
	width:225px;
	height:200px;
}
#project em{
	display:block;
	text-align:center;
	font-style:normal;
	line-height:25px;
}
#scheme{
	margin-left:-10px;
}
#scheme li{
	float:left;
	width:120px;
	display:inline;
	margin:0 0 0 10px;
}
#scheme img{
	width:120px;
	height:120px;
}
#scheme em{
	font-style:normal;
	font-size:12px;
	line-height:150%}
.banner{
	background-image:url(../../images/banner.jpg);
	width:990px;
	height:240px;
	margin-bottom:10px;
}
.banner p{
	width:450px;
	padding:10px 0 0 10px;
	text-indent:2em;
	font-size:12px;
}
.banner h2{
	padding-left:10px;
	padding-top:20px;
}
.more{
	text-align:right;
	font-size:16px;
}
.more a{
	font-size:16px;
	padding:10px;
}
.main p{
	margin-bottom:10px;
}