.wrapper {
    min-height: 100vh;
}

.banner {
    border-radius: 0 0 0 25% / 50% !important;
    overflow: hidden;
    position: relative;
}

.bannerItem {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    max-width: 1440px;
}

.bannerItem>* {
    margin-left: 28px;
}

.bannerItem p {
    font-size: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
}

.bannerItem::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 52px;
    background: #F39800;
    top: 11px;
    left: 0;
}

.mapList {
    flex-wrap: wrap;
    animation: donghua1 0.8s ease-out forwards;
}

.mapList>div {
    padding-bottom: 24px;
    border-radius: 4px;
    margin-bottom: 60px;
    width: 22.9%;
    margin-right: 2%;
    border-radius: 4px;
    background: #EDF4F4;
}

.mapList>div:nth-child(4) {
    margin-right: 0;
}

.column {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    padding-bottom: 11px;
    color: #F39800;
    padding-top: 22px;
    margin-bottom: 11px;
    margin-left: 20px;
    margin-right: 32px;
}

.mapLi {
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    transition: .5s;
    position: relative;
    line-height: 32px;
    margin-bottom: 5px;
}

.mapLi:hover {
    color: #F39800;
}

.mapLi::after {
    width: 11px;
    height: 11px;
    border: 1px solid #F39800;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.mapList {
    display: flex;
    align-items: flex-start;
    width: 90%;
    max-width: 1440px;
    margin: auto;
    margin-top: 61px;
    margin-bottom: 60px;
}

@media (max-width:1000px) {
    .mapList {
        display: block;
        margin-top: 40px;
    }

    .mapList>div {
        width: 100%;
        margin: 0 0 20px;
    }
}