/* @media(max-width:1400px){
    #nav__center {
        margin-left: 0;
    }
    #nav__center .flex {
        padding-left: 15px;
    }
  } */
.sub_bottom {
    /* border-bottom: 1px #f1f1f1 solid; */
    bottom: 40px;
    position: relative;

}

.sub_bottom .wrap {
    position: relative;
    background: #fff;
    height: 82px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px #eee solid;
    border-left: 0;
    padding-left: 0;
    padding-right: 0;


}

#nav__center {
    position: relative;

}

#nav__center .flex {
    display: flex;

}

#nav__center .flex .depth_zero {
    width: 95px;
    background: #0367c5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav__center .flex .depth_one,
#nav__center .flex .depth_two {
    width: 20%;
    padding-left: 60px;
    position: relative;
    cursor: pointer;

}

#nav__center .flex .depth_zero::before {
    font-family: xeicon;
    content: "\e900";
    font-size: 26px;
    color: #fff;
}

#nav__center .flex ul {
    width: 100%;
    top: 100%;
    left: 20px;
    padding: 0;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    border-radius: .2em;
    padding: 0;
    margin: 0;



}

#nav__center .flex ul {
    /* margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px; */
}

#nav__center .flex .clickSlide {
    height: 82px;
    display: flex;
    align-items: center;

}

#nav__center .flex ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
}

#nav__center .flex ul>li>a:hover,
#nav__center .flex ul>li>a:focus {
    background-image: none;
    background-color: transparent
}



#nav__center .flex>.depth>ul>li>a {
    font-size: 19px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    display: block;


}

#nav__center .flex>.depth>ul>li>a:hover,
#nav__center .flex>.depth>ul>li>a:focus {
    text-decoration: none;
    color: #000;
}

#nav__center .flex .depth_one {
    position: relative;

}

/* #nav__center .flex .depth_one::before {
    font-family: xeicon;
    content: "\e900";
    position: absolute;
    top: 26px;
    left: 0px;
    font-size: 26px;
} */

#nav__center .flex .depth::after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 32px;
    right: 0;
    font-size: 14px;
    color: #ddd;
    transition: .2s;


}

#nav__center .flex .depth.depth_zero::after {
    display: none;
}

#nav__center .flex .depth:hover::after {
    transform: rotate(90deg);
}

#nav__center .flex .depth.depth_two {
    margin-right: 45px;
}

/* #aside_nav .leftmenu_b {
    border-bottom: 0.5px solid #dddddd;
}

#aside_nav .leftmenu_s {
    background-color: #ffffff;
    border-bottom: 0.5px solid #e6e6e6;
} */
#nav__center .flex .depth.depth_two ul li ul li a {}

#nav__center .flex .depth ul li ul {
    position: absolute;
    border: 1px #eee solid;
    border-top: 0;
    display: block;
    padding: 8px 12px;
    clear: both;

    background: #fff;
    z-index: 999999999999999999999999;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);

}

#nav__center .flex .depth ul li ul li a {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
}

#nav__center .flex .depth ul li ul li a:hover {
    text-decoration: none;
}
@media(max-width:1460px) {
    .sub_bottom  {
        padding-left: 15px;
        padding-right: 15px;
    }
  

    #nav__center .flex .depth_one,
    #nav__center .flex .depth_two {
        width: 30%;
        padding-left: 15px;
        position: relative;
        cursor: pointer;

    }
}

@media(max-width:991px) {
    .sub_bottom {
        padding-left: 0;
        padding-right: 0;
    }
        
    .sub_bottom .wrap {
        position: relative;
        background: #fff;
        height: 62px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border: 1px #eee solid;
        border-left: 0;



    }

    #nav__center .flex .depth_zero {
        display: none
    }

    #nav__center .flex .depth_one,
    #nav__center .flex .depth_two {
        width: 50%;
        padding-left: 15px;
        position: relative;
        cursor: pointer;

    }
    #nav__center .flex .clickSlide {
        height: 62px;
        display: flex;
        align-items: center;
    
    }
    #nav__center .flex .depth.depth_two {
        margin-right: 15px;
    }
    #nav__center .flex ul>li>a {
        display: block;
        padding: 3px 12px;
        clear: both;
       
        font-weight: normal;
        line-height: 30px;
        color: #000;
        white-space: nowrap;
    }
    #nav__center .flex>.depth>ul>li>a {
        font-size:14px;
    }
    #nav__center .flex .depth::after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        top: 26px;
        right: 0;
        font-size: 14px;
        color: #ddd;
        transition: .2s;
    
    
    }
    #nav__center .flex .depth ul li ul li a {
        font-size: 14px;
        line-height: 26px;
        color: #000;
        white-space: nowrap;
    }

    /* #nav__center {
        width: 100%;
        position: relative;
        margin-left: auto; 
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #nav__center .flex {
        display:flex;
        padding-left: 0;

    
    }
    #nav__center .flex .depth.depth_one {
        display:none;
    }
   
    #nav__center .flex .depth.depth_two {
        width: 100%;
        padding-left: 0; 
        padding-right: 0; 
        margin-right: 25px;
        margin-left: 0;
    }
   
        
    
    #nav__center .flex ul {
        width: 100%;
        top: 100%;
        left: 0;
        padding: 0;
        margin: 0;
        font-size: 14px;
        border-radius: 0px;
        box-shadow: none;
        transition: 1s;
        border-radius: .2em;
        margin-left: 15px;
        margin-right: 15px;
        border-top: 0;
        
    }
    #nav__center .flex > .depth > ul {
        margin: 0;
        padding:0;
       
    }
    #nav__center .flex > .depth > ul > li > a {
        font-size: 16px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 600;
        display: block;
        padding-left: 35px;
    }
    #nav__center .flex ul {
        margin-left: 15px;
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
        border:1px #ddd solid;
    }
    #nav__center .flex ul>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-size: 13px;
        font-weight: normal;
        line-height: 30px;
        color: #000;
        white-space: nowrap;
    } */

}