<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.wp {
	margin: 0px auto;
	width: 1000px;
}
.header{
background: url(images/topbg.jpg) repeat-x top center;
}
.top {
	width: 100%;
	height: 30px;
	background-color: #f3f3f3;
}
.top .top-right {
	float: right;
	height: 30px;
}
.top .top-right a {
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #276fa3;
	background: url(images/tool-a-bg.jpg) no-repeat center left;
	padding-left:10px;
}

.top .top-right a:hover {
	text-decoration: none;
}
.tools {
	width: 100%;
	height: 30px;
	line-height:30px;
	background-color: #f3f3f3;
	overflow:hidden;
}
.tools .weather {width:230px; padding-left:20px; float:left;}
.tools .time {width:150px; float:left;}
.tools .serach {width:182px; margin:7px 20px; _margin:7px 10px; float:right;background:url(images/but.png) 0px -180px; _background:url(images/but.gif) 0px -180px;}
.tools .serach .con {width:146px; margin:2px 0px 0px 10px; _margin:2px 0px 0px 5px;margin-top:2px\0;}
.tools .serach .btn { width:16px; height:16px; margin:1px 5px; *margin:1px 1px;float:right;margin:0px 4px\0;}
*+html .tools .serach {width:182px; margin:7px 20px;padding:0px;height:20px;overflow:hidden;}
*+html .tools .serach form{height:20px;padding:0px;}
*+html .tools .serach .con {width:146px; margin:0px 0px 0px 0px;height:20px;}
*+html .tools .serach .con  input{ margin:4px 0px 0px 10px;float:left;}
*+html .tools .serach .btn { width:16px; height:16px; margin:0px 4px;float:right;}
*+html .tools .serach .btn  input{ width:16px; height:16px; margin:2px 0px;float:right;}
.tools .email {width:350px;padding-left:20px; background:url(images/ico.png) 0px -22px no-repeat;*background:url(images/ico.gif) 0px -22px no-repeat; _background:url(images/ico.gif) 0px -22px no-repeat; float:right;}
*html .tools .email form{margin-top:4px;}
*+html .tools .email form{margin-top:0px;}
.clear {
	clear: both;
	height: 0px;
}
.height10 {
	height: 10px;
}
.bold{
	font-weight:600;
}
.navmenu ul {
	width: 100%;
	height: 43px;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url('images/menu-bg.jpg') repeat-x;
}
.navmenu li {
	width: 110px;
	float: left;
	height: 43px;
	line-height: 43px;
	background: url('images/menu-splite.jpg') no-repeat right;
	list-style: none;
	text-align: center;
}
.navmenu li a {
	color: #fff;
	line-height: 43px;
	height: 43px;
	display: block;
	text-decoration: none;
	font-size: 14px;
}
.navmenu li a:hover, .navmenu li.hover a {
	border: none;
	text-decoration: none;
	line-height: 43px;
	color: #fff;
}
.navmenu li.right {
	background: none;
}
.dropMenu {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100px;
	visibility: hidden;
	margin: -2px 0 0 -1px;
	border: 1px solid #177dc5;
	border-top: 0px;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.dropMenu li {
	margin-top: 2px;
	margin-bottom: 4px;
	padding-left: 6px;
	list-style: none;
}
.dropMenu li a {
	width: 80px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333;
	padding: 4px 0 4px 0px;
}
.dropMenu+li a {
	border-top: none;
}
* html .dropMenu a {
	width: 100%;
	color: #333;
}
.dropMenu a:hover {
	text-decoration: underline;
	color: #2d6bac;
}
.footer {
	border: 1px solid #c9d9f0;
}
</pre></body></html>