#home-content[data-id="home-content"] {
    width: 100%;
    margin-top: 60px;
}

#home-content[data-id="home-content"] .home-banner {
    width: 100%;
    aspect-ratio: 24/7;
    background-repeat: no-repeat;
    background-size: cover;
}


#home-content[data-id="home-content"] .home-banner {
    width: 100%;
    aspect-ratio: 24/7;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-content[data-id="home-content"] .home-data-box {
    width: 1200px;
    padding: 38px 20px;
    background-image: linear-gradient(180deg, #F1F5FB 0%, #FFF 100%);
    box-shadow: 0 8px 40px -8px #508cd11a;
    border-radius: 4px;
    border: 1px solid #FFF;
    margin: 80px auto;
    display: flex;
}

#home-content[data-id="home-content"] .home-data-item {
    display: flex;
    align-items: center;
}

#home-content[data-id="home-content"] .home-data-icon {
    width: 68px;
    height: 68px;
}

#home-content[data-id="home-content"] .home-data-icon img {
    width: 68px;
    height: 68px;
}

#home-content[data-id="home-content"] .home-data-item {
    display: flex;
    align-items: center;
    width: 25%;
}

#home-content[data-id="home-content"] .home-data-num {
    align-self: stretch;
    color: #1d2129;
    font-family: "OPPOSans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

#home-content[data-id="home-content"] .home-data-name {
    align-self: stretch;
    color: #4e5969;
    font-family: "OPPOSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /* margin-top: 20px; */
}

#home-content[data-id="home-content"] .home-slideshow {
    width: 100%;
    min-height: 800px;
    /* aspect-ratio: 480/227; */
    background-color: #1D2129;
    overflow: hidden;
}

#home-content[data-id="home-content"] .home-slideshow-title {
    align-self: stretch;
    color: #ffffff;
    text-align: center;
    font-family: "OPPOSans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-top: 80px;
}

#home-content[data-id="home-content"] .home-slideshow-content {
    width: 100%;
    height: calc(100% - 130px);
    margin-top: 80px;
}

#home-content[data-id="home-content"] .home-partner {
    width: 100%;
    /* aspect-ratio: 32/11; */
    overflow: hidden;
    background-image: url(../images/home/home-partner-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: 80px;
    background-position: 50% 0;
}

#home-content[data-id="home-content"] .home-partner-title {
    align-self: stretch;
    color: #1d2129;
    text-align: center;
    font-family: "OPPOSans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-top: 80px;
}

#home-content[data-id="home-content"] .home-partner-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 1400px;
    height: calc(100% - 270px);
    margin: 0 auto;
    margin-top: 80px;
}

#home-content[data-id="home-content"] .home-partner-item {
    width: calc((100%/5) - ((40px*4)/5));
    aspect-ratio: 3/1;
    display: flex;
    align-items: center;
}

#home-content[data-id="home-content"] .home-partner-item img {
    width: 100%;
    /* height: 100%; */
    margin: auto 0;
    display: block;
}

#home-content[data-id="home-content"] .home-business-movement {
    width: 100%;
    overflow: hidden;
}

#home-content[data-id="home-content"] .home-business-movement-title {
    align-self: stretch;
    color: #1d2129;
    text-align: center;
    font-family: "OPPOSans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-top: 80px;
}

#home-content[data-id="home-content"] .home-business-movement-content {
    width: 1400px;
    display: flex;
    gap: 30px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 40px;
}

#home-content[data-id="home-content"] .home-business-movement-item {
    width: calc((100%/2) - 15px);
    display: flex;
    margin-bottom: 10px;
}

#home-content[data-id="home-content"] .home-business-movement-img {
    width: 210px;
    aspect-ratio: 16/11;
}

#home-content[data-id="home-content"] .home-business-movement-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-content[data-id="home-content"] .home-business-movement-info {
    width: calc(100% - 160px);
    height: 100%;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#home-content[data-id="home-content"] .home-business-movement-info-descrip {
    color: #86909c;
    font-family: "OPPOSans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;
}

#home-content[data-id="home-content"] .home-business-movement-info-title {
    align-self: stretch;
    color: #1d2129;
    font-family: "OPPOSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#home-content[data-id="home-content"] .home-business-movement-time {
    align-self: stretch;
    color: #86909c;
    font-family: "OPPOSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


/* 768以下 */
@media (max-width: 768px) {
    #home-content[data-id="home-content"] .home-data-box{
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }

    #home-content[data-id="home-content"] .home-data-item{
        width: 50%;
    }

    #home-content[data-id="home-content"] .home-data-num{
        font-size: 4vw;
        
    }

    #home-content[data-id="home-content"] .home-slideshow-title{
        font-size: 4vw;
        margin: 0 10px;
    }

    #home-content[data-id="home-content"] .home-partner-content{
        width: 100%;
    }

    #home-content[data-id="home-content"] .home-partner-item{
        width: calc(50% - 20px);
    }


    #home-content[data-id="home-content"] .home-business-movement-content{
        width: 100%;
    }

    #home-content[data-id="home-content"] .home-business-movement-content{
        width: 100%;
    }

    #home-content[data-id="home-content"] .home-business-movement-item{
        width: 100%;
    }
}