header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 .3125rem;
    box-sizing: border-box;
    transition: 0.5s;
}

header.on {
    background: #0074bd;
}


a,
img {
    display: block;
}

.lang img,
.logo img {
    height: .4788rem;
    max-width: 100%;
}





@media (min-width: 1200px) {


    .navlist li>a {
        line-height:.6771rem;
        position: relative;
        padding: 0 0.1458rem;
        color: #fff;
        box-sizing: border-box;
    }

    /* .navlist>li>a::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.0156rem;
        background: #054615;
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    } */



    .navlist>li:hover>a {
        color: #fff !important;
        font-weight: bold;

    }

    .navlist>li:hover>a::after {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);


    }

    .navitem {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        background: #f4f4f4;
        width: .9115rem;
        position: absolute;
        left: 50%;
        top: .574rem;
        margin-left: -0.026rem;
        transform: translate(-50%);
        /* box-shadow: inset 0 0.0156rem 0.026rem rgba(0, 0, 0, 0.1); */
        text-align: center;
    }

    .navitem a {
        display: block;
        line-height: .25rem;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .navitem a span {
        display: block;
        position: relative;
        z-index: 3;
    }

    .navitem a i {

        height: 0.0833rem;
        width: 0.1302rem;
        position: absolute;
        top: 50%;
        margin-top: -0.0417rem;
        right: 0.2083rem;
        transition: all 0.8s ease-in-out;
        transform: translateX(-0.2344rem);
        opacity: 0;
        z-index: 3;
    }

    .navitem a::after {
        content: "";
        background: linear-gradient(-90deg, #fff, #fff);
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        bottom: -0.0133rem;
        transition: all 0.3s ease-in-out;
    }


    .navitem::after {
        border: .0469rem solid;
        border-color: transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        top: -0.0738rem;
        content: "";
        transform: translateX(-50%);
    }

    /* .navitem a:hover {
        color: #fff !important;
    } */

    .navitem a:hover::after {
        width: 100%;
    }

    .navitem a:hover i {
        opacity: 1;
        transform: translateX(0.1563rem);

    }

    .navlist>li:hover .navitem {
        opacity: 1;
        visibility: visible;
        top: .474rem;
    }




}

.m-none {
    display: none;
}

.m-en {
    display: none;
}

.m-en a {

    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 50%;
    color: #0074bd;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin-right: 20px;
}

@media(max-width:1200px) {


    .mob-nav {
        display: block !important;
    }

    header {
        height: 60px;
        background: #f2efeb;
        display: flex;
        align-items: center;
        padding: 0;
        background: #0074bd;
    }

    .nav-header {
        padding: 0 2%;
        width: 100%;
        box-sizing: border-box;
    }

    .logo img {
        height: 48px;
        width: auto;
    }

    .navbar-menu {
        position: absolute;
        left: 0;
        top: 60px;
        height: calc(100vh - 60px);
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .lang {
        display: none;
    }

    .search {
        font-size: 32px !important;
        margin-right: 14.9952px;
    }

    .navlist {
        max-width: 50%;
        background: #fff;
        height: 100%;
        display: block !important;
        font-size: 15.9936px !important;
        padding: 20.0064px 30.0096px;
        transition: 0.5s;
        transform: translate(-100%);
    }

    .navlist li>a {
        line-height: 39.9936px;
        border-bottom: .9984px solid #d9e1e9;
        display: block;
    }


    .navitem {
        background: #fafafa;
        padding: 20.0064px;
    }

    .navitem a {
        line-height: 36px;
        font-size: 13.9968px;
        display: block;
    }


    .navbar-menu.on {
        display: block;
    }

    .navlist.on {
        transform: translate(0);
    }

    .m-en {
        display: block;
    }

}