.header-height {
    height: auto;
}

.header-wrap {
    width: 100%;
}

.header-logo-img {
    width: 4.93rem;
    height: 0.9rem;
    object-fit: cover;
}

.header-box {
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-search {
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem 1rem 1rem 1rem;
    /* border: 0.01rem solid; */
    /* border-image: linear-gradient(90deg, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1)) 10; */
    background: linear-gradient(90deg, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1));
    padding: 1px;
    overflow: hidden;
}

.search-inner {
    width: 2.93rem;
    height: 0.42rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff ;
    overflow: hidden;
    border-radius: 1rem 1rem 1rem 1rem;
}

.header-search img {
    flex-shrink: 0;
    margin-left: 0.16rem;
    width: 0.18rem;
    object-fit: cover;
}

.header-search input {
    margin-left: 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #A8A9B7;
}

.search-bottom {
    cursor: pointer;
    width: 28%;
    height: 0.42rem;
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
    border-radius: 1rem 1rem 1rem 1rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.42rem;
    text-align: center;
}

.lang {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.68rem;
    height: 0.42rem;
    border-radius: 1rem 1rem 1rem 1rem;
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
}

.lang-left img {
    width: 0.28rem;
    height: 0.28rem;
    object-fit: cover;
}

.lang-rig {
    margin-left: 0.3rem;
    font-size: 0.14rem;
    font-family: DengXian-Bold, DengXian;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.14rem;
}

.header-nav {
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0159AA;
}

.header-menu {
    height: 100%;
    position: relative;
    width: 1.8rem;
}

.header-menu-a {
    width: 100%;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.6rem;
}

.header-nav .active {

    background: #679BCC;
}

.header-nav .active .header-menu-a {
    font-weight: bold;
}

.header-menu:hover {
    background: #679BCC;
}

.header-nav:hover .header-menu-a {
    font-weight: bold;
}

.header-first {
    cursor: pointer;
}

/*.header-first:hover .header-level-box {*/
/*    display: block;*/
/*    transition: all .365s;*/
/*}*/

.header-level-box {
    position: absolute;
    left: 50%;
    top: 100%;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    box-sizing: border-box;
    display: none;
    /* padding: 20px 0; */
    width: 1.8rem;
    margin-left: -0.9rem;
    height: auto !important;
    z-index: 999;
}

.header-level {
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    font-weight: 400;
    padding: 0 0.23rem;
    white-space: nowrap;
    height: 0.41rem;
    line-height: 0.41rem;
    text-align: center;
    transition: all .2s;
}

.header-level:hover {
    color: #006dbb !important;
}

.header-level-active {
    color: #000;
    position: relative;
}

.header-mobile {
    display: none;
}

.navigation-wrap {
    display: none;
}

@media only screen and (max-width: 1024px) {}