/**
 * banner²¿·Ö
 */
.contact .banner-pack {
    width: 100%;
    height: 470px;
    background-size: cover;
}
.contact .banner-pack .text-content {
    font-size: 64px;
    font-weight: 500;
    color: #fff;
    padding-top: 140px;
    text-align: center;
}

.contact .info-pack {
    width: 100%;
    height: auto;
    margin-bottom: 105px;
}

.contact .info-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.contact .info-pack .i-detail {
    margin-top: -130px;
    width: 100%;
    height: 612px;
    padding: 96px;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.contact .info-pack .i-detail .i-d-left {
    margin-right: 32px;
}

.contact .info-pack .i-detail .i-d-right {
    height: 425px;
    width: 100%;
    padding-left: 30px;
}

.contact .info-pack .i-detail .i-d-right .r-title {
    font-size: 24px;
    font-weight: bold;
    color: #262626;
    height: 35px;
}

.contact .info-pack .i-detail .i-d-right .r-en-title {
    font-size: 18px;
    color: #595959;
    height: 26px;
}

.contact .info-pack .i-detail .i-d-right .r-location-label {
    font-size: 18px;
    color: #262626;
    font-weight: 500;
    height: 24px;
    margin-top: 24px;
}

.contact .info-pack .i-detail .i-d-right .r-location-value {
    font-size: 16px;
    color: #595959;
    height: 24px;
    margin-bottom: 8px;
}

.contact .info-pack .i-detail .i-d-right .r-phone-label {
    font-size: 18px;
    color: #262626;
    font-weight: 500;
    height: 24px;
}

.contact .info-pack .i-detail .i-d-right .r-phone-value {
    font-size: 16px;
    color: #595959;
    height: 24px;
    margin-bottom: 8px;
}

.contact .info-pack .i-detail .i-d-right .r-website-label {
    font-size: 18px;
    color: #262626;
    height: 24px;
    font-weight: 500;
}

.contact .info-pack .i-detail .i-d-right .r-website-value {
    font-size: 16px;
    color: #595959;
    height: 24px;
    margin-bottom: 32px;
}

.contact .info-pack .i-detail .i-d-right .r-department-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #262626;
    height: 35px;
}

.contact .info-pack .i-detail .i-d-right .r-d-phone-label {
    font-size: 18px;
    color: #262626;
    height: 24px;
    font-weight: 500;
}

.contact .info-pack .i-detail .i-d-right .r-d-phone-value {
    font-size: 16px;
    color: #595959;
    height: 24px;
    margin-bottom: 8px;
}

.contact .info-pack .i-detail .i-d-right .r-d-email-label {
    font-size: 18px;
    color: #262626;
    height: 24px;
    font-weight: 500;
}

.contact .info-pack .i-detail .i-d-right .r-d-email-value {
    font-size: 16px;
    color: #595959;
    height: 24px;
    margin-bottom: 8px;
}
<!--ºÄÊ±1764533745.7633Ãë-->