.header{
    position: fixed;
    background: #fff;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    top: 0;
    width: 100%;
    z-index: 101;
}
.header_center{
    width: 14rem;
    height: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header_logo{
    width: 2.36rem;
    height: 0.64rem;
}
.header_logo>img{
    width: 100%;
    height: 100%;
}

.header_searchImg{
    width: 0.20rem;
    height: 0.20rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.15rem;
}




.header_navbox{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-right: 0.38rem;
}
.header_abox{
    height: 100%;
    margin-left: 0.68rem;
    display: flex;
    align-items: center;
}
.header_aItems{
    color: #333;
    font-size: 0.2rem;
}
.header_abox:hover .header_aItems{
    color:#0052B2;
}





.header_rightbox{
    display: flex;
    align-items: center;
}
.header_searchbox{
    width: 1.54rem;
    height: 0.32rem;
    position: relative;
}
.header_searchbox::after{
    content: '';
    width: 0.015rem;
    height: 0.15rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.42rem;
    background: #ACACAC;
}

.header_searchbox input{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 0.01rem solid #ACACAC;
    padding-left: 0.15rem;
    padding-right: 0.48rem;
    color: #999;
    font-size: 0.14rem;
}
.header_user{
    width: 0.31rem;
    height: 0.31rem;
    margin-left: 0.14REM;
}
.header_user img{
    width: 100%;
    height: 100%;
}
    
    
.header_twobox{
    width: 19.2rem;
    left: 50%;
    transform:translateX(-50%);
    position: absolute;
    z-index: 50;
}

.header_twobox_center{
    /* width: 14rem; */
    /* margin: 0 auto; */
}
.header_two_titlebox{
    display: flex;
    flex-direction: column;
}
.header_two_xtit_en{
    text-transform: uppercase;
    color: #BBC9DB;
    font-size: 0.22rem;
    font-weight: bold;
}
.header_twoNav_show{
    display: none;
}
.header_twoNav_show:nth-child(1){
    opacity: 0;
}
.header_two_items{
    padding:0.4rem 2.6rem 0.15rem 2.6rem;
    display: flex;
    background: #fff;
    border-top: 0.01rem solid #e6e6e6;

}
.header_two_listbox{
    padding-right: 1.23rem;
    border-right: 0.01rem solid #D9D9D9;
}
.header_two_xtit{
    color: #333;
    font-size: 0.26rem;
    font-weight: bold;
}
.header_list_box{
    margin-top: 0.35rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.header_list_items{
    margin-bottom: 0.3rem;
   cursor: pointer;
}

.header_list_span{
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.06rem;
}
.header_list_items_active{
    color: #0052B2;
}
.header_list_items_active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 0.02rem;
    background:#0052B2;
}
.header_two_wrapbox{
    flex: 1;
}
.header_list_content{
    min-height: auto;
    max-height: 5.2rem;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.75rem;
}
.header_content_show{
    display: none;
}
.header_content_show:nth-child(1){
    display: block;
}
.header_two_wrapItems{
    width: 18%;
    margin-right:9.33%;
    margin-bottom: 0.4rem;
}
.header_two_wrapItems:nth-child(4n){
    margin-right: 0;
}


.header_two_titler{
    color: #333;
    font-size: 0.16rem;
    font-weight: bold;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #ACACAC;
}
.header_two_textbox{
    margin-top: 0.15rem;
}
.header_two_a{
    display: block;
    color: #666666;
    font-size: 0.16rem;
    line-height: 2;
}
.header_two_a:hover{
    color: #000;
}

.header_newx_wrap{
    padding: 0 0.75rem;
    display: flex;
    flex-wrap: wrap;
}
.header_news_abox{
   
    margin-right: 1.7rem;
    margin-bottom: 0.3rem;
}
.header_news_abox:nth-child(3n){
    margin-right: 0;
}
.header_news_a{
    width: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0;
    border-bottom: 0.01rem solid #ACACAC;
}
.header_new_xtext{
    font-size: 0.16rem;
    color: #333;
    font-weight: bold;
}
.header_new_ximg{
    width: 0.08rem;
    height: 0.14rem;
    position: relative;
}
.header_new_ximg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.header_two_center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}