/*header*/
.header {
    width: 100%;
    height: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 99;
}

.header .main {
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    width: 3.9rem;
    max-height: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.header_logo h1 {
    width: 0px;
    height: 0px;
    margin: 0;
    text-indent: -9999em;
}

.header_nav {
    display: flex;
}

.header_nav .nav_item {
    line-height: 1rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #222222;
    white-space: nowrap;
    margin-left: 0.45rem;
}

.header_nav .nav_item:first-child {
    margin-left: 0;
}

.header_nav .nav_item.act {
    font-weight: bold;
    color: #23478C;
    position: relative;
}

.header_nav .nav_item.act::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.72rem;
    height: 0.02rem;
    background: #23478C;
    border-radius: 0rem 0rem 0rem 0rem;
}




.position {
    height: 0.8rem !important;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.05rem 0.01rem rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 9;
}

.position .main {
    position: relative;
}

.position .position_fl a {
    display: inline-block;
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #222222;
    padding: 0.08rem 0.24rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    margin-right: 0.3rem;
    margin-top: 0.2rem;
}

.position .position_fl a.act {
    color: #FFFFFF;
    background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
}

.position .position_fr {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 0.8rem;
    white-space: nowrap;
}

.position .position_fr .position_img {
    width: 0.16rem;
    height: 0.16rem;
    overflow: hidden;
}

.position .position_fr .position_img img {
    width: 100%;
    height: 100%;
}

.position .position_fr .position_list {
    /* display: flex;
	align-items: center; */
}

.position .position_fr .position_list a {
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    float: left;
    display: block;
    width: auto;
    line-height: 0.23rem;
}

.position .position_fr .position_list a.active {
    font-weight: bold;
    color: #666666;
}

.position .position_fr .position_list span {
    width: 0.04rem;
    height: 0.07rem;
    display: block;
    background: url(../img/position_icon.png) center no-repeat;
    background-size: cover;
    margin: 0.08rem;
    float: left;
}






.header_menu,
.menu_colse {
    display: none;
}

@media (max-width: 1042px) {

    .header_menu {
        display: block;
        position: relative;
        z-index: 0;
        width: 0.48rem;
        height: 0.44rem;
    }

    .header_menu .navbtn {
        position: absolute;
        top: 0.23rem;
        left: 0;
        width: 0.28rem;
        height: 0.02rem;
        background: #23478C;
    }

    .header_menu .navbtn::after,
    .header_menu .navbtn::before {
        position: absolute;
        left: 0;
        display: inline-block;
        width: .44rem;
        height: .02rem;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #23478C;
    }

    .header_menu .navbtn::before {
        top: 0.18rem;
    }

    .header_menu .navbtn::after {
        top: -0.18rem;
    }

    .header_nav {
        width: 60%;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        display: none;
        flex-wrap: wrap;
        align-content: flex-start;
        background: #fff;
        padding-top: 1rem;
        box-sizing: border-box;
        box-shadow: 0 0 0.15rem 0.15rem rgba(0, 0, 0, 0.1);
    }

    .header_nav.show {
        display: flex;
    }

    .header_nav .menu_colse {
        width: 0.4rem;
        height: 0.4rem;
        background: url(../img/nav_close.png) center no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        right: 0.4rem;
        top: 0.4rem;
    }

    .header_menu.sty::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 100;
    }

    .header_nav .nav_item:first-child {
        margin: 0 0.4rem 0.26rem;
    }

    .header_nav .nav_item {
        width: 100%;
        height: auto;
        line-height: normal;
        font-size: 0.32rem;
        padding-bottom: 0.26rem;
        margin: 0 0.4rem 0.26rem;
        border-bottom: 0.01rem solid #eee;
        text-align: center;
    }










    

    .position {
        height: auto !important;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

    .position .position_fr {
        width: 100%;
        height: auto;
        position: initial;
        padding-top: 0.3rem;
        border-top: 0.01rem solid #eee;

        display: none;
    }

    .position .position_fr .position_img {
        width: 0.26rem;
        height: 0.26rem;
    }

    .position .position_fr .position_list a {
        font-size: 0.24rem;
        line-height: initial;
    }

    .position .position_fr .position_list span {
        width: 0.08rem;
        height: 0.14rem;
        background-size: contain;
        margin: 0.1rem;
    }

    .position .position_fl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .position .position_fl a {
        margin: 0 0.1rem;
        font-size: 0.26rem;
        border-radius: 0.3rem;
        padding: 0.1rem 0.3rem;
        margin: 0.2rem 0;
    }
}