body {
    font-family: 瀹嬩綋;
    font-size: 13px;
    background: #e9ffe9;
    margin: 0;
    padding: 0;
    color: #434540;
    line-height: 160%;
}
div, ul, li, p, h1, h2, h3, h4, h5, h6, input, select, form, dl,* {
    margin: 0;
    padding: 0;
}
ul, ol, li {
    list-style: none;
}
img { border: 0;  }
a img { border: none; }
a:hover img { text-decoration: none; }
a:focus,
a:hover     { text-decoration: underline; }
a           { text-decoration: none; }
/*
	Common
*/
a:focus,
a:hover { color: #6dc774; }
a       { color: #414141; }
.clear{ clear: both; }
.hide{ display: none; }
.fl{ float: left; }
.fr{ float: right; }

/*--header--
=======================================*/
/*#top-bar{*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*background: #F8F8F8;*/
    /*border-bottom: #eee 1px solid;*/
    /*overflow: hidden;*/
/*}*/
#container{
    background: #fff;
    width: 986px;
    margin: 0 auto;
}
.header {
    position: relative;
    top:0px;
    margin: 0 auto;
    width: 986px;
}

.header .menu {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    height: 37px;
    width: 986px;
    border: 0px green solid;
    z-index: 10000;
    background:#3B9B46;
}
.header .menu li {
    display: block;
    float: left;
    height: 37px;
    line-height: 37px;
    width: 89px;
    border: 0px blue solid;
    position: relative;
}
.header .menu li.m6{
	position:static;
}
.header .menu li a {
    display: block;
    margin: 0 auto;
    height: 37px;
    line-height: 37px;
    font-size:13px;
    font-weight:bold;
    text-align:center;
}
.header .menu li.m1,.header .menu li.m1 a,
.header .menu li.m2,.header .menu li.m2 a,
.header .menu li.m3,.header .menu li.m3 a,
.header .menu li.m4,.header .menu li.m4 a,
.header .menu li.m5,.header .menu li.m5 a,
.header .menu li.m6,.header .menu li.m6 .m6-department,
.header .menu li.m7,.header .menu li.m7 a,
.header .menu li.m8,.header .menu li.m8 a,
.header .menu li.m9,.header .menu li.m9 a,
.header .menu li.m10,.header .menu li.m10 a,
.header .menu li.m11,.header .menu li.m11 a{
    width: 89px;
}
.header .menu li a,
.header .menu li a:visited{
    color:#FFF;
}
.header .menu li.menu-liNow{
    border-bottom: solid 3px #FF8615;
}

/*
======浜岀骇鑿滃崟======*/
.subMenu{
    display: none;
    position: absolute;
    background-color: #3b9b46;
    width: 90px;
	left: 0px;
    top: 37px;
}
.subMenu2{
    display: none;
    position: absolute;
    background-color: #3b9b46;
    width: 180px;
	left: 0px;
    top: 37px;
}
.menu li:hover .subMenu,.subMenu li{
    display: block;
}
.menu li:hover .subMenu2,.subMenu2 li{
    display: block;
}
.menu li:hover{
    background-color: #73bf40;
}
.subMenu1
{
    display: none;
    position: absolute;
    left: 0px;
    top: 37px;
    width: 100%;
    z-index: 4;
    background-color: #6dc774;
}
.subMenu1 .high-light{
    background-color: #62b368;
}
.leftdiv
{
    float: left;
}
.leftdiv dl
{
    display: block;
    overflow: hidden;
}
.leftdiv dl dt
{
    display: block;
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
}
.leftdiv dl dt a
{
    color: #e4393c;
    font-weight: bold;
    text-decoration: underline;
}
.leftdiv dl dd
{
    display: block;
    overflow: hidden;
	width:90.7%;
}
.leftdiv dl dd a
{
    display: block;
    float: left;
    color: #737373;
    font-size: 12px;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    margin: 4px 0;
	white-space:nowrap;
}
.leftdiv span
{
    display: inline-block;
    float: left;
    color: #fff;
    height: 37px;
    line-height: 37px;

}
ul li:hover .subMenu1{display:block;}