.about-banner {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.about-banner img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.about-nav {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.about-nav .container-nav {
    display: flex;
    gap: 21px;
    justify-content: flex-end;
    padding: 22.5px;
    width: 70%;
    margin: 0 auto;
}

.container-nav li {
    background: url(../images/nav-d.png) no-repeat left center;
}

.container-nav li:first-child {
    background: none;
}

.about-nav a {
    color: rgba(153, 153, 153, 1);
    padding-left: 21px;
}

.about-nav .container-nav .active a {
    color: rgba(19, 99, 170, 1);
    font-weight: 600;
}

.about-nav .container-nav a:hover {
    color: rgba(19, 99, 170, 1);
    font-weight: 600;
}

.container {
    position: relative;
}

.breadcrumb {
    font-size: 14px;
    color: rgba(102, 100, 97, 1);
    background: url(../images/yuan.png) no-repeat left center;
    padding-left: 16px;
    position: absolute;
    top: -43px;
    left: 15%;
}

.breadcrumb a {
    color: rgba(102, 100, 97, 1);
}

@media (max-width: 991px) {
    .breadcrumb {
        display: none;
    }
}

.lsyg-title {
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-weight: 600;
    padding-top: 60px;
    padding-bottom: 30px;
}

/* 产品介绍文字样式 */
.product-intro p {
    color: rgba(115, 114, 111, 1);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

/* 移动端产品介绍样式优化 */
@media (max-width: 768px) {
    .product-intro p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .lsyg-title{
        font-size:20px;
        padding-top:30px;
    }
}

@media (max-width: 480px) {
    .product-intro p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    
    .lsyg-title {
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

/* 板块标题样式 */
.section-title {
    color: rgba(19, 99, 170, 1);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 50px;
}

/* 经营企业板块样式 */
.enterprise-section {
    margin-bottom: 60px;
}

.enterprise-cards {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}

.enterprise-card {
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    width:24%;
}

.enterprise-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.enterprise-card.narrow1 {
    padding: 1rem 3rem;
}

.enterprise-card.narrow {
    padding: 1.625rem 6rem;
}

.enterprise-card h3 {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.enterprise-card .company-type {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.enterprise-card:hover h3 {
    color: rgba(19, 99, 170, 1);
}

/* 移动端经营企业样式优化 */
@media (max-width: 1024px) {
    .enterprise-cards {
        gap: 15px;
    }
    
    .enterprise-card {
        padding: 0.8rem;
    }
    
    .enterprise-card.narrow1 {
        padding: 0.8rem 2rem;
    }
    
    .enterprise-card.narrow {
        padding: 1.48rem 4rem;
    }
    
    .enterprise-card h3 {
        font-size: 15px;
    }
    
    .enterprise-card .company-type {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .enterprise-section {
        margin-bottom: 40px;
    }
    
    .enterprise-cards {
        gap: 12px;
    }
    
    .enterprise-card {
        padding: 1rem;
        border-radius: 6px;
    }
    
    .enterprise-card.narrow1 {
        padding: 1rem 2rem;
    }
    
    .enterprise-card.narrow {
        padding: 1.5rem 3rem;
    }
    
    .enterprise-card h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }
    
    .enterprise-card .company-type {
        font-size: 12px;
    }
    
    /* 移动端触摸优化 */
    .enterprise-card:active {
        transform: scale(0.98);
    }
}

@media (max-width: 480px) {
    .enterprise-cards {
        gap: 10px;
    }
    
    .enterprise-card {
        padding: 0.8rem;
        border-radius: 4px;
    }
    
    .enterprise-card.narrow1 {
        padding: 0.8rem 1.5rem;
    }
    
    .enterprise-card.narrow {
        padding: 1.3rem 3rem;
    }
    
    .enterprise-card h3 {
        font-size: 12px;
        margin-bottom: 2px;
    }
    
    .enterprise-card .company-type {
        font-size: 12px;
    }
    
    .section-title {
        font-size: 16px;
        padding-bottom: 20px;
        padding-top: 30px;
    }
}

@media (max-width: 360px) {
    .enterprise-card {
        padding: 0.6rem;
    }
    
    .enterprise-card.narrow1 {
        padding: 0.6rem 1rem;
    }
    
    .enterprise-card.narrow {
        padding: 0.6rem 1.5rem;
    }
    
    .enterprise-card h3 {
        font-size: 13px;
    }
    
    .enterprise-card .company-type {
        font-size: 13px;
    }
}

/* 系列产品板块样式 */
.product-content2 {
    background: rgba(245, 245, 245, 1);
}

.products-section {
    padding-bottom: 60px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-card {
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-card:hover .product-image {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.product-image {
    position: relative;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    background:#fff;
     border-radius:10px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius:10px;
}

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

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    border-radius:12px;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-overlay img {
    width: 40px;
    height: 40px;
}

.product-title {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 15px;
    margin: 0;
    transition: all 0.3s ease;
}

.product-card:hover .product-title {
    color: rgba(19, 99, 170, 1);
    font-weight: 600;
}

/* 移动端系列产品样式优化 */
@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .product-image {
        height: 140px;
    }
    
    .product-title {
        font-size: 15px;
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .products-section {
        padding-bottom: 40px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .product-image {
        height: 120px;
        border-radius: 6px;
    }
    
    .product-title {
        font-size: 14px;
        padding: 10px;
        line-height: 1.3;
    }
    
    .product-overlay img {
        width: 32px;
        height: 32px;
    }
    
    /* 移动端触摸优化 */
    .product-card:active .product-image {
        transform: scale(0.98);
    }
    
    .product-card:active .product-overlay {
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .product-image {
        height: 100px;
        border-radius: 4px;
    }
    
    .product-title {
        font-size: 12px;
        padding: 8px;
        line-height: 1.2;
    }
    
    .product-overlay img {
        width: 28px;
        height: 28px;
    }
    
    .section-title {
        font-size: 16px;
        padding-bottom: 20px;
        padding-top: 30px;
    }
}

@media (max-width: 360px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .product-image {
        height: 120px;
    }
    
    .product-title {
        font-size: 13px;
        padding: 10px;
    }
}

/* 悬停效果样式 */
.product-card.hover .product-image {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.enterprise-card.hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    border-color: rgba(19, 99, 170, 0.3);
}

/* 产品卡片光标样式 */
.product-card {
    cursor: pointer;
}

.enterprise-card {
    cursor: pointer;
    height:80px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* 面包屑导航移动端优化 */
@media (max-width: 768px) {
    .breadcrumb {
        position: relative;
        top: 0;
        left: 0;
        background: none;
        padding-left: 0;
        margin-bottom: 15px;
        font-size: 12px;
        color: rgba(102, 100, 97, 0.8);
    }
    
    .breadcrumb a {
        color: rgba(102, 100, 97, 0.8);
    }
    
    .about-nav .container-nav {
        width: 90%;
        padding: 15px;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .about-nav a {
        font-size: 14px;
        padding-left: 15px;
    }
    
    .about-banner {
        max-height: 200px;
    }
    
    .about-banner img {
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .breadcrumb {
        font-size: 11px;
        margin-bottom: 10px;
    }
    
    .about-nav .container-nav {
        width: 95%;
        padding: 12px;
        gap: 12px;
    }
    
    .about-nav a {
        font-size: 13px;
        padding-left: 12px;
    }
    
    .about-banner {
        max-height: 150px;
    }
    
    .about-banner img {
        min-height: 150px;
    }
    
    .boxW {
        width: 95%;
    }
}

@media (max-width: 360px) {
    .about-nav .container-nav {
        width: 100%;
        padding: 10px;
        gap: 10px;
    }
    
    .about-nav a {
        font-size: 12px;
        padding-left: 10px;
    }
    
    .about-banner {
        max-height: 120px;
    }
    
    .about-banner img {
        min-height: 120px;
    }
}

/* 触摸友好的交互优化 */
@media (hover: none) and (pointer: coarse) {
    .enterprise-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: none;
    }
    
    .enterprise-card:hover h3 {
        color: rgba(51, 51, 51, 1);
    }
    
    .product-card:hover .product-image {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: none;
    }
    
    .product-card:hover .product-image img {
        transform: none;
    }
    
    .product-card:hover .product-overlay {
        opacity: 0;
    }
    
    .product-card:hover .product-title {
        color: rgba(51, 51, 51, 1);
        font-weight: 400;
    }
}

/* 性能优化 */
@media (prefers-reduced-motion: reduce) {
    .enterprise-card,
    .product-card,
    .product-image,
    .product-overlay {
        animation: none;
        transition: none;
    }
}

/* 高对比度模式支持 */
/* @media (prefers-contrast: high) {
    .enterprise-card h3,
    .product-title {
        color: #000;
        font-weight: 600;
    }
    
    .enterprise-card,
    .product-image {
        border: 2px solid #000;
    }
} */

/* 深色模式支持 */
/* @media (prefers-color-scheme: dark) {
    .enterprise-card h3,
    .product-title {
        color: #fff;
    }
    
    .enterprise-card {
        background: #333;
    }
    
    .product-image {
        background: #333;
    }
} */

/* 加载状态和错误处理 */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #1976d2;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error {
    border: 1px solid #ff4444;
    background: rgba(255, 68, 68, 0.1);
}

.error::before {
    content: '加载失败';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff4444;
    font-size: 12px;
    background: white;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 移动端图片懒加载优化 */
.lazy-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-image.loaded {
    opacity: 1;
}

/* 移动端滚动优化 */
@media (max-width: 768px) {
    .enterprise-cards,
    .products-grid {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    /* 防止iOS橡皮筋效果 */
    body {
        overscroll-behavior: none;
    }

 .enterprise-card {
        padding: 1rem;
        border-radius: 6px;
        width: 50%;
        height: 50px !important;
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    /* 导航栏移动端样式 */
    .about-nav .container-nav {
        flex-direction: column;
        gap: 0;
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .about-nav .container-nav li {
        background: none;
        border-bottom: 1px solid #eee;
    }

    .about-nav .container-nav li:first-child {
        background: none;
    }

    .about-nav a {
        padding: 15px 20px;
        display: block;
        text-align: center;
        font-size: 16px;
    }

    .about-nav .container-nav .active a {
        background: rgba(19, 99, 170, 0.1);
        border-left: 4px solid rgba(19, 99, 170, 1);
    }

    /* 面包屑导航移动端样式 */
    .breadcrumb {
        display: none;
    }
}

/* 超小屏幕样式 */
@media (max-width: 480px) {
    .about-nav a {
        padding: 12px 15px;
        font-size: 14px;
    }

}