/*
	Author	:	yan
	Email		:	yan@yanweb.cn
	Website	:	http://www.yanweb.cn/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#003994;
	text-decoration:none;
}
a:hover {
	color:#dcbd00;
	text-decoration:underline;
}

blockquote {
	background:#f1f1f1;
	border-left:2px solid #dcbd00;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:#fff url('image/background_body.gif') repeat-x top;
	color:#555;
	font:14px Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* header */
#header {
	background:url('image/background_header.gif');
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	left:0;
	position:absolute;
	top:8px;
}
#header h1 .logo {
  position:absolute;
  left:12px;
  top:0;
}
#header h1 .xin {
  position:absolute;
  left:96px;
  top:10px;
}
#header h1 .hs {
  position:absolute;
  left:259px;
  top:17px;
}
#header .main_pic {
  position:absolute;
  left:266px;
  top:85px;
  display:block;
  width:468px;
  height:160px;
  overflow:hidden;
}
#header p {
	bottom:36px;
	color:#fff;
	font-size:16px;
  font-weight:bold;
  position:absolute;
	right:20px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:100px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#003994;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:20px;
	padding:10px;
  *padding:12px 10px 8px;
  width:190px;
}
#header ul li a:hover {
	background:#ffe982;
	color:#444;
	text-decoration:none;
}
#header ul li.active a {
	color:#fff;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

/* sidebar */
#sidebar {
	float:left;
	width:210px;
  font-size:12px;
}
#sidebar h1 {
	border-bottom:2px solid #dcbd00;
	color:#444;
	font-size:18px;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p, #sidebar div.info {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:14px;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar .info div.i {
  padding:4px 0;
  border-bottom:1px solid #ffe982;
}
#sidebar .info strong {
  color:#333;
  font-weight:bold;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #dcbd00;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */
#main {
	float:right;
	width:520px;
}
#main p {
	color:#555;
	line-height:180%;
	padding:10px;
  margin:0;
}
#main p.pp {font-size:14px;font-weight:normal;padding:4px 10px;}
#main p.blue {color:#003994;font-weight:bold;padding:4px 10px 0;}
#main ul.list {
  color:#555;
  line-height:22px;
  padding: 0 10px 10px 10px;
  margin:0;
}
ul.list li {
  margin:0;
  padding:0 0 4px 16px;
  list-style:none;
  background:transparent url("image/oran_dot.gif") 0 3px no-repeat;
}
#main h1 {
	border-bottom:2px solid #dcbd00;
	color:#444;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}

/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #dcbd00;
	color:#555;
	font-size:12px;
	line-height:20px;
	padding:10px;
	text-align:center;
}
#marqueecontainer0 {
  height:300px;
  background:#f1f1f1;
	color:#555;
	display:block;
	font-size:14px;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}