/* Banner区域 */
.banner-container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    /*max-height: 800px;*/
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 20px;
    width: 80%;
}

.banner-content .banner-text {
    width: 500px;
    margin-bottom: 2.5rem;
    filter: brightness(0) invert(1);
}

.banner-swiper {
    width: 100%;
    height: 100%;
}

/*.banner-swiper::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: #333;*/
/*    opacity: 0.2;*/
/*    z-index: 2;*/
/*}*/

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-container,
.image-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: var(--transition-normal);
}

.btn-primary {
    background-color: rgba(225, 0, 0, 0.75);
    color: #fff;
}

.btn-secondary {
    background-color: rgba(58, 176, 189, 0.75);
    color: #fff;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 20;
    background: none;
    opacity: 1;
    width: 60px !important;
    height: 60px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.swiper-button-prev{
    left: 10% !important;
}
.swiper-button-next{
    right: 10% !important;
}
/* 隐藏默认的箭头图标 */
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev img,
.swiper-button-next img{
    width: 60% !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(255, 0, 0, 0.6) !important;
}

.swiper-button-prev:hover img,
.swiper-button-next:hover img {
    transform: scale(1.1);
}

/* 页面内容 */
.about-section {
    background-color: #fff;
}

.container {
    /* max-width: 1226px;
    margin: 0 auto;
    padding: 0 15px; */
}

.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    max-width: 1226px;
    margin: 0 auto;
}

.news-ticker {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}

.news-label {
    color: #E10000;
    font-weight: bold;
}

.news-content {
    color: #333;
}

.tab-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    position: relative;
}

.tab-buttons:after {
    content: none;
}

.tab-btn {
    padding: 5px 0px;
    margin: 0 20px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    color: #666;
}

.tab-btn.active {
    color: #666;
    font-weight: bold;
}

.tab-btn.active:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #666;
    z-index: 2;
}

.tab-content {
    margin-top: -10px;
    background-image: url('../images/bg-jianjie.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
}

.tab-pane {
    display: none;
    max-width: 1226px;
    margin: 0 auto;
    padding-top: 20px;
}

.tab-pane.active {
    display: block;
}

.factory-title {
    margin-top: 20px;
}

.title-image {
    height: 85px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 20px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
}

.about-text {
    flex: 1;
    padding-right: 50px;
    max-width: 450px;
}

.about-header {
    margin-bottom: 20px;
}

.about-title h2 {
    font-size: 60px;
    font-weight: 300;
    color: #ccc;
    margin-bottom: 10px;
    line-height: 1;
}

.about-title h2 .letter {
    font-size: 80px;
    color: #999;
}

.about-title h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.about-title h3 .highlight {
    color: #E10000;
}

.about-description {
    margin-bottom: 30px;
}

.about-description p {
    margin-bottom: 15px;
    line-height: 2;
    color: #666;
}

.company-stats {
    position: relative;
}

.stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.stat-icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stat-label {
    font-size: 14px;
    color: #666;
}

.stat-value {
    font-size: 14px;
    color: #666;
}

.read-more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.read-more-btn {
    display: inline-block;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.read-more-btn:hover {
    color: #E10000;
    border-color: #E10000;
}

.about-media {
    flex: 1;
    min-width: 300px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    display: flex;
    align-items: center;
}

.play-btn, .mute-btn, .fullscreen-btn {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
}

.progress-bar {
    flex: 1;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    margin: 0 10px;
    overflow: hidden;
}

.progress {
    height: 100%;
    width: 20%;
    background-color: #E10000;
}

.factory-content {
    display: flex;
    gap: 30px;
}

.factory-menu {
    width: 200px;
    flex-shrink: 0;
}

.factory-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
}

.factory-nav-item {
    margin-bottom: 1px;
}

.factory-nav-item a {
    display: block;
    padding: 15px 5px;
    margin-bottom: 10px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.factory-nav-item.active a,
.factory-nav-item a:hover {
    background-color: #E10000;
}

.factory-display {
    flex: 1;
    position: relative;
}

.factory-image {
    width: 100%;
}

.factory-image img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

/* 合作客户六边形网格样式 */
.hex-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hex-column {
    display: flex;
    flex-direction: column;
    margin: -5px;
}

.hexagon-container {
    width: 240px; /* 控制整体大小 */
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -5px -10px;
    position: relative;
}

.hex-border {
    width: 225.2px; /* 比内部六边形宽20px */
    height: 260px; /* 比内部六边形高20px */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #2ed0cb;
    position: absolute;
    transform: rotate(90deg);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.hexagon-container:hover .hex-border {
    opacity: 1;
}

.hexagon {
    width: 207.8px; /* 宽度 = 高度 × √3/2 ≈ 240 × 0.866 */
    height: 240px; /* 高度等于外接圆直径 */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: rotate(90deg);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.hexagon:hover {
    transform: rotate(90deg) scale(1.05);
    z-index: 10;
}

.hexagon img {
    max-width: 240px !important;
    width: 240px !important; /* 使用高度值作为图片宽度 */
    height: 240px !important; /* 使用高度值作为图片高度 */
    object-fit: cover;
    transform: rotate(-90deg);
    position: relative;
    left: -13.4px; /* 补偿宽度差异导致的偏移 = (200-173.2)/2 */
}

.hex-column:nth-child(2),
.hex-column:nth-child(4) {
    margin-top: 110px; /* 偏移半行高度 */
}

.case-content{
    text-align: center;
}

.case-content img{
    max-height: 620px;
}

/* 核心优势区域 */
.core-advantage {
    margin-top: 50px;
}

.advantage-header {
    text-align: center;
}

.advantage-title-en {
    font-size: 36px;
    color: #d6d6d6;
    font-weight: bold;
}

.advantage-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    letter-spacing: 1px;
    position: relative;
    margin-top: -54px;
}

.advantage-title .highlight {
    color: #E10000;
    position: relative;
}

.advantage-subtitle {
    font-size: 14px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.advantage-content {
    max-width: 1226px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.advantage-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px;
}

.advantage-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.advantage-item:hover .advantage-info h3,
.advantage-item:hover .advantage-info p {
    color: #E10000;
    transition: color 0.3s ease;
}

.advantage-item:hover .advantage-info h3:after {
    background-color: #E10000;
    transition: background-color 0.3s ease;
}

.advantage-item:hover .advantage-icon img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(7037%) hue-rotate(354deg) brightness(90%) contrast(121%);
    /* transition: filter 0.3s ease; */
}

.advantage-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-icon img {
    max-width: 100%;
    max-height: 100%;
}

.advantage-info h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.advantage-info h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #333;
}

.advantage-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.service-showcase {
    /* margin-top: 20px; */
}

.service-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.service-row:last-child {
    margin-bottom: 0;
}

.service-card {
    width: 48%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px;
}

.service-card:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); */
}

.service-image {
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.1);
}

.service-content {
    padding: 30px 25px 25px;
    position: relative;
}

.service-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.service-icon img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    transition: filter 0.3s ease;
}

.service-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;

}

.service-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.service-card:hover .service-title {
    color: #E10000;
    transition: color 0.3s ease;
}

/* 新闻资讯区域 */
.news-section {
    background-image: url(../images/bg-jianjie.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    min-height: 720px;
    margin-top: 50px;
}

.news-header{
    text-align: center;
}

.news-title-en {
    font-size: 36px;
    color: #d6d6d6;
    font-weight: bold;
}

.news-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    letter-spacing: 1px;
    position: relative;
    margin-top: -54px;
}

.news-title .highlight {
    color: #E10000;
    position: relative;
}

.news-subtitle {
    font-size: 14px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news-content {
    max-width: 1226px;
    margin: 0 auto;
}

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

.news-card {
    border: 1px solid black;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-image 0.3s ease;
    position: relative;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.news-card:hover:before {
    opacity: 1;
}

.news-info {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.news-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.date-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    color: #E10000;
}

.date-text {
    font-size: 12px;
    margin-right: 10px;
}

.news-category {
    font-size: 12px;
    color: #333;
    padding: 2px 8px;
    border-radius: 3px;
}

.news-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.read-more-link {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.read-more-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.news-card:hover .date-icon,
.news-card:hover .date-text,
.news-card:hover .date-line,
.news-card:hover .news-category,
.news-card:hover .news-card-title,
.news-card:hover .read-more-link {
    color: #fff;
}

.news-card:hover .read-more-link i {
    transform: translateX(5px);
}

.news-list-container {
    max-width: 1226px;
    margin: 30px auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.news-list-item {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 5px;
}

.news-list-item:last-child {
    margin-bottom: 0;
}

.news-list-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    min-width: 80px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
}

.news-list-day {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.news-list-month {
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}

.news-list-content {
    flex: 1;
}

.news-list-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.news-list-item:hover .news-list-title {
    color: #E10000;
}

/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*******************************响应式样式*****************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/

/* 响应式设计 */
@media (max-width: 1024px) {
    /* Banner区域 */
    .banner-content h2 {
        font-size: 36px;
    }
    
    .banner-content p {
        font-size: 18px;
    }

    /* 新闻区域 */
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .top-section {
        padding: 20px 50px;
    }
    
    .tab-content {
        padding: 20px 50px;
    }
    
    .about-content {
        flex-direction: column;
    }
    
    .about-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .title-image {
        height: 70px;
        margin-bottom: 15px;
    }

    .factory-content {
        flex-direction: column;
    }
    
    .factory-menu {
        width: 100%;
    }
    
    .factory-nav {
        display: flex;
        flex-wrap: wrap;
    }
    
    .factory-nav-item {
        flex: 1 0 25%;
        margin-bottom: 5px;
    }
    
    .factory-nav-item a {
        padding: 10px 5px;
        font-size: 14px;
    }

    .hex-grid {
        gap: -20px;
    }
    
    .hexagon-container {
        width: 150px;
        height: 150px;
    }
    
    .hex-border {
        width: 143.2px;
        height: 170px;
    }
    
    .hexagon {
        width: 129.9px; 
        height: 150px;
    }
    
    .hexagon img {
        width: 150px;
        height: 150px;
        left: -10.05px; 
    }
    
    .hex-column:nth-child(2),
    .hex-column:nth-child(4) {
        margin-top: 67.5px; 
    }

    .service-row {
        flex-direction: column;
    }
    
    .service-card {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .service-row:last-child .service-card:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    /* Banner区域 */
    .banner-content .banner-text{
        width:300px;
    }
    
    .banner-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .swiper-button-prev,
    .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
        z-index: 1000 !important;
    }

    .swiper-button-prev{
        left: 0 !important;
    }
    .swiper-button-next{
        right: 0 !important;
    }

    /* 页面内容 */
    .top-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }
    
    .news-ticker {
        margin-bottom: 15px;
    }
    
    .news-label{
        width: 80px;
    }

    .news-content {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 460px;
    }

    .tab-buttons {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .tab-btn {
        padding: 5px 0px;
        margin: 0 10px;
        font-size: 16px;
    }
    
    .tab-content {
        margin-top: -5px;
        padding: 15px 20px;
        background-size: cover;
    }
    
    .title-image {
        height: 60px;
        margin-bottom: 15px;
    }
    
    .about-title h3 {
        font-size: 24px;
    }
    
    .about-description p {
        font-size: 14px;
    }
    
    .company-stats {
        position: relative;
    }
    
    .read-more {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .stat-item {
        margin-bottom: 10px;
    }
    
    .video-wrapper {
        margin-top: 20px;
    }

    .factory-nav-item {
        flex: 1 0 50%;
    }

    .hex-grid {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    
    .hex-column {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }
    
    .hexagon-container {
        width: 120px;
        height: 120px;
        margin: 5px;
    }
    
    .hex-border {
        width: 113.2px;
        height: 140px;
    }
    
    .hexagon {
        width: 103.92px; /* 120 × 0.866 */
        height: 120px;
    }
    
    .hexagon img {
        width: 120px;
        height: 120px;
        left: -8.04px; /* (120-103.92)/2 */
    }
    
    .hex-column:nth-child(2),
    .hex-column:nth-child(4) {
        margin-top: 0;
    }

    .news-section {
        padding: 30px 20px;
    }
    
    .news-title {
        font-size: 30px;
        background-size: 90% auto;
    }
    
    .news-subtitle {
        font-size: 14px;
    }
    
    .core-advantage {
        padding: 30px 20px;
        margin-top: 0;
    }

    .advantage-title-en {
        font-size: 24px;
    }

    .advantage-title {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
        letter-spacing: 1px;
        position: relative;
        margin-top: -40px;
    }
    
    .advantage-subtitle {
        font-size: 16px;
    }
    
    .advantage-grid {
        /*grid-template-columns: 1fr;*/
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .advantage-item {
        /*padding: 25px;*/
        padding: 5px;
        margin: 10px 0px;
    }

    .service-showcase {
        margin-top: 40px;
    }
    
    .service-image {
        height: 180px;
    }
    
    .service-content {
        padding: 25px 20px 20px;
    }
    
    .service-icon img {
        width: 25px;
        height: 25px;
    }
    
    /* 新闻列表区域 */
    .news-title-en{
        font-size: 24px;
    }

    .news-list-date {
        margin-right: 20px;
        min-width: 80px;
    }
    
    .news-list-day {
        font-size: 28px;
    }
    
    .news-list-month {
        font-size: 12px;
    }
    
    .news-list-title {
        font-size: 16px;
    }
    
    .news-list-desc {
        font-size: 13px;
    }
    
    .news-ticker {
        font-size: 14px;
    }
    
    .news-label{
        width: 70px;
    }

    .date-line,.news-category{
        display: none;
    }

    .news-card-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
        line-height: 1.5;
    }

    .news-content {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 320px;
    }

    .news-info {
        padding: 8px;
    }

    .read-more-link {
        margin-top: 50px;
        font-size: 12px;
    }

    .tab-btn {
        margin: 0 5px;
        font-size: 14px;
    }

    .title-image {
        height: 50px;
    }
    
    .about-title h3 {
        font-size: 20px;
    }
    
    .stat-icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    
    .stat-label, .stat-value {
        font-size: 13px;
    }

    .read-more-btn {
        padding: 0;
    }

    .company-stats {
        position: relative;
    }
    
    .read-more {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .factory-nav-item {
        flex: 1 0 100%;
    }

    .news-grid {
        /*grid-template-columns: 1fr;*/
        grid-template-columns: repeat(2, 1fr);
    }
    
    .news-title {
        font-size: 24px;
    }
    
    .news-card {
        margin-bottom: 20px;
    }
    
    .advantage-subtitle {
        font-size: 14px;
    }
    
    .advantage-icon {
        width: 60px;
        height: 60px;
    }
    
    .advantage-info h3 {
        font-size: 18px;
    }
    
    .advantage-info p {
        font-size: 14px;
    }

    .service-showcase {
        margin-top: 30px;
    }
    
    .service-row {
        margin-bottom: 20px;
    }
    
    .service-card {
        margin-bottom: 20px;
    }
    
    .service-image {
        height: 160px;
    }
    
    .service-title {
        font-size: 16px;
    }
    
    .service-desc {
        font-size: 13px;
    }

    .news-list-date {
        margin-right: 15px;
        min-width: 80px;
    }
    
    .news-list-day {
        font-size: 24px;
    }
    
    .news-list-title {
        font-size: 15px;
    }
}