html {
    font-size: unset
}

.culture {
    padding: 142px 0 10px 0
}

.culture .wrap {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.culture .wrap .l {
    width: 575px
}

.culture .wrap .l .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 116px
}

.culture .wrap .l .figure {
    display: flex;
    justify-content: space-between
}

.culture .wrap .l .figure .item p {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

.culture .wrap .l .figure .item .dis {
    display: flex;
    align-items: center;
    margin: 32px 0 0 0;
    height: 65px;
}

.culture .wrap .l .figure .item .dis span {
    font-family: 'AvantGarde Md BT', sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #00388B
}

.culture .wrap .l .figure .item .dis .p1 {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #00388B;
    margin: 0 0 0 10px
}

.culture .wrap .r {
    width: 707px
}

.culture .wrap .r .h1 {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    margin: 0px 0 65px
}

.culture .wrap .r .h3 {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    margin: 48px 0 32px
}

.culture .wrap .r p {
    margin-top: 16px;
}

.culture .wrap .r .h2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    letter-spacing: -0.8px
}

.culture2 {
    margin-top: -7vh
}

.culture2 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden
}

.culture2 .fix .position_text {
    width: fit-content;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Microsoft YaHei', sans-serif !important;
    text-align: center
}

.culture2 .fix .position_text h1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A
}

.culture2 .fix .wrap {
    z-index: 1;
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows:1fr 1fr;
    grid-template-columns:1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
    transform: scale(1.1)
}

.culture2 .fix .wrap .matter {
    position: relative
}

.culture2 .fix .wrap .matter .img {
    width: 30rem;
    max-width: 30rem;
    opacity: .5;
    display: block;
    position: absolute
}

.culture2 .fix .wrap .matter .img img {
    width: 100%
}

.culture2 .fix .wrap .matter.matter1 .img.img1 {
    z-index: 90;
    opacity: .75;
    transform-origin: 100% 100%;
    bottom: 1.875rem;
    right: 1.875rem;
    transform: scale(0.75)
}

.culture2 .fix .wrap .matter.matter1 .img.img2 {
    z-index: 30;
    opacity: 0;
    transform-origin: 100% 100%;
    bottom: 1.875rem;
    right: 1.875rem;
    transform: scale(0.25)
}

.culture2 .fix .wrap .matter.matter2 .img.img1 {
    z-index: 80;
    transform-origin: 0 100%;
    bottom: 1.875rem;
    left: 1.875rem;
    transform: scale(0.5)
}

.culture2 .fix .wrap .matter.matter2 .img.img2 {
    z-index: 50;
    opacity: 0;
    transform-origin: 0 100%;
    bottom: 1.875rem;
    left: 1.875rem;
    transform: translate(2.3rem, -19rem) scale(0.25)
}

.culture2 .fix .wrap .matter.matter2 .img.img3 {
    z-index: 40;
    opacity: 0;
    transform-origin: 0 100%;
    bottom: 1.875rem;
    left: 1.875rem;
    transform: translate(0, 0) scale(0.15)
}

.culture2 .fix .wrap .matter.matter3 .img.img1 {
    z-index: 100;
    opacity: 1;
    filter: none;
    transform-origin: 100% 0;
    top: 1.875rem;
    right: 1.875rem
}

.culture2 .fix .wrap .matter.matter3 .img.img2 {
    z-index: 60;
    opacity: 0;
    transform-origin: 100% 0;
    top: 1.875rem;
    right: 1.875rem;
    transform: scale(0.25)
}

.culture2 .fix .wrap .matter.matter3 .img.img3 {
    z-index: 20;
    opacity: 0;
    transform-origin: 100% 0;
    top: 1.875rem;
    right: 1.875rem;
    transform: scale(0.15)
}

.culture2 .fix .wrap .matter.matter4 .img.img1 {
    z-index: 70;
    opacity: .1;
    transform-origin: 0 0;
    top: 1.875rem;
    left: 1.875rem;
    transform: scale(0.5)
}

.culture2 .fix .wrap .matter.matter4 .img.img2 {
    z-index: 10;
    opacity: 0;
    transform-origin: 0 0;
    top: 1.875rem;
    left: 1.875rem;
    transform: scale(0.2)
}

.culture3 {
    background: #F6F6F6;
    padding: 135px 0 102px 0;
    margin: 10px 0 0 0;
}

.culture3 .wrap .title {
    width: 667px;
    text-align: center;
    margin: auto
}

.culture3 .wrap .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 39px
}

.culture3 .wrap .title p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 30px
}

.culture3 .wrap .content {
    margin: 80px 0 0 0
}

.culture3 .wrap .content .cuSwiper {
    width: 3161px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.culture3 .wrap .content .cuSwiper .button {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 4
}

.culture3 .wrap .content .cuSwiper .button .iconfont {
    width: 49px;
    height: 49px;
    background: #F6F6F6;
    border-radius: 50%;
    border: 1px solid #EDEEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8C8C8C;
    font-size: 22px;
    cursor: pointer;
    pointer-events: auto
}

.culture3 .wrap .content .cuSwiper .button .iconfont:first-child {
    transform: rotate(180deg)
}

.culture3 .wrap .content .cuSwiper .swiper-slide .img {
    width: 100%;
    height: 580px;
    overflow: hidden;
    border-radius: 10px
}

.culture3 .wrap .content .cuSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.culture3 .wrap .content .cuSwiper .swiper-slide .text {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 37px 0 0 0;
    text-align: center
}

.culture3 .wrap .content .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 68px auto 0
}

.culture3 .wrap .content .swiper-pagination span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    opacity: 1 !important;
    margin: 0 12px 0 0;
    background: transparent !important;
    position: relative
}

.culture3 .wrap .content .swiper-pagination span:last-child {
    margin: 0
}

.culture3 .wrap .content .swiper-pagination span img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: .6s ease
}

.culture3 .wrap .content .swiper-pagination span img:nth-child(2) {
    opacity: 0
}

.culture3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(2) {
    opacity: 1
}

.culture3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(1) {
    opacity: 0
}

.culture3 .wrap .content .figure {
    border-top: 1px solid #E4E4E4;
    padding: 56px 0 0 0;
    width: 1480px;
    margin: 92px auto 0;
    display: flex;
    justify-content: space-between
}

.culture3 .wrap .content .figure .item .p1 {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 0 0 20px
}

.culture3 .wrap .content .figure .item .dis {
    display: flex;
    align-items: center
}

.culture3 .wrap .content .figure .item .dis span {
    font-family: 'AvantGarde Md BT', sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #00388B
}

.culture3 .wrap .content .figure .item .dis .s1 {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #00388B;
    margin: 0 0 0 17px;
    position: relative;
    top: -3px
}

.culture4 {
    padding: 110px 0 120px 0
}

.culture4 .wrap {
    width: 1119px;
    margin: auto
}

.culture4 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 28px;
    text-align: center
}

.culture4 .wrap .disImg {
    display: flex;
    justify-content: center
}

.culture4 .wrap .disImg .dis1 {
    width: 174px;
    margin: 0 39px 0 0;
    object-fit: contain
}

.culture4 .wrap .disImg .dis2 {
    width: 215px;
    margin: 36px 0 0 0;
    object-fit: contain
}

.culture4 .wrap .text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin: 45px 0 64px 0;
    text-align: center
}

.culture4 .wrap .ImgSwiper {
    width: 715px;
    margin: auto
}

.culture4 .wrap .ImgSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.culture4 .wrap .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 62px auto 0
}

.culture4 .wrap .swiper-pagination span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    opacity: 1 !important;
    margin: 0 12px 0 0;
    background: transparent !important;
    position: relative
}

.culture4 .wrap .swiper-pagination span:last-child {
    margin: 0
}

.culture4 .wrap .swiper-pagination span img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: .6s ease
}

.culture4 .wrap .swiper-pagination span img:nth-child(2) {
    opacity: 0
}

.culture4 .wrap .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(2) {
    opacity: 1
}

.culture4 .wrap .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(1) {
    opacity: 0
}

.culture5 {
    position: relative;
    z-index: 1;
    padding: 107px 0 154px 0
}

.culture5 .wrap {
    width: 1480px;
    margin: auto
}

.culture5 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 51px;
    text-align: center
}

.culture5 .wrap .text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center
}

.culture5 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 66px 0 0 0
}

.culture5 .wrap .content .img {
    width: 460px;
    height: 301px;
    border-radius: 10px;
    overflow: hidden
}

.culture5 .wrap .content .img:nth-child(2) {
    margin: 90px 0 0 0
}

.culture5 .wrap .content .img:hover img {
    transform: scale(1.1)
}

.culture5 .wrap .content .img img {
    width: 100%;
    height: 100%;
    transition: 1s ease;
    transform: scale(1.05)
}

@media screen and (max-width: 1919px) {
    .culture {
        padding: 7.3958333333vw 0 .5208333333vw 0
    }

    .culture .wrap {
        width: 77.0833333333vw;
        margin: auto;
        display: flex;
        justify-content: space-between
    }

    .culture .wrap .l {
        width: 29.9479166667vw
    }

    .culture .wrap .l .title {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #1A1A1A;
        margin: 0 0 6.0416666667vw
    }

    .culture .wrap .l .figure {
        display: flex;
        justify-content: space-between
    }

    .culture .wrap .l .figure .item p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #888888
    }

    .culture .wrap .l .figure .item .dis {
        display: flex;
        align-items: center;
        margin: 1.6666666667vw 0 0 0;
        height: 3.385416666666667vw;
    }

    .culture .wrap .l .figure .item .dis span {
        font-family: 'AvantGarde Md BT', sans-serif;
        font-weight: 500;
        font-size: 3.125vw;
        color: #00388B
    }

    .culture .wrap .l .figure .item .dis .p1 {
        font-family: 'Gilroy', sans-serif;
        font-weight: 400;
        font-size: 3.125vw;
        color: #00388B;
        margin: 0 0 .5208333333vw
    }

    .culture .wrap .r {
        width: 36.8229166667vw
    }

    .culture .wrap .r .h1 {
        font-weight: 400;
        font-size: 1.25vw;
        color: #333333;
        line-height: 1.875vw;
        margin: 0 0 3.3854166667vw
    }

    .culture .wrap .r .h2 {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #333333;
        line-height: 1.875vw;
        letter-spacing: -0.8px
    }

    .culture2 {
        margin-top: -7vh
    }

    .culture2 .fix {
        width: 100%;
        height: 100vh;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        overflow: hidden
    }

    .culture2 .fix .position_text {
        width: fit-content;
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Microsoft YaHei', sans-serif !important;
        text-align: center
    }

    .culture2 .fix .position_text h1 {
        font-weight: bold;
        font-size: 1.6666666667vw;
        color: #1A1A1A
    }

    .culture2 .fix .wrap {
        z-index: 1;
        width: 100%;
        height: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows:1fr 1fr;
        grid-template-columns:1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
        overflow: hidden;
        transform: scale(1.1)
    }

    .culture2 .fix .wrap .matter {
        position: relative
    }

    .culture2 .fix .wrap .matter .img {
        width: 30rem;
        max-width: 30rem;
        opacity: .5;
        display: block;
        position: absolute
    }

    .culture2 .fix .wrap .matter .img img {
        width: 100%
    }

    .culture2 .fix .wrap .matter.matter1 .img.img1 {
        z-index: 90;
        opacity: .75;
        transform-origin: 100% 100%;
        bottom: 1.875rem;
        right: 1.875rem;
        transform: scale(0.75)
    }

    .culture2 .fix .wrap .matter.matter1 .img.img2 {
        z-index: 30;
        opacity: 0;
        transform-origin: 100% 100%;
        bottom: 1.875rem;
        right: 1.875rem;
        transform: scale(0.25)
    }

    .culture2 .fix .wrap .matter.matter2 .img.img1 {
        z-index: 80;
        transform-origin: 0 100%;
        bottom: 1.875rem;
        left: 1.875rem;
        transform: scale(0.5)
    }

    .culture2 .fix .wrap .matter.matter2 .img.img2 {
        z-index: 50;
        opacity: 0;
        transform-origin: 0 100%;
        bottom: 1.875rem;
        left: 1.875rem;
        transform: translate(2.3rem, -19rem) scale(0.25)
    }

    .culture2 .fix .wrap .matter.matter2 .img.img3 {
        z-index: 40;
        opacity: 0;
        transform-origin: 0 100%;
        bottom: 1.875rem;
        left: 1.875rem;
        transform: translate(0, 0) scale(0.15)
    }

    .culture2 .fix .wrap .matter.matter3 .img.img1 {
        z-index: 100;
        opacity: 1;
        filter: none;
        transform-origin: 100% 0;
        top: 1.875rem;
        right: 1.875rem
    }

    .culture2 .fix .wrap .matter.matter3 .img.img2 {
        z-index: 60;
        opacity: 0;
        transform-origin: 100% 0;
        top: 1.875rem;
        right: 1.875rem;
        transform: scale(0.25)
    }

    .culture2 .fix .wrap .matter.matter3 .img.img3 {
        z-index: 20;
        opacity: 0;
        transform-origin: 100% 0;
        top: 1.875rem;
        right: 1.875rem;
        transform: scale(0.15)
    }

    .culture2 .fix .wrap .matter.matter4 .img.img1 {
        z-index: 70;
        opacity: .1;
        transform-origin: 0 0;
        top: 1.875rem;
        left: 1.875rem;
        transform: scale(0.5)
    }

    .culture2 .fix .wrap .matter.matter4 .img.img2 {
        z-index: 10;
        opacity: 0;
        transform-origin: 0 0;
        top: 1.875rem;
        left: 1.875rem;
        transform: scale(0.2)
    }

    .culture3 {
        background: #F6F6F6;
        padding: 4.9479166667vw 0 5.3125vw 0;
        margin: 5.2083333333vw 0 0 0
    }

    .culture3 .wrap .title {
        width: 34.7395833333vw;
        text-align: center;
        margin: auto
    }

    .culture3 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #1A1A1A;
        margin: 0 0 2.03125vw
    }

    .culture3 .wrap .title p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #888888;
        line-height: 1.5625vw
    }

    .culture3 .wrap .content {
        margin: 4.1666666667vw 0 0 0
    }

    .culture3 .wrap .content .cuSwiper {
        width: 164.6354166667vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .culture3 .wrap .content .cuSwiper .button {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 77.0833333333vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none;
        z-index: 4
    }

    .culture3 .wrap .content .cuSwiper .button .iconfont {
        width: 2.5520833333vw;
        height: 2.5520833333vw;
        background: #F6F6F6;
        border-radius: 50%;
        border: .0520833333vw solid #EDEEEF;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #8C8C8C;
        font-size: 1.1458333333vw;
        cursor: pointer;
        pointer-events: auto
    }

    .culture3 .wrap .content .cuSwiper .button .iconfont:first-child {
        transform: rotate(180deg)
    }

    .culture3 .wrap .content .cuSwiper .swiper-slide .img {
        width: 100%;
        height: 30.2083333333vw;
        overflow: hidden;
        border-radius: .5208333333vw
    }

    .culture3 .wrap .content .cuSwiper .swiper-slide .img img {
        width: 100%;
        height: 100%;
        transition: 1s
    }

    .culture3 .wrap .content .cuSwiper .swiper-slide .text {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #1A1A1A;
        margin: 1.9270833333vw 0 0 0;
        text-align: center
    }

    .culture3 .wrap .content .swiper-pagination {
        position: static;
        width: fit-content;
        margin: 3.5416666667vw auto 0
    }

    .culture3 .wrap .content .swiper-pagination span {
        width: .625vw;
        height: .625vw;
        border-radius: 0;
        opacity: 1 !important;
        margin: 0 .625vw 0 0;
        background: transparent !important;
        position: relative
    }

    .culture3 .wrap .content .swiper-pagination span:last-child {
        margin: 0
    }

    .culture3 .wrap .content .swiper-pagination span img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
        transition: .6s ease
    }

    .culture3 .wrap .content .swiper-pagination span img:nth-child(2) {
        opacity: 0
    }

    .culture3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(2) {
        opacity: 1
    }

    .culture3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(1) {
        opacity: 0
    }

    .culture3 .wrap .content .figure {
        border-top: .0520833333vw solid #E4E4E4;
        padding: 2.9166666667vw 0 0 0;
        width: 77.0833333333vw;
        margin: 4.7916666667vw auto 0;
        display: flex;
        justify-content: space-between
    }

    .culture3 .wrap .content .figure .item .p1 {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #888888;
        margin: 0 0 1.0416666667vw
    }

    .culture3 .wrap .content .figure .item .dis {
        display: flex;
        align-items: center
    }

    .culture3 .wrap .content .figure .item .dis span {
        font-family: 'AvantGarde Md BT', sans-serif;
        font-weight: 500;
        font-size: 3.125vw;
        color: #00388B
    }

    .culture3 .wrap .content .figure .item .dis .s1 {
        font-family: 'Gilroy', sans-serif;
        font-weight: 400;
        font-size: 3.125vw;
        color: #00388B;
        margin: 0 0 0 .8854166667vw;
        position: relative;
        top: -.15625vw
    }

    .culture4 {
        padding: 5.7291666667vw 0 6.25vw 0
    }

    .culture4 .wrap {
        width: 58.28125vw;
        margin: auto
    }

    .culture4 .wrap .title {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #1A1A1A;
        margin: 0 0 1.4583333333vw;
        text-align: center
    }

    .culture4 .wrap .disImg {
        display: flex;
        justify-content: center
    }

    .culture4 .wrap .disImg .dis1 {
        width: 9.0625vw;
        margin: 0 2.03125vw 0 0;
        object-fit: contain
    }

    .culture4 .wrap .disImg .dis2 {
        width: 11.1979166667vw;
        margin: 1.875vw 0 0 0;
        object-fit: contain
    }

    .culture4 .wrap .text {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #333333;
        line-height: 1.875vw;
        margin: 2.34375vw 0 3.3333333333vw 0;
        text-align: center
    }

    .culture4 .wrap .ImgSwiper {
        width: 37.2395833333vw;
        margin: auto
    }

    .culture4 .wrap .ImgSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        border-radius: .5208333333vw
    }

    .culture4 .wrap .swiper-pagination {
        position: static;
        width: fit-content;
        margin: 3.2291666667vw auto 0
    }

    .culture4 .wrap .swiper-pagination span {
        width: .625vw;
        height: .625vw;
        border-radius: 0;
        opacity: 1 !important;
        margin: 0 .625vw 0 0;
        background: transparent !important;
        position: relative
    }

    .culture4 .wrap .swiper-pagination span:last-child {
        margin: 0
    }

    .culture4 .wrap .swiper-pagination span img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
        transition: .6s ease
    }

    .culture4 .wrap .swiper-pagination span img:nth-child(2) {
        opacity: 0
    }

    .culture4 .wrap .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(2) {
        opacity: 1
    }

    .culture4 .wrap .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(1) {
        opacity: 0
    }

    .culture5 {
        position: relative;
        z-index: 1;
        padding: 5.5729166667vw 0 8.0208333333vw 0
    }

    .culture5 .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .culture5 .wrap .title {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #FFFFFF;
        margin: 0 0 2.65625vw;
        text-align: center
    }

    .culture5 .wrap .text {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #FFFFFF;
        line-height: 1.6666666667vw;
        text-align: center
    }

    .culture5 .wrap .content {
        display: flex;
        justify-content: space-between;
        margin: 3.4375vw 0 0 0
    }

    .culture5 .wrap .content .img {
        width: 23.9583333333vw;
        height: 15.6770833333vw;
        border-radius: .5208333333vw;
        overflow: hidden
    }

    .culture5 .wrap .content .img:nth-child(2) {
        margin: 4.6875vw 0 0 0
    }

    .culture5 .wrap .content .img:hover img {
        transform: scale(1.1)
    }

    .culture5 .wrap .content .img img {
        width: 100%;
        height: 100%;
        transition: 1s ease;
        transform: scale(1.05)
    }
}

@media screen and (max-width: 1024px) {
    .culture{
        padding: 45px 0;
    }
    .culture .wrap{
        width: 90%;
        flex-direction: column;
    }
    .culture .wrap .l .title{
        font-size: 20px;
    }
    .culture .wrap .l{
        width: 100%;
    }
    .culture .wrap .l .figure .item .dis{
        height: 40px;
        margin: 2px 0 0 0;
    }
    .culture .wrap .l .figure .item .dis span{
        font-size: 30px;
    }
    .culture .wrap .l .figure .item p{
        font-size: 12px;
    }
    .culture .wrap .l .figure .item .dis .p1{
        font-size: 30px;
        top: 0;
        margin: 0;
    }
    .culture .wrap .r{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .culture .wrap .r .h1{
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .culture .wrap .r .h2{
        font-size: 12px;
        line-height: 28px;
    }
    .culture2{
        margin-top: 0;
        padding: 0 0 25px;
    }
    .culture2 .fix .wrap{
        display:none;
    }
    .culture2 .fix .position_text h1{
        font-size: 20px;
    }
    .culture2 .fix{
        height: auto;
    }
    .culture2 .fix .position_text{
        position: static;
        transform: none;
        text-align: center;
        width: 100%;
    }
    .culture2 .fix .sj_content{
        width: 90%;
        margin: 30px auto 0;
        display: flex!important;
        flex-wrap: wrap;
        gap: 15px 0;
        justify-content: space-between;
    }
    .culture2 .fix .sj_content img{
        width: 48%;
    }

    .culture3{
        padding: 80px 0 45px 0;
        margin: 15px 0 0 0;
    }

    .culture3 .wrap .title{
        width: 90%;
    }
    .culture3 .wrap .title h1{
        font-size: 20px;
        margin: 0 0 10px;
    }

    .culture3 .wrap .title p{
        font-size: 13px;
        line-height: 25px;
    }

    .culture3 .wrap .content{
        margin: 25px 0 0 0;
    }
    .culture3 .wrap .content .cuSwiper{
        width: 230vw;
    }

    .culture3 .wrap .content .cuSwiper .swiper-slide .text{
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .culture3 .wrap .content .cuSwiper .button{
        display: none;
    }
    .culture3 .wrap .content .swiper-pagination{
        margin: 20px auto 0;
    }

    .culture3 .wrap .content .swiper-pagination span {
        width: 12px;
        height: 12px;
        margin: 0 12px 0 0;
    }
    .culture3 .wrap .content .figure{
        margin: 40px auto 0;
        width: 90%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 15px 0;
        padding: 35px 0 0 0;
    }
    .culture3 .wrap .content .figure .item .p1{
        font-size: 13px;
        margin: 0 0 5px;
    }

    .culture3 .wrap .content .figure .item .dis span{
        font-size: 30px;
    }
    .culture3 .wrap .content .figure .item .dis .s1{
        font-size: 30px;
        top: 0;
        margin: 0 0 0 2px;
    }

    .culture4{
        padding: 50px 0 45px 0;
    }
    .culture4 .wrap{
        width: 90%;
    }
    .culture4 .wrap .title{
        font-size: 20px;
        margin: 0 0 10px;
    }
    .culture4 .wrap .disImg .dis1{
        width: 70px;
        margin: 0 10px 0 0;
    }
    .culture4 .wrap .disImg .dis2{
        width: 100px;
        margin: 10px 0 0 20px;
    }
    .culture4 .wrap .text{
        font-size: 13px;
        line-height: 28px;
        margin: 35px 0;
    }
    .culture4 .wrap .ImgSwiper{
        width: 100%;
    }
    .culture4 .wrap .swiper-pagination{
        margin: 20px auto 0;
    }
    .culture4 .wrap .swiper-pagination span{
        width: 12px;
        height: 12px;
        margin: 0 12px 0 0;
    }


    .culture5{
        padding: 60px 0;
    }
    .culture5 .wrap{
        width: 90%;
    }
    .culture5 .wrap .title{
        font-size: 20px;
        margin: 0 0 10px;
    }
    .culture5 .wrap .text{
        font-size: 12px;
        line-height: 28px;
    }
    .culture5 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
        gap: 15px 0;
    }
    .culture5 .wrap .content .img{
        width: 100%;
        height: auto;
        margin: 0!important;
    }


}

.about2 {
    padding: 100px 0 115px 0
}

.about2 .wrap {
    width: 1480px;
    margin: auto
}

.about2 .wrap .title .p p {
    width: fit-content;
    margin: auto;
    font-weight: bold;
    font-size: 30px
}

.about2 .wrap .content {
    margin: 116px 0 0 0;
    position: relative;
    z-index: 1;
    padding: 126px 0 204px 0
}

.about2 .wrap .content .message {
    width: 811px;
    margin: auto;
    text-align: center
}

.about2 .wrap .content .message h1 {
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 50px
}

.about2 .wrap .content .message .pick {
    height: 52px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px
}

.about2 .wrap .content .message .more {
    margin: 96px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 51px;
    border-radius: 25px;
    border: 1px solid #fff;
    transition: .6s ease
}

html[lang="en"] .about2 .wrap .content .message .more{
    width: fit-content;
    padding: 0 20px;
}

.about2 .wrap .content .message .more:hover {
    background: #fff
}

.about2 .wrap .content .message .more:hover p {
    color: #00388B
}

.about2 .wrap .content .message .more:hover .iconfont {
    color: #00388B
}

.about2 .wrap .content .message .more p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    transition: .6s ease
}

.about2 .wrap .content .message .more .iconfont {
    margin: 0 0 0 15px;
    font-size: 16px;
    color: #fff;
    transition: .6s ease
}

@media screen and (max-width: 1024px) {
    .common_banner .top .title .p1{
        font-size: 20px;
    }
    
    .about2{
        padding: 30px 0 60px 0;
    }
    .about2 .wrap .title .p p{
        font-size: 14px;
        line-height: 25px;
    }
    .about2 .wrap{
        width: 90%;
    }
    .about2 .wrap .content {
        margin: 35px 0 0 0;
        position: relative;
        z-index: 1;
        padding: 70px 0;
    }
    .about2 .wrap .content .message{
        width: 100%;
    }
    .about2 .wrap .content .message h1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .about2 .wrap .content .message .pick{
        height: auto;
        font-size: 13px;
        line-height: 25px;
        width: 90%;
        margin: auto;
    }

    .about2 .wrap .content .message .more{
        margin: 30px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 110px;
        height: 36px;
        border-radius: 25px;
        border: 1px solid #fff;
    }
    .about2 .wrap .content .message .more p{
        font-size: 12px;
    }
    .about2 .wrap .content .message .more .iconfont{
        margin: 1px 0 0 5px;
        font-size: 13px;
    }


}


