@CHARSET "UTF-8";
* {font-size:12px; padding:0; margin:0; color:#787878}
body {width:1003px; margin:0 auto; background:#dadada}
ul li {list-style-type:none;z-index:999;}
a {text-decoration: none; }
img {border:none;}
.red {color:red};
h2 {
	background:url(/images/h2_middle_bg.jpg) repeat-x;
	height:34px;
	line-height:34px;
}
h2 span.left {
	display:inline-block;
	height:34px;
	width:80px;
	padding:0 0 0 10px;
	background:url(/images/h2_left_bg.jpg) no-repeat top left;
}
h2 span.right {
	display:inline-block;
	float:right;
	height:24px;
	background:url(/images/h2_right_bg.jpg) no-repeat top right;
	padding:10px 10px 0 0;
}
/*  头部样式  */
#header {
	background:url(/images/header_bg.jpg) repeat-x ;
	height:73px;
}
#header h1 {
	padding:12px 0 0 16px;
	float:left;
}
.header-right {
	float:right;
	width:264px;
	padding:9px 26px 0 0 ;
	height:26px;
}
.header-right input.search {
	background:url(/images/search_input_bg.jpg) no-repeat;
	height:26px;
	line-height:26px;
	border:none;
	width:200px;
	text-indent:8px;
}
.header-right input.submit {
	position:absolute;
	top:9px;
	height:26px;
	border:none;
	background:url(/images/search_button_bg.jpg) no-repeat;
	width:33px;
	cursor:pointer;
}
.subnav {
	height:59px;
	border:1px solid #676767;
	border-bottom:none;
	margin:8px 0;
	background:url(/images/nav_bg.jpg) repeat-x;	
}
.subnav {
	height:59px;
	line-height:59px;
}
.subnav li {
	float:left;
	width:120px;
	text-align:center;
	position:relative;
}
.subnav li a {
	display:inline-block;
	width:120px;
	height:59px;
	font-size:17px;
	color:#efefef;
	font-weight:bold;
	letter-spacing:2px;
	font-family:'微软雅黑';
	background:url(/images/nav_bg2.jpg) no-repeat;
}
.subnav li a:hover {
	color:#1e1d1d;
	background:url(/images/nav_bg1.jpg) no-repeat;
}
.childNav {
	width:500px;
	position:absolute;
	top:60px;
	left:-90px;
	line-height:0;
	z-index:999;
	display:none;
}
.childNav li {
	float:left;
	width:90px;
	height:34px;
}
.childNav li a {
	width:90px;
	height:34px;
	line-height:34px;
	font-size:12px;
	background:url(/images/subnav_bg2.jpg) no-repeat;
}
.childNav li a:hover {
	background:url(/images/subnav_bg1.jpg) no-repeat;
}

/*  首页中的主体内容  */
.main {
	padding:10px 9px;
	background:#fff;
	float:left;
	width:985px;
}

#footer {
	clear:both;
	padding:30px 0 0 0;
	height:47px;
	background:url(/images/footer_bg.jpg) repeat-x;
}
#footer p {
	text-align:center;
	line-height:20px;
	color:#bcbcbc;
	foot-weight:bold;
}
#footer p a {
	color:#efefef;
}


/**   分页样式     **/
#page {
	clear:both;
	padding:10px 2px;
	text-align:center;
}
#page a {
	border:1px solid #787878;
	padding:2px 6px;
	text-decoration:none;
	color:#333;
}
#page a:hover,#page span.me {
	background:#efefef;
	color:#787878;
	border:1px solid #c3c3c3;
	padding:2px 6px;
}
#page span.disabled {
	color:#ccc;
	border:1px solid #c3c3c3;
	padding:2px 6px;
}
