body { font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif; }

.max-w-7xl { max-width: 1626px !important   ; }
.nav-active { color: #D92828 !important; }
.hover-red:hover { color: #D92828; }
.bg-gradient-red { background: linear-gradient(135deg, #D92828 0%, #B32020 100%); }
.bg-pattern { background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f5f5f5' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.timeline-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: #eee; transform: translateX(-50%); }
@media (max-width: 768px) { .timeline-line { left: 20px; } }
.carousel-container { position: relative; width: 100%; overflow: hidden; }
.carousel-track { display: flex; transition: transform 0.5s ease-in-out; }
.carousel-slide { flex: 0 0 100%; position: relative; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.3); color: white; border: none; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; transition: background 0.3s; z-index: 10; }
.carousel-btn:hover { background: rgba(0,0,0,0.6); }
.carousel-prev { left: 20px; }
.carousel-next { right: 20px; }
.carousel-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.carousel-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: background 0.3s; }
.carousel-dot.active { background: #D92828; }
.slide-content { position: absolute; bottom: 80px; left: 10%; right: 10%; color: white; }
.bg-products { background: url('../images/products-bg.jpg') no-repeat center center/cover; }
.honor-main{
    min-height: calc(100% - 150px);
}

.banner-overlay-content {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.product-track-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.product-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slide img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.product-slide img.cases-img{
    width: 100%;
    height: 100%;
       max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}