/* DaiMa.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;
}
.service-detail {
    padding: 30px;
    background: #fff;
    border-left: 4px solid #00e2d6;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.service-detail h4 {
    color: #002663;
    font-size: 20px;
    margin-bottom: 15px;
}
.service-detail p {
    color: #666;
    line-height: 26px;
    margin-bottom: 10px;
}
.service-detail ul {
    padding-left: 20px;
    margin: 15px 0;
}
.service-detail ul li {
    color: #555;
    line-height: 28px;
    margin-bottom: 8px;
}
.service-detail ul li i {
    color: #fa5d07;
    margin-right: 8px;
}
.team-intro {
    background: linear-gradient(135deg, #002663 0%, #004080 100%);
    padding: 40px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
}
.team-intro h3 {
    color: #00e2d6;
    font-size: 24px;
    margin-bottom: 20px;
}
.team-intro p {
    color: #e0e0e0;
    line-height: 26px;
}
.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;
}
