#head {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
	overflow: hidden;
	background-color: #fff;
	
height:100px;
}
#head #top1 {
	display: block;
	height: 30px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #A78B56;
}
#head #top1 #toptime {
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	width: 200px;
	font-size: 12px;
	line-height: 30px;
	color: #A78B56;
}


#head #logomenu #rightmenu {
	display: block;
	float: right;
	width: 320px;
	overflow: hidden;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #02652C;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
text-align: center;
}

#setindex {
	display: block;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	width: 400px;
	overflow: hidden;
	color: #333;
	float: right;
}
#logomenu {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
 #setindex a {
	color: #333;
	text-decoration: none;
}

#logo {
	display: block;
	height: 70px;
	width: 670px;
	
	float: left;
}
#head #logomenu a {
	color: #FFFFFF;

	height: 38px;
}


 #menu {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 38px;
	background-color:#AA0000;
position:absolute;
z-index:100;

}
#banner {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #fff;
	height: 433px;
margin-top:40px;
	background-image: url(images/d.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}
#banner #bannercontent {
	display: block;
	height: 400px;
	max-width: 1920px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 33px;

}
/*-----------------下面是下拉菜单的样式表-----------------*/
* { 
padding:0; 
margin:0; 
} 
body { 
font-family:verdana, sans-serif; 
font-size:small; 
} 
#navigation, #navigation li ul { 
list-style-type:none; 
} 
#navigation { 
width:990px;
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:110px;
	height:38px;
	line-height:38px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
 

}

#navigation li ul li a:link, #navigation li ul li  a:visited { 
display:block; 
text-decoration:none; 
color:#fff; 
width:200px; 
height:38px; 
line-height:38px; 
border:1px solid #666666; 
border-width:1px 1px 0 0; 
background:#999999; 
	font-size: 12px;
	font-weight: normal;

} 
#navigation li a:hover { 
color:#701D15; 
background:#F8E026; 
} 
#navigation li ul li a:hover { 
color:#fff; 
background:#6b839c; 
} 
#navigation li ul { 
display:none; 
position:absolute; 
top:36px; 
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; 
} 
/*-----------------下面是下拉菜单的样式表-----------------*/