/*! style.css ve326ca68 */
/* Generated: 2026-01-14 15:17:23 */
/* Domain: chn-vip-jinnianhui.com */
/* Improved user interaction */
/* Advanced styling techniques */
/* Optimized rendering */

.css_6ec2ef {
    /* Random class Cd5566982 fingerprint optimization */
    display: none;
}

/**
 * Template27 - 极简主义、鲜艳明亮、大留白、细字体、直角卡片
 * 参考：https://zhn-cn-leyusport.com/
 */

:root {
    --t27-primary: #0A1931;
    --t27-accent: #FF0066;
    --t27-bg: #FFFFFF;
    --t27-text: #333333;
    --t27-text-light: #666666;
    --t27-border: #E5E5E5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    color: var(--t27-text);
    background: var(--t27-bg);
}

/* 顶部信息条 */
.t27-top-bar {
    background: #f8f9fa;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 300;
}

.t27-top-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.t27-info-item {
    color: var(--t27-text-light);
    display: flex;
    align-items: center;
    gap: 6px;
}

.t27-info-item i {
    color: var(--t27-accent);
}

.t27-social-bar {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.t27-social-icon {
    width: 28px;
    height: 28px;
    background: var(--t27-accent);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
}

.t27-social-icon:hover {
    background: #cc0052;
    transform: translateY(-2px);
}

/* 主导航 */
.t27-main-nav {
    background: var(--t27-primary) !important;
    padding: 12px 0;
}

.t27-brand-text {
    color: white;
    font-weight: 300;
    font-size: 18px;
}

.t27-nav-link {
    color: white !important;
    font-weight: 300;
    font-size: 15px;
    padding: 8px 16px !important;
    transition: all 0.3s;
}

.t27-nav-link:hover {
    color: var(--t27-accent) !important;
}

.navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero区域 */
.t27-hero {
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

.t27-hero-container {
    display: flex;
    min-height: 80vh;
}

.t27-hero-left {
    flex: 1;
    background: var(--t27-primary);
    display: flex;
    align-items: center;
    padding: 80px 60px;
    position: relative;
}

.t27-hero-content {
    position: relative;
    z-index: 2;
}

.t27-hero-graphics {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.t27-graphic-line {
    position: absolute;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ffff, transparent);
    top: 20%;
    left: 10%;
    transform: rotate(45deg);
}

.t27-graphic-shape {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px solid #00ffff;
    top: 30%;
    right: 20%;
    transform: rotate(45deg);
}

.t27-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.t27-hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
}

.t27-hero-right {
    flex: 1;
    background: #f0f0f0;
    position: relative;
}

.t27-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
}

.t27-btn-primary {
    display: inline-block;
    background: var(--t27-accent);
    color: white;
    padding: 12px 32px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s;
    border: none;
}

.t27-btn-primary:hover {
    background: #cc0052;
    color: white;
    transform: translateY(-2px);
}

/* Hero Swiper */
.heroSwiper {
    width: 100%;
    height: 80vh;
}

.heroSwiper .swiper-pagination {
    bottom: 30px;
}

.heroSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 0.5;
}

.heroSwiper .swiper-pagination-bullet-active {
    background: var(--t27-accent);
    opacity: 1;
}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
    color: white;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.heroSwiper .swiper-button-next:hover,
.heroSwiper .swiper-button-prev:hover {
    background: var(--t27-accent);
}

/* 区块通用样式 */
.t27-services,
.t27-about,
.t27-works,
.t27-news,
.t27-testimonials,
.t27-cta {
    padding: 100px 0;
}

.t27-section-label {
    font-size: 14px;
    font-weight: 300;
    color: var(--t27-text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.t27-section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--t27-primary);
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

.t27-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--t27-accent);
}

/* 服务卡片 */
.t27-service-card {
    background: white;
    border: 1px solid var(--t27-border);
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
}

.t27-service-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.t27-service-icon {
    font-size: 32px;
    color: var(--t27-accent);
    margin-bottom: 20px;
}

.t27-service-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--t27-primary);
    margin-bottom: 12px;
}

.t27-service-underline {
    width: 40px;
    height: 2px;
    background: var(--t27-accent);
    margin: 0 auto 20px;
}

.t27-service-desc {
    font-size: 14px;
    font-weight: 300;
    color: var(--t27-text-light);
    line-height: 1.8;
    flex: 1;
}

/* 关于我们 */
.t27-about-graphic {
    position: relative;
    height: 400px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.t27-about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.t27-about-content {
    font-size: 16px;
    font-weight: 300;
    color: var(--t27-text-light);
    line-height: 2;
    margin-bottom: 30px;
}

.t27-about-content p {
    margin-bottom: 20px;
}

/* 案例卡片 */
.t27-work-card {
    background: white;
    border: 1px solid var(--t27-border);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.t27-work-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.t27-work-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.t27-work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.t27-work-card:hover .t27-work-image img {
    transform: scale(1.1);
}

.t27-work-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.t27-work-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--t27-primary);
    margin-bottom: 12px;
}

.t27-work-desc {
    font-size: 14px;
    font-weight: 300;
    color: var(--t27-text-light);
    line-height: 1.8;
    margin-bottom: 20px;
    flex: 1;
}

.t27-work-link {
    color: var(--t27-accent);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
}

.t27-work-link:hover {
    color: #cc0052;
}

/* 新闻卡片 */
.t27-news-card {
    background: white;
    border: 1px solid var(--t27-border);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.t27-news-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.t27-news-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.t27-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t27-news-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.t27-news-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 300;
    color: var(--t27-text-light);
}

.t27-news-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--t27-primary);
    margin-bottom: 15px;
}

.t27-news-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.t27-news-title a:hover {
    color: var(--t27-accent);
}

.t27-news-excerpt {
    font-size: 14px;
    font-weight: 300;
    color: var(--t27-text-light);
    line-height: 1.8;
    margin-bottom: 20px;
    flex: 1;
}

.t27-news-link {
    color: var(--t27-accent);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

/* 客户评价 */
.t27-testimonials {
    background: #f8f9fa;
}

.testimonialsSwiper {
    padding: 40px 0 60px;
}

.t27-testimonial-card {
    background: white;
    border: 1px solid var(--t27-border);
    padding: 40px;
    text-align: center;
    border-radius: 0;
}

.t27-testimonial-text {
    font-size: 16px;
    font-weight: 300;
    color: var(--t27-text);
    line-height: 2;
    margin-bottom: 30px;
}

.t27-testimonial-author {
    font-size: 14px;
    font-weight: 600;
    color: var(--t27-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.t27-testimonial-title {
    font-size: 12px;
    font-weight: 300;
    color: var(--t27-text-light);
}

.testimonialsSwiper .swiper-pagination {
    bottom: 0;
}

.testimonialsSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--t27-accent);
    opacity: 0.3;
}

.testimonialsSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* 合作伙伴 */
.t27-partners {
    padding: 80px 0;
    background: #f8f9fa;
}

.t27-partner-logo-wrapper {
    text-align: center;
    padding: 20px;
    background: white;
    border: 1px solid var(--t27-border);
    border-radius: 0;
    transition: all 0.3s;
}

.t27-partner-logo-wrapper:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.t27-partner-link {
    display: block;
    text-decoration: none;
}

.t27-partner-logo {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
}

.t27-partner-logo-wrapper:hover .t27-partner-logo {
    filter: grayscale(0%);
    opacity: 1;
}

/* CTA区域 */
.t27-cta {
    background: var(--t27-primary);
    color: white;
}

.t27-cta-title {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.t27-cta-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    margin-bottom: 40px;
}

/* 联系方式卡片 */
.t27-contact-card {
    padding: 80px 0;
    background: var(--t27-primary);
}

.t27-contact-white-card {
    background: white;
    padding: 60px 50px;
    border-radius: 0;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.t27-contact-label {
    font-size: 14px;
    font-weight: 300;
    color: var(--t27-text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.t27-contact-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--t27-primary);
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.t27-contact-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--t27-accent);
}

.t27-contact-item {
    text-align: center;
}

.t27-contact-icon {
    width: 60px;
    height: 60px;
    background: var(--t27-accent);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 20px;
}

.t27-contact-label-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--t27-primary);
    margin-bottom: 8px;
}

.t27-contact-value {
    font-size: 16px;
    font-weight: 300;
    color: var(--t27-text-light);
}

/* Footer */
.t27-footer {
    background: var(--t27-primary);
    color: white;
    padding: 60px 0 30px;
    position: relative;
}

.t27-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.t27-footer-brand {
    font-size: 18px;
    font-weight: 300;
    color: #00ffff;
}

.t27-footer-text {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

.t27-footer-hours-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--t27-accent);
    margin-top: 15px;
    margin-bottom: 8px;
}

.t27-footer-title {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.t27-footer-links {
    list-style: none;
    padding: 0;
}

.t27-footer-links li {
    margin-bottom: 12px;
}

.t27-footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    transition: color 0.3s;
}

.t27-footer-links a:hover {
    color: var(--t27-accent);
}

.t27-newsletter {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.t27-newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: white;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
}

.t27-newsletter-input::placeholder {
    color: rgba(255,255,255,0.5);
}

.t27-newsletter-btn {
    width: 50px;
    height: 50px;
    background: var(--t27-accent);
    color: white;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.t27-newsletter-btn:hover {
    background: #cc0052;
}

.t27-social-icons {
    display: flex;
    gap: 12px;
}

.t27-social-circle {
    width: 40px;
    height: 40px;
    background: white;
    color: var(--t27-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
}

.t27-social-circle:hover {
    background: var(--t27-accent);
    color: white;
    transform: translateY(-3px);
}

.t27-footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.t27-copyright {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
}

/* 滚动到顶部按钮 */
.t27-scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--t27-accent);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.t27-scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.t27-scroll-top:hover {
    background: #cc0052;
    transform: translateY(-5px);
}

/* 页面标题区域 */
.t27-page-hero {
    background: var(--t27-primary);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.t27-page-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.t27-page-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
}

/* 统计项 */
.t27-stat-item {
    padding: 40px 20px;
}

.t27-stat-icon {
    font-size: 48px;
    color: var(--t27-accent);
    margin-bottom: 20px;
}

.t27-stat-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--t27-primary);
    margin-bottom: 10px;
}

.t27-stat-label {
    font-size: 16px;
    font-weight: 300;
    color: var(--t27-text-light);
}

/* 文章页面 */
.t27-article-page {
    padding: 60px 0;
}

.t27-article-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--t27-primary);
    margin-bottom: 20px;
}

.t27-article-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    color: var(--t27-text-light);
}

.t27-article-image {
    margin-bottom: 30px;
}

.t27-article-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.t27-article-body {
    font-size: 16px;
    font-weight: 300;
    color: var(--t27-text);
    line-height: 2;
}

.t27-article-body p {
    margin-bottom: 20px;
}

/* 侧边栏 */
.t27-sidebar-card {
    background: white;
    border: 1px solid var(--t27-border);
    padding: 30px;
    border-radius: 0;
}

.t27-sidebar-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--t27-primary);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--t27-accent);
}

.t27-sidebar-list {
    list-style: none;
    padding: 0;
}

.t27-sidebar-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--t27-border);
}

.t27-sidebar-list li:last-child {
    border-bottom: none;
}

.t27-sidebar-list a {
    color: var(--t27-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    transition: color 0.3s;
}

.t27-sidebar-list a:hover {
    color: var(--t27-accent);
}

/* 联系表单 */
.t27-contact-card-item {
    background: white;
    border: 1px solid var(--t27-border);
    padding: 40px 30px;
    text-align: center;
    border-radius: 0;
    height: 100%;
}

.t27-contact-item-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--t27-primary);
    margin-bottom: 15px;
}

.t27-contact-item-text {
    font-size: 16px;
    font-weight: 300;
    color: var(--t27-text-light);
}

.t27-contact-link {
    color: var(--t27-accent);
    text-decoration: none;
    transition: color 0.3s;
}

.t27-contact-link:hover {
    color: #cc0052;
}

.t27-contact-form-card {
    background: white;
    border: 1px solid var(--t27-border);
    padding: 50px;
    border-radius: 0;
}

.t27-form-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--t27-primary);
    margin-bottom: 30px;
}

.t27-form-input,
.t27-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--t27-border);
    font-size: 14px;
    font-weight: 300;
    font-family: inherit;
    border-radius: 0;
    transition: border-color 0.3s;
}

.t27-form-input:focus,
.t27-form-textarea:focus {
    outline: none;
    border-color: var(--t27-accent);
}

.t27-form-textarea {
    resize: vertical;
}

/* 网站地图 */
.t27-sitemap-list {
    list-style: none;
    padding: 0;
}

.t27-sitemap-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--t27-border);
}

.t27-sitemap-list li:last-child {
    border-bottom: none;
}

.t27-sitemap-list a {
    color: var(--t27-text);
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.3s;
}

.t27-sitemap-list a:hover {
    color: var(--t27-accent);
}

/* 面包屑 */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-weight: 300;
}

.breadcrumb-item.active {
    color: white;
}

/* 响应式 */
@media (max-width: 992px) {
    .t27-hero-container {
        flex-direction: column;
    }
    
    .t27-hero-left {
        padding: 60px 40px;
    }
    
    .t27-hero-title {
        font-size: 36px;
    }
    
    .t27-services,
    .t27-about,
    .t27-works,
    .t27-news,
    .t27-testimonials,
    .t27-cta {
        padding: 60px 0;
    }
    
    .t27-contact-white-card {
        padding: 40px 30px;
    }
    
    .t27-page-title {
        font-size: 36px;
    }
    
    .t27-contact-form-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .t27-hero-title {
        font-size: 28px;
    }
    
    .t27-section-title {
        font-size: 28px;
    }
    
    .t27-top-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .t27-social-bar {
        justify-content: flex-start;
    }
    
    .t27-page-title {
        font-size: 28px;
    }
    
    .t27-article-title {
        font-size: 28px;
    }
}

