.about1 {
    height: 100vh;
    position: relative;
    z-index: 1
}

.about1 .parallax {
    width: 100%;
    height: 100%
}

.about1 .parallax img {
    width: 100%;
    height: 100%
}

.about1 .parallax .text {
    position: absolute;
    bottom: 80px;
    width: 1760px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    font-weight: 800;
    font-size: 44px;
    color: #FFFFFF;
    letter-spacing: 17px
}

html[lang="en"] .about1 .parallax .text{
    letter-spacing: 0!important;
}

.common_cut {
    background: transparent
}

.common_cut .wrap {
    width: 1760px
}

.about_culture{
    position: relative;
    z-index: 1;
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_culture .cultureSwiper{
    width: 100%;
    overflow: unset;
}
.about_culture .cultureSwiper .swiper-slide .item{
    text-align: center;
}
.about_culture .cultureSwiper .swiper-slide .item .p1{
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 39px;
    line-height: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s,transform .6s .3s;
}
.about_culture .cultureSwiper .swiper-slide .item .p2{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s,transform .6s .3s;
}
html[lang="en"] .about_culture .cultureSwiper .swiper-slide .item .p2{
    font-size: 36px;
}
.about_culture .cultureSwiper .swiper-slide-active .item .p1{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
.about_culture .cultureSwiper .swiper-slide-active .item .p2{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s;
}
.about_culture .position{
    width: 600px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.2);
}
.about_culture .position .list{
    font-weight: normal;
    font-size: 18px;
    color: rgba(255,255,255,.5);
    cursor: pointer;
    padding: 22px 45px;
    position: relative;
    transition: .6s ease;
}
.about_culture .position .list.on,.about_culture .position .list:hover{
    color: #fff;
    font-weight: bold;
}
.about_culture .position .list.on:after,.about_culture .position .list:hover:after{
    transform: scaleX(1);
}
.about_culture .position .list:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: .6s ease;
}
.about2 {
    padding: 100px 0 137px;
    position: relative;
    z-index: 1
}

.about2 .bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1
}

.about2 .wrap {
    width: 1760px;
    margin: auto
}

.about2 .wrap .title {
    margin: 0 0 164px
}

.about2 .wrap .title p {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 50px
}

/*html[lang="en"] .about2 .wrap .title p{*/
/*    font-size: 29px;*/
/*}*/

.about2 .wrap .title p div {
    opacity: 0.3
}

.about2 .wrap .end {
    display: flex;
    justify-content: flex-end
}

.about2 .wrap .end .text {
    width: 879px
}

.about2 .wrap .end .text p {
    font-size: 18px;
    color: #111;
    line-height: 32px;
    /*font-weight: 300;*/
}

.about2 .wrap .content {
    display: flex;
    margin: 60px 0 0 0
}

.about2 .wrap .content .img {
    width: 500px;
    height: 640px;
    overflow: hidden;
    margin: 0 10px 0 0;
    border-radius: 15px
}

.about2 .wrap .content .img:hover img {
    transform: scale(1.05)
}

.about2 .wrap .content .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.about2 .wrap .content .r {
    margin: 140px 0 0 0;
    display: flex;
    gap: 10px
}

.about2 .wrap .content .r .item {
    width: 360px;
    height: 250px;
    background: #0069AC;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.about2 .wrap .content .r .item.on {
    width: 250px
}

.about2 .wrap .content .r .item:nth-child(2n) {
    margin: 250px 0 0 0
}

.about2 .wrap .content .r .item.item2 {
    background: #fff
}

.about2 .wrap .content .r .item.item4 {
    background: #F2F3F5
}

.about2 .wrap .content .r .item.black span {
    font-family: 'Oswald', sans-serif;
    color: #111111
}

.about2 .wrap .content .r .item.black span:after {
    color: #111
}

.about2 .wrap .content .r .item.black p {
    color: #111
}

.about2 .wrap .content .r .item span {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    margin: 0 0 19px;
    display: block;
    position: relative;
    width: fit-content
}

.about2 .wrap .content .r .item span:after {
    content: attr(data-text);
    position: absolute;
    left: calc(100% + 5px);
    top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff
}

.about2 .wrap .content .r .item p {
    font-size: 16px;
    color: #fff
}

.about3 {
    padding: 120px 0 260px;
    position: relative
}

.about3:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
    z-index: 6;
    pointer-events: none
}

.about3:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
    z-index: 6;
    pointer-events: none
}

.about3 .wrap {
    width: 1760px;
    margin: auto
}
.about3 .wrap .title{
    position: relative;
    z-index: 10;
}

.about3 .wrap .title .p1 {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 0 0 31px
}

.about3 .wrap .title .p2 {
    width: 549px;
    font-size: 18px;
    color: rgba(17, 17, 17, 0.8)
}

.about3 .wrap .content {
    margin: 227px 0 0 0;
    position: relative
}

/**/
.about3 .wrap .content .button{
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 5;
}
.about3 .wrap .content .button .circle{
    width: 45px;
    height: 45px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999999;
    margin: 0 6px;
    transition: .6s ease;
    background: rgba(17, 17, 17, 0.1);
    cursor: pointer;
}
.about3 .wrap .content .button .circle:first-child{
    transform: rotate(180deg);
}
.about3 .wrap .content .button .circle .iconfont{
    font-size: 12px;
    transition: .6s ease;
    color: #8896A4;
}
.about3 .wrap .content .button .circle:hover{
    background: var(--color);
}
.about3 .wrap .content .button .circle:hover .iconfont{
    color: #fff;
}
/**/

.about3 .wrap .content .yearSwiper {
    width: 115%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    height: 403px;
    overflow: unset
}

.about3 .wrap .content .yearSwiper .swiper-slide.swiper-slide-active .item .joke {
    transform: translateX(0) !important
}

.about3 .wrap .content .yearSwiper .swiper-slide{
    height: auto;
}

.about3 .wrap .content .yearSwiper .swiper-slide .item{
    position: relative;
}

.about3 .wrap .content .yearSwiper .swiper-slide .item .joke {
    transition: 1s
}

.about3 .wrap .content .yearSwiper .swiper-slide .item .joke .logo_left {
    position: absolute;
    width: 718px;
    z-index: -1;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    max-width: unset;
    max-height: unset;
    object-fit: contain
}

.about3 .wrap .content .yearSwiper .swiper-slide .item .p1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 160px;
    color: #0069AC;
    line-height: 1;
    margin: 0 0 48px
}

.about3 .wrap .content .yearSwiper .swiper-slide .item .p2{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #0069AC;
    line-height: 1;
    margin: 0 0 48px;
}

.about3 .wrap .content .yearSwiper .swiper-slide .item .text{
    position: absolute;
    top: calc(100% + 20px);
    left:0;
    transform: translateX(0) !important;
}

.about3 .wrap .content .yearSwiper .swiper-slide .item .text p {
    font-size: 18px;
    color: #111111;
    line-height: 36px;
    position: relative;
    padding: 0 0 0 22px;

    white-space: nowrap
}

html[lang='en'] .about3 .wrap .content .yearSwiper .swiper-slide .item .text p{
    white-space: unset;
    width: 210%;
}

.about3 .wrap .content .yearSwiper .swiper-slide .item .text p:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0069AC;
    border-radius: 50%;
    left: 0;
    top: 15px
}

.about4 {
    background: #F7F9FA;
    padding: 110px 0 63px
}

.about4 .wrap {
    width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.about4 .wrap .l {
    position: relative;
    left: 82px;
    margin: 132px 0 0 0
}

.about4 .wrap .l .title .p1 {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 0 0 30px
}

.about4 .wrap .l .title .p2 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8)
}

.about4 .wrap .l .show {
    margin: 58px 0 0 0
}

.about4 .wrap .l .show .matter {
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 50px 40px 60px 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    filter: drop-shadow(0px 0px 20px rgba(152, 189, 230, 0.2))
}

.about4 .wrap .l .show .matter.on {
    display: block
}

.about4 .wrap .l .show .matter .dis {
    display: flex;
    align-items: center
}

.about4 .wrap .l .show .matter .dis img {
    width: 72px;
    object-fit: contain
}

.about4 .wrap .l .show .matter .dis span {
    width: 5px;
    height: 5px;
    background: #0069AC;
    margin: 0 10px
}

.about4 .wrap .l .show .matter .dis p {
    font-weight: bold;
    font-size: 24px;
    color: #0069AC
}

.about4 .wrap .l .show .matter .p1 {
    margin: 12px 0 40px 0;
    font-size: 16px;
    color: #000000
}

.about4 .wrap .l .show .matter .mess {
    margin: 0 0 40px
}

.about4 .wrap .l .show .matter .mess a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #111111;
    display: block
}

.about4 .wrap .l .show .matter .mess a:not(:last-child) {
    margin: 0 0 20px
}

.about4 .wrap .l .show .matter .p2 {
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.about4 .wrap .r {
    width: 1167px;
    position: relative
}

.about4 .wrap .r .map {
    width: 1480px;
    object-fit: contain;
    filter: drop-shadow(0px 0px 20px rgba(152, 189, 230, 0.5));
    max-width: unset;
    max-height: unset
}

.about4 .wrap .r .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.about4 .wrap .r .position .point {
    position: absolute;
    pointer-events: auto;
    width: fit-content;
    padding: 0 30px 0 10px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px rgba(83, 133, 162, 0.1), 0px 20px 25px 0px rgba(126, 154, 188, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: .6s ease
}

.about4 .wrap .r .position .point.on {
    background: #0069AC
}

.about4 .wrap .r .position .point.on .icon {
    background: #fff
}

.about4 .wrap .r .position .point.on .icon img {
    filter: unset
}

.about4 .wrap .r .position .point.on p {
    color: #fff
}

.about4 .wrap .r .position .point .icon {
    width: 40px;
    height: 40px;
    background: #0069AC;
    box-shadow: 7px 7px 10px 0px rgba(31, 142, 227, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.about4 .wrap .r .position .point .icon img {
    width: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: .6s ease
}

.about4 .wrap .r .position .point p {
    font-size: 18px;
    color: #333333;
    transition: .6s ease
}

.about4 .wrap .r .position .point1 {
    top: 122px;
    left: 211px
}

.about4 .wrap .r .position .point2 {
    top: 332px;
    left: 121px
}

.about4 .wrap .r .position .point3 {
    top: 312px;
    left: 391px
}

.about4 .wrap .r .position .point4 {
    top: 340px;
    left: 646px
}

.about4 .wrap .r .position .point5 {
    top: 452px;
    left: 551px
}

.about4 .wrap .r .position .point6 {
    top: 585px;
    left: 482px
}

.about5 {
    padding: 130px 0 0px
}

.about5 .wrap {
    width: 1760px;
    margin: auto
}

.about5 .wrap .title .p1 {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 0 0 30px
}

.about5 .wrap .title .p2 {
    font-size: 18px;
    color: rgba(17, 17, 17, 0.8);
    line-height: 32px
}

.about5 .wrap .content {
    display: flex;
    gap: 16px;
    margin: 74px 0 0 0
}

.about5 .wrap .content .item {
    width: 280px;
    background: #F5F6F7;
    border-radius: 12px;
    padding: 50px 15px;
    text-align: center;
    position: relative;
    z-index: 1
}

.about5 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 12px;
    background: #0069AC;
    opacity: 0;
    transition: .6s ease
}

.about5 .wrap .content .item:hover:after {
    opacity: 1
}

.about5 .wrap .content .item:hover .icon {
    filter: brightness(0) invert(1)
}

.about5 .wrap .content .item:hover .p1, .about5 .wrap .content .item:hover .p2 {
    color: #fff
}

.about5 .wrap .content .item .icon {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
    transition: .6s ease
}

.about5 .wrap .content .item .icon img {
    object-fit: contain
}

.about5 .wrap .content .item .p1 {
    font-size: 20px;
    color: #111111;
    margin: 0 0 32px;
    transition: .6s ease
}

.about5 .wrap .content .item .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    transition: .6s ease
}

.about6 {
    padding: 130px 0 190px
}

.about6 .wrap {
    width: 1760px;
    margin: auto
}

.about6 .wrap .content .headline {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.about6 .wrap .content .dis {
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.about6 .wrap .content .dis .img {
    width: 68px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.about6 .wrap .content .dis .img img {
    object-fit: contain
}

.common_cut {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 99;
    background: #FFFFFF
}

@media screen and (max-width: 1919px) {
    .about_culture{
        height: 35.4166666667vw;
    }
    .about_culture .cultureSwiper .swiper-slide .item .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 2.03125vw;
    }
    .about_culture .cultureSwiper .swiper-slide .item .p2{
        font-size: 2.5vw;
    }
    html[lang="en"] .about_culture .cultureSwiper .swiper-slide .item .p2{
        font-size: 1.875vw;
    }
    .about_culture .position{
        width: 31.25vw;
    }
    .about_culture .position .list{
        font-size: 0.9375vw;
        padding: 1.1458333333vw 2.34375vw;
    }
    .about_culture .position .list::after{
        height: 0.1041666667vw;
    }
    .about3 .wrap .content .button{
        gap: 1.0416666667vw;
    }
    .about3 .wrap .content .button .circle{
        width: 2.34375vw;
        height: 2.34375vw;
        border-radius: 1.1979166667vw;
        font-size: 0.8333333333vw;
        margin: 0px 0.3125vw;
    }
    .about3 .wrap .content .button .circle .iconfont{
        font-size: 0.625vw;
    }
    .about1 .parallax .text{
        bottom: 4.1666666667vw;
        width: 91.6666666667vw;
        font-size: 2.2916666667vw;
        letter-spacing: 0.8854166667vw;
    }
    .common_cut .wrap{
        width: 91.6666666667vw;
    }
    .about2{
        padding: 5.2083333333vw 0px 7.1354166667vw;
    }
    .about2 .wrap{
        width: 91.6666666667vw;
    }
    .about2 .wrap .title{
        margin: 0px 0px 8.5416666667vw;
    }
    .about2 .wrap .title p{
        font-size: 1.6666666667vw;
        line-height: 2.6041666667vw;
    }
    .about2 .wrap .end .text{
        width: 45.78125vw;
    }
    .about2 .wrap .end .text p{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .about2 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .about2 .wrap .content .img{
        width: 26.0416666667vw;
        height: 33.3333333333vw;
        margin: 0px 0.5208333333vw 0px 0px;
        border-radius: 0.78125vw;
    }
    .about2 .wrap .content .r{
        margin: 7.2916666667vw 0px 0px;
        gap: 0.5208333333vw;
    }
    .about2 .wrap .content .r .item{
        width: 18.75vw;
        height: 13.0208333333vw;
        border-radius: 0.8333333333vw;
    }
    .about2 .wrap .content .r .item.on{
        width: 13.0208333333vw;
    }
    .about2 .wrap .content .r .item:nth-child(2n){
        margin: 13.0208333333vw 0px 0px;
    }
    .about2 .wrap .content .r .item span{
        font-size: 2.5vw;
        margin: 0px 0px 0.9895833333vw;
    }
    .about2 .wrap .content .r .item span::after{
        left: calc(100% + 0.2604166667vw);
        font-size: 1.25vw;
    }
    .about2 .wrap .content .r .item p{
        font-size: 0.8333333333vw;
    }
    .about3{
        padding: 6.25vw 0px 13.5416666667vw;
    }
    .about3::after{
        width: 20.8333333333vw;
    }
    .about3::before{
        width: 20.8333333333vw;
    }
    .about3 .wrap{
        width: 91.6666666667vw;
    }
    .about3 .wrap .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.6145833333vw;
    }
    .about3 .wrap .title .p2{
        width: 28.59375vw;
        font-size: 0.9375vw;
    }
    .about3 .wrap .content{
        margin: 11.8229166667vw 0px 0px;
    }
    .about3 .wrap .content .yearSwiper{
        height: 20.9895833333vw;
    }
    .about3 .wrap .content .yearSwiper .swiper-slide .item .joke .logo_left{
        width: 37.3958333333vw;
    }
    .about3 .wrap .content .yearSwiper .swiper-slide .item .p1{
        font-size: 8.3333333333vw;
        margin: 0px 0px 2.5vw;
    }
    .about3 .wrap .content .yearSwiper .swiper-slide .item .p2{
        font-size: 2.604166666666666666vw;
        margin: 0 0 2.083333333333vw;
    }
    .about3 .wrap .content .yearSwiper .swiper-slide .item .text p{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        padding: 0px 0px 0px 1.1458333333vw;
    }
    .about3 .wrap .content .yearSwiper .swiper-slide .item .text p::after{
        width: 0.3125vw;
        height: 0.3125vw;
        top: 0.78125vw;
    }
    .about4{
        padding: 5.7291666667vw 0px 3.28125vw;
    }
    .about4 .wrap{
        width: 100vw;
    }
    .about4 .wrap .l{
        left: 4.2708333333vw;
        margin: 6.875vw 0px 0px;
    }
    .about4 .wrap .l .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .about4 .wrap .l .title .p2{
        font-size: 0.9375vw;
    }
    .about4 .wrap .l .show{
        margin: 3.0208333333vw 0px 0px;
    }
    .about4 .wrap .l .show .matter{
        padding: 2.6041666667vw 2.0833333333vw 3.125vw;
        border-radius: 0.78125vw;
        backdrop-filter: blur(0.5208333333vw);
        filter: drop-shadow(rgba(152, 189, 230, 0.2) 0px 0px 1.0416666667vw);
    }
    .about4 .wrap .l .show .matter .dis img{
        width: 3.75vw;
    }
    .about4 .wrap .l .show .matter .dis span{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        margin: 0px 0.5208333333vw;
    }
    .about4 .wrap .l .show .matter .dis p{
        font-size: 1.25vw;
    }
    .about4 .wrap .l .show .matter .p1{
        margin: 0.625vw 0px 2.0833333333vw;
        font-size: 0.8333333333vw;
    }
    .about4 .wrap .l .show .matter .mess{
        margin: 0px 0px 2.0833333333vw;
    }
    .about4 .wrap .l .show .matter .mess a{
        font-size: 1.1458333333vw;
    }
    .about4 .wrap .l .show .matter .mess a:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .about4 .wrap .l .show .matter .p2{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .about4 .wrap .r{
        width: 60.78125vw;
    }
    .about4 .wrap .r .map{
        width: 77.0833333333vw;
        filter: drop-shadow(rgba(152, 189, 230, 0.5) 0px 0px 1.0416666667vw);
    }
    .about4 .wrap .r .position .point{
        padding: 0px 1.5625vw 0px 0.5208333333vw;
        height: 3.125vw;
        box-shadow: rgba(83, 133, 162, 0.1) 0px 0.2604166667vw 0.2604166667vw 0px, rgba(126, 154, 188, 0.3) 0px 1.0416666667vw 1.3020833333vw 0px;
        border-radius: 0.5208333333vw;
        gap: 0.625vw;
    }
    .about4 .wrap .r .position .point .icon{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        box-shadow: rgba(31, 142, 227, 0.15) 0.3645833333vw 0.3645833333vw 0.5208333333vw 0px;
        border-radius: 0.4166666667vw;
    }
    .about4 .wrap .r .position .point .icon img{
        width: 1.3541666667vw;
    }
    .about4 .wrap .r .position .point p{
        font-size: 0.9375vw;
    }
    .about4 .wrap .r .position .point1{
        top: 6.3541666667vw;
        left: 10.9895833333vw;
    }
    .about4 .wrap .r .position .point2{
        top: 17.2916666667vw;
        left: 6.3020833333vw;
    }
    .about4 .wrap .r .position .point3{
        top: 16.25vw;
        left: 20.3645833333vw;
    }
    .about4 .wrap .r .position .point4{
        top: 17.7083333333vw;
        left: 33.6458333333vw;
    }
    .about4 .wrap .r .position .point5{
        top: 23.5416666667vw;
        left: 28.6979166667vw;
    }
    .about4 .wrap .r .position .point6{
        top: 30.46875vw;
        left: 25.1041666667vw;
    }
    .about5{
        padding: 6.7708333333vw 0px 0px;
    }
    .about5 .wrap{
        width: 91.6666666667vw;
    }
    .about5 .wrap .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .about5 .wrap .title .p2{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .about5 .wrap .content{
        gap: 0.8333333333vw;
        margin: 3.8541666667vw 0px 0px;
    }
    .about5 .wrap .content .item{
        width: 14.5833333333vw;
        height: 16.6666666667vw;
        border-radius: 0.625vw;
        padding: 2.6041666667vw 0.78125vw;
    }
    .about5 .wrap .content .item::after{
        border-radius: 0.625vw;
    }
    .about5 .wrap .content .item .icon{
        width: 3.1770833333vw;
        height: 3.1770833333vw;
        margin: 0px auto 2.6041666667vw;
    }
    .about5 .wrap .content .item .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .about5 .wrap .content .item .p2{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .about6{
        padding: 6.7708333333vw 0px 9.8958333333vw;
    }
    .about6 .wrap{
        width: 91.6666666667vw;
    }
    .about6 .wrap .content .headline{
        padding: 0px 0px 1.0416666667vw;
    }
    .about6 .wrap .content .dis{
        margin: 3.125vw 0px 0px;
    }
    .about6 .wrap .content .dis .img{
        width: 2.5520833333vw;
        height: 2.0833333333vw;
    }
    .common_cut{
        top: 3.6458333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .parallax{
        transform: none!important;
    }
    .about1 .parallax .text{
        bottom: 10%;
        width: 90%;
        font-size: 22px;
        letter-spacing: 0;
    }
    .common_cut .wrap a {
        font-size: 12px;
    }
    html[lang="en"] .common_cut .wrap a{
        font-size: 11px;
    }
    html[lang='en'] .about3 .wrap .content .yearSwiper .swiper-slide .item .text p{
        width: 100%;
    }
    .about2{
        padding: 50px 0;
    }
    .about2 .wrap{
        width: 90%;
    }
    .about2 .wrap .title{
        margin: 0 0 30px;
    }
    .about2 .wrap .title p{
        font-size: 16px;
        line-height: 30px;
    }
    .about2 .wrap .end{
        justify-content: unset;
    }
    .about2 .wrap .end .text{
        width: 100%;
    }

    .about2 .wrap .end .text p{
        font-size: 13px;
        line-height: 27px;
    }
    .about2 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .about2 .wrap .content .img{
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin: 0 0 15px;
    }
    .about2 .wrap .content .r{
        margin: 30px 0 0 0;
        gap: 15px;
        flex-direction: column;
        width: 100%;
    }
    .about2 .wrap .content .r .item{
        width: 100% !important;
        height: auto;
        border-radius: 15px;
        background: #0069AC !important;
        padding: 30px 5%;
        margin: 0!important;
        justify-content: unset;
    }
    .about2 .wrap .content .r .item span{
        font-size: 30px;
        margin: 0 0 10px;
        color: #fff!important;
    }
    .about2 .wrap .content .r .item span::after{
        left: calc(100% + 7px);
        font-size: 14px;
        color: #fff!important;
    }
    .about2 .wrap .content .r .item p{
        font-size: 14px;
        color: #fff!important;
    }
    .about3{
        padding: 50px 0 20px 0;
    }
    .about3 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .about3 .wrap .title .p2{
        width: 100%;
        font-size: 13px;
        line-height: 28px;
    }

    .about3 .wrap .content .yearSwiper{
        width: 100%;
    }
    .about3 .wrap .content{
        margin: 35px 0 0 0;
    }


    .about3 .wrap .content .yearSwiper .swiper-slide .item .p1, .about3 .wrap .content .yearSwiper .swiper-slide .item .p2{
        font-size: 35px;
        margin: 0 0 15px;
    }
    .about3 .wrap .content .yearSwiper .swiper-slide .item .text p{
        font-size: 13px;
        line-height: 23px;
        padding: 0 0 4px 10px;
        white-space: unset;
    }

    .about3 .wrap .content .yearSwiper .swiper-slide .item .text p:not(:last-child) {
        margin: 0 0 7px;
    }

    .about3 .wrap .content .yearSwiper .swiper-slide .item .text p::after{
        width: 4px;
        height: 4px;
        top: 9px;
    }

    .about3:before,.about3:after{
        display: none;
    }

    .about3 .wrap .content .yearSwiper .swiper-slide .item .joke .logo_left{
        width: 65%;
    }
    .about4{
        padding: 50px 0;
    }
    .about4 .wrap{
        width: 90%;
        flex-direction: column;
    }

    .about4 .wrap .l{
        left: 0;
        margin:0 0 25px;
    }
    .about4 .wrap .r{
        width: 100%;
    }
    .about4 .wrap .l .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .about4 .wrap .l .title .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .about4 .wrap .l .show .matter{
        padding: 25px 5%;
    }
    .about4 .wrap .l .show .matter .dis img{
        width: 45px;
    }
    .about4 .wrap .l .show .matter .dis span{
        height: 5px;
        width: 5px;
        margin: 0 10px;
    }
    .about4 .wrap .l .show .matter .dis p{
        font-size: 14px;
    }
    .about4 .wrap .l .show .matter .p1{
        margin: 10px 0 15px;
        font-size: 13px;
    }
    .about4 .wrap .l .show .matter .mess{
        margin: 0 0 10px;
    }
    .about4 .wrap .l .show .matter .mess a:not(:last-child){
        margin: 0 0 0;
    }
    .about4 .wrap .l .show .matter .mess a{
        font-size: 16px;
    }
    .about4 .wrap .l .show .matter .p2{
        font-size: 12px;
        line-height: 25px;
    }
    .about4 .wrap .l .show{
        margin: 30px 0 0 0;
    }
    .about4 .wrap .r .position .point .icon{
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

    .about4 .wrap .r .position .point{
        padding: 0 5px;
        height: 30px;
    }
    .about4 .wrap .r .position .point p{
        font-size: 12px;
        display: none;
    }

    .about4 .wrap .r .position .point .icon img{
        width: 10px;
    }

    .about5{
        padding: 40px 0 0 0;
    }
    .about5 .wrap{
        width: 90%;
    }
    .about5 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .about5 .wrap .title .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .about5 .wrap .content{
        margin: 25px 0 0 0;
        gap: 15px;
        flex-direction: column;
    }
    .about5 .wrap .content .item{
        width: 100%;
        height: auto;
        padding: 30px 5%;
        border-radius: 4px;
    }
    .about5 .wrap .content .item .icon{
        width: 30px;
        height: 30px;
        margin: 0 auto 15px;
    }
    .about5 .wrap .content .item .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .about5 .wrap .content .item .p2{
        font-size: 13px;
        line-height: 25px;
    }

    .about6{
        padding: 80px 0 40px;
    }
    .about6 .wrap .content .headline{
        padding: 0 0 15px;
    }
    .about6 .wrap .content .dis{
        margin: 35px 0 0 0;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        gap: 15px;
    }
    .about6 .wrap .content .dis .img{
        width: 30px;
        height: 30px;
    }

    .about3 .wrap .content .button{
        gap: 15px;
    }
    .about3 .wrap .content .button .circle{
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-size: 13px;
        margin: 0 6px;
    }
    .about3 .wrap .content .button .circle .iconfont{
        font-size: 9px;
    }
    .about3 .wrap .content .yearSwiper{
        height: auto;
    }
    .about3 .wrap .content .yearSwiper .swiper-slide .item .text{
        position: static;
        left: 0;
        transform: none!important;
    }
    .common_cut .wrap{
        width: 90%;
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .common_cut{
        height: auto;
        padding: 15px 0;
    }
    .common_cut .wrap a:hover{
        color: #666666;
    }

    .about_culture{
        height: 350px;
    }
    .about_culture .cultureSwiper{
        width: 90%;
    }
    .about_culture .cultureSwiper .swiper-slide .item .p1{
        font-size: 16px;
        margin: 0 0 12px;
    }
    .about_culture .cultureSwiper .swiper-slide .item .p2{
        font-size: 20px!important;
    }
    .about_culture .position{
        width: 90%;
    }
    .about_culture .position .list{
        font-size: 14px;
        padding: 15px ;
    }
}
