/* 顶部导航 */
.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;
    height: 1rem !important;
}

.headerBg {
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 1);
    transition: all .365s;
}

.headerHide {
    height: 0;
    overflow: hidden;
}

.indexHeaderBg {
    background: transparent;
    background: rgba(0,0,0,.3);
}

.indexHeaderBg .header-menu-a {
    color: #fff;
}

.indexHeaderBg .headerImgWhite {
    display: block;
}

.indexHeaderBg .headerImgBlack {
    display: none;
}

.headerImgWhite {
    display: none;
}

/*  */
.header-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.header-logo {
    height: 0.5rem;
}

.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;
    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: #0075C1;
}

.header-menu-a {
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
    position: relative;
}
/*@media screen and (min-width:1300px) and (max-width:1450px) {*/
/*    .header-menu {*/
/*       margin-left: 35px;*/
/*    }*/
/*    .header-menu-a,*/
/*    .header-level{*/
/*       font-size: 16px !important;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1100px) and (max-width:1300px) {*/
/*    .header-menu {*/
/*       margin-left: 25px;*/
/*    }*/
/*    .header-menu-a,*/
/*    .header-level{*/
/*       font-size: 14px !important;*/
/*    }*/
/*}*/
/*@media screen  and (max-width:1100px) {*/
/*    .header-logo{*/
/*        height: 35px;*/
/*    }*/
/*    .header-menu {*/
/*       margin-left: 25px;*/
/*    }*/
/*    .header-menu-a,*/
/*    .header-level {*/
/*       font-size: 14px !important;*/
/*    }*/
/*    .header-search {*/
/*        margin-left: 50px;*/
/*    }*/
/*}*/
.header-menu .active,
.header-nav-active {
    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;

    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;
}




/* 语言切换 */
.language {
    cursor: pointer;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.3rem;
    position: relative;
    text-align: center;
}
.lang_now {
    /*color: #fff;*/
    color: black;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 1.5;
}
.lang_list {
    position: absolute;
    height: 0;
    opacity: 0;
    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;
}
.lang_li {
    font-size: 0.16rem;
    color: #333333;
    font-weight: 400;
    padding: 0 0.3rem;
    white-space: nowrap;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: left;
    transition: all .2s;
    background: rgba(255, 255, 255, 0.6);
}
.language:hover .lang_list {
    height: auto;
    opacity: 1;
    top: 1rem;
}
.language:hover .lang_now {
    color: #0075C1;
}
.lang_li:hover {
    color: white;
    background: rgba(0, 0, 0, 0.6);
}
.indexHeaderBg .lang_now {
    color: #fff;
    white-space: nowrap;
}










.header-mobile-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    body {
        padding: 0.9rem 0 0 !important;
    }
    .header-wrap {
        display: none;
    }
    .header-mobile-wrap {
        display: block;
    }
    .header-mobile {
        height: 0.9rem;
        width: 100%;
        padding: 0 0 0  0.35rem;
        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: #fff;
        /*background-color: rgba(0,0,0,.3);*/
    }
    .header-logo-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .header-logo-mobile-img {
        /*width: 3.52rem;*/
        height: 0.5rem;
    }
    .header-logo-mobile-p {
        margin-top: 0.1rem;
        font-size: 0.2rem;
        font-weight: 400;
        color: #333333;
        display: none;
    }
    .header-nav-mobile{
        height: 100%;
        width: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0075c1;
    }
    .header-nav-mobile1 {
        width: 0.46rem;
        height: auto;
        /* height: 0.42rem; */
    }
    .header-nav-mobile2 {
        width: 0.75rem;
        height: 0.75rem;
        display: none;
    }
    .navigation-wrap {
        width: 100vw;
        height: calc(100vh - 0.9rem);
        overflow-y: auto;
        position: fixed;
        top: 0.9rem;
        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: calc(100% - 1rem);
        overflow: auto;
        padding-top: 0.2rem;
    }
    .navigation-list {}
    .navigation-item {
        padding: 0 0.25rem 0 0.44rem;
        height: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333333;
        border-bottom: 0.01rem solid #E5E5E5;
    }
    .navigation-item-active .navigation-item-p {
        background: #fff;
        font-weight: bold;
    }
    .navigation-item-p {
        font-size: 16px!important;
        font-size: 0.28rem;
        font-weight: 400;
    }
    .navigation-item-icon {
        width: 0.18rem;
        height: 0.32rem;
        transition: all .365s;
        display: none;
    }
    .navigation-level {
        display: none;
        background: #F7F7F7;
    }
    .navigation-level-item {
        height: 0.8rem;
        padding: 0 0.25rem 0 0.71rem;
        display: flex;
        align-items: center;
        font-size: 0.28rem;
        font-weight: 400;
        color: #333333;
        border-bottom: 0.01rem solid #E5E5E5;
    }
    .navigation-level-active {
        font-weight: bold;
    }
    .about-idea-item {
        overflow: hidden;
    }
    .navigation-item-p{
        color: #333333;
    }
}








@media screen and (max-width: 1300px) { 
    .header-menu {
        margin-left: .3rem;
    }
    .header-search {
        margin-left: .8rem;
    }
}
@media screen and (max-width: 1200px) { 
    .header-menu {
        margin-left: .25rem;
    }
      .header-search {
        margin-left: .5rem;
    }
}






