﻿.footer {
    position: relative;
    height: 352px;
    width: 100%;
    min-width: 1420px;
    background: url(/images/d_bg.png);
    background-size: cover;
}

.relation-us {
    position: relative;
    color: #5D647F;
    padding: 0 120px;
    padding-top: 80px;
}

    .relation-us .copyright {
        height: 50px;
        line-height: 50px;
    }

.relation-us-info {
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #4E5571;
    margin-bottom: 23px;
}

.relation-us-bottom {
    font-size: 14px;
    color: #4E5571;
    margin-top: 67px;
}

.relation-us-weChat {
    position: absolute;
    top: 144px;
    right: 120px;
}

    .relation-us-weChat img {
        display: block;
        width: 110px;
        height: 110px;
        opacity: 0.3;
    }

.relation-us table {
    position: relative;
    padding: 0 120px;
    margin: 0 auto;
}

.relation-us-title {
    font-size: 24px;
}

.relation-us-div {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    height: auto;
    margin: 0 auto 40px;
}

.office-account {
    margin-top: 14px;
    padding-left: 7px;
    cursor: default;
}

    .office-account :hover {
        opacity: 1;
    }

.td-opacity :hover {
    opacity: 1;
}
