/* DaiMu页面专属样式 */
.top-contact-bar a:hover { color: #27ae60; }
.top-contact-bar .contact-phone i { color: #27ae60; }
.top-contact-bar .contact-info i { color: #27ae60; }
.nav-menu li a:hover,
.nav-menu li.active a {
    background-color: #27ae60;
    color: #fff;
}
.gallery-title {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    background-size: cover;
    vertical-align: middle;
    color: #F0FEFF;
    background-position: center;
}
.gallery-title .headline { font-size: 50px; word-spacing: 10px; }
.gallery-wrapper {
    background-color: rgba(39, 174, 96, 0.6);
    padding: 78px 0px;
    margin-top: 65px;
}
.gallery-content { margin-top: 80px; }
.gallery-btn {
    background-color: transparent;
    margin-top: 20px;
    color: #27ae60;
    border-radius: 0px;
    font-size: 16px;
    transition: all 0.3s ease-in;
    padding: 13px 20px;
    border-color: #27ae60;
    margin: 0px 5px;
}
.gallery-btn:hover { background-color: #27ae60; color: #fff; border-color: #219a52; }
.gallery-btn.is-checked, .gallery-btn.active {
    background-color: #27ae60;
    color: #fff;
}
.port .element-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.port .element-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.port .element-item:hover img {
    transform: scale(1.1);
}
.item-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(39, 174, 96, 0.9);
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}
.port .element-item:hover .item-desc {
    transform: translateY(0);
}
.item-title h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #fff;
}
.item-tags p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
#footer { background-color: #2c3e50; color: #fff; padding: 30px 0; }
#footer .copy-right-text { color: #aaa; padding: 20px 0 0; }
#footer .copy-right-text a { color: #46a1b4; }
.contact li { margin: 0 10px; }
.contact li a { color: #fff; font-size: 20px; }
.service-feature {
    padding: 60px 0;
    background: #f8f9fa;
}
.service-feature h3 {
    color: #27ae60;
    margin-bottom: 20px;
}
.service-feature p {
    line-height: 1.8;
    color: #666;
}
.service-feature .fa {
    font-size: 48px;
    color: #27ae60;
    margin-bottom: 20px;
}

/* 手机端响应式 */
@media (max-width: 768px) {
    .nav-menu li.active a { border-left: 4px solid #27ae60; }
    .headline { font-size: 28px; }
    .sub-headline { font-size: 16px; }
    .gallery-wrapper { padding: 40px 0; }
    .gallery-content { margin-top: 40px; }
    .gallery-btn { padding: 8px 12px; font-size: 13px; margin: 5px 3px; }
    .service-feature { padding: 30px 0; }
    .service-feature .fa { font-size: 36px; }
    .service-feature h3 { font-size: 18px; }
    .service-feature p { font-size: 14px; }
    .port .element-item { margin-bottom: 20px; }
    .item-desc { padding: 12px; }
    .item-title h3 { font-size: 15px; }
    .item-tags p { font-size: 12px; }
}

@media (max-width: 480px) {
    .headline { font-size: 24px; }
    .sub-headline { font-size: 14px; }
    .gallery-btn { padding: 6px 10px; font-size: 12px; }
    .service-feature .fa { font-size: 30px; }
    .service-feature h3 { font-size: 16px; }
    .service-feature p { font-size: 13px; }
}
