.bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
}

.section {
    height: 100vh;
}

.sec1 {
    position: relative;
}

.sec1 .fp-overflow {
    height: 100vh;
    align-items: unset;
}

.sec1 .wrap {
    width: 1520px;
    margin: 0 auto;
    padding: 160px 0 0;
}

.sec1 .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 40px;
}

.sec1 .wrap p {
    width: 760px;
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
    line-height: 36px;
}

.cursor {
    width: 116px;
    height: 116px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
}

.cursor .position_cut {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor .position_cut p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.cursor .position_cut img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: xuan 10s linear infinite;
}

.cursor.cursor_active {
    opacity: 1;
}

.sec2 {
    height: 400vh;
}

.sec2 .scroll {
    height: 400vh;
    position: relative;
}

.sec2 .scroll .item_control_list {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 20;
}

.sec2 .scroll .item_control_list .item_control {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sec2 .scroll .item_control_list .item_control h5 {
    font-weight: bold !important;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 66px;
    opacity: 0.3;
    transition: 0.6s;
}

.sec2 .scroll .item_control_list .item_control p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 25px;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .scroll .item_control_list .item_control:hover h5, .sec2 .scroll .item_control_list .item_control.on h5 {
    opacity: 1;
}

.sec2 .scroll .item_control_list .item_control:hover p, .sec2 .scroll .item_control_list .item_control.on p {
    opacity: 1;
}

.sec2 .scroll .item_control_list .item_control:not(:nth-last-child(1)) {
    margin-bottom: 60px;
}

.sec2 .scroll .contain {
    position: relative;
}

.sec2 .scroll .contain .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.sec2 .scroll .contain .item .img {
    width: 100%;
    height: 100%;
}

.sec2 .scroll .contain .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec2 .scroll .contain .item .text {
    width: 543px;
    position: absolute;
    top: 360px;
    right: 200px;
}
.sec2 .scroll .contain .item .text  p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;

}

footer {
    background: #FFFFFF;
    z-index: 1999120919;
}

@keyframes xuan {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.phone {
    display: none;
}
/*# sourceMappingURL=solution.css.map */
@media screen and (max-width: 1600px) {
    .sec1 .wrap h2 {
        font-size: 32px;
    }
    .sec2 .scroll .item_control_list .item_control h5 {
        font-size: 40px;
    }
    .sec1 .wrap p,.sec2 .scroll .contain .item .text p {
        font-size: 18px;
        line-height: 1.8;
    }
    .sec1 .wrap {
        width: 90%;
    }
}
@media screen and (max-width: 1600px) {
    .cursor .position_cut img  {
        width: 86%;
    }
    .cursor {
        width: 90px;
        height: 90px;
    }
    .cursor .position_cut p {
        font-size: 12px;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .wrap {
        padding: 80px 0 0;
    }
    .sec1 .wrap h2 {
        font-size: 28px;
    }
    .sec1 .wrap p, .sec2 .scroll .contain .item .text p {
        font-size: 16px;
    }
    .sec2 .scroll .item_control_list .item_control h5 {
        font-size: 32px;
        line-height: 1;
    }
    .sec2 .scroll .item_control_list .item_control p {
        font-size: 18px;
    }
    .sec2 .scroll .contain .item .text {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 1200px) {
    .sec1 .wrap h2 {
        font-size: 24px;
    }
    .sec1 .wrap p {
        width: 100%;
    }
    .section {
        height: unset;
    }
    .sec1 .wrap {
        padding: 80px 0 350px;
    }
    .sec1 .wrap p, .sec2 .scroll .contain .item .text p {
        font-size: 14px;
    }
    .sec2 .scroll {
        height: unset;
    }
    .sec2 .scroll .contain {
        height: unset;
        transform: unset!important;
    }
    .sec2 .scroll .item_control_list {
        display: none;
    }
    .sec2 .scroll .contain .item {
        position: unset;
        clip-path: unset!important;
        height: unset!important;
        width: 48%;
    }
    .sec2 .scroll .contain {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .sec2 .scroll .contain .item {
        margin-bottom: 30px;
    }
    .sec2 .scroll .contain .item .text p {
        color: #111111;
    }
    .sec2 .scroll .contain .item .text {
        position: unset;
        width: 100%;
        transform: unset;
    }
    .sec2 {
        height: unset!important;
        padding: 80px 0;
    }
    .sec2 .scroll .contain .item .img {
        height: unset;
        margin-bottom: 20px;
    }
    .phone {
        display: block;
    }
    .sec2 .scroll .contain .item h5 {
        font-weight: bold !important;
        font-size: 20px;
        color: #111;
    }
    .sec2 .scroll .contain .item .phone p {
        font-size: 16px;
        color: #111;
        margin: 15px 0;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap {
        padding: 50px 0 350px;
    }
    .sec1 .wrap h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec2 {
        padding: 40px 0 10px;
    }
    .sec2 .scroll .contain .item {
        width: 100%;
    }
    .sec2 .scroll .contain .item h5 {
        font-size: 18px;
    }
}
