.header{
    width: 100%;
    height: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .3s;
}
.header_center{
    width: 16rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
}
.header_left{
    width: 4rem;
    height: 100%;
    background: #fff;
    border-radius: 0 0 0.07rem 0.07rem ;
    display:flex;
    justify-content: center;
    align-items: center;
}
.header_left img{
    width: 3.32rem;
    height: 0.71rem;
}
.header_right{
    flex: 1;
    /*background: url(../images/header/bg.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*background: pink;*/
     background-image: linear-gradient(to right, #3da8da,#3da8da, #025bb9,#025bb9,#3da8da);
     border-radius: 0 0 0.1rem 0.1rem;
    margin-left: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 1rem;
}
.header_callbox{
    display: flex;
    justify-content:flex-end;
}
.header_call{
    margin-bottom: 0.1rem;
    display: flex;
    border-bottom: 0.01rem solid rgba(255,255,255,.3);
    padding-bottom: 0.1rem;
}
.header_im{
    width: 0.18rem;
    height: 0.18rem;
    display: block;
    margin-right: 0.1rem;
}
.header_im img{
    width: 100%;
    height: 100%;
}
.header_calltxt,.header_calltxt2{
    font-size: 0.14rem;
    color: #fff;
}
.header_calltxt{
    margin-right: 0.2rem;
}
.header_navbox{
    display: flex;
    justify-content: space-between;
}
.header_a{
    font-size: 0.16rem;
    color: #fff;
    position: relative;
}
.header_a:hover{
    font-weight: bold;
}
.header_a:hover::before{
    opacity: 1;
}
.header_a::before{
    content: '';
    display: block;
    position: absolute;
    width: 0.22rem;
    height: 0.03rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
    left: 50%;
    transform: translateX(-50%);
    bottom:-0.07rem;
    opacity: 0;
    transition: all .3s;
}
.header_xlogo{
        width: 0.92rem;
        height: 0.7rem;
        margin-right: 0.4rem;
        position: relative;
    }
    .header_xlogo::after{
        content: '';
        display: block;
        width: 0.017rem ;
        height: 80%;
        background: #ccc;
        position: absolute;
        top: 50%;
        right: -0.18rem;
        transform: translateY(-50%);
    }
    
    .header_xlogo img{
        width: 100%;
        height: 100%;
    }
    .header_xxbox{
        display: flex;
        flex-direction: column;
    }
    .header_xx_tit{
        font-size: 0.24rem;
        font-weight: bold;
        margin-bottom: 0.05rem;
        background: linear-gradient( to right,#7CFBFD 0%, #0059B8 13% , #7CFBFD 100% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .header_xx_txt1{
        display: flex;
        font-size: 0.14rem;
        color: #002A72;
        letter-spacing: 0.02rem!important;
    }
    .header_xx_txt1>h1{
        font-size: 0.14rem!important;
        
    }
    .header_xx_txt1>span{
        font-size: 0.14rem!important;
    }


















.small_top{
    display: none;
}
.small_nav{
    display: none;
}

@media screen and (max-width:1024px){
    .header{
        display: none;
    }
    .header_xx_tit{
        margin-left: 7px;
    }
    .small_top{
        display: block;
        background:#fff;
        padding: 0 15px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 0.05rem 0.03rem 0.01rem rgba(0,0,0,.15);
    }
    .small_top_center{
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        
    }
    .small_logo{
       width: 50px;
       height: 38px;
        /*width: 0.9rem;*/
        /*height: 0.7rem;*/
        margin-right: 0.15rem;
    }
    .small_logo img{
        width: 100%;
        height: 100%;
    }
    .small_logobox{
        display: flex;
        align-items: center;
    }
    .small_menu{
        width: 28px;
        height: 28px;
        /*width: 0.65rem;*/
        /*height: 0.65rem;*/
    }
    .small_menu img{
        width: 100%;
        height: 100%;
    }
    .small_nav{
        position: fixed;
        right: -100%;
        top: 50px;
        width: 75%;
        height: 100%;
        background: #fff;
        display: block;
        z-index: 88;
             
    }
    .small_mb{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 66;
        background: rgba(0,0,0,.85);
        display: none;
    }
    .small_navbox a{
        display: block;
        font-size: 16px;
        padding: 15px 20px;
        border-bottom: 1px solid #ccc;
    }
    .nav_twobox{
        background: #fbfbfb;
    }
    .nav_two_abox{
        color: #666!important;
        font-size: 14px!important;
    }
    .nav_twobox{
        display: none;
    }
    .small_one_a{
        display: flex!important;
        justify-content: space-between;
    }
    .small_one_a img{
        width: 10px;
        height: 18px;
    }
    
    
    
}


