@charset "utf-8";

ul{list-style:none;}
/*主要样式*/
.subNavBox{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 10px;
}
.subNav h3{font-weight: normal;}
.subNav{
	color: white;
    width: 92%;
    padding: 0 20px 0 40px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; 
    margin-top: 8px;
    margin: auto;
    margin-bottom: 8px;
    background: url(../img/li_a.jpg) right no-repeat;
    border-bottom: 1px dashed #ccc;
}
.subNav:hover{
	color: white;
    width: 92%;
    padding: 0 20px 0 40px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin: auto; 

    margin-bottom: 8px;
    background: url(../img/li_aon.jpg) right no-repeat;
    border-bottom: 1px dashed #ccc;
}
.subNav:hover h3{
	color: #007f4a;
    font-weight:bold;
}
.subNav a{font-size:15px; color:#fff;}
.currentDd{color:#277fc2}
.currentDd:hover{}
.currentDt{
	color: white;
    width: 92%;
    padding: 0 20px 0 40px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    margin: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; 
    margin-bottom: 8px;
    background: url(../img/li_aon.jpg) right no-repeat;
    border-bottom: 1px dashed #ccc;
}
.currentDt h3{
	color: #007f4a;
    font-weight:bold;
}
.currentDt:hover{}
.navContent{display: none;}
.navContent li{width:216px; text-align:left; font-size:14px;height:auto;background:#fff; border-bottom:1px solid #d5d5d5;}
.navContent li a{width:204px; text-align:left; font-size:14px;height:auto;padding:10px 0px 10px 12px;background:#fff; color:#7b7b7b; display:block;}
.navContent li a:hover{width:204px; text-align:left; font-size:14px;height:auto;padding:10px 0px 10px 12px;background:#eaf5e0; color:#7b7b7b; display:block;}
.navContent li a h3{font-weight: normal;}

.navContent .erji a{width:204px; text-align:left; font-size:14px;height:auto;padding:10px 0px 10px 12px;background:#eaf5e0; color:#7b7b7b; display:block;}
.navContent .erji a h3{font-weight: normal;}