/* ============================================================
   公司概述页（company.html）样式
   结构参考老版 about 页：数据卡(about-label) → 公司概述(about-box-one)
   → 资质认证(about-box-two) → 企业荣誉(about-box-three) → 知名客户(about-box-five)
   配色沿用老版：#0a448d 主蓝 / #f4f6fd 浅蓝底 / #797979 正文灰
   ============================================================ */

/* ---------- 锚点导航（老版 .link 横排锚点） ---------- */
.company-anchor {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 0 6px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.company-anchor .company-anchor-link {
    display: inline-block;
    margin: 0 28px;
    padding: 8px 4px;
    font-size: 15px;
    color: #333;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.company-anchor .company-anchor-link:hover {
    color: #0a448d;
}
.company-anchor .company-anchor-link.active {
    color: #0a448d;
    border-bottom-color: #0a448d;
}

/* ---------- 通用区块 ---------- */
.company-page {
    padding-bottom: 10px;
}
.company-block {
    padding: 66px 0;
    width: 100%;
}
.company-block-title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}
.company-block-sub {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #797979;
    margin-bottom: 15px;
}

/* ---------- ① 数据卡（老版 about-label） ---------- */
.company-stats-block {
    background: #f4f6fd;
    padding: 50px 0;
}
.company-stats {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.company-stat {
    display: inline-block;
    text-align: left;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding-left: 72px;
    margin: 0 42px;
    position: relative;
}
.company-stat img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
}
.company-stat strong {
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: #0a448d;
    font-weight: bold;
}
.company-stat span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

/* ---------- ② 公司概述（老版 about-box-one：左图右文） ---------- */
.company-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
    padding: 70px 0;
}
.company-intro-media {
    width: 560px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    position: relative;
}
.company-intro-slider .company-slider li img {
    width: 100%;
    display: block;
}
.company-intro-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 60px;
}
.company-intro-text .company-block-title {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
}
.company-intro-desc {
    font-size: 14px;
    line-height: 28px;
    color: #797979;
    margin-bottom: 12px;
}
.company-intro-content {
    font-size: 14px;
    line-height: 28px;
    color: #797979;
}
.company-intro-content h2 {
    font-size: 18px;
    line-height: 28px;
    color: #0a448d;
    margin: 18px 0 8px;
    font-weight: bold;
}
.company-intro-content h2:first-child {
    margin-top: 0;
}
.company-intro-content p {
    margin-bottom: 8px;
}
.company-intro-content ul {
    margin: 6px 0 10px;
    padding-left: 22px;
    list-style: disc;
}
.company-intro-content li {
    margin-bottom: 4px;
}

/* ---------- ③ 资质认证（老版 about-box-two：浅蓝底 + 证书轮播） ---------- */
.company-sub {
    max-width: 1200px;
    margin: auto;
}
#section-5011 {
    background: #f4f6fd;
    max-width: 100%;
}
#section-5011 .company-block-title {
    margin-top: 66px;
}
#section-5011 .company-sub-slider {
    max-width: 1200px;
    margin: 0 auto;
}
#section-5011 .company-slider li img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    background: #fff;
}

/* ---------- ④ 企业荣誉（老版 about-box-three：白底 + 带边框图轮播） ---------- */
#section-5012 .company-sub-slider {
    max-width: 1200px;
    margin: 0 auto;
}
#section-5012 .company-slider li img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.company-sub-text {
    max-width: 1200px;
    margin: 30px auto 0;
    text-align: center;
}
.company-sub-text ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.company-sub-text li {
    display: inline-block;
    margin: 8px 10px;
    padding: 6px 18px;
    font-size: 14px;
    color: #666;
    background: #f4f6fd;
    border-radius: 3px;
}

/* ---------- ⑤ 知名客户（老版 about-box-five：logo 墙） ---------- */
#section-5013 {
    background: #f4f6fd;
    max-width: 100%;
}
#section-5013 .company-block-title {
    margin-top: 66px;
}
#section-5013 .company-sub-slider {
    max-width: 1200px;
    margin: 0 auto;
}
#section-5013 .company-slider li img {
    width: 100%;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 5px rgba(222, 229, 238, 0.75);
    box-shadow: 0 0 10px 5px rgba(222, 229, 238, 0.75);
}

/* ---------- 轮播箭头（老版图标箭头，新版纯 CSS 三角） ---------- */
.company-block .bx-wrapper {
    position: relative;
}
.company-block .bx-wrapper .bx-prev,
.company-block .bx-wrapper .bx-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.company-block .bx-wrapper .bx-prev {
    left: 10px;
}
.company-block .bx-wrapper .bx-next {
    right: 10px;
}
.company-block .bx-wrapper .bx-prev:hover,
.company-block .bx-wrapper .bx-next:hover {
    background: rgba(10, 68, 141, 0.85);
}
.company-block .bx-wrapper .bx-prev::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 13px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.company-block .bx-wrapper .bx-next::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ---------- 响应式 ---------- */
@media (max-width: 1200px) {
    .company-intro {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .company-block {
        padding: 50px 0;
    }
    .company-stat {
        margin: 0 26px;
    }
    .company-intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 20px;
    }
    .company-intro-media {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 30px;
    }
    .company-intro-text {
        margin-left: 0;
        width: 100%;
    }
    #section-5011 .company-slider li img,
    #section-5012 .company-slider li img {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .company-anchor .company-anchor-link {
        margin: 0 14px;
        font-size: 14px;
    }
    .company-stats-block {
        padding: 36px 0;
    }
    .company-stat {
        display: block;
        margin: 0 auto 22px;
        max-width: 240px;
    }
    .company-stat:last-child {
        margin-bottom: 0;
    }
    .company-block-title {
        font-size: 24px;
    }
    .company-intro {
        padding: 36px 14px;
    }
    #section-5011 .company-slider li img,
    #section-5012 .company-slider li img {
        height: 200px;
    }
    #section-5013 .company-slider li img {
        height: 110px;
    }
}
