/**
* 导航模块CSS样式
**/
.dh{width: 100%;float: left;background: #1a880a;}
.dh > div > ul{display: flex;justify-content: space-between;}
.dh > div > ul > li{float: left;position: relative;margin-right: 15px;margin-left: 15px;}
.dh > div > ul > li > a{line-height: 50px;color:#FFF;float: left;height: 50px;text-align: center;font-size: 20px;padding: 0 25px;letter-spacing: 3px;}
.dh > div > ul > li a.active,.dh > div > ul > li a:hover{
    background: #a3cb26;
    font-weight: bold;
}
.dh > div > ul > li:hover ul{display: block;}
.dh ul li ul{width:155px;position: absolute;top:65px;z-index: 10;background: #711aca;display: none;left:-33px;}
.dh ul li ul li{margin: 0;width:100%;float: left;}
.dh ul li ul li a:hover,.dh ul li ul li a.on{font-weight: bold;border-bottom:0;}
.dh ul li ul li a{width:100%;float: left;line-height: 50px;color:#FFF;padding:0;text-align: center;border-top:1px dashed #ac8ad0;font-size: 14px;}