﻿.page-banner {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.85) 100%), url('../images/banner1.jpg') center center/cover no-repeat;
    padding: 100px 0 80px;
    text-align: center;
    color: #fff;
    position: relative;
}

.page-banner .container {
    position: relative;
    z-index: 2;
}

.page-banner h1 {
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-banner p {
    font-size: 16px;
    opacity: 0.95;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.page-banner-large {
    padding: 100px 0 80px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-banner-large::before {
    display: block;
    content: '';
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.85) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.page-banner-large img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-banner-large .container {
    position: relative;
    z-index: 2;
}

.page-banner-large h1 {
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-banner-large p {
    font-size: 16px;
    opacity: 0.95;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.content-section-white {
    padding: 80px 0;
    background-color: #fff;
}

.content-section-gray {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.intro-row {
    align-items: center;
    margin-bottom: 60px;
}

.intro-image {
    width: 100%;
    border-radius: 10px;
}

.intro-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.intro-text {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.service-card-wrapper {
    margin-bottom: 30px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-icon i {
    font-size: 28px;
    color: #fff;
}

.service-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.business-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.business-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.business-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.business-card-icon i {
    font-size: 28px;
    color: #fff;
}

.business-card h3 {
    font-size: 24px;
    color: #333;
    margin: 0;
}

.business-card>p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.business-card ul {
    margin-bottom: 20px;
}

.business-card ul li {
    font-size: 14px;
    color: #555;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}

.business-card ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #667eea;
}

.detail-block {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.detail-block:last-child {
    border-bottom: 0;
}

.detail-block img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.detail-block h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #333;
}

.detail-block p {
    margin: 0;
    line-height: 1.8;
    color: #666;
}

@media (max-width: 768px) {
    .detail-block {
        align-items: flex-start;
        gap: 14px;
    }

    .detail-block img {
        width: 110px;
        height: 80px;
    }
}

.business-card .btn-more {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
}

.culture-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.culture-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 20px;
}

.culture-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.culture-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.news-item {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.news-page-section {
    padding-top: 40px;
    margin-top: 0;
    background-color: #f8f9fa;
}

.news-recommend {
    margin-top: 55px;
}

.news-recommend-item {
    display: block;
    height: 100%;
    padding-bottom: 24px;
    color: inherit;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.news-recommend-item:hover {

    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.news-recommend-item img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-recommend-item h3,
.news-recommend-item p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-recommend-item h3 {
    font-size: 18px;
    color: #333;
    margin: 16px 20px 0;
}

.news-recommend-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;

    margin: 5px 20px 0;
}

.news-image {
    width: 300px;
    flex-shrink: 0;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    padding: 30px;
    flex: 1;
}

.news-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.news-content h3 a {
    color: #333;
}

.news-meta {
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
}

.news-meta span {
    margin-left: 20px;
}

.news-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.news-content .btn-more {
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
}

.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination.page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-top: 0;
}

.pagination.page a,
.pagination.page span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    margin: 0;
    border: 1px solid #e1e5ec;
    border-radius: 4px;
    background: #fff;
    color: #4b5563;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.pagination.page a:hover {
    border-color: #667eea;
    background: #f5f7ff;
    color: #667eea;
}

.pagination.page .active {
    border-color: #667eea;
    background: #667eea;
    color: #fff;
}

.pagination.page .total {
    min-width: auto;
    padding: 0 6px;
    border-color: transparent;
    background: transparent;
    color: #999;
}

.pagination.page svg {
    width: 18px;
    height: 18px;
}

.contact-info-card {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-info-card h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}

.contact-info-item {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 20px;
}

.contact-info-item h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.contact-info-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.contact-form-card {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-form-card h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-group textarea {
    resize: vertical;
}

.form-submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
}

.map-section {
    width: 100%;
    height: 400px;
    background: url('../images/case1.png') center center/cover no-repeat;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-map-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-address-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-address-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 50px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.map-address-box i {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}

.map-address-box h3 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.faq-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.faq-item h3 i {
    color: #667eea;
    margin-right: 10px;
}

.faq-item p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding-left: 30px;
}

.faq-contact-box {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-contact-box h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.faq-contact-box p {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}

.faq-contact-box .btn-more {
    display: inline-block;
    padding: 12px 40px;
    font-size: 16px;
}

@media (max-width: 768px) {

    .page-banner,
    .page-banner-large {
        padding: 80px 0 60px;
    }

    .page-banner h1,
    .page-banner-large h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .page-banner p,
    .page-banner-large p {
        font-size: 14px;
    }

    .news-list {
        padding: 0;
        margin-top: 20px;
    }

    .news-item {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .news-image {
        width: 100%;
        height: 200px;
    }

    .news-content {
        padding: 20px 15px;
    }

    .news-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .news-desc {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .pagination.page {
        gap: 5px;
    }

    .pagination.page a,
    .pagination.page span {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        font-size: 13px;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 30px;
    }

    .service-card-wrapper {
        margin-bottom: 20px;
    }
}