* {
    margin: 0;
    padding: 0;
}
a {
    color: #474747;
    text-decoration: none;
    outline: none;
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

ol, ul, li {
    list-style: none;
}


/*  详情页  */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summar {
    display: block;
}

.clearfix:after {
    clear: both;
}

.nav {
    position: relative;
    z-index: 998;
	background-color:#0b6D47;
}
.nav li {
    float: left;
    position: relative;
    width: 116px;
    text-align: center;
    font-size: 18px;
}
.nav li .nav-w {
    z-index: 21;
    position: absolute;
    display: none;
    float: left;
    clear: both;
    overflow: hidden;
    top: 44px;
    background: #fff;
    background: #0f7244;
}

/*.nav {
    height: 50px;
    width: 100%;
    min-width: 1200px;
    background: url(../images/nav_bg.jpg) repeat;
}*/

.nav > ul > li.home {
    background: none;
}
.nav > ul > li {
    float: left;
    width: 105px;
    text-align: center;
    background: url(nav_line.png) no-repeat left center;
}
.nav > ul > li.on > a {
    font-weight: bold;
    /*color: #2285a2;*/
	color:#FFF;
}
.nav > ul > li > a {
    font-size: 16px;
    /*color: #4d4d4d;*/
	color:#fff;
    line-height: 58px;
    height: 58px;
    display: block;
}


.nav > ul > li:hover > a { color:#FFF; /*color: #2285a2;  font-weight: bold;*/ }


.nav li .submenu {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #ddd;
    padding: 0;
    width: auto;
    background: #0b6D47;
    box-shadow: 0 5px 5px #D3D3D3;
	position: absolute;
    top: 39px;
    left: 6px;
	z-index:9;
	border-top:2px solid #1A6348;
}
.nav li .submenu li:hover{background-color:#116846; color:#fff;  }
.nav li .submenu li {
    float: none;
    padding: 0;
    /*background: #007dcd;*/
    height: auto;
    border-bottom: dotted 1px #BEBEBE;
	width:170px;
}
.nav li .submenu li a {
    float: none;
    padding: 0;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: none;
	color:black;
	font-size:14px;
	width:170px;
	color:#FFF;
}
.nav li .submenu{display:none;position:absolute;left:-10px; top:58px; width:170px; text-align:center;margin-left: -20px;  }