
.h_nav li{
    width: 12.5%;
}

.navtwo{
    display: none;
    position: relative;
    /* top: 50px; */
    z-index: 111;
}
.navtwo li{
    width: 100%;
    background: rgba(21,40,135, .6);
}
.navtwo li:hover{
    background: rgba(238,129,37, .8);
}
.navtwo li a {
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.white{
    color: white;
}

.cur{
    background: #EE8125 !important;
}
.cur a{
    color: white !important;
}