#header {
    width: 100%;
    background: linear-gradient(180deg, #27488A 0%, #27488A 34%, rgba(39, 72, 138, 0) 100%);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

.header {
    position: relative;
    /* height: 2.16rem;
    height: Max(2.16rem, 108px); */
    /* padding: 0.5rem 0 0.3rem; */
    padding: 0.3rem 0 0.3rem;
    transition: all 0.35s ease-in-out;
}

@media screen and (min-width:750px) {
    #header.slideUpHeader {
        background: #27488A;
    }
    .slideUpHeader .nav .nav-ul .nav-li .txt {
        font-size: 0.16rem;
        font-size: Max(0.16rem, 14px);
        font-weight: bold;
        line-height: 0.5rem;
        line-height: Max(0.5rem, 40px);
        margin-bottom: 0.1rem;
    }
    .slideUpHeader .nav .nav-ul .nav-li .sub_list {
        top: 0.6rem;
        top: Max(0.6rem, 50px);
    }
    .slideUpHeader .header {
        padding: 0.2rem 0 0;
    }
}

.header-nav .header-top {
    margin-bottom: 0.1rem;
    flex-wrap: nowrap;
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between !important;
    position: relative; */
}

.header-wrap {
    max-width: 1720px;
    width: 90%;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 5.31rem;
    height: 0.48rem;
    width: Max(5.31rem, 375px);
    /* width: 2.25rem; */
    width: Max(2.85rem, 150px);
    height: Max(0.48rem, 36px);
}

.logo img {
    /* width: 100%; */
    height: 0.46rem;
}

.logo a {
    display: flex;
    align-items: center;
    font-family: "Muli-Light";
    font-size: 0.16rem;
    font-size: Max(0.16rem, 14px);
    font-weight: normal;
    line-height: normal;
    flex-wrap: wrap;
    color: #FFFFFF;
    white-space: nowrap;
    height: 100%;
    /* padding-left: 0.16rem; */
    /* margin-left: 0.16rem; */
    /* border-left: 1px solid #fff; */
}

.logo a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-width: 0;
    /* width: 2.25rem; */
    /* width: Max(2.25rem, 120px); */
    /* width: Max(2.85rem, 120px); */
}

.logo a.logo-cn-a {
    font-size: 0.14rem;
    font-size: max(0.12rem, 12px);
    line-height: 0.48rem;
}

.logo a.logo-cn-a i {
    display: block;
    font-size: 12px;
    font-size: max(0.12rem, 10px);
    line-height: 16px;
    line-height: max(0.2rem, 12px);
    font-style: normal;
    font-family: "Muli-Light";
}

.logo a.logo-cn-a b {
    font-size: 12px;
    font-size: max(0.12rem, 10px);
    line-height: 16px;
    line-height: max(0.2rem, 12px);
    display: block;
    font-weight: normal;
    font-family: "Muli-Light";
}

.nav .nav-ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav .nav-ul .nav-li {
    position: relative;
    margin-right: 0.48rem;
    margin-right: 0.22rem;
}

.nav .nav-ul .nav-li:last-child {
    margin-right: 0;
}

.nav .nav-ul .nav-li .txt {
    display: block;
    font-family: "Muli-Bold";
    font-size: 0.2rem;
    font-size: Max(0.2rem, 14px);
    font-size: Max(0.18rem, 14px);
    font-weight: bold;
    line-height: 0.66rem;
    line-height: Max(0.66rem, 40px);
    white-space: nowrap;
    color: #FFFFFF;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.nav .nav-ul .nav-li:hover .txt {
    opacity: 1;
    color: #F9CB70;
}

.nav.nav-scroll .nav-ul {
    /* width: 10.71rem; */
    width: auto;
    height: 0.8rem;
    padding: 0 0.24rem;
    border-radius: 0.08rem;
    background: #F9A61A;
    transition: all 0.5s ease-out;
}

.nav.nav-scroll .nav-ul .nav-li .txt {
    font-family: "Muli-Bold";
    font-size: 0.16rem;
    font-size: Max(0.16rem, 10px);
    font-weight: bold;
    line-height: 1rem;
    /* line-height: Max(1rem, 40px); */
    white-space: nowrap;
    color: #FFFFFF;
}


/* 
.nav .nav-ul .nav-li .txt::after {
    display: block;
    content: "";
    height: 2px;
    width: 50%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin: 0 -25%;
    background: #FFFFFF;
    opacity: 1;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
} */


/* .nav .nav-ul .nav-li:hover .txt::after {
    transform: scale(1, 1);
    opacity: 1;
} */

.nav .nav-ul .nav-li .sub_list {
    position: absolute;
    top: 0.64rem;
    left: 0;
    padding: 0.24rem 0;
    border-radius: 0.08rem;
    background: #27488A;
}

.nav.nav-scroll .nav-ul .nav-li .sub_list {
    top: 0.84rem;
    left: -0.24rem;
    background: #F9A61A;
}

.sub_list li,
.sub_list li .li-child span {
    display: block;
    white-space: nowrap;
    color: #FFFFFF;
    padding-bottom: 0.28rem;
    cursor: pointer;
    position: relative;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
}

.sub_list li {}

.sub_list li:last-child {
    /* padding-bottom: 0; */
}

.nav.nav-scroll .nav-ul .nav-li .sub_list li .li-child {
    background: #F9A61A;
}

.sub_list li .li-child {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    max-width: 3.5rem;
    z-index: 10;
    background: #27488A;
    padding: 0.24rem 0;
    border-radius: 0.08rem;
}

.sub_list li .li-child span::before,
.sub_list li::before {
    content: '';
    height: 0.08rem;
    width: 86%;
    opacity: 0;
    display: block;
    position: absolute;
    left: 48%;
    bottom: 0.12rem;
    transform: skewX(-45deg) translateX(-50%);
    border-bottom-left-radius: 0.08rem;
    border-left: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 1;
    transition: all 0.3s ease-in;
}

.sub_list li .li-child span::before {
    left: 54%;
}

.sub_list li:hover>a {
    opacity: 1;
}

.sub_list li:hover:before,
.sub_list li .li-child span:hover:before {
    opacity: 1;
}

.sub_list li a {
    white-space: nowrap;
    display: block;
    font-family: "Muli-Bold";
    font-size: 0.16rem;
    font-size: Max(0.16rem, 12px);
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #FFFFFF;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease-in;
}

.sub_list li a:hover {
    opacity: 1;
}

.submenu_show .bg_hover {
    width: 100%;
    height: 0.56rem;
    background: #004FFF;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-animation: a_bg_hover_show 0.2s ease-out both;
    -webkit-transform-origin: 50% 0%;
}

.submenu_show .nav-ul .nav-li.sublist_show .sub_list {
    -webkit-animation: a_menu_item_show 0.2s ease-out both;
}

.submenu_show .nav-ul .nav-li.sublist_hide .sub_list {
    -webkit-animation: a_menu_item_hide 0.15s ease-out both;
}

.submenu_hide,
.sublist_hide {
    pointer-events: none;
}

.header .nav-ul,
.header .button-list,
.header .logo {
    transition: transform 0.4s ease-out;
}

.header.animateHeadFadeIn .nav-ul,
.header.animateHeadFadeIn .button-list {
    transform: translateX(0);
    opacity: 1;
}

.header.animateHeadFadeIn .button-list {
    display: flex;
    align-items: center;
}

.header.animateHeadFadeIn .logo {
    transform: translateX(0);
    opacity: 1;
}

.header.animateHeadFadeOut .nav-ul,
.header.animateHeadFadeOut .button-list {
    transform: translateX(100vw);
    opacity: 0;
}

.header.animateHeadFadeOut .logo {
    transform: translateX(-100vw);
    opacity: 0;
}


/*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/

.submenu_hide .bg_hover {
    -webkit-animation: a_bg_hover_hide 0.15s ease-out both;
    -webkit-transform-origin: 50% 0%;
}

@keyframes a_menu_item_show {
    0% {
        -webkit-transform: translate(0px, -30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
}

@keyframes a_menu_item_hide {
    0% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0px, -30px);
        opacity: 0;
    }
}

@keyframes a_bg_hover_show {
    0% {
        -webkit-transform: scale(1, 0.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes a_bg_hover_hide {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 0.5);
        opacity: 0;
    }
}

.nav-en-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.roganiza-button {
    /* width: 0.96rem; */
    padding: 0 0.26rem;
    height: 0.35rem;
    border-radius: 0.08rem;
    opacity: 1;
    background: #F9A61A;
    font-family: "Muli-Bold";
    font-size: 0.14rem;
    font-size: Max(0.14rem, 12px);
    font-weight: normal;
    line-height: 0.35rem;
    line-height: Max(0.35rem, 14px);
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .roganiza-button {
        width: 0.96rem;
        padding: 0 0.26rem;
        height: 0.35rem;
        border-radius: 0.08rem;
        opacity: 1;
        background: #F9A61A;
        font-family: "Muli-Bold";
        font-size: 0.1rem;
        font-size: Max(0.1rem, 10px);
        font-weight: normal;
        line-height: 0.35rem;
        line-height: Max(0.35rem, 14px);
        text-align: center;
        color: #FFFFFF;
    }
}

.roganiza-button:hover {
    color: #FFFFFF;
}

.admin {
    padding: 0 0rem;
    position: relative;
    display: none;
}

.admin span {
    max-width: 1.12rem;
    border-radius: 0.08rem;
    display: block;
    flex: 1;
    font-size: 0.14rem;
    font-size: Max(0.14rem, 12px);
    font-weight: normal;
    line-height: 0.35rem;
    line-height: Max(0.35rem, 14px);
    white-space: nowrap;
    overflow: hidden;
    font-family: "Muli-Bold";
    text-overflow: ellipsis;
}

.admin a {
    display: block;
    width: 100%;
    padding: 0 0.1rem;
    font-size: 0.14rem;
    font-size: Max(0.14rem, 12px);
    font-weight: normal;
    line-height: 0.35rem;
    line-height: Max(0.35rem, 14px);
    text-align: center;
    background: #F9A61A;
    position: absolute;
    color: #fff;
    left: 0;
    top: 100%;
    z-index: 11;
    display: none;
    transition: all 0.35s ease-in-out;
    border-radius: 0.08rem;
    min-width: 0.7rem;
    white-space: nowrap;
}

.admin:hover a {
    display: block;
}

.admin img {
    width: 0.12rem;
    height: 0.07rem;
    margin-left: 5px;
}

.search {
    width: 0.72rem;
    height: 0.35rem;
    border-radius: 0.08rem;
    background: transparent;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.search img {
    width: 0.24rem;
    height: 0.24rem;
}

.search .search-input {
    width: 1.12rem;
    border: none;
}

.search .search-input::-webkit-input-placeholder {
    font-family: "Muli-Bold";
    font-size: .14rem;
    font-weight: normal;
    line-height: .14rem;
    text-transform: capitalize;
    color: rgba(22, 81, 159, 0.17);
}

.button-list {
    position: relative;
    z-index: 4;
}

.button-list a.AdviceComplaint {
    font-size: .18rem;
    font-size: max(.18rem, 12px);
    font-weight: normal;
    line-height: max(.32rem, 18px);
    font-family: "Muli-Bold";
    /* font-family: "Muli-Light"; */
    color: #fff;
}

.zh-en {
    cursor: pointer;
    width: .78rem;
    height: .35rem;
    width: Max(.78rem, 40px);
    height: Max(.35rem, 18px);
    border-radius: .08rem;
    /* background: #FFFFFF; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-left: .1rem;
}

.zh-en-select {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.08rem;
    padding: 0.032rem;
    display: none;
}

.zh-en-select .option {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .18rem;
    font-weight: normal;
    line-height: .32rem;
    font-family: "Muli-Bold";
    border-bottom: 1px solid #ddd;
}

.zh-en-select .option:last-child {
    border-bottom: 0;
}

.zh-en p {
    /* EN */
    font-family: "Muli-Bold";
    font-size: .18rem;
    font-weight: normal;
    line-height: .35rem;
    text-align: center;
    color: #16519F;
    margin-right: 0.1rem;
}

.zh-en p img {
    width: 20px;
    height: 20px;
}

.zh-en img {
    width: .12rem;
    height: 0.07rem;
}

.menu-btn {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #F9A61A;
    border-radius: .08rem;
    width: .48rem;
    height: .48rem;
    width: Max(.48rem, 32px);
    height: Max(.48rem, 32px);
    position: fixed;
    right: 5%;
    top: .5rem;
    transition: border-color .9s cubic-bezier(.165, .84, .44, 1);
    z-index: 11111;
}

.search {
    /* display: none; */
}

@media (max-width: 1000px) {
    .menu-btn {
        display: flex !important;
    }
}

@media screen and (min-width:750px) and (max-width: 1000px) {
    .slideUpHeader .menu-btn {
        top: 0.2rem;
    }
}

.menu-btn:after,
.menu-btn:before {
    background-color: #fff;
    content: "";
    height: 0.04rem;
    opacity: 1;
    position: absolute;
    transition: transform .9s cubic-bezier(.165, .84, .44, 1);
    width: 0.32rem;
    z-index: 1
}

.menu-btn:before {
    transform: translate3d(0, -.5333333333vw, 0)
}

.menu-btn:after {
    transform: translate3d(0, .5333333333vw, 0)
}

.header_menu.isOpen .menu-btn {
    /* border: .2666666667vw solid #928975 */
}

.header_menu.isOpen .menu-btn {
    will-change: border-color
}

.header_menu.isOpen .menu-btn:before {
    transform: translateZ(0) rotate(45deg)
}

.header_menu.isOpen .menu-btn:after {
    transform: translateZ(0) rotate(-45deg)
}

@media screen and (max-width: 1000px) {
    .header .nav-ul li {
        display: none !important;
    }
}

@media screen and (max-width: 999px) {
    .nav-en-search {}
    .submenu_show .bg_hover {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .nav {
        width: 67%;
    }
}

.serach a i {
    font-size: 1rem;
    color: #FFFFFF !important;
}


/*  */

.header-nav-m.show {
    opacity: 1;
    visibility: visible;
}

.header-nav-m {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: .2s ease opacity, .2s ease visibility;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 1001;
}

.header-nav-m .header-nav-container {
    opacity: 1;
    max-width: 100%;
    width: 480px;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    transition: .26s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.header-nav-m .header-nav-container .header-nav-content {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    font-size: 0.24rem;
    font-size: Max(0.24rem, 14px);
    line-height: 0.3rem;
    height: 100%;
    justify-content: space-between;
    padding: 2rem 1.2rem;
    width: 100%;
}

.header-nav-m .header-nav-container .header-nav-content li {
    /* margin: 1.5em 0; */
    border-bottom: 1px solid #28509A;
    padding: .36rem 0;
}

.header-nav-m .header-nav-container .header-nav-content li a {
    color: #28509A;
}

.header-nav-m .header-nav-container .header-nav-close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 0.32rem;
    color: #28509A;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: transform .3s ease;
}

.header-nav-m .header-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 0;
}

@media screen and (max-width:1366px) and (min-width:1001px) {
    .header-wrap{
        width: 96%;
    }
    .nav .nav-ul .nav-li .txt{
        font-size: Max(0.16rem, 12px);
    }
}

@media screen and (max-width:1000px) {
    .nav-bar {
        width: 100%;
        position: relative;
        display: flex;
        top: 0;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .nav-wrap>ul {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
    }
    .nav-wrap {}
    .nav-wrap>ul {
        width: 100%;
        padding: 0.6rem 10% 0.1rem;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background: rgba(255, 204, 3, 0.50);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 10;
        flex-wrap: wrap;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        align-content: flex-start;
    }
    .nav-wrap>ul li {
        width: 100%;
    }
    .nav-wrap>ul li {
        text-align: center;
        padding: 0.16rem 0;
    }
    .nav-wrap>ul li a {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .button-list {
        /* width: 100%; */
    }
    .nav-en-search {
        /* width: 23.75rem; */
        width: auto;
    }
    .nav-en-search .zh-en {
        margin-left: 0.24rem;
    }
    .header-top .logo {
        margin-bottom: 0.02rem;
    }
    .header-top {
        max-width: calc(100% - 0.8rem);
        padding-right: 0.16rem;
    }
}

@media screen and (max-width:750px) {
    .admin a {
        padding: 0 0.1rem;
    }
    #header {
        opacity: 1 !important;
        background: rgb(39, 72, 138) !important;
    }
    .header-nav-m .header-nav-container .header-nav-content {
        padding: 1.6rem 0.6rem;
    }
    .menu-btn {
        top: 7%;
        top: 3.2%;
        width: 24px;
        height: 24px;
    }
    .menu-btn:after,
    .menu-btn:before {
        height: 2px;
        width: 14px;
    }
    .logo a {
        font-size: 1rem;
    }
    .nav-en-search .zh-en {
        margin-left: 0.1rem;
        min-width: 46px;
        width: auto;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        height: 0.3rem;
        height: Max(0.3rem, 18px);
    }
    .zh-en-select .option {
        font-size: 0.16rem;
        line-height: 0.3rem;
        font-size: Max(0.16rem, 12px);
        line-height: Max(0.3rem, 18px);
    }
    .zh-en p {
        font-size: 0.16rem;
        line-height: 0.3rem;
        font-size: Max(0.16rem, 12px);
        line-height: Max(0.3rem, 18px);
        margin-right: 2px;
    }
    .header-top .logo {
        margin-bottom: 0.16rem;
    }
    .header-top {
        max-width: calc(100% - 32px);
    }
    .header {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    #header,
    .header {
        height: auto!important;
    }
}

@media screen and (max-width: 480px) {
    .logo a {
        font-size: 0.75rem;
        border-width: 1px;
    }
    .logo img {
        /* width: 112px; */
    }
    .header-wrap {
        width: 95%;
    }
    .header {
        padding-top: 0.32rem;
        padding-bottom: 0.16rem;
    }
    /* .menu-btn {
        top: 1.05rem;
    } */
    .logo a:nth-of-type(2) {
        /* padding-left: 0.5rem;
        margin-left: 0.5rem; */
    }
    /* #header {
        height: 1.68rem;
    } */
}