/* ==========================================================
   企业介绍 / 关于我们 2026
   所有样式使用 about2026 前缀
========================================================== */

.about2026-intro,
.about2026-timeline,
.about2026-mobile-hero,
.about2026-mobile-intro,
.about2026-mobile-sections,
.about2026-intro *,
.about2026-timeline *,
.about2026-mobile-hero *,
.about2026-mobile-intro *,
.about2026-mobile-sections * {
    box-sizing: border-box;
}


.about2026-container {
    position: relative;

    width: 1200px;
    max-width: calc(100% - 40px);

    margin: 0 auto;
}



/* ==========================================================
   PC 企业介绍
========================================================== */

.about2026-intro {
    position: relative;

    width: 100%;

    padding: 70px 0 55px;

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

    overflow: hidden;
}


.about2026-intro-grid {
    display: grid;

    grid-template-columns: 44% 56%;

    align-items: center;

    gap: 55px;
}


/* 左侧图片 */

.about2026-intro-image {
    width: 100%;

    overflow: hidden;

    border-radius: 46px 0 46px 0;
}


.about2026-intro-image img {
    display: block;

    width: 100%;
    height: 330px;

    object-fit: cover;
}


/* 右侧 */

.about2026-intro-content {
    padding-right: 35px;
}


.about2026-intro-content h1 {
    margin: 0 0 25px;

    color: #333;

    font-size: 34px;
    line-height: 1.25;

    font-weight: 700;
}


.about2026-intro-text {
    color: #333;

    font-size: 14px;
    line-height: 1.85;
}


.about2026-intro-text p {
    margin: 0;
}


.about2026-intro-text-first {
    margin-bottom: 12px;
}


.about2026-intro-text-second {
    margin-top: 4px;
}



/* ==========================================================
   PC 主时间轴
========================================================== */

.about2026-timeline {
    position: relative;

    width: 100%;

    padding: 55px 0 90px;

    background: #fff;

    overflow: hidden;
}


.about2026-timeline-grid {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        72px
        minmax(0, 1fr);

    width: 100%;
}


/* 中央竖线 */

.about2026-timeline-grid::before {
    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;
    top: 28px;
    bottom: 25px;

    width: 1px;

    background: #999;

    transform: translateX(-50%);
}



/* ==========================================================
   共用节点
========================================================== */

.about2026-node {
    position: relative;

    z-index: 2;

    min-width: 0;
}


.about2026-node-left {
    grid-column: 1 / 3;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        1fr
        17px;

    align-items: start;
}


.about2026-node-right {
    grid-column: 2 / 4;

    display: grid;

    grid-template-columns:
        17px
        50px
        minmax(0, 1fr);

    align-items: start;
}


/* 左节点内容 */

.about2026-node-left .about2026-node-content {
    grid-column: 1;
}


/* 右节点内容 */

.about2026-node-right .about2026-node-content {
    grid-column: 3;
}


/* 节点水平线 */

.about2026-node-line {
    display: block;

    height: 1px;

    margin-top: 19px;

    background: #8f8f8f;
}


.about2026-node-left .about2026-node-line {
    grid-column: 2;
}


.about2026-node-right .about2026-node-line {
    grid-column: 2;
}


/* ==========================================================
   星形节点
========================================================== */

.about2026-node-star {
    position: relative;

    z-index: 5;

    display: block;

    width: 17px;
    height: 17px;

    margin-top: 11px;
}


.about2026-node-left .about2026-node-star {
    grid-column: 3;
}


.about2026-node-right .about2026-node-star {
    grid-column: 1;
}


/* 横向星光 */

.about2026-node-star::before {
    content: "";

    position: absolute;

    left: 0;
    top: 8px;

    width: 17px;
    height: 1px;

    background: #111;
}


/* 竖向星光 */

.about2026-node-star::after {
    content: "";

    position: absolute;

    left: 8px;
    top: 0;

    width: 1px;
    height: 17px;

    background: #111;

    box-shadow:
        0 0 5px rgba(0,0,0,.55),
        0 0 8px rgba(0,0,0,.25);
}



/* ==========================================================
   标题
========================================================== */

.about2026-node h2 {
    margin: 0 0 24px;

    color: #111;

    font-size: 31px;
    line-height: 1.35;

    font-weight: 700;
}


.about2026-node-text {
    color: #333;

    font-size: 14px;
    line-height: 1.8;
}


.about2026-node-text p {
    margin: 0;
}



/* ==========================================================
   不同节点垂直位置
========================================================== */

.about2026-node-chain {
    grid-row: 1;

    margin-bottom: 50px;
}


.about2026-node-space {
    grid-row: 2;

    margin-top: 5px;
    margin-bottom: 85px;
}


.about2026-node-standard {
    grid-row: 3;

    margin-bottom: 100px;
}


.about2026-node-cas {
    grid-row: 4;

    margin-bottom: 40px;
}


.about2026-node-academician {
    grid-row: 5;

    margin-top: -120px;
}



/* ==========================================================
   航天图片
========================================================== */

.about2026-space-image {
    width: 100%;

    margin-top: 30px;
}


.about2026-space-image img {
    display: block;

    width: 100%;
    max-width: 520px;

    height: auto;

    margin: 0 auto;

    object-fit: contain;
}



/* ==========================================================
   中科院合作
========================================================== */

.about2026-cas-gallery {
    width: 100%;

    margin-top: 22px;
}


.about2026-cas-item {
    width: 100%;

    margin: 0 0 8px;
}


.about2026-cas-item img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}


.about2026-cas-item figcaption {
    margin-top: 5px;

    color: #666;

    font-size: 11px;
    line-height: 1.5;
}


.about2026-cas-desc {
    margin-top: 12px;

    color: #333;

    font-size: 13px;
    line-height: 1.7;
}



/* ==========================================================
   院士领军
========================================================== */

.about2026-academician-image {
    width: 100%;

    margin-top: 32px;
}


.about2026-academician-image img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}



/* ==========================================================
   PC右侧栏目导航
========================================================== */

.about2026-side-nav {
    position: absolute;

    z-index: 10;

    top: 0;
    right: 0;

    width: 138px;
}


.about2026-side-nav a {
    display: flex;

    align-items: center;
    justify-content: space-between;

    min-height: 44px;

    padding: 0 10px;

    border-bottom: 1px solid #aaa;

    color: #333;

    font-size: 14px;

    text-decoration: none;

    transition:
        color .25s ease,
        padding-left .25s ease;
}


.about2026-side-nav a i {
    font-style: normal;

    color: #666;

    font-size: 16px;
}


.about2026-side-nav a:hover {
    padding-left: 15px;

    color: #ef6c23;
}


.about2026-side-nav a.active {
    display: none;
}



/* ==========================================================
   MOBILE 默认隐藏
========================================================== */

.about2026-mobile-hero,
.about2026-mobile-intro,
.about2026-mobile-sections {
    display: none;
}



/* ==========================================================
   iPad
========================================================== */

@media (min-width: 769px) and (max-width: 1100px) {

    .about2026-container {
        width: calc(100% - 48px);
        max-width: none;
    }


    /* 企业介绍 */

    .about2026-intro {
        padding: 55px 0 45px;
    }


    .about2026-intro-grid {
        grid-template-columns: 43% 57%;

        gap: 35px;
    }


    .about2026-intro-image img {
        height: 275px;
    }


    .about2026-intro-content h1 {
        margin-bottom: 18px;

        font-size: 28px;
    }


    .about2026-intro-text {
        font-size: 12px;
        line-height: 1.7;
    }


    /* 时间线 */

    .about2026-timeline {
        padding: 45px 0 70px;
    }


    .about2026-node h2 {
        margin-bottom: 18px;

        font-size: 25px;
    }


    .about2026-node-text {
        font-size: 12px;
        line-height: 1.7;
    }


    .about2026-node-left {
        grid-template-columns:
            minmax(0, 1fr)
            .8fr
            17px;
    }


    .about2026-node-right {
        grid-template-columns:
            17px
            38px
            minmax(0, 1fr);
    }


    .about2026-side-nav {
        width: 115px;
    }


    .about2026-side-nav a {
        min-height: 39px;

        font-size: 12px;
    }


    .about2026-node-academician {
        margin-top: -80px;
    }

}



/* ==========================================================
   MOBILE <= 768
========================================================== */

@media (max-width: 768px) {

    /* ======================================================
       PC内容隐藏
    ====================================================== */

    .about2026-intro,
    .about2026-timeline {
        display: none;
    }


    .about2026-mobile-hero,
    .about2026-mobile-intro,
    .about2026-mobile-sections {
        display: block;
    }


    .about2026-mobile-container {
        width: calc(100% - 28px);

        margin: 0 auto;
    }



    /* ======================================================
       Mobile顶部Banner
    ====================================================== */

    .about2026-mobile-hero {
        position: relative;

        width: 100%;
        min-height: 168px;

        margin: 0;

        padding: 0;

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

        overflow: hidden;
    }


    .about2026-mobile-hero-inner {
        display: flex;

        align-items: center;
        justify-content: space-between;

        min-height: 168px;

        padding: 15px 22px;
    }


    .about2026-mobile-hero h1 {
        margin: 0;

        color: #ef6c23;

        font-size: 20px;
        line-height: 1.3;

        font-weight: 700;
    }


    .about2026-mobile-nav {
        width: 115px;
    }


    .about2026-mobile-nav a {
        display: flex;

        align-items: center;
        justify-content: space-between;

        min-height: 31px;

        padding: 0 3px;

        border-bottom: 1px solid rgba(60,60,60,.35);

        color: #333;

        font-size: 11px;

        text-decoration: none;
    }


    .about2026-mobile-nav a i {
        font-size: 12px;

        font-style: normal;
    }


    .about2026-mobile-nav a.active {
        color: #ef6c23;
    }



    /* ======================================================
       Mobile企业介绍
    ====================================================== */

    .about2026-mobile-intro {
        padding: 28px 0 0;

        background: #fff;
    }


    .about2026-mobile-intro h2 {
        margin: 0;

        color: #ef6c23;

        font-size: 19px;
        line-height: 1.35;

        text-align: center;
    }


    .about2026-mobile-title-line {
        width: 70px;
        height: 2px;

        margin: 8px auto 22px;

        background: #ef6c23;
    }


    .about2026-mobile-intro-first,
    .about2026-mobile-intro-highlight {
        color: #333;

        font-size: 13px;
        line-height: 1.75;

        text-align: left;
    }


    .about2026-mobile-intro-first p,
    .about2026-mobile-intro-highlight p {
        margin: 0;
    }


    .about2026-mobile-intro-image {
        width: 100%;

        margin-top: 18px;
    }


    .about2026-mobile-intro-image img {
        display: block;

        width: 100%;
        height: auto;

        object-fit: cover;
    }


    .about2026-mobile-intro-highlight {
        margin-top: 14px;

        padding: 15px 13px;

        background: #fff0e8;
    }



    /* ======================================================
       Mobile其他板块
    ====================================================== */

    .about2026-mobile-sections {
        padding: 10px 0 45px;

        background: #fff;
    }


    .about2026-mobile-block {
        width: 100%;

        padding: 34px 0 10px;
    }


    .about2026-mobile-block h2 {
        margin: 0;

        color: #333;

        font-size: 20px;
        line-height: 1.45;

        font-weight: 700;

        text-align: center;
    }


    .about2026-mobile-block-line {
        width: 73px;
        height: 2px;

        margin: 9px auto 21px;

        background: #ef6c23;
    }


    .about2026-mobile-text {
        color: #333;

        font-size: 13px;
        line-height: 1.75;

        text-align: left;
    }


    .about2026-mobile-text p {
        margin: 0;
    }



    /* ======================================================
       航天图片
    ====================================================== */

    .about2026-mobile-space-image {
        width: 100%;

        margin-top: 20px;
    }


    .about2026-mobile-space-image img {
        display: block;

        width: 100%;
        height: auto;

        object-fit: contain;
    }



    /* ======================================================
       中科院合作
    ====================================================== */

    .about2026-mobile-cas-item {
        width: 100%;

        margin: 0 0 7px;
    }


    .about2026-mobile-cas-item img {
        display: block;

        width: 100%;
        height: auto;

        object-fit: cover;
    }


    .about2026-mobile-cas-item figcaption {
        margin-top: 4px;

        color: #777;

        font-size: 9px;
        line-height: 1.5;
    }


    .about2026-mobile-cas-desc {
        margin-top: 9px;

        color: #333;

        font-size: 12px;
        line-height: 1.7;
    }



    /* ======================================================
       院士图片
    ====================================================== */

    .about2026-mobile-academician-image {
        width: 100%;

        margin-bottom: 18px;
    }


    .about2026-mobile-academician-image img {
        display: block;

        width: 100%;
        height: auto;

        object-fit: cover;
    }

}