@charset "utf-8";
/* CSS Document */

/*头部导航开始*/
.top{
	height:200px;
	width:1000px;
	margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:77px;
	z-index:999;}
.logo{
	float:left;}
.nav{
	float:left;
	font-size:14px;
	padding-top:10px;
	padding-left:58px;
	}
.nav li{
	float:left;
	margin:0 30px;
	text-align:center;
	font-family:微软雅黑;
	position:relative;
	}
.nav li a{
	color:#333;
	}
.nav li a:hover{
	color:#231166;}
.nav li a:hover em{
text-align:center;
display:inline;}
.nav li em{
	font-size:13px;
	text-align:center;
	display:block;}

.sun_nav{
	position:absolute;
	width:414px;
	height:30px;
	background:white;
	top:40px;
	left:2px;
	line-height:30px;
	box-shadow:0px 1px 4px #ccc;
	display:none;
	text-align:center; }
.sun_nav a{
	float:left;
	margin:0 14px;
	font-size:13px;}
.sun_nav a:hover{
	color:red;}
.nav li.newscenter div{	
	width:359px;
	}
.nav li.chanye div{	
	width:401px;
	}
.nav li.last div{
	position:absolute;
	width:601px;
	height:30px;
	background:white;
	top:45px;
	left:-312px;}
.nav li.new div{
	width:267px;
	height:30px;
	background:white;}
/* 头部导航结束*/

/*底部开始*/
.footer{
	height:40px;
	margin-top:20px;
	background:url(../image/footer.jpg) repeat-x  left top;}
.in_footer{
	width:1000px;
	margin:0 auto;
	height:40px;
	font-size:12px;
	color:#939393;
	font-family:"微软雅黑";
	}
.in_footer span{
	float:left;
	line-height:40px;
	}
.in_footer .footnav{
	float:right;}
.footnav li{
	line-height:40px;
	float:left;
	
	}
.footnav li a{
	border-right:1px solid #ccc;
	padding:0 8px;
	}
.rightcode{
	position:fixed;
	bottom:100px;
	left:50%;
	margin-left:550px;
	z-index:9999;
	box-shadow:1px 2px 8px #ccc;
	}
	
	