.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.section-title {
    font-size: 48px;
    color: #BF9651;
    line-height: 58px;
    text-align: center;
    margin-top: 55px;
}

.section-subtitle {
    font-size: 20px;
    color: #BF9651;
    line-height: 57px;
    margin-top: 22px;
    text-align: center;
}

.longCard {
    animation: cardAnim 0.5s ease-out forwards;
}

.shortCard {
    animation: cardAnim2 0.5s ease-out forwards;
}

@keyframes cardAnim {
    from {
        width: 21.958%;
    }

    to {
        width: 53.287%;
    }
}

@keyframes cardAnim2 {
    from {
        width: 53.287%;
    }

    to {
        width: 21.958%;
    }
}

/* 定制包车 */
.section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.section-wrap {
    display: flex;
    width: calc(100% - 492px);
    margin-top: 40px;
    margin-bottom: 60px;
    justify-content: space-between;
}

.section-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 21.958%;
    height: 422px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cardtext {
    position: absolute;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 36px;
}

.dzbc-descbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.dzbc-weizhi {
    width: 33px;
}

.dzbc-shijian {
    width: 100px;
}

.dzbc-address {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    margin-top: 2px;
    padding: 0 15px;
}

.dzbc-textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dzbc-textbox.active {
    flex-direction: row;
}

.dzbc-descbox.active {
    /* bottom: 24px; */
    /* transform: scale(1.2); */
    animation: descAnim 0.5s ease-out forwards;
}
@keyframes descAnim {
    to{
        transform:translateY(160%) scale(1.2);
    }
}

.cardtext.active {
    /* bottom: 24px; */
    /* transform: scale(1.2); */
    animation: textAnim 0.5s ease-out forwards;
}
@keyframes textAnim {
    to{
        transform:translateY(480%) scale(1.2);
    }
}

/* 接送服务 */

/* 357 */
.section-357 {
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.section-357 img {
    width: calc(100% - 172px);
    margin-top: 45px;
    margin-bottom: 93px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 2240px) {
    .section-wrap {
        width: calc(100% - 280px);
    }
    .section-card {
        height: 422px;
    }
}

@media screen and (max-width: 1840px) {
    .section-wrap {
        width: calc(100% - 240px);
    }
    .section-card {
        height: 422px;
    }
}

@media screen and (max-width: 1640px) {
    .section-wrap {
        width: calc(100% - 180px);
    }
    .section-card {
        height: 422px;
    }
}

@media screen and (max-width: 1440px) {
    .section-title {
        font-size: 40px;
        line-height: 48px;
        margin-top: 66px;
    }

    .section-wrap {
        width: calc(100% - 140px);
    }
    .section-card {
        height: 384px;
    }

    @keyframes descAnim {
        to{
            transform:translateY(140%) scale(1.2);
        }
    }
    @keyframes textAnim {
        to{
            transform:translateY(430%) scale(1.2);
        }
    }
}

@media screen and (max-width: 1280px) {
    .section-title {
        font-size: 34px;
        line-height: 40px;
        margin-top: 53px;
    }

    .cardtext {
        font-size: 24px;
        line-height: 28px;
    }

    .section-wrap {
        width: calc(100% - 140px);
    }

    .section-card {
        height: 337px;
    }

    .dzbc-weizhi {
        width: 26px;
    }

    .dzbc-shijian {
        width: 80px;
    }

    .dzbc-address {
        font-size: 22px;
        line-height: 26px;
        padding: 0 11px;
    }

    /* 357 */
    .section-357 img {
        width: calc(100% - 130px);
        margin-top: 30px;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .section-title {
        width: calc(100% - 96px);
        font-size: 40px;
        line-height: 48px;
        margin-top: 31px;
    }

    .cardtext {
        font-size: 20px;
        line-height: 24px;
    }

    @keyframes descAnim {
        to{
            transform:translateY(10%) scale(1.2);
        }
    }

    @keyframes textAnim {
        to{
            transform:translateY(20%) scale(1.2);
        }
    }

    /* 定制包车 */
    .section-wrap {
        width: calc(100% - 40px);
        margin-top: 28px;
        margin-bottom: 60px;
    }

    .section-card {
        height: 290px;
    }

    .dzbc-weizhi {
        width: 23px;
    }

    .dzbc-shijian {
        width: 70px;
    }

    .dzbc-address {
        font-size: 19px;
        line-height: 23px;
        padding: 0 10px;
    }

    .dzbc-descbox.active {
        bottom: 18px;
    }

    .cardtext.active {
        bottom: 18px;
    }


    /* 第四部分 */
    .section-357 img {
        width: calc(100% - 44px);
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 34px;
        line-height: 40px;
        margin-top: 29px;
    }

    .cardtext {
        font-size: 16px;
        line-height: 18px;
    }

    @keyframes descAnim {
        to{
            transform:translateY(5%) scale(1.2);
        }
    }
    @keyframes textAnim {
        to{
            transform:translateY(20%) scale(1.2);
        }
    }

    /* 定制包车 */
    .section-subtitle {
        margin-top: 19px;
    }

    .section-wrap {
        width: calc(100% - 40px);
        margin-top: 16px;
        margin-bottom: 50px;
    }

    .section-card {
        height: 215px;
    }

    .dzbc-weizhi {
        width: 16px;
    }

    .dzbc-shijian {
        width: 52px;
    }

    .dzbc-address {
        font-size: 14px;
        line-height: 17px;
        padding: 0 7px;
    }

    .dzbc-descbox.active {
        bottom: 12px;
    }

    /* 357 */
    .section-357 img {
        width: calc(100% - 32px);
        margin-top: 21px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 650px) {
    .section-title {
        width: calc(100% - 52px);
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
    }

    .cardtext {
        font-size: 12px;
        line-height: 9px;
    }

    @keyframes textAnim {
        to{
            transform:translateY(20%) scale(1.2);
        }
    }

    /* 定制包车 */
    .section-subtitle {
        font-size: 14px;
        line-height: 35px;
        margin-top: 11px;
    }

    .section-wrap {
        width: calc(100% - 30px);
        margin-top: 7px;
        margin-bottom: 21px;
    }

    .section-card {
        height: 102px;
    }

    .dzbc-weizhi {
        width: 8px;
        margin-top: 1px;
    }

    .dzbc-shijian {
        width: 24px;
        margin-top: 1px;
    }

    .dzbc-address {
        font-size: 8px;
        line-height: 9px;
        padding: 0 3px;
    }

    .dzbc-descbox.active {
        bottom: 6px;
    }
}