#nav{background:#088ec6;position: relative;z-index: 1000;}
#nav .wp-panel.nav{
    width: 1200px;
    margin:0 auto
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
}

.wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.aa .wp-menu .menu-item {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 42px;
}

.wp-menu .menu-item.i1 {
    background: 0 0;
}


.aa .wp-menu .menu-item a.menu-link {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0px 10px;
    /* font-weight: bold; */
    line-height: 42px;
    text-decoration: auto;
}

.sub-menu {
    position: absolute;
    top: 42px;
    left: 50%;
    z-index: 100;
    display: none;
    min-width: 100%;
    background: #fff;
    transform: translateX(-50%);
}

.sub-menu .sub-item {
    position: relative;
    vertical-align: top;
    white-space: nowrap;
}

.sub-menu .sub-item a {
    display: block;
    padding: 0 17px;
    height: 40px;
    background: 0 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    text-decoration:auto
}

.sub-menu .sub-item a:hover,.sub-menu .sub-item.hover>a {
    display: block;
    background-color: #0b8ec0;
    color: #fff!important;
    text-align: center;
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    z-index: 200;
    background: #fff;
    transform: none;
    z-index: 10;
}
ul{
    list-style:none;
    padding:0
}
 li{
    list-style:none;
    padding:0
}