.about-sec {
    padding: 115px 0 100px;
}

.about-sec .about-flex {
    display: flex;
    justify-content: space-between;
}

.about-sec .about-flex .about-left {
    width: 31.07%;
}

.about-sec .about-flex .about-left .about-subtitle {
    font-weight: 400;
    font-size: 26px;
    color: #222222;
    line-height: 1.66;
    margin-top: .5em;
}

.about-sec .about-flex .about-left .circle-img-box {
    margin-top: 35px;
}

.about-sec .about-flex .about-left .circle-img-box img {
    display: block;
    max-width: 100%;
}

.about-sec .about-flex .about-right {
    width: 55.14%;
}

.about-sec .about-flex .about-right .about-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
}

.about-sec .about-flex .about-right .about-text p {
    all: revert;
    margin-top: 0;
}

.about-sec .about-flex .about-right .stats-grid {
    margin-top: 108px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 0;
}

.about-sec .about-flex .about-right .stat-item {
    border-left: 3px solid #E5E5E5;
    padding: 0 26px;
}

.about-sec .about-flex .about-right .stat-item .stat-num {
    line-height: 1;
    font-family: Bahnschrift;
    font-weight: 600;
    font-size: 18px;
    color: #E50012;
    vertical-align: middle;
}

.about-sec .about-flex .about-right .stat-item .stat-num span {
    display: inline-block;
    vertical-align: middle;
}

.about-sec .about-flex .about-right .stat-item .stat-num span:not(:last-child) {
    padding-right: 4px;
}

.about-sec .about-flex .about-right .stat-item .stat-label {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    line-height: 1;
    margin-top: 8px;
}

.history-section {
    background: #F7F7F7;
}

.culture-sec {
    padding: 120px 0 152px;
    background: url(../images/about-2.jpg);
    background-size: cover;
}

.culture-sec .section-title {
    color: #fff;
}

.culture-sec .culture-grid {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.culture-sec .culture-card {
    padding: 62px 45px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.culture-sec .culture-card .icon {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.culture-sec .culture-card .icon img {
    max-width: 100%;
    max-height: 100%;
    transition: all .6s;
}

.culture-sec .culture-card:hover .icon img {
    transform: rotateY(180deg);
}

.culture-sec .culture-card h3 {
    font-weight: bold;
    font-size: 22px;
    color: #222222;
    line-height: 24px;
    margin-top: 15px;
    transition: all .6s;
}

.culture-sec .culture-card:hover h3 {
    color: #E50012;
}

.culture-sec .culture-card p {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-top: 13px;
}

.honors-sec {
    padding: 120px 0;
}

.honors-sec .honors-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.honors-sec .honors-header .honors-tabs {
    display: flex;
    gap: 16px;
}

.honors-sec .honors-header .honors-tabs .tab-btn {
    padding: 0 28px;
    line-height: 40px;
    background: #F6F6F6;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #505153;
    transition: all .6s;
}

.honors-sec .honors-header .honors-tabs .tab-btn:hover,
.honors-sec .honors-header .honors-tabs .tab-btn.active {
    background: #E50012;
    color: #fff;
}

.honors-sec .swiper-honor {
    display: none;
}

.honors-sec .swiper-honor .swiper {
    padding: 48px 0;
}

.honors-sec .swiper-honor.active {
    display: block;
    animation: fadeInUpSmall .6s ease-in-out forwards;
}

.honors-sec .swiper-honor .swiper-slide {
    width: 23.71%;
    background: #FFFFFF;
    box-shadow: 0px 12px 46px 0px rgba(18, 63, 138, 0.08);
    border-radius: 20px;
    padding: 20px 20px 34px;
}

.honors-sec .swiper-honor .swiper-slide:not(:last-child) {
    margin-right: 1.71%;
}

.honors-sec .swiper-honor .swiper-slide .picCover {
    padding-top: 70.89%;
}

.honors-sec .swiper-honor .swiper-slide .picCover img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.honors-sec .swiper-honor .swiper-slide p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    text-align: center;
    transition: all .6s;
}

.honors-sec .swiper-honor .swiper-slide:hover p {
    color: #E50012;
}

.honors-sec .swiper-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.honors-sec .swiper-controls .btn {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 2px solid #CED2D4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(206, 210, 212, 1);
    transition: all .6s;
    cursor: pointer;
}

.honors-sec .swiper-controls .btn .iconfont {
    font-weight: bold;
}

.honors-sec .swiper-controls .btn:hover {
    background: #E50416;
    color: #fff;
    border-color: #E50416;
}

.honors-sec .swiper-controls .swiper-pagination {
    position: relative;
    margin-left: 36px;
    bottom: 0;
    flex: 1;
    height: 1px;
    background: #EBF0F3;
}

.honors-sec .swiper-controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: -1px;
    height: 3px;
    background: #E50416;
}

@media (max-width:1440px) {
    .about-sec .about-flex .about-right {
        width: 64%;
    }
}

@media (max-width:1199px) {

    .honors-sec,
    .culture-sec,
    .about-sec {
        padding: 75px 0;
    }

    .culture-sec .culture-grid,
    .about-sec .about-flex .about-right .stats-grid {
        margin-top: 45px;
    }

    .honors-sec .swiper-honor .swiper {
        padding: 45px 0;
    }

    .about-sec .about-flex .about-left .about-subtitle {
        font-size: 24px;
    }

    .culture-sec .culture-card {
        padding: 40px 30px;
    }

    .culture-sec .culture-card .icon {
        width: 46px;
        height: 46px;
    }

    .culture-sec .culture-card h3 {
        font-size: 20px;
    }
}

@media (max-width:1024px) {
    .culture-sec .culture-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-sec .about-flex .about-left .about-subtitle {
        font-size: 22px;
    }

    .honors-sec,
    .culture-sec,
    .about-sec {
        padding: 65px 0;
    }

    .culture-sec .culture-grid,
    .about-sec .about-flex .about-right .stats-grid {
        margin-top: 40px;
    }

    .honors-sec .swiper-honor .swiper {
        padding: 40px 0;
    }

    .about-sec .about-flex {
        flex-direction: column;
    }

    .about-sec .about-flex .about-left,
    .about-sec .about-flex .about-right {
        width: 100%;
    }

    .about-sec .about-flex .about-left .circle-img-box {
        display: none;
    }

    .about-sec .about-flex .about-right {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .culture-sec .culture-card h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .culture-sec .culture-card p {
        margin-top: 8px;
    }

    .culture-sec .culture-card {
        padding: 25px 20px;
    }

    .culture-sec .culture-card .icon {
        width: 38px;
        height: 38px;
    }

    .about-sec .about-flex .about-left .about-subtitle {
        font-size: 20px;
    }

    .honors-sec,
    .culture-sec,
    .about-sec {
        padding: 55px 0;
    }

    .culture-sec .culture-grid,
    .about-sec .about-flex .about-right .stats-grid {
        margin-top: 30px;
    }

    .honors-sec .swiper-honor .swiper {
        padding: 30px 0;
    }

    .about-sec .about-flex .about-right {
        margin-top: 15px;
    }

    .honors-sec .swiper-controls .swiper-pagination {
        margin-left: 10px;
    }

    .honors-sec .swiper-controls .btn {
        width: 40px;
        height: 40px;
    }

    .honors-sec .swiper-honor .swiper-slide {
        width: 48.5%;
    }

    .honors-sec .swiper-honor .swiper-slide:not(:last-child) {
        margin-right: 3%;
    }

    .honors-sec .honors-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .honors-sec .honors-header .honors-tabs {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .honors-sec .swiper-honor .swiper-slide {
        padding-bottom: 20px;
    }

    .honors-sec .honors-header .honors-tabs {
        gap: 10px;
    }

    .honors-sec .honors-header .honors-tabs .tab-btn {
        padding: 0 20px;
        font-size: 15px;
    }

    .culture-sec .culture-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-sec .about-flex .about-right .stat-item .stat-label {
        font-size: 12px;
    }

    .about-sec .about-flex .about-right .stat-item {
        padding: 0 9px;
        border-left-width: 2px;
    }

    .about-sec .about-flex .about-left .about-subtitle {
        font-size: 18px;
    }

    .honors-sec,
    .culture-sec,
    .about-sec {
        padding: 45px 0;
    }

    .culture-sec .culture-grid,
    .about-sec .about-flex .about-right .stats-grid {
        margin-top: 25px;
    }

    .honors-sec .swiper-honor .swiper {
        padding: 25px 0;
    }
}