@charset "gb2312";
@import url(base.css);
*html{ 
background-image:url(about:blank); 
background-attachment:fixed; 
} /*针对IE6固定顶部兼容滑动闪动兼容*/ 
body{
	margin:0;
	padding:0;
	font-family:"宋体","微软雅黑";
	font-size:13px;
	}
	
/*头部内容*/
.top{
	background:url("../imges/b-j2.png") repeat-x;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	height:64px;
	position:fixed;
	top:0;
	right:0;
	z-index:99;/*固定其他浏览器代码*/
	
	_position: absolute;/*针对IE6固定顶部兼容*/ 
	_bottom: auto; 
	_top: expression(eval(document.documentElement.scrollTop)); 
	
 }
.top_1000{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	height:64px;
	}
	
.top_1000 .logo{
	background:url("../imges/logo.png") no-repeat;
	width:153px;
	height:34px;
	float:left;
	margin:15px 0;
	}		

.top_1000 .logo a{
	width:153px;
	height:34px;
	display:block;
}

.top_1000 .top_rit{
	float:right;
	width:847px;
	overflow:hidden;
	height:64px;
	}
.top_1000 .top_rit ul{
	margin:0;
	padding:0 15px 0 15px;
	}
	
.top_1000 .top_rit ul li{
	float:left;
	width:95px;
	line-height:65px;
	text-align:center;
	}
			
.top_1000 .top_rit ul li a{
	color:#FFF;
	font-size:17px;
	font-family:"方正黑体简体","Times New Roman", Times, serif,"微软雅黑";
	display:block;
	}
.top_1000 .top_rit ul li a:hover{
	text-decoration:none;
	background-color:#333030;
	}
	
/*标题-专题*/	
.z-t{
	background:url(../imges/bg2.gif) no-repeat;
	width:63px;
	height:31px;
	float:left;
	margin-top:15px;
	margin-right:3px;
	}	
.z-t a{
	color:#FFF;
	font-size:17px;
	font-family:"方正黑体简体","Times New Roman", Times, serif,"微软雅黑";
	display:block;
	text-align:center;
	padding-top:2px;
	*padding-top:4px;/*IE兼容*/
	}
	
/*中间内容*/
.center{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	}

	
/*底部*/	

.footer{
	border-top:#d6d4d4 solid 1px;
	overflow:hidden;
	margin:5px 0 5px 0;
	}
.footer .footer1{
	overflow:hidden;
	width:1000px;
	margin:25px auto 25px auto;
	}
.footer .footer1 p{
	color:#878787;
	line-height:25px;
	text-align:center;
	}
.footer .footer1 p a{
	color:#524b4b;
	}		

