﻿/* About 椤甸潰涓撳睘鏍峰紡 - 涓嶅奖鍝?header 鍜?footer */
.about-main {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 0.16rem;
    color: #333;
    line-height: 1.6;
}

.about-main .container {
    margin: 0 auto;
    padding: 0;
}

.about-main .section-title {
    text-align: center;
    margin-bottom: 0.6rem;
}

.about-main .section-title-en {
    font-size: 0.48rem;
    color: #e0e0e0;
    font-weight: 700;
    letter-spacing: 0.08rem;
    margin-bottom: 0.1rem;
}

.about-main .section-title-cn {
    font-size: 0.36rem;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.04rem;
}

/* 鐧借壊瀵艰埅鏉?*/
.about-nav-section {
    background: #ffffff;
    /* padding: 0.24rem 0; */
    /* box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.06); */
    border-bottom: 0.01rem solid #e6e9ea;
}

.about-nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-nav-left {
    display: flex;
    gap: 0.4rem;
}

.about-nav-item {
    font-size: 0.16rem;
    color: #666;
    text-decoration: none;
    padding-bottom: 0.08rem;
    border-bottom: 0.02rem solid transparent;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.24rem 0;
    cursor: pointer;
}

.about-nav-item:hover,
.about-nav-item.active {
    color: #279ad0;
    border-bottom-color: #279ad0;
}

/* 闈㈠寘灞?*/
.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.08rem;
}

.breadcrumb-icon {
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
}

.breadcrumb-arrow {
    width: 0.06rem;
    height: 0.1rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path fill="%23999" d="M1 0l4 5-4 5V0z"/></svg>') no-repeat center;
    background-size: contain;
}

.breadcrumb-text {
    font-size: 0.14rem;
    color: #999;
}

.about-banner {
    width: 100%;
}

.about-banner-img {
    width: 100%;
}

.about-banner-img img {
    width: 100%;
    height: auto;
    display: block;
}

.company-intro {
    padding: 0.8rem 0 1rem;
    background: #ffffff;
}

.company-intro-content {
    margin-bottom: 0.8rem;
}

.company-intro-header-new {
    display: flex;
    margin-bottom: 0.4rem;
}

.company-intro-title {
    flex: 0 0 32%;
    font-size: 0.36rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.02rem;
}

.company-intro-text {
    flex: 0 0 68%;
}

.company-intro-text p {
    font-size: 0.16rem;
    line-height: 2.2;
    color: #666;
    margin-bottom: 0.2rem;
    text-align: justify;
}

.company-intro-image-single {
    width: 100%;
    margin-bottom: 0.6rem;
}

.company-intro-image-single img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.04rem;
}

.company-stats {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
}

.company-stat-item {
    display: flex;
    align-items: flex-start;
    gap: 0.16rem;
    flex: 1;
}

.stat-icon {
    width: 0.48rem;
    height: 0.48rem;
    flex-shrink: 0;
}

.stat-icon img {
    width: 100%;
    height: auto;
}

.stat-info {
    flex: 1;
    text-align: left;
}

.stat-number {
    font-size: 0.36rem;
    font-weight: 700;
    color: #279ad0;
    margin-bottom: 0.12rem;
    font-family: Barlow-Bold, Arial, sans-serif;
    display: flex;
    align-items: baseline;
}

.stat-number .year-mark {
    font-size: 0.16rem;
    color: #279ad0;
    margin-left: 0.04rem;
}

.stat-line {
    width: 100%;
    height: 0.01rem;
    background: #e0e0e0;
    margin: 0.16rem 0;
}

.stat-label {
    font-size: 0.15rem;
    color: #666;
    line-height: 1.6;
    text-align: left;
}

.company-culture {
    padding: 1rem 0;
    background: url('../images/about/qywh-bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.company-culture .container {
    position: relative;
    z-index: 1;
}

.section-title-simple {
    text-align: left;
    margin-bottom: 0.4rem;
}

.section-title-simple .section-title-cn {
    font-size: 0.36rem;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.04rem;
}

.company-culture-content {
    display: flex;
    gap: 0.24rem;
    justify-content: space-between;
}

.culture-item {
    flex: 1;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.culture-item:hover {
    transform: translateY(-0.05rem);
    box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.12);
}

.culture-img {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
}

.culture-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.culture-item:hover .culture-img img {
    transform: scale(1.05);
}

.culture-info {
    padding: 0.2rem 0.24rem 0.24rem;
}

.culture-title {
    font-size: 0.18rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.12rem;
}

.culture-divider {
    width: 0.24rem;
    height: 0.02rem;
    background: #279ad0;
    margin-bottom: 0.12rem;
}

.culture-text {
    font-size: 0.13rem;
    color: #666;
    line-height: 1.6;
}

.development-history {
    padding: 0.8rem 0 1rem;
    background: url('../images/about/fzlc-bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.development-history .section-title {
    text-align: left;
    margin-bottom: 0.6rem;
}

.development-history .section-title-cn {
    font-size: 0.32rem;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

.development-history .container {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.development-history-content {
    position: relative;
    max-width: 9rem;
    margin: 0 auto;
}

.timeline-top-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 0.2rem;
    position: relative;
    z-index: 2;
}

.timeline-top-btn .timeline-btn-inner {
    width: 0.2rem;
    height: 0.2rem;
    background: url('../images/about/fzlc-icon1.png') no-repeat center center;
    background-size: contain;
    position: relative;
    cursor: pointer;
}

.timeline-bottom-btn {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
    position: relative;
    z-index: 2;
}

.timeline-bottom-btn .timeline-btn-inner {
    width: 0.2rem;
    height: 0.2rem;
    background: url('../images/about/fzlc-icon2.png') no-repeat center center;
    background-size: contain;
    position: relative;
    cursor: pointer;
}

.timeline-wrapper {
    position: relative;
    padding: 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: -0.4rem;
    bottom: -0.4rem;
    width: 0.01rem;
    background: #e0e0e0;
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    flex: 0 0 48%;
    font-size: 0.22rem;
    font-weight: 750;
    font-family: Barlow-Bold, Arial, sans-serif;
    color: #666;
}

.timeline-node {
    flex: 0 0 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.timeline-node::after {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background: #ccc;
    border-radius: 50%;
}

.timeline-content {
    flex: 0 0 48%;
}

.timeline-text {
    font-size: 0.13rem;
    color: #666;
    line-height: 1.6;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(odd) .timeline-year {
    order: 1;
    text-align: right;
    padding-right: 0.2rem;
    color: #666;
}

.timeline-item:nth-child(odd) .timeline-node {
    order: 2;
}

.timeline-item:nth-child(odd) .timeline-content {
    order: 3;
    text-align: left;
    padding-left: 0.2rem;
}

.timeline-item:nth-child(even) {
    flex-direction: row;
}

.timeline-item:nth-child(even) .timeline-year {
    order: 3;
    text-align: left;
    padding-left: 0.2rem;
    color: #666;
}

.timeline-item:nth-child(even) .timeline-node {
    order: 2;
}

.timeline-item:nth-child(even) .timeline-content {
    order: 1;
    text-align: right;
    padding-right: 0.2rem;
}

.timeline-item:first-child .timeline-year {
    color: #279ad0;
}

.honors-section {
    position: relative;
    width: 100%;
}

.honors-section .container {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.honors-section .section-title {
    position: absolute;
    top: 0.4rem;
    left: 0;
    z-index: 2;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
}

.honors-section .section-title-en {
    font-size: 0.24rem;
    color: #e0e0e0;
    font-weight: 700;
    letter-spacing: 0.04rem;
    margin-bottom: 0.08rem;
}

.honors-section .section-title-cn {
    font-size: 0.36rem;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.04rem;
}

.honors-bg {
    width: 100%;
    height: auto;
    display: block;
}

.honors-content {
    text-align: center;
}

.honors-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}