#head {
	margin: 0px auto;
	width: 100%;
background-color:#fff;
height:102px;
background-image:url(images/logo.jpg);
background-repeat:repeat-x;
background-position:left top;
}
#logomenu {
	display: block;

	width:1050px;
	margin-right: auto;
	margin-left: auto;

margin-top: 0px;
overflow: hidden;
}

#logo {
	display: block;
	width:350px;
	float:left;


}
#logo img{
height:70px;
margin: 10px auto;
	display: block;
}
#logo img:hover{
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%); 
filter: gray; 
}
#logo2 {
	display: block;
	width:500px;
	float:left;
margin:20px auto 0px 100px;

}


 #menu {
	width: 100%;
	
	display: block;
	height: 43px;
position:absolute;
z-index:100;
background-color:#0094AA;
}
 
#banner {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color:#fff;
	
	margin-top: 0px;
	margin-bottom: 0px;
}
#banner #bannercontent {
	display: block;

	max-width: 1600px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
height:400px;
}
/*-----------------下面是下拉菜单的样式表-----------------*/
* { 
padding:0; 
margin:0; 
} 
body { 
font-family:verdana, sans-serif; 
font-size:small; 
} 
#navigation, #navigation li ul { 
list-style-type:none; 
} 
#navigation { 
width:1050px;
margin-top: 0px;
	margin-right: auto;

	margin-left: auto;
} 
#navigation li { 
float:left; 
text-align:center; 
position:relative; 
} 
#navigation li a:link, #navigation li a:visited {
	display:block;
	text-decoration:none;
	width:100px;
	height:43px;
	line-height:43px;

	font-size: 14px;
	
	color: #fff;
	background-position: right bottom; 

}

#navigation li ul li a:link, #navigation li ul li  a:visited { 
display:block; 
text-decoration:none; 
color:#fff; 
width:200px; 
height:39px; 
line-height:39px; 
border:1px solid #8B6530; 
border-width:1px 1px 0 0; 
background:#C1914D; 
	font-size: 12px;
	font-weight: normal;

} 
#navigation li a:hover { 
color:#000;
background-color:#C1914D;
} 
#navigation li ul li a:hover { 
color:#fff; 
background:#6b839c; 
} 
#navigation li ul { 
display:none; 
position:absolute; 
top:42px; 
left:0; 
margin-top:1px; 
width:120px; 
} 
#navigation li ul li ul { 
display:none; 
position:absolute; 
top:0px; 
left:130px; 
margin-top:0; 
margin-left:1px; 
width:120px; 
} 
/*-----------------下面是下拉菜单的样式表-----------------*/
#top {
	display: block;
	height: 42px;
	width: 100%;
	margin-top: 0px;
background-image:url(images/top.jpg);
background-position:left top;
background-repeat:repeat-x;
}
#hotnews{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
height:42px;
}
#hotnews .h1{
	display: block;

	width: 120px;
line-height:42px;
font-size:12px;
	overflow: hidden;
height:42px;
float:left;
background-color:#0094AA;
color:#fff;
text-align:center;
box-shadow: 5px 5px 5px #888888;
}
#hotnews .gd{
	display: block;

	width: 450px;
line-height:42px;
font-size:12px;
	overflow: hidden;
height:30px;
float:left;
}
#hotnews .time{
	display: block;

	width: 450px;
line-height:42px;
font-size:12px;
	overflow: hidden;
height:42px;
float:left;
text-align:right;
}