.contactUs3 {
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.contactUs3Bg {
    background-size: cover;
    width: 100%;
    height: 450px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.contactUs3Content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.contactUs3Content:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.contactUs3Left {
    width: 36%;
    float: left;
    color: #fff;
    padding: 0 2%;
}

.contactUs3Left .title {
    font-size: 28px;
    line-height: 1.5;
}

.contactUs3Left .line {
    line-height: 26px;
    margin-bottom: 20px;
}

.contactUs3Left .companyName {
    margin-bottom: 22px;
}

.contactUs3Left .content {
    font-size: 12px;
    margin-bottom: 22px;
    color: #9D9D9D;
}

.contactUs3Left .content .dec {
    line-height: 24px;
}

.contactUs3Left .iconContent img {
    margin-right: 32px;
}

.contactUs3Right {
    width: 60%;
    float: left;
}

.contactUs3Right img {
    max-width: 100%;
    display: block;
    border: 0;
}