@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-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*=header
-----------------------------------------------------*/
.nav {
	width:818px;
	height:30px;
	line-height:30px;
	float:left;
	background-color: #003366;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
}
.nav li {float:left;}
.nav li a {width:80px;text-align:left;color:#FFF;padding:0 20px;}
.nav li a:hover {color:#CCCCCC;}
/*=banner
-----------------------------------------------------*/
.banner {
	padding-top:8px;
	width:818px;
}
.breadcrumbs {
	height:30px;
	line-height:30px;
	text-align:left;
}
.breadcrumbs ul, .breadcrumbs li {
	display:inline;
	color:#069;
}
.breadcrumbs li a {
	color:#069;
	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;
}
#title {
	width:174px;
	height:22px;
	padding-bottom:10px;
}
.titlehh {
	width:22px;
	float:left;
	margin-bottom:10px;
}
.titlemain {
	width:100px;
	float:left;
	border:#ccc solid;
	border-width:1px 0;
	font-size:12px;
	text-align:center;
	line-height:24px;
	color:#069;
	font-weight:bold;
}
.titleyj {
	width:4px;
	float:left;
}
/*=title end
-------------------------------------------*/
/*=sidebar
-----------------------------------------------------*/

#sidemain {
	float:left;
	width:775px;
	height:auto !important;
	min-height: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#sidemain h1,h3,h2,p{text-align:left;
	color:#666;
	line-height:24px;
	}
#sidemain h1 {
	font-size:12px;
	color:#999;
	text-align:center;
	
}
#sidemain h2{font-size:12px; color:#333; text-indent:24px;}
#sidemain h3 {color:#369; line-height:48px;
	font-size:16px;
	text-align:center;
}
#sidemain p{text-indent:24px;}
#sidemain img{
	padding:10px;
	border:#999 solid 1px;
	margin-top: 10px;
	margin-right: 130px;
	margin-bottom: 20px;
	margin-left: 130px;
}
/*=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;
}
.hong{
	color: #FF0000;
}

