<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_wrap{
	height:95px;
	background:#fff;
	border-bottom:1px solid #bbbbbb;
	box-shadow:0 5px 5px #e9e9e9;
}
.header{
	width:1000px;
	margin:0 auto;
}
/*
===================
鐧诲綍
===================
*/
.login{
	float:right;
	padding:10px 0;
}
.login a{
	color:#666;
	margin-right:10px;
}
/*
===================
logo
===================
*/
.logo{
	float:left;
	padding-top:20px;
	/*margin-right:40px;*/
}
.logo a{
	float:left;
	display:block;
	width:230px;
	height:60px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-2000em;
	overflow:hidden;
}

/*
===================
瀵艰埅
===================
*/
.nav{
	float:left;
	font-size:16px;
	padding-top:37px;
}
.nav li{
	float:left;
}
.nav li a{
	padding:0 20px;
	float:left;
	line-height:35px;
	border-bottom:3px solid #fff;
	color:#333;
}
.nav li a:hover{
	text-decoration:none;
	border-color:#ddd;
}
.nav li.current a{
	color:#005cb5;
	border-color:#005cb5;
}

/*
===================
鎼滅储
===================
*/
.search_wrap{
	width:190px;
	clear:right;
	float:right;
	background:#f5f5f5;
	padding:5px;
	border-radius:4px;
}
.search{
	border:1px solid #dcdcdc;
	background:#fff;
}
.search input{
	border:0;
	padding:3px;
	margin:3px 4px;
	background:#fff;
	width:140px;
	float:left;
	outline:0 none;
}
.search button{
	float:right;	
	border:0 none;
	padding:0 5px 0 0;
	margin:0;
	overflow:visible;
	line-height:28px;
	height:28px;
	width:28px;
	background:#fff;
}
.search button img{
	display:block;
	border:0;
	margin:auto;
}






.footer{
	width:1000px;
	margin:0 auto;
	padding:15px 0 20px;
	background:url(../images/hr.png) 0 top repeat-x;
}
.footer p{
	text-align:center;
	font-size:10px;
	color:#999;
}
.footer p a{
	color:#999;
}
.footer p a:hover{
	color:#333;
}
.bottom{
	text-align:center;
	padding:0 0 5px;
	color:#999;
}
.bottom a{
	margin:0 10px;
	color:#666;
}</pre></body></html>