@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
	font-family:"宋体";
	font-size:12px;
	text-align:center;
	background:url(../images/bg_head.gif) no-repeat center top;
}

img {
	border:none;
}

ul,li {
	list-style:none;
}

a {
	text-decoration:none;
	color:#666666;
}

div {
	overflow:hidden;
	text-align:left;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

#header {
	margin:0px auto;
	width:980px;
	height:110px;
}

#globalmenu {
	height:21px;
	padding-top:9px;
	text-align:right;
	background:url(../images/home.gif) no-repeat 730px 3px;
}

#logo {
	width:174px;
	height:68px;
}

#logo a {
	position:relative;
	top:12px;
	left:20px;
}

#mainnav {
	width:806px;
	height:68px;
}

#mainnav ul {
	margin-top:34px;
	margin-left:50px;
}

#mainnav ul li {
	width:79px;
	height:34px;
	float:left;
	margin-right:23px;
}

#mainnav ul li a {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	display:block;
	height:34px;
	line-height:34px;
	text-align:center;
}

#mainnav ul li a:hover {
	color:#1d5b96;
}

#mainnav ul li.selected {
	background:url(../images/bg_mnav.gif) no-repeat;
}

#mainnav ul li.selected a {
	color:#FFF;
}

#mainnav ul li.selected a:hover {
	color:#FFF;
}

#header_foot {
	width:980px;
	height:27px;
	background:url(../images/bg_head_f.gif) no-repeat;
	margin:0px auto;
}

#footer {
	width:980px;
	margin:0px auto;
	/*height:111px;*/
	background:url(../images/bg_foot.gif) repeat-x ;
}

#footnav {
	width:980px;
	height:34px;
	line-height:34px;
	text-align:center;
	background:url(../images/footsplit.gif) no-repeat bottom center;
	color:#999999;
}

#footnav a {
	color:#999999;
}

#company {
	width:560px;
	margin:0px auto;
	/*height:54px;*/
	margin-top:10px;
}

#comlogo {
	background:url(../images/foot_logo.gif) no-repeat;
	width:141px;
	height:54px;
}

#comtxt {
	color:#666666;
	width:400px;
	line-height:19px;
	margin-left:19px;
}

#content  {
	width:980px;
	margin:0px auto;
}
