@charset "utf-8";
/* CSS Document */
body{background:url(../images/file.png)  no-repeat fixed;}
#header{ width:100%;  background:url(../images/top_bg.png) repeat-x #01164b;   height:auto;}
.logo{ width:960px; height:90px; background:url(../images/logo.png) no-repeat;}
.top_banner{ width:100%; height:110px; background:url(../images/res/topbanner.png) no-repeat;}
.menu_contenter{width:100%; height:36px; background:#0c255f;}
#main{ width:980px; height:auto; margin:0 auto; }
#menu{ width:980px; height:35px;}
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 750px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background:#0c255f;
	z-index:2;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;

}
ul#topnav li a {
	padding: 10px 9px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
#footer{}
.foot{ width:100%; background:#0c255e; height:50px;}

	




ul#topnav li:hover { color:#d57b07; background:#1376c9 url(topnav_active.gif) repeat-x; }
ul#topnav li span {

	float: left;
	padding: 15px 0;
	position: absolute;
	height:10px;
	left: 0; top:36px;
	display: none;
	width: 980px;
	background: #0c255f;
	color: #fff;
	z-index:2;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; font-size:12px;}
ul#topnav li span a:hover {text-decoration: underline;}

.search_box{ width:185px; height:35px; background:url(../images/search.png) 0px 1px; no-repeat; margin-left:760px;}
.search{ width:138px; border:0; float:left; margin-top:11px; margin-left:11px; height:12px; }
.btn{ float:left; background:url(../images/btn.png) no-repeat; margin-left:6px; margin-top:5px; width:27px; height:27px; border:0;}
.bottom{ color:#CCC; width:980px; height:50px; line-height:25px; text-align:center; }
.bottom a{ color:#CCC; margin-left:15px;}

.lg{ clear:both; margin-top:10px; width:980px; height:75px; padding-top:10px;}
.lg ul{ margin-left:-17px;_margin-left:-10px;}
.lg ul li{ float:left; margin-left:16px;_margin-left:8px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.lg{ clear:both; margin-top:10px; width:980px; height:75px; padding-top:10px;}
.lg ul{ margin-left:-30px;_margin-left:-10px;}
.lg ul li{ float:left; margin-left:8px;_margin-left:8px;}
}

