banner .content .content-text .title {
    font-size: 72px;
    font-weight: 300;
}

banner .content .content-text .desc {
    font-size: 24px;
    margin-top: 30px;
    font-weight: 300;
}

/* 通用结束 */

/* usInfo */
.usInfo {
    margin-top: 56px;
}

.usInfo>.title {
    font-size: 46px;
    font-weight: 400;
    color: #333333;
}

.usInfo .addressMap {
    background-image: url(../../images/page/contactUs/map.png);
    margin-top: 43px;
    width: 100%;
    height: 222px;
    overflow: hidden;
}


.usInfo .addressMap .name {
    margin-top: 60px;
    margin-left: 49px;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
}

.usInfo .addressMap .name a {
    margin-left: 27px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #B58360;
}

.usInfo .addressMap .address {
    margin-top: 43px;
    margin-left: 49px;
    font-size: 24px;
    font-weight: 400;
    color: #4D4D4D;
}

.usInfo .mainAddress {
    padding-top: 22px;
    padding-bottom: 52px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 67px;
    border: 1px solid #E8E8E8;
}


.usInfo .mainAddress p {
    margin-top: 30px;
    margin-left: 54px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
}

.usInfo .mainAddress span {
    margin-left: 92px;
    font-size: 32px;
    font-weight: 400;
    color: #1F233F;
}


.usInfo .qrcode {
    width: 100%;
    border: 1px solid #E8E8E8;
}

.usInfo .qrcode img {
    width: 133px;
    height: 133px;
    float: left;
    margin: 42px 82px 39px 46px;
}

.usInfo .qrcode div {
    float: left;
}

.usInfo .qrcode .title {
    margin-top: 60px;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
}

.usInfo .qrcode .desc {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
}

/* officeList */
.officeInfo {
    margin-top: 67px;
    margin-bottom: 78px;
}

.officeInfo>.title {
    font-size: 46px;
    font-weight: 400;
    color: #333333;
    margin-top: 55px;
    border-bottom: 2px solid #E8E8E8;
    padding-bottom: 55px;
}

.officeList li {
    width: 100%;
    border-bottom: 2px solid #E8E8E8;
    box-sizing: border-box;
    padding: 76px 0 79px 0;
    text-align: center;
}

.officeList li div {
    width: 100%;
    color: #333333;
}

.officeList li div .title {
    margin-bottom: 18px;
    font-size: 28px;
    font-weight: 600;
}

.officeList li div .address {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 400;
}