@charset "utf-8";
/* = CSS Reset
------------------------------------------------------------*/
body {
	background:#FFF url(../images/body-bg.jpg) repeat-y scroll center center;
	font-family:Tahoma, Helvetica, Arial, '宋体', sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	overflow-x:hidden;
	overflow-y:auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
	color:black;
}
img {
	display:block;
	border:none;
}
.clear {
	clear:both;
}
/*=wrapper
----------------------------------------------------*/
.wrapper {
	width:818px;
	margin:0 auto;
}
/*=header
-----------------------------------------------------*/
.nav {
	background:#003366 url(../images/nav_bg.jpg) no-repeat;
	width:818px;
	height:30px;
	line-height:30px;
	float:left;
}
.nav li {
	float:left;
}
.nav li a {
	width:80px;
	text-align:center;
	color:#FFF;
	padding:0 20px;
}
.nav li a:hover {color:#CCCCCC;}
/*=banner
-----------------------------------------------------*/
.breadcrumbs {
	height:30px;
	line-height:30px;
	text-align:left;
}
.breadcrumbs ul, .breadcrumbs li {
	display:inline;
	color:#333333;
}
.breadcrumbs li a {
	color:#333333;
	font-weight:bold;
	padding-right:10px;
}
.breadcrumbs li a:hover {
	color:#000000;
	font-weight:bold;
	padding-right:10px;
}
a {
	color:#000;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
/*=main
-----------------------------------------------------*/
#main {
	width:818px;
	background:url(../images/mainyj.jpg) no-repeat;
	float:left;
	padding-top:10px;
	height: 1000px;
}
#title {
	width:174px;
	height:120px;
	margin-bottom:10px;
	padding-top:10px;
	background: url(../images/sever-01.jpg) no-repeat;
	color: #333333;
}
#title h1{ font-size:16px;color:#333333;}
#title p{ text-indent:6px; line-height:24px; color:#333333;}
/*=title end
-------------------------------------------*/
/*=sidebar
-----------------------------------------------------*/

#sidebar {
	width:174px;
	height:120px;
	float:left;
	color: #333333;
}
#sidebar ul li {
	width:174px;
	line-height:36px;
	display:block;
	text-align:left;
}
#sidemain {
	float:left;
	width:564px;
	padding-left:40px;
	padding-right:40px;
	height: 800px;
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
}
#topmail {
	float:left;
	width:644px;
}
#sidemain h1,h2, p {
	text-align:left;
	color:#333333;
	line-height:28px;
	font-weight: lighter;
	
}
#sidemain h1 {
	font-size:12px;
}
#sidemain h2{ font-size:12px; font-weight:lighter;}
#sidemain p{
	color:#666;
}
/*=footer
-------------------------------------------*/

.footer {
	width:818px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#666;
	margin:15px 0;
}
.footer a{color:#666;}
.footerleft {
	float:left;
}
.footerright {
	float:right;
}
.foot1 {
	width:818px;
	color: #333333;

}

