/* 导航 */
/*.other-nav .one-ul li:nth-child(1){display:none}*/
.other-nav {
    height: 45px;
   z-index:10
}
.other-nav ul{ display: none;}

.other-nav li {
    /*flex: 1;*/
    text-align: center;width:33.3%
}
.other-nav ul li a,.other-nav #CurrentlyNode
 {
    line-height:45px;height:45px;overflow:hidden;
    display: block;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
}
.other-nav #CurrentlyNode{color:#}
.other-nav{position: relative;}
.other-nav ul.{display:none;}
.other-nav .one-ul{
    padding-right: 45px;
    height: 50px;
    line-height: 45px;
display: flex;
background:#006d42;
}
.other-nav .shownav-2{ display: flex;position:absolute;left:0;width:100%;top:40px;background:#006d42}
.other-nav ul:nth-child(3){top:90px;}
.other-nav ul:nth-child(4){top:135px;}
.show-nav-icon{width:15px;height:15px;position: absolute;right:17px;top: 10px;border: 2px solid #fff;transform: rotate(-45deg);border-right: none;border-top: none}
.shownav{display:none;position:absolute;left:0;right:0;width:100%;background:#fff;}
.shownavcont{display:block;}
.deg{border-left: none;border-bottom: none;top:20px;border-right: 2px solid #fff;border-top: 2px solid #fff}
.padding0{padding:0 !important}