.section-container {
    background-color: #fff
}

.width-limit-container {
    max-width: 1920px;
    margin: 0 auto;
}

.section-container.page-label {
    margin-top: 50px
}

.section-top {
    padding: 46px 30px 30px 30px
}

.section-top .left-corner {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #202325;
    position: relative;
    padding: 0 22px;
    letter-spacing: 1.5px
}

.section-top .left-corner::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ca101a;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -6px
}

.left-company {
    font-size: 56px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #595757;
    margin: 0;
    padding: 0 30px
}

.second-title {
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #000;
    padding: 0 30px 54px 30px;
    margin: 24px 0 0 0
}

@media screen and (max-width:1024px) {
    .about-company {
        padding: 0 20px 30px 20px
    }

    .section-top {
        padding: 20px 20px;
        font-size: 10px
    }

    .section-top .left-corner::before {
        width: 8px;
        height: 8px;
        margin-top: -5px
    }

    .left-company {
        font-size: 40px;
        padding: 0 20px
    }

    .second-title {
        padding: 0 20px 24px 20px
    }
}

@media screen and (max-width:600px) {
    .left-company {
        font-size: 21px
    }

    .second-title {
        font-size: 13px
    }
}

.partner-info-section {
    margin-top: 50px
}

.partner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partner-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 23px 87px 63px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.partner-left::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 63px;
    right: 23px;
    height: 3px;
    background: #ca101a
}

.partner-title {
    font-size: 36px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #000
}

.partner-name {
    font-size: 48px;
    font-family: Bodoni-11-Bold;
    font-weight: bold;
    color: #000;
    margin-top: 10px
}

.partner-office {
    font-size: 36px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #000;
    margin-top: 10px
}

.partner-right {
    width: 59%
}

.partner-right img {
    width: 100%
}

.partner-intro {
    padding: 60px;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #000;
    line-height: 40px
}

.partner-intro.cut {
    height: 800px;
    overflow-y: hidden
}

@media screen and (max-width:1440px) {
    .partner-title {
        font-size: 27px
    }

    .partner-name {
        font-size: 42px
    }

    .partner-office {
        font-size: 27px
    }
    .partner-left{
        padding: 0 23px 65px 50px
    }
    .partner-left::after{
        left: 50px;
        right: 23px;
    }
    .partner-intro{
        padding: 60px 50px;
    }
}

@media screen and (max-width:1024px) {
    .partner-info-section {
        margin-top: 0
    }

    .partner-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .partner-left {
        width: 100%;
        padding: 60px 20px 60px 20px
    }

    .partner-left::after {
        display: none
    }

    .partner-right {
        width: 100%
    }

    .partner-intro {
        font-size: 28px;
        padding: 60px 20px 100px 20px;
        line-height: 52px
    }
}

@media screen and (max-width:600px) {
    .partner-left {
        padding: 30px 20px
    }

    .partner-title {
        font-size: 15px
    }

    .partner-name {
        font-size: 21px
    }

    .partner-office {
        font-size: 15px
    }

    .partner-intro {
        font-size: 13px;
        padding: 20px 20px 20px 20px;
        line-height: 21px
    }

    .partner-intro.cut {
        height: 506px
    }
}

.anti-cut-container {
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #f6f6f6));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0, #f6f6f6 80%);
    padding-top: 350px;
    padding-bottom: 80px;
    margin-top: -340px;
    position: relative;
    display: none
}

.anti-cut-container .team-section-more {
    margin: 30px auto 0 auto
}

@media screen and (max-width:600px) {
    .anti-cut-container {
        padding-bottom: 20px
    }
}

.bottom-banner-section {
    margin-bottom: 50px
}

@media screen and (max-width:1024px) {
    .bottom-banner-section {
        margin: 0 20px 50px 20px
    }
}