.common_banner {
    position: relative;
    height: 100vh;
}

.common_banner .img {
    height: 100%;
}

.common_banner .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.common_banner .play_btn {
    width: fit-content;
    height: 46px;
    border-radius: 23px;
    padding: 0 20px;
    background: #7F1085;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 13.28125vw;
    bottom: 18%;
}

.common_banner .play_btn .iconfont {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #7F1085;
}

.common_banner .play_btn p {
    font-family: 'Poppins-Medium';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.common_banner .r_box {
    position: absolute;
    top: 28%;
    right: 15.625vw;
}

.common_banner .r_box h1 {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.common_banner .r_box h1 span {
    font-family: 'Neue Kaine';
    color: #7F1085;
}

.common_banner .r_box p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 26px;
}

.sec1 {
    height: calc(100vh + 1500px);
}

.sec1 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec1 .zi_box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    align-items: center;
    text-align: center;
    transition: 0.4s;
    justify-content: center;
}

.sec1 .zi_box.on {
    opacity: 0;
}

.sec1 .zi_box .wrap {
    position: relative;
}

.sec1 .zi_box .wrap .zi_box_bottom {
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: max-content;
    transition: 0.6s;
}

.sec1 .zi_box .wrap .zi_box_bottom h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
}

.sec1 .zi_box .wrap .zi_box_bottom p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #888888;
}

.sec1 .zi_box .wrap .zi_box_bottom.on {
    opacity: 0;
    transform: translate(-50%, calc(100% + 20px));
}

.sec1 .zi_box .num p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 162px;
    color: #7F1085;
}

.sec1 .zi_box_s {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    background: #FFFFFF;
    mix-blend-mode: screen;
    transition: 0.4s;
}

.sec1 .zi_box_s.on {
    opacity: 0;
}

.sec1 .zi_box_s .num {
    mix-blend-mode: difference;
}

.sec1 .zi_box_s .num p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 162px;
    color: #FFFFFF;
}

.sec1 .position {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    overflow: hidden;
}

.sec1 .position .img {
    position: relative;
    width: 100%;
}

.sec1 .position .img > img {
    transition: 0.6s;
}

.sec1 .position .img .num_img {
    position: absolute;
    width: 9.4791666667vw;
    top: 35.5729166667vw;
    left: 46.875vw;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.sec1 .position .img .num_img1 {
    position: absolute;
    width: 4.7916666667vw;
    top: 20.2604166667vw;
    left: 60.15625vw;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.sec1 .position .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 110px;
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, 20px);
    text-transform: uppercase;
    transition: 0.6s;
    opacity: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}

.sec1 .position .title span {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 110px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #7F1083 0%, #F6B1F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.sec1 .position img {
    display: block;
    width: 100%;
}

.sec1 .position.on .img > img {
    opacity: 0.5;
    transition-delay: 0.1s;
}

.sec1 .position.on .title {
    transform: translate(-50%, 0px);
    opacity: 1;
    transition-delay: 0.2s;
}

.sec1 .position.on .img .num_img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.sec1 .position.on .img .num_img1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.sec2 {
    padding: 158px 0 132px;
}

.sec2 .wrap .item1 {
    margin: 50px 0 0;
    padding: 210px 0 0;
    position: relative;
    overflow: hidden;
}

.sec2 .wrap .item1 .item_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.sec2 .wrap .item1 .item_bg img {
    display: block;
    width: 100%;
}

.sec2 .wrap .item1 .text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: 541px;
    left: 0;
    width: 100%;
}

.sec2 .wrap .item1 .title {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.sec2 .wrap .item1 .title p {
    overflow: hidden;
}

.sec2 .wrap .item1 .title p span {
    display: block;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 73px;
    color: #010101;
    line-height: 1;
    background: linear-gradient(180deg, #7F1083 0%, rgba(246, 177, 248, 0) 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(100%);
}

.sec2 .wrap .item1 .title.aos-animate p span {
    transform: translateY(0%);
    transition: 0.4s;
}

.sec2 .wrap .item1 .title.aos-animate p:nth-child(2) span {
    transition-delay: 0.2s;
}

.sec2 .wrap .item {
    width: 100%;
    height: 800px;
    background: #F0F1F5;
    border-radius: 32px;
    display: flex;
    overflow: hidden;
}

.sec2 .wrap .item .item_r {
    width: 50%;
    height: 100%;
}

.sec2 .wrap .item .item_r img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .wrap .item .item_l {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 150px 112px 125px;
}

.sec2 .wrap .item .item_l .item_l_text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
}

.sec2 .wrap .item .item_l .item_l_title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 52px;
}

.sec2 .wrap .item .item_l .item_l_title span {
    font-family: 'Poppins-SemiBold';
    background: linear-gradient(90deg, #7F1083, #F6B1F8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.sec3 {
    height: calc(100vh + 800px);
}

.sec3 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .fix .wrap {
    position: absolute;
    z-index: 3;
}

.sec3 .fix .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.sec3 .fix .wrap .list {
    height: 600px;
}

.sec3 .fix .wrap .list .part {
    display: none;
}

.sec3 .fix .wrap .list .part.on {
    display: block;
}

.sec3 .fix .wrap .list .part .item {
    width: 615px;
    border-radius: 24px;
    padding: 60px 53px 65px;
    margin-bottom: 15px;
    transition: 0.6s;
    cursor: pointer;
}

.sec3 .fix .wrap .list .part .item.on {
    background: rgba(255, 255, 255, 0.22);
}

.sec3 .fix .wrap .list .part .item .item_title {
    font-size: 32px;
    font-family: 'Poppins-SemiBold';
    background: linear-gradient(90deg, #7F1083, #F6B1F8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-bottom: 15px;
}

.sec3 .fix .wrap .list .part .item .item_title span {
    font-family: 'Poppins-SemiBold';
}

.sec3 .fix .wrap .list .part .item .p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FEFEFE;
    line-height: 26px;
}

.sec3 .fix .wrap .list .part .item .p b {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
}

.sec3 .fix .img {
    width: 100%;
    height: 100%;
}

.sec3 .fix .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 {
    padding: 109px 0 0;
}

.sec4 .wrap {
    width: 1400px;
    margin: 0 auto;
    background: #F0F1F5;
    border-radius: 24px;
    overflow: hidden;
    padding: 165px 0 465px;
    position: relative;
}

.sec4 .wrap .c1 {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 1374px;
    height: 1374px;
    border-radius: 50%;
    box-shadow: rgba(127, 16, 133, 0.08) 0 0 40px 0px inset;
    transition: 1.8s;
}

.sec4 .wrap .c2 {
    position: absolute;
    width: 952px;
    height: 952px;
    border-radius: 50%;
    top: 164px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    box-shadow: rgba(127, 16, 133, 0.1) 0 0 40px 0px inset;
    transition: 1.6s;
}

.sec4 .wrap .c3 {
    position: absolute;
    top: 333px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 613px;
    height: 613px;
    border-radius: 50%;
    box-shadow: rgba(127, 16, 133, 0.12) 0 0 40px 0px inset;
    transition: 1.4s;
}

.sec4 .wrap .img {
    width: 553px;
    position: absolute;
    top: 409px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 40px);
    transition: 0.6s;
}

.sec4 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 48px;
    text-align: center;
}

.sec4 .wrap .text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 26px;
    margin: 20px 0 50px;
    text-align: center;
}

.sec4 .wrap .icon {
    width: 42px;
    margin: 0 auto;
}

.sec4 .wrap .icon img {
    display: block;
    width: 100%;
}

.sec4 .wrap.aos-animate .img {
    opacity: 1;
    transform: translate(-50%, 0px);
    transition-delay: 0.5s;
}

.sec4 .wrap.aos-animate .c3 {
    transform: translateX(-50%) scale(1);
    transition-delay: 0.4s;
}

.sec4 .wrap.aos-animate .c2 {
    transform: translateX(-50%) scale(1);
    transition-delay: 0.5s;
}

.sec4 .wrap.aos-animate .c1 {
    transform: translateX(-50%) scale(1);
    transition-delay: 0.6s;
}

.sec5 {
    padding: 194px 0 186px;
}

.sec5 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec5 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    margin-bottom: 50px;
}

.sec5 .wrap .item {
    width: 100%;
    height: 628px;
    position: relative;
}

.sec5 .wrap .item .item_bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 151px 0 137px;
    width: 100%;
    position: absolute;
    bottom: 116px;
}

.sec5 .wrap .item .item_bottom .l img {
    display: block;
}

.sec5 .wrap .item .item_bottom .l img:nth-child(1) {
    width: 586px;
    margin-bottom: 17px;
}

.sec5 .wrap .item .item_bottom .l img:nth-child(2) {
    width: 129px;
}

.sec5 .wrap .item .item_bottom .r img {
    display: block;
}

.sec5 .wrap .item .item_bottom .r img:nth-child(1) {
    width: 308px;
    margin-bottom: 15px;
}

.sec5 .wrap .item .item_bottom .r img:nth-child(2) {
    width: 92px;
}

.sec5 .wrap .item .item_top {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 0 175px 0 131px;
    top: 105px;
    width: 100%;
}

.sec5 .wrap .item .item_top .h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
}

.sec5 .wrap .item .item_top .p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}

.sec5 .wrap .item .bg {
    width: 100%;
    height: 100%;
}

.sec5 .wrap .item .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec5 .wrap .item1 {
    width: 100%;
    margin: 53px 0 0;
    position: relative;
}

.sec5 .wrap .item1 .item1_box {
    width: 100%;
    position: absolute;
    top: 167px;
    text-align: center;
}

.sec5 .wrap .item1 .item1_box .txt_box {
    width: 707px;
    background: rgba(5, 3, 43, 0.39);
    border-radius: 26px;
    border: 1px solid rgba(225, 225, 225, 0.39);
    margin: 0 auto;
    padding: 64px 0 56px;
}

.sec5 .wrap .item1 .item1_box .txt_box .h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 150px;
}

.sec5 .wrap .item1 .item1_box .txt_box .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: left;
}

.sec5 .wrap .item1 .item1_box .txt_box .flex .line {
    width: 1px;
    height: 99px;
    background: #FFFFFF;
}

.sec5 .wrap .item1 .item1_box .txt_box .flex .num p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1;
}

.sec5 .wrap .item1 .item1_box .txt_box .flex .num h5 {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    margin: 5px 0 0;
}

.sec5 .wrap .item1 .item1_box .txt_box .flex .txt {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}

.sec5 .wrap .item1 .item1_box .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
    color: #FFFFFF;
}

.sec5 .wrap .item1 .item1_box .text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    margin: 15px 0 310px;
}

.sec5 .wrap .item1 .bg {
    display: block;
    width: 100%;
}

.sec6 {
    height: calc(100vh + 1000px);
}

.sec6 .fix {
    width: 100vw;
    height: 100vh;
    background: #F9F9F9;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sec6 .fix .img {
    position: absolute;
    width: 27.7083333333vw;
    bottom: 0;
    opacity: 0;
    transform: translateY(5.2083333333vw);
}

.sec6 .fix .img img {
    display: block;
    width: 100%;
}

.sec6 .fix .zi {
    display: flex;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 110px;
    background: linear-gradient(90deg, #3E5065, #B5C5D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 10;
}

.sec6 .fix .zi .sq {
    width: 20px;
    height: 100%;
}

.sec7 .fix {
    width: 100vw;
    padding: 201px 0 0;
    position: sticky;
    top: 0;
}

.sec7 .fix .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec7 .fix .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    line-height: 1;
    margin-bottom: 70px;
}

.sec7 .fix .wrap .box {
    width: 100%;
    height: 1141px;
    background: #F0F1F5;
    border-radius: 24px;
    position: relative;
    padding: 180px 0 0;
    margin-bottom: 80px;
}

.sec7 .fix .wrap .box .zis {
    position: relative;
    overflow: hidden;
}

.sec7 .fix .wrap .box .zis:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(240, 241, 245, 0.9), rgba(240, 241, 245, 0), rgba(240, 241, 245, 0.9));
}

.sec7 .fix .wrap .box .zis .y_sc {
    display: flex;
    flex-direction: column;
    gap: 30px;
    transform: translateY(150px);
}

.sec7 .fix .wrap .box .zis .y_sc .zi {
    text-align: center;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    line-height: 50px;
    background: linear-gradient(180deg, #7F1083 0%, #F6B1F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec7 .fix .wrap .box .img {
    width: 719px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 3;
}

.sec7 .fix .wrap .flex {
    display: flex;
    justify-content: space-between;
}

.sec7 .fix .wrap .flex .r {
    width: 465px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec7 .fix .wrap .flex .r .r_title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    line-height: 48px;
}

.sec7 .fix .wrap .flex .r .r_title span {
    display: block;
    font-family: 'Poppins-SemiBold';
    background: linear-gradient(90deg, #7F1083, #F6B1F8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec7 .fix .wrap .flex .r .r_text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}

.sec7 .fix .wrap .flex .l {
    display: flex;
    gap: 48px;
}

.sec7 .fix .wrap .flex .l .item {
    width: 294px;
    height: 294px;
    background: #F5F6FA;
    border-radius: 28px;
    padding: 74px 0 0;
    text-align: center;
}

.sec7 .fix .wrap .flex .l .item p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 1;
}

.sec7 .fix .wrap .flex .l .item .icon {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.sec7 .fix .wrap .flex .l .item .icon img {
    display: block;
    width: 60px;
}

.sec7 .fix .wrap .flex .l .item:nth-child(2) .icon img {
    width: 52px;
}

.sec8 {
    padding: 210px 0 209px;
    width: 100%;
    overflow: hidden;
}

.sec8 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec8 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    margin-bottom: 82px;
}

.sec8 .wrap .swiper {
    width: 2119px;
    position: relative;
}

.sec8 .wrap .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec8 .wrap .swiper:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #C9C9C9;
    position: absolute;
    left: 0;
    top: 1006px;
}

.sec8 .wrap .swiper .swiper-slide .img {
    height: 866px;
    border-radius: 12px;
    overflow: hidden;
}

.sec8 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec8 .wrap .swiper .swiper-slide .h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #BFBFBF;
    line-height: 1;
    margin: 80px 0 70px;
    width: fit-content;
    position: relative;
}

.sec8 .wrap .swiper .swiper-slide .h5:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #821486;
    position: absolute;
    bottom: -30px;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec8 .wrap .swiper .swiper-slide .p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #BFBFBF;
    line-height: 26px;
}

.sec8 .wrap .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.sec8 .wrap .swiper .swiper-slide.swiper-slide-active .h5 {
    color: #821486;
}

.sec8 .wrap .swiper .swiper-slide.swiper-slide-active .h5:after {
    opacity: 1;
}

.sec8 .wrap .swiper .swiper-slide.swiper-slide-active .p {
    color: #000000;
}

.sec9 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec9 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 40px;
}

.sec9 .wrap .list {
    width: 100%;
    background: #F6F7F8;
    border-radius: 25px;
    padding: 76px 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 90px;
}

.sec9 .wrap .list .item {
    width: 180px;
}

.sec9 .wrap .list .item:nth-child(1), .sec9 .wrap .list .item:nth-child(2), .sec9 .wrap .list .item:nth-child(3), .sec9 .wrap .list .item:nth-child(4), .sec9 .wrap .list .item:nth-child(5) {
    padding: 0 0 50px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 25px;
}

.sec9 .wrap .list .item .h5 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0 0 0 20px;
    position: relative;
}

.sec9 .wrap .list .item .h5:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #7F1083;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sec9 .wrap .list .item .p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1;
}

.sec10 {
    padding: 106px 0 138px;
    width: 100%;
    overflow: hidden;
}

.sec10 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec10 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 48px;
    margin-bottom: 40px;
}

.sec10 .wrap .swiper {
    overflow: unset;
}

.sec10 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    background: #F6F7F8;
    border-radius: 12px;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 346px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .img img:nth-child(1) {
    max-height: 80%;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .img img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 35px 40px 40px 30px;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
    width: 250px;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .des {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #C9C9C9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 7px;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
    font-size: 8px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec10 .wrap .swiper .swiper-slide .slide_box:hover .img .bg {
    opacity: 1;
}

.sec10 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_l .name {
    color: #7F1085;
}

.sec10 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_r p, .sec10 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_r .iconfont {
    color: #7F1085;
}

.sec11 {
    background: #F6F7F8;
    padding: 104px 0 calc(120px + 5vw);
}

.sec11 .wrap .title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #7F1083;
    text-align: center;
    margin-bottom: 47px;
}

.sec11 .wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}

.sec11 .wrap form .item {
    width: 690px;
}

.sec11 .wrap form .item h5 {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 15px;
}

.sec11 .wrap form .item h5 span {
    color: #CB0000;
}

.sec11 .wrap form .item input {
    width: 690px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding: 0 34px;
    font-weight: 400;
    color: #1A1A1A;
    font-size: 14px;
}

.sec11 .wrap form .item input::placeholder {
    color: #CBCBCB;
}

.sec11 .wrap form .item textarea {
    width: 100%;
    height: 159px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 27px 34px;
    font-weight: 400;
    color: #1A1A1A;
    font-size: 14px;
    border: none;
}

.sec11 .wrap form .item textarea::placeholder {
    color: #CBCBCB;
}

.sec11 .wrap form .w100 {
    width: 100%;
}

.sec11 .wrap form button {
    width: 160px;
    height: 60px;
    background: #7F1083;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}

.sec11 .wrap form button p {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.footer {
    margin: 0;
}

@media screen and (max-width: 1919px) {
    .common_banner .play_btn {
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        padding: 0px 1.0416666667vw;
        gap: 0.5208333333vw;
    }

    .common_banner .play_btn .iconfont {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        font-size: 0.4166666667vw;
    }

    .common_banner .play_btn p {
        font-size: 0.7291666667vw;
    }

    .common_banner .r_box h1 {
        font-size: 2.5vw;
        margin-bottom: 1.0416666667vw;
    }

    .common_banner .r_box p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }


    .sec1 .zi_box .wrap .zi_box_bottom {
        bottom: -0.5208333333vw;
    }

    .sec1 .zi_box .wrap .zi_box_bottom h5 {
        font-size: 2.1875vw;
    }

    .sec1 .zi_box .wrap .zi_box_bottom p {
        font-size: 0.8333333333vw;
    }

    .sec1 .zi_box .wrap .zi_box_bottom.on {
        transform: translate(-50%, calc(100% + 1.0416666667vw));
    }

    .sec1 .zi_box .num p {
        font-size: 8.4375vw;
    }

    .sec1 .zi_box_s .num p {
        font-size: 8.4375vw;
    }

    .sec1 .position .img .num_img {
        transform: translateY(1.0416666667vw);
    }

    .sec1 .position .img .num_img1 {
        transform: translateY(1.0416666667vw);
    }

    .sec1 .position .title {
        font-size: 5.7291666667vw;
        transform: translate(-50%, 1.0416666667vw);
    }

    .sec1 .position .title span {
        font-size: 5.7291666667vw;
    }

    .sec2 {
        padding: 8.2291666667vw 0px 6.875vw;
    }

    .sec2 .wrap .item1 {
        margin: 2.6041666667vw 0px 0px;
        padding: 10.9375vw 0px 0px;
    }

    .sec2 .wrap .item1 .text {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        top: 28.1770833333vw;
    }

    .sec2 .wrap .item1 .title p span {
        font-size: 3.8020833333vw;
    }

    .sec2 .wrap .item {
        height: 41.6666666667vw;
        border-radius: 1.6666666667vw;
    }

    .sec2 .wrap .item .item_l {
        padding: 7.8125vw 5.8333333333vw 6.5104166667vw;
    }

    .sec2 .wrap .item .item_l .item_l_text {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec2 .wrap .item .item_l .item_l_title {
        font-size: 2.1875vw;
        line-height: 2.7083333333vw;
    }



    .sec3 .fix .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 3.6458333333vw;
    }

    .sec3 .fix .wrap .list {
        height: 31.25vw;
    }

    .sec3 .fix .wrap .list .part .item {
        width: 32.03125vw;
        border-radius: 1.25vw;
        padding: 3.125vw 2.7604166667vw 3.3854166667vw;
        margin-bottom: 0.78125vw;
    }

    .sec3 .fix .wrap .list .part .item .item_title {
        font-size: 1.6666666667vw;
        margin-bottom: 0.78125vw;
    }

    .sec3 .fix .wrap .list .part .item .p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec4 {
        padding: 5.6770833333vw 0px 0px;
    }

    .sec4 .wrap {
        width: 72.9166666667vw;
        border-radius: 1.25vw;
        padding: 8.59375vw 0px 24.21875vw;
    }

    .sec4 .wrap .c1 {
        top: -2.6041666667vw;
        width: 71.5625vw;
        height: 71.5625vw;
        box-shadow: rgba(127, 16, 133, 0.08) 0px 0px 2.0833333333vw 0px inset;
    }

    .sec4 .wrap .c2 {
        width: 49.5833333333vw;
        height: 49.5833333333vw;
        top: 8.5416666667vw;
        box-shadow: rgba(127, 16, 133, 0.1) 0px 0px 2.0833333333vw 0px inset;
    }

    .sec4 .wrap .c3 {
        top: 17.34375vw;
        width: 31.9270833333vw;
        height: 31.9270833333vw;
        box-shadow: rgba(127, 16, 133, 0.12) 0px 0px 2.0833333333vw 0px inset;
    }

    .sec4 .wrap .img {
        width: 28.8020833333vw;
        top: 21.3020833333vw;
        transform: translate(-50%, 2.0833333333vw);
    }

    .sec4 .wrap .title {
        font-size: 2.1875vw;
        line-height: 2.5vw;
    }

    .sec4 .wrap .text {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 1.0416666667vw 0px 2.6041666667vw;
    }

    .sec4 .wrap .icon {
        width: 2.1875vw;
    }

    .sec5 {
        padding: 10.1041666667vw 0px 9.6875vw;
    }

    .sec5 .wrap {
        width: 72.9166666667vw;
    }

    .sec5 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec5 .wrap .item {
        height: 32.7083333333vw;
    }

    .sec5 .wrap .item .item_bottom {
        padding: 0px 7.8645833333vw 0px 7.1354166667vw;
        bottom: 6.0416666667vw;
    }

    .sec5 .wrap .item .item_bottom .l img:nth-child(1) {
        width: 30.5208333333vw;
        margin-bottom: 0.8854166667vw;
    }

    .sec5 .wrap .item .item_bottom .l img:nth-child(2) {
        width: 6.71875vw;
    }

    .sec5 .wrap .item .item_bottom .r img:nth-child(1) {
        width: 16.0416666667vw;
        margin-bottom: 0.78125vw;
    }

    .sec5 .wrap .item .item_bottom .r img:nth-child(2) {
        width: 4.7916666667vw;
    }

    .sec5 .wrap .item .item_top {
        padding: 0px 9.1145833333vw 0px 6.8229166667vw;
        top: 5.46875vw;
    }

    .sec5 .wrap .item .item_top .h5 {
        font-size: 1.6666666667vw;
    }

    .sec5 .wrap .item .item_top .p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec5 .wrap .item1 {
        margin: 2.7604166667vw 0px 0px;
    }

    .sec5 .wrap .item1 .item1_box {
        top: 8.6979166667vw;
    }

    .sec5 .wrap .item1 .item1_box .txt_box {
        width: 36.8229166667vw;
        border-radius: 1.3541666667vw;
        padding: 3.3333333333vw 0px 2.9166666667vw;
    }

    .sec5 .wrap .item1 .item1_box .txt_box .h5 {
        font-size: 1.9791666667vw;
        margin-bottom: 7.8125vw;
    }

    .sec5 .wrap .item1 .item1_box .txt_box .flex {
        gap: 1.5625vw;
    }

    .sec5 .wrap .item1 .item1_box .txt_box .flex .line {
        height: 5.15625vw;
    }

    .sec5 .wrap .item1 .item1_box .txt_box .flex .num p {
        font-size: 1.875vw;
    }

    .sec5 .wrap .item1 .item1_box .txt_box .flex .num h5 {
        font-size: 0.9375vw;
        margin: 0.2604166667vw 0px 0px;
    }

    .sec5 .wrap .item1 .item1_box .txt_box .flex .txt {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec5 .wrap .item1 .item1_box .title {
        font-size: 1.9791666667vw;
    }

    .sec5 .wrap .item1 .item1_box .text {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 0.78125vw 0px 16.1458333333vw;
    }



    .sec6 .fix .zi {
        font-size: 5.7291666667vw;
    }

    .sec6 .fix .zi .sq {
        width: 1.0416666667vw;
    }

    .sec7 .fix {
        padding: 10.46875vw 0px 0px;
    }

    .sec7 .fix .wrap {
        width: 72.9166666667vw;
    }

    .sec7 .fix .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 3.6458333333vw;
    }

    .sec7 .fix .wrap .box {
        height: 59.4270833333vw;
        border-radius: 1.25vw;
        padding: 9.375vw 0px 0px;
        margin-bottom: 4.1666666667vw;
    }

    .sec7 .fix .wrap .box .zis .y_sc {
        gap: 1.5625vw;
        transform: translateY(7.8125vw);
    }

    .sec7 .fix .wrap .box .zis .y_sc .zi {
        font-size: 2.1875vw;
        line-height: 2.6041666667vw;
    }

    .sec7 .fix .wrap .box .img {
        width: 37.4479166667vw;
    }

    .sec7 .fix .wrap .flex .r {
        width: 24.21875vw;
    }

    .sec7 .fix .wrap .flex .r .r_title {
        font-size: 2.1875vw;
        line-height: 2.5vw;
    }

    .sec7 .fix .wrap .flex .r .r_text {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec7 .fix .wrap .flex .l {
        gap: 2.5vw;
    }

    .sec7 .fix .wrap .flex .l .item {
        width: 15.3125vw;
        height: 15.3125vw;
        border-radius: 1.4583333333vw;
        padding: 3.8541666667vw 0px 0px;
    }

    .sec7 .fix .wrap .flex .l .item p {
        font-size: 0.9375vw;
    }

    .sec7 .fix .wrap .flex .l .item .icon {
        width: 5.4166666667vw;
        height: 5.4166666667vw;
        margin: 0px auto 1.5625vw;
    }

    .sec7 .fix .wrap .flex .l .item .icon img {
        width: 3.125vw;
    }

    .sec7 .fix .wrap .flex .l .item:nth-child(2) .icon img {
        width: 2.7083333333vw;
    }

    .sec8 {
        padding: 10.9375vw 0px 10.8854166667vw;
    }

    .sec8 .wrap {
        width: 72.9166666667vw;
    }

    .sec8 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 4.2708333333vw;
    }

    .sec8 .wrap .swiper {
        width: 110.3645833333vw;
    }

    .sec8 .wrap .swiper::after {
        top: 52.3958333333vw;
    }

    .sec8 .wrap .swiper .swiper-slide .img {
        height: 45.1041666667vw;
        border-radius: 0.625vw;
    }

    .sec8 .wrap .swiper .swiper-slide .h5 {
        font-size: 1.6666666667vw;
        margin: 4.1666666667vw 0px 3.6458333333vw;
    }

    .sec8 .wrap .swiper .swiper-slide .h5::after {
        height: 0.2083333333vw;
        bottom: -1.5625vw;
    }

    .sec8 .wrap .swiper .swiper-slide .p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec9 .wrap {
        width: 72.9166666667vw;
    }

    .sec9 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec9 .wrap .list {
        border-radius: 1.3020833333vw;
        padding: 3.9583333333vw 3.6458333333vw;
        gap: 0px 4.6875vw;
    }

    .sec9 .wrap .list .item {
        width: 9.375vw;
    }

    .sec9 .wrap .list .item:nth-child(1), .sec9 .wrap .list .item:nth-child(2), .sec9 .wrap .list .item:nth-child(3), .sec9 .wrap .list .item:nth-child(4), .sec9 .wrap .list .item:nth-child(5) {
        padding: 0px 0px 2.6041666667vw;
        margin-bottom: 1.3020833333vw;
    }

    .sec9 .wrap .list .item .h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.78125vw;
        padding: 0px 0px 0px 1.0416666667vw;
    }

    .sec9 .wrap .list .item .h5::after {
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }

    .sec9 .wrap .list .item .p {
        font-size: 0.8333333333vw;
    }

    .sec10 {
        padding: 5.5208333333vw 0px 7.1875vw;
    }

    .sec10 .wrap {
        width: 72.9166666667vw;
    }

    .sec10 .wrap .title {
        font-size: 2.1875vw;
        line-height: 2.5vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 0.625vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box .img {
        height: 18.0208333333vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 1.8229166667vw 2.0833333333vw 2.0833333333vw 1.5625vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
        width: 13.0208333333vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
        font-size: 1.0416666667vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .des {
        font-size: 0.8333333333vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
        gap: 0.3645833333vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
        font-size: 0.7291666667vw;
    }

    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
        font-size: 0.4166666667vw;
    }

    .sec11 {
        padding: 5.4166666667vw 0px calc(6.25vw + 5vw);
    }

    .sec11 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 2.4479166667vw;
    }

    .sec11 .wrap form {
        gap: 1.0416666667vw 0px;
    }

    .sec11 .wrap form .item {
        width: 35.9375vw;
    }

    .sec11 .wrap form .item h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.78125vw;
    }

    .sec11 .wrap form .item input {
        width: 35.9375vw;
        height: 3.6458333333vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.7708333333vw;
        font-size: 0.7291666667vw;
    }

    .sec11 .wrap form .item textarea {
        height: 8.28125vw;
        border-radius: 0.4166666667vw;
        padding: 1.40625vw 1.7708333333vw;
        font-size: 0.7291666667vw;
    }

    .sec11 .wrap form button {
        width: 8.3333333333vw;
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        margin: 2.0833333333vw auto 0px;
    }

    .sec11 .wrap form button p {
        font-size: 0.8333333333vw;
    }
}


@media screen and (max-width: 768px) {
    .common_banner .r_box {
        top: 150px;
        left: 5vw;
        right: unset;
        width: 90vw;
    }
    .common_banner .r_box h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .common_banner .r_box p {
        font-size: 14px;
        line-height: 1.4;
    }
    .common_banner .play_btn {
        height: unset;
        padding: 4px 4px 4px 15px;
        gap: 8px;
        border-radius: 50px;
        left: 5vw;
        bottom: unset;
        top: 250px;
    }
    .common_banner .play_btn p {
        font-size: 13px;
    }
    .common_banner .play_btn .iconfont {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }
    .sec1 {
        height: unset;
    }
    .sec1 .zi_box {
        display: none;
    }
    .sec1 .zi_box_s {
        display: none;
    }
    .sec1 .position {
        display: block;
        padding: 50px 0 50px;
        height: unset;
    }
    .sec1 .position .title {
        font-size: 20px;
        opacity: 1;
        transform: unset;
        position: unset;
        text-align: center;
        margin-bottom: 25px;
    }
    .sec1 .position .img .num_img {
        opacity: 1;
        transform: unset;
        width: 18.479167vw;
        top: 31.572917vw;
        left: 42.875vw;
    }
    .sec1 .position .img .num_img1 {
        opacity: 1;
        transform: unset;
        width: 9.791667vw;
        top: 17.260417vw;
        left: 58.15625vw;
    }
    .sec1 .fix {
        height: unset;
    }
    .sec1 .position {
        position: relative;
    }
    .sec2 {
        padding: 50px 5vw ;
    }
    .sec2 .wrap .item {
        flex-direction: column-reverse;
        height: unset;
        border-radius: 10px;
    }
    .sec2 .wrap .item .item_r {
        width: 100%;
        height: unset;
        border-radius: 10px;
        overflow: hidden;
    }
    .sec2 .wrap .item .item_l .item_l_title {
        font-size: 18px;
        line-height: 1.4;
    }
    .sec2 .wrap .item .item_l .item_l_text {
        font-size: 14px;
        margin: 15px 0 0;
        line-height: 1.4;
    }
    .sec2 .wrap .item .item_l {
        width: 100%;
        padding: 30px 15px;
    }
    .sec2 .wrap .item1 {
        height: 52vw;
        margin: 30px 0 0;
    }
    .sec2 .wrap .item1 .title p span {
        font-size: 20px;
        transform: unset;
    }
    .sec2 .wrap .item1 .title {
        position: absolute;
        top: 10vw;
        text-align: center;
        width: 100%;
    }
    .sec2 .wrap .item1 .text {
        font-size: 13px;
        line-height: 1.4;
        top: unset;
        bottom: 15px;
    }
    .sec3 {
        height: unset;
    }
    .sec3 .fix {
        height: unset;
    }
    .sec3 .fix .img {
        display: none;
    }
    .sec3 .fix .wrap {
        position: unset;
    }
    .sec3 .fix .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
        color: #000000;
    }
    .sec3 .fix .wrap .list {
        height: unset;
    }
    .sec3 .fix .wrap .list .part .item {
        width: 100%;
        background: #F0F1F5 !important;
        padding: 20px 15px;
        border-radius: 8px;
        margin-bottom: 25px;
    }
    .sec3 .fix .wrap .list .part {
        display: block;
    }
    .sec3 .fix .wrap .list .part .item .item_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec3 .fix .wrap .list .part .item .p {
        font-size: 13px;
        line-height: 1.8;
        color: #999999;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec4 {
        padding: 10px 0 0;
    }
    .sec4 .wrap {
        width: 90%;
        border-radius: 10px;
        padding: 30px 0 42vw;
    }
    .sec4 .wrap .c1 {
        transform: translateX(-50%) scale(1);
        top: 34.395833vw;
    }
    .sec4 .wrap .c2 {
        transform: translateX(-50%) scale(1);
        top: 42.541667vw;
        width: 51.583333vw;
        height: 51.583333vw;
    }
    .sec4 .wrap .c3 {
        transform: translateX(-50%) scale(1);
        display: none;
    }
    .sec4 .wrap .title {
        font-size: 18px;
        line-height: 1.4;
    }
    .sec4 .wrap .text {
        font-size: 13px;
        line-height: 1.4;
        margin: 10px 0 15px;
        padding: 0 5vw;
    }
    .sec4 .wrap .icon {
        width: 18px;
    }
    .sec4 .wrap .img {
        opacity: 1;
        transform: translateX(-50%);
        top: unset;
        bottom: -10vw;
        width: 40vw;
    }
    .sec5 {
        padding: 80px 0 50px;
    }
    .sec5 .wrap {
        width: 90%;
    }
    .sec5 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 1.3;
    }
    .sec6 {
        height: unset;
    }
    .sec6 .fix {
        height: unset;
        padding: 50px 0 0;
        display: block;
    }
    .sec6 .fix .zi {
        font-size: 32px;
        justify-content: center;
        margin:  0 0 20px;
    }
    .sec6 .fix .zi .sq {
        width: 60px !important;
    }
    .sec6 .fix .img {
        position: unset;
        width: 200px;
        opacity: 1 !important;
        transform: unset !important;
        margin: 0 auto;
    }
    .sec5 .wrap .item .item_top .h5 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .sec5 .wrap .item {
        height: 63vw;
        border-radius: 8px;
        overflow: hidden;
    }
    .sec5 .wrap .item .item_top {
        display: block;
        padding: 0 15px;
    }
    .sec5 .wrap .item .item_top .p {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec5 .wrap .item .item_bottom {
        bottom: 9.041667vw;
        padding: 0 15px;
    }
    .sec5 .wrap .item .item_bottom .l img:nth-child(2) {
        width: 21vw;
    }
    .sec5 .wrap .item .item_bottom .l img:nth-child(1) {
        width: 40vw;
        margin-bottom: 8px;
    }
    .sec5 .wrap .item .item_bottom .r img:nth-child(1) {
        width: 20vw;
        margin-bottom: 8px;
    }
    .sec5 .wrap .item .item_bottom .r img:nth-child(2) {
        width: 17vw;
    }
    .sec5 .wrap .item1 {
        margin: 30px 0 0;
        border-radius: 8px;
        overflow: hidden;
        padding: 30px 0;
    }
    .sec5 .wrap .item1 .item1_box .title {
        font-size: 14px;

    }
    .sec5 .wrap .item1 .item1_box {
        position: unset;
    }
    .sec5 .wrap .item1 .bg {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .sec5 .wrap .item1 .item1_box .text {
        font-size: 12px;
        line-height: 1.3;
        padding: 0 15px;
        margin: 5px 0 35px;
    }
    .sec5 .wrap .item1 .item1_box .txt_box {
        width: 90%;
        border-radius: 4px;
        padding: 20px;
    }
    .sec5 .wrap .item1 .item1_box .txt_box .h5 {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .sec5 .wrap .item1 .item1_box .txt_box .flex .num p {
        font-size: 18px;
    }
    .sec5 .wrap .item1 .item1_box .txt_box .flex .num h5 {
        font-size: 10px;
    }
    .sec5 .wrap .item1 .item1_box .txt_box .flex {
        gap: 10px;
        display: block;
        text-align: center;
    }
    .sec5 .wrap .item1 .item1_box .txt_box .flex .txt {
        font-size: 10px;
        line-height: 1.3;
        width: 100%;
        margin: 15px 0 0;
    }
    .sec5 .wrap .item1 .item1_box .txt_box .flex .line {
        display: none;
    }
    .sec7 {
        height: unset !important;
        padding: 70px 0 0;
    }
    .sec7 .fix .wrap {
        width: 90%;
    }
    .sec7 .fix .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec7 .fix {
        position: unset;
        padding: 0;
    }
    .sec7 .fix .wrap .box {
        height: unset;
        padding: 25px 0 15px;
        margin-bottom: 55px;
    }
    .sec7 .fix .wrap .box .zis .y_sc {
        gap: 6px;
        transform: unset !important;
    }
    .sec7 .fix .wrap .box .zis .y_sc .zi {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec7 .fix .wrap .box .img {
        position: unset;
        transform: unset;
        width: 160px;
        margin: 30px  auto 0;
    }
    .sec7 .fix .wrap .box .zis:after {
        background: unset;
    }
    .sec7 .fix .wrap .flex {
        flex-direction: column-reverse;
    }
    .sec7 .fix .wrap .flex .r {
        width: 100%;
    }
    .sec7 .fix .wrap .flex .r .r_title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .sec7 .fix .wrap .flex .r .r_text {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec7 .fix .wrap .flex .l {
        gap: 10px;
        margin: 25px 0 0;
    }
    .sec7 .fix .wrap .flex .l .item {
        width: calc(45vw - 5px);
        height: unset;
        padding: 30px 0;
        border-radius: 6px;
    }
    .sec7 .fix .wrap .flex .l .item .icon {
        width: 60px;
        height: 60px;
    }
    .sec7 .fix .wrap .flex .l .item .icon img {
        width: 32px;
    }
    .sec7 .fix .wrap .flex .l .item p {
        font-size: 12px;
        margin: 25px 0 0;
    }
    .sec7 .fix .wrap .flex .l .item:nth-child(2) .icon img {
        width: 28px;
    }
    .sec8 {
        padding: 80px 0;

    }
    .sec8 .wrap {
        width: 90%;
    }
    .sec8 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec8 .wrap .swiper .swiper-slide .img {
        height: 105vw;
        border-radius: 6px;
    }
    .sec8 .wrap .swiper .swiper-slide .h5 {
        font-size: 16px;
        margin: 15px 0;
        width: 100%;
    }
    .sec8 .wrap .swiper .swiper-slide .p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sec9 .wrap {
        width: 90%;
    }
    .sec9 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec9 .wrap .list {
        border-radius: 8px;
        padding: 20px 20px 5px;
    }
    .sec9 .wrap .list .item {
        width: 100%;
    }
    .sec9 .wrap .list .item .h5 {
        font-size: 15px;
        margin-bottom: 10px;
        padding: 0 0 0 10px;
    }
    .sec9 .wrap .list .item .p {
        font-size: 13px;
        line-height: 1.4;
        padding: 0 0 0 10px;
    }
    .sec9 .wrap .list .item .h5::after {
        width: 4px;
        height: 4px;
    }
    .sec9 .wrap .list .item {
        padding: 0 0 15px !important;
        margin-bottom: 15px !important;
        border-bottom: 1px solid #DDDDDD !important;
    }
    .sec9 .wrap .list .item:nth-child(5) {
        display: none;
    }
    .sec10 {
        padding: 90px 0 50px;
    }
    .sec10 .wrap {
        width: 90%;
    }
    .sec10 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec10 .wrap .swiper .swiper-slide .slide_box .img {
        height: 58vw;
    }
    .sec10 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 8px;
    }
    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 10px 15px;
    }
    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
        width: 60%;
    }
    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
        font-size: 14px;
    }
    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
        font-size: 12px;
    }
    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
        font-size: 6px;
    }
    .sec10 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
        gap: 6px;
    }
    .sec11 {
        padding: 60px 0;
    }
    .sec11 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec11 .wrap form {
        gap: 20px;
    }
    .sec11 .wrap form .item {
        width: 100%;
    }
    .sec11 .wrap form .item h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec11 .wrap form .item input {
        width: 100%;
        height: 50px;
        padding: 0 15px;
        font-size: 14px;
        border-radius: 4px;
    }
    .sec11 .wrap form .item textarea {
        border-radius: 4px;
        height: 250px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .sec11 .wrap form button {
        width: 120px;
        height: 40px;
        margin: 30px auto 0;
    }
    .sec11 .wrap form button p {
        font-size: 14px;
    }
    .common_banner .img  img {
        display: none;
    }
    .common_banner .ph {
        display: block !important;
    }
}
