/* 娃逸科技 - 品牌荣誉证书页面样式 */

/* 页面横幅区域 */
.honor-banner {
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}

.honor-banner .honor-banner-image {
    width: 100%;
    height: 680px;
    position: relative;
}

.honor-banner .honor-banner-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

/* 面包屑导航 */
.breadcrumb-wrapper {
    background: #fff;
    padding: 0 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 72px;
    margin-left: 192px;
    margin-top:12px;
    font-size: 14px;
    color: #999;
    position: relative;
    top: 18px;
    
}

.breadcrumb-icon-img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 4px;
}

.breadcrumb-text {
    color: #666;
}

.breadcrumb-links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb-link {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: rgba(8, 110, 114, 1);
}

.breadcrumb-link.active {
    color: rgba(51, 51, 51, 1);
}
.breadcrumb-link.active:hover {
    color: rgba(8, 110, 114, 1);
}
 
.breadcrumb-separator {
    color: #999;
    margin: 0 2px;
}

/* 企业标准区域 */
.enterprise-standard-section {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: visible;
}

.enterprise-standard-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-image: url('../public/honor/img.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.enterprise-standard-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.enterprise-standard-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.enterprise-standard-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

/* 企业标准标题 */
.enterprise-standard-header {
    text-align: center;
    margin-bottom: 30px;
}

.enterprise-standard-title-cn {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(51, 51, 51, 1);
    margin: -33px 9px 0 0;
}

.enterprise-standard-title-en {
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(102, 102, 102, 1);
    margin: -8px 2px 0 0;
}

/* 企业标准色块 */
.enterprise-standard-banner {
    background-color: rgba(8, 110, 114, 1);
    width: 549px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
    margin-top:10px;

}

.enterprise-standard-banner-text {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    margin-top:-4px;
    margin-left:0;
}

/* 轮播图容器 */
.enterprise-standard-carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

.enterprise-standard-carousel-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 15px;
    padding: 0;
    margin: 0;
}

.enterprise-standard-card {
    flex: 0 0 calc((100% - 30px) / 3);
    min-width: calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
    overflow: hidden;
}

.enterprise-standard-image {
    width: 100%;
    height: auto;
    max-height: 615px;
    display: block;
    object-fit: contain;
    object-position: center;
    border: none;
    outline: none;
    box-shadow: none;
}

/* 分页器样式 */
.enterprise-standard-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-left:-14px;
}

.enterprise-standard-dot {
    width: 48px;
    height: 6px;
    background: rgba(204, 204, 204, 1);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 3px;
}

.enterprise-standard-dot:hover {
    background: rgba(150, 150, 150, 1);
    transform: scale(1.05);
}

.enterprise-standard-dot.active {
    background: rgba(8, 110, 114, 1);
    transform: scale(1.1);
}

/* 品牌荣誉证书内容区域 */
.honor-content {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 0.2) 100%);
}

.honor-content .section-title {
    text-align: center;
    font-size: 40px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
}

.honor-content .section-subtitle {
    text-align: center;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 60px;
    font-weight: 400;
}

/* 設备网格布局 */
.honor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* 荣誉卡片 */
.honor-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(229, 229, 229, 0.3);
}

.honor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.honor-year {
    font-size: 28px;
    font-weight: 700;
    color: rgba(8, 110, 114, 1);
    margin-bottom: 20px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

.honor-image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(249, 249, 249, 0.5);
}

.honor-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.honor-card:hover .honor-image img {
    transform: scale(1.05);
}

.honor-title {
    font-size: 18px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 12px;
    line-height: 1.4;
}
.honor-desc {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.6;
    margin: 0;
}
/* 页脚区域 - 渐变背景 */
.about-footer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 0.2) 100%);
}

.about-footer .footer-main {
    background: transparent;
}
/* 延续动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.honor-card {
    animation: fadeInUp 0.6s ease forwards;
}
.honor-card:nth-child(1) { animation-delay: 0.1s; }
.honor-card:nth-child(2) { animation-delay: 0.2s; }
.honor-card:nth-child(3) { animation-delay: 0.3s; }
.honor-card:nth-child(4) { animation-delay: 0.4s; }
.honor-card:nth-child(5) { animation-delay: 0.5s; }
.honor-card:nth-child(6) { animation-delay: 0.6s; }
.honor-card:nth-child(7) { animation-delay: 0.7s; }
.honor-card:nth-child(8) { animation-delay: 0.8s; }
/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .breadcrumb {
        margin-left: 0;
        padding: 0 40px;
    }
    .honor-grid {
        padding: 0 20px;
    }
    .enterprise-standard-section {
        height: 650px;
        overflow: visible;
    }
    .enterprise-standard-bg {
        height: calc(100% - 60px);
    }
    .enterprise-standard-carousel-wrapper {
        max-width: 900px;
        padding: 0 30px;
    }
    .enterprise-standard-carousel-track {
        gap: 20px;
    }
    .enterprise-standard-card {
        flex: 0 0 calc((100% - 40px) / 3);
        min-width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }
    .enterprise-standard-image {
        width: 100%;
        height: auto;
        max-height: 415px;
    }
    .enterprise-standard-title-cn,
    .enterprise-standard-title-en {
        font-size: 36px;
        line-height: 54px;
    }
    .enterprise-standard-banner {
        width: 500px;
        height: 70px;
    }
    .enterprise-standard-banner-text {
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 992px) {
    .honor-banner .honor-banner-image {
        height: 580px;
    }
    .honor-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .honor-content {
        padding: 60px 0;
    }
    .honor-content .section-title {
        font-size: 32px;
    }
    .breadcrumb {
        margin-bottom: 40px;
    }
    .enterprise-standard-section {
        height: 600px;
        overflow: visible;
    }
    .enterprise-standard-bg {
        height: calc(100% - 60px);
    }
    .enterprise-standard-content {
        padding-top: 40px;
    }
    .enterprise-standard-title-cn,
    .enterprise-standard-title-en {
        font-size: 32px;
        line-height: 48px;
    }
    .enterprise-standard-banner {
        width: 420px;
        height: 70px;
        margin-bottom: 30px;
    }
    .enterprise-standard-banner-text {
        font-size: 22px;
        line-height: 28px;
    }
    .enterprise-standard-carousel-wrapper {
        max-width: 700px;
        padding: 0 20px;
    }
    .enterprise-standard-carousel-track {
        gap: 16px;
    }
    .enterprise-standard-card {
        flex: 0 0 calc((100% - 32px) / 3);
        min-width: calc((100% - 32px) / 3);
        max-width: calc((100% - 32px) / 3);
    }
    .enterprise-standard-image {
        width: 100%;
        height: auto;
        max-height: 335px;
    }
}
@media screen and (max-width: 768px) {
    .honor-banner {
        margin-top: 60px;
    }
    .honor-banner .honor-banner-image {
        height: 360px;
    }
    .breadcrumb {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .honor-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    .honor-content {
        padding: 40px 0;
    }
    .honor-content .section-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .honor-content .section-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .honor-card {
        padding: 20px;
    }
    .honor-year {
        font-size: 24px;
    }
    .honor-image {
        height: 180px;
    }
    .honor-title {
        font-size: 16px;
    }
    .enterprise-standard-section {
        height: 530px;
        overflow: visible;
    }
    .enterprise-standard-bg {
        height: calc(100% - 60px);
    }
    .enterprise-standard-content {
        padding-top: 30px;
    }
    .enterprise-standard-header {
        margin-bottom: 20px;
    }
    .enterprise-standard-title-cn,
    .enterprise-standard-title-en {
        font-size: 24px;
        line-height: 36px;
    }
    .enterprise-standard-banner {
        width: 320px;
        height: 70px;
        margin-bottom: 25px;
    }
    .enterprise-standard-banner-text {
        font-size: 18px;
        line-height: 24px;
    }
    .enterprise-standard-carousel-wrapper {
        max-width: 500px;
        padding: 0 15px;
    }
    .enterprise-standard-carousel-track {
        gap: 12px;
    }
    .enterprise-standard-card {
        flex: 0 0 calc((100% - 24px) / 3);
        min-width: calc((100% - 24px) / 3);
        max-width: calc((100% - 24px) / 3);
    }
    .enterprise-standard-image {
        width: 100%;
        height: auto;
        max-height: 255px;
    }
    .enterprise-standard-carousel-dots {
        margin-top: 20px;
        gap: 16px;
    }
    .enterprise-standard-dot {
        width: 48px;
        height: 6px;
    }
}
@media screen and (max-width: 480px) {
    .honor-banner .honor-banner-image {
        height: 260px;
    }
    .honor-content .section-title {
        font-size: 24px;
    }
    .honor-card {
        padding: 15px;
    }
    .honor-year {
        font-size: 20px;
    }
    .honor-image {
        height: 150px;
    }
}

/* 企业荣誉资质认证区域 */
.honor-qualification-section {
    background: rgba(255, 255, 255, 1);
    padding: 80px 0;
    width: 100%;
    margin-top:-85px;
}

.honor-qualification-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 主标题 */
.honor-qualification-title {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin: 0 16px 20px 0;
}

/* 副标题 */
.honor-qualification-subtitle {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin: -11px 38px 50px 0;
}

/* 分类统计区域 */
.honor-qualification-categories {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 115px;
    margin-bottom: 60px;
    width: 100%;
}

.qualification-category {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.category-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.category-icon img {
    width: 48px;
    height: 60px;
    object-fit: contain;
    margin-left:-14px;
    margin-top:9px;
}

.category-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.category-name {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: -1px;
}

.category-count {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: rgba(8, 110, 114, 1);
}

/* 奖牌图片 */
.honor-medals-image {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.honor-medals-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    margin-top: -25px;
}

/* 响应式适配 */
@media screen and (max-width: 992px) {
    .honor-qualification-section {
        padding: 60px 0;
    }
    .honor-qualification-container {
        padding: 0 30px;
    }
    .honor-qualification-title {
        font-size: 32px;
        line-height: 48px;
    }
    .honor-qualification-subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .honor-qualification-categories {
        gap: 70px;
        flex-wrap: wrap;
    }
    .category-name {
        font-size: 18px;
    }
    .category-count {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .honor-qualification-section {
        padding: 40px 0;
    }
    .honor-qualification-container {
        padding: 0 20px;
    }
    .honor-qualification-title {
        font-size: 28px;
        line-height: 42px;
    }
    .honor-qualification-subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .honor-qualification-categories {
        gap: 50px;
        margin-bottom: 40px;
    }
    .category-icon {
        width: 40px;
        height: 40px;
    }
    .category-name {
        font-size: 16px;
        line-height: 24px;
    }
    .category-count {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .honor-qualification-title {
        font-size: 24px;
        line-height: 36px;
    }
    .honor-qualification-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .honor-qualification-categories {
        gap: 40px;
    }
    .category-icon {
        width: 32px;
        height: 32px;
    }
    .category-name {
        font-size: 14px;
    }
    .category-count {
        font-size: 20px;
    }
}

/* 核心知识产权布局与权威认证区域 */
.intellectual-property-section {
    background: linear-gradient(180deg, rgba(224, 254, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 80px 0;
    width: 100%;
}

.intellectual-property-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 标题区域 */
.ip-header {
    text-align: center;
    margin-bottom: 50px;
}

.ip-title {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(51, 51, 51, 1);
    margin: 0 0 20px 0;
}

.ip-subtitle {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(0, 0, 0, 1);
    margin-top: -17px;
}

/* 大图展示区域 */
.ip-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
}

.ip-wheat-left,
.ip-wheat-right {
    width: 60px;
    height: auto;
    flex-shrink: 0;
}

.ip-wheat-left img,
.ip-wheat-right img {
    width: 100%;
    height: auto;
    display: block;
}

.ip-main-image {
    width: 1366px;
    height: 424.44px;
    flex-shrink: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.ip-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border: none;
    border-radius: 0;
    background: transparent;
}

/* 数据统计区域 */
.ip-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: 100%;
    padding: 40px 0;
    margin-top:-46px;
}

.ip-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ip-stat-wheat {
    width: 40px;
    height: auto;
}

.ip-stat-wheat img {
    width: 58px;
    height: 117px;
    display: block;
    margin-left:3px;
}

.ip-stat-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ip-stat-label {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
}

.ip-stat-number {
    font-family: "Noto Sans SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(8, 110, 114, 1);
}

/* 响应式适配 */
@media screen and (max-width: 1400px) {
    .ip-main-image {
        width: 100%;
        max-width: 1200px;
        height: auto;
    }
    .ip-image-wrapper {
        gap: 15px;
    }
    .ip-wheat-left,
    .ip-wheat-right {
        width: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .ip-stats {
        gap: 60px;
    }
    .ip-stat-label {
        font-size: 20px;
    }
    .ip-stat-number {
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    .intellectual-property-section {
        padding: 60px 0;
    }
    .intellectual-property-container {
        padding: 0 30px;
    }
    .ip-title {
        font-size: 32px;
        line-height: 48px;
    }
    .ip-subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .ip-wheat-left,
    .ip-wheat-right {
        width: 40px;
    }
    .ip-stats {
        gap: 40px;
        flex-wrap: wrap;
    }
    .ip-stat-item {
        gap: 10px;
    }
    .ip-stat-wheat {
        width: 30px;
    }
    .ip-stat-label {
        font-size: 18px;
    }
    .ip-stat-number {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .intellectual-property-section {
        padding: 40px 0;
    }
    .intellectual-property-container {
        padding: 0 20px;
    }
    .ip-title {
        font-size: 28px;
        line-height: 42px;
    }
    .ip-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .ip-image-wrapper {
        gap: 10px;
    }
    .ip-wheat-left,
    .ip-wheat-right {
        width: 30px;
    }
    .ip-stats {
        gap: 30px;
        padding: 30px 0;
    }
    .ip-stat-item {
        flex-direction: column;
        gap: 8px;
    }
    .ip-stat-wheat {
        width: 25px;
    }
    .ip-stat-label {
        font-size: 16px;
        line-height: 24px;
    }
    .ip-stat-number {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .ip-title {
        font-size: 24px;
        line-height: 36px;
    }
    .ip-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .ip-wheat-left,
    .ip-wheat-right {
        display: none;
    }
    .ip-stats {
        flex-direction: column;
        gap: 25px;
    }
    .ip-stat-label {
        font-size: 14px;
    }
    .ip-stat-number {
        font-size: 24px;
    }
}

/* ============================================
   滚动淡入动画
   ============================================ */

.fade-in-section {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}
