/* ZhuYun.html 页面样式 */

.top-contact-bar {
    background: #002663;
    padding: 10px 0;
    border-bottom: 2px solid #00e2d6;
}
.top-contact-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-contact-info {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.top-contact-info i {
    color: #00e2d6;
    margin-right: 8px;
    font-size: 18px;
}
.top-contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.top-contact-info a:hover {
    color: #fa5d07;
}
.logo-text {
    font-size: 14px !important;
    line-height: 1.3 !important;
    max-width: 300px;
    white-space: normal !important;
    word-wrap: break-word;
}
.logo-text a {
    color: #fff !important;
    font-size: 14px !important;
    text-decoration: none;
}
.logo-text a:hover {
    color: #fa5d07 !important;
}
.navbar-header {
    margin-top: 0 !important;
}
.navbar-default {
    margin-top: 0 !important;
}
.consult-service {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: all 0.3s;
    border-top: 4px solid #9b59b6;
}
.consult-service:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}
.consult-service h4 {
    color: #002663;
    font-size: 20px;
    margin-bottom: 15px;
}
.consult-service h4 i {
    color: #9b59b6;
    margin-right: 10px;
}
.consult-service p {
    color: #666;
    line-height: 26px;
    margin-bottom: 15px;
}
.consult-service ul {
    padding-left: 0;
    list-style: none;
}
.consult-service ul li {
    color: #555;
    line-height: 28px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.consult-service ul li i {
    color: #9b59b6;
    margin-right: 8px;
}
.team-intro {
    background: linear-gradient(135deg, #8e44ad 0%, #9b59b6 100%);
    padding: 40px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
}
.team-intro h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.team-intro p {
    color: #f0f0f0;
    line-height: 26px;
}
.contact-form-section {
    padding: 50px 0;
    background: #f9f9f9;
}
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.contact-form h3 {
    color: #002663;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.contact-form .form-group label {
    color: #333;
    font-weight: 600;
}
.contact-form .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
}
.contact-form .form-control:focus {
    border-color: #9b59b6;
    box-shadow: 0 0 5px rgba(155, 89, 182, 0.3);
}
.contact-form .btn-submit {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
}
.contact-form .btn-submit:hover {
    background: linear-gradient(135deg, #8e44ad 0%, #7d3c98 100%);
}
.contact-info-box {
    background: linear-gradient(135deg, #002663 0%, #004080 100%);
    padding: 40px;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 30px;
}
.contact-info-box h4 {
    color: #00e2d6;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-info-box p {
    color: #e0e0e0;
    line-height: 26px;
    margin-bottom: 15px;
}
.contact-info-box p i {
    color: #00e2d6;
    margin-right: 10px;
    width: 20px;
}
.contact-info-box a {
    color: #00e2d6;
    text-decoration: none;
}
.contact-info-box a:hover {
    color: #fa5d07;
}
.cta-section {
    background: linear-gradient(135deg, #fa5d07 0%, #ff7b3b 100%);
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
.cta-section h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.cta-section p {
    font-size: 16px;
    margin-bottom: 30px;
}
.cta-section .btn-cta {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: #fa5d07;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
}
.cta-section .btn-cta:hover {
    background: #002663;
    color: #fff;
}

/* 通用样式 */
.padding-top-3em {
    padding-top: 3em;
}
.padding-top-0 {
    padding-top: 0;
}
.margin-top-15 {
    margin-top: 15px;
}
.footer-text {
    color: #ccc;
    line-height: 24px;
    margin-bottom: 15px;
}
.footer-text-last {
    color: #ccc;
    line-height: 24px;
}
.footer-link {
    color: #00e2d6;
    text-decoration: none;
}
.footer-link:hover {
    color: #fa5d07;
}
#toTop {
    display: block;
}
#toTopHover {
    opacity: 1;
}
.margin-top-20 {
    margin-top: 20px;
}
.padding-top-20 {
    padding-top: 20px;
}
.border-top-light {
    border-top: 1px solid rgba(255,255,255,0.2);
}
