/* ===== 走进润生 - 大图 ===== */
.about-hero {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.about-hero-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #2c5f1e;
}

/* ===== 子导航（水平排列）===== */
.about-tabs {
    background: transparent;
    border-bottom: 1px solid #e0e0e0;
}
.about-tabs-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
}
.about-tab {
    display: block;
    padding: 14px 32px;
    font-size: 15px;
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 3px solid transparent;
}
.about-tab:hover {
    color: #333;
}
.about-tab.active {
    color: #2e7d32;
    border-bottom-color: #2e7d32;
}

/* ===== 板块通用（全宽左文右图）===== */
.intro-block {
    width: 100%;
    padding: 30px 0;
}
.intro-block-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}
.intro-block-left {
    flex: 1;
}
.intro-block-right {
    width: 420px;
    flex-shrink: 0;
}
.intro-block-title {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid #2e7d32;
    position: relative;
}
.intro-block-text {
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-bottom: 25px;
}
.intro-block-text p {
    margin-bottom: 12px;
}
.intro-more-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #2e7d32;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}
.intro-more-btn:hover {
    background: #1a5c30;
}
.intro-block-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}
.intro-block-img-placeholder {
    width: 100%;
    height: 280px;
    background: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 16px;
    border: 1px solid #e0e0e0;
}

/* ===== 企业简介 ===== */
.intro-block-about {
    background: transparent;
    padding: 120px 0;
    color: #333;
}
.intro-block-about .intro-block-title {
    color: #333;
    border-bottom-color: #2e7d32;
}
.intro-block-about .intro-block-text {
    color: #555;
}
.intro-block-about .intro-more-btn {
    background: #2e7d32;
    border: none;
    color: #fff;
}
.intro-block-about .intro-more-btn:hover {
    background: #1a5c30;
}

/* ===== 发展历程（横向滑动时间轴）===== */
.intro-block-history {
    padding: 30px 0 0;
}
.intro-block-history .intro-section-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
.intro-timeline {
    width: 100%;
    margin-top: 30px;
}
.intro-timeline-bg {
    width: 100%;
    height: 675px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: visible;
}
.intro-timeline-scroll {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.intro-timeline-scroll::-webkit-scrollbar {
    display: none;
}
.intro-timeline-scroll:active {
    cursor: grabbing;
}
.history-track {
    display: flex;
    gap: 80px;
    padding: 40px 60px;
    align-items: flex-start;
    min-height: 675px;
    position: relative;
}
.history-line-svg {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}
/* ===== 资质荣誉 ===== */
.intro-block-honor {
    padding: 60px 0;
    background: transparent;
}
.intro-block-honor .intro-block-title {
    color: #333;
    border-bottom-color: #2e7d32;
}
.honor-list {
    margin-top: 25px;
}
.honor-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.3s;
}
.honor-list-item.active {
    background: #f0f8f0;
    margin: 0 -12px;
    padding: 10px 12px;
    border-radius: 8px;
}
.honor-list-item.active .honor-list-name {
    color: #2e7d32;
    font-weight: 700;
}
.honor-list-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    flex-shrink: 0;
}
.honor-list-name {
    font-size: 16px;
    color: #333;
}

/* ===== 大事记（金顶药业风格）===== */
.event-timeline-wrap {
    width: 100%;
    padding: 50px 0;
}
.ty_title {
    text-align: center;
    margin-bottom: 10px;
}
.ty_titleen {
    font-size: 16px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.ty_titlecn {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.xian {
    width: 60px;
    height: 3px;
    background: #2e7d32;
    margin: 15px auto 40px;
}
.event-swiper {
    overflow: hidden;
    padding: 20px 0;
    cursor: grab;
    user-select: none;
    position: relative;
}
.event-swiper:active {
    cursor: grabbing;
}
.swiper-wrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    white-space: nowrap;
}
.swiper-slide {
    flex: none;
    width: 360px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    white-space: normal;
}
.event-slide-overlay {
    padding: 20px;
    background: linear-gradient(transparent 10%, rgba(0,0,0,0.8));
    color: #fff;
}
.event-slide-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    opacity: 0.9;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.event-slide-year {
    font-family: 'Noto Serif SC', serif;
    font-size: 22px;
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 10px;
}

/* ===== 润生品牌（金顶品质风格）===== */
/* 板块一：品牌创新（左文右数字）*/
.brand-innovation {
    width: 100%;
    padding: 60px 0;
}
.brand-innovation-inner {
    display: flex;
    gap: 60px;
    align-items: center;
}
.brand-innovation-left {
    flex: 1;
}
.brand-innovation-text {
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-top: 20px;
}
.brand-innovation-right {
    width: 400px;
    flex-shrink: 0;
}
.brand-innovation-right ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding: 0;
}
.brand-innovation-right li {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.brand-innovation-right li:last-child {
    border-bottom: none;
}
.brand-stat-num {
    font-size: 42px;
    font-weight: 700;
    color: #2e7d32;
    font-family: 'Noto Sans SC', sans-serif;
}
.brand-stat-num span {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.brand-stat-label {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

/* 板块二：技术标准体系 */
.herb-standards {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
.herb-standards+.ty_title {
    text-align: center;
}
.herb-standards-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
}
.herb-standards-grid li {
    flex: 1;
    max-width: 260px;
    text-align: center;
}
.herb-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}
.herb-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.herb-info {
    font-size: 14px;
    color: #555;
    line-height: 2;
    text-align: left;
}

/* 板块三：道地药材（左文右图）*/
.herb-origin {
    width: 100%;
    padding: 60px 0;
}
.herb-origin-inner {
    display: flex;
    gap: 60px;
    align-items: center;
}
.herb-origin-left {
    flex: 1;
}
.herb-origin-text {
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-top: 20px;
}
.herb-origin-right {
    width: 420px;
    flex-shrink: 0;
}
.herb-origin-right img {
    width: 100%;
    border-radius: 8px;
}
.herb-origin-placeholder {
    width: 100%;
    height: 280px;
    background: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 16px;
}

/* ===== 企业理念（金顶药业风格）===== */
.philosophy-section {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.philosophy-intro {
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
    color: #555;
    line-height: 2;
    padding: 0 20px;
}
/* ===== 企业简介：左文右图（参照参考站 gsjj_zt1）===== */
.about-jianjie {
    padding: 50px 0 20px;
}
.about-jianjie-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.about-jianjie-left {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.about-jianjie-left .ty_title {
    text-align: left;
    margin-bottom: 5px;
}
.about-jianjie-left .ty_titleen {
    font-size: 16px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.about-jianjie-left .ty_titlecn {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.about-jianjie-left .xian {
    width: 60px;
    height: 3px;
    background: #2e7d32;
    margin: 15px 0 25px;
}
.about-jianjie-text {
    font-size: 17px;
    color: #555;
    line-height: 2;
    text-align: justify;
}
.about-jianjie-text p {
    margin: 0 0 12px;
    text-indent: 2em;
    font-size: 17px;
    color: #555;
    line-height: 2;
}
.about-jianjie-right {
    width: 613px;
    height: 438px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}
.about-jianjie-right img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}
.about-jianjie-placeholder {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 16px;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .about-jianjie-inner {
        flex-direction: column;
    }
    .about-jianjie-right {
        width: 100%;
    }
}
.philosophy-grid {
    width: 100%;
    padding: 3px 0 60px;
}
.philosophy-grid-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.philosophy-grid-inner ul {
    display: flex;
    justify-content: center;
    gap: 60px;
    list-style: none;
    padding: 0;
}
.philosophy-grid-inner li {
    flex: 1;
    max-width: 260px;
    text-align: center;
}
.philosophy-icon {
    width: 260px;
    height: 260px;
    margin: 0 auto 10px;
}
.philosophy-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.philosophy-name {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}
.philosophy-desc {
    font-size: 20px;
    color: #888;
    line-height: 1.8;
}
.philosophy-bottom {
    width: 100%;
    padding: 0 0 60px;
}
.philosophy-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.philosophy-bottom-inner ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
}
.philosophy-bottom-inner li {
    flex: 1;
    max-width: 360px;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.philosophy-b-name {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}
.philosophy-b-desc {
    font-size: 18px;
    color: #888;
    line-height: 1.8;
}

/* ===== 资质荣誉6宫格页面 ===== */
.honor-list-page {
    width: 100%;
    padding: 50px 0;
}
.honor-grid {
    list-style: none;
    padding: 0;
    margin: 40px auto 0;
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
}
.honor-grid li {
    border-radius: 8px;
    overflow: hidden;
    border-width: 20px 40px;
    border-style: solid;
    border-color: #fff;
    border-top-width: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #eee, 0 4px 14px rgba(0,0,0,0.10);
    transition: transform 0.3s, box-shadow 0.3s;
}
.honor-grid li:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 0 1px #eee, 0 6px 22px rgba(0,0,0,0.16);
}
.honor-grid-img {
    width: 100%;
    height: 200px;
    background: #fff;
    overflow: hidden;
}
.honor-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.honor-grid-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 13px;
    background: #e8e8e8;
}
.honor-grid-name {
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.honor-pages {
    text-align: center;
    margin-top: 30px;
}
.pages {
    display: inline-flex;
    gap: 6px;
}
.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}
.page-btn:hover {
    border-color: #2e7d32;
    color: #2e7d32;
}
.page-btn.current {
    background: #2e7d32;
    color: #fff;
    border-color: #2e7d32;
}
.page-btn.prev,
.page-btn.next {
    width: auto;
    padding: 0 12px;
}
.page-btn.disabled {
    color: #ccc;
    border-color: #eee;
    cursor: default;
    pointer-events: none;
}

/* ===== 发展历程（时间线折线节点）===== */
.history-track {
    width: 1920px;
    height: 100%;
    position: relative;
}
.history-dot {
    flex: none;
    text-align: center;
    width: 120px;
    position: relative;
    z-index: 1;
}
.history-dot-year {
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.history-dot-circle {
    width: 20px;
    height: 20px;
    background: #2e7d32;
    border: 3px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    margin: 0 auto;
    flex-shrink: 0;
}
.history-dot-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin-top: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
}
/* 发展历程横向时间轴（参照金顶药业） */
.history-timeline-horizontal {
    position: relative;
    max-width: 100%;
    margin: 30px 0 0;
    background: #f5f5f5;
    height: 657px;
    overflow: hidden;
    box-sizing: border-box;
}
.history-track-wrap {
    position: absolute;
    left: 100px;
    right: 100px;
    top: 70px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    white-space: nowrap;
}
.history-track-wrap::-webkit-scrollbar { height: 6px; }
.history-track-wrap::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }
.history-track-h {
    position: relative;
    height: 480px;
    padding: 0;
    margin: 0;
}
.history-node {
    cursor: pointer;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 奇节点 dot 在上、内容在下（交叉） */
.history-node.down {
    flex-direction: column-reverse;
}
/* 内容正常流：完整显示、自动换行、黑色。内部描述在上、年份数字在下(贴近圆点) */
.history-node-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 4px 6px;
}
.history-node-desc {
    order: 1;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-top: 4px;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
}
.history-node-year {
    order: 2;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin: 2px 0 6px;
    transition: all 0.2s;
    font-family: 'Noto Sans SC', sans-serif;
}
.history-node:hover .history-node-year {
    font-size: 32px;
}
.history-node.active .history-node-year {
    color: #1a6b3c;
    font-size: 28px;
}
/* 圆点（时间线节点）：白色，正常流不叠加，偶在内容下、奇(reversed)在内容上 */
.history-node-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.2s;
    border: 3px solid #999;
    box-sizing: border-box;
    flex-shrink: 0;
}
.history-node:hover .history-node-dot {
    width: 20px;
    height: 20px;
    border-color: #1a6b3c;
}
.history-node.active .history-node-dot {
    border-color: #1a6b3c;
    width: 18px;
    height: 18px;
}
.history-node.active .history-node-dot.hollow {
    background: #fff;
    border-color: #1a6b3c;
    border-width: 3px;
}
.history-arrow {
    position: absolute;
    top: 221px;
    width: 44px;
    height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 24px;
    color: #bbb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    transition: all 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.history-arrow-left {
    left: 30px;
}
.history-arrow-right {
    right: 30px;
}
.history-arrow:hover {
    background: #fff;
    color: #666;
    border-color: #ccc;
}
.history-desc-box {
    display: none;
    text-align: center;
    padding: 15px 20px 0;
    height: 80px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.history-desc-item {
    display: none;
}
.history-desc-item.show {
    display: block;
}
.history-desc-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
    transition: all 0.2s;
}
.history-desc-item.show .history-desc-text {
    font-size: 18px;
    font-weight: 600;
}

/* 发展历程标题（放在时间轴内部顶部） */
.history-title-line {
    width: 60px;
    height: 3px;
    background: #2e7d32;
    margin: 10px auto 20px;
}

/* ===== 响应式 ===== */
@media (max-width: 1200px) {
    .intro-text { padding: 30px; }
    .intro-left { width: 360px; }
    .about-right { width: 360px; }
}
@media (max-width: 1024px) {
    .intro-block { flex-direction: column; align-items: center; text-align: center; }
    .intro-left { width: 100%; max-width: 600px; margin-bottom: 20px; }
    .about-right { width: 100%; max-width: 600px; }
    .about-contact-col { width: 100%; max-width: 600px; }
    .honor-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .history-section { padding: 40px 15px; }
    .history-text { padding: 20px; }
    .philosophy-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .philosophy-cards { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .hero-banner { height: 250px; }
    .banner-content h1 { font-size: 24px; }
    .intro-text { padding: 20px; }
    .honor-grid { grid-template-columns: 1fr; }
    .about-contact { flex-direction: column; align-items: center; }
    .about-contact-col { margin-bottom: 20px; }
    .philosophy-grid { grid-template-columns: 1fr; }
    .brand-intro-wrap { flex-direction: column; }
    .brand-intro-left { width: 100%; padding-right: 0; margin-bottom: 20px; }
    .brand-intro-right { width: 100%; }
    .about-history-item { flex-direction: column; }
    .about-history-year { min-width: auto; margin-bottom: 10px; }
}

/* ===== 企业简介 → 研发创新结构（ 研发创新 .r_d 精确规格）=====
   板块高/背景plate_bg2 cover自适应; innovation 高705 flex两栏; 左parallax 52.375%两图叠加视差; 右data 44%排版 */
.about-r-d {
    width: 100%;
    box-sizing: border-box;
    background: #f4f0e8 url('/res/runsheng/images/plate_bg2.jpg') no-repeat center / cover;
    padding-top: 15px;
    overflow: hidden;
    position: relative;
}
.about-r-d-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
/* 标题区 */
.about-r-d-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.about-r-d-title .plate-title { position: relative; z-index: 1; font-weight: bold; }
.about-r-d-title .en-b {
    font-size: 54px;
    line-height: 1;
    color: #e8e2d6;
    font-family: "Noto Sans SC", sans-serif;
    letter-spacing: -0.5px;
}
.about-r-d-title .cn-row {
    display: flex;
    align-items: center;
    margin-top: -32px;
}
.about-r-d-title .cn { color: #c70019; font-size: 34px; font-weight: 700; }
.about-r-d-title .ari {
    font-size: 15px;
    margin-top: 8px;
    margin-left: 12px;
    color: #b9b4ac;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* innovation 外层 flex 两栏 */
.about-innovation {
    width: 100%;
    height: 705px;
    margin-top: 55px;
    display: flex;
}
/* 左图 parallax（两图叠加，鼠标移动视差） */
.about-parallax {
    width: 52.375%;
    position: relative;
    overflow: visible;
}
.about-innovation .about-parallax { position: relative; }
.about-parallax .screen {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}
.about-parallax .screen img { width: 100%; display: block; }
/* person：绝对定位，垂直居中(中心对齐screen中心)+水平居中，完整显示 */
.about-parallax .person {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.about-parallax .person img { width: 36.87%; display: inline-block; }
/* 右 文字+统计 排版(44%) */
.about-innovation-data {
    width: 44%;
    height: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-top:-59px;
    //padding-top: 44px;
}
.about-innovation-data h2 {
    font-size: 34px;
    color: #e03a30;
    font-weight: 700;
    margin: 0;
}
.about-innovation-data h3 {
    width: 310px;
    height: 50px;
    border-radius: 0 25px 25px 0;
    background: rgba(226, 60, 50, 0.2);
    margin: 20px 0 0;
    font-size: 0;
}
.about-innovation-data h3 span {
    display: inline-block;
    width: 300px;
    height: 50px;
    background: #e23c32;
    border-radius: 0 25px 25px 0;
    font-weight: normal;
    box-sizing: border-box;
    padding-left: 14px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}
.about-innovation-data .desc {
    width: 100%;
    line-height: 1.8;
    color: #333;
    text-indent: 2em;
    max-height: none;
    overflow: visible;
    margin-top: 28px;
}
.about-innovation-data .count {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 98px;
    list-style: none;
    padding: 0;
}
.about-innovation-data .count li { cursor: default; }
.about-innovation-data .count li .num {
    display: flex;
    align-items: flex-end;
    width: 68px;
    height: 68px;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-left: 14px;
    margin-left: -14px;
    position: relative;
}
.about-innovation-data .count li .num-text {
    color: #c70018;
    font-size: 40px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    line-height: 1;
}
.about-innovation-data .count li .num sub {
    color: #333;
    margin-bottom: 8px;
    margin-left: 4px;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 700;
}
.about-body .about-r-d .about-innovation-data .count li .num::after {
    content: "\e60b";
    font-family: "iconfont";
    font-size: 66px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s;
}
.about-innovation-data .count li .type {
    color: #666;
    line-height: 30px;
    white-space: nowrap;
    font-size: 13px;
}

.about-body .about-r-d .about-innovation-data .count li.light .num::after {
    animation: rotate 5s linear 0s infinite;
    transform: scale(1);
    animation-delay: 0.5s;
}

@media (max-width: 900px) {
    .about-innovation { flex-direction: column; height: auto; }
    .about-parallax { width: 100%; }
    .about-r-d-title .en-b { font-size: 40px; }
    .about-r-d-title .cn { font-size: 26px; }
    .about-parallax .person { margin-top: 40px; }
    .about-innovation-data { width: 100%; padding-top: 20px; }
}
