.footer{
    background: #363840;
}
.footer_center{
    width: 16rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    box-sizing: border-box;
}
.footer_logo{
    width: 1.79rem;
    height: 0.6rem;
}
.footer_logo>img{
    width: 100%;
    height: 100%;
}
.footer_left{
    display: flex;
    flex-direction: column;

}
.footer_left_2{
    width: 5.1rem;
    display: flex;
    border-top:0.01rem solid #565656;
    margin-top: 0.27rem;
    padding-top: 0.2rem;
}
.footer_messages{
    height: 1.2rem;
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_ewm{
    width: 1.2rem;
    height: 1.2rem;

}
.footer_ewm>img{
    width: 100%;
    height: 100%;
}
.footer_many{
    text-align: center;
    margin-top: 0.1rem;
    color: #fff;
    font-size: 0.14rem;
}
.footer_messages_1{
    display: flex;
}
.footer_ico{
    width: 0.26rem;
    height: 0.26rem;
}
.footer_ico>img{
    width: 100%;
    height: 100%;
}
.footer_name{
    color: #fff;
    font-size: 0.16rem;
    margin-left: 0.1rem;
}
.footer_right{
    display: flex;
    position: relative;
}
.footer_right::after{
    content: '';
    display: block;
    position: absolute;
    width: 7.8rem;
    height: 0.01rem;
    background: #565656;
    top: 0.55rem;
    left: 0.85rem;
}

.footer_nav1{
    display: flex;
    flex-direction: column;
    margin-left: 0.86rem;
}
.footer_nav1 a{
    color: #fff;
}
.footer_nav_tit{
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.41rem;
}
.footer_nav_a{
    font-size: 0.16rem;
    margin-top: 0.20rem;
    color:#ccc!important;
}
.footer_nav_a:hover{
    color: #fff!important;
}


.footer_footer{
    width: 100%;
    height: 0.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2D2D2D;
}
.footer_footer1{
    color: #CCCCCC;
    font-size: 0.14rem;
    margin-right: 0.5rem;
}
@media screen and (max-width:1024px){
    .footer{
        /*padding: 0 15px;*/
    }
    .footer_center{
        width: 100%;
        padding: 30px 15px;
        flex-wrap: wrap;
    }
    .footer_logo{
        width: 179px;
        height: 60px;
    }
    .footer_left,.footer_right{
        width: 100%;
    }
    .footer_left{
        align-items: center;
    }
    .footer_left_2{
        width: 100%;
        flex-wrap: wrap;
    }
    .footer_ewm{
        width: 120px;
        height: 120px;
        /*width: auto;*/
    }
    .footer_ewm>img{
        object-fit: contain;
    }
    .footer_messages{
        width: 100%;
        margin-left: 0;
    }
    .footer_ico{
        width: 26px;
        height: 26px;
    }
    
    .footer_imgbox{
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_messages_1{
        align-items: center;
    }
    
    .footer_right{
        display: none;
        flex-wrap: wrap;
    }
    .footer_nav1{
        /*width: 20%;*/
        margin-left: 0;
        flex: 1;
    }
    .footer_messages{
        height: auto;
    }
    .footer_messages_1{
        margin-top:5px;
    }
    .footer_namem,.footer_many,.footer_name,.footer_footer1{
        font-size: 14px;
    }
    .footer_footer{
        flex-wrap: wrap;
        padding: 7px 0;
        height: auto;
    }
    .footer_footer1{
        width: 100%;
        line-height: 1.8;
        margin-right: 0;
        text-align: center;
    }
    
    
}
