/* 顶部导航 */
.header-wrap {
    position: fixed;
    width: 100%;
    height: 1rem;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    transition: all .365s;
    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: rgba(255, 255, 255, 1); */
}

.headerHide {
    height: 0;
    overflow: hidden;
}

.indexHeaderBg {
    background: transparent;
}

/*  */
.header-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.header-logo {
    height: 0.6rem;
}

.header-logo img {
    height: 100%;
    width: auto;
}

.header-nav-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-search-box {
    width: 2.05rem;
    height: 0.39rem;
    background: #F0F0F0;
    border-radius: 0.2rem;
    padding: 0 0.18rem;
    display: flex;
    align-items: center;
}

.header-search-box input {
    width: 100%;
    height: 100%;
    font-size: 0.18rem;
    color: #333;
    background: transparent;
}

.header-search-box img {
    width: 0.25rem;
    height: 0.25rem;
    flex-shrink: 0;
    margin-left: 0.15rem;
}

.header-search {
    width: 0.22rem;
    margin-left: 1rem;
    cursor: pointer;
}

.header-search img {
    width: 100%;
}


/* 
.header-nav {
    display: flex;
    align-items: center;
}

.header-nav-active {
    font-weight: bold;
}

.header-nav-a {
    margin-right: 0.95rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333;
} */


.header-nav {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between;
    padding: 0 0.5rem; */
}

.header-menu {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    position: relative;
}

.header-menu:hover,
.header-menu-a:hover {
    font-weight: bold;
    color: #0B308F;
}

.header-menu-a {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
}

.header-menu .active,
.header-nav-active {
    color: #0B308F;
    font-weight: bold;
}

.header-first {
    cursor: pointer;
    position: relative;
}

/* 
.header-menu .active::after,
.header-nav-active::after {
    content: '';
    width: 100%;
    height: 0.04rem;
    background: #FDD000;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: -0.1rem;
    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;
}

.header-level-box {
    position: absolute;
    height: 0;
    opacity: 0;
    /* display: none; */
    overflow: hidden;
    top: 0.6rem;
    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: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    font-weight: 400;
    padding: 0 0.3rem;
    white-space: nowrap;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    transition: all .2s;
    /* border-bottom: 1px solid #DDDDDD; */
    background: rgba(255, 255, 255, 0.6);
}

.header-level:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.header-level-active {
    /* background: #005AA6;
    color: #fff; */
    position: relative;
    color: #005AA6;
    font-weight: bold;
}

/*  */
.header-right {
    display: flex;
    align-items: center;
    margin-left: .3rem;
}

.header-lang {
    display: flex;
    align-items: center;
}

.header-lang img {
    width: .24rem;
}

.header-lang p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 0.1rem;
}

.header-info {
    margin-left: .25rem;
    width: .28rem;
}

.header-info img{
    width: 100%;
}