.sec1 {
    height: calc(100vh + 1500px);
}

.sec1 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec1 .fix .img {
    width: 100%;
}

.sec1 .fix .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .fix .pro1 {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
}

.sec1 .fix .pro1 img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

.sec1 .fix .pro1 img:nth-child(2) {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.sec1 .fix .pro_links {
    display: flex;
    align-items: center;
    position: absolute;
    top: 87px;
    left: 41px;
    gap: 4px;
}

.sec1 .fix .pro_links a, .sec1 .fix .pro_links span {
    font-family: 'Poppins-Light';
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
    opacity: 0.4;
    transition: 0.6s;
}

.sec1 .fix .pro_links a:hover {
    opacity: 1;
}

.sec1 .fix .pro_links.on {
    pointer-events: none;
}

.sec1 .fix .bottom {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.sec1 .fix .bottom p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.3;
    margin: 14px 0 0;
    text-align: right;
}

.sec1 .fix .box {
    position: absolute;
    top: 10%;
    width: 100%;
}

.sec1 .fix .box .h5 {
    overflow: hidden;
}

.sec1 .fix .box .h5 p {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
}

.sec1 .fix .box .video-btn {
    margin: 30px 0 25px;
    overflow: hidden;
}

.sec1 .fix .box .video-btn .btn {
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px 0 22px;
    display: flex;
    gap: 11px;
    align-items: center;
    height: 46px;
    background: #7F1085;
    border-radius: 23px;
    cursor: pointer;
}

.sec1 .fix .box .video-btn .btn p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.sec1 .fix .box .video-btn .btn .iconfont {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #7F1085;
}

.sec1 .fix .box .h1 p {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 120px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 0 40px white;
}

.sec2 {
    padding: 70px 0 236px;
}

.sec2 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec2 .wrap .part:not(:last-child) {
    margin-bottom: 131px;
}

.sec2 .wrap .part:nth-child(2n) .part_box {
    flex-direction: row-reverse;
}

.sec2 .wrap .part .part_title {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 42px;
    color: #7F1084;
    margin-bottom: 60px;
}

.sec2 .wrap .part .part_box {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .part .part_box .part_l {
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec2 .wrap .part .part_box .part_l .part_list .item {
    width: 100%;
    background: #F3F3F3;
    border-radius: 10px;
    margin-bottom: 16px;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .block {
    width: 100%;
    height: 68px;
    padding: 0 46px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .block p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    transition: 0.6s;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .block .iconfont {
    font-size: 12px;
    color: #888888;
    transform: rotate(90deg);
    transition: 0.6s;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .block:hover p {
    color: #7F1084;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .none {
    display: none;
    padding: 0 60px 30px 30px;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 26px;
}

.sec2 .wrap .part .part_box .part_l .part_list .item.item_active .block .iconfont {
    transform: rotate(270deg);
}

.sec2 .wrap .part .part_box .part_l .part_l_bottom {
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 26px;
    padding: 0 0 10px;
}

.sec2 .wrap .part .part_box .part_r {
    width: 580px;
    height: 482px;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .wrap .part .part_box .part_r img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .scroll_box {
    height: calc(100vh + 1500px);
}

.sec3 .scroll_box .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec3 .scroll_box .fix .bg {
    width: 100%;
    height: 100%;
}

.sec3 .scroll_box .fix .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .scroll_box .fix .text_box {
    position: absolute;
    top: 25%;
    left: 59%;
}

.sec3 .scroll_box .fix .text_box .h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 48px;
    color: #7F1084;
    line-height: 56px;
    margin-bottom: 40px;
}

.sec3 .scroll_box .fix .text_box .p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1;
}

.sec3 .scroll_box .fix .pro_img {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.sec3 .scroll_box .fix .pro_img img {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    opacity: 0;
}

.sec3 .scroll_box .fix .pro_img img.on {
    opacity: 1;
}

.sec3 .scroll_box .fix .pro_img img.on1 {
    opacity: 0.6;
}

.sec3 .scroll_box .fix .pro_img img.on2 {
    opacity: 0.4;
}

.sec3 .part {
    width: 100%;
    height: 100vh;
    position: relative;
}

.sec3 .part .text_box {
    position: absolute;
    top: 17%;
    left: 18%;
    z-index: 3;
}

.sec3 .part .text_box .h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 30px;
}

.sec3 .part .text_box .p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.sec3 .part .img {
    width: 100%;
    height: 100%;
}

.sec3 .part .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .part1 .text_box {
    top: 24%;
    left: unset;
    right: 18%;
    text-align: right;
}

.sec3 .part1 .text_box .h5 {
    margin-bottom: 13px;
}

.sec4 {
    padding: 200px 0;
}

.sec4 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec4 .wrap .item {
    display: flex;
    justify-content: space-between;
}

.sec4 .wrap .item:not(:last-child) {
    margin-bottom: 175px;
}

.sec4 .wrap .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.sec4 .wrap .item .img {
    width: 580px;
    height: 520px;
}

.sec4 .wrap .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .wrap .item .item_r {
    width: 525px;
}

.sec4 .wrap .item .item_r .h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #7F1084;
    margin-bottom: 32px;
}

.sec4 .wrap .item .item_r .p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.sec1 {
    height: calc(100vh + 1500px);
}

.sec1 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec1 .fix .img {
    width: 100%;
}

.sec1 .fix .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .fix .pro1 {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
}

.sec1 .fix .pro1 img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

.sec1 .fix .pro1 img:nth-child(2) {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.sec1 .fix .pro_links {
    display: flex;
    align-items: center;
    position: absolute;
    top: 87px;
    left: 41px;
    gap: 4px;
}

.sec1 .fix .pro_links a, .sec1 .fix .pro_links span {
    font-family: 'Poppins-Light';
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
    opacity: 0.4;
    transition: 0.6s;
}

.sec1 .fix .pro_links a:hover {
    opacity: 1;
}

.sec1 .fix .pro_links.on {
    pointer-events: none;
}

.sec1 .fix .bottom {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.sec1 .fix .bottom p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.3;
    margin: 14px 0 0;
    text-align: right;
}

.sec1 .fix .box {
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: 10;
}

.sec1 .fix .box .h5 {
    overflow: hidden;
}

.sec1 .fix .box .h5 p {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
}

.sec1 .fix .box .video-btn {
    margin: 30px 0 25px;
    overflow: hidden;
}

.sec1 .fix .box .video-btn .btn {
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px 0 22px;
    display: flex;
    gap: 11px;
    align-items: center;
    height: 46px;
    background: #7F1085;
    border-radius: 23px;
    cursor: pointer;
}

.sec1 .fix .box .video-btn .btn p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.sec1 .fix .box .video-btn .btn .iconfont {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #7F1085;
}

.sec1 .fix .box .h1 p {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 120px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 0 40px white;
}

.sec2 {
    padding: 70px 0 236px;
}

.sec2 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec2 .wrap .part:not(:last-child) {
    margin-bottom: 131px;
}

.sec2 .wrap .part:nth-child(2n) .part_box {
    flex-direction: row-reverse;
}

.sec2 .wrap .part .part_title {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 42px;
    color: #7F1084;
    margin-bottom: 60px;
}

.sec2 .wrap .part .part_box {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .part .part_box .part_l {
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec2 .wrap .part .part_box .part_l .part_list .item {
    width: 100%;
    background: #F3F3F3;
    border-radius: 10px;
    margin-bottom: 16px;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .block {
    width: 100%;
    height: 68px;
    padding: 0 46px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .block p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    transition: 0.6s;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .block .iconfont {
    font-size: 12px;
    color: #888888;
    transform: rotate(90deg);
    transition: 0.6s;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .block:hover p {
    color: #7F1084;
}

.sec2 .wrap .part .part_box .part_l .part_list .item .none {
    display: none;
    padding: 0 60px 30px 30px;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 26px;
}

.sec2 .wrap .part .part_box .part_l .part_list .item.item_active .block .iconfont {
    transform: rotate(270deg);
}

.sec2 .wrap .part .part_box .part_l .part_l_bottom {
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 26px;
    padding: 0 0 10px;
}

.sec2 .wrap .part .part_box .part_r {
    width: 580px;
    height: 482px;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .wrap .part .part_box .part_r img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .scroll_box {
    height: calc(100vh + 1500px);
}

.sec3 .scroll_box .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec3 .scroll_box .fix .bg {
    width: 100%;
    height: 100%;
}

.sec3 .scroll_box .fix .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .scroll_box .fix .text_box {
    position: absolute;
    top: 25%;
    left: 59%;
}

.sec3 .scroll_box .fix .text_box .h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 48px;
    color: #7F1084;
    line-height: 56px;
    margin-bottom: 40px;
}

.sec3 .scroll_box .fix .text_box .p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1;
}

.sec3 .scroll_box .fix .pro_img {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.sec3 .scroll_box .fix .pro_img img {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    opacity: 0;
}

.sec3 .scroll_box .fix .pro_img img.on {
    opacity: 1;
}

.sec3 .scroll_box .fix .pro_img img.on1 {
    opacity: 0.6;
}

.sec3 .scroll_box .fix .pro_img img.on2 {
    opacity: 0.4;
}

.sec3 .part {
    width: 100%;
    height: 100vh;
    position: relative;
}

.sec3 .part .text_box {
    position: absolute;
    top: 17%;
    left: 18%;
    z-index: 3;
}

.sec3 .part .text_box .h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 30px;
}

.sec3 .part .text_box .p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.sec3 .part .img {
    width: 100%;
    height: 100%;
}

.sec3 .part .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .part1 .text_box {
    top: 24%;
    left: unset;
    right: 18%;
    text-align: right;
}

.sec3 .part1 .text_box .h5 {
    margin-bottom: 13px;
}

.sec4 {
    padding: 200px 0;
}

.sec4 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec4 .wrap .item {
    display: flex;
    justify-content: space-between;
}

.sec4 .wrap .item:not(:last-child) {
    margin-bottom: 175px;
}

.sec4 .wrap .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.sec4 .wrap .item .img {
    width: 580px;
    height: 520px;
}

.sec4 .wrap .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .wrap .item .item_r {
    width: 525px;
}

.sec4 .wrap .item .item_r .h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #7F1084;
    margin-bottom: 32px;
}

.sec4 .wrap .item .item_r .p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

@media screen and (max-width: 1919px) {
    .sec1 .fix .pro_links{
        top: 4.53125vw;
        left: 2.1354166667vw;
        gap: 0.2083333333vw;
    }
    .sec1 .fix .pro_links a, .sec1 .fix .pro_links span{
        font-size: 0.7291666667vw;
        line-height: 2.5vw;
    }
    .sec1 .fix .bottom{
        right: 2.0833333333vw;
        bottom: 2.0833333333vw;
    }
    .sec1 .fix .bottom p{
        font-size: 0.7291666667vw;
        margin: 0.7291666667vw 0px 0px;
    }
    .sec1 .fix .box .h5 p{
        font-size: 2.5vw;
    }
    .sec1 .fix .box .video-btn{
        margin: 1.5625vw 0px 1.3020833333vw;
    }
    .sec1 .fix .box .video-btn .btn{
        padding: 0px 1.0416666667vw 0px 1.1458333333vw;
        gap: 0.5729166667vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
    }
    .sec1 .fix .box .video-btn .btn p{
        font-size: 0.7291666667vw;
    }
    .sec1 .fix .box .video-btn .btn .iconfont{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        font-size: 0.4166666667vw;
    }
    .sec1 .fix .box .h1 p{
        font-size: 6.25vw;
        text-shadow: white 0px 0px 2.0833333333vw;
    }
    .sec2{
        padding: 3.6458333333vw 0px 12.2916666667vw;
    }
    .sec2 .wrap{
        width: 62.5vw;
    }
    .sec2 .wrap .part:not(:last-child){
        margin-bottom: 6.8229166667vw;
    }
    .sec2 .wrap .part .part_title{
        font-size: 2.1875vw;
        margin-bottom: 3.125vw;
    }
    .sec2 .wrap .part .part_box .part_l{
        width: 30.2083333333vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item{
        border-radius: 0.5208333333vw;
        margin-bottom: 0.8333333333vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block{
        height: 3.5416666667vw;
        padding: 0px 2.3958333333vw 0px 1.5625vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block p{
        font-size: 0.9375vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block .iconfont{
        font-size: 0.625vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .none{
        padding: 0px 3.125vw 1.5625vw 1.5625vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_l_bottom{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        padding: 0px 0px 0.5208333333vw;
    }
    .sec2 .wrap .part .part_box .part_r{
        width: 30.2083333333vw;
        height: 25.1041666667vw;
        border-radius: 0.5208333333vw;
    }
    .sec3 .scroll_box .fix .text_box .h5{
        font-size: 2.5vw;
        line-height: 2.9166666667vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec3 .scroll_box .fix .text_box .p{
        font-size: 0.8333333333vw;
    }
    .sec3 .part .text_box .h5{
        font-size: 2.1875vw;
        line-height: 2.5vw;
        margin-bottom: 1.5625vw;
    }
    .sec3 .part .text_box .p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .sec3 .part1 .text_box .h5{
        margin-bottom: 0.6770833333vw;
    }
    .sec4{
        padding: 10.4166666667vw 0px;
    }
    .sec4 .wrap{
        width: 62.5vw;
    }
    .sec4 .wrap .item:not(:last-child){
        margin-bottom: 9.1145833333vw;
    }
    .sec4 .wrap .item .img{
        width: 30.2083333333vw;
        height: 27.0833333333vw;
    }
    .sec4 .wrap .item .item_r{
        width: 27.34375vw;
    }
    .sec4 .wrap .item .item_r .h5{
        font-size: 2.1875vw;
        margin-bottom: 1.6666666667vw;
    }
    .sec4 .wrap .item .item_r .p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .sec1 .fix .pro_links{
        top: 4.53125vw;
        left: 2.1354166667vw;
        gap: 0.2083333333vw;
    }
    .sec1 .fix .pro_links a, .sec1 .fix .pro_links span{
        font-size: 0.7291666667vw;
        line-height: 2.5vw;
    }
    .sec1 .fix .bottom{
        right: 2.0833333333vw;
        bottom: 2.0833333333vw;
    }
    .sec1 .fix .bottom p{
        font-size: 0.7291666667vw;
        margin: 0.7291666667vw 0px 0px;
    }
    .sec1 .fix .box .h5 p{
        font-size: 2.5vw;
    }
    .sec1 .fix .box .video-btn{
        margin: 1.5625vw 0px 1.3020833333vw;
    }
    .sec1 .fix .box .video-btn .btn{
        padding: 0px 1.0416666667vw 0px 1.1458333333vw;
        gap: 0.5729166667vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
    }
    .sec1 .fix .box .video-btn .btn p{
        font-size: 0.7291666667vw;
    }
    .sec1 .fix .box .video-btn .btn .iconfont{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        font-size: 0.4166666667vw;
    }
    .sec1 .fix .box .h1 p{
        font-size: 6.25vw;
        text-shadow: white 0px 0px 2.0833333333vw;
    }
    .sec2{
        padding: 3.6458333333vw 0px 12.2916666667vw;
    }
    .sec2 .wrap{
        width: 62.5vw;
    }
    .sec2 .wrap .part:not(:last-child){
        margin-bottom: 6.8229166667vw;
    }
    .sec2 .wrap .part .part_title{
        font-size: 2.1875vw;
        margin-bottom: 3.125vw;
    }
    .sec2 .wrap .part .part_box .part_l{
        width: 30.2083333333vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item{
        border-radius: 0.5208333333vw;
        margin-bottom: 0.8333333333vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block{
        height: 3.5416666667vw;
        padding: 0px 2.3958333333vw 0px 1.5625vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block p{
        font-size: 0.9375vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block .iconfont{
        font-size: 0.625vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .none{
        padding: 0px 3.125vw 1.5625vw 1.5625vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec2 .wrap .part .part_box .part_l .part_l_bottom{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        padding: 0px 0px 0.5208333333vw;
    }
    .sec2 .wrap .part .part_box .part_r{
        width: 30.2083333333vw;
        height: 25.1041666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec3 .scroll_box .fix .text_box .h5{
        font-size: 2.5vw;
        line-height: 2.9166666667vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec3 .scroll_box .fix .text_box .p{
        font-size: 0.8333333333vw;
    }
    .sec3 .part .text_box .h5{
        font-size: 2.1875vw;
        line-height: 2.5vw;
        margin-bottom: 1.5625vw;
    }
    .sec3 .part .text_box .p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .sec3 .part1 .text_box .h5{
        margin-bottom: 0.6770833333vw;
    }
    .sec4{
        padding: 10.4166666667vw 0px;
    }
    .sec4 .wrap{
        width: 62.5vw;
    }
    .sec4 .wrap .item:not(:last-child){
        margin-bottom: 9.1145833333vw;
    }
    .sec4 .wrap .item .img{
        width: 30.2083333333vw;
        height: 27.0833333333vw;
    }
    .sec4 .wrap .item .item_r{
        width: 27.34375vw;
    }
    .sec4 .wrap .item .item_r .h5{
        font-size: 2.1875vw;
        margin-bottom: 1.6666666667vw;
    }
    .sec4 .wrap .item .item_r .p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
}

@media screen and (max-width: 768px) {
    .sec1 .fix .img,.sec1 .fix .pro1,.sec1 .fix .pro1 img {
        height: 100%;
    }
    .sec1 .fix .bottom p {
        font-size: 10px;
        margin: 8px 0 0;
    }
    .sec1 .fix .box .h5 p {
        font-size: 18px;
    }
    .sec1 .fix .box .video-btn {
        margin: 15px 0 30px;
    }
    .sec1 .fix .box .h1 p {
        font-size: 32px;
    }
    .sec1 .fix .box .video-btn .btn {
        gap: 8px;
        padding: 0 6px 0 15px;
        height: 36px;
        border-radius: 18px;
    }
    .sec1 .fix .box .video-btn .btn p {
        font-size: 12px;
    }
    .sec1 .fix .box .video-btn .btn .iconfont {
        width: 24px;
        height: 24px;
        font-size: 8px;
    }
    .sec2 {
        padding: 10px 0 50px;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .part .part_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec2 .wrap .part .part_box {
        flex-direction: column !important;
    }
    .sec2 .wrap .part .part_box .part_r {
        width: 100%;
        height: 72vw;
        border-radius: 8px;
        margin-bottom: 15px;
    }
    .sec2 .wrap .part .part_box .part_l {
        width: 100%;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item {
        margin-bottom: 15px;
        border-radius: 8px;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block p {
        font-size: 15px;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block .iconfont {
        font-size: 12px;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .block {
        height: unset;
        padding: 15px 20px;
    }
    .sec2 .wrap .part .part_box .part_l .part_list .item .none {
        padding: 0 20px 20px;
        font-size: 13px;
        line-height: 1.6;
    }
    .sec2 .wrap .part .part_box .part_l .part_l_bottom {
        font-size: 14px;
        line-height: 1.8;
    }
    .sec2 .wrap .part .part_box .part_l {
        flex-direction: column-reverse;
    }
    .sec2 .wrap .part .part_box .part_l .part_l_bottom {
        margin-bottom: 25px;
    }
    .sec3 .part {
        padding: 50px 5vw 0;
        height: unset;
        display: flex;
        flex-direction: column-reverse;
    }
    .sec3 .part .text_box {
        position: unset;
        text-align: left !important;
        margin-bottom: 15px;
    }
    .sec3 .part .text_box .h5 {
        font-size: 18px;
        line-height: 1.4;
        color: #7F1084;
        margin-bottom: 8px;
    }
    .sec3 .part .text_box .h5 br {
        display: none;
    }
    .sec3 .part .text_box .p {
        font-size: 14px;
        line-height: 1.6;
        color: #1A1A1A;
    }
    .sec4 {
        padding: 70px 0 50px;
    }
    .sec4 .wrap {
        width: 90%;
    }
    .sec4 .wrap .item {
        flex-direction: column !important;
    }
    .sec4 .wrap .item .img {
        width: 100%;
        height: 60vw;
    }
    .sec4 .wrap .item .item_r {
        width: 100%;
        margin: 20px 0 0;
    }
    .sec4 .wrap .item .item_r .h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec4 .wrap .item .item_r .p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec4 .wrap .item:not(:last-child) {
        margin-bottom: 60px;
    }
    .sec3 .scroll_box .fix .pro_img {
        height: 24vh;
        bottom: 0;
    }
    .sec3 .scroll_box .fix .bg {
        height: 24vh;
    }
    .sec3 .scroll_box .fix .text_box {
        width: 90vw;
        margin: 0 auto 30px;
        position: unset;
    }
    .sec3 .scroll_box .fix .text_box .h5 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .sec3 .scroll_box .fix .text_box .p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec3 .scroll_box {
        height: unset;
    }
    .sec3 .scroll_box .fix {
        height: revert;
        display: flex;
        flex-direction: column-reverse;
    }
    .sec1 .fix .ph_banner {
        display: block !important;
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: -1;
    }
    .sec1 .fix .pro1,.sec1 .fix .img {
        display: none;
    }
    .sec1 .fix .ph_banner img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sec1 {
        height: unset !important;
    }
}
