footer{
    background: #ececec;
}
.footer_center{
    width: 16rem;
    margin: 0 auto;
    display: flex;
    padding: 0.8rem 0 ;
}
.footer_one{
    width: 2.5rem;
    height: 1rem;
}
.footer_one img{
    width: 100%;
    height: 100%;
}
.footer_two{
    flex: 1;
    display: flex;
    padding: 0 1.5rem;
    justify-content: space-between;
}

.footer_three_tit{
    font-size: 0.18rem;
    color: #333333;
    font-weight: bold;
    margin-left: 0.3rem;
}
.footer_three_items{
    margin-left: 0.3rem;
}
.footer_three_content{
    display: flex;
    margin-top: 0.3rem;
}
.footer_three_img{
    width: 1rem;
    height: 1rem;
}
.footer_three_img img{
    width: 100%;
    height: 100%;
}
.footer_three_name{
    text-align: center;
    font-size: 0.14rem;
    margin: 0.1rem 0;
}
.footer_a_txt{
    display: block;
    color: #333;
    font-size: 0.14rem;
    margin-top: 0.3rem;
}
.footer_a_tit{
    font-weight: bold;
    font-size: 0.18rem;
    color: #333;
}

.footer_last{
    padding: 0.12rem 0 ;
    background: #D6D6D6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_last a{
    color: #333;
    font-size: 0.14rem;
    margin: 0 0.07rem;
}






@media only screen and (max-width:1024px){
    .footer_center{
        padding: 15px;
        width: 100%;
    }
    .footer_two{
        padding: 0;
    }
    .footer_one,
    .footer_navbox_items:nth-child(1),
    .footer_navbox_items:nth-child(2){
        display: none;
    }
}