.sec1 {
    padding: 125px 0 101px;
}

.sec1 .wrap .title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 60px;
}

.sec1 .wrap .box {
    width: 100%;
    position: relative;
}

.sec1 .wrap .box img {
    display: block;
    width: 100%;
}

.sec1 .wrap .box .txt_box {
    position: absolute;
    left: 652px;
    top: 50%;
    transform: translateY(-50%);
}

.sec1 .wrap .box .txt_box .iconfont {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 1px solid rgba(127, 16, 133, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #7F1085;
}

.sec1 .wrap .box .txt_box .little_title {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    margin: 40px 0 20px;
}

.sec1 .wrap .box .txt_box .tel {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 40px;
}

.sec1 .wrap .box .txt_box .text {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.sec2 {
    width: 100vw;
    overflow: hidden;
    padding: 110px 0 107px;
    background: #F6F6F6;
}

.sec2 .wrap .title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 60px;
}

.sec2 .wrap .sec2_swiper {
    width: 1244px;
    overflow: unset;
}

.sec2 .wrap .sec2_swiper .swiper-slide {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}

.sec2 .wrap .sec2_swiper .swiper-slide .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.sec2 .wrap .sec2_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide_box {
    padding: 39px 20px 50px 30px;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide_box .num {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 1;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide_box .line {
    width: 18px;
    height: 2px;
    background: #923597;
    margin: 17px 0 13px;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide_box .slide_box_text {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
}

.sec2 .wrap .sec2_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.sec2 .wrap .btns {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin: 56px 0 0;
}

.sec2 .wrap .btns .iconfont {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #7F1085;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #7F1085;
    cursor: pointer;
    transition: 0.6s;
}

.sec2 .wrap .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec2 .wrap .btns .iconfont:hover {
    background: #7F1085;
    color: #FFFFFF;
}

.sec3 {
    padding: 124px 0 141px;
}

.sec3 .wrap .title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 45px;
}

.sec3 .wrap .control {
    display: flex;
    gap: 55px;
}

.sec3 .wrap .control .item {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #C8C8C8;
    cursor: pointer;
    line-height: 1;
    position: relative;
    transition: 0.6s;
}

.sec3 .wrap .control .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #A9A9A9;
    position: absolute;
    left: 0;
    bottom: -9px;
    transform: scaleX(0);
    transition: 0.6s;
}

.sec3 .wrap .control .item.on, .sec3 .wrap .control .item:hover {
    color: #1A1A1A;
}

.sec3 .wrap .control .item.on:after, .sec3 .wrap .control .item:hover:after {
    transform: scaleX(1);
}

.sec3 .wrap .list_group {
    margin: 64px 0 0;
}

.sec3 .wrap .list_group .list {
    display: none;
    flex-wrap: wrap;
    gap: 12px;
}

.sec3 .wrap .list_group .list .item {
    display: block;
    width: 290px;
    height: 322px;
    background: #F6F6F6;
    border-radius: 10px;
    position: relative;
}

.sec3 .wrap .list_group .list .item .item_box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(146, 53, 151, 0.8);
    padding: 70px 0 0;
    clip-path: inset(0 0 100% 0);
    transition: 1s;
}

.sec3 .wrap .list_group .list .item .item_box .iconfont {
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 auto 20px;
    width: fit-content;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
    transition-delay: 0.3s;
}

.sec3 .wrap .list_group .list .item .item_box span {
    display: block;
    width: 100%;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
    transition-delay: 0.4s;
}

.sec3 .wrap .list_group .list .item .img {
    width: 235px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 34px;
}

.sec3 .wrap .list_group .list .item .img img {
    transition: 3s;
}

.sec3 .wrap .list_group .list .item p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    transition: 0.6s;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .list_group .list .item:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .list_group .list .item:hover .item_box {
    clip-path: inset(0 0 0% 0);
}

.sec3 .wrap .list_group .list .item:hover .item_box .iconfont {
    opacity: 1;
    transform: translateY(0);
}

.sec3 .wrap .list_group .list .item:hover .item_box span {
    opacity: 1;
    transform: translateY(0);
}

.sec3 .wrap .list_group .list .item:hover p {
    transition-delay: 0.6s;
    color: #FFFFFF;
}

.sec3 .wrap .list_group .list.on {
    display: flex;
}

.sec4 {
    padding: 162px 0 calc(130px + 6vw);
    background: #F6F6F6;
}

.sec4 .wrap .sec4_top {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec4 .wrap .sec4_top .title {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
}

.sec4 .wrap .sec4_top .control {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.sec4 .wrap .sec4_top .control .item {
    min-width: 116px;
    height: 39px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    transition: 0.6s;
    padding: 0 23px;
}

.sec4 .wrap .sec4_top .control .item:hover, .sec4 .wrap .sec4_top .control .item.on {
    background: #923597;
    color: #FFFFFF;
}

.sec4 .wrap .list_group .list {
    display: none;
}

.sec4 .wrap .list_group .list .item {
    padding: 0 43px 0 49px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 14px;
    cursor: pointer;
}

.sec4 .wrap .list_group .list .item .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    position: relative;
}

.sec4 .wrap .list_group .list .item .block:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F4F4F4;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s;
}

.sec4 .wrap .list_group .list .item .block p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec4 .wrap .list_group .list .item .block .jia {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #D9D9D9;
    border-radius: 50%;
    transition: 0.6s;
    position: relative;
}

.sec4 .wrap .list_group .list .item .block .jia span {
    display: block;
    width: 13px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    transition: 0.6s;
}

.sec4 .wrap .list_group .list .item .block .jia span:nth-child(2) {
    transform: rotate(90deg);
}

.sec4 .wrap .list_group .list .item .none {
    padding: 27px 0 59px;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 28px;
    display: none;
}

.sec4 .wrap .list_group .list .item:hover .block p {
    color: #7F1085;
}

.sec4 .wrap .list_group .list .item:hover .block .jia {
    background: #7F1085;
}

.sec4 .wrap .list_group .list .item.show .block:after {
    transform: scaleX(1);
}

.sec4 .wrap .list_group .list .item.show .block .jia span {
    transform: rotate(180deg);
}

.sec4 .wrap .list_group .list .item.show .block .jia span:nth-child(2) {
    transform: rotate(180deg);
}

.sec4 .wrap .list_group .list.on {
    display: block;
}

.footer {
    margin: 0;
}

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 6.5104166667vw 0px 5.2604166667vw;
    }

    .sec1 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 3.125vw;
    }

    .sec1 .wrap .box .txt_box {
        left: 33.9583333333vw;
    }

    .sec1 .wrap .box .txt_box .iconfont {
        width: 4.2708333333vw;
        height: 4.2708333333vw;
        font-size: 1.6666666667vw;
    }

    .sec1 .wrap .box .txt_box .little_title {
        font-size: 0.9375vw;
        margin: 2.0833333333vw 0px 1.0416666667vw;
    }

    .sec1 .wrap .box .txt_box .tel {
        font-size: 1.875vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec1 .wrap .box .txt_box .text {
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
    }

    .sec2 {
        padding: 5.7291666667vw 0px 5.5729166667vw;
    }

    .sec2 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 3.125vw;
    }

    .sec2 .wrap .sec2_swiper {
        width: 64.7916666667vw;
    }

    .sec2 .wrap .sec2_swiper .swiper-slide {
        border-radius: 0.5208333333vw;
    }

    .sec2 .wrap .sec2_swiper .swiper-slide .img {
        height: 11.4583333333vw;
    }

    .sec2 .wrap .sec2_swiper .swiper-slide .slide_box {
        padding: 2.03125vw 1.0416666667vw 2.6041666667vw 1.5625vw;
    }

    .sec2 .wrap .sec2_swiper .swiper-slide .slide_box .num {
        font-size: 1.0416666667vw;
    }

    .sec2 .wrap .sec2_swiper .swiper-slide .slide_box .line {
        width: 0.9375vw;
        height: 0.1041666667vw;
        margin: 0.8854166667vw 0px 0.6770833333vw;
    }

    .sec2 .wrap .sec2_swiper .swiper-slide .slide_box .slide_box_text {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .btns {
        gap: 1.0416666667vw;
        margin: 2.9166666667vw 0px 0px;
    }

    .sec2 .wrap .btns .iconfont {
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        font-size: 0.8333333333vw;
    }

    .sec3 {
        padding: 6.4583333333vw 0px 7.34375vw;
    }

    .sec3 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 2.34375vw;
    }

    .sec3 .wrap .control {
        gap: 2.8645833333vw;
    }

    .sec3 .wrap .control .item {
        font-size: 0.9375vw;
    }

    .sec3 .wrap .control .item::after {
        height: 0.1041666667vw;
        bottom: -0.46875vw;
    }

    .sec3 .wrap .list_group {
        margin: 3.3333333333vw 0px 0px;
    }

    .sec3 .wrap .list_group .list {
        gap: 0.625vw;
    }

    .sec3 .wrap .list_group .list .item {
        width: 15.1041666667vw;
        height: 16.7708333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec3 .wrap .list_group .list .item .item_box {
        border-radius: 0.5208333333vw;
        padding: 3.6458333333vw 0px 0px;
    }

    .sec3 .wrap .list_group .list .item .item_box .iconfont {
        font-size: 1.25vw;
        margin: 0px auto 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }

    .sec3 .wrap .list_group .list .item .item_box span {
        font-size: 0.8333333333vw;
        transform: translateY(1.0416666667vw);
    }

    .sec3 .wrap .list_group .list .item .img {
        width: 12.2395833333vw;
        height: 10.4166666667vw;
        margin: 2.6041666667vw auto 1.7708333333vw;
    }

    .sec3 .wrap .list_group .list .item p {
        font-size: 0.8333333333vw;
    }

    .sec4 {
        padding: 8.4375vw 0px calc(6.7708333333vw + 6vw);
    }

    .sec4 .wrap .sec4_top {
        margin-bottom: 2.34375vw;
    }

    .sec4 .wrap .sec4_top .title {
        font-size: 2.1875vw;
    }

    .sec4 .wrap .sec4_top .control {
        gap: 0px 0.5208333333vw;
    }

    .sec4 .wrap .sec4_top .control .item {
        min-width: 6.0416666667vw;
        height: 2.03125vw;
        border-radius: 1.0416666667vw;
        font-size: 0.8333333333vw;
        padding: 0px 1.1979166667vw;
    }

    .sec4 .wrap .list_group .list .item {
        padding: 0px 2.2395833333vw 0px 2.5520833333vw;
        border-radius: 0.5208333333vw;
        margin-bottom: 0.7291666667vw;
    }

    .sec4 .wrap .list_group .list .item .block {
        height: 4.4270833333vw;
    }

    .sec4 .wrap .list_group .list .item .block p {
        font-size: 0.8333333333vw;
    }

    .sec4 .wrap .list_group .list .item .block .jia {
        width: 1.875vw;
        height: 1.875vw;
    }

    .sec4 .wrap .list_group .list .item .block .jia span {
        width: 0.6770833333vw;
    }

    .sec4 .wrap .list_group .list .item .none {
        padding: 1.40625vw 0px 3.0729166667vw;
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .text {
        top: 50%;
        width: 90%;
        left: 5vw;
        transform: translateY(-50%);
    }
    .common_banner .text h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .common_banner .text p {
        font-size: 14px;
    }
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec1 .wrap .box .txt_box {
        width: 100%;
        position: unset;
        transform: unset;
    }
    .sec1 .wrap .box .txt_box .little_title {
        font-size: 12px;
        margin: 15px 0 10px;
    }
    .sec1 .wrap .box .txt_box .tel {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .box .txt_box .iconfont {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .sec1 .wrap .box .txt_box .text {
        font-size: 12px;
        line-height: 1.3;
    }
    .sec1 .wrap .box img {
        opacity: 0;
        display: none;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec2 .wrap .sec2_swiper {
        width: 100%;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide {
        border-radius: 8px;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide .img {
        height: 55vw;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide .slide_box {
        padding: 20px;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide .slide_box .num {
        font-size: 16px;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide .slide_box .line {
        width: 14px;
        height: 2px;
        margin: 10px 0;
    }
    .sec2 .wrap .sec2_swiper .swiper-slide .slide_box .slide_box_text {
        font-size: 13px;
    }
    .sec2 .wrap .btns {
        gap: 10px;
        margin: 30px 0 0;
    }
    .sec2 .wrap .btns .iconfont {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .sec3 {
        padding: 60px 0 ;
    }
    .sec3 .wrap .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec3 .wrap .control {
        gap: 15px;
    }
    .sec3 .wrap .control .item {
        font-size: 13px;
    }
    .sec3 .wrap .list_group {
        margin: 30px 0 0;
    }
    .sec3 .wrap .list_group .list {
        flex-wrap: wrap;
        gap: 15px;
    }
    .sec3 .wrap .list_group .list .item {
        width: 100%;
        height: unset;
        padding: 0 0 20px;
    }

    .sec3 .wrap .list_group .list .item .img {
        width: 70vw;
        height: 55vw;
    }
    .sec3 .wrap .list_group .list .item p {
        font-size: 14px;
    }
    .sec3 .wrap .list_group .list .item .item_box {
        display: none;
    }
}
