.header{
    background: #fff;
}
.header_center{
    width: 16rem;
    margin: 0 auto;
}
.header_top{
    width: 100%;
    height: 1rem;
    display: flex;
    justify-content:space-between;
}
.header_left{
    display: flex;
    align-items: center;
}
.header_logo{
    width: 1.26rem;
    height: 0.49rem;
    margin-right: 0.16rem;
}
.header_logo img{
    width: 100%;
    height: 100%;
}
.header_logotxt{
    font-family: '宋体';
    font-size: 0.42rem;
    background: linear-gradient(179deg, #543FC2 0%, #16027B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 0.27rem;
    position: relative;
}
.header_logotxt::before{
    content: '';
    display: block;
    width: 0.01rem;
    height: 65%;
    background:#DCDCDC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_txtbox{
    margin-left: 0.27rem;
}
.header_txt1{
    font-size: 0.18rem;
    color:#222;
    margin-bottom: 0.02rem;
}
.header_txt2{
    font-size: 0.2rem;
    font-weight: bold;
    color: #222;
}


.header_right{
    display: flex;
    align-items: center;
}
.header_img{
    width: 0.17rem;
    height: 0.25rem;
    display: block;
    margin-right: 0.15rem;
}
.header_img img{
    width: 100%;
    height: 100%;
}
.header_number{
    color: #222;
    font-size: 0.24rem;
    font-weight: bold;
}
.header_nav{
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    background: #f4f4f4;
}
.header_nav_center{
    display: flex;
    width: 14rem;
    margin: 0 auto;
}
.header_xbox{
    flex: 1;
    /* padding:0 0.8rem; */
    position: relative;
}
.header_xbox::after{
    content: '';
    display: block;
    position: absolute;
    width: 0.01rem;
    height:0.18rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background:#DCDCDC;
}
.header_xbox:last-child::after{
    display: none;
}
.header_atit{
    color: #222222;
    font-size: 0.16rem;
    position: relative;
    display: block;
    padding: 0.2rem 0;
    text-align: center;
}
.header_xbox:hover .header_atit{
    color: #02489D;
    font-weight: bold;
}
.header_atit::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0rem;
    height: 0.02rem;
    background: #02489D;
    transition: all .25s;
}
.header_xbox .header_atit:hover::after{
    width:0.33rem;
}

.header_xbox:hover .header_two{
    display: block;
}
.header_two{
    position: absolute;
    width: 100%;
    z-index: 9;
    background:#fff;
    display: none;
}
.nav_two_a{
    display: block;
    text-align: center;
    padding: 0.15rem 0;
    font-size: 0.16rem;
    color: #888;
}
.nav_two_a:hover{
    color: #fff;
    background: #01479C;
    /*background:rgba(0,0,0,.1);*/
}






.common-phone-header,
.side-wrap{
    display: none;
}

@media only screen and (max-width: 1024px) {
	/* body {
		padding: 0.9rem 0 1rem !important;
	} */    

    .header {
        display: none;
    }
    
.common-phone-header {
    display: block !important;
}

.side-wrap {
    display: block !important;
}

    
    

    
/* 鎵嬫満瀵艰埅 */
.common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}

.header-menu-phone{
    height: 30px;
}
.header-logo-phone {
    height: 30px;
}
.header-search-phone {
    height: 30px;
}

/* 鎼滅储妗� */
.header-search-box-phone {
    display: none;
}


.header-search-input-phone {
    border-radius: 20px;
    height: 35px;
    border-width: 1px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
}
    
    
    
    

    /* 渚ц竟鏍忓鑸� */
.side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background:rgba(0, 0, 0, .5);
}
.side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 6.4rem;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #eee;
    animation: ani_side 1s;
}

.side-container.shown {
    display: block;
}




@keyframes ani_side{
    from {
        display: none;
        width: 3rem;
    }
    to {
        display: block;
        width: 6.4rem;
    }
}

.side-wrap {
    width: 100%;
}
.side-wrap span{
    color: #000000!important;
}

.side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.side-logo {
    width: 1rem;
}
.side-close {
    width:.48rem;
}

.side-bottom {
    padding:  0 .48rem 0 .72rem;
}


.nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .27rem .48rem .27rem .72rem; */
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
}

.nav-item-inner span{
    display: flex;
    align-items: center;
    font-size: 14px;
}


.nav-item-inner img{
    /* width: .48rem; */
    width: .4rem;
}
.side-nav-list .nav-item a{
    color: #000;
    font-size: .26rem;
    width: 100%;
    display: inline-block !important;
}



.side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}   

.side-nav-list-sub {
    display: none;
}
.side-nav-list-sub  .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}



.side-nav-list-main .nav-item:first-child{
    /*display: none;*/
}
.side-nav-list-main .nav-item:last-child{
    /* display: none; */
}
