@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,table,th,td {
	margin: 0;
	padding: 0;
}
body {
	font:12px "simsun","宋体","arial narrow",helvetica;
	background:#ffffff;
	color:#444;
	-webkit-text-size-adjust: none; /* fix chrome 12 px limit */
}
button,input,select,label {
	vertical-align: middle;
}
ul,ol,p,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
address,cite,dfn,em,var {
	font-style: normal;
}
code,kbd,pre,samp {
	font-family: courier new, courier, monospace;
}
small {
	font-size: 12px;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0 none;
}
a img,span img {
	vertical-align: middle;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to enable resizing for ie*/
input,textarea,select { *
	font-size: 100%;
}
legend {
	color: #000;
}
input[type="text"],input[type="password"],select,textarea {
	width: 230px;
	padding: 3px;
	border: solid 1px #dddfe0;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
}
select {
	width: 238px;/*any*/
	_width: 234px;/*ie6*/
}
a {text-decoration: none;}
a:link,a:visited{color:#3e3e3e}
a:hover{color:#b42301}
/* 列表样式 */
ul,ol {
	list-style: none outside none;
}
h1,h2 {
	font-size:12px;
	height:30px;
	line-height:30px;
	color:#8b6825;
	margin-bottom:20px;
	padding-left:20px;
}
h1 img {
	float:left;
	margin-right:10px;
	margin-top:7px;
}
h2 {
	font-weight:normal;
	color:#0d588a;
	font-family:"黑体";
}
h2 a {
	color:#0d588a;
	font-weight:400;
}
h2 a:hover ,h2 .on{
	color:#d58e05;
}
form span {
	color:#000;
}
form a {
	color:#b77c0a;
	text-decoration:underline;
}
form a:hover {
	color:#387cab;
}