.contact_usLogo {
    margin-top: 130px;
    margin-bottom: 117px;
    overflow: hidden;
}

.contact_usLogo>p {
    text-align: center;
    font-size: 26px;
    color: #1349A3;
    font-family: 'SourceHanSansSC-Bold';
    line-height: 29px;
}

.contact_usTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #1349A3;
    font-family: 'SourceHanSansSC-Bold';
}

.contact_usTitle>p:first-child {
    margin-right: 14px;
    display: flex;
    align-items: center;
}

.contact_usTel {
    width: 1200px;
    height: 163px;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 99px;
    background-color: #F0F6FC;
    font-size: 19px;
    color: #333;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
}

.contact_usTel>p {
    font-size: 21px;
    margin-top: 45px;
    line-height: normal;
}

.QrCodeBox {
    width: 1200px;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 152px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.QrCodeBox>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #333;
}

.QrCodeBox>div>p:last-child {
    margin-top: 15px;
}