﻿@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
}
body{
	font-family:微软雅黑;
	font-size:12pt;
	background-color:#fff;
}
ul,li{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
* a{
	text-decoration: none;
	color:#000;
}
a:hover{
	color:#000;
}

/*^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^*/ 
a:hover{
color:#000; 
}

/*导航菜单*/
#navMenu {
	width:100%;
	height: 55px;
	line-height:55px;
	display:block;
	overflow:hidden;
	background-color: #fff;
	background-repeat:repeat-x;
	background-position: left top;
}
#navMenu ul{
width:95%;
margin-left:71px;}
#navMenu .onelink{
background-image:none;}
#navMenu li {
	width:112px;
	text-align:center;
	float: left;
	line-height: 55px;
	height: 55px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: -4px;

}

#navMenu li a {
	color:#000;
	font-family: "微软雅黑";
	padding-right: 1em;
	padding-left: 1em;
	margin-left: 2px;
	display: block;
	font-size: 16px;
}
#navMenu li a:hover, #navMenu li.hover a {
	background: #0aa770;
	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	font-weight: ;
	color:#fff;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 112px;
	visibility: hidden;
	/*  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=135, strength=4);
*/	margin-top: -12px;
	margin-left:-2px;
	border: 0px solid #000;
	font-family: "微软雅黑";
	border-top: 0px solid #000;
	background-color: #fff;
	/*background:url(../imagess/mmenubg.gif);*/
	padding-top:6px;
	padding-bottom:6px;
	filter: Alpha(Opacity=85);
	font-size: 10px;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu li a {
	width: 95%;
	display: block;
	text-align:center;
	color: black;
	padding: 4px 0 4px 0px;
	color:#000;font-size:10pt;font-family: "微软雅黑";
	border-bottom: 1px dashed #000;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#000; font-family: "微软雅黑";
}
.dropMenu a:hover {
	color:#0aa770;font-family: "微软雅黑";
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}
