.company-logo {
    max-height: 50px;
    margin: 0;
    display: block;
}

.footer {
    display: none;
}

.footer-content {
    display: none;
}

.news-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.news-card .card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.news-excerpt {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
}

.news-meta {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 20px;
}

.news-meta i {
    margin-right: 5px;
    color: #007bff;
}

.pay-button {
    display: inline-block;
    padding: 10px 25px;
    background: #007bff;
    color: white !important;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-top: auto;
}

.pay-button:hover {
    background: #0056b3;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,123,255,0.3);
}

.qr-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.qr-modal-content {
    background: white;
    border-radius: 15px;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.qr-modal-content h4 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.qr-modal-content img {
    max-width: 200px;
    height: auto;
    margin: 20px 0;
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1;
}

.close-modal:hover {
    color: #dc3545;
}

.banner.two {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.banner.two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,123,255,0.1) 0%, rgba(0,123,255,0) 100%);
}

.banner-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-content h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.banner-content p {
    color: #495057;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.section-title p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* About page styles */
.about-content {
    padding: 60px 0;
    margin-bottom: 60px;
}

.about-text h2 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.about-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #007bff;
}

.about-text p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.about-image img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
}

.about-image img:hover {
    transform: translateY(-5px);
}

.contact-info {
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-info h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.contact-item {
    background: white;
    border-radius: 12px;
    padding: 35px 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.contact-item i {
    font-size: 2.8rem;
    color: #007bff;
    margin-bottom: 25px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.contact-item:hover i {
    transform: scale(1.1);
}

.contact-item h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-item p {
    color: #666;
    margin: 0;
    font-size: 1.1rem;
}

.page-title-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,123,255,0.1) 0%, rgba(0,123,255,0) 100%);
    z-index: 1;
}

.page-title {
    font-size: 2.8rem;
    color: #2c3e50;
    margin: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader-cubes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.loader-cube {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #007bff;
}

.loader-cube1 {
    top: 0;
    left: 0;
    animation: cube1 2s infinite;
}

.loader-cube2 {
    top: 0;
    right: 0;
    animation: cube2 2s infinite;
}

.loader-cube4 {
    bottom: 0;
    left: 0;
    animation: cube4 2s infinite;
}

.loader-cube3 {
    bottom: 0;
    right: 0;
    animation: cube3 2s infinite;
}

@keyframes cube1 {
    0%, 25%, 75%, 100% { transform: translate(0, 0); }
    50% { transform: translate(10px, 10px); }
}

@keyframes cube2 {
    0%, 25%, 75%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-10px, 10px); }
}

@keyframes cube3 {
    0%, 25%, 75%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-10px, -10px); }
}

@keyframes cube4 {
    0%, 25%, 75%, 100% { transform: translate(0, 0); }
    50% { transform: translate(10px, -10px); }
}

.feature-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box .thumb {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.feature-box .thumb img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.feature-box:hover .thumb img {
    transform: scale(1.05);
}

.feature-box .content {
    text-align: center;
}

.feature-box .content h5 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #333;
}

.feature-box .content h5 a {
    color: inherit;
    text-decoration: none;
}

.feature-box .review {
    color: #ffc107;
    font-size: 1rem;
}

.feature-box .love {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #dc3545;
    font-size: 1.25rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.feature-box:hover .love {
    opacity: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-carousel .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-carousel .owl-dot.active span {
    background: #007bff;
    transform: scale(1.2);
}

body {
    padding-top: 70px;
    padding-bottom: 80px;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* 统一 Header 样式 */
.header-two {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.header-two.sticky {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.header-navigation {
    padding: 0;
    background: transparent;
    height: 70px;
}

.container-1470 {
    padding: 0 30px;
    height: 100%;
}

.header-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-left a {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-right {
    height: 100%;
    display: flex;
    align-items: center;
}

.site-nav-menu {
    height: 100%;
}

.primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
}

.primary-menu li {
    margin: 0 10px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.primary-menu li a {
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #333 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}

.primary-menu li a:hover {
    background: rgba(0,123,255,0.1);
    color: #007bff !important;
}

.primary-menu li.current a {
    background: #007bff;
    color: white !important;
}

/* 移动端导航按钮样式 */
.nav-toggler {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
}

.nav-toggler span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.nav-toggler span::before,
.nav-toggler span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    left: 0;
    transition: all 0.3s ease;
}

.nav-toggler span::before {
    top: -8px;
}

.nav-toggler span::after {
    bottom: -8px;
}

.nav-toggler.active span {
    background: transparent;
}

.nav-toggler.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.nav-toggler.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .nav-toggler {
        display: block;
    }

    .header-navigation {
        padding: 0;
    }

    .container-1470 {
        padding: 0 15px;
    }

    .header-right {
        height: auto;
    }

    .site-nav-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #fff;
        padding: 15px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        display: none;
    }

    .site-nav-menu.active {
        display: block;
    }

    .primary-menu {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .primary-menu li {
        width: 100%;
        margin: 5px 0;
        height: auto;
    }

    .primary-menu li a {
        padding: 10px 15px;
        width: 100%;
        height: auto;
    }
}

.section-head .title {
    color: #333;
    font-size: 2rem;
    margin-bottom: 15px;
}

.section-head .text {
    color: #666;
    line-height: 1.6;
}

.chose-head {
    color: #333;
    margin: 15px 0 10px;
}

.chose-box .text {
    color: #666;
}

.themes-box .main-content h5 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.themes-box .main-content h5 a:hover {
    color: #007bff;
}

.copyright.two {
    background: #2c3e50;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright.two .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-wrap: nowrap;
}

.copyright.two div {
    margin: 0;
    padding: 0 15px;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.2);
    white-space: nowrap;
}

.copyright.two div:last-child {
    border-right: none;
}

.copyright.two a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright.two a:hover {
    color: #007bff;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 45px;
    height: 45px;
    background: #007bff;
    color: white;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.back-to-top i {
    font-size: 20px;
    line-height: 45px;
}

/* 公司简介样式优化 */
.company-intro {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-top: 20px;
}

.company-intro p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.service-list li {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    color: #2c3e50;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.service-list li:before {
    content: '•';
    color: #007bff;
    font-size: 1.5em;
    margin-right: 10px;
    line-height: 1;
}

.service-list li:hover {
    background: #007bff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,123,255,0.2);
}

.service-list li:hover:before {
    color: white;
}

/* 资讯页面样式优化 */
.news-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-card .card-content {
        padding: 20px;
    }

    .news-title {
        font-size: 1.2rem;
    }
} 