  .dialog_pic {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.dialog_pic.show {
    display: flex
}

.dialog_pic .pic {
    padding: .83333vw 1.30208vw;
    background: #fff
}

.dialog_pic .pic img {
    width: 16.04167vw
}

.banner {
    position: relative;
    margin: 8.75vw 1.45833vw 0
}

.banner .bg {
    width: 100%;
    display: block;
    object-fit: cover
}

.banner .text {
    position: absolute;
    left: 0;
    top: 2.6875vw;
    width: 100%;
    text-align: center
}

.banner .text .p1 {
    color: #3E2882;
    font-size: 10.41667vw;
    line-height: 1.5
}

.banner .text .p2 {
    color: #111;
    font-weight: 700;
    line-height: 1.5;
    margin: 1.35417vw 0 .625vw
}

.banner .text .p3 {
    width: 62.5vw;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 40px;
}

.sec1 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 11.45833vw 0 10.41667vw;
    margin-top: 30vh;
    margin-bottom: 20vh;
}

.sec1 .fix .bg {
    position: absolute;
    z-index: -1
}

.sec1 .fix .bg img {
    display: block;
    width: 100%
}

.sec1 .fix .bg1 {
    width: 73.95833vw;
    top: 0;
    right: 0
}

.sec1 .fix .bg2 {
    width: 53.54167vw;
    top: 15.625vw;
    left: 0
}

.sec1 .fix .wrap {
    width: 100%
}

.sec1 .fix .title {
    color: #000;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8.22917vw
}

.sec1 .fix .content {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: flex-start
}

.sec1 .fix .content .l {
    width: 63.54167vw
}

.sec1 .fix .content .l .part {
    width: 100%;
    justify-content: space-between;
    display: none
}

.sec1 .fix .content .l .part.on {
    display: flex;
    margin-top: 50px;
}

.sec1 .fix .content .l .part .part_r {
    width: 47.8125vw
}

.sec1 .fix .content .l .part .part_r .part_r_item {
    width: 100%;
    padding: 1.25vw 2.29167vw;
    border-radius: .83333vw;
    border: .10417vw solid rgba(132, 85, 231, 0.2);
    background: rgba(255, 255, 255, 0.7)
}

.sec1 .fix .content .l .part .part_r .part_r_item .h5 {
    color: #1A1919;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: .83333vw
}

.sec1 .fix .content .l .part .part_r .part_r_item ul {
    margin: 0 0 0 -.9375vw
}

.sec1 .fix .content .l .part .part_r .part_r_item ul li {
    color: #666;
    font-weight: 400;
    line-height: 150%
}

.sec1 .fix .content .l .part .part_r .part_r_item:not(:last-child) {
    margin-bottom: 1.04167vw
}

.sec1 .fix .content .l .part .part_l {
    display: flex
}

.sec1 .fix .content .l .part .part_l .year {
    width: 12.5vw;
    padding: 0 1.45833vw 0 0;
    text-align: right
}

.sec1 .fix .content .l .part .part_l .year p {
    color: #8942FE;
    font-weight: 700;
    line-height: 150%
}

.sec1 .fix .content .l .part .part_l .line {
    height: 100%;
    position: relative
}

.sec1 .fix .content .l .part .part_l .line img {
    display: block;
    width: 1.875vw;
    position: absolute;
    max-width: unset;
    top: -.83333vw;
    left: 50%;
    transform: translate(-50%, -100%)
}

.sec1 .fix .content .l .part .part_l .line .line1 {
    width: .05208vw;
    height: 100%;
    background: linear-gradient(90deg, #63E 0%, #63E 51.52%, rgba(102, 51, 238, 0) 100%)
}

.sec1 .fix .content .r {
    display: flex;
    gap: 1.5625vw
}

.sec1 .fix .content .r .line {
    width: .05208vw;
    height: auto;
    background: rgba(102, 51, 238, 0.2);
    position: relative
}

.sec1 .fix .content .r .line .line1 {
    position: absolute;
    top: 0;
    left: -.05208vw;
    width: .15625vw;
    height: 2.08333vw;
    background: linear-gradient(180deg, #63E 0%, #63E 50%, rgba(102, 51, 238, 0) 100%)
}

.sec1 .fix .content .r .line .line1:after {
    content: "";
    width: 2.08333vw;
    height: 2.08333vw;
    border-radius: 2.08333vw;
    background: radial-gradient(50% 50% at 50% 50%, rgba(102, 51, 238, 0.16) 0%, rgba(102, 51, 238, 0) 100%);
    position: absolute;
    bottom: -1.35417vw;
    left: 50%;
    transform: translateX(-50%)
}

.sec1 .fix .content .r .years {
    padding: 1.04167vw 0
}

.sec1 .fix .content .r .years p {
    color: #666;
    font-weight: 400;
    line-height: 150%;
    transition: 0.6s;
    text-align: right;
    transform-origin: right
}

.sec1 .fix .content .r .years p:not(:last-child) {
    margin-bottom: 1.04167vw
}

.sec1 .fix .content .r .years p:hover,
.sec1 .fix .content .r .years p.on {
    transform: scale(1.25);
    color: #8942FE
}

.sec2 {
    padding: 7.44792vw 0 8.64583vw;
    position: relative
}

.sec2 .bg {
    width: 98.33333vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.sec2 .bg img {
    display: block;
    width: 100%
}

.sec2 .wrap {
    padding: 0 7.8125vw;
    display: flex;
    justify-content: space-between
}

.sec2 .wrap .item {
    width: 15vw;
    height: 20.3125vw;
    position: relative;
    padding: 2.60417vw 0 0;
    border-radius: 1.04167vw;
    cursor: pointer;
    transition: 1s
}

.sec2 .wrap .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8.33333vw;
    opacity: 0.4;
    background: linear-gradient(177deg, #8942FE 42.84%, #F974BF 97.42%);
    filter: blur(2.60417vw);
    top: 7.86458vw;
    left: 0;
    opacity: 0;
    transition: 0.6s
}

.sec2 .wrap .item:before {
    content: "";
    position: absolute;
    width: 91%;
    height: 17.39583vw;
    border-radius: 1.5625vw;
    opacity: 0.4;
    background: #FFF;
    backdrop-filter: blur(5.05208vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: 0.6s
}

.sec2 .wrap .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.89583vw;
    height: 9.89583vw;
    margin: 0 auto 1.61458vw;
    margin-bottom: 0;
    position: relative;
    z-index: 4
}

.sec2 .wrap .item .h5 {
    color: #000;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    position: relative;
    z-index: 4
}

.sec2 .wrap .item .p {
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    margin: .41667vw auto 0;
    position: relative;
    z-index: 4
}

.sec2 .wrap .item .item_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.sec2 .wrap .item .item_bg img {
    display: block;
    width: 100%;
    height: 100%
}

.sec2 .wrap .item.on {
    width: 33.125vw;
    background: rgba(238, 237, 249, 0.5);
    backdrop-filter: blur(1.30208vw);
    box-shadow: 0 .20833vw 1.04167vw 0 rgba(102, 51, 238, 0.4)
}

.sec2 .wrap .item.on:after,
.sec2 .wrap .item.on:before {
    opacity: 0.4
}

.sec2 .wrap .item.on .item_bg {
    opacity: 0
}

.sec3 {
    padding: 6.77083vw 0 0;
    position: relative
}

.sec3 .bg {
    position: absolute;
    width: 73.95833vw;
    top: -5.20833vw;
    left: 0;
    z-index: -1
}

.sec3 .bg img {
    display: block;
    width: 100%
}

.sec3 .wrap {
    width: 84.375vw;
    border-radius: 1.875vw;
    background: rgba(242, 238, 254, 0.6);
    margin: 0 auto;
    padding: 3.125vw 0 0;
    overflow: hidden
}

.sec3 .wrap .title {
    color: #111;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.25vw
}

.sec3 .wrap .numList {
    display: flex;
    justify-content: center;
    gap: 3.125vw;
    position: relative;
    z-index: 10
}

.sec3 .wrap .numList .item {
    text-align: center
}

.sec3 .wrap .numList .item .num {
    font-weight: 900;
    line-height: 150%;
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec3 .wrap .numList .item p {
    font-weight: 500;
    line-height: 150%;
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: .41667vw 0 0
}

.sec3 .wrap .box {
    display: flex;
    justify-content: center;
    gap: 1.25vw;
    height: 30.625vw;
    overflow: hidden;
    position: relative;
    margin-top: -1.5625vw;
    /* 12.25 */
    --scroll-speed: 120s
}

.sec3 .wrap .box:after {
    content: "";
    width: 100%;
    height: 8.85417vw;
    background: linear-gradient(180deg, #F6F4FE 0%, rgba(242, 238, 254, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
       pointer-events: none;
}

.sec3 .wrap .box:before {
    content: "";
    width: 100%;
    height: 10.57292vw;
    background: linear-gradient(0deg, #F2EEFE 0%, rgba(242, 238, 254, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}

.sec3 .wrap .box .line {
    width: 10.41667vw;
    /* 12.25 */
    height: max-content;
    animation: img_goY var(--scroll-speed) infinite linear
}

/* 12.25 */
.sec3 .wrap .box .line:nth-child(2n) {
    animation-direction: reverse
}

@-webkit-keyframes img_goY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes img_goY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
/* 12.25end */

.sec3 .wrap .box .line .item {
    width: 100%;
    padding: .78125vw 1.61458vw;
    background: #FFFFFF;
    margin-bottom: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sec3 .wrap .box .line .item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* .sec3 .wrap .box .line:nth-child(1) {
    transform: translateY(-15.625vw)
} */

.sec3 .wrap .box .line:nth-child(2) .item {
    width: 100%;
    /* padding: 1.25vw 1.45833vw */
}

/* .sec3 .wrap .box .line:nth-child(3) {
    transform: translateY(-15.625vw)
} */

.sec3 .wrap .box .line:nth-child(3) .item {
    width: 100%;
    /* padding: .26042vw .98958vw */
}

.sec3 .wrap .box .line:nth-child(4) .item {
    width: 100%;
    /* padding: 1.5625vw .72917vw */
}

/* .sec3 .wrap .box .line:nth-child(5) {
    transform: translateY(-15.625vw)
} */

.sec3 .wrap .box .line:nth-child(5) .item {
    width: 100%;
    /* padding: .67708vw 1.97917vw */
}

.sec3 .wrap .box .line:nth-child(6) .item {
    width: 100%;
    /* padding: .20833vw .83333vw */
}

/* .sec3 .wrap .box .line:nth-child(7) {
    transform: translateY(-15.625vw)
} */

.sec3 .wrap .box .line:nth-child(7) .item {
    width: 100%;
    /* padding: .3125vw 1.5625vw */
}

.sec4 {
    padding: 5.20833vw 0;
    position: relative
}

.sec4 .bg {
    width: 91.25vw;
    position: absolute;
    top: 1.04167vw;
    left: 0;
    z-index: -1;
    opacity: 0.4
}

.sec4 .bg img {
    display: block;
    width: 100%
}

.sec4 .wrap {
    width: 84.375vw;
    border-radius: 1.875vw;
    background: rgba(242, 238, 254, 0.6);
    margin: 0 auto;
    padding: 3.125vw 0;
    overflow: hidden
}

.sec4 .wrap .title {
    color: #111;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3.95833vw
}

.sec4 .wrap .swiper_control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.125vw;
    margin-top: 5.46875vw
}

.sec4 .wrap .swiper_control .swiper-pagination {
    width: fit-content;
    display: flex;
    gap: 1.04167vw;
    position: unset
}

.sec4 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: .625vw;
    height: .625vw;
    border-radius: .625vw;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    margin: 0;
    cursor: pointer;
    transition: 0.6s
}

.sec4 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%)
}

.sec4 .wrap .swiper_control .prev,
.sec4 .wrap .swiper_control .next {
    width: 3.125vw;
    height: 3.125vw;
    cursor: pointer;
    transition: 0.6s;
    background: url(/images/left.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.04167vw
}

.sec4 .wrap .swiper_control .prev img,
.sec4 .wrap .swiper_control .next img {
    display: block;
    width: .41667vw;
    transition: all 600ms
}

.sec4 .wrap .swiper_control .prev:hover,
.sec4 .wrap .swiper_control .next:hover {
    box-shadow: 0 4px 20px 0 rgba(102, 51, 238, 0.4)
}

.sec4 .wrap .swiper_control .prev:hover img {
    transform: translate(-.10417vw, -.10417vw) rotate(45deg)
}

.sec4 .wrap .swiper_control .next img {
    transform: rotateY(180deg)
}

.sec4 .wrap .swiper_control .next:hover img {
    transform: translate(.10417vw, -.10417vw) rotateY(180deg) rotate(45deg)
}

.sec4 .wrap .swiper {
    width: 18.80208vw;
    overflow: unset
}

.sec4 .wrap .swiper .swiper-slide {
    overflow: unset !important
}

.sec4 .wrap .swiper .swiper-slide .img {
    display: block;
    transition: 0.4s;
    opacity: 0;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.sec4 .wrap .swiper .swiper-slide .img::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/ab.png);
    background-size: 100% 100%;
    z-index: 5
}

.sec4 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    transition: 0.8s;
    height: 18.75vw;
    border-radius: 12px;
    object-fit: cover;
}

.sec4 .wrap .swiper .swiper-slide .img:hover img {
    transform: scale(1.1)
}

.sec4 .wrap .swiper .swiper-slide-active .img {
    opacity: 1
}

.sec4 .wrap .swiper .swiper-slide-next .img {
    transform: translate(-2.60417vw, 2.08333vw) scale(0.95);
    opacity: 0.9
}

.sec4 .wrap .swiper .swiper-slide-prev .img {
    transform: translate(2.60417vw, 2.08333vw) scale(0.95);
    opacity: 0.9
}

.sec4 .wrap .swiper .prev .img {
    transform: translate(4.0625vw, 6.82292vw) scale(0.7);
    opacity: 0.8
}

.sec4 .wrap .swiper .next .img {
    transform: translate(-4.0625vw, 6.82292vw) scale(0.7);
    opacity: 0.8
}

.sec5 {
    position: relative
}

.sec5 .bg {
    width: 53.48958vw;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 1.5625vw;
    opacity: 0.4
}

.sec5 .bg img {
    display: block;
    width: 100%
}

.sec5 .wrap {
    width: 84.375vw;
    border-radius: 1.875vw;
    background: rgba(242, 238, 254, 0.6);
    margin: 0 auto;
    padding: 3.125vw 0;
    overflow: hidden;
    position: relative
}

.sec5 .wrap .bg1 {
    position: absolute;
    width: 100%;
    top: 8.64583vw
}

.sec5 .wrap .bg1 img {
    display: block;
    width: 100%
}

.sec5 .wrap .title {
    color: #111;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.45833vw
}

.sec5 .wrap .swiper {
    width: 56.66667vw;
    margin: 0 0 0 4.6875vw;
    height: 24.47917vw;
    overflow: unset
}

.sec5 .wrap .swiper .swiper-slide .slide_box {
    height: 18.75vw;
    position: relative;
    padding: 1.875vw 2.29167vw 0;
    margin: 2.55208vw 0 0;
    transition: 0.6s;
    border-radius: 1.04167vw
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_title {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    margin-bottom: 1.82292vw
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_title .avatar {
    width: 4.58333vw;
    height: 4.58333vw;
    border-radius: 50%;
    overflow: hidden
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_title .avatar img {
    display: block;
    width: 100%;
    height: 100%
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_title .slide_title_r .name {
    color: #000;
    font-weight: 500;
    line-height: 150%;
    transition: 0.6s
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_title .slide_title_r .pos {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 150%;
    margin: .52083vw 0 0
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_text {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 150%
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_bg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s
}

.sec5 .wrap .swiper .swiper-slide .slide_box .slide_bg img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.sec5 .wrap .swiper .swiper-slide .slide_box:hover {
    box-shadow: 0 .20833vw 1.5625vw 0 rgba(102, 51, 238, 0.4)
}

.sec5 .wrap .swiper .swiper-slide .slide_box:hover .slide_title .slide_title_r .name {
    color: #63E
}

.sec5 .wrap .swiper .swiper-slide .slide_box:hover .slide_bg img:nth-child(1) {
    opacity: 0
}

.sec5 .wrap .swiper .swiper-slide .slide_box:hover .slide_bg img:nth-child(2) {
    opacity: 1
}

.sec5 .wrap .swiper .swiper-slide.swiper-slide-active .slide_box {
    margin: 0
}

.sec5 .wrap .swiper .swiper-slide.swiper-slide-next .slide_box {
    margin: 5.67708vw 0 0
}

.sec5 .wrap .swiper_control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.125vw;
    margin-top: 2.29167vw
}

.sec5 .wrap .swiper_control .swiper-pagination {
    width: fit-content;
    display: flex;
    gap: 1.04167vw;
    position: unset
}

.sec5 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: .625vw;
    height: .625vw;
    border-radius: .625vw;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    margin: 0;
    cursor: pointer;
    transition: 0.6s
}

.sec5 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%)
}

.sec5 .wrap .swiper_control .prev,
.sec5 .wrap .swiper_control .next {
    width: 3.125vw;
    height: 3.125vw;
    cursor: pointer;
    transition: 0.6s;
    background: url(/images/left.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.04167vw
}

.sec5 .wrap .swiper_control .prev img,
.sec5 .wrap .swiper_control .next img {
    display: block;
    width: .41667vw;
    transition: all 600ms
}

.sec5 .wrap .swiper_control .prev:hover,
.sec5 .wrap .swiper_control .next:hover {
    box-shadow: 0 4px 20px 0 rgba(102, 51, 238, 0.4)
}

.sec5 .wrap .swiper_control .prev:hover img {
    transform: translate(-.10417vw, -.10417vw) rotate(45deg)
}

.sec5 .wrap .swiper_control .next img {
    transform: rotateY(180deg)
}

.sec5 .wrap .swiper_control .next:hover img {
    transform: translate(.10417vw, -.10417vw) rotateY(180deg) rotate(45deg)
}

.sec6 {
    padding: 7.08333vw 0 4.16667vw;
    /* overflow: hidden; */
    position: relative;
    z-index: 50;
}

.sec6 .bg {
    width: 77.86458vw;
    position: absolute;
    z-index: -1;
    opacity: 0.4
}

.sec6 .bg img {
    display: block;
    width: 100%
}

.sec6 .bg1 {
    right: 0;
    top: 1.5625vw
}

.sec6 .bg2 {
    width: 53.54167vw;
    top: 10.41667vw;
    left: 0
}

.sec6 .bg3 {
    width: 78.95833vw;
    top: 1.04167vw;
    left: 5.20833vw
}

.sec6 .title {
    color: #111;
    text-align: center;
    font-weight: 700;
    line-height: 1.5
}

.sec6 .map {
    width: 80.10417vw;
    margin: 5.26042vw auto 0;
    position: relative
}

.sec6 .map>img {
    display: block;
    width: 100%
}

.sec6 .map .dians {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.sec6 .map .dians .dian {
    position: absolute;
    cursor: pointer
}

.sec6 .map .dians .dian .dian_box {
    position: absolute;
    padding: 0 1.04167vw 0 0;
    top: -8.33333vw;
    right: 0;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none
}

.sec6 .map .dians .dian .dian_box .dian_content {
    width: 28.38542vw;
    height: 29.375vw;
    position: relative;
    border-radius: 1.04167vw;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 .20833vw 2.08333vw 0 rgba(102, 51, 238, 0.4);
    padding: 2.5vw
}

.sec6 .map .dians .dian .dian_box .dian_content:hover .img img {
    transform: scale(1.1)
}

.sec6 .map .dians .dian .dian_box .dian_content .dian_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.sec6 .map .dians .dian .dian_box .dian_content .dian_bg img {
    display: block;
    width: 100%;
    height: 100%
}

.sec6 .map .dians .dian .dian_box .dian_content .dian_title {
    color: #000;
    font-weight: 400;
    position: relative;
    z-index: 5
}

.sec6 .map .dians .dian .dian_box .dian_content .dian_title b {
    font-weight: 700
}

.sec6 .map .dians .dian .dian_box .dian_content .dian_text {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 150%;
    margin: 1.25vw 0 1.45833vw;
    position: relative;
    z-index: 5;
    max-height: 6.25vw;
    overflow-y: auto;
}

.sec6 .map .dians .dian .dian_box .dian_content .img {
    width: 100%;
    height: 11.875vw;
    overflow: hidden;
    position: relative;
    z-index: 5
}

.sec6 .map .dians .dian .dian_box .dian_content .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec6 .map .dians .dian .cir {
    width: .3125vw;
    height: .3125vw;
    border-radius: 50%;
    background: #63E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.sec6 .map .dians .dian .cir:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.04167vw;
    height: 1.04167vw;
    border-radius: 50%;
    background: linear-gradient(90deg, #c4adff, #63e);
    opacity: 0.4
}

.sec6 .map .dians .dian .star {
    background: transparent
}

.sec6 .map .dians .dian .star::after {
    display: none
}

.sec6 .map .dians .dian .star img {
    width: 1.35417vw;
    height: 1.35417vw;
    max-width: inherit
}

.sec6 .map .dians .dian:nth-child(1) {
    top: 8.85417vw;
    left: 8.54167vw
}

.sec6 .map .dians .dian:nth-child(1) .dian_box {
    left: 0;
    right: unset;
    padding: 0 0 0 1.04167vw
}

.sec6 .map .dians .dian:nth-child(2) {
    top: 23.90625vw;
    left: 21.04167vw
}

.sec6 .map .dians .dian:nth-child(2) .dian_box {
    top: -13.02083vw;
    left: 0;
    right: unset;
    padding: 0 0 0 1.04167vw
}

.sec6 .map .dians .dian:nth-child(3) {
    top: 8.33333vw;
    left: 26.82292vw
}

.sec6 .map .dians .dian:nth-child(4) {
    top: .88542vw;
    left: 29.0625vw
}

.sec6 .map .dians .dian:nth-child(5) {
    top: 16.25vw;
    left: 62.91667vw
}

.sec6 .map .dians .dian:nth-child(6) {
    top: 12.96875vw;
    left: 66.97917vw
}

.sec6 .map .dians .dian:hover .dian_box {
    opacity: 1;
    pointer-events: auto
}

@media screen and (max-width: 768px) {
        .dialog_pic .pic {
        padding: 8px 15px
    }

    .dialog_pic .pic img {
        width: 200px
    }
    .banner {
        margin: 80px 16px 0
    }

    .banner .bg {
        height: 280px;
        border-radius: 15px
    }

    .banner .text {
        top: 10px
    }

    .banner .text .p1 {
        font-size: 32px
    }

    .banner .text .p2 {
        font-size: 18px;
        margin: 8px
    }

    .banner .text .p3 {
        font-size: 14px;
        width: 80%;
        line-height: 1.5
    }

    .sec1 {
        padding: 60px 5vw;
        height: unset !important
    }

    .sec1 .title {
        font-size: 19px
    }

    .sec1 .fix {
        height: unset;
        position: unset;
        width: 100%;
        padding: 0;
        margin-top:0;
        margin-bottom: 0;
    }

    .sec1 .fix .wrap {
        width: 100%
    }

    .sec1 .fix .wrap .content {
        display: none
    }

    .sec1 .sec1_swiper {
        display: block !important;
        width: 100%
    }

    .sec1 .sec1_swiper .swiper-slide .part .part_r {
        width: 100%
    }

    .sec1 .sec1_swiper .swiper-slide .part .part_r .part_r_item {
        width: 100%;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid rgba(132, 85, 231, 0.2);
        background: rgba(255, 255, 255, 0.7)
    }

    .sec1 .sec1_swiper .swiper-slide .part .part_r .part_r_item .h5 {
        color: #1A1919;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 10px;
        font-size: 14px
    }

    .sec1 .sec1_swiper .swiper-slide .part .part_r .part_r_item ul li {
        color: #666;
        font-weight: 400;
        line-height: 150%;
        font-size: 12px
    }

    .sec1 .sec1_swiper .swiper-slide .part .part_r .part_r_item:not(:last-child) {
        margin-bottom: 15px
    }

    .sec1 .sec1_swiper .swiper-slide .part .part_l .year {
        margin-bottom: 20px
    }

    .sec1 .sec1_swiper .swiper-slide .part .part_l .year p {
        font-size: 22px;
        color: #8942FE;
        font-weight: 700;
        line-height: 150%
    }

    .sec1 .sec1_swiper .swiper-slide .part .part_l .line {
        display: none
    }

    .sec2 {
        padding: 60px 5vw 10px
    }

    .sec2 .bg {
        height: 100%;
        width: 100%
    }

    .sec2 .bg img {
        height: 100%;
        object-fit: cover
    }

    .sec2 .wrap {
        display: block;
        width: 100%;
        padding: 0
    }

    .sec2 .wrap .item {
        width: 100% !important;
        height: 70vw;
        border-radius: 8px;
        background: rgba(238, 237, 249, 0.5) !important;
        backdrop-filter: blur(20px) !important;
        box-shadow: 0 0 20px 0 rgba(102, 51, 238, 0.4) !important;
        margin-bottom: 20px;
        padding: 40px 0 0
    }

    .sec2 .wrap .item:after {
        height: 50vw;
        top: 10vw;
        opacity: 0.4 !important
    }

    .sec2 .wrap .item:before {
        height: 90%;
        border-radius: 8px;
        opacity: 0.4 !important
    }

    .sec2 .wrap .item .item_bg {
        display: none
    }

    .sec2 .wrap .item .icon {
        width: 120px;
        height: 120px
    }

    .sec3 {
        padding: 20px 5vw 10px
    }

    .sec3 .wrap {
        width: 100%;
        padding: 30px;
        border-radius: 10px
    }

    .sec3 .wrap .numList {
        gap: 15px;
        margin: 20px 0 40px
    }

    .sec3 .wrap .numList .item p {
        font-size: 12px
    }

    .sec3 .wrap .box {
        display: none
    }

    .sec3 .wrap .ph {
        display: flex !important;
        width: max-content;
        animation: img_go 80s infinite linear;
        gap: 20px;
    }

    .sec3 .wrap .ph .line {
        display: flex
    }

    .sec3 .wrap .ph .line .item {
        width: 100px;
        padding: 10px;
        background: #FFFFFF;
        margin-right: 20px
    }

    .sec4 {
        padding: 30px 5vw 50px
    }

    .sec4 .wrap {
        width: 100%;
        padding: 20px;
        border-radius: 10px
    }

    .sec4 .wrap .title {
        margin-bottom: 50px
    }

    .sec4 .wrap .swiper {
        width: 100%
    }

    .sec4 .wrap .swiper .swiper-slide .img {
        transform: unset !important;
        opacity: unset !important
    }

    .sec4 .wrap .swiper .swiper-slide .img img {
        height: 224px
    }

    .sec4 .wrap .swiper_control {
        gap: 20px;
        margin: 30px 0 0
    }

    .sec4 .wrap .swiper_control .prev,
    .sec4 .wrap .swiper_control .next {
        width: 30px;
        height: 30px;
        border-radius: 12px
    }

    .sec4 .wrap .swiper_control .prev img,
    .sec4 .wrap .swiper_control .next img {
        width: 5px
    }

    .sec4 .wrap .swiper_control .swiper-pagination {
        gap: 6px
    }

    .sec4 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 8px
    }

    .sec5 {
        padding: 10px 5vw
    }

    .sec5 .wrap {
        width: 100%;
        padding: 20px;
        border-radius: 10px
    }

    .sec5 .wrap .bg1 {
        left: 0;
        top: 80px
    }

    .sec5 .wrap .title {
        margin-bottom: 50px
    }

    .sec5 .wrap .swiper {
        width: 100%;
        height: unset;
        margin: 0
    }

    .sec5 .wrap .swiper .swiper-slide .slide_box {
        height: unset;
        margin: 0 !important;
        padding: 20px;
        border-radius: 10px;
        background: #FFFFFF;
        border: 1px solid #8A43FE
    }

    .sec5 .wrap .swiper .swiper-slide .slide_box .slide_bg {
        display: none
    }

    .sec5 .wrap .swiper .swiper-slide .slide_box .slide_title {
        gap: 10px;
        margin-bottom: 10px
    }

    .sec5 .wrap .swiper .swiper-slide .slide_box .slide_title .avatar {
        width: 50px;
        height: 50px
    }

    .sec5 .wrap .swiper .swiper-slide .slide_box .slide_title .slide_title_r .name {
        font-size: 18px
    }

    .sec5 .wrap .swiper .swiper-slide .slide_box .slide_title .slide_title_r .pos {
        font-size: 15px
    }

    .sec5 .wrap .swiper_control {
        gap: 20px;
        margin: 30px 0 0
    }

    .sec5 .wrap .swiper_control .prev,
    .sec5 .wrap .swiper_control .next {
        width: 30px;
        height: 30px;
        border-radius: 12px
    }

    .sec5 .wrap .swiper_control .prev img,
    .sec5 .wrap .swiper_control .next img {
        width: 5px
    }

    .sec5 .wrap .swiper_control .swiper-pagination {
        gap: 10px
    }

    .sec5 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 8px
    }

    .sec6 {
        padding: 40px 5vw
    }

    .sec6 .title {
        margin-bottom: 40px
    }

    .sec6 .map .dians .dian .cir {
        width: 4px;
        height: 4px
    }

    .sec6 .map .dians .dian .cir:after {
        width: 12px;
        height: 12px
    }

        .sec6 .map .dians .dian .star img {
        width: 16px;
        height: 16px
    }

    .sec6 .map .dians .dian .dian_box {
        display: none
    }

    .sec6 .swiper {
        display: block !important;
        margin: 30px 0 0
    }

    .sec6 .swiper .swiper-slide .dian_content {
        width: 100%;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border: 1px solid #8A43FE
    }

    .sec6 .swiper .swiper-slide .dian_content .dian_bg {
        display: none
    }

    .sec6 .swiper .swiper-slide .dian_content .dian_title {
        color: #000;
        font-weight: 400;
        position: relative;
        z-index: 5;
        font-size: 16px
    }

    .sec6 .swiper .swiper-slide .dian_content .dian_title b {
        font-weight: 700
    }

    .sec6 .swiper .swiper-slide .dian_content .dian_text {
        color: rgba(0, 0, 0, 0.6);
        font-weight: 400;
        line-height: 150%;
        margin: 10px 0 15px 0;
        position: relative;
        z-index: 5;
        font-size: 12px
    }

    .sec6 .swiper .swiper-slide .dian_content .img {
        width: 100%;
        height: 150px;
        overflow: hidden;
        position: relative;
        z-index: 5
    }

    .sec6 .swiper .swiper-slide .dian_content .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1s
    }
}

@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}