.section .wrap {
    width: 1368px;
    margin: 175px auto 27px;
}

.section .wrap .title {
    font-size: 58px;
    font-family: Roboto b;
    font-weight: 500;
    color: #262626;
    display: block;
    margin: 0 0 85px 0;
    text-align: center;
    height: 70px;
    overflow: hidden;
}

.section .wrap .content {
    height: 528px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section .wrap .content img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section .wrap .content .text {
    position: relative;
    z-index: 1;
    width: 685px;
}

.section .wrap .content .text span {
    font-size: 38px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 30px 0;
    display: block;
}

.section .wrap .content .text p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
}

.section2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), #FCFCFC);
}

.section2 .wrap {
    margin: 153px auto 118px;
    display: flex;
    justify-content: center;
    position: relative;
    left: -41px;
}

.section2 .wrap .images {
    width: 854px;
    height: 529px;
    overflow: hidden;
    margin: 0 60px 0 0;
    clip-path: inset(0% 100% 0% 0%);
    transition: 2s;
}

.section2 .wrap .images.aos-animate {
    clip-path: inset(0% 0% 0% 0%);
}

.section2 .wrap .images img {
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}
.section2 .wrap .images:hover img{
    transform: scale(1.1);
}

.section2 .wrap .text {
    margin: 42px 0 0 0;
}

.section2 .wrap .text span {
    font-size: 38px;
    font-family: Roboto;
    font-weight: bold;
    color: #323232;
    display: block;
    margin: 0 0 48px 0;
}

.section2 .wrap .text > p {
    width: 595px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #323232;
    line-height: 27px;
}

.section2 .wrap .text .color {
    margin: 90px 0 0 0;
    display: flex;
}

.section2 .wrap .text .color .list:not(:last-child) {
    margin: 0 20px 0 0;
}

.section2 .wrap .text .color .list {
    width: 256px;
    height: 188px;
    background: #FFFFFF;
    border-radius: 14px;
}

.section2 .wrap .text .color .list .picture {
    height: 137px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.section2 .wrap .text .color .list.on .picture {
    justify-content: unset;
    align-items: unset;
}

.section2 .wrap .text .color .list .picture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 1s;
}

.section2 .wrap .text .color .list .picture:hover img {
    transform: scale(1.1);
}

.section2 .wrap .text .color .list .sign {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .wrap .text .color .list .sign .num {
    width: 21px;
    height: 21px;
    background: #EAB649;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 14px 0 0;
}

.section2 .wrap .text .color .list .sign p {
    font-size: 14px;
    font-family: Roboto b;
    font-weight: 500;
    color: #323232;
}

.section3 .wrap {
    width: 1760px;
    margin: 105px auto 153px;
}

.section3 .wrap .title {
    font-size: 38px;
    font-family: Roboto;
    font-weight: bold;
    color: #323232;
    text-align: center;
    margin: 0 0 107px 0;
}

.section3 .wrap .content .item {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.section3 .wrap .content .item:not(:last-child) {
    margin: 0 0 120px 0;
}

.section3 .wrap .content .item .figure {
    margin: 0 236px 0 0;
}

.section3 .wrap .content .item .figure .list:not(:last-child) {
    margin: 0 0 77px 0;
}

.section3 .wrap .content .item .figure .list span {
    font-size: 50px;
    font-family: Futura-Bold;
    font-weight: 400;
    color: #E9B548;
    display: block;
    margin: 0 0 18px 0;
    position: relative;
}

.section3 .wrap .content .item .figure .list span:after {
    content: attr(data-text);
    font-size: 26px;
}

.section3 .wrap .content .item .figure .list p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
    color: #1F1F1F;
}

.section3 .wrap .content .item .images {
    width: 960px;
    height: 552px;
    overflow: hidden;
    clip-path: inset(0% 0% 0% 100%);
    transition: 2s;
}

.section3 .wrap .content .item:nth-child(2n) .images {
    clip-path: inset(0% 100% 0% 0%);
}

.section3 .wrap .content .item .images.aos-animate {
    clip-path: inset(0px 0% 0% 0%);
}

.section3 .wrap .content .item .images img {
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}

.section3 .wrap .content .item .images:hover img{
    transform: scale(1.1);
}

.section3 .wrap .content .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.section3 .wrap .content .item:nth-child(2n) .figure {
    margin: 0 0 0 235px;
}

.section3 .wrap .content .item.on .figure {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 56px 59px;
    width: fit-content;
    margin: 0 82px 0 0;
}

.section3 .wrap .content .item.on .figure .list:not(:last-child) {
    margin: 0;
}

.section3 .wrap .content .item.on .figure .list span:after {
    font-size: 24px;
    margin: 0 0 0 25px;
}
@media screen and (max-width: 1900px) {
    .section .wrap{
        max-width: 90%;
    }
    .section2 .wrap{
        left: 0;
        max-width: 90%;
    }
    .section2 .wrap .images{
        width: 43%;
    }
    .section2 .wrap .content{
        width: 41%;
    }
    .section2 .wrap .text span{
        font-size: 32px;
    }
    .section2 .wrap .text > p{
        max-width: 100%;
    }
    .section2 .wrap .text .color .list{
        width: 30%;
    }
    .section2 .wrap .text .color .list .sign .num{
        margin: 0 5px 0 0;
    }
    .section2 .wrap .text .color .list .sign p{
        flex: 1;
    }
    .section3 .wrap{
        max-width: 90%;
    }
    .section3 .wrap .content .item .images{
        width: 54%;
    }
}
@media screen and (max-width: 1366px) {
    .section3 .wrap .content .item .figure {
        margin: 0 59px 0 0;
    }
    .section3 .wrap .content .item:nth-child(2n) .figure {
        margin: 0 0 0 65px;
    }
    .section3 .wrap .content .item.on .figure{
        grid-gap: 23px 5px;
    }
}
@media screen and (max-width: 1023px) {
    .section .wrap{
        max-width: 90%;
        margin: 106px auto 27px;
    }
    .section .wrap .title{
        font-size: 28px;
        margin: 0 0 34px 0;
    }
    .section .wrap .content .text{
        max-width: 90%;
    }
    .section .wrap .content .text p{
        font-size: 15px;
    }
    .section .wrap .content .text span{
        font-size: 24px;
    }
    .section .wrap .content{
        height: auto;
        padding: 50px 0;
    }
    .section2 .wrap{
        left: 0;
        max-width: 90%;
        flex-direction: column;
        margin: 25px auto 60px;
    }
    .section2 .wrap .images{
        width: 100%;
        height: auto;
        clip-path: inset(0% 0% 0% 0%);
    }
    .section2 .wrap .text span{
        font-size: 24px;
        margin: 0 0 27px 0;
    }
    .section2 .wrap .text > p{
        width: 100%;
        font-size: 15px;
    }
    .section2 .wrap .text .color {
        margin: 12px 0 0 0;
        flex-wrap: wrap;
    }
    .section2 .wrap .text .color .list{
        width: 43%;
        max-width: 256px;
    }
    .section2 .wrap .text .color .list .sign p{
        flex: 1;
        font-size: 13px;
    }
    .section3 .wrap{
        max-width: 90%;
        margin: 44px auto 50px;
    }
    .section3 .wrap .title{
        font-size: 28px;
        margin: 0 0 37px 0;
    }
    .section3 .wrap .content .item{
        flex-direction: column-reverse!important;
        justify-content: unset!important;
        align-items: unset!important;
    }
    .section3 .wrap .content .item .figure .list:not(:last-child) {
        margin: 0 0 25px 0;
    }
    .section3 .wrap .content .item .images{
        width: 100%;
        height: auto;
        clip-path: inset(0% 0% 0% 0%) !important;
    }
    .section3 .wrap .content .item:not(:last-child) {
        margin: 0 0 41px 0;
    }
    .section3 .wrap .content .item .figure{
        margin: 25px 0 0 0!important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 10px 0!important;
    }

    .section3 .wrap .content .item .figure .list span{
        font-size: 26px;
    }
    .section3 .wrap .content .item.on .figure .list span:after {
        font-size: 17px;
        margin: 0 0 0 5px;
    }
    .section3 .wrap .content .item .figure .list p{
        font-size: 12px;
    }
    .section2 .wrap .content {
        width: 100%;
    }
}
