.footer {
    background-color: #1B2230;
}
.footer-content {
    margin: 0 auto;
    width: 1240px;
    padding: 40px 30px 36px;
    overflow: hidden;
    background-color: #1B2230;
}
.footer-content>div {
    float: left;
}
.footer-logo {
    width: 130px;
    height: 34px;
    background-size: 100% 100%;
    background-image: url(../img/logo.png);
    margin-right: 60px;
}
.location {
    width: 530px;
}
.tel {
    overflow: hidden;
}
.tel div {
    float: left;
    margin-right: 100px;
}
.tel span{
    font-size: 20px;
    font-weight: 400;
    color: #ADBCD9;
    line-height: 28px;
}
.location .tel img {
    margin-top: 4px;
}
.location p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
    padding: 10px 0;
    overflow: hidden;
}
.location img {
    width: 14px;
    margin-right: 4px;
    float: left;
    margin-top: 2px;
}
.footer-content .line {
    width: 1px;
    height: 180px;
    background: rgba(59,65,75,1);
    margin-right: 79px;
}
.QR-code {
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    color: #B3B3B3;
    line-height: 17px;
    text-align: center;
}
.QR-code div {
    float: left;
    margin-right: 60px;
}
.QR-code img {
    width: 120px;
    height: 120px;
}
.QR-code .qr-code-ttwx {
    width: 116px;
    height: 116px;
    padding: 2px;
    background: #fff;
    border-radius: 8px;
}
.QR-code p {
    margin-top: 20px;
}
.footer-records {
    background-color: #0B1324;
}
.footer-records div {
    padding: 14px 0 12px;
    text-align: center;
    background-color: #0B1324;
}
.footer-records span {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 22px;
}
.footer-records p {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    line-height: 17px;
}
.footer-records>div{
    width: 1240px;
    margin: 0 auto;
}
a {
    color: #999999;
}
.goTop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 135px;
    bottom: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
}
.goTop img {
    width: 120%;
    height: 120%;
    margin-top: -6px;
    margin-left: -6px;
}
