/* 公司简介区块 */
.about-intro-section {
    padding: 80px 0;
    background: url(../images/aboutbg.jpg) no-repeat center bottom;
    background-size: contain;
    position: relative;
}

/* 标题区域 */
.about-intro-header {
    text-align: center;
    margin-top: 30px;
    margin-bottom:50px;
    position: relative;
}

.about-intro-bg-text {
    font-size:48px;
    font-weight: normal;
    color: #F5F5F5;
    letter-spacing: 0;
    margin-bottom: -30px;
    text-transform: uppercase;
}

.about-intro-title {
    font-size: 42px;
    font-weight: 500;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}
.about-intro-desc {
    font-size: 18px;
    color: #5C5C5C;
    padding-top: 12px;
    line-height: 1.5;
    padding-top: 14px;
    max-width: 880px;
    margin: 0 auto;
}

/* 内容区域 */
.about-intro-content {
    font-size: 18px;
    color: #65686D;
}

/* 左侧图片 */
.about-intro-image {
    flex-shrink: 0;
    margin-right: 44px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    padding-bottom: 10px;
    cursor: pointer;
}

.about-intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 播放按钮 */
.about-intro-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.about-intro-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.about-intro-play-btn svg {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

/* 右侧文字 */
.about-intro-text {
    flex: 1;
    text-align: center;
    padding-top: 20px;
}

.about-intro-text p {
    line-height: 1.8;
    color: #666;
    margin: 0 0 24px 0;
}

.about-intro-text p:last-child {
    margin-bottom: 0;
}

/* 响应式设计 */
/* 平板响应式 */
@media screen and (max-width: 1440px) {
    .about-intro-image {
        margin-right: 24px;
        width: 45%;
    }
    .about-intro-image img {

    }
}
@media screen and (max-width: 1200px) {
}
@media (max-width: 1024px) {
    .about-intro-content {
        flex-direction: column;
        gap: 40px;
    }
    .about-intro-header {
    margin-bottom:20px;
}

    .about-intro-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-intro-bg-text img{
        height: 20px !important;

    }
    .about-intro-section {
        padding: 30px 0;
    }

    .about-intro-header {
        margin-bottom: 0px;
    }

    .about-intro-bg-text {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: -20px;
    }

    .about-intro-title {
        font-size: 20px;
    }

    .about-intro-content {
        gap: 30px;
    }

    .about-intro-text p {
        font-size: 14px;
        line-height: 1.8;
        margin: 0 0 10px 0;
    }
    .about-history-content {
    flex-wrap: wrap;
}

}

/* 数字增长区块 */
.about-stats-section {
    padding: 60px 0 0;
    background-color: #fff;
   border-radius: 12px;
   margin-top: 40px;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
}

/* 统计项 */
.about-stats-item {
    text-align: center;

}

/* 数字区域 */
.about-stats-number {
    font-size: 48px;
    font-weight: 700;
    color: #30519b;
    line-height: 1;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.about-stats-number .data-num {
    display: inline-block;
    color: #30519b;
}

.about-stats-unit {
    font-size: 40px;
    font-weight: 400;
    position: relative;
    top: -3px;
    font-weight: bold;
    padding-left: 5px;
}
.about-stats-unit sup {
    font-weight: 400;
    color: #1d1d1d;
    font-size: 30px;
    padding-left: 4px;
}


/* 标签文字 */
.about-stats-label {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}
.about-stats-unit2 {
    font-size: 20px;
    color: #1d1d1d;
}
.about-stats-unit2 sup {
    font-size: 14px;
    padding-left: 0;
}

.about-stats-unit3 {
    font-size: 23px;
    top: 0;
    margin-top: 18px;
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .about-stats-number {
        font-size: 30px;
    }
    .about-stats-unit {
        font-size:18px;
        top: 0;
    }
    .about-stats-section {
        padding: 20px 0;
        margin-top: 30px;
    }
}
@media (max-width: 1024px) {
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .about-stats-section {
        padding: 20px 0;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .about-stats-number {
        font-size: 26px;
    margin-bottom: 4px;
    }

    .about-stats-unit {
        font-size: 18px;
    }

    .about-stats-label {
        font-size: 12px;
    }
}

/* 公司图片展示 */
.about-images-section {
    padding: 60px 0;
}

.about-images-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.about-image-item {
    width: 100%;
    overflow: hidden;
}

.about-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.about-image-item:hover img {
    transform: scale(1.05);
}

/* 响应式设计 - 图片展示 */
@media (max-width: 1024px) {
    .about-images-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .about-images-section {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .about-images-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .about-images-section {
        padding: 30px 0;
    }
}
.about-honor-section .wrap {
    padding: 0 30px;
}
/* 公司环境展示 */
.about-environment-grid {
    display: grid;
    grid-template-columns: 412px 1fr 412px;
    gap:31px;
    margin-top: 50px;
}
.about-environment-grid img {
    padding:13px 18px;
}

.about-environment-left {
    width: 412px;
    overflow: hidden;

    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.about-environment-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.about-environment-left:hover img {
    /* transform: scale(1.05); */
}

.about-environment-center {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-environment-center .about-environment-item {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.about-environment-center .about-environment-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.about-environment-center .about-environment-item:hover img {
    /* transform: scale(1.05); */
}

.about-environment-right {
    width: 412px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.about-environment-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.about-environment-right:hover img {
    /* transform: scale(1.05); */
}

/* 响应式设计 - 公司环境 */
@media (max-width: 1024px) {
    .about-environment-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .about-environment-right {
        grid-row: span 1;
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .about-environment-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .about-environment-left,
    .about-environment-right {
        grid-row: span 1;
        grid-column: span 1;
    }
}

.about-team-section {
    padding: 100px 0  125px;
    background: url(../images/about_team_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
/* 荣誉资质轮播 */
.about-honor-section {
    padding: 80px 0 163px;
    background-color: #fcfcfc;
}

.about-honor-swiper-box {
    position: relative;
    margin-top: 80px;
    padding: 0 80px;
}

.about-honor-swiper {
    overflow: hidden;
}

.about-honor-swiper .swiper-slide {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}


.about-honor-swiper .swiper-slide:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.about-honor-swiper .swiper-slide {
    width: 338px;
}
.about-honor-swiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.about-honor-swiper .swiper-pagination {
    bottom: -40px;
}

.about-honor-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
}

.about-honor-swiper .swiper-pagination-bullet-active {
    background: #c8161d;
    width: 24px;
    border-radius: 5px;
}

.about-honor-swiper-box .swiper-button-next,
.about-honor-swiper-box .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.about-honor-swiper-box .swiper-pagination{
    display: none;
}



.about-honor-swiper-box .swiper-button-next::after,
.about-honor-swiper-box .swiper-button-prev::after {
    display: none;
}

.about-honor-swiper-box .swiper-button-prev {
    background-image: url(../images/aboutleft.png);
}

.about-honor-swiper-box .swiper-button-next {
    background-image: url(../images/aboutright.png);
}

.about-honor-swiper-box .swiper-button-next:hover,
.about-honor-swiper-box .swiper-button-prev:hover {
    opacity: 0.7;
}

.about-honor-swiper-box .swiper-button-next {
    right: 0;
}

.about-honor-swiper-box .swiper-button-prev {
    left: 0;
}

/* 响应式设计 - 荣誉资质 */
@media (max-width: 1024px) {
    .about-honor-section {
        padding: 60px 0;
    }
    
    .about-honor-swiper-box {
        padding: 0 50px;
    }
}

@media (max-width: 768px) {
    .about-honor-section {
        padding: 40px 0;
    }
    
    .about-honor-swiper-box {
        padding: 0 40px;
    }
    
    .about-honor-swiper-box .swiper-button-next,
    .about-honor-swiper-box .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}

/* 标题 */
.about-advantage-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    position: relative;
  padding-bottom: 15px;
}
.about-advantage-title::after {
   content: ' ';
   display: inline-block;
   width: 20px;
   height: 2px;
   background: #0153a7;
   position: absolute;
   left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.about-advantage-blue .about-advantage-title {
    color: #fff;
}

.about-advantage-blue .about-advantage-title::after {
   background: #c3e1ff;
}

.about-advantage-white .about-advantage-title {
    color: #333;
}

/* 描述文字 */
.about-advantage-desc {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}
.tacl {
    text-align-last: left;
}
.about-advantage-blue .about-advantage-desc {
    color: rgba(255, 255, 255, 0.9);
}

.about-advantage-white .about-advantage-desc {
    color: #666;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .about-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .about-advantage-item {
        min-height: 250px;
    }

    .about-advantage-content {
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .about-advantage-section {
        padding: 40px 0 0;
    }

    .about-advantage-grid {
        grid-template-columns: 1fr;
    }
.about-advantage-image {
    height: 160px;
}
    .about-advantage-item {
        min-height: 160px;
    }

    .about-advantage-content {
        padding: 25px 20px;
    }

    .about-advantage-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about-advantage-desc {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* 发展历程区块 */
.about-history-section {
    padding: 80px 0;
    background-color: #fff;
}

/* 时间线容器 */
.about-history-timeline {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
}
.about-history-timeline::after{
    content: ' ';
    position: absolute;
    top: 0;
    margin-left: -16px;;
    left: 50%;
    transform:translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/mo1.png) no-repeat center center;
}

/* 中间的竖线 */
.about-history-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e7e9f2;
    transform: translateX(-50%);
}

/* 时间节点项 */
.about-history-item {
    position: relative;
    width: 50%;
    padding: 0 20px;
    margin-top: -20px;
}

/* 左侧节点 */
.about-history-left {
    left: 50%;
    text-align: left;
}

/* 右侧节点 */
.about-history-right {
    left: 0;
    text-align: right;
}

/* 内容卡片 */
.about-history-content {
    background: #eeeeee;
    padding: 25px 30px;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    align-items: center;
}
.about-history-content::after {
    content: ' ';
    width:20px;
    position: absolute;
    left: 0;
    height: 2px;
    background: #e7e9f2;

}
.about-history-item:nth-child(2n) .about-history-content::after {
   right: 0;
   left: inherit;

}
.about-history-content:hover {
    background: #EEEEEE;
}

/* 标题 */
.about-history-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px 0;
}

/* 描述文字 */
.about-history-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* 年份标签 */
.about-history-year {
    font-size: 28px;
    font-weight: 500;
    padding: 0 20px 0 0;
    color: #1E4B93;
    display: flex;

}

.about-history-item .about-history-content {
    flex-direction: row;
}

.about-history-item:nth-child(2n) .about-history-content{
    flex-direction: row-reverse;
}
.about-history-item:nth-child(2n) .about-history-year {
    padding: 0 0 0 25px;
}

/* 圆点 */
.about-history-dot {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #30519b;
    border: 3px solid #86a4e8;
    border-radius: 50%;
    z-index: 2;
}

.about-history-left .about-history-dot {
    left: -8px;
}

.about-history-right .about-history-dot {
    right: -8px;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .about-history-timeline::before {
        left: 30px;
    }

    .about-history-item {
        width: 100%;
        left: 0 !important;
        padding: 0 0 0 80px;
        text-align: left !important;
    }

    .about-history-year {
        left: -5px !important;
        right: auto !important;
    }

    .about-history-dot {
        left: 22px !important;
        right: auto !important;
    }
}

@media (max-width: 768px) {
    .about-history-section {
        padding: 50px 0 20px;
    }

    .about-history-timeline {
        padding: 20px 0 0;
    }

    .about-history-item {
        padding: 0 0 0 60px;
        margin-bottom: 40px;
    }

    .about-history-content {
        padding: 20px;
    }

    .about-history-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about-history-desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-history-year {
        font-size: 18px;
        padding: 3px 10px;
    }

    .about-history-dot {
        width: 12px;
        height: 12px;
        border-width: 3px;
    }
    .about-history-year {
        font-size: 18px;
        padding: 0 0 8px;
    }
}

/* 标题区域 */
.about-vision-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.about-vision-bg-text {
    font-size: 48px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1);
    letter-spacing: 2px;
    margin-bottom: -30px;
    text-transform: uppercase;
}

.about-vision-title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* 愿景卡片网格 */
.about-vision-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

/* 单个愿景卡片 */
.about-vision-card {
    text-align: center;
    padding: 40px 20px;
    transition: all 0.3s ease;
}

.about-vision-card:hover {
    transform: translateY(-10px);
}

/* 图标区域 */
.about-vision-icon {
    margin: 0 auto 5px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.about-vision-card:hover .about-vision-icon {
    transform: scale(1.1);
}

/* ========================================
   视频播放弹窗
   ======================================== */

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.video-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.video-popup-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1000px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.video-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
}

.video-popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.video-popup-content video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 80vh;
}

/* 视频弹窗响应式 */
@media (max-width: 768px) {
    .video-popup-content {
        width: 95%;
        max-width: 100%;
    }
    
    .video-popup-close {
        top: -35px;
        width: 32px;
        height: 32px;
    }
    
    .video-popup-content video {
        max-height: 70vh;
    }

}

@media (max-width: 480px) {
    .video-popup-content {
        width: 100%;
        border-radius: 0;
    }
    
    .video-popup-close {
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.6);
    }
    
    .video-popup-content video {
        max-height: 60vh;
    }
}


/* 卡片标题 */
.about-vision-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
}

/* 卡片描述 */
.about-vision-card-desc {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 1600px) {
                .about-intro-content {
font-size: 16px;
                }
.about-intro-header {
    margin-top: 20px;
    margin-bottom: 40px;
}.about-stats-label {
    font-size: 14px;
}
.about-honor-swiper-box {
    position: relative;
    margin-top: 50px;
    padding: 0 60px;
}.about-honor-section {
    padding: 80px 0 123px;
}
.footer-links-btn {
    font-size: 14px;
}
.about-team-section {
    padding: 80px 0 125px;}
                /* 1600结尾
                 */
}
@media (max-width: 1440px) {

    .about-intro-title {
            font-size: 32px;
    }
    .about-honor-section {
        padding: 40px 0 70px;
    }
    .about-environment-left ,.about-environment-right {
        width: 360px;
    }
    .about-environment-center {
        width: 420px;
    }
    .about-environment-grid {
    grid-template-columns: 360px 1fr 360px;
    gap: 31px;
    margin-top: 50px;
}
.about-environment-center {
    text-align: center;
}.about-stats-grid {
    gap: 20px;
}
.about-stats-section {
    padding: 30px 0 0;
    margin-top: 20px;
}
    .about-intro-content {
        font-size: 14px;
    }
    .about-intro-text {
    padding-top: 0px;
}
    .about-intro-header {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .about-intro-section {
    padding: 40px 0;
}
                /* 1440结尾 */
}
@media (max-width: 1200px) {
    .about-intro-title {
            font-size:29px;
    }
.about-intro-text br{display: none;}
.about-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.about-stats-unit sup {
    font-size: 24px;
}.about-images-section {
    padding: 30px 0;
}
.about-history-section {
    padding: 50px 0;
    background-color: #fff;
}
    .about-environment-left ,.about-environment-right {
        width: 300px;
    }
    .about-environment-center {
        width: 340px;
    }
    .about-environment-grid {
    grid-template-columns: 300px 1fr 300px;
    gap: 31px;
    margin-top: 50px;
}
    .about-team-section {
        padding: 40px 0 60px;
    }
        .about-honor-swiper-box {
        position: relative;
        margin-top: 30px;
        padding: 0 40px;
    }
    .about-honor-swiper-box .swiper-button-next, .about-honor-swiper-box .swiper-button-prev {
        width: 30px;

        height: 30px;
    }
    .about-stats-unit2 {
        top: 0;
    }
    .about-stats-unit3 {
        top: -2px;
    }
    .about-stats-unit2 sup {
        font-size: 12px;
    }
    .about-stats-unit {
        top: -5px;
    }
                /* 1200结尾 */
}
@media (max-width: 1024px) {
    .about-intro-title {
            font-size:25px;
    }
    .about-vision-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .about-vision-card {
        padding: 35px 15px;
    }
    .about-history-item:nth-child(2n) .about-history-content {
        flex-direction: row;
    }
    .about-history-item:nth-child(2n) .about-history-year {
    padding: 0 25px 0 0 ;
}
    .about-history-item {
        padding: 0 0 0 ;
        margin-bottom: 30px;
    }
   /* .about-history-dot,.about-history-timeline::after{
        display: none;
    }
    .about-history-timeline::before {
        display: none;
    } */
    /* 1024结尾 */
}

@media (max-width: 991px) {
    .about-intro-title {
            font-size:22px;
    }
    .about-intro-header {
        margin-bottom: 20px;
    }
     .about-intro-section {
        padding: 30px 0;
    }
    .about-history-timeline::after {
        left: 0;
        transform: translateY(-50%);

    }   
    .about-history-timeline::before {
        left: 0px;
    }
        .about-history-dot {
        left: -9px !important;
          }
          .about-history-item{
            padding-left:20px;
          }
          .about-history-content::after {
            display: none;
          }
    .about-environment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top:30px;
        width: 100%;
    }
    .about-environment-center {
        width: 100%;
    }
    .about-environment-left, .about-environment-right {
        width: 100%;
    }
    /* 991结尾 */
}
@media (max-width: 768px) {
    .about-honor-swiper-box .swiper-button-next, .about-honor-swiper-box .swiper-button-prev {
        /* display: none; */
    }
        .about-honor-swiper-box {
        position: relative;
        margin-top: 30px;
        padding: 0 40px;
    }
    .about-honor-section .wrap {
    padding: 0 0px;
}
    .about-vision-section {
        padding: 50px 0;
    }
    .about-history-content {
        padding:10px;
    }
    .about-history-item {
        margin-top: 0px;
        padding-left:30px;
        margin-bottom: 15px;
    }
        .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .about-history-content::after {
        content: ' ';
        width: 12px;
        position: absolute;
        left: 0;
        height: 2px;
        background: #e7e9f2;
    }
        .about-stats-label {
        font-size: 12px;
    }
    .about-history-dot {
        left: 12px !important;
        right: auto !important;
    }
        .about-stats-unit {
        top: -6px;
    }
    .about-history-timeline::after {
        margin-left: -11px;
        left: 0;
        transform: translateY(-50%);
        width:22px;
        height: 22px;
        background: url(../images/mo1.png) no-repeat center center;
        background-size: contain;
    }
    .about-history-timeline::before {
        left: 0px;
    }
    .about-history-item:nth-child(2n) .about-history-content::after {
        right: inherit;
        left: 0;
    }
    .about-vision-header {
        margin-bottom:20px;
    }

    .about-vision-bg-text {
        font-size: 20px;
        letter-spacing: 5px;
        margin-bottom: -20px;
    }

    .about-vision-title {
        font-size: 20px;
    }

    .about-vision-grid {
        /* grid-template-columns: 1fr; */
        gap: 30px;
    }

    .about-vision-card {
        padding:0px;
    }

    .about-vision-card-title {
        font-size: 18px;
        margin: 0 0 4px 0;
    }

    .about-vision-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .about-vision-icon img {
        width: 40px;
        height: 40px;
    }
    .about-vision-card-desc {
        font-size: 13px;
        line-height: 1.6;
    }


    .about-vision-icon svg {
        width: 70px;
        height: 70px;
    }
    .diswap {
        display: none;
    }

    .about-intro-header {
        margin-top: 12px;
        margin-bottom: 12px;
    }


    
    .about-stats-unit2 {
        top: 0;
    }
    .about-stats-unit {
        top: -7px;
        font-size: 16px;
    }
    .about-stats-unit3 {
        top: -8px;
    }
        .about-history-dot {
        left: -6px !important;
        right: auto !important;
    }
        .about-history-item {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .about-intro-desc {
        font-size: 14px;
    }
}
