@charset "UTF-8";

.about-container .about-header {
    position: relative
}

.about-container .about-header .swiper {
    width: 100%;
    height: auto;
    max-height: 800px;
    overflow: hidden
}

.about-container .about-header .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover
}

@media (max-width: 640px) {
    .about-container .about-header .swiper-slide img {
        height: 40vh
    }
}

.about-container .about-header .header-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    background: left bottom repeat-x;
    background-image: url(/img/limanl-O2FkQ8ee.png);
    background-size: auto 100%;
    animation: scroll-bg 3600s linear infinite;
    z-index: 2
}

@media (max-width: 640px) {
    .about-container .about-header .header-image {
        height: 14vh !important
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-header .header-image {
        height: 15vh !important
    }
}

.about-container .about-header .header-text {
    position: absolute;
    z-index: 3
}

@media (max-width: 640px) {
    .about-container .about-header .header-text {
        left: 20px;
        top: 118px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-header .header-text {
        left: 50px;
        top: 120px
    }
}

@media (min-width: 1025px) {
    .about-container .about-header .header-text {
        left: 100px;
        top: 200px
    }
}

.about-container .about-header .header-text p {
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

@media (max-width: 640px) {
    .about-container .about-header .header-text p {
        font-size: 18px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-header .header-text p {
        font-size: 27px
    }
}

@media (min-width: 1025px) {
    .about-container .about-header .header-text p {
        font-size: 48px
    }
}

.about-container .about-header .header-text p:last-child {
    margin-top: 20px;
    font-weight: 400
}

@media (max-width: 640px) {
    .about-container .about-header .header-text p:last-child {
        margin-top: 5px;
        font-size: 12px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-header .header-text p:last-child {
        margin-top: 10px;
        font-size: 18px
    }
}

@media (min-width: 1025px) {
    .about-container .about-header .header-text p:last-child {
        font-size: 24px
    }
}

.about-container .about-header .header-sum {
    position: absolute;
    bottom: -70px;
    background: #f08200;
    display: flex;
    color: #fff;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 3
}

@media (max-width: 640px) {
    .about-container .about-header .header-sum {
        right: 20px;
        padding: 7px;
        bottom: -50px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-header .header-sum {
        right: 100px
    }
}

@media (min-width: 1025px) {
    .about-container .about-header .header-sum {
        right: 200px;
        padding: 30px 40px
    }
}

.about-container .about-header .header-sum .sum {
    flex: 1;
    justify-items: center;
    margin: 5px
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-header .header-sum .sum {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .about-container .about-header .header-sum .sum {
        margin: 5px 30px
    }
}

.about-container .about-header .header-sum .sum p {
    font-size: 36px;
    min-width: 110px;
    text-align: center;
    font-weight: 300
}

@media (max-width: 640px) {
    .about-container .about-header .header-sum .sum p {
        font-size: 18px;
        min-width: 80px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-header .header-sum .sum p {
        font-size: 28px
    }
}

.about-container .about-header .header-sum .sum p:last-child {
    margin-top: 12px;
    font-size: 20px;
    min-width: 120px;
    text-align: center
}

@media (max-width: 640px) {
    .about-container .about-header .header-sum .sum p:last-child {
        font-size: 12px;
        min-width: 80px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-header .header-sum .sum p:last-child {
        font-size: 14px
    }
}

@keyframes scroll-bg {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -300000px 0
    }
}

@media (max-width: 640px) {
    .about-container .about-content {
        margin-top: 90px
    }

    .about-container .about-content .small-title .small-title__en,
    .about-container .about-content .small-title .small-title__cn {
        font-size: 30px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content {
        margin-top: 110px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content {
        margin-top: 130px
    }
}

.about-container .about-content .w-1430-one .row {
    position: relative;
    max-height: 470px;
    margin-bottom: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    z-index: 0
}

.about-container .about-content .w-1430-one .row .col-7 {
    position: relative;
    overflow: hidden
}

.about-container .about-content .w-1430-one .row .col-7 img {
    width: 100%;
    height: auto;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    transform: translateY(0)
}

.about-container .about-content .w-1430-one .row .col-5 {
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    transform: translateY(0)
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-one .row {
        flex-direction: column;
        max-height: none;
        margin-bottom: 30px;
        font-size: 14px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-one .row {
        flex-direction: column;
        max-height: none;
        margin-bottom: 30px
    }
}

.about-container .about-content .w-1430-one .row .row-title {
    background: linear-gradient(180deg, #0c0c0c 29.38%, #fff 83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 400;
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-one .row .row-title {
        font-size: 24px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-one .row .row-title {
        font-size: 24px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-one .row .row-title {
        font-size: 36px
    }
}

.about-container .about-content .w-1430-one .row .col-5 {
    font-weight: 400;
    line-height: 1.8 !important;
    color: #868686;
}

.about-container .about-content .w-1430-one .row p {
    text-align: center;
    font-weight: 400;
    line-height: 1.8 !important;
    color: #868686;
}

.about-container .about-content .w-1430-one .row div {
    line-height: 1.8 !important;
}

/*@media (max-width: 640px) {*/
/*    .about-container .about-content .w-1430-one .row p {*/
/*        font-size: 24px*/
/*    }*/
/*}*/

/*@media (min-width: 641px) and (max-width: 1024px) {*/
/*    .about-container .about-content .w-1430-one .row p {*/
/*        font-size: 30px*/
/*    }*/
/*}*/

/*@media (min-width: 1025px) {*/
/*    .about-container .about-content .w-1430-one .row p {*/
/*        font-size: 36px*/
/*    }*/
/*}*/

@media (max-width: 640px) {

    .about-container .about-content .w-1430-one .row .col-7,
    .about-container .about-content .w-1430-one .row .col-5,
    .about-container .about-content .w-1430-one .row .col-4 {
        width: 100%
    }
}

@media (min-width: 641px) and (max-width: 1024px) {

    .about-container .about-content .w-1430-one .row .col-7,
    .about-container .about-content .w-1430-one .row .col-5,
    .about-container .about-content .w-1430-one .row .col-4 {
        width: 100%
    }
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-one .row .col-5 {
        margin-bottom: 20px !important;
        margin-top: 30px !important
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-one .row .col-5 {
        margin-bottom: 20px !important;
        margin-top: 30px !important
    }
}

.about-container .about-content .w-1430-one .position-box {
    position: relative;
    background-color: #f08200;
    color: #fff;
    padding: 30px;
    text-align: left;
    z-index: 1;
    transition: all .4s ease
}

.about-container .about-content .w-1430-one .position-box p span {
    font-weight: 400;
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-one .position-box {
        max-width: 100%;
        margin-top: 20px;
        padding: 20px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-one .position-box {
        max-width: 100%;
        margin-top: 20px;
        padding: 20px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-one .position-box {
        max-width: 920px;
        margin-left: auto;
        margin-top: -300px;
        padding: 50px
    }
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-one .position-box p {
        font-size: 18px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-one .position-box p {
        font-size: 20px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-one .position-box p {
        font-size: 24px
    }
}

.about-container .about-content .w-1430-one .position-box p:last-child {
    margin-top: 20px;
    font-size: 14px
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-one .position-box p:last-child {
        font-size: 15px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-one .position-box p:last-child {
        font-size: 16px
    }
}

.about-container .about-content .w-1920-one {
    position: relative;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-one {
        margin-top: 100px;
        /* height: 80vh */
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-one {
        margin-top: 150px;
        /* height: 90vh */
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-one {
        margin-top: 200px;
        height: 100vh
    }
}

.about-container .about-content .w-1920-one .history-title {
    margin-bottom: 20px;
    background: linear-gradient(180deg, #f08200 29.38%, #fff 83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-one .history-title {
        font-size: 64px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-one .history-title {
        font-size: 96px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-one .history-title {
        font-size: 128px
    }
}

.about-container .about-content .w-1920-one p {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-one p {
        font-size: 24px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-one p {
        font-size: 30px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-one p {
        font-size: 36px
    }
}

.about-container .about-content .w-1920-one .year-box {
    padding: 10px;
    font-size: 16px;
    color: #959595;
    background-color: #ffffffb3;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-one .year-box {
        margin-top: 0
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-one .year-box {
        /* margin-top: 60vh */
        margin-top: 4vh;
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-one .year-box {
        /* margin-top: 65vh */
        margin-top: 0;
    }
}

.about-container .about-content .w-1920-one .year-box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent
}

.about-container .about-content .w-1920-one .year-box .col {
    display: inline;
    padding: 0 20px;
    cursor: pointer;
    transition: all .3s ease
}

@media (min-width: 641px) {
    .about-container .about-content .w-1920-one .year-box .col {
        padding: 0 43px
    }
}

.about-container .about-content .w-1920-one .year-box .col.active {
    color: #fff;
    background-color: #f08200;
    padding: 20px;
    font-weight: 500;
    transform: scale(1.1)
}

@media (min-width: 641px) {
    .about-container .about-content .w-1920-one .year-box .col.active {
        padding: 45px
    }
}

.about-container .about-content .w-1920-one .history-box {
    text-align: left;
    background-color: #f08200
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-one .history-box {
        margin-top: -300px;
        margin-left: 20px;
        padding: 20px;
        max-width: 90%
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-one .history-box {
        margin-top: -400px;
        margin-left: 50vw;
        padding: 40px;
        max-width: 400px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-one .history-box {
        margin-top: -500px;
        margin-left: 65vw;
        padding: 70px;
        max-width: 500px
    }
}

.about-container .about-content .w-1920-one .history-box .col {
    transition: opacity .5s ease, transform .5s ease
}

.about-container .about-content .w-1920-one .history-box .col.hidden {
    display: none;
    opacity: 0;
    transform: translateY(20px)
}

.about-container .about-content .w-1920-one .history-box .col.active {
    display: block;
    opacity: 1;
    transform: translateY(0)
}

.about-container .about-content .w-1920-one .history-box .col p:first-child {
    color: #fff;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: left
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-one .history-box .col p:first-child {
        font-size: 48px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-one .history-box .col p:first-child {
        font-size: 72px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-one .history-box .col p:first-child {
        font-size: 98px
    }
}

.about-container .about-content .w-1920-one .history-box .col p:last-child {
    color: #fff;
    white-space: pre-line;
    line-height: 1.6;
    font-weight: 400
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-one .history-box .col p:last-child {
        font-size: 16px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-one .history-box .col p:last-child {
        font-size: 18px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-one .history-box .col p:last-child {
        font-size: 20px
    }
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-two {
        margin-top: 80px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-two {
        margin-top: 120px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-two {
        margin-top: 150px
    }
}

.about-container .about-content .w-1430-two .container-title .culture-title {
    background: linear-gradient(180deg, #0c0c0c 29.38%, #fff 83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-weight: 400;
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-two .container-title .culture-title {
        font-size: 24px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-two .container-title .culture-title {
        font-size: 30px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-two .container-title .culture-title {
        font-size: 36px
    }
}

.about-container .about-content .w-1430-two .container-title p {
    color: #000;
    text-align: left;
    font-weight: 400;
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-two .container-title p {
        font-size: 24px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-two .container-title p {
        font-size: 30px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-two .container-title p {
        font-size: 36px
    }
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-two .container-box {
        margin-top: 40px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-two .container-box {
        margin-top: 60px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-two .container-box {
        margin-top: 70px
    }
}

.about-container .about-content .w-1430-two .container-box .nav-bar {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 10
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-two .container-box .nav-bar {
        flex-wrap: wrap
    }
}

.about-container .about-content .w-1430-two .container-box .nav-bar .nav-item {
    padding: 10px;
    cursor: pointer;
    font-weight: 400;
    color: #000;
    transition: all .3s ease;
    position: relative
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-two .container-box .nav-bar .nav-item {
        font-size: 16px;
        padding: 8px 15px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-two .container-box .nav-bar .nav-item {
        font-size: 20px;
        padding: 10px 36px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-two .container-box .nav-bar .nav-item {
        font-size: 24px;
        padding: 10px 110px 10px 0
    }
}

.about-container .about-content .w-1430-two .container-box .nav-bar .nav-item:hover,
.about-container .about-content .w-1430-two .container-box .nav-bar .nav-item.active {
    color: #ff6b00
}

.about-container .about-content .w-1430-two .container-box .nav-bar .nav-item.active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff6b00
}

.about-container .about-content .w-1430-two .container-box .main-content {
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center
}

@media (max-width: 640px) {
    .about-container .about-content .w-1430-two .container-box .main-content {
        padding: 30px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1430-two .container-box .main-content {
        padding: 60px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1430-two .container-box .main-content {
        padding: 100px
    }
}

.about-container .about-content .w-1430-two .container-box .main-content .content-panel {
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 15px #0000001a;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 5
}

@media (min-width: 641px) {
    .about-container .about-content .w-1430-two .container-box .main-content .content-panel {
        max-width: 660px;
        padding: 30px
    }
}

.about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-title {
    font-size: 20px;
    color: #ff6b00;
    margin-bottom: 15px;
    font-weight: 700
}

@media (min-width: 641px) {
    .about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-main-text {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px
}

@media (min-width: 641px) {
    .about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-main-text {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-sub-item {
    margin-bottom: 15px;
    cursor: pointer
}

.about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-sub-item .sub-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #ff6b00;
    margin-bottom: 5px
}

@media (min-width: 641px) {
    .about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-sub-item .sub-item-title {
        font-size: 16px
    }
}

.about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-sub-item .sub-item-content {
    transition: all .5s ease;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #666
}

@media (min-width: 641px) {
    .about-container .about-content .w-1430-two .container-box .main-content .content-panel .panel-sub-item .sub-item-content {
        font-size: 14px
    }
}

.about-container .about-content .w-1430-two .container-box .main-content .content-panel.active {
    opacity: 1;
    visibility: visible
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-two {
        margin-top: 80px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-two {
        margin-top: 120px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-two {
        margin-top: 150px
    }
}

.about-container .about-content .w-1920-two .honor-title {
    margin-bottom: 20px;
    background: linear-gradient(180deg, #f08200 29.38%, #fff 83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-two .honor-title {
        font-size: 64px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-two .honor-title {
        font-size: 96px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-two .honor-title {
        font-size: 128px
    }
}

.about-container .about-content .w-1920-two p {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

/*@media (max-width: 640px) {*/
/*    .about-container .about-content .w-1920-two p {*/
/*        font-size: 24px*/
/*    }*/
/*}*/

/*@media (min-width: 641px) and (max-width: 1024px) {*/
/*    .about-container .about-content .w-1920-two p {*/
/*        font-size: 30px*/
/*    }*/
/*}*/

/*@media (min-width: 1025px) {*/
/*    .about-container .about-content .w-1920-two p {*/
/*        font-size: 36px*/
/*    }*/
/*}*/

.about-container .about-content .w-1920-two .swiper {
    height: 400px;
    margin-top: 40px
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-two .swiper {
        height: 350px;
        margin-top: 60px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-two .swiper {
        height: 392px;
        margin-top: 70px
    }
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-two .swiper {
        height: 300px;
        margin-top: 50px
    }
}

.about-container .about-content .w-1920-two .swiper .swiper-slide {
    font-size: 18px;
    /* width: 80% */
}

.about-container .about-content .w-1920-two .swiper .swiper-slide {
    /* width: auto!important; */
    width: auto;
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-two .swiper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f5f5f5;
        overflow: hidden;
    }

    .about-container .about-content .w-1920-two .swiper .swiper-slide img {
        display: block;
        width: 50px;
        height: 100%;
        object-fit: cover
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-two .swiper .swiper-slide {
        /* width: 50% */
    }
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-two .swiper .swiper-slide {
        height: 300px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f5f5f5;
        overflow: hidden;
    }

    .about-container .about-content .w-1920-two .swiper .swiper-slide img {
        display: block;
        width: 50px;
        height: 100%;
        object-fit: cover
    }
}

.about-container .about-content .w-1920-two .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-container .about-content .w-1920-two .honor-more {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-two .honor-more {
        font-size: 14px;
        margin-top: 40px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-two .honor-more {
        font-size: 15px;
        margin-top: 60px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-two .honor-more {
        font-size: 16px;
        margin-top: 92px
    }
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-three {
        margin-top: 80px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-three {
        margin-top: 120px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-three {
        margin-top: 150px
    }
}

.about-container .about-content .w-1920-three .exhibition-title {
    margin-bottom: 20px;
    background: linear-gradient(180deg, #f08200 29.38%, #fff 83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-three .exhibition-title {
        font-size: 64px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-three .exhibition-title {
        font-size: 96px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-three .exhibition-title {
        font-size: 128px
    }
}

.about-container .about-content .w-1920-three p {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-three p {
        font-size: 24px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-three p {
        font-size: 30px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-three p {
        font-size: 36px
    }
}

.about-container .about-content .w-1920-three .exhibition-swiper .swiper-wrapper {
    height: auto;
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-three .exhibition-swiper {
        margin-top: 40px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-three .exhibition-swiper {
        margin-top: 50px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-three .exhibition-swiper {
        margin-top: 60px;
    }

    .about-container .about-content .w-1920-three .exhibition-swiper .swiper-slide {
        width: 610px;
    }
}

.about-container .about-content .w-1920-three .exhibition-swiper .swiper-slide .caption {
    margin-top: -30px;
    color: #ffffffbe;
    font-weight: 100;
    margin-left: 10px
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .swiper-slide .caption {
        font-size: 12px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .swiper-slide .caption {
        font-size: 14px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .swiper-slide .caption {
        font-size: 15px;
        margin-top: -40px;
        margin-left: 20px
    }
}

.about-container .about-content .w-1920-three .exhibition-swiper .exhibition-titles {
    margin-top: 20px;
    text-align: center;
    color: #f08200;
    font-weight: 500
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .exhibition-titles {
        font-size: 18px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .exhibition-titles {
        font-size: 22px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .exhibition-titles {
        font-size: 24px;
        margin-top: 30px
    }
}

.about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination {
        margin-top: 35px
    }

    .about-container .about-content .w-1920-one .my1swiper {
        height: 150px !important;
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination {
        margin-top: 40px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination {
        margin-top: 50px
    }
}

.about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-previous,
.about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-next {
    display: inline
}

@media (max-width: 640px) {

    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-previous,
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-next {
        margin: 0 20px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {

    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-previous,
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-next {
        margin: 0 50px
    }
}

@media (min-width: 1025px) {

    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-previous,
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-next {
        margin: 0 80px
    }
}

.about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-page {
    margin: 0 10px;
    cursor: pointer;
    color: #888;
    transition: color .2s
}

@media (max-width: 640px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-page {
        font-size: 16px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-page {
        font-size: 18px
    }
}

@media (min-width: 1025px) {
    .about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-page {
        font-size: 21px;
        margin: 0 20px
    }
}

.about-container .about-content .w-1920-three .exhibition-swiper .custom-pagination .custom-page.active {
    color: #f90;
    font-weight: 700
}

.about-container .about-content .w-1920-one .my1swiper {
    height: 20.833vw;
    margin-top: 1.354vw;
}

.about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide {
    /* width: 39.062vw;
    height: 13.541vw; */
    padding: 3.75vw;
    display: flex;
    gap: 3.229vw;
}

.about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide .l .pic {
    width: 19.739vw;
    height: 13.281vw;
    border: 7px solid #FFDDB4;
}
.about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide.swiper-slide-active .l .pic {
    border: 7px solid #F08200;
}

.about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide .l .pic img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide .r {
    display: flex;
    flex-direction: column;
    gap: 1.666vw;
}

.about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide .r .t1 {
    display: block;
    color: #F08200;
    font-family: "PingFang SC";
    font-size: 1.666vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide .r .t2 {
    color: #000;
    font-family: "PingFang SC";
    font-size: 0.937vw;
    font-style: normal;
    font-weight: 400;
    /* white-space: nowrap; */
    line-height: normal;
}
@media (max-width: 640px) {
    .about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide .l .pic {
        width: 200px !important;
        height: 134px;
        flex-shrink: 0;
        aspect-ratio: 379/255;
    }
    .about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide .r .t1 {
        font-size: 18px;
    }
    .about-container .about-content .w-1920-one .my1swiper .swiper-wrapper .swiper-slide .r .t2 {
        font-size: 12px;
        white-space: inherit;
    }
}