@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,pre,blockquote{
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
*:focus {
	outline: none;
} 
textarea {
	resize:none;
}
i{
	font-style:normal;
	display:block;
}
body {
	color:#333333;
	width:930px;
	margin:0 auto;
	position:relative;
	font-family:Microsoft YaHei,黑体,Arial;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.clear{
	clear:both;
}
img{
	border:none;
}
ul {
	list-style-type:none;
}
a{
	text-decoration:none;
	color: inherit;
}
a:hover{
	text-decoration:underline;
}
#header{
	height:128px;
	position: relative;
}

#header h1{
	position: absolute;
	top:22px; 
	left:-3px; 
}
#header p{
	position:absolute;
	font-size:16px;
	left:0px;
	top:92px;
	color:#777;
}
#header a.message{
	position:absolute;
	top:0px;
	right:0px;
	height:24px;
	line-height:24px;
	margin-right: 3px;
	font-size:14px;
	color:#777;
}
#header a.message:hover {
	color:#669900;
	text-decoration:underline;
}
#header a.about{
	position:absolute;
	top:0px;
	right:4px;
	border-left:1px dotted #6e7173;

	padding-left:8px;
	height:28px;
	line-height:28px;
	color:#333;
	font-size:14px
	font-family:Arial;
}
#header a.about:hover {
	color:#669900;
	text-decoration:underline;
}

#header input#key{
	width:180px;
	height:26px;
	line-height:26px;
	padding-left:4px;
	margin:0;
	border:1px solid #DFDFDF;
	border-bottom:none;
	border-right:none;
	overflow:hidden; 
	color:#666;

	position:absolute;
	bottom:0;
	right:40px;
}
#header input#sub{
	color:#535151;
	width:40px;
	height:26px;
	line-height:26px;
	padding:0px;
	margin:0;
	overflow:hidden; 
	border:1px solid #DFDFDF;
	border-bottom:none;
	border-left:none;
	background:url(../images/92056321.jpg) no-repeat right center;
	
	position:absolute;
	right:0;
	bottom:1px;
}

#footer{
	color:#999999;
	clear:both;
	height:40px;
	padding-top:5px;
	border-top:1px solid #DFDFDF;
/* 	padding-left:10px;
	padding-right:10px; */
}
#footer p{
	float:left;
	width:800px;
	height:30px; 
	line-height:30px;
}
#footer span{
	text-align:right;
	float:right;
	width:20px;
	height:24px;
}
#footer a{
	color:#999999;
	display:inline;
}