.footer_top{
    height: 3.26rem;
    background-image: url(../img/footer/footer-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover  ;
}

.footer_top_box{
    width: 16rem;
    margin: 0 auto;
    padding-top: .32rem;
    display: flex;
    justify-content: space-between;
}
.footer_left{
    height: 100%;
}
.footer_logo{
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: .43rem;
}
.footer_logo img{
    width: .71rem;
    height: .64rem;
    margin-right: .18rem;
}
.footer_tit{
    font-size: 0.28rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
}
.footer_contact_item{
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}
.footer_contact_item img{
    width: .21rem;
    height: auto;
    margin-right: .15rem;
}
.footer_contact_item p{
        max-width: 5.5rem;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}
.footer_right{
    height: 100%;
    display: flex;
    margin-top: .24rem;
    padding-left: 1.22rem;
    position: relative;
}
.footer_right::after{
    content: '';
    width: 0.01rem;
    height: 2.26rem;
    background: #FFFFFF;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer_nav_item{
    display: flex;
    flex-direction: column;
    margin-left: .52rem;
}
.footer_nav_item:first-child{
    margin: 0;
}
.footer_nav_tit{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: .28rem;
}
.footer_nav_item a{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: .09rem;
}
.footer_code{
    width: 1.56rem;
    margin-left: .62rem;
}
.footer_code img{
    margin-bottom: .16rem;
    float: left;
}
.footer_code p{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.footer_bottom{
    height: .75rem;
    background: #000000;
}
.footer_bottom_box{
    width: 16rem;
    margin: 0 auto;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: .75rem;
}
.footer_bottom_box a{
    color: #FFFFFF;
}


@media only screen and (max-width: 1024px) {
    .footer_top{
        height:auto;
    }
    .footer_top_box{
        width: 94%;
        display: block;
        padding: .2rem 0;
    }
    .footer_right{
        display: none;
    }
    .footer_bottom_box{
        width: 94%;
    }
    .footer_contact_item p,.footer_bottom_box,.footer_contact_item p{
        font-size: 12px !important;
    }
}