@charset "gb2312";
/* CSS Document */

/* 全局 */
*{margin:0;padding:0;}
h1 { font-weight:normal;}
body{background:#fff;color:#333;font-size:12px; font-family:"宋体"; }
li { list-style:none;}
a img { border:0;}
a{text-decoration:none; color:#333;}
a:hover{color:#09F}
.indent { text-indent:-9999px;}
.clear{clear:both;}
.wrap { width:760px; margin:0 auto; overflow:hidden; zoom:1;}
h1 { display:none;}
.h5 { margin-top:5px;}
.contentA { width:760px; overflow:hidden; zoom:1;}
.lbox { width:170px; overflow:hidden; float:left; margin-right:10px; display:inline; }
.mbox { width:400px; overflow:hidden;  float:left; margin-right:10px; display:inline; }
.rbox { width:170px;  overflow:hidden;  float:left;display:inline; }

/* 头部 */
.header { width:760px; }
.top { height:32px; background:url(../images/t-de-1.gif) repeat-x; }
.top .time{ width:300px; float:left; display:inline; line-height:30px; padding-left:15px;}
.top_right { width:310px; float:right; display:inline; margin-top:2px;}
.top_right ul li{ display:inline; float:left; margin-right:10px;} 


.banner { height:113px; background:#ECF5FF url(../images/logo.gif) no-repeat; }
.banner .flash_1 { float:right;}

.flash_2 { margin-top:3px;}

/* 导航菜单 */
.nav { height:36px; line-height:36px; background:#007AB9;}
.nav ul { padding-left:15px; }
.nav ul li { float:left;line-height:36px; height:36px; display:inline;}
.nav ul li a { color:#fff; font-size:12px; border-left:1px solid #ccc; margin-left:9px; padding-left:9px; }
.nav ul li a.tail { border:none;}

#navMenu li a:hover, #navMenu li.hover a {
	background-image: url(../images/header_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 120px;
	visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: -1px;
	border: 1px solid #93E1EB;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	background:url(../images/mmenubg.gif);
	padding-top:6px;
	padding-bottom:6px;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:red;
	text-decoration: underline;
}

.footer { line-height:18px; margin-top:20px; clear:both;}