/* 顶部导航 */
.header-wrap {
    position: fixed;
    width: 100%;
    /* height: 1rem;
    background: rgba(255, 255, 255, 1); */
    z-index: 999;
    transition: all .123s;
    top: 0;
    left: 0;
    /* overflow: hidden; */
    /* border-bottom: 1px solid rgba(0,0,0,0.4000); */
    /* box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16); */

}

/* .header-wrap:hover {
    opacity: 1 !important;
} */

.headerBg {
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    background: #fff;
}

.headerBg .header-box {
    margin: 0 auto;
    background: #fff;
}

.headerBg .header-menu-a {
    color: #000;
}

.headerBg .header-logo {
    justify-content: flex-start;
}

.headerBg .header-search-box {
    margin: 0;
    background: #EFEFEF;
}

.headerBg .header-first::after {
    background: #000;
}

/* .headerHide {
    height: 0;
    overflow: hidden;
}*/

/*  */
.header-box {
    width: 16rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .4rem auto;
    background: rgba(24, 79, 193, .73);
    transition: all .123s;
}

.header-logo {
    width: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;
}

.header-logo img {
    height: 100%;
    width: auto;
}

.header-nav-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-search-box {
    display: flex;
    align-items: center;
    width: 1.6rem;
    height: .38rem;
    background: #fff;
    margin-right: .7rem;
    border-radius: 0.02rem;
    overflow: hidden;

}

.header-search {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 .11rem;
}

.header-search::after {
    content: '';
    width: 0.04rem;
    height: 70%;
    background: #292B7D;
    position: absolute;
    left: 0;
    top: 0;
}

.header-search::before {
    content: '';
    width: 0.04rem;
    height: 30%;
    background: #E9631B;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header-search input {
    width: 100%;
    height: 100%;
    padding: 0 .05rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333;
    background: transparent;
}

.header-search a {
    flex-shrink: 0;
    cursor: pointer;
}
.header-search img {
    width: .13rem;
    height: auto;
    flex-shrink: 0;
    cursor: pointer;
}

/*  */
.header-nav {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between;
    padding: 0 0.5rem; */
    margin-right: .8rem;
}

.header-menu {
    display: flex;
    align-items: center;
    margin-right: 0.55rem;
    position: relative;
    padding: .14rem 0;
}

/* .header-menu:hover,
.header-menu-a:hover {
    color: #333;
} */

.header-menu-a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.header-first.active::after {
    width: 100%;
}

.header-first {
    cursor: pointer;
    position: relative;
}

.header-first::after {
    content: '';
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, .8);
    border-radius: 0.1rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .365s;
}

.header-first:hover::after {
    width: 100%;
}

.header-first:hover .header-level-box {
    height: auto;
    /* display: block; */
    opacity: 1;
    top: 1rem;
    transition: all .365s;
    padding: 0.15rem 0;
    background: #fff;
}

.header-level-box {
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 99;
    /* display: none; */
    overflow: hidden;
    top: 0.8rem;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    min-width: 100%;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    transition: all .365s;
    border-radius: 0 0 0.05rem 0.05rem;
    /* padding: 0.14rem 0; */
}

.header-level {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #333333;
    font-weight: 400;
    padding: 0 0.3rem;
    white-space: nowrap;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    /* transition: all .2s; */
    /* border-bottom: 1px solid #DDDDDD; */
    /* background: rgba(255, 255, 255, 1); */
}

.header-level:hover {
    /* background: linear-gradient(110deg, #3D76B9 0%, #7BC179 100%); */
    color: #AA3737;
}

.header-level-active {
    /* background: linear-gradient(110deg, #3D76B9 0%, #7BC179 100%); */
    color: #AA3737;
    position: relative;
}



@media screen and (max-width: 1280px) {
    .header-menu {
        margin-right: .4rem;
    }

    .header-menu-a,
    .header-search input {
        font-size: 12px;
    }

    .header-search-box {
        width: 2rem;
    }
}

/*  */

.header-mobile {
    display: none;
}

.navigation-wrap {
    display: none;
}

@media only screen and (max-width: 900px) {
    html {
        font-size: 50px;
    }

    body {
        padding: 1.3rem 0 0;
    }

    .header-wrap {
        display: none;
    }



    .header-mobile-wrap {
        display: block;
    }
    .header-mobile-white .header-mobile{
        background: transparent;
    }
    .header-mobile-white .header-logo-mobile-img{
        display: none;
    }
    .header-mobile-white .header-logo-mobile-img-a{
        display: block;        
    }
    .header-mobile-white .header-nav-mobile1{
        display: none;
    }
    .header-mobile-white .header-nav-mobile1-a{
        display: block;
    }
    .header-mobile {
        height: 1.3rem;
        width: 100%;
        padding: 0 0.3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0rem 0.04rem 0.1rem 0.02rem rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #fff;

    }

    .indexHeaderBg {
        background-color: rgba(255, 255, 255, .6);
        box-shadow: none;
    }

    .header-logo-mobile {
        display: flex;
        align-items: center;
        flex: 1;
        height: 100%;
    }

    .header-logo-mobile-img {
        width: auto;
        height: 100%;
        flex-shrink: 0;
    }
    .header-logo-mobile-img-a {
        width: auto;
        height: 100%;
        flex-shrink: 0;
        display: none;
    }

    .header-logo-mobile-p {
        margin-top: 0;
        font-size: 0.2rem;

        font-weight: 400;
        color: #333333;
        margin-left: 0.15rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .header-nav-mobile {
        flex-shrink: 0;
        margin-left: 0.2rem;
        display: flex;
        align-items: center;
    }

    .mobile-lang-box {
        width: 0.64rem;
        height: 0.66rem;
        background: #CB0F20;
        border-radius: 50%;
        margin-right: .1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-lang {
        width: .34rem;

    }

    .header-nav-mobile1 {
        width: 0.66rem;
        height: auto;
    }
    .header-nav-mobile1-a {
        width: 0.66rem;
        height: auto;
        display: none;
    }

    .header-nav-mobile2 {
        width: 0.66rem;
        display: none;
    }

    .navigation-wrap {
        width: 100vw;
        height: calc(100vh - 1.3rem);
        overflow-y: auto;
        position: fixed;
        top: 1.3rem;
        right: 0;
        z-index: 9998;
        /* transition: right .365s; */
        display: none;
        overflow: hidden;
    }

    .navigation-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: all .365s;
    }

    .navigation-box {
        width: 75vw;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: -75vw;
        top: 0;
        background: #fff;
        box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.16);
        transition: right .365s;
    }

    .navigation {
        height: 100%;
        overflow: auto;
    }

    .navigation-list {}

    .navigation-item {
        padding: 0 0.25rem 0 0.44rem;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333333;
        border-bottom: 0.01rem solid #E1E1E1;
    }

    .navigation-item-active .navigation-item-p {
        background: #fff;
        font-weight: bold;
    }

    .navigation-item-p {
        font-size: 0.36rem;

        font-weight: 400;
    }

    .navigation-item-icon {
        height: 0.32rem;
        transition: all .365s;
    }

    .navigation-level {
        display: none;
        background: #F7F7F7;
    }

    .navigation-level-item {
        height: 1rem;
        padding: 0 0.25rem 0 0.71rem;
        display: flex;
        align-items: center;
        font-size: 0.32rem;

        font-weight: 400;
        color: #333333;
        border-bottom: 0.01rem solid #E1E1E1;
    }

    .navigation-level-active {
        font-weight: bold;
    }

}