/* .header_center{
    width: 14rem;
    margin: 0 auto;
} */
.header_top{
    width: 14rem;
    margin: 0 auto;
    padding: 0.12rem 0;
    display: flex;
    justify-content: space-between;
}
.header_top_leftbox{
    display: flex;
}
.header_top_logo1{
    width: 0.69rem;
    height: 1.12rem;
}
.header_top_xlogo{
    display: flex;
    flex-direction: column;
    margin-left: 0.5rem;
    position: relative;
}
.header_top_xlogo::before{
    content: '';
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 0.01rem;
    height: 0.7rem;
    left:-0.25rem;
    background: #D2D2D2;
}
.header_top_logo2{
    width: 1.21rem;
    height:0.76rem;
}
.header_top_leftbox img{
    width: 100%;
    height: 100%;
}
.header_top_mess{
    font-size: 0.14rem;
    color: #333;
    font-weight: bold;
    width: 100%;
    text-align: center;
    letter-spacing: 0.01rem;
    margin-top: 0.03rem;
}
.header_top_rightbox{
    display: flex;
}
.header_top_1box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0.4rem;
}
.header_top_l{
    display: flex;
    align-items: center;
}
.header_top_weight{
    color: #222;
    font-size: 0.25rem;
    font-weight: bold;
}
.header_top_span{
    color: #02ACFA;
    font-size: 0.25rem;
    font-weight: bold;
}
.header_top_b{
    color: #222;
    font-size: 0.2rem;
    margin-top: 0.15rem;
}
.header_top_2box{
    display: flex;
    align-items: center;
}
.header_2box_img{
    width: 0.62rem;
    height: 0.62rem;
}
.header_2box_img img{
    width: 100%;
    height: 100%;
}
.header_2box_text{
    margin-left: 0.1rem;
}
.header_2box_top{
    color: #333;
    font-size: 0.2rem;
    letter-spacing: 0.03rem;
}
.header_2box_call{
    color: #02ACFA;
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 0.1rem;
}
/* 导航 */
.header_bottom{
    width: 100%;
    display: flex;
}
.header_navbox{
    flex: 1;
}
.header_nav_a{
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.22rem 0;
    color: #fff;
    font-size: 0.2rem;
}
.header_bottom{
    width: 14rem;
    margin: 0 auto;
}
.header_center{
    background: #02ACFA;
    position: relative;
    /*padding: 0.1rem 0;*/
}
.header_navbox:hover .header_nav_a{
    background: #0086DB;
}
.header_two_navbox{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
    background:#f5f5f5;
    padding: 0.3rem 0;
    display: none;
}
.header_two_x{
    width:8rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.header_two_x a{
    width: 20%;
    font-size: 0.14rem;
    color: #333;
    margin-bottom: 0.15rem;
    transition: all .25s;
    display: block;
}
.header_two_x a:nth-child(5n){
    margin-right: 0;
}
.header_two_x a:hover{
    color: #02ACFA;
}




















.common-phone-header {
    display: none;
}

.side-wrap {
    display: none;
}


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

        to {
            display: block;
            width: 6.4rem;
        }
    }

@media only screen and (max-width: 1024px) {
    /* body {
		padding: 0.9rem 0 1rem !important;
	} */.header-wrap {
        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;
        height: 50px;
        height: 60px;
    }
    
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        height: 60px;
        border-bottom: 1px solid #eee;
        padding: 15px 15px;
        justify-content: space-between;
        align-items: center;
    }

    .header-menu-phone {
       width: 24px;
        height: 24px;
    }

    .header-logo-phone {
        width: 30px;
        height: 45px;
    }

    .header-search-phone {
        width: 24px;
        height: 24px;
    }

    /* 搜索框 */
    .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;
    }

  

    .side-wrap {
        width: 100%;
    }

    .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: .5rem;
    }

    .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;
        height: 90vh;
        overflow: scroll;
    }

    .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; */
    }

    /* 产品导航 */
    .nav-item-product-sub-list {
        /* padding-left: .3rem; */
        /* border-bottom: 1px solid #eee; */
    }

    .nav-item-product-sub-list > a > div {
        padding: .2rem 0 .2rem .5rem;
        border-bottom: 1px solid #eee;
    }

    .nav-item-inner-product {
        /* border-bottom: none; */
    }

    .nav-item-product-sub-list {
        display: none;
    }

    .arrow-down {
        display: none;
    }
}



/* pad  端 */
@media screen and (max-width: 1024px) {
    .side-logo {
        width: 30px;
    }

    .side-close {
        width: 30px;
    }

    .nav-item-inner img {
        width: 30px;
    }
    .header_top{
        display: none;
    }
    .header_center{
        display: none;
    }
}

















