 .page-banner {
            background: var(--secondary);
            color: #fff;
            padding: 80px 0 60px;
            position: relative;
            overflow: hidden;
        }
		li {list-style: none;}
        .page-banner::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 70% 30%, rgba(223, 101, 18, 0.15), transparent 60%);
            pointer-events: none;
        }
        .page-banner .banner-inner {
            position: relative;
            z-index: 1;
        }
        .page-banner h1 {
            font-size: 3.2rem;
            font-weight: 700;
        }
        .page-banner h1 span {
            color: var(--primary);
        }
        .page-banner .breadcrumb {
            background: transparent;
            padding: 0;
            margin-top: 12px;
            font-size: 1rem;
        }
        .page-banner .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.7);
            transition: color var(--transition);
        }
        .page-banner .breadcrumb-item a:hover {
            color: var(--primary);
        }
        .page-banner .breadcrumb-item.active {
            color: #fff;
        }
        .page-banner .breadcrumb-item+.breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.35);
            content: "›";
        }
tbody, td, tfoot, th, thead, tr{border-width:1px;padding:0 10px}
        /* ===== Company Overview ===== */
        .about-intro-section {
            background: #fff;
        }
        .about-intro-section .about-text {
            color: #555;
            line-height: 1.9;
            font-size: 1.05rem;
        }
        .about-intro-section .about-text strong {
            color: var(--secondary);
        }
        .about-intro-section .stat-box {
            background: #f8fafc;
            border-radius: var(--radius);
            padding: 30px 20px;
            text-align: center;
            transition: all var(--transition);
            border: 1px solid #f0f0f0;
        }
        .about-intro-section .stat-box:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        }
        .about-intro-section .stat-box .number {
            font-size: 2.6rem;
            font-weight: 700;
            color: var(--primary);
        }
        .about-intro-section .stat-box .label {
            font-size: 0.95rem;
            color: #6c757d;
            margin-top: 4px;
        }
		 .journey-section {
            background: #f8fafc;
        }
        .journey-section .timeline {
            position: relative;
            padding-left: 40px;
        }
        .journey-section .timeline::before {
            content: '';
            position: absolute;
            left: 12px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: var(--primary);
            opacity: 0.25;
            border-radius: 4px;
        }
        .journey-section .timeline-item {
            position: relative;
            margin-bottom: 40px;
            padding-left: 20px;
        }
        .journey-section .timeline-item:last-child {
            margin-bottom: 0;
        }
        .journey-section .timeline-item::before {
            content: '';
            position: absolute;
            left: -32px;
            top: 6px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--primary);
            border: 3px solid #fff;
            box-shadow: 0 0 0 3px var(--primary);
            z-index: 1;
        }
        .journey-section .timeline-item .year {
            font-weight: 700;
            font-size: 1.4rem;
            color: var(--primary);
            margin-bottom: 4px;
        }
        .journey-section .timeline-item h5 {
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 4px;
        }
        .journey-section .timeline-item p {
            color: #666;
            line-height: 1.6;
            font-size: 0.95rem;
            margin-bottom: 0;
        }

        /* ===== Factory & R&D Strength ===== */
        .rd-section {
            background: var(--secondary);
            color: #fff;
        }
        .rd-section .section-title {
            color: #fff;
        }
        .rd-section .section-title .highlight {
            color: var(--primary);
        }
        .rd-section .section-subtitle {
            color: rgba(255, 255, 255, 0.75);
        }
        .rd-section .rd-text {
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.9;
            font-size: 1.02rem;
        }
        .rd-section .rd-text strong {
            color: #fff;
        }
        .rd-section .rd-text ul {
            color: rgba(255, 255, 255, 0.9);
        }
        .rd-section .rd-text ul li {
            color: rgba(255, 255, 255, 0.9);
        }
        .rd-section .video-wrapper {
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.30);
            background: #000;
            position: relative;
        }
        .rd-section .video-wrapper video {
            width: 100%;
            display: block;
            border-radius: var(--radius);
        }
        .rd-section .video-wrapper .play-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.30);
            cursor: pointer;
            transition: background var(--transition);
            border-radius: var(--radius);
        }
        .rd-section .video-wrapper .play-overlay:hover {
            background: rgba(0, 0, 0, 0.45);
        }
        .rd-section .video-wrapper .play-overlay i {
            font-size: 4rem;
            color: #fff;
            opacity: 0.9;
            transition: all var(--transition);
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        }
        .rd-section .video-wrapper .play-overlay:hover i {
            opacity: 1;
            transform: scale(1.05);
        }


        /* ===== Product Technology (5 alternating rows) ===== */
        .tech-section {
            background: #fff;
        }
        .tech-section .tech-row {
            padding: 40px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .tech-section .tech-row:last-child {
            border-bottom: none;
        }
        .tech-section .tech-row .tech-text {
            color: #555;
            line-height: 1.9;
            font-size: 1.02rem;
            display: flex;
            align-items: center;
            height: 100%;
        }
        .tech-section .tech-row .tech-text strong {
            color: var(--secondary);
        }
        .tech-section .tech-row .tech-img {
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            background: #e9ecef;
            height: 100%;
            min-height: 220px;
            background-size: cover;
            background-position: center;
            transition: all var(--transition);
        }
        .tech-section .tech-row .tech-img:hover {
            transform: scale(1.01);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
        }

        /* ===== Certifications ===== */
        .cert-section {
            background: #f8fafc;
        }
        .cert-section .cert-card {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
            transition: all var(--transition);
            border: 1px solid #f0f0f0;
            text-align: center;
        }
        .cert-section .cert-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
            border-color: var(--primary);
        }
        .cert-section .cert-card img {
            width: 100%;
            height: 380px;
          
            border-bottom: 1px solid #f0f0f0;
        }
        .cert-section .cert-card .cert-name {
            font-weight: 700;
            color: var(--secondary);
            padding: 16px 12px 18px;
            font-size: 1rem;
            margin: 0;
        }
        .cert-section .cert-card .cert-name span {
            color: var(--primary);
            font-weight: 400;
            font-size: 0.85rem;
            display: block;
            margin-top: 2px;
        }

        /* Swiper Navigation */
        .cert-section .swiper-button-next,
        .cert-section .swiper-button-prev {
            color: var(--primary);
            background: #fff;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
            transition: all var(--transition);
        }
        .cert-section .swiper-button-next:hover,
        .cert-section .swiper-button-prev:hover {
            background: var(--primary);
            color: #fff;
        }
        .cert-section .swiper-button-next::after,
        .cert-section .swiper-button-prev::after {
            font-size: 16px;
        }
        .cert-section .swiper-pagination-bullet {
            background: #ddd;
            opacity: 1;
        }
        .cert-section .swiper-pagination-bullet-active {
            background: var(--primary);
        }
        .cert-section .swiper-pagination {
            position: relative;
            margin-top: 30px;
        }
		
		  .page-banner {
            background: var(--secondary);
            color: #fff;
            padding: 60px 0 40px;
            position: relative;
            overflow: hidden;
        }
        .page-banner::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 70% 30%, rgba(223, 101, 18, 0.15), transparent 60%);
            pointer-events: none;
        }
        .page-banner .banner-inner {
            position: relative;
            z-index: 1;
            text-align: center;
        }
        .page-banner h1 {
            font-size: 2.8rem;
            font-weight: 700;
        }
        .page-banner h1 span {
            color: var(--primary);
        }
        .page-banner .banner-desc {
            font-size: 1.1rem;
            opacity: 0.85;
            max-width: 620px;
            margin: 8px auto 0;
        }

        .breadcrumb-wrap {
            background: var(--secondary);
            color: #fff;
            padding: 0 0 32px;
            position: relative;
            z-index: 1;
        }
        .breadcrumb-wrap::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 70% 30%, rgba(223, 101, 18, 0.10), transparent 60%);
            pointer-events: none;
        }
        .breadcrumb-wrap .breadcrumb-inner {
            position: relative;
            z-index: 1;
            text-align: center;
        }
        .breadcrumb-wrap .breadcrumb {
            background: transparent;
            padding: 0;
            margin: 0;
            font-size: 0.95rem;
            justify-content: center;
        }
        .breadcrumb-wrap .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.7);
            transition: color var(--transition);
        }
        .breadcrumb-wrap .breadcrumb-item a:hover {
            color: var(--primary);
        }
        .breadcrumb-wrap .breadcrumb-item.active {
            color: #fff;
        }
        .breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.35);
            content: "›";
        }


        .products-listing {
            background: #f8fafc;
        }


        .sidebar-widget {
            background: #fff;
            border-radius: var(--radius);
            padding: 28px 22px;
            border: 1px solid #f0f0f0;
            margin-bottom: 28px;
            transition: all var(--transition);
        }
        .sidebar-widget:hover {
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
        }
        .sidebar-widget .widget-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.1rem;
            border-bottom: 2px solid var(--primary);
            padding-bottom: 12px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .sidebar-widget .widget-title i {
            color: var(--primary);
        }

        .sidebar-widget .category-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-widget .category-list li {
            margin-bottom: 6px;
        }
        .sidebar-widget .category-list li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 14px;
            border-radius: var(--radius);
            color: #555;
            font-weight: 500;
            font-size: 0.92rem;
            transition: all var(--transition);
            border-left: 3px solid transparent;
        }
        .sidebar-widget .category-list li a:hover {
            background: rgba(223, 101, 18, 0.07);
            color: var(--primary);
            border-left-color: var(--primary);
            padding-left: 18px;
        }
        .sidebar-widget .category-list li a.active {
            background: rgba(223, 101, 18, 0.10);
            color: var(--primary);
            border-left-color: var(--primary);
            font-weight: 600;
        }
        .sidebar-widget .category-list li a .badge-count {
            background: #e9ecef;
            color: #6c757d;
            border-radius: 20px;
            padding: 0 10px;
            font-size: 0.75rem;
            font-weight: 600;
            line-height: 22px;
        }
        .sidebar-widget .category-list li a.active .badge-count {
            background: var(--primary);
            color: #fff;
        }
        .sidebar-widget .category-list li a:hover .badge-count {
            background: var(--primary);
            color: #fff;
        }


        .contact-sidebar .contact-item-side {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .contact-sidebar .contact-item-side:last-child {
            border-bottom: none;
        }
        .contact-sidebar .contact-item-side .icon-box {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(223, 101, 18, 0.10);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: var(--primary);
            font-size: 0.95rem;
        }
        .contact-sidebar .contact-item-side .info {
            font-size: 0.88rem;
            line-height: 1.5;
            color: #555;
        }
        .contact-sidebar .contact-item-side .info strong {
            color: var(--secondary);
            display: block;
            font-size: 0.82rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 2px;
        }
        .contact-sidebar .contact-item-side .info a {
            color: var(--primary);
        }
        .contact-sidebar .contact-item-side .info a:hover {
            color: var(--primary-dark);
        }


        .product-grid-card {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid #f0f0f0;
            transition: all var(--transition);
            height: 100%;
        }
        .product-grid-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
            border-color: rgba(223, 101, 18, 0.15);
        }
        .product-grid-card .product-img {
            height: 200px;
			display:block;
            background-size: cover;
            background-position: center;
            background-color: #e9ecef;
            position: relative;
        }
        .product-grid-card .product-img .tag {
            position: absolute;
            top: 14px;
            left: 14px;
            background: var(--primary);
            color: #fff;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            padding: 3px 14px;
            border-radius: 20px;
            letter-spacing: 0.5px;
        }
        .product-grid-card .product-body {
            padding: 18px 18px 22px;
        }
        .product-grid-card .product-body .product-category {
            font-size: 0.75rem;
            color: var(--primary);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
        }
        .product-grid-card .product-body h5 {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.05rem;
            margin-bottom: 6px;
        }
        .product-grid-card .product-body p {
            color: #777;
            font-size: 0.88rem;
            line-height: 1.6;
            margin-bottom: 14px;
        }
        .product-grid-card .product-body .more-link {
            color: var(--primary);
            font-weight: 600;
            font-size: 0.85rem;
            transition: all var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .product-grid-card .product-body .more-link:hover {
            color: var(--primary-dark);
            gap: 12px;
        }

 
        .pagination-wrap {
            margin-top: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4px;
            flex-wrap: wrap;
        }
        .pagination-wrap .page-item .page-link {
            color: var(--secondary);
            border: 1px solid #e0e0e0;
            border-radius: var(--radius);
            padding: 8px 16px;
            font-weight: 500;
            transition: all var(--transition);
            background: #fff;
            margin: 0 2px;
        }
        .pagination-wrap .page-item .page-link:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(223, 101, 18, 0.25);
        }
        .pagination-wrap .page-item.active .page-link {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
        }
        .pagination-wrap .page-item.disabled .page-link {
            color: #aaa;
            cursor: not-allowed;
            background: #f8f9fa;
        }
        .pagination-wrap .page-item.disabled .page-link:hover {
            transform: none;
            box-shadow: none;
            background: #f8f9fa;
            color: #aaa;
        }
        .pagination-wrap .page-info {
            color: #888;
            font-size: 0.9rem;
            margin-left: 12px;
        }
		
		 .product-detail-section {
            background: #fff;
            padding: 60px 0;
        }
        .product-detail-section .product-gallery {
            border-radius: var(--radius);
            overflow: hidden;
            background: #f8fafc;
            border: 1px solid #f0f0f0;
        }
        .product-detail-section .product-gallery .main-img {
            width: 100%;
            height: 450px;
            background-size: cover;
            background-position: center;
            background-color: #e9ecef;
        }

        .product-detail-section .product-info {
            padding-left: 20px;
        }
        .product-detail-section .product-info .product-category {
            display: inline-block;
            background: rgba(223, 101, 18, 0.12);
            color: var(--primary);
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            padding: 4px 16px;
            border-radius: 20px;
            margin-bottom: 12px;
        }
        .product-detail-section .product-info .product-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        .product-detail-section .product-info .product-rating {
            color: var(--primary);
            font-size: 0.95rem;
            margin-bottom: 14px;
        }
        .product-detail-section .product-info .product-rating span {
            color: #888;
            font-weight: 400;
            margin-left: 6px;
        }
        .product-detail-section .product-info .product-desc {
            color: #555;
            line-height: 1.8;
            font-size: 1.02rem;
            margin-bottom: 20px;
        }
        .product-detail-section .product-info .product-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 30px;
            margin-bottom: 24px;
            padding: 16px 0;
            border-top: 1px solid #f0f0f0;
            border-bottom: 1px solid #f0f0f0;
        }
        .product-detail-section .product-info .product-meta .meta-item {
            font-size: 0.92rem;
            color: #666;
        }
        .product-detail-section .product-info .product-meta .meta-item strong {
            color: var(--secondary);
            font-weight: 600;
        }
        .product-detail-section .product-info .product-meta .meta-item i {
            color: var(--primary);
            margin-right: 6px;
            width: 18px;
        }
        .product-detail-section .product-info .btn-contact {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 12px 40px;
            border-radius: var(--radius);
            font-weight: 600;
            font-size: 1rem;
            transition: all var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .product-detail-section .product-info .btn-contact:hover {
            background: var(--primary-dark);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(223, 101, 18, 0.35);
        }


        .product-content-section {
            background: #f8fafc;
            padding: 60px 0 40px;
        }
        .product-content-section .details-content {
            background: #fff;
            border-radius: var(--radius);
            padding: 36px 32px;
            border: 1px solid #f0f0f0;
        }
        .product-content-section .details-content h4 {
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 16px;
            font-size: 1.4rem;
        }
        .product-content-section .details-content h5 {
            font-weight: 700;
            color: var(--secondary);
            margin: 24px 0 12px;
            font-size: 1.1rem;
            padding-top: 8px;
            border-top: 1px solid #f0f0f0;
        }
        .product-content-section .details-content h5:first-of-type {
            border-top: none;
            padding-top: 0;
        }
        .product-content-section .details-content p {
            color: #555;
            line-height: 1.8;
            margin-bottom: 16px;
        }
        .product-content-section .details-content ul {
            padding-left: 20px;
            color: #555;
            line-height: 1.9;
        }
        .product-content-section .details-content ul li {
            margin-bottom: 4px;
        }
        .product-content-section .details-content ul li i {
            color: var(--primary);
            margin-right: 8px;
        }
        .product-content-section .spec-table {
            width: 100%;
            border-collapse: collapse;
        }
        .product-content-section .spec-table tr {
            border-bottom: 1px solid #f0f0f0;
        }
        .product-content-section .spec-table tr:last-child {
            border-bottom: none;
        }
        .product-content-section .spec-table td {
            padding: 12px 16px;
            font-size: 0.95rem;
            color: #555;
        }
        .product-content-section .spec-table td:first-child {
            font-weight: 600;
            color: var(--secondary);
            width: 140px;
            background: #fafbfc;
        }


        .product-content-section .form-inner {
            margin-top: 36px;
            padding-top: 28px;
            border-top: 2px solid #f0f0f0;
        }
        .product-content-section .form-inner .form-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.3rem;
            margin-bottom: 4px;
        }
        .product-content-section .form-inner .form-title span {
            color: var(--primary);
        }
        .product-content-section .form-inner .form-sub {
            color: #888;
            font-size: 0.92rem;
            margin-bottom: 20px;
        }
        .product-content-section .form-inner .form-control {
            border-radius: var(--radius);
            border: 1px solid #e0e0e0;
            padding: 11px 16px;
            font-size: 0.93rem;
            transition: all var(--transition);
        }
        .product-content-section .form-inner .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(223, 101, 18, 0.12);
        }
        .product-content-section .form-inner label {
            font-weight: 600;
            color: var(--secondary);
            font-size: 0.88rem;
            margin-bottom: 3px;
        }
        .product-content-section .form-inner .form-check-label {
            font-weight: 400;
            color: #666;
            font-size: 0.88rem;
        }
        .product-content-section .form-inner .btn-submit {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 12px 40px;
            border-radius: var(--radius);
            font-weight: 600;
            font-size: 0.95rem;
            transition: all var(--transition);
            width: 100%;
        }
        .product-content-section .form-inner .btn-submit:hover {
            background: var(--primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(223, 101, 18, 0.30);
        }


        .related-section {
            background: #f8fafc;
            padding: 40px 0 80px;
        }
        .related-product-card {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid #f0f0f0;
            transition: all var(--transition);
            height: 100%;
        }
        .related-product-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
            border-color: rgba(223, 101, 18, 0.15);
        }
        .related-product-card .rp-img {
            height: 180px;
			display:block;
            background-size: cover;
            background-position: center;
            background-color: #e9ecef;
        }
        .related-product-card .rp-body {
            padding: 16px 18px 20px;
        }
        .related-product-card .rp-body .rp-cat {
            font-size: 0.7rem;
            color: var(--primary);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .related-product-card .rp-body h5 {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1rem;
            margin: 4px 0 6px;
        }
        .related-product-card .rp-body p {
            color: #777;
            font-size: 0.85rem;
            line-height: 1.5;
            margin-bottom: 10px;
        }
        .related-product-card .rp-body .more-link {
            color: var(--primary);
            font-weight: 600;
            font-size: 0.82rem;
            transition: all var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .related-product-card .rp-body .more-link:hover {
            color: var(--primary-dark);
            gap: 12px;
        }
		
		.pc-slide .view {border: 1px solid #ddd;}
.view .swiper-slide .img-center {width:100%;height:400px;line-height:400px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{margin:0 30px;}
.preview .swiper-slide .img-center{height:80px;border:1px solid #ddd;cursor:pointer;position:relative;line-height: 80px;    overflow: hidden;}
.preview .arrow-left{position:absolute;left:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;font-size: 20px;color: #000;}
.preview .arrow-right{position:absolute;right:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;font-size: 20px;color: #000;}
.preview .active-nav .img-center{border-color: #357ca9;}
div.zoomDiv {z-index: 999;position: absolute;top: 0;left: 0;background: #ffffff;border: 1px solid #ddd;display: none;text-align: center;overflow: hidden;font-size: 0;}
div.zoomMask {position: absolute;background: url(../images/mask.png) repeat scroll 0 0 transparent;cursor: move;z-index: 1;}
.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;transition: all 0.5s;}
  .contact-info-card {
            background: #f8fafc;
            padding: 2rem;
            height: 100%;
            transition: 0.2s;
        }
        .contact-info-card h3 {
            font-weight: 700;
            color: #0b5ed7;
            margin-bottom: 1.5rem;
        }
        .contact-detail {
            display: flex;
            gap: 15px;
            margin-bottom: 1.8rem;
            align-items: flex-start;
        }
        .contact-icon {
            width: 48px;
            height: 48px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            color: #0b5ed7;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
		.contact-info-card i {
    width: 28px;
    color: var(--primary);
}
.contact-info-card a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}
        .contact-text h5 {
            font-weight: 700;
            margin-bottom: 0.3rem;
        }
        .contact-text p, .contact-text a {
            color: var(--primary);
            text-decoration: none;
            transition: 0.2s;
        }
        .contact-text a:hover {
            color: #0b5ed7;
        }
        .contact-form-card {
            background: white;
            padding: 2rem;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            height: 100%;
        }
		
		

        .news-listing {
            background: #f8fafc;
            padding: 60px 0 80px;
        }

        /* ---- 统计条 ---- */
        .news-listing .stats-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 32px;
        }
        .news-listing .stats-bar .result-count {
            color: #6c757d;
            font-size: 0.95rem;
        }
        .news-listing .stats-bar .result-count i {
            color: var(--primary);
            margin-right: 8px;
        }
        .news-listing .stats-bar .filter-group {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
            color: #888;
        }
        .news-listing .stats-bar .filter-group select {
            border-radius: var(--radius);
            border: 1px solid #e0e0e0;
            padding: 6px 14px;
            font-weight: 500;
            font-size: 0.9rem;
            background: #fff;
            color: #444;
            cursor: pointer;
            outline: none;
            transition: border-color var(--transition);
        }
        .news-listing .stats-bar .filter-group select:focus {
            border-color: var(--primary);
        }


        .news-card {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid #f0f0f0;
            transition: all var(--transition);
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .news-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
            border-color: rgba(223, 101, 18, 0.15);
        }
        .news-card .news-img {
            height: 200px;
            background-size: cover;
            background-position: center;
            background-color: #e9ecef;
            flex-shrink: 0;
            position: relative;
			display:block;
        }
        .news-card .news-img .news-tag {
            position: absolute;
            top: 14px;
            left: 14px;
            background: var(--primary);
            color: #fff;
            font-size: 0.65rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 3px 14px;
            border-radius: 20px;
        }
        .news-card .news-body {
            padding: 20px 20px 22px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .news-card .news-body .news-date {
            font-size: 0.8rem;
            color: #999;
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 6px;
        }
        .news-card .news-body .news-date i {
            color: var(--primary);
            font-size: 0.75rem;
        }
        .news-card .news-body .news-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.05rem;
            margin-bottom: 8px;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-card .news-body .news-title a {
            transition: color var(--transition);
        }
        .news-card .news-body .news-title a:hover {
            color: var(--primary);
        }
        .news-card .news-body .news-excerpt {
            color: #777;
            font-size: 0.88rem;
            line-height: 1.6;
            margin-bottom: 14px;
            flex: 1;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-card .news-body .more-link {
            color: var(--primary);
            font-weight: 600;
            font-size: 0.85rem;
            transition: all var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            align-self: flex-start;
        }
        .news-card .news-body .more-link:hover {
            color: var(--primary-dark);
            gap: 12px;
        }
		
		
		   .news-detail-section {
            background: #f8fafc;
            padding: 60px 0;
        }

        .news-detail-section .detail-wrapper {
            background: #fff;
            border-radius: var(--radius);
            padding: 44px 48px;
            border: 1px solid #f0f0f0;
        }

        /* ---- 文章头部 ---- */
        .detail-wrapper .article-header {
            margin-bottom: 28px;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 22px;
        }
        .detail-wrapper .article-header .article-tag {
            display: inline-block;
            background: rgba(223, 101, 18, 0.12);
            color: var(--primary);
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            padding: 3px 16px;
            border-radius: 20px;
            margin-bottom: 12px;
        }
        .detail-wrapper .article-header .article-title {
            font-size: 2rem;
            font-weight: 700;
            color: var(--secondary);
            line-height: 1.3;
            margin-bottom: 12px;
        }
        .detail-wrapper .article-header .article-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 28px;
            color: #888;
            font-size: 0.9rem;
        }
        .detail-wrapper .article-header .article-meta .meta-item i {
            color: var(--primary);
            margin-right: 6px;
            width: 16px;
        }
        .detail-wrapper .article-header .article-meta .meta-item a {
            color: var(--primary);
            font-weight: 500;
        }
        .detail-wrapper .article-header .article-meta .meta-item a:hover {
            color: var(--primary-dark);
        }

        /* ---- 文章内容 ---- */
        .detail-wrapper .article-body {
            color: #444;
            line-height: 1.9;
            font-size: 1.02rem;
        }
        .detail-wrapper .article-body .featured-img {
            margin-bottom: 28px;
            border-radius: var(--radius);
            overflow: hidden;
            background: #e9ecef;
        }
        .detail-wrapper .article-body .featured-img img {
            width: 100%;
            height: auto;
        }
        .detail-wrapper .article-body p {
            margin-bottom: 18px;
        }
        .detail-wrapper .article-body h4 {
            font-weight: 700;
            color: var(--secondary);
            margin: 30px 0 16px;
            font-size: 1.25rem;
        }
        .detail-wrapper .article-body h5 {
            font-weight: 700;
            color: var(--secondary);
            margin: 24px 0 12px;
            font-size: 1.1rem;
        }
        .detail-wrapper .article-body ul {
            padding-left: 24px;
            margin-bottom: 18px;
        }
        .detail-wrapper .article-body ul li {
            margin-bottom: 6px;
        }
        .detail-wrapper .article-body ul li i {
            color: var(--primary);
            margin-right: 8px;
        }
        .detail-wrapper .article-body blockquote {
            background: #f8fafc;
            border-left: 4px solid var(--primary);
            padding: 18px 24px;
            margin: 24px 0;
            border-radius: 0 var(--radius) var(--radius) 0;
            font-style: italic;
            color: #555;
        }
        .detail-wrapper .article-body blockquote strong {
            color: var(--secondary);
        }

        /* ---- 文章底部（分享 + 标签） ---- */
        .detail-wrapper .article-footer {
            margin-top: 32px;
            padding-top: 22px;
            border-top: 1px solid #f0f0f0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
        }
        .detail-wrapper .article-footer .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .detail-wrapper .article-footer .tags .tag {
            background: #f0f2f5;
            color: #666;
            font-size: 0.8rem;
            padding: 4px 14px;
            border-radius: 20px;
            transition: all var(--transition);
        }
        .detail-wrapper .article-footer .tags .tag:hover {
            background: var(--primary);
            color: #fff;
        }
        .detail-wrapper .article-footer .share-links {
            display: flex;
            gap: 10px;
            align-items: center;
        }
        .detail-wrapper .article-footer .share-links span {
            color: #888;
            font-size: 0.9rem;
            font-weight: 500;
            margin-right: 4px;
        }
        .detail-wrapper .article-footer .share-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #f0f2f5;
            color: #666;
            transition: all var(--transition);
            font-size: 0.9rem;
        }
        .detail-wrapper .article-footer .share-links a:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-2px);
        }

        /* ===== 相关新闻 ===== */
        .related-news-section {
            background: #fff;
            padding: 60px 0 80px;
        }
        .related-news-card {
            background: #f8fafc;
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid #f0f0f0;
            transition: all var(--transition);
            height: 100%;
        }
        .related-news-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
            border-color: rgba(223, 101, 18, 0.15);
        }
        .related-news-card .rn-img {
            height: 180px;
            background-size: cover;
            background-position: center;
            background-color: #e9ecef;
            flex-shrink: 0;
			display:block;
        }
        .related-news-card .rn-body {
            padding: 18px 20px 22px;
        }
        .related-news-card .rn-body .rn-date {
            font-size: 0.78rem;
            color: #999;
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 4px;
        }
        .related-news-card .rn-body .rn-date i {
            color: var(--primary);
            font-size: 0.7rem;
        }
        .related-news-card .rn-body .rn-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1rem;
            margin-bottom: 6px;
            line-height: 1.4;
        }
        .related-news-card .rn-body .rn-title a {
            transition: color var(--transition);
        }
        .related-news-card .rn-body .rn-title a:hover {
            color: var(--primary);
        }
        .related-news-card .rn-body .rn-excerpt {
            color: #777;
            font-size: 0.85rem;
            line-height: 1.6;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .related-news-card .rn-body .more-link {
            color: var(--primary);
            font-weight: 600;
            font-size: 0.82rem;
            transition: all var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .related-news-card .rn-body .more-link:hover {
            color: var(--primary-dark);
            gap: 12px;
        }
		
		  .contact-cards-section {
            background: #fff;
            padding: 60px 0;
        }

        .contact-card {
            background: #f8fafc;
            border-radius: var(--radius);
            padding: 36px 24px 32px;
            text-align: center;
            border: 1px solid #f0f0f0;
            transition: all var(--transition);
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        .contact-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 50% 50%, rgba(223, 101, 18, 0.06), transparent 70%);
            opacity: 0;
            transition: opacity var(--transition);
        }
        .contact-card:hover {
            transform: translateY(-8px);
            border-color: var(--primary);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        }
        .contact-card:hover::before {
            opacity: 1;
        }

        .contact-card .icon-wrap {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: rgba(223, 101, 18, 0.10);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 18px;
            transition: all var(--transition);
        }
        .contact-card:hover .icon-wrap {
            background: var(--primary);
            color: #fff;
            transform: scale(1.05);
            box-shadow: 0 8px 24px rgba(223, 101, 18, 0.30);
        }

        .contact-card .card-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #aaa;
            font-weight: 700;
            margin-bottom: 6px;
        }
        .contact-card .card-value {
            font-size: 1.05rem;
            color: var(--secondary);
            font-weight: 500;
            line-height: 1.6;
        }
        .contact-card .card-value a {
            color: var(--secondary);
            transition: color var(--transition);
        }
        .contact-card .card-value a:hover {
            color: var(--primary);
        }
        .contact-card .card-value .sub-text {
            font-size: 0.9rem;
            color: #888;
            font-weight: 400;
        }

        /* ============================================================ */
        /* 联系正文 + 表单区域                                          */
        /* ============================================================ */
        .contact-form-section {
            background: #f8fafc;
            padding: 60px 0 80px;
        }

        .contact-form-section .info-wrapper {
            background: #fff;
            border-radius: var(--radius);
            padding: 40px 36px;
            border: 1px solid #f0f0f0;
            height: 100%;
        }
        .contact-form-section .info-wrapper .info-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.6rem;
            margin-bottom: 12px;
        }
        .contact-form-section .info-wrapper .info-title span {
            color: var(--primary);
        }
        .contact-form-section .info-wrapper .info-desc {
            color: #555;
            line-height: 1.8;
            font-size: 1rem;
            margin-bottom: 24px;
        }
        .contact-form-section .info-wrapper .info-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 14px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .contact-form-section .info-wrapper .info-item:last-child {
            border-bottom: none;
        }
        .contact-form-section .info-wrapper .info-item .info-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(223, 101, 18, 0.10);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: var(--primary);
            font-size: 1rem;
        }
        .contact-form-section .info-wrapper .info-item .info-text {
            font-size: 0.92rem;
            color: #555;
            line-height: 1.6;
        }
        .contact-form-section .info-wrapper .info-item .info-text strong {
            color: var(--secondary);
            display: block;
            font-size: 0.82rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 1px;
        }
        .contact-form-section .info-wrapper .info-item .info-text a {
            color: var(--primary);
        }
        .contact-form-section .info-wrapper .info-item .info-text a:hover {
            color: var(--primary-dark);
        }

        /* ---- 表单 ---- */
        .contact-form-section .form-wrapper {
            background: #fff;
            border-radius: var(--radius);
            padding: 40px 36px;
            border: 1px solid #f0f0f0;
            height: 100%;
        }
        .contact-form-section .form-wrapper .form-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.4rem;
            margin-bottom: 4px;
        }
        .contact-form-section .form-wrapper .form-title span {
            color: var(--primary);
        }
        .contact-form-section .form-wrapper .form-sub {
            color: #888;
            font-size: 0.92rem;
            margin-bottom: 22px;
        }

        .contact-form-section .form-wrapper .form-control {
            border-radius: var(--radius);
            border: 1px solid #e0e0e0;
            padding: 11px 16px;
            font-size: 0.93rem;
            transition: all var(--transition);
        }
        .contact-form-section .form-wrapper .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(223, 101, 18, 0.12);
        }
        .contact-form-section .form-wrapper label {
            font-weight: 600;
            color: var(--secondary);
            font-size: 0.88rem;
            margin-bottom: 3px;
        }
        .contact-form-section .form-wrapper .form-check-label {
            font-weight: 400;
            color: #666;
            font-size: 0.88rem;
        }
        .contact-form-section .form-wrapper .btn-submit {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 12px 40px;
            border-radius: var(--radius);
            font-weight: 600;
            font-size: 0.95rem;
            transition: all var(--transition);
            width: 100%;
        }
        .contact-form-section .form-wrapper .btn-submit:hover {
            background: var(--primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(223, 101, 18, 0.30);
        }
		
		        .download-section {
            background: #f8fafc;
            padding: 60px 0 80px;
        }

        /* ---- 排序条 ---- */
        .download-section .sort-bar {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 28px;
        }
        .download-section .sort-bar .filter-group {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
            color: #888;
        }
        .download-section .sort-bar .filter-group select {
            border-radius: var(--radius);
            border: 1px solid #e0e0e0;
            padding: 6px 14px;
            font-weight: 500;
            font-size: 0.9rem;
            background: #fff;
            color: #444;
            cursor: pointer;
            outline: none;
            transition: border-color var(--transition);
        }
        .download-section .sort-bar .filter-group select:focus {
            border-color: var(--primary);
        }

        /* ---- 下载列表 ---- */
        .download-table-wrap {
            background: #fff;
            border-radius: var(--radius);
            border: 1px solid #f0f0f0;
            overflow: hidden;
        }
        .download-table-wrap .table {
            margin-bottom: 0;
        }
        .download-table-wrap .table thead th {
            background: #f8fafc;
            color: var(--secondary);
            font-weight: 700;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 14px 20px;
            border-bottom: 2px solid #f0f0f0;
        }
        .download-table-wrap .table tbody td {
            padding: 16px 20px;
            vertical-align: middle;
            border-bottom: 1px solid #f0f0f0;
            font-size: 0.92rem;
            color: #444;
        }
        .download-table-wrap .table tbody tr:last-child td {
            border-bottom: none;
        }
        .download-table-wrap .table tbody tr {
            transition: background var(--transition);
        }
        .download-table-wrap .table tbody tr:hover {
            background: #fafbfc;
        }

        .download-table-wrap .table .file-icon {
            font-size: 1.6rem;
            color: var(--primary);
            width: 40px;
            text-align: center;
        }
        .download-table-wrap .table .file-name {
            font-weight: 600;
            color: var(--secondary);
        }
        .download-table-wrap .table .file-name a {
            transition: color var(--transition);
        }
        .download-table-wrap .table .file-name a:hover {
            color: var(--primary);
        }
        .download-table-wrap .table .file-desc {
            color: #777;
            font-size: 0.85rem;
        }
        .download-table-wrap .table .file-size {
            color: #888;
            font-size: 0.85rem;
            white-space: nowrap;
        }
        .download-table-wrap .table .file-date {
            color: #888;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .download-table-wrap .table .btn-download {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 6px 18px;
            border-radius: var(--radius);
            font-weight: 600;
            font-size: 0.8rem;
            transition: all var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            white-space: nowrap;
        }
        .download-table-wrap .table .btn-download:hover {
            background: var(--primary-dark);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 14px rgba(223, 101, 18, 0.3);
        }
		
		
		  .service-training-section {
            background: #f8fafc;
            padding: 60px 0 80px;
        }

        .service-row {
            background: #fff;
            border-radius: var(--radius);
            padding: 40px 36px;
            margin-bottom: 28px;
            border: 1px solid #f0f0f0;
            transition: all var(--transition);
            align-items: center;
        }
        .service-row:last-child {
            margin-bottom: 0;
        }
        .service-row:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
            border-color: rgba(223, 101, 18, 0.15);
        }

        .service-row .service-img {
            border-radius: var(--radius);
            overflow: hidden;
            background: #e9ecef;
            min-height: 200px;
            background-size: cover;
            background-position: center;
            transition: all var(--transition);
        }
        .service-row:hover .service-img {
            transform: scale(1.01);
        }

        .service-row .service-content {
            padding: 0 8px;
        }
        .service-row .service-content .service-number {
            display: inline-block;
            font-size: 0.7rem;
            font-weight: 700;
            color: var(--primary);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            background: rgba(223, 101, 18, 0.10);
            padding: 3px 14px;
            border-radius: 20px;
            margin-bottom: 10px;
        }
        .service-row .service-content h3 {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.5rem;
            margin-bottom: 12px;
        }
        .service-row .service-content h3 span {
            color: var(--primary);
        }
        .service-row .service-content p {
            color: #555;
            line-height: 1.8;
            font-size: 0.98rem;
            margin-bottom: 6px;
        }
        .service-row .service-content .feature-list {
            list-style: none;
            padding: 0;
            margin: 12px 0 4px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 16px;
        }
        .service-row .service-content .feature-list li {
            font-size: 0.88rem;
            color: #555;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .service-row .service-content .feature-list li i {
            color: var(--primary);
            font-size: 0.8rem;
        }
        .service-row .service-content .more-link {
            color: var(--primary);
            font-weight: 600;
            font-size: 0.9rem;
            transition: all var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 12px;
        }
        .service-row .service-content .more-link:hover {
            color: var(--primary-dark);
            gap: 12px;
        }
        
        
         .certificates-section {
            background: #f8fafc;
            padding: 60px 0 80px;
        }

        /* ---- 统计条 ---- */
        .certificates-section .stats-bar {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 32px;
        }
        .certificates-section .stats-bar .result-count {
            color: #6c757d;
            font-size: 0.95rem;
        }
        .certificates-section .stats-bar .result-count i {
            color: var(--primary);
            margin-right: 8px;
        }

        /* ---- 证书卡片 ---- */
        .cert-card {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid #f0f0f0;
            transition: all var(--transition);
            height: 100%;
            text-align: center;
            padding-bottom: 18px;
        }
        .cert-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
            border-color: rgba(223, 101, 18, 0.25);
        }

        .cert-card .cert-img-wrap {
            overflow: hidden;
            background: #fafbfc;
         
            position: relative;
        }
        .cert-card .cert-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 12px;
            transition: transform 0.6s ease;
            background: #fff;
        }
        .cert-card:hover .cert-img-wrap img {
            transform: scale(1.04);
        }

        .cert-card .cert-img-wrap .cert-overlay {
            position: absolute;
            inset: 0;
            background: rgba(223, 101, 18, 0.06);
            opacity: 0;
            transition: opacity var(--transition);
            pointer-events: none;
        }
        .cert-card:hover .cert-img-wrap .cert-overlay {
            opacity: 1;
        }

        .cert-card .cert-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1rem;
            padding: 16px 14px 4px;
            margin: 0;
            line-height: 1.4;
        }
        .cert-card .cert-title span {
            color: var(--primary);
            font-weight: 400;
            font-size: 0.85rem;
            display: block;
            margin-top: 2px;
        }

        
        
          .contact-card.map-card {
            padding: 0;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            background: #fff;
        }
        .contact-card.map-card:hover {
            transform: translateY(-8px);
            border-color: var(--primary);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        }
        .contact-card.map-card::before {
            display: none;
        }

        .contact-card.map-card .map-container {
            width: 100%;
            height: 200px;
            background: #e9ecef;
            overflow: hidden;
            flex-shrink: 0;
        }
        .contact-card.map-card .map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
            display: block;
            pointer-events: auto;
        }
        .contact-card.map-card .map-container .map-loading {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 0.9rem;
            background: #f0f2f5;
        }
        .contact-card.map-card .map-container .map-loading i {
            margin-right: 8px;
            color: var(--primary);
        }

        .contact-card.map-card .map-info {
            padding: 20px 22px 24px;
            background: #f8fafc;
            text-align: center;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .contact-card.map-card .map-info .card-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #aaa;
            font-weight: 700;
            margin-bottom: 4px;
        }
        .contact-card.map-card .map-info .card-value {
            font-size: 1rem;
            color: var(--secondary);
            font-weight: 500;
            line-height: 1.6;
        }
        .contact-card.map-card .map-info .card-value .coordinates {
            display: block;
            font-size: 0.78rem;
            color: #999;
            font-weight: 400;
            margin-top: 4px;
            font-family: 'Courier New', monospace;
            letter-spacing: 0.3px;
        }
        .contact-card.map-card .map-info .card-value .coordinates i {
            color: var(--primary);
            margin-right: 4px;
        }
        .contact-card.map-card .map-info .map-btn {
            display: inline-block;
            margin-top: 10px;
            font-size: 0.78rem;
            font-weight: 600;
            color: var(--primary);
            background: rgba(223, 101, 18, 0.10);
            padding: 5px 18px;
            border-radius: 20px;
            transition: all var(--transition);
            border: none;
            align-self: center;
        }
        .contact-card.map-card .map-info .map-btn:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-2px);
        }
        .contact-card.map-card .map-info .map-btn i {
            margin-right: 4px;
        }

        
        
         .video-gallery-section {
            background: #f8fafc;
            padding: 60px 0 80px;
        }

        /* ---- Video Card ---- */
        .video-card {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid #f0f0f0;
            transition: all var(--transition);
            cursor: pointer;
            height: 100%;
            position: relative;
        }
        .video-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
            border-color: rgba(223, 101, 18, 0.25);
        }

        .video-card .thumbnail-wrap {
            position: relative;
            overflow: hidden;
            background: #1a1a2e;
            aspect-ratio: 16 / 9;
        }
        .video-card .thumbnail-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .video-card:hover .thumbnail-wrap img {
            transform: scale(1.05);
        }

        .video-card .thumbnail-wrap .play-btn {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.25);
            transition: background var(--transition);
        }
        .video-card:hover .thumbnail-wrap .play-btn {
            background: rgba(0, 0, 0, 0.35);
        }
        .video-card .thumbnail-wrap .play-btn i {
            font-size: 3.8rem;
            color: #fff;
            opacity: 0.9;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
            transition: all var(--transition);
        }
        .video-card:hover .thumbnail-wrap .play-btn i {
            opacity: 1;
            transform: scale(1.08);
            color: var(--primary);
        }

        .video-card .thumbnail-wrap .duration {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 2px 10px;
            border-radius: 4px;
            letter-spacing: 0.5px;
        }

        .video-card .video-body {
            padding: 18px 20px 22px;
        }
        .video-card .video-body .video-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.05rem;
            margin-bottom: 6px;
            line-height: 1.4;
        }
        .video-card .video-body .video-desc {
            color: #777;
            font-size: 0.88rem;
            line-height: 1.6;
            margin-bottom: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* ============================================================ */
        /* Modal                                                        */
        /* ============================================================ */
        .video-modal {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: none;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(8px);
            padding: 20px;
            animation: modalFadeIn 0.35s ease;
        }
        .video-modal.active {
            display: flex;
        }
        
           .faq-section {
            background: #f8fafc;
            padding: 60px 0 80px;
        }

        .faq-section .faq-wrapper {
            max-width: 820px;
            margin: 0 auto;
        }

        /* ---- 统计 ---- */
        .faq-section .faq-stats {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px 24px;
            flex-wrap: wrap;
            margin-bottom: 32px;
            padding: 14px 24px;
            background: #fff;
            border-radius: var(--radius);
            border: 1px solid #f0f0f0;
        }
        .faq-section .faq-stats .stat-item {
            font-size: 0.9rem;
            color: #666;
        }
        .faq-section .faq-stats .stat-item i {
            color: var(--primary);
            margin-right: 6px;
        }
        .faq-section .faq-stats .stat-item strong {
            color: var(--secondary);
        }

        /* ---- Accordion ---- */
        .faq-section .accordion-item {
            border: 1px solid #f0f0f0;
            margin-bottom: 12px;
            border-radius: var(--radius) !important;
            overflow: hidden;
            background: #fff;
            transition: all var(--transition);
        }
        .faq-section .accordion-item:last-child {
            margin-bottom: 0;
        }
        .faq-section .accordion-item:hover {
            border-color: rgba(223, 101, 18, 0.20);
        }

        .faq-section .accordion-header .accordion-button {
            font-weight: 600;
            color: var(--secondary);
            font-size: 1.02rem;
            padding: 18px 24px;
            background: #fff;
            border: none;
            box-shadow: none;
            transition: all var(--transition);
            border-radius: var(--radius) !important;
            gap: 12px;
        }
        .faq-section .accordion-header .accordion-button::after {
            flex-shrink: 0;
            margin-left: auto;
            background-image: none;
            content: '\f067';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 0.9rem;
            color: var(--primary);
            width: auto;
            height: auto;
            transition: all var(--transition);
            transform: none;
        }
        .faq-section .accordion-header .accordion-button:not(.collapsed)::after {
            content: '\f068';
            transform: rotate(0deg);
            color: var(--primary);
        }
        .faq-section .accordion-header .accordion-button:not(.collapsed) {
            color: var(--primary);
            background: #fafbfc;
            box-shadow: none;
        }
        .faq-section .accordion-header .accordion-button:hover {
            background: #fafbfc;
        }
        .faq-section .accordion-header .accordion-button:focus {
            box-shadow: none;
            border-color: transparent;
        }

        .faq-section .accordion-header .accordion-button .q-icon {
            color: var(--primary);
            font-weight: 700;
            font-size: 0.85rem;
            background: rgba(223, 101, 18, 0.10);
            padding: 2px 10px;
            border-radius: 20px;
            flex-shrink: 0;
        }

        .faq-section .accordion-body {
            padding: 4px 24px 22px 24px;
            color: #555;
            line-height: 1.8;
            font-size: 0.96rem;
            background: #fafbfc;
            border-top: 1px solid #f0f0f0;
        }
        .faq-section .accordion-body p:last-child {
            margin-bottom: 0;
        }
        .faq-section .accordion-body ul {
            padding-left: 20px;
            margin-bottom: 0;
        }
        .faq-section .accordion-body ul li {
            margin-bottom: 4px;
        }
        .faq-section .accordion-body ul li i {
            color: var(--primary);
            margin-right: 6px;
        }

        /* ---- 底部联系提示 ---- */
        .faq-section .faq-footer {
            margin-top: 44px;
            text-align: center;
            padding: 30px 24px;
            background: #fff;
            border-radius: var(--radius);
            border: 1px solid #f0f0f0;
        }
        .faq-section .faq-footer h5 {
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        .faq-section .faq-footer p {
            color: #777;
            font-size: 0.95rem;
            margin-bottom: 14px;
        }
        .faq-section .faq-footer .btn-contact-faq {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 10px 32px;
            border-radius: var(--radius);
            font-weight: 600;
            transition: all var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .faq-section .faq-footer .btn-contact-faq:hover {
            background: var(--primary-dark);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(223, 101, 18, 0.30);
        }

        
        
        
        

        @keyframes modalFadeIn {
            from {
                opacity: 0;
                transform: scale(0.95);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .video-modal .modal-content {
            background: #fff;
            border-radius: var(--radius);
            max-width: 900px;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
            animation: modalContentIn 0.4s ease;
        }
        @keyframes modalContentIn {
            from {
                opacity: 0;
                transform: translateY(30px) scale(0.96);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .video-modal .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 24px;
            border-bottom: 1px solid #f0f0f0;
            background: #fafbfc;
        }
        .video-modal .modal-header .modal-title {
            font-weight: 700;
            color: var(--secondary);
            font-size: 1.1rem;
            margin: 0;
        }
        .video-modal .modal-header .modal-title i {
            color: var(--primary);
            margin-right: 8px;
        }
        .video-modal .modal-header .close-btn {
            background: none;
            border: none;
            font-size: 1.6rem;
            color: #888;
            cursor: pointer;
            transition: all var(--transition);
            padding: 0 4px;
            line-height: 1;
        }
        .video-modal .modal-header .close-btn:hover {
            color: var(--primary);
            transform: rotate(90deg);
        }

        .video-modal .modal-body {
            padding: 0;
            background: #000;
            aspect-ratio: 16 / 9;
            position: relative;
        }
        .video-modal .modal-body video {
            width: 100%;
            height: 100%;
            display: block;
            background: #000;
        }
        .video-modal .modal-body .video-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #1a1a2e;
            color: #fff;
            font-size: 1.2rem;
        }
        .video-modal .modal-body .video-placeholder i {
            font-size: 3rem;
            color: var(--primary);
            margin-right: 12px;
        }

        .video-modal .modal-footer {
            padding: 14px 24px;
            border-top: 1px solid #f0f0f0;
            background: #fafbfc;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
        }
        .video-modal .modal-footer .footer-desc {
            color: #666;
            font-size: 0.9rem;
            margin: 0;
        }
        .video-modal .modal-footer .footer-desc i {
            color: var(--primary);
            margin-right: 6px;
        }
        
        
        
                .video-feature-section {
            background: #112b4c;
            color: #fff;
            padding: 70px 0;
        }
        .video-feature-section .feature-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }
        .video-feature-section .feature-content .feature-badge {
            display: inline-block;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--primary);
            background: rgba(223, 101, 18, 0.15);
            padding: 4px 16px;
            border-radius: 20px;
            margin-bottom: 12px;
            align-self: flex-start;
        }
        .video-feature-section .feature-content h2 {
            font-weight: 700;
            font-size: 2.2rem;
            margin-bottom: 14px;
            line-height: 1.3;
        }
        .video-feature-section .feature-content h2 span {
            color: var(--primary);
        }
        .video-feature-section .feature-content p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.02rem;
            line-height: 1.8;
            max-width: 540px;
        }
        .video-feature-section .feature-content .feature-list {
            list-style: none;
            padding: 0;
            margin: 16px 0 8px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
        }
        .video-feature-section .feature-content .feature-list li {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.85);
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .video-feature-section .feature-content .feature-list li i {
            color: var(--primary);
            font-size: 0.8rem;
        }

        .video-feature-section .video-wrapper {
            border-radius: var(--radius);
            overflow: hidden;
            background: #000;
            position: relative;
            aspect-ratio: 16 / 9;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
        }
        .video-feature-section .video-wrapper video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            background: #1a1a2e;
        }
        .video-feature-section .video-wrapper .video-overlay-feature {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.20);
            cursor: pointer;
            transition: background var(--transition);
            pointer-events: none;
        }
        .video-feature-section .video-wrapper .video-overlay-feature i {
            font-size: 4.5rem;
            color: #fff;
            opacity: 0.85;
            text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
            transition: all var(--transition);
            pointer-events: none;
        }
        .video-feature-section .video-wrapper:hover .video-overlay-feature i {
            opacity: 1;
            transform: scale(1.05);
            color: var(--primary);
        }
				
   @media (max-width: 991.98px) {
            .page-banner h1 {
                font-size: 2.4rem;
            }
            .section-title {
                font-size: 2rem;
            }
            .about-intro-section .stat-box .number {
                font-size: 2rem;
            }
			
	    .video-card .thumbnail-wrap .play-btn i {
                font-size: 3rem;
            }
            .sidebar-widget {
                padding: 20px 16px;
            }
            .footer .footer-about {
                max-width: 100%;
            }
            .footer .footer-about {
                max-width: 100%;
            }
            .rd-section .video-wrapper .play-overlay i {
                font-size: 3rem;
            }
            .tech-section .tech-row {
                padding: 30px 0;
            }
            .tech-section .tech-row .tech-img {
                min-height: 180px;
                margin-top: 20px;
            }
            .cert-section .cert-card img {
                height: 220px;
            }
			         .news-card .news-img {
                height: 180px;
            }
			
			          .contact-cards-section {
                padding: 40px 0;
            }
            .contact-card {
                padding: 28px 20px 24px;
            }
            .contact-card .icon-wrap {
                width: 60px;
                height: 60px;
                font-size: 1.6rem;
            }
            .contact-card .card-value {
                font-size: 0.95rem;
            }
            .contact-form-section .info-wrapper,
            .contact-form-section .form-wrapper {
                padding: 30px 24px;
            }
			
			    .download-table-wrap .table thead th {
                font-size: 0.78rem;
                padding: 10px 14px;
            }
            .download-table-wrap .table tbody td {
                padding: 12px 14px;
                font-size: 0.85rem;
            }
			
			  .service-row {
                padding: 28px 20px;
            }
            .service-row .service-img {
                min-height: 180px;
                margin-bottom: 20px;
            }
            .service-row .service-content {
                padding: 0;
            }
            .service-row .service-content h3 {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 767.98px) {
            
               .video-gallery-section {
                padding: 40px 0 60px;
            }
            .video-card .thumbnail-wrap .play-btn i {
                font-size: 2.5rem;
            }
            .video-card .video-body .video-title {
                font-size: 0.95rem;
            }
            .video-modal {
                padding: 10px;
            }
            .video-modal .modal-header {
                padding: 12px 16px;
            }
            .video-modal .modal-header .modal-title {
                font-size: 0.95rem;
            }
            .video-modal .modal-footer {
                padding: 10px 16px;
                flex-direction: column;
                align-items: flex-start;
            }
            
            .section-padding {
                padding: 50px 0;
            }
            .page-banner {
                padding: 50px 0 40px;
            }
            .page-banner h1 {
                font-size: 1.8rem;
            }
            .section-title {
                font-size: 1.6rem;
            }
            .top-bar .contact-item {
                margin-left: 10px;
                font-size: 0.8rem;
            }
            .top-bar .sep {
                margin: 0 6px;
            }
            .about-intro-section .stat-box .number {
                font-size: 1.6rem;
            }
            .rd-section .video-wrapper .play-overlay i {
                font-size: 2.5rem;
            }
            .tech-section .tech-row .tech-text {
                font-size: 0.95rem;
            }
            .tech-section .tech-row .tech-img {
                min-height: 160px;
            }
            .cert-section .cert-card img {
                height: 200px;
            }
            .cert-section .swiper-button-next,
            .cert-section .swiper-button-prev {
                display: none;
            }
			
			       .section-padding {
                padding: 40px 0 60px;
            }
            .page-banner {
                padding: 40px 0 28px;
            }
            .page-banner h1 {
                font-size: 1.8rem;
            }
            .page-banner .banner-desc {
                font-size: 0.95rem;
            }
            .breadcrumb-wrap {
                padding: 0 0 24px;
            }
            .breadcrumb-wrap .breadcrumb {
                font-size: 0.85rem;
            }
            .top-bar .contact-item {
                margin-left: 10px;
                font-size: 0.8rem;
            }
            .top-bar .sep {
                margin: 0 6px;
            }
            .product-grid-card .product-img {
                height: 160px;
            }
            .pagination-wrap .page-item .page-link {
                padding: 6px 12px;
                font-size: 0.85rem;
            }
			
			 .product-detail-section .product-gallery .main-img {
                height: 260px;
            }
            .product-detail-section .product-info .product-title {
                font-size: 1.6rem;
            }
            .product-detail-section .product-info .product-meta {
                gap: 8px 16px;
            }
            .product-detail-section .product-info .product-meta .meta-item {
                font-size: 0.82rem;
            }
            .product-content-section {
                padding: 40px 0 20px;
            }
            .product-content-section .details-content {
                padding: 24px 18px;
            }
            .product-content-section .spec-table td {
                padding: 10px 12px;
                font-size: 0.85rem;
            }
            .product-content-section .spec-table td:first-child {
                width: 100px;
            }
            .product-content-section .form-inner {
                margin-top: 24px;
                padding-top: 20px;
            }
            .product-content-section .form-inner .form-title {
                font-size: 1.1rem;
            }
            .related-section {
                padding: 20px 0 60px;
            }
            .top-bar .contact-item {
                margin-left: 10px;
                font-size: 0.8rem;
            }
            .top-bar .sep {
                margin: 0 6px;
            }
            .related-product-card .rp-img {
                height: 150px;
            }
			  .news-listing {
                padding: 40px 0 60px;
            }
            .news-listing .stats-bar {
                flex-direction: column;
                align-items: stretch;
                gap: 10px;
            }
            .news-listing .stats-bar .filter-group {
                justify-content: flex-start;
            }
            .news-card .news-img {
                height: 160px;
            }
            .news-card .news-body .news-title {
                font-size: 0.95rem;
            }
			
			 .news-detail-section {
                padding: 40px 0;
            }
            .news-detail-section .detail-wrapper {
                padding: 24px 18px;
            }
            .detail-wrapper .article-header .article-title {
                font-size: 1.3rem;
            }
            .detail-wrapper .article-header .article-meta {
                font-size: 0.82rem;
                gap: 8px 16px;
            }
            .detail-wrapper .article-body {
                font-size: 0.95rem;
            }
            .detail-wrapper .article-body h4 {
                font-size: 1.1rem;
            }
            .detail-wrapper .article-footer {
                flex-direction: column;
                align-items: flex-start;
            }
            .related-news-section {
                padding: 40px 0 60px;
            }
            .related-news-card .rn-img {
                height: 150px;
            }
			
			 .contact-cards-section {
                padding: 30px 0;
            }
            .contact-card {
                padding: 24px 16px 20px;
            }
            .contact-card .icon-wrap {
                width: 52px;
                height: 52px;
                font-size: 1.3rem;
                margin-bottom: 12px;
            }
            .contact-card .card-value {
                font-size: 0.88rem;
            }
            .contact-form-section {
                padding: 40px 0 60px;
            }
            .contact-form-section .info-wrapper,
            .contact-form-section .form-wrapper {
                padding: 24px 18px;
            }
            .contact-form-section .info-wrapper .info-title {
                font-size: 1.3rem;
            }
            .contact-form-section .form-wrapper .form-title {
                font-size: 1.2rem;
            }
			 .download-section {
                padding: 40px 0 60px;
            }
            .download-section .sort-bar {
                justify-content: flex-start;
            }
            .download-table-wrap {
                overflow-x: auto;
            }
            .download-table-wrap .table {
                min-width: 700px;
            }
            .download-table-wrap .table thead th {
                padding: 10px 12px;
                font-size: 0.75rem;
            }
            .download-table-wrap .table tbody td {
                padding: 10px 12px;
                font-size: 0.82rem;
            }
            .download-table-wrap .table .btn-download {
                padding: 4px 12px;
                font-size: 0.72rem;
            }
            .download-table-wrap .table .file-icon {
                font-size: 1.2rem;
                width: 30px;
            }
			
			  .service-training-section {
                padding: 40px 0 60px;
            }
            .service-row {
                padding: 20px 16px;
                margin-bottom: 20px;
            }
            .service-row .service-img {
                min-height: 160px;
            }
            .service-row .service-content h3 {
                font-size: 1.15rem;
            }
            .service-row .service-content p {
                font-size: 0.9rem;
            }
            .service-row .service-content .feature-list li {
                font-size: 0.82rem;
            }
			
        }

        @media (max-width: 575.98px) {
                 .video-card .thumbnail-wrap .play-btn i {
                font-size: 2rem;
            }
            .video-modal .modal-header .close-btn {
                font-size: 1.3rem;
            }
            .top-bar .contact-item {
                margin-left: 6px;
                font-size: 0.7rem;
            }
            .top-bar .sep {
                display: none;
            }
            .page-banner h1 {
                font-size: 1.5rem;
            }
            .about-intro-section .stat-box .number {
                font-size: 1.6rem;
            }
            .rd-section .video-wrapper .play-overlay i {
                font-size: 2rem;
            }
            .tech-section .tech-row .tech-img {
                min-height: 140px;
            }
            .cert-section .cert-card img {
                height: 180px;
            }
            .cert-section .cert-card .cert-name {
                font-size: 0.9rem;
            }
			
			  .top-bar .contact-item {
                margin-left: 6px;
                font-size: 0.7rem;
            }
            .top-bar .sep {
                display: none;
            }
            .page-banner h1 {
                font-size: 1.4rem;
            }
            .section-title {
                font-size: 1.6rem;
            }
            .sidebar-widget .category-list li a {
                font-size: 0.85rem;
                padding: 6px 12px;
            }
            .product-grid-card .product-body h5 {
                font-size: 0.95rem;
            }
            .product-grid-card .product-body p {
                font-size: 0.82rem;
            }
			
		
            .product-detail-section .product-gallery .main-img {
                height: 200px;
            }
            .product-detail-section .product-info .product-title {
                font-size: 1.3rem;
            }
            .product-content-section .details-content {
                padding: 18px 14px;
            }
            .product-content-section .form-inner .form-control {
                padding: 9px 12px;
                font-size: 0.85rem;
            }
            .related-product-card .rp-img {
                height: 130px;
            }
			   .news-card .news-img {
                height: 140px;
            }
            .news-card .news-body {
                padding: 16px 16px 18px;
            }
            .news-card .news-body .news-title {
                font-size: 0.9rem;
            }
            .news-card .news-body .news-excerpt {
                font-size: 0.82rem;
            }
			
			 .page-banner h1 {
                font-size: 1.2rem;
            }
            .news-detail-section .detail-wrapper {
                padding: 18px 14px;
            }
            .detail-wrapper .article-header .article-title {
                font-size: 1.1rem;
            }
            .detail-wrapper .article-body {
                font-size: 0.9rem;
            }
            .detail-wrapper .article-body blockquote {
                padding: 14px 16px;
                font-size: 0.9rem;
            }
            .detail-wrapper .article-footer .share-links a {
                width: 32px;
                height: 32px;
                font-size: 0.8rem;
            }
            .related-news-card .rn-img {
                height: 130px;
            }
			   .contact-card .card-value {
                font-size: 0.82rem;
            }
            .contact-card .icon-wrap {
                width: 44px;
                height: 44px;
                font-size: 1.1rem;
            }
            .contact-form-section .info-wrapper .info-item .info-text {
                font-size: 0.85rem;
            }
			
			  .download-table-wrap .table {
                min-width: 600px;
            }
            .download-table-wrap .table thead th {
                padding: 8px 10px;
                font-size: 0.7rem;
            }
            .download-table-wrap .table tbody td {
                padding: 8px 10px;
                font-size: 0.78rem;
            }
            .download-table-wrap .table .btn-download {
                padding: 3px 10px;
                font-size: 0.68rem;
            }
            .download-table-wrap .table .file-icon {
                font-size: 1rem;
                width: 26px;
            }
			  .service-row .service-img {
                min-height: 140px;
            }
            .service-row .service-content .feature-list {
                flex-direction: column;
                gap: 4px;
            }
			
        }