.footer {
    background: url(../image/ft-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 33px 0;
}
.footer .footer-top{
    display: flex;
    padding-left: 238px;
    align-items: center;
}
.footer-top  p.tle{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 13px;
}
.footer-top  p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    margin-bottom: 12px;
}
.footer-top  p.address{
    width: 382px;
}
.footer-top  p.address::before{
    content: "";
    width: 15px;
    height: 19px;
    display: inline-block;
    background: url(../image/address.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 5px;
}
.footer-top .part2{
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    margin-left: 67px;
    margin-right: 44px;
    width: 456px;
    height: 78px;
}
.footer-top .part2 img{
    width: 100%;
}
.footer-top .part3 a{
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.footer-top .part4{
    margin-left: 45px;
}
.footer-top .part4 a{
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.footer-btm{
    background-color: #63065F;
    line-height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}