.footer{
    width: 100%;
    background: #363840;
}
.footer_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    padding: 0.6rem 0;
}
.footer_leftbox{
    width: 8rem;
    display: flex;
    flex-direction: column;
}
.footer_top{
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #565656;
}
.footer_top_img{
    width: 1.8rem;
    height: 0.8rem;
    display: block;
}
.footer_top_img img{
    width: 100%;
    height: 100%;
}
.footer_top_txt{
    font-weight: bold;
    color: #fff;
    font-size: 0.32rem;
}
.footer_rightbox{
    flex: 1;
    margin-left: 1.05rem;
}
.footer_left_bottom{
    margin-top: 0.25rem;
    padding-right: 0.3rem;
    display: flex;   
    justify-content: space-between;
}
.footer_navbox_items{
    display: flex;
    flex-direction: column;
}
.footer_atit{
    /*font-size: 0.18rem;*/
    font-size: 0.24rem;
    color: #fff!important;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.footer_atxt{
    color: #ccc!important;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}
.footer_atxt:hover{
    color: #fff!important;
}

.footer_rightbox_we{
    height: 1rem;
    line-height: 1rem;
    padding-top: 0.25rem;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    border-bottom: 0.01rem solid #565656;
}
.footer_webox{
    margin-top: 0.25rem;
}
.footer_we_items{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 0.2rem;
}
.footer_we_img{
    min-width: 0.3rem;
    height: 0.3rem;
    display: block;
}
.footer_we_img img{
    width: 100%;
    height: 100%;
}
.footer_we_txt{
    margin-left: 0.1rem;
    color: #fff;
    font-size: 0.2rem;
}
.footer_last{
    width: 100%;
    padding: 0.15rem 0;
    background: #111111;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    font-size: 0.14rem;
}


@media only screen and (max-width:1024px){
    .footer_center{
        width: 100%;
        padding: 0;
    }
    .footer_leftbox{
        display: none;
    }
    .footer_rightbox{
        margin-left: 0;
    padding: 0 20px;
    }
    .footer_last{
        font-size: 12px;
    }
}