.reveal {
    width: 100%;
    height: 826px;
    position: relative;
}

.reveal img {
    width: 100%;
    height: 100%;
}

.reveal .revealBox {
    position: absolute;
    right: 0;
    left: 0;
    top: 122px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.reveal .revealBox h1 {
    color: #fff;
    font-size: 59px;
    font-weight: bolder;

}

.reveal .revealBox p {
    font-size: 24px;
}

.plantpoint {
    width: 100%;
}

.plantpoint .pointBox {
    padding: 40px 400px;
}

.plantpoint .pointBox .list {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.plantpoint .pointBox .list li {
    width: calc(100% / 4);
}

.plantpoint .pointBox .list li img {
    margin-bottom: 52px;
}

.plantpoint .pointBox .list li h5 {
    font-size: 18px;
    font-weight: 700;
    color: #131516;
}

.plantpoint .pointBox .list li p {
    color: #a8a8a8;
    font-size: 12px;
    width: 85%;
    margin: 0 auto;
}

.architecture {
    width: 100%;
    margin-bottom: 52px;
}

.architecture .imgBox {
    width: 862px;
    height: 614px;
    margin: 0 auto;
}

.architecture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sysfunction {
    width: 100%;
    margin-bottom: 52px;
}

.sysfunction .section {
    width: 1320px;
    margin: 0 auto;
    padding: 80px 0;
}

.sysfunction .section .items {
    height: 374px;
    width: 100%;
    margin-bottom: 230px;
}

.sysfunction .section .items:last-child {
    margin-bottom: 0;
}

.sysfunction .section .items .left {
    width: 604px;
    height: 100%;
    /* margin-right: 112px; */
    float: left;
}

.sysfunction .section .items img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sysfunction .section .items img {
    width: 100%;
    height: 100%;
}

.sysfunction .section .items .right {
    float: right;
    width: 604px;
    height: 100%;
    padding: 28px 0;
}

.sysfunction .section .items .bingo {
    width: calc(70% - 60px);
    margin-right: 60px;
}

.sysfunction .section .items .contents {
    width: calc(30% - 60px);
    margin-right: 60px;
}

.sysfunction .section .items h5 {
    font-size: 22px;
    font-weight: 600;
    color: #292929;
    line-height: 56px;
}

.sysfunction .section .items p {
    font-size: 14px;
    color: #292929;
    line-height: 36px;
}

.sysfunction .section .items .sys-btn {
    margin-top: 20px;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    color: #000;
}

.sysfunction .section .items .sys-btn:hover {
    border-color: #3570f6;
    color: #fff;
    background-color: #3570f6;
    outline: none;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .plantpoint {
        height: auto;
    }

    .plantpoint .pointBox {
        padding: 20px;
    }

    .plantpoint .pointBox .list {
        padding: 0;
        flex-wrap: wrap;
    }

    .plantpoint .pointBox .list li {
        width: 100%;
    }

    .architecture {
        margin-bottom: 0;
    }

    .architecture .imgBox {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .architecture img {
        object-fit: contain;
    }

    .sysfunction {
        margin-bottom: 0;
    }

    .sysfunction .section {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .sysfunction .section .items {
        margin-bottom: 20px;
        height: auto;
        float: left;
    }

    .sysfunction .section .items .left {
        width: 100%;
        margin-left: 0;
        height: 374px;
    }

    .sysfunction .section .items .left img {
        object-fit: contain;
    }

    .sysfunction .section .items .right {
        width: 100%;
        padding: 0 8px;
    }

    .sysfunction .section .items .right img {
        height: 270px;
        object-fit: contain;
    }

    .sysfunction .section .items .bingo {
        width: 100%;
        margin-right: 0;
    }

    .sysfunction .section .items .contents {
        width: 100%;
        margin-right: 0;
    }
}