.carousel-caption1 {
    right: 56px;
    left: 56px;
}
.carousel-caption1-title {
    margin-bottom: 16px;
    font-size: 54px;
    text-align: left;
}
.carousel-caption1-detail {
    font-size: 21px;
    text-align: left;
    max-width: 586px;
    padding-bottom: 40px;
}
.car-container {
    padding-top: 103px;
}
.car-wrapper {
    max-width: 1708px;
    margin: 0 auto;
}
.car-banner-wrapper {
    margin-top: 54px;
    position: relative;
}
.car-banner {
    width: 100%;
}
.car-banner-text {
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
    max-width: 635px;
    position: absolute;
    left: 53px;
    bottom: 50px;
}

.person-label {
    width: 164px;
	height: 49px;
	background-color: #ffbc81;
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    margin: 42px 0 35px;
}
.person-list {
    margin-left: -10px;
    margin-right: -10px;
}
.person-item {
    width: 395px;
	height: 332px;
    margin: 0 10px 20px;
    transition: all 0.3s;
}
.person-item:hover {
    box-shadow: 0 2px 12px 4px rgb(0 0 0 / 10%);
    transform: scale(1.2);
}
.introduce-container {
    margin-top: 143px;
}
/* @media screen and (max-width: 1920px) {
    .carousel-caption1-title {
        font-size: 40px;
    }
    .car-container {
        padding-top: 76px;
    }
    .car-banner-wrapper {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1708px) {
    .person-list {
        margin-right: 0;
        margin-left: 0;
    }
    .introduce-container {
        margin-top: 20px;
    }
    .normal-title {
        padding-left: 10px;
    }
    .car-banner-text {
        font-size: 18px;
    }
    .person-label {
        font-size: 18px;
        height: 38px;
        line-height: 38px;
        width: 123px;
    }
    .person-item {
        width: 296px;
        height: 249px;
    }
} */
@media screen and (max-width: 1200px) {
    .carousel-caption1-title {
        font-size: 33px;
    }
    .car-container {
        padding-top: 64px;
    }
    .car-banner-wrapper {
        margin-top: 33px;
    }
    .car-banner-text {
        font-size: 15px;
        line-height: 28px;
    }
    .person-label {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        width: 102px;
        margin-top: 26px;
        margin-bottom: 22px;
    }
    .person-item {
        width: 247px;
        height: 210px;
    }
    .person-list {
        margin-right: 0;
        margin-left: 0;
    }
    .introduce-container {
        margin-top: 88px;
    }
}

@media screen and (max-width: 846px) {
    .carousel-caption1-title {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .carousel-caption1-detail {
        font-size: 18px;
    }
    .car-container {
        padding-top: 40px;
    }
    .car-banner-wrapper {
        margin-top: 20px;
    }
   
    .car-banner-text {
        left: 20px;
        bottom: 20px;
        max-width: calc(100% - 40px);
        font-size: 20px;
        line-height: 30px;
    }
    .en1 .car-banner-text {
        left: 20px;
        bottom: 0px;
        max-width: calc(100% - 40px);
        font-size: 14px;
        line-height: 16px;
    }
}
@media screen and (max-width: 660px) {
    .carousel-caption1 {
        left: 0;
    }
    .carousel-caption1-title {
        font-size: 20px;
    }
    .carousel-caption1-detail {
        font-size: 14px;
    }
    .car-banner-text {
        font-size: 14px;
        line-height: 16px;
    }
    .car-container {
        padding-top: 20px;
    }
    .person-list {
        display: flex;
        flex-wrap: wrap;
    }
    .person-item {
        width: calc(50vw - 20px);
        height: calc((50vw - 20px) * 332 / 395);
    }
}