@font-face {
    font-family: 'MiSans';
    src: url(../fonts/MiSans-Thin.otf)
}

.about1 {
    position: relative
}

.about1 .wrap .img {
    width: 100%
}

.about1 .wrap .position {
    position: absolute;
    width: 1480px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.about1 .wrap .position .l {
    width: 604px
}

.about1 .wrap .position .l img {
    width: 100%
}

.about1 .wrap .position .r {
    text-align: right
}

.about1 .wrap .position .r .title {
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    /*margin: 0 0 57px*/
}

.about1 .wrap .position .r .dis {
    width: 607px;
    display: flex;
    justify-content: space-between
}

.about1 .wrap .position .r .dis .list {
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    position: relative
}

.about1 .wrap .position .r .dis .list:after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0;
    transition: .6s ease
}

.about1 .wrap .position .r .dis .list.on:after, .about1 .wrap .position .r .dis .list:hover:after {
    opacity: 1
}

.about2 {
    padding: 196px 0 126px
}

.about2 .wrap {
    width: 1480px;
    margin: auto
}

.about2 .wrap .top {
    display: flex;
    justify-content: space-between
}

.about2 .wrap .top .l .eng {
    font-family: 'MiSans', sans-serif;
    font-weight: 100;
    font-size: 60px;
    color: rgba(26, 26, 26, 0.5);
    line-height: 42px;
    margin: 0 0 29px;
    text-transform: uppercase
}

.about2 .wrap .top .l .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A
}

.about2 .wrap .top .r {
    width: 723px;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 42px
}

.about2 .wrap .figure {
    width: 100%;
    margin: 132px 0 0 0;
    display: flex;
    justify-content: space-between
}

.about2 .wrap .figure .item .dis {
    display: flex;
    align-items: center;
    margin: 0 0 29px;
    gap: 0 10px
}

.about2 .wrap .figure .item .dis .icon {
    width: 25px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.about2 .wrap .figure .item .dis .icon img {
    object-fit: contain
}

.about2 .wrap .figure .item .dis p {
    font-weight: 400;
    font-size: 16px;
    color: #666666
}

.about2 .wrap .figure .item span {
    font-weight: 600;
    font-size: 64px;
    color: #1A1A1A;
    position: relative;
    width: fit-content
}

.about2 .wrap .figure .item span:after {
    content: attr(data-text);
    position: absolute;
    left: calc(100% + 10px);
    top: 20px;
    font-family: 'MiSans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #969696
}

.about2 .wrap .content {
    margin: 90px 0 0 0;
    position: relative
}

.about2 .wrap .content .position {
    bottom: 23px;
    left: 25px;
    position: absolute;
    z-index: 4;
    display: flex;
    gap: 0 19px
}

.about2 .wrap .content .position .item {
    width: 200px;
    height: 115px;
    background: rgba(255, 255, 255, 0.4);
    padding: 18px 10px 0 31px;
    backdrop-filter: blur(10px);
    border: 1px solid transparent;
    cursor: pointer;
    transition: .6s ease
}

.about2 .wrap .content .position .item.on {
    background: transparent;
    backdrop-filter: blur(0);
    border: 1px solid #FFFFFF
}

.about2 .wrap .content .position .item .num {
    font-family: 'MiSans', sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 16px
}

.about2 .wrap .content .position .item .p1 {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF
}

.about2 .wrap .content .con_main .matter {
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: 1s
}

.about2 .wrap .content .con_main .matter.on {
    opacity: 1;
    pointer-events: auto
}

.about2 .wrap .content .con_main .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.about2 .wrap .content .con_main .matter .abSwiper {
    width: 100%;
    height: 680px;
    border-radius: 10px;
    overflow: hidden
}

.about2 .wrap .content .con_main .matter .abSwiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.about2 .wrap .content .con_main .matter .button {
    position: absolute;
    padding: 0 60px;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    pointer-events: none
}

.about2 .wrap .content .con_main .matter .button .circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: .6s ease
}

.about2 .wrap .content .con_main .matter .button .circle:hover {
    background: #0064D3;
    border: 1px solid transparent
}

.about2 .wrap .content .con_main .matter .button .circle:first-child {
    transform: rotate(180deg)
}

.about2 .wrap .content .con_main .matter .button .circle .iconfont {
    color: #FFFFFF;
    font-size: 16px
}

.about3 {
    position: relative;
    background: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.about3 canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh !important
}

.about3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.about3 .bg .bg_list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .6s ease;
    pointer-events: none
}

.about3 .bg .bg_list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    backdrop-filter: blur(70px)
}

.about3 .bg .bg_list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
    z-index: 2
}

.about3 .bg .bg_list img {
    width: 100%;
    height: 100%
}

.about3 .bg .bg_list.on {
    opacity: 1;
    pointer-events: auto
}

.about3 .wrap {
    width: 1480px;
    margin: auto;
    transform: translateY(-80px);
}

.about3 .wrap .title .eng {
    font-family: 'MiSans', sans-serif;
    font-weight: 100;
    font-size: 42px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 42px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.about3 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFF
}


.about3 .wrap .content {
    margin: 56px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.about3 .wrap .content .l {
    margin: 0 160px 0 0
}

.about3 .wrap .content .l .l_list {
    display: none;
    /*width: 270px;*/
    width: 420px;
}

.about3 .wrap .content .l .l_list.on {
    display: block
}

.about3 .wrap .content .l .l_list .p1 {
    font-weight: bold;
    font-size: 52px;
    color: #FFFFFF;
    margin: 0 0 22px
}

.about3 .wrap .content .l .l_list .p2 {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF
}

.about3 .wrap .content .ab3Swiper {
    width: 770px;
    height: 430px
}
.about3 .wrap .content .ab3Swiper .swiper-slide{
    opacity: 0!important;
    transition: 1s;
}



.about3 .wrap .content .ab3Swiper .swiper-slide-active{
    opacity: 1!important;
}

.about3 .wrap .content .ab3Swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.about3 .wrap .content .swiper-pagination {
    width: fit-content;
    position: static
}

.about3 .wrap .content .swiper-pagination span {
    width: 6px;
    height: 13px;
    border: 1px solid #FFFFFF;
    display: block;
    transition: .6s ease;
    cursor: pointer;
    opacity: 1 !important;
    margin: 0 0 10px !important;
    background: transparent;
    border-radius: unset
}

.about3 .wrap .content .swiper-pagination span:last-child {
    margin: 0 !important
}

.about3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
    height: 30px;
    background: #FFFFFF
}

.about4 {
    padding: 125px 0 130px
}
.about4 .wrap .content .center:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
}

.about4 .center .move{
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 1;
}
.about4 .center .move.on .color1{
    background: var(--color);
    opacity: .8;
}
.about4 .center .move.on .color2{
    background: var(--color);
}
.about4 .center .move .color1{
    width: 17px;
    height: 58px;
    background: #E8E8E8;
    clip-path: polygon(0 0,10px 0,100% 9px,100% calc(100% - 9px),calc(100% - 7px) 100%,0 100%, 0 0);
    transition: .3s ease;
}
.about4 .center .move .color2{
    width: 4px;
    height: 40px;
    background: #C9C9C9;
    clip-path: polygon(0 0,100% 5px,100% calc(100% - 5px),0 100%, 0 0);
    transition: .3s ease;
}
.about4 .wrap {
    width: 1600px;
    margin: auto
}

.about4 .wrap .title {
    text-align: center
}

.about4 .wrap .title .eng {
    font-family: 'MiSans', sans-serif;
    font-weight: 100;
    font-size: 60px;
    color: rgba(26, 26, 26, 0.5);
    line-height: 42px;
    margin: 0 0 12px;
    text-transform: uppercase
}

.about4 .wrap .title .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A
}

.about4 .wrap .content {
    margin: 20px 0 0 0;
    position: relative
}
.about4 .wrap .content .button {
    position: absolute;
    padding: 0 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1110px;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    pointer-events: none
}

.about4 .wrap .content .button  .circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(0, 100, 211, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: .6s ease
}

.about4 .wrap .content .button  .circle:hover {
    background: #0064D3;
    border: 1px solid transparent
}
.about4 .wrap .content .button  .circle:hover .iconfont{
    color: #fff;
}

.about4 .wrap .content .button  .circle:first-child {
    transform: rotate(180deg)
}

.about4 .wrap .content .button .circle .iconfont {
    color: rgba(0, 100, 211, 0.4);
    font-size: 18px;
    transition: .6s ease;
}

/**/
.about4 .wrap .content .cutSwiper {
    position: absolute;
    right: -350px;
    top: 48%;
    transform: translateY(-50%);
    cursor: pointer
}

.about4 .wrap .content .cutSwiper.prevSwiper {
    right: unset;
    left: -350px
}

.about4 .wrap .content .cutSwiper .item {
    text-align: center;
    opacity: .3
}

.about4 .wrap .content .cutSwiper .item .year {
    font-weight: 600;
    font-size: 65px;
    color: #0064D3
}

.about4 .wrap .content .cutSwiper .item .red {
    font-weight: 800;
    font-size: 28px;
    color: #0064D3;
    margin: 0 0 18px
}

.about4 .wrap .content .cutSwiper .item .p1 {
    width: 366px;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 28px;
    margin: 0 auto 30px
}

.about4 .wrap .content .cutSwiper .item .img {
    width: 308px;
    height: 173px;
    margin: auto
}

.about4 .wrap .content .cutSwiper .item .img img {
    width: 100%;
    height: 100%
}

.about4 .wrap .content .ab4Swiper {
    width: 343px;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    position: absolute;
    pointer-events: none;
    z-index: 5;
}
.about4 .wrap .content .ab4Swiper .swiper-slide{
    pointer-events: none!important;
}


.about4 .wrap .content .ab4Swiper .swiper-slide.swiper-slide-active .item .year, .about4 .wrap .content .ab4Swiper .swiper-slide.swiper-slide-active .item .red, .about4 .wrap .content .ab4Swiper .swiper-slide.swiper-slide-active .item .p1, .about4 .wrap .content .ab4Swiper .swiper-slide.swiper-slide-active .item .img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.about4 .wrap .content .ab4Swiper .swiper-slide.swiper-slide-active .item .red {
    transition-delay: 400ms
}

.about4 .wrap .content .ab4Swiper .swiper-slide.swiper-slide-active .item .p1 {
    transition-delay: 500ms
}

.about4 .wrap .content .ab4Swiper .swiper-slide.swiper-slide-active .item .img {
    transition-delay: 600ms
}

.about4 .wrap .content .ab4Swiper .swiper-slide .item {
    text-align: center
}

.about4 .wrap .content .ab4Swiper .swiper-slide .item .year {
    font-weight: 600;
    font-size: 65px;
    color: #0064D3;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 300ms, transform 600ms 300ms
}

.about4 .wrap .content .ab4Swiper .swiper-slide .item .red {
    font-weight: 800;
    font-size: 28px;
    color: #0064D3;
    margin: 0 0 18px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 300ms, transform 600ms 400ms
}

.about4 .wrap .content .ab4Swiper .swiper-slide .item .p1 {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 28px;
    margin: 0 auto 30px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 300ms, transform 600ms 500ms
}

.about4 .wrap .content .ab4Swiper .swiper-slide .item .img {
    width: 308px;
    height: 173px;
    margin: auto;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 300ms, transform 600ms 600ms
}

.about4 .wrap .content .ab4Swiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%
}

.about4 .wrap .content .center {
    width: 600px;
    height: 600px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.about4 .wrap .content .center:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #EDEDED;
    z-index: 3;
    pointer-events: none
}

.about4 .wrap .content .center svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    clip-path: circle(264px at 50% 50%);
    position: relative;
    z-index: 2
}

.about4 .wrap .content .center svg .back {
    stroke: #A5A5A5
}

.about4 .wrap .content .center svg .front {
    stroke: #0064D3
}

.about4 .wrap .yearSwiper {
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1
}

.about4 .wrap .yearSwiper:after {
    content: '';
    position: absolute;
    width: 1555px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    z-index: -1;
    background: #E2E2E2
}

.about4 .wrap .yearSwiper .swiper-slide {
    cursor: pointer
}

.about4 .wrap .yearSwiper .swiper-slide.swiper-slide-thumb-active .item p {
    color: #013D97
}

.about4 .wrap .yearSwiper .swiper-slide.swiper-slide-thumb-active .item .circle {
    background: #013D97
}

.about4 .wrap .yearSwiper .swiper-slide .item {
    text-align: center
}

.about4 .wrap .yearSwiper .swiper-slide .item p {
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    transition: .6s ease
}

.about4 .wrap .yearSwiper .swiper-slide .item .circle {
    width: 8px;
    height: 8px;
    background: #B9B9B9;
    border-radius: 50%;
    margin: 10px auto 0;
    transition: .6s ease
}

.about5 {
    position: relative;
    z-index: 3;
    padding: 120px 0
}

.about5 .yun {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    z-index: 1
}

.about5 .wrap {
    width: 1820px;
    margin: auto;
    position: relative;
    z-index: 2
}

.about5 .wrap .title {
    text-align: center
}

.about5 .wrap .title .eng {
    font-family: 'MiSans', sans-serif;
    font-weight: 100;
    font-size: 60px;
    color: rgba(26, 26, 26, 0.5);
    line-height: 42px;
    margin: 0 0 29px;
    text-transform: uppercase
}

.about5 .wrap .title .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A
}

.about5 .wrap .p2 {
    margin: 72px 0 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 42px
}

.about5 .wrap .content {
    margin: 113px 0 0 0
}

.about5 .wrap .content .zzSwiper {
    width: 100%
}

.about5 .wrap .content .zzSwiper .swiper-slide .item .img {
    width: 254px;
    height: 267px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: auto
}

.about5 .wrap .content .zzSwiper .swiper-slide .item .img img {
    object-fit: contain
}

.about5 .wrap .content .zzSwiper .swiper-slide .item .img2 {
    width: 321px
}

.about5 .wrap .content .zzSwiper .swiper-slide .item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px
}

.about5 .wrap .content .zzSwiper .swiper-slide .item .text span {
    width: 5px;
    height: 5px;
    background: #7B7B7B;
    border-radius: 50%
}

.about5 .wrap .content .zzSwiper .swiper-slide .item .text p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 10px
}

@keyframes scaleAnimate {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: .7
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
}

.about6 {
    position: relative;
    padding: 120px 0;
    z-index: 2
}

.about6 .wrap {
    width: 1379px;
    margin: auto
}

.about6 .wrap .title {
    text-align: center
}

.about6 .wrap .title .eng {
    font-family: 'MiSans', sans-serif;
    font-weight: 100;
    font-size: 60px;
    color: rgba(26, 26, 26, 0.5);
    line-height: 42px;
    margin: 0 0 29px;
    text-transform: uppercase
}

.about6 .wrap .title .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A
}

.about6 .wrap .content {
    position: relative
}

.about6 .wrap .content .map {
    width: 100%
}

.about6 .wrap .content .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none
}

.about6 .wrap .content .position .point1 {
    top: 319px;
    left: 1079px
}

.about6 .wrap .content .position .point2 {
    top: 346px;
    left: 1086px
}

.about6 .wrap .content .position .point3 {
    top: 414px;
    left: 1026px
}

.about6 .wrap .content .position .point3 .hide .joke {
    left: -66px !important
}

.about6 .wrap .content .position .point {
    position: absolute;
    cursor: pointer;
    pointer-events: auto
}

.about6 .wrap .content .position .point:hover .show p {
    color: #013D97
}

.about6 .wrap .content .position .point:hover .hide {
    pointer-events: auto
}

.about6 .wrap .content .position .point:hover .hide .joke .dis .line {
    transform: scaleX(1);
    transition-delay: unset
}

.about6 .wrap .content .position .point:hover .hide .joke .dis span {
    opacity: 1;
    transition-delay: 0.3s
}

.about6 .wrap .content .position .point:hover .hide .joke .text {
    transition-delay: .4s;
    opacity: 1
}

.about6 .wrap .content .position .point.big .show .circle {
    width: 20px;
    height: 20px
}

.about6 .wrap .content .position .point.big .show .circle:after, .about6 .wrap .content .position .point.big .show .circle:before {
    width: 100px;
    height: 100px
}

.about6 .wrap .content .position .point.big .show .circle div {
    width: 8px;
    height: 8px
}

.about6 .wrap .content .position .point.on .show p {
    color: #013D97
}

.about6 .wrap .content .position .point .show {
    display: flex;
    align-items: center
}

.about6 .wrap .content .position .point .show .circle {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #013D97;
    margin: 0 27px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.about6 .wrap .content .position .point .show .circle:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    border: 2px solid #013D97;
    opacity: .7;
    transform: translate(-50%, -50%) scale(0.2);
    z-index: -1;
    animation: scaleAnimate 2s linear infinite;
    border-radius: 50%;
    pointer-events: none
}

.about6 .wrap .content .position .point .show .circle:before {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    border: 2px solid #013D97;
    opacity: .7;
    transform: translate(-50%, -50%) scale(0.2);
    z-index: -1;
    animation: scaleAnimate 2s linear infinite;
    animation-delay: 1s;
    border-radius: 50%;
    pointer-events: none
}

.about6 .wrap .content .position .point .show .circle div {
    width: 5px;
    height: 5px;
    background: #013D97;
    border-radius: 50%
}

.about6 .wrap .content .position .point .show p {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    transition: .6s ease;
    flex: 1;
    white-space: nowrap;
}

.about6 .wrap .content .position .point .hide {
    position: absolute;
    left: 100%;
    top: 0;
    pointer-events: none
}

.about6 .wrap .content .position .point .hide .joke {
    display: flex;
    position: relative;
    top: 8px;
    left: -37px
}

.about6 .wrap .content .position .point .hide .joke .dis {
    display: flex;
    align-items: center;
    height: fit-content;
    margin: 14px 10px 0 0
}

.about6 .wrap .content .position .point .hide .joke .dis .line {
    width: 92px;
    height: 1px;
    background: #013D97;
    transition: .3s linear;
    transform-origin: left;
    transform: scaleX(0);
    transition-delay: .3s
}

.about6 .wrap .content .position .point .hide .joke .dis span {
    width: 5px;
    height: 5px;
    background: #013D97;
    border-radius: 50%;
    opacity: 0;
    transition: .3s linear
}

.about6 .wrap .content .position .point .hide .joke .text {
    opacity: 0;
    transition: .6s ease
}

.about6 .wrap .content .position .point .hide .joke .text .list {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    cursor: pointer;
    transition: .6s ease;
    white-space: nowrap
}

.about6 .wrap .content .position .point .hide .joke .text .list.on {
    color: #013D97
}

.about6 .wrap .content .position2 {
    position: absolute;
    top: 39px;
    left: -51px;
    z-index: 6
}

.about6 .wrap .content .position2 .item {
    width: 513px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px 30px 36px 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, transform .6s .3s;
    transform: translateY(15px)
}

.about6 .wrap .content .position2 .item.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .3s
}

.about6 .wrap .content .position2 .item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.about6 .wrap .content .position2 .item .p1 {
    font-weight: 600;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 30px
}

.about6 .wrap .content .position2 .item .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
    padding: 0 0 32px;
    margin: 0 0 30px;
    border-bottom: 1px solid #F6F6F6
}

.about6 .wrap .content .position2 .item .message {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 0 0
}

.about6 .wrap .content .position2 .item .message .list .dis {
    display: flex;
    align-items: center;
    margin: 0 0 12px
}

.about6 .wrap .content .position2 .item .message .list .dis svg {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0
}

.about6 .wrap .content .position2 .item .message .list .dis p {
    font-weight: 500;
    font-size: 16px;
    color: #888888
}

.about6 .wrap .content .position2 .item .message .list .a1 {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A
}

.about6 .wrap .content .position2 .item .img {
    width: 100%;
    height: 257px;
    overflow: hidden;
    margin: 50px 0 0 0;
    border-radius: 10px
}

.about6 .wrap .content .position2 .item .img:hover img {
    transform: scale(1.05)
}

.about6 .wrap .content .position2 .item .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.about_cut{
    /*position: sticky;*/
    /*position: -webkit-sticky;*/
    /*top: 77px;*/
    height: 88px;
    background: #fff;
    z-index: 9999;
}
.about_cut .wrap{
    width: 1480px;
    margin: auto;
    height: 100%;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
}
.about_cut .wrap a{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin: 0 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1919px) {
    .about1 .wrap .position{
        width: 77.0833333333vw;
        bottom: 3.6458333333vw;
    }
    .about1 .wrap .position .l{
        width: 31.4583333333vw;
    }
    .about1 .wrap .position .r .title{
        font-size: 2.9166666667vw;
    }
    .about1 .wrap .position .r .dis{
        width: 31.6145833333vw;
    }
    .about1 .wrap .position .r .dis .list{
        font-size: 0.9375vw;
    }
    .about1 .wrap .position .r .dis .list::after{
        bottom: -1.5104166667vw;
        width: 0.625vw;
        height: 0.625vw;
    }
    .about2{
        padding: 10.2083333333vw 0px 6.5625vw;
    }
    .about2 .wrap{
        width: 77.0833333333vw;
    }
    .about2 .wrap .top .l .eng{
        font-size: 3.125vw;
        line-height: 2.1875vw;
        margin: 0px 0px 1.5104166667vw;
    }
    .about2 .wrap .top .l .p1{
        font-size: 2.5vw;
    }
    .about2 .wrap .top .r{
        width: 37.65625vw;
        font-size: 0.9375vw;
        line-height: 2.1875vw;
    }
    .about2 .wrap .figure{
        margin: 6.875vw 0px 0px;
    }
    .about2 .wrap .figure .item .dis{
        margin: 0px 0px 1.5104166667vw;
        gap: 0px 0.5208333333vw;
    }
    .about2 .wrap .figure .item .dis .icon{
        width: 1.3020833333vw;
        height: 1.1458333333vw;
    }
    .about2 .wrap .figure .item .dis p{
        font-size: 0.8333333333vw;
    }
    .about2 .wrap .figure .item span{
        font-size: 3.3333333333vw;
    }
    .about2 .wrap .figure .item span::after{
        left: calc(100% + 0.5208333333vw);
        top: 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .about2 .wrap .content{
        margin: 4.6875vw 0px 0px;
    }
    .about2 .wrap .content .position{
        bottom: 1.1979166667vw;
        left: 1.3020833333vw;
        gap: 0px 0.9895833333vw;
    }
    .about2 .wrap .content .position .item{
        width: 10.4166666667vw;
        height: 5.9895833333vw;
        padding: 0.9375vw 0.5208333333vw 0px 1.6145833333vw;
        backdrop-filter: blur(0.5208333333vw);
    }
    .about2 .wrap .content .position .item .num{
        font-size: 1.25vw;
        margin: 0px 0px 0.8333333333vw;
    }
    .about2 .wrap .content .position .item .p1{
        font-size: 0.9375vw;
    }
    .about2 .wrap .content .con_main .matter .abSwiper{
        height: 35.4166666667vw;
        border-radius: 0.5208333333vw;
    }
    .about2 .wrap .content .con_main .matter .button{
        padding: 0px 3.125vw;
    }
    .about2 .wrap .content .con_main .matter .button .circle{
        width: 2.7083333333vw;
        height: 2.7083333333vw;
    }
    .about2 .wrap .content .con_main .matter .button .circle .iconfont{
        font-size: 0.8333333333vw;
    }
    .about3 .bg .bg_list::after{
        backdrop-filter: blur(3.6458333333vw);
    }
    .about3 .wrap{
        width: 77.0833333333vw;
        transform: translateY(-4.166666666666667vw);
    }
    .about3 .wrap .title .eng{
        font-size: 2.1875vw;
        line-height: 2.1875vw;
        margin: 0px 0px 0.5208333333333334vw;
    }
    .about3 .wrap .title .p1{
        font-size: 1.875vw;
    }
    .about3 .wrap .content{
        margin: 2.9166666667vw 0px 0px;
    }
    .about3 .wrap .content .l{
        margin: 0px 8.3333333333vw 0px 0px;
    }
    .about3 .wrap .content .l .l_list{
        width: 21.875vw;
    }
    .about3 .wrap .content .l .l_list .p1{
        font-size: 2.7083333333333335vw;
        margin: 0px 0px 1.1458333333vw;
    }
    .about3 .wrap .content .l .l_list .p2{
        font-size: 1.6666666666666667vw;
    }
    .about3 .wrap .content .ab3Swiper{
        width: 40.1041666667vw;
        height: 22.3958333333vw;
    }
    .about3 .wrap .content .swiper-pagination span{
        width: 0.3125vw;
        height: 0.6770833333vw;
        margin: 0px 0px 0.5208333333vw !important;
    }
    .about3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active{
        height: 1.5625vw;
    }
    .about4{
        padding: 6.5104166667vw 0px 6.7708333333vw;
    }
    .about4 .wrap{
        width: 83.3333333333vw;
    }
    .about4 .wrap .title .eng{
        font-size: 3.125vw;
        line-height: 2.1875vw;
        margin: 0px 0px 0.625vw;
    }
    .about4 .wrap .title .p1{
        font-size: 2.5vw;
    }
    .about4 .wrap .content{
        margin: 1.0416666667vw 0px 0px;
    }
    .about4 .wrap .content .button{
        padding: 0px 3.125vw;
        width: 57.8125vw;
    }
    .about4 .wrap .content .button .circle{
        width: 2.7083333333vw;
        height: 2.7083333333vw;
    }
    .about4 .wrap .content .button .circle .iconfont{
        font-size: 0.9375vw;
    }
    .about4 .wrap .content .cutSwiper{
        right: -18.2291666667vw;
    }
    .about4 .wrap .content .cutSwiper.prevSwiper{
        left: -18.2291666667vw;
    }
    .about4 .wrap .content .cutSwiper .item .year{
        font-size: 3.3854166667vw;
    }
    .about4 .wrap .content .cutSwiper .item .red{
        font-size: 1.4583333333vw;
        margin: 0px 0px 0.9375vw;
    }
    .about4 .wrap .content .cutSwiper .item .p1{
        width: 19.0625vw;
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
        margin: 0px auto 1.5625vw;
    }
    .about4 .wrap .content .cutSwiper .item .img{
        width: 16.0416666667vw;
        height: 9.0104166667vw;
    }
    .about4 .wrap .content .ab4Swiper{
        width: 17.8645833333vw;
    }
    .about4 .wrap .content .ab4Swiper .swiper-slide .item .year{
        font-size: 3.3854166667vw;
        transform: translateY(0.5208333333vw);
    }
    .about4 .wrap .content .ab4Swiper .swiper-slide .item .red{
        font-size: 1.4583333333vw;
        margin: 0px 0px 0.9375vw;
        transform: translateY(0.5208333333vw);
    }
    .about4 .wrap .content .ab4Swiper .swiper-slide .item .p1{
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
        margin: 0px auto 1.5625vw;
        transform: translateY(0.5208333333vw);
    }
    .about4 .wrap .content .ab4Swiper .swiper-slide .item .img{
        width: 16.0416666667vw;
        height: 9.0104166667vw;
        transform: translateY(0.5208333333vw);
    }
    .about4 .wrap .content .center{
        width: 31.25vw;
        height: 31.25vw;
    }
    .about4 .wrap .content .center svg{
        clip-path: circle(13.75vw at 50% 50%);
    }
    .about4 .wrap .yearSwiper{
        margin: 0.5208333333vw 0px 0px;
    }
    .about4 .wrap .yearSwiper::after{
        width: 80.9895833333vw;
        bottom: 0.15625vw;
    }
    .about4 .wrap .yearSwiper .swiper-slide .item p{
        font-size: 0.9375vw;
    }
    .about4 .wrap .yearSwiper .swiper-slide .item .circle{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        margin: 0.5208333333vw auto 0px;
    }
    .about5{
        padding: 6.25vw 0px;
    }
    .about5 .yun{
        bottom: -2.34375vw;
    }
    .about5 .wrap{
        width: 94.7916666667vw;
    }
    .about5 .wrap .title .eng{
        font-size: 3.125vw;
        line-height: 2.1875vw;
        margin: 0px 0px 1.5104166667vw;
    }
    .about5 .wrap .title .p1{
        font-size: 2.5vw;
    }
    .about5 .wrap .p2{
        margin: 3.75vw 0px 0px;
        font-size: 1.6666666667vw;
        line-height: 2.1875vw;
    }
    .about5 .wrap .content{
        margin: 5.8854166667vw 0px 0px;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .img{
        width: 13.2291666667vw;
        height: 13.90625vw;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .img2{
        width: 16.71875vw;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .text{
        margin-top: -1.5625vw;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .text span{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .text p{
        font-size: 0.8333333333vw;
        margin: 0px 0.5208333333vw;
    }
    .about6{
        padding: 6.25vw 0px;
    }
    .about6 .wrap{
        width: 71.8229166667vw;
    }
    .about6 .wrap .title .eng{
        font-size: 3.125vw;
        line-height: 2.1875vw;
        margin: 0px 0px 1.5104166667vw;
    }
    .about6 .wrap .title .p1{
        font-size: 2.5vw;
    }
    .about6 .wrap .content .position .point1{
        top: 16.6145833333vw;
        left: 56.1979166667vw;
    }
    .about6 .wrap .content .position .point2{
        top: 18.0208333333vw;
        left: 56.5625vw;
    }
    .about6 .wrap .content .position .point3{
        top: 21.5625vw;
        left: 53.4375vw;
    }
    .about6 .wrap .content .position .point3 .hide .joke{
        left: -3.4375vw !important;
    }
    .about6 .wrap .content .position .point.big .show .circle{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .about6 .wrap .content .position .point.big .show .circle::after, .about6 .wrap .content .position .point.big .show .circle::before{
        width: 5.2083333333vw;
        height: 5.2083333333vw;
    }
    .about6 .wrap .content .position .point.big .show .circle div{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .about6 .wrap .content .position .point .show .circle{
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        margin: 0px 1.40625vw 0px 0px;
    }
    .about6 .wrap .content .position .point .show .circle::after{
        width: 3.3854166667vw;
        height: 3.3854166667vw;
        border: 0.1041666667vw solid rgb(1, 61, 151);
    }
    .about6 .wrap .content .position .point .show .circle::before{
        width: 3.3854166667vw;
        height: 3.3854166667vw;
        border: 0.1041666667vw solid rgb(1, 61, 151);
    }
    .about6 .wrap .content .position .point .show .circle div{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }
    .about6 .wrap .content .position .point .show p{
        font-size: 0.8333333333vw;
    }
    .about6 .wrap .content .position .point .hide .joke{
        top: 0.4166666667vw;
        left: -1.9270833333vw;
    }
    .about6 .wrap .content .position .point .hide .joke .dis{
        margin: 0.7291666667vw 0.5208333333vw 0px 0px;
    }
    .about6 .wrap .content .position .point .hide .joke .dis .line{
        width: 4.7916666667vw;
    }
    .about6 .wrap .content .position .point .hide .joke .dis span{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }
    .about6 .wrap .content .position .point .hide .joke .text .list{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .about6 .wrap .content .position2{
        top: 2.03125vw;
        left: -2.65625vw;
    }
    .about6 .wrap .content .position2 .item{
        width: 26.71875vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2.0833333333vw 0px;
        border-radius: 0.4166666667vw;
        padding: 2.0833333333vw 1.5625vw 1.875vw;
        transform: translateY(0.78125vw);
    }
    .about6 .wrap .content .position2 .item .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .about6 .wrap .content .position2 .item .p2{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        padding: 0px 0px 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .about6 .wrap .content .position2 .item .message{
        padding: 0px 1.5625vw 0px 0px;
    }
    .about6 .wrap .content .position2 .item .message .list .dis{
        margin: 0px 0px 0.625vw;
    }
    .about6 .wrap .content .position2 .item .message .list .dis svg{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        margin: 0px 0.4166666667vw 0px 0px;
    }
    .about6 .wrap .content .position2 .item .message .list .dis p{
        font-size: 0.8333333333vw;
    }
    .about6 .wrap .content .position2 .item .message .list .a1{
        font-size: 0.9375vw;
    }
    .about6 .wrap .content .position2 .item .img{
        height: 13.3854166667vw;
        margin: 2.6041666667vw 0px 0px;
        border-radius: 0.5208333333vw;
    }
    .about_cut{
        height: 4.5833333333vw;
    }
    .about_cut .wrap{
        width: 77.0833333333vw;
    }
    .about_cut .wrap a{
        font-size: 0.9375vw;
        margin: 0px 2.6041666667vw 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .about1{
        margin: 60px 0 0 0;
    }
    .about1 .wrap .img {
        height: 350px;
    }
    .about1 .wrap .position {
        width: 90%;
        bottom: 20px;
    }
    .about1 .wrap .position .l{
        width: 50%;
    }
    .about1 .wrap .position .r .dis{
        display: none;
    }
    .about1 .wrap .position .r .title {
        font-size: 22px;
        margin: 0px 0px 20px;
    }
    .parallax{
        transform: none!important;
    }

    .about2 .wrap{
        width: 90%;
    }
    .about2 .wrap .top{
        flex-direction: column;
    }
    .about2 .wrap .top .l .eng{
        font-size: 24px;
        line-height: unset;
        margin: 0 0 10px;
    }
    .about2 .wrap .top .l .p1{
        font-size: 22px;
    }
    .about2 .wrap .top .r {
        width: 100%;
        font-size: 13px;
        line-height: 29px;
        margin: 25px 0 0 0;
    }

    .about2 .wrap .figure {
        gap: 20px;
        margin: 30px 0 0 0;
        flex-wrap: wrap;
        width: 100%;
        justify-content: unset;
    }

    .about2 .wrap .figure .item{
        width: 39%;
    }
    .about2 .wrap .figure .item span{
        font-size: 27px;
    }

    .about2 .wrap .figure .item .dis p{
        font-size: 12px;
    }
    .about2 .wrap .figure .item .dis .icon{
        width: 16px;
        height: 16px;
        margin: 0 10px 0 0;
    }

    .about2 .wrap .content .con_main .matter .abSwiper{
        height: auto;
    }

    .about2 .wrap .content .position{
        position: static;
        border-top: 1px solid rgba(0,0,0,.2);
        margin: 20px 0 0 0;
    }
    .about2 .wrap .content .position .item .num{
        display: none;
    }

    .about2 .wrap .content .position .item:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        top: -2px;
        left: 0;
        background: #0064D3;
        transform: scaleX(0);
        transform-origin: left;
        transition: .6s ease;
    }
    .about2 .wrap .content .position .item.on:after{
        transform: scaleX(1);
    }

    .about2 .wrap .content .position .item .p1{
        color: #000;
        width: 14.07766vw;
    }

    .about2 .wrap .content .position .item .num{
        font-size: 12px;
    }
    .about2 .wrap .content .position{
        flex-wrap: wrap;
        gap: 15px;
    }

    .about2 .wrap .content .con_main{
        position: relative;
    }
    .about2 .wrap .content .position .item .p1{
        font-size: 12px;
        text-align: center;
    }
    .about2 .wrap .content .position .item{
        width: fit-content;
        height: auto;
        padding: 16px 0 0;
        border: 1px solid transparent;
        position: relative;
    }

    .about2 .wrap .content .con_main .matter .abSwiper {
        height: 330px;
    }

    .about2 .wrap .content .con_main .matter .button .circle{
        width: 40px;
        height: 40px;
    }
    .about2 .wrap .content .con_main .matter .button .circle .iconfont{
        font-size: 15px;
    }
    .about2 .wrap .content .con_main .matter .button{
        top: 45%;
    }
    .about3 canvas{
        pointer-events: none;
    }
    .about3 .wrap{
        width: 90%;
        transform: translateY(0);
    }
    .about3 .wrap .title .eng{
        font-size: 24px;
        margin: 0 0 10px;
        line-height: unset;
    }
    .about3 .wrap .title .p1{
        font-size: 22px;
    }
    .about3 .wrap .content{
        margin: 20px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .about4 .wrap .content .button{
        display: none;
    }
    .about3 .wrap .content .l .l_list{
        width: 100%;
    }
    .about3 .wrap .content .l .l_list .p1{
        font-size: 17px;
        margin: 0 0 10px;
    }
    .about3 .wrap .content .l .l_list .p2{
        font-size: 12px;
    }
    .about3 .wrap .content .ab3Swiper {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }
    .about3 .wrap .content .swiper-pagination{
        display: flex;
        margin: 25px 0 0 0;
    }
    .about3 .wrap .content .swiper-pagination span{
        width: 15px;
        height: 4px!important;
        margin: 0 15px 0 0!important;
    }
    .about3 .wrap .content .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .about3 .wrap .content .swiper-pagination .swiper-pagination-bullet-active{
        width: 33px;
    }
    .about3{
        height: auto;
        padding: 75px 0;
    }

    .about3 canvas{
        height: 40vh!important;
    }
    .about4{
        padding: 65px 0;
    }
    .about4 .wrap .content .center{
        display: none;
    }
    .about4 .wrap .content .ab4Swiper{
        position: static;
        width: 100%;
        transform: none;
    }
    .about4 .wrap .content .cutSwiper{
        display: none!important;
    }
    .about4 .wrap .title .eng{
        font-size: 24px;
        margin: 0 0 10px;
        line-height: unset;
    }
    .about4 .wrap .title .p1{
        font-size: 22px;
    }
    .about4 .wrap .content{
        margin: 35px 0 0 0;
    }
    .about4 .wrap .content .ab4Swiper .swiper-slide .item .year{
        font-size: 35px;
    }
    .about4 .wrap .content .ab4Swiper .swiper-slide .item .red{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .about4 .wrap .content .ab4Swiper .swiper-slide .item .p1 {
        width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin: 0 auto 30px;
    }
    .about4 .wrap .content .ab4Swiper .swiper-slide .item .img{
        width: 100%;
        height: auto;
    }
    .about4 .wrap .yearSwiper .swiper-slide .item p{
        font-size: 16px;
    }
    .about4 .wrap .yearSwiper .swiper-slide .item .circle{
        width: 8px;
        height: 8px;
        margin: 10px auto 0;
    }
    .about4 .wrap .yearSwiper{
        margin: 25px 0 0 0;
    }
    .about4 .wrap .yearSwiper::after {
        width: 100vw;
        bottom: 3px;
    }

    .about5 .wrap .title .eng{
        font-size: 24px;
        margin: 0 0 10px;
        line-height: unset;
    }
    .about5 .wrap .title .p1{
        font-size: 22px;
    }
    .about5 .wrap .p2{
        margin: 15px 0 0 0;
        font-size: 13px;
        line-height: 25px;
    }
    .about5 .wrap .content{
        margin: 30px 0 0 0;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .img {
        width: 65%;
        height: 215px;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .img2 {
        width: 100%;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .text span{
        display: none;
    }
    .about5 .wrap .content .zzSwiper .swiper-slide .item .text p {
        font-size: 16px;
        margin: 0 10px;
        text-align: center;
        position: relative;
        top: -30px;
    }
    .about5 .yun {
        bottom: 0px;
        height: 50%;
    }
    .about5 .wrap{
        width: 90%;
    }
    .about5{
        padding: 50px 0;
    }
    .about6{
        padding: 50px 0;
    }
    .about6 .wrap .title .eng{
        font-size: 24px;
        margin: 0 0 10px;
        line-height: unset;
    }
    .about6 .wrap .title .p1{
        font-size: 22px;
    }
    .about6 .wrap .content{
        margin: 35px 0 0 0;
    }
    .about6 .wrap .content .map{
        display: none;
    }
    .about6 .wrap .content .position{
        display: none;
    }
    .about6 .wrap .content .position2{
        position: relative;
        top: 0;
        left: 0;
    }
    .about6 .wrap .content .position2 .item{
        width: 100%;
        padding: 22px 10px;
        border-radius: 12px;
    }

    .about6 .wrap .content .position2 .item .p1{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .about6 .wrap .content .position2 .item .p2{
        font-size: 13px;
        line-height: 25px;
        padding: 0 0 15px;
        margin: 0 0 25px;
    }
    .about6 .wrap{
        width: 90%;
    }
    .about6 .wrap .content .position2 .item .message .list:not(:last-child) {
        margin: 0 0 15px;
    }
    .about6 .wrap .content .position2 .item .message .list .dis{
        margin: 0 0 7px;
    }

    .about6 .wrap .content .position2 .item .message .list .dis p{
        font-size: 12px;
    }
    .about6 .wrap .content .position2 .item .message .list .dis svg{
        width: 16px;
        height: 16px;
        margin: 0 5px 0 0;
    }
    .about6 .wrap .content .position2 .item .message .list .a1{
        font-size: 16px;
    }
    .about6 .wrap .content .position2 .item .message{
        padding: 0 0 10px;
        flex-direction: column;
    }
    .about6 .wrap .content .position2 .item .img{
        border-radius: 12px;
        height: auto;
        margin: 15px 0 0;
    }

    .about6 .wrap .sj_cut{
        display: block!important;
        margin: 40px 0 0 0;
        position: relative;
        z-index: 9;
    }
    .about6 .wrap .sj_cut .flex{
        position: relative;
    }
    .about6 .wrap .sj_cut .flex:first-child{
        z-index: 6;
    }
    .about6 .wrap .sj_cut .flex:nth-child(2) {
        z-index: 5;
    }
    .about6 .wrap .sj_cut .flex:last-child{
        z-index: 4;
    }
    .about6 .wrap .sj_cut .flex:not(:last-child) {
        margin: 0 0 15px;
    }
    .about6 .wrap .sj_cut .flex .show{
        width: 100%;
        height: 45px;
        border: 1px solid rgba(0,0,0,.1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        font-size: 14px;
        color: #000;
    }
    .about6 .wrap .sj_cut .flex .show .iconfont{
        font-size: 18px;
        transform: rotate(90deg);
        color: #000;
    }
    .about6 .wrap .sj_cut .flex .hide{
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        background: #fff;
        width: 100%;
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2.0833333333vw 0px;
        display: none;
    }
    .about6 .wrap .sj_cut .flex.on .hide{
        display: block;
    }
    .about6 .wrap .sj_cut .flex .hide .list{
        font-size: 13px;
        color: rgba(0,0,0,.5);
        line-height: 35px;
    }
    .about6 .wrap .sj_cut .flex .hide .list.on{
        color: #013D97;
    }
    .about_cut{
        display: none;
    }
}
