/* 底部 */
.footer {
    width: 100%;
}

.footer-top {
    width: 100%;
    height: 174px;
    background: url(./footer.png) no-repeat center center;
    background-size: cover;
}

.footer-top .w_1440 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer-left {
    width: 30%;
}

.footer-left p {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 16px;
}

.footer-left-position {
    display: flex;
}

.footer-left-position img {
    width: 15px;
    height: 19px;
    margin-right: 7px;
}

.footer-left-position span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.footer-logo img {
    width: 340px;
    height: auto;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-right-contact p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.footer-right-contact .p1 {
    margin-bottom: 12px;
}

.footer-right-ewm {
    margin-left: 50px;
}

.footer-right-ewm img {
    width: 80px;
    height: 80px;
    margin-bottom: 7px
}

.footer-right-ewm p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background: #1F5489;
}

.footer-bottom span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 50px;
}

.footer-bottom span:last-child {
    margin-right: 0;
}