/* 119.net style overrides */

@font-face {
    font-family: 'gown';
    src: url('../fonts/Graficz_OT_W00_Normal.ttf') format('truetype');
}

/* Hero Section */
.hero-section {
    position: relative;
    background: url('/uploads/202605/06/banner_hero.jpg') center center / cover no-repeat;
    min-height: 650px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 0;
}
.hero-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0;
    color: #fff;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-title span {
    display: inline-block;
    padding: 0 20px;
    font-size: 52px;
    white-space: nowrap;
}
.hero-desc {
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
    width: 592px;
    max-width: 90%;
    margin: 40px auto;
    line-height: 32px;
}
.hero-stats {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.hero-stats .stat-item {
    flex: 1;
}
.stat-item {
    text-align: center;
}
/* Number scroll animation */
.stat-num-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 70px;
    color: #fff;
}
.numberRun {
    display: inline-block;
    height: 70px;
    overflow: hidden;
}
.mt-number-animate {
    display: inline-flex;
    height: 70px;
    overflow: hidden;
}
.mt-number-animate-dom {
    position: relative;
    display: inline-block;
    top: 0;
    height: 770px;
}
.mt-number-animate-span {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 80px;
    font-family: 'gown', sans-serif;
    text-align: center;
    color: #fff;
    width: 30px;
}
.mt-number-animate-dot {
    display: flex;
    align-items: center;
    height: 70px;
    line-height: 70px;
    font-size: 80px;
    font-family: 'gown', sans-serif;
    color: #fff;
}
.stat-unit {
    font-size: 20px;
    margin-left: 6px;
    color: #fff;
    opacity: 0.8;
}
.stat-label {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin-top: 8px;
}

/* Section Titles */
.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    position: relative;
}
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #2a5caa;
    margin: 12px auto 0;
}

/* Core Competency */
.core-section {
    padding: 60px 0;
    background: #f8f9fa;
}
.core-list {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.core-item {
    text-align: center;
    flex: 0 0 250px;
}
.core-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #2a5caa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.core-icon i {
    font-size: 32px;
}
.core-item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.core-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Cases */
.case-section {
    padding: 60px 0;
}
.case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.case-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}
.case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.case-img {
    height: 180px;
    overflow: hidden;
}
.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-info {
    padding: 16px;
}
.case-info h3 {
    font-size: 16px;
    margin-bottom: 6px;
}
.case-info h3 a {
    color: #333;
    text-decoration: none;
}
.case-tag {
    font-size: 13px;
    color: #999;
}

/* News */
.news-section {
    padding: 60px 0;
    background: #f8f9fa;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.news-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.news-img {
    height: 200px;
    overflow: hidden;
}
.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-info {
    padding: 20px;
}
.news-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.news-info h3 a {
    color: #333;
    text-decoration: none;
}
.news-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Buttons */
.section-more {
    text-align: center;
    margin-top: 30px;
}
.btn-more {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #2a5caa;
    color: #2a5caa;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s;
}
.btn-more:hover {
    background: #2a5caa;
    color: #fff;
}
.btn-more-sm {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #2a5caa;
    color: #2a5caa;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
    transition: all 0.3s;
}
.btn-more-sm:hover {
    background: #2a5caa;
    color: #fff;
}

/* Header override */
.top {
    display: none !important;
}
#header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-menu > li > a {
    color: #333 !important;
    font-weight: 500;
}
.nav-menu > li > a:hover {
    color: #2a5caa !important;
}

/* Logo & Header size */
.logo img {
    max-height: 40px !important;
    width: auto !important;
}
#header .header {
    padding: 8px 0 !important;
}
#header .container {
    padding-top: 0;
    padding-bottom: 0;
}

/* Hide phone hotline */
.logo-tel {
    display: none !important;
}

/* Hide old elements */
.slider { display: none; }
.ind-tag { display: none; }
.ind-pro { display: none; }
.ind-about { display: none; }
.ind-case { display: none; }
.ind-blog { display: none; }
.flink { display: none; }

/* Footer override */
.footer {
    background: #2b2b2b;
}
.footer-bottom {
    background: #222;
    color: rgba(255,255,255,0.5);
}

/* Remove old sidebar */
.ind-pro-nav { display: none; }
.tool-bar { display: none; }

/* Responsive */
@media (max-width: 768px) {
    .hero-section { min-height: 400px; }
    .hero-content { padding: 30px 0; }
    .hero-title { font-size: 28px; }
    .hero-title span { font-size: 28px; padding: 0 8px; }
    .hero-desc { font-size: 16px; line-height: 28px; width: auto; max-width: 90%; margin: 20px auto; }
    .hero-stats { flex-wrap: wrap; gap: 10px 0; }
    .hero-stats .stat-item { flex: 0 0 100%; transform: scale(0.6); transform-origin: center; margin: -15px 0; }
    .case-grid { grid-template-columns: 1fr; }
    .case-tag { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .news-grid { grid-template-columns: 1fr; }
    .core-list { gap: 20px; }
    .core-item { flex: 0 0 100%; }
    .core-icon { width: 56px; height: 56px; margin-bottom: 12px; }
    .core-icon i { font-size: 24px; }
    .core-item h3 { font-size: 17px; margin-bottom: 6px; }
    .core-item p { font-size: 13px; }
    .section-title { font-size: 24px; }
    .footer-bottom { padding: 12px 10px; }
    .footer-bottom p { font-size: 12px; line-height: 1.6; margin: 4px 0; }
}
