.contactUs3 {
    height: 450px;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.contactUs3 * {
    box-sizing: border-box;
}

.contactUs3Bg {
    background-size: cover;
    width: 100%;
    height: 450px;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.contactUs3Content {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
}

.contactUs3Content:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.contactUs3Left {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 0 2%;
}

.contactUs3Left .title {
    font-size: 28px;
    line-height: 1.5;
}

.contactUs3Left .line {
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 18px;
}

.contactUs3Left .companyName {
    margin-bottom: 22px;
    font-size: 16px;
}

.contactUs3Left .content {
    font-size: 12px;
    margin-bottom: 22px;
    color: #9D9D9D;
}

.contactUs3Left .content .dec {
    line-height: 24px;
}

.contactUs3Left .iconContent a {
    width: 30px;
    display: inline-block;
    margin-right: 32px;
}

.contactUs3Left .iconContent img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.contactUs3Right {
    width: 60%;
    height: 310px;
    display: inline-block;
    vertical-align: top;
}

.contactUs3Right img {
    max-width: 100%;
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}