.contact-swipers {
    height: 500px !important;
}

    .contact-swipers .swiper-container {
        height: 100% !important;
    }

        .contact-swipers .swiper-container img {
            width: 100%;
            height: 500px !important;
        }

.contact-section {
    padding: 0;
    background-color: #f0f0f0;
}

    .contact-section .container {
        width: 1408px !important;
        padding: 100px 0;
        background: #F0F0F0;
    }

    .contact-section .text-center {
        padding: 120px 0;
        font-size: 42px;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(51, 51, 51, 0.7);
        margin: 0;
    }

    .contact-section h3 {
        width: 100%;
        height: 67px;
        background: #D2A025;
        text-align: center;
        color: #FFFFFF;
        line-height: 67px;
    }

        .contact-section h3::before {
            display: none;
        }

.content h3 img {
    margin-left: 8px;
}

.content-li {
    overflow: hidden;
    position: relative;
}

    .content-li h4 {
        width: 100%;
        background: #E9E9E9;
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        border-radius: 0;
        color: #333333;
        padding: 10px 18px 10px 108px;
    }

.content-li-action {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    transition: all 0.5s;
}

.content-li h4.active .content-li-action {
    transform: rotate(45deg)
}

.content-li-main {
    padding: 30px 138px 0 108px;
    transition: height 0.5s;
    box-sizing: content-box;
}

.content-li-main-height {
    padding: 30px 138px 0 108px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.schedule-left {
    position: fixed;
    left: 50px;
    top: 200px;
    z-index: 10;
}

.schedule-left-li {
    width: 170px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #D2A025;
    border-radius: 30px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
}

    .schedule-left-li.active {
        background: #D2A025;
        color: #FFFFFF;
    }

.schedule-left-border {
    width: 1px;
    height: 54px;
    background: #D2A025;
    margin: auto;
}

.contact footer {
    padding-top: 0;
}
/* .contact-section h3::after{
    width: 19px;
    height: 10px;
    content: "";
    background: url("/static/image2022/wihte-down.png") no-repeat 50%;
 } */
