.partner4 {
    position: relative;
    height: 700px;
}

.partner4 * {
    box-sizing: border-box;
}

.partner4 .image-animation {
    max-width: 100%;
    display: block;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner4Content {
    overflow-x: hidden;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

.partner4Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.partner4Left {
    width: 40%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.partner4Left .line {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 22px;
}

.partner4Left .title {
    font-size: 32px;
    margin-bottom: 100px;
}

.partner4Left .content {
    font-size: 18px;
    margin-bottom: 20px;
}

.partner4Left .dec {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.partner4Left .moduleButton {
    font-size: 16px;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    width: 160px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-align: center;
}

.partner4Left .moduleButton:hover {
    background: rgb(75, 172, 198);
}

.partner4Right {
    width: 58%;
    display: inline-block;
    vertical-align: top;
}

.partner4Right img {
    max-width: 100%;
    border: 0;
    display: block;
    width: 670px;
    height: 380px;
    object-fit: cover;
}