.footer_center{
    width: 16rem;
    height: 2.95rem;
    /* background: red; */
    margin: 0 auto;
    padding: 0.8rem 0;
    display: flex;
    justify-content: space-between;
}
.footer{
    height: 3.59rem;
    background: url(../images/index/bgg.png) no-repeat;
    background-size: 100% 100%;
}
.footer_logo{
    width: 1.88rem;
    height: 1.27rem;    
}
.footer_logo img{
    width: 100%;
    height: 100%;
}
.footer_leftbox{
    display: flex;
}
.footer_nav_content{
    display: flex;
}
.footer_nav_1{

    /* padding-right: 1rem; */
    width: 2rem;
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    position: relative;
}
.footer_nav_1::after{
    content: '';
    display: blcok;
    position: absolute;
    width: 0.01rem ;
    height: 100%;
    right: 0;
    bottom: 0;
    background:#494949;
}
.footer_nav_1:nth-child(2)::after{
    display: none;
}
.footer_atit{
    font-size: 0.21rem;
    color: #fff;
    margin-bottom: 0.3rem;
}
.footer_atxt{
    color: #B3B3B3;
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
}
.footer_atxt:hover{
    color: #fff;
}
.footer_atxt:last-child{
    margin-bottom: 0;
}
.footer_rightbox{
    display: flex;
}
.footer_right_txt1{
    padding-right: 0.55rem;
    border-right: 0.01rem solid #494949;
}
.footer_right_txt2{
    padding-left: 0.55rem;
}
.footer_ewm{
    width: 1.18rem;
    height: 1.2rem;
}
.footer_ewm img{
    width: 100%;
    height: 100%;
}
.footer_txt{
    margin-top: 0.2rem;
    color: #fff;
    font-size: .14rem;
    text-align: center;
}
.footer_txt2_1{
    color: #fff;
    font-size: 0.14rem;
    margin-bottom: 0.15rem;
}
.footer_txt2_1:last-child{
    margin-bottom: 0;
}
.footer_footer{
    width: 16rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    font-size: 0.12rem;
}






@media only screen and (max-width: 1024px) {
    .footer{
        height: auto;
    }
    .footer_center{
        width: 100%;
        height: auto;
        padding: 15px;
        flex-direction: column;
        align-items: center;
    }
    .footer_nav_1{
        display: none;
    }
    .footer_leftbox{
        margin-bottom: 15px;
    }
    .footer_footer{
        width: 100%;
        height: auto;
        padding: 0 15px;
        text-align: center;
    }
    
}