.logo-text-link {
    display: inline-block;
    text-decoration: none;
    max-width: 320px;
    padding: 15px 0;
}
.logo-text {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.logo-text:hover {
    color: #d4a017;
    text-shadow: 1px 1px 3px rgba(212,160,23,0.3);
}
.header-top .logo-text-link {
    color: #1a1a1a;
}
.header-top .logo-text {
    color: #1a1a1a;
}
.header-top .logo-text:hover {
    color: #d4a017;
}
.contact-info-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #d4a017;
}
.contact-info-card h4 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-info-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 8px;
}
.contact-info-card .icon {
    color: #d4a017;
    margin-right: 10px;
    font-size: 20px;
}
.business-hours {
    background: linear-gradient(135deg, #d4a017 0%, #f0c239 100%);
    color: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
}
.business-hours h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.business-hours p {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 5px;
}
.contact-form-section {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.contact-form-section h3 {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid #d4a017;
    padding-bottom: 10px;
}
.form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.form-control:focus {
    border-color: #d4a017;
    box-shadow: 0 0 5px rgba(212,160,23,0.3);
}
.btn-submit {
    background: linear-gradient(135deg, #d4a017 0%, #f0c239 100%);
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-submit:hover {
    background: linear-gradient(135deg, #b8860b 0%, #d4a017 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212,160,23,0.4);
}
.footer-logo-text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.side-menu-logo {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 12px;
}
.footer-logo span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.footer-logo a span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.mobile-menu-logo span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.side-menu-logo-link {
    color: #fff;
    display: block;
    padding: 15px;
}
.side-menu-logo-link span {
    font-size: 12px;
}
.contact-form-intro {
    color: #666;
    margin-bottom: 20px;
}
.map-section {
    margin-top: 20px;
}
.slide-caption {
    z-index: 4;
    max-width: auto;
    max-height: auto;
    white-space: nowrap;
}
.tp-caption {
    z-index: 4;
    max-width: auto;
    max-height: auto;
    white-space: nowrap;
}
