.section .wrap {
    margin: 249px auto 158px;
}

.section .wrap .title {
    width: 1760px;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.section .wrap .title .headline {
    font-size: 36px;
    font-family: Roboto;
    font-weight: bold;
    color: #262626;
    line-height: 50px;
    margin: 0 0 110px 0;
    text-align: center;
}

.section .wrap .title .images {
    width: 1573px;
    height: 711px;
    overflow: hidden;
}

.section .wrap .title .images img {
    width: 100%;
    height: 100%;
}

.section .wrap .content {
    display: flex;
    margin-top: -200px;
}

.section .wrap .content .background_color {
    width: 1053px;
    height: 710px;
    position: relative;
    padding: 437px 250px 100px 272px;
    z-index: 1;
}

.section .wrap .content .background_color .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.section .wrap .content .background_color p {
    font-size: 36px;
    font-family: Roboto;
    font-weight: bold;
    color: #262626;
}

.section .wrap .content .right {
    margin: 270px 0 0 100px;
}

.section .wrap .content .right .text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section .wrap .content .right .text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background: #DADADA;
}

.section .wrap .content .right .text span {
    font-size: 70px;
    font-family: Roboto b;
    font-style: oblique;
    font-weight: normal;
    color: #635144;
    position: relative;
    z-index: 1;
    transition: 0.6s;
    cursor: pointer;
}

.section .wrap .content .right .text span:not(:last-child) {
    margin: 0 179px 0 0;
}

.section .wrap .content .right .text span:after {
    content: attr(data-text);
    font-size: 27px;
}

.section .wrap .content .right .text span:before {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 50%;
    width: 0;
    height: 18px;
    background: #FAF6F5;
    transform: translateX(-50%);
    z-index: -1;
    transition: 0.6s;
}

.section .wrap .content .right .text span.on {
    color: rgba(38, 38, 38, 1);
}

.section .wrap .content .right .text span.on:before {
    width: 103px;
}

.section .wrap .content .right .information {
    margin: 98px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .wrap .content .right .information .circle {
    width: 239px;
    height: 239px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #262626;
    position: relative;
    transition: 1s;
    cursor: pointer;
}

.section .wrap .content .right .information .circle img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
    transition: 1s;
    animation: 30s rote linear infinite;
}

@keyframes rote {
    100% {
        transform: rotate(360deg);
    }
}

.section .wrap .content .right .information .add {
    width: 37px;
    height: 37px;
    position: relative;
    margin: 0 30px;
}

.section .wrap .content .right .information .add:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 8px;
    background: rgba(186, 185, 183, 1);
}

.section .wrap .content .right .information .add:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 100%;
    background: rgba(186, 185, 183, 1);
    transform: rotate(8deg);
}

.section .wrap .content .right .information .circle.on {
    background: #E9B748;
    color: #fff;
}

.section .wrap .content .right .information .circle.on img {
    opacity: 0;
}
.section2 {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}
.section2>img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.section2 .wrap {
    max-width: 90%;
    margin: 0 auto 212px;

}

.section2 .wrap .title {
    font-size: 36px;
    font-family: Roboto;
    font-weight: bold;
    color: #262626;
    text-align: center;
    margin: 0 0 138px 0;
}

.section2 .wrap .content {
    width: fit-content;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 159px 87px;

}
.section2 .wrap .content .item {
    cursor: pointer;
}

.section2 .wrap .content .item .icon {
    width: 109px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.section2 .wrap .content .item .icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 1s;
}

.section2 .wrap .content .item:hover .icon img {
    transform: rotateY(180deg);
}

.section2 .wrap .content .item .text {
    margin: 67px auto 0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #262626;
    line-height: 26px;
}

.section3 {
    width: 1300px;
    height: 602px;
    margin: 0 auto 125px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.section3 .wrap {
    width: 1160px;
    height: 382px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 77px 60px;
}

.section3 .wrap:after {
    content: '';
    position: absolute;
    width: 1175px;
    height: 394px;
    border: 1px solid #FFFFFF;
    opacity: 0.3;
    top: 0;
    left: -7px;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.section3 .wrap .flex {
    display: flex;
    padding: 0 7px;
}

.section3 .wrap .flex .images {
    display: flex;
    align-items: flex-end;
}

.section3 .wrap .flex .images .num {
    width: 29px;
    height: 29px;
    background: #469B4A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 12px 0 0;
}

.section3 .wrap .flex .images img {
    width: 164px;
    height: 162px;
}

.section3 .wrap .flex .text {
    font-size: 19px;
    font-weight: 300;
    color: #000;
    margin: 25px 0 0 42px;
}

.section3 .wrap .instructions {
    display: flex;
    align-items: center;
    margin: 49px 0 0 0;
    position: relative;
}

.section3 .wrap .instructions .circle {
    width: 1047px;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 0;
    clip-path: inset(0 100% 0 0%);
}

.section3 .wrap .instructions.aos-animate .circle{
    animation: 5s clipMove linear forwards;
}

.section3 .wrap .instructions .circle div {
    width: 4px;
    height: 4px;
    background: #53806C;
    border-radius: 50%;
}

.section3 .wrap .instructions .iconfont {
    color: rgba(83, 128, 108, 1);
    font-size: 30px;
    position: absolute;
    left: 0;
    transform: translateX(-26px);
}

.section3 .wrap .instructions.aos-animate .iconfont{
    animation: 5s leftMOve linear forwards;
}

@keyframes leftMOve {
    100%{
        left: 102%;
    }
}

@keyframes clipMove {
    100%{
        clip-path: inset(0 0 0 0%);
    }
}


.section4 {
    position: relative;
    z-index: 1;
}

.section4 .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.section4 .wrap {
    width: 1567px;
    margin: 139px auto 136px;
}

 .section4 .wrap .section_swiper img {
    width: 100%;
    transition: 2s;
}
.section4 .wrap .section_swiper{
    width: 1166px;
    margin: auto;
}

.section4 .wrap .section_swiper .swiper-slide {
    overflow: hidden;
}

.section4 .wrap .section_swiper img {
    cursor: pointer;
}

.section4 .wrap .section_swiper img:hover {
    transform: scale(1.1);
}
@media screen and (max-width: 1900px) {
    .section .wrap .title{
        max-width: 90%;
    }
    .section .wrap .title .images,.section .wrap .title > div{
        max-width: 100%;
    }
    .section .wrap .content .background_color{
        width: 55%;
        padding: 363px 5% 100px 15%;
    }
    .section .wrap .content .background_color p{
        font-size: 30px;
    }
    .section .wrap .content{
        max-width: 90%;
    }
    .section .wrap .content .right {
        margin: 270px 0 0 57px;
    }

    .section2>img{
        min-height: 100%;
    }
    .section3{
        max-width: 90%;
    }
    .section3 .wrap{
        max-width: 90%;
    }
    .section3 .wrap .flex .images img{
        width: 71%;
        height: fit-content;
    }

    .section4 .wrap{
        max-width: 90%;
    }
    .section4 .wrap .section_swiper{
        max-width: 100%;
    }

}
@media screen and (max-width: 1460px) {
    .section .wrap .content .background_color {
        padding: 363px 5% 100px 5%;
    }
    .section .wrap .content .right .information .circle{
        width: 180px;
        height: 180px;
        font-size: 17px;
    }
}
@media screen and (max-width: 1300px) {
    .section .wrap .content .background_color p {
        font-size: 27px;
    }
    .section4 .wrap {
        margin: 150px auto;
    }
}

@media screen and (max-width: 1023px) {
    .section .wrap{
        max-width: 90%;
    }
    .section .wrap {
        margin: 125px auto 50px;
    }
    .section .wrap .title .headline{
        font-size: 18px;
        margin: 0 0 30px 0;
        line-height: 34px;
    }
    .section .wrap .content{
        margin-top: 0;
        flex-direction: column;
    }
    .section .wrap .content .background_color{
        width: 100%;
        height: auto;
        padding: 10% 5%;
    }
    .section .wrap .content .background_color p{
        font-size: 16px;
    }
    .section .wrap .title{
        max-width: 100%;
    }
    .section .wrap .title .images{
        width: 100%;
        height: auto;
    }
    .section .wrap .content .right{
        margin: 50px 0 0 0;
    }
    .section .wrap .content .right .text span:not(:last-child){
        margin: 0 55px 0 0;
    }
    .section .wrap .content .right .text span{
        font-size: 40px;
    }
    .section .wrap .content .right .information .circle{
        width: 30vw;
        height: 30vw;
    }
    .section .wrap .content .right .information .add{
        width: 25px;
        height: 25px;
    }
    .section .wrap .content .right .information .circle{
        font-size: 11px;
    }
    .section .wrap .content .right .information{
        margin: 45px 0 0 0;
    }
    .section2 .wrap .title{
        font-size: 28px;
        margin: 0 0 41px 0;
    }
    .section2 .wrap .content{
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px 0;
    }
    .section2 .wrap .content .item .icon{
        transform: scale(0.7);
    }
    .section2 .wrap .content .item .text {
        font-size: 16px;
        margin: 17px 0 0 0;
    }
    .section2 .wrap {
        margin: 0 auto 45px;
    }
    .section3{
        max-width: 90%;
        height: auto;
        padding: 50px 0;
        margin: 0 auto 39px;
    }
    .section3 .wrap{
        max-width: 90%;
        padding: 5%;
        height: auto;
    }
    .section3 .wrap .instructions{
        margin: 24px 0 0 0;
    }
    .section3 .wrap .instructions .circle{
        width: 92%;
    }
    .section3 .wrap .flex .text {
        margin: 7px 0 0 0;
    }
    .section3 .wrap .instructions .circle {
        animation: 5s clipMove linear forwards;
    }
    .section3 .wrap .instructions .iconfont {
        animation: 5s leftMOve linear forwards;
    }
    .section3 .wrap:after {
        width: 106%;
        height: 106%;
        left: -8px;
    }
    .section4 .wrap {
        width: 90%;
        margin: 55px auto;
    }
    .section4 .wrap .section_swiper{
        width: 100%;
    }

    .section3 .wrap .flex .next_swiper .swiper-wrapper{
        display: flex;
        flex-wrap: wrap;
        transform: none!important;
        justify-content: space-between;
    }
    .section3 .wrap .flex .images .num{
        display: none;
    }
    .section3 .wrap .flex .next_swiper .swiper-wrapper .swiper-slide{
        width: 46% !important;
        height: auto!important;
        margin: 0 0 20px 0!important;
    }
    .section3 .wrap .flex .images img{
        width: 100%;
        height: auto;
    }
}