@charset "utf-8";

/* ===== 底部样式 ===== */
footer {
    width: 100%;
    background: #2A2A2A;
    color: #CCCCCC;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    margin-top: 50px;
    clear: both;
}

/* ===== 底部顶部区域 ===== */
.footer-top {
    padding: 50px 0 40px;
    border-bottom: 1px solid #3A3A3A;
    width: 100%;
}

.footer-topUl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1200px;
    width: 100%;
}

.footer-topUl > li {
    flex: 0 0 auto;
    padding: 0 20px;
    text-align: left;
    border-right: 1px solid #3A3A3A;
}

.footer-topUl > li:last-child {
    border-right: none;
}

/* 设置每个区域的固定宽度 */
.footer-topUl-le1 {
    width: 300px;
}

.footer-topUl-le2 {
    width: 200px;
}

.footer-topUl-le3 {
    width: 360px;
}

.footer-topUl-le4 {
    width: 160px;
    text-align: center;
}

/* ===== 左侧Logo区域 ===== */
.footer-top-img {
    margin-bottom: 15px;
    text-align: left;
}

.footer-top-img img {
    max-height: 50px;
    width: auto;
}

.footer-topUl-le1 p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-align: left;
}

/* ===== 快速导航区域 ===== */
.footer-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    text-align: left;
}

.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #009B96;
}

.footer-k {
    width: 100%;
}

.footer-fast {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.footer-fast li {
    margin-bottom: 12px;
}

.footer-fast li a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    display: inline-block;
}

.footer-fast li a:hover {
    color: #009B96;
    transform: translateX(5px);
}

/* ===== 联系方式区域 ===== */
.footer-l {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-l li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
}

.footer-l li label {
    width: 45px;
    color: #999999;
    font-weight: normal;
    text-align: left;
    margin-right: 10px;
    flex-shrink: 0;
}

.footer-l li i,
.footer-l li a {
    flex: 1;
    color: #DDDDDD;
    font-style: normal;
    word-break: break-word;
    text-decoration: none;
}

.footer-l li a:hover {
    color: #009B96;
}

/* ===== 二维码区域 ===== */
.footer-top-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    border: 2px solid #444444;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
}

.footer-top-image:hover {
    border-color: #009B96;
    transform: scale(1.02);
}

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

.footer-topUl-le4 p {
    color: #FFFFFF;
    font-size: 14px;
    margin: 5px 0 0;
    text-align: center;
}

/* ===== 底部版权区域 ===== */
.footer-bottom {
    background: #1A1A1A;
    padding: 25px 0;
    width: 100%;
}

.footer-bottom .con-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* 友情链接样式 */
.labour-footer-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.labour-footer-ul li {
    display: inline-flex;
    align-items: center;
    margin: 3px 0;
    color: #888888;
    font-size: 13px;
}

.labour-footer-ul li:first-child i {
    color: #AAAAAA;
    font-style: normal;
    margin-right: 5px;
}

.labour-footer-ul li i {
    margin: 0 8px;
    color: #444444;
    font-style: normal;
    font-size: 12px;
}

.labour-footer-ul li a {
    color: #888888;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 13px;
}

.labour-footer-ul li a:hover {
    color: #009B96;
}

/* 处理两个ul之间的间距 */
.labour-footer-ul1 {
    margin-top: -5px;
}

/* 版权信息 */
.labour-b {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #333333;
}

.labour-b p {
    color: #888888;
    font-size: 13px;
    margin: 5px 0;
    line-height: 1.6;
}

.labour-b p:first-child {
    color: #AAAAAA;
    font-size: 13px;
}

.labour-p2 {
    letter-spacing: 1px;
}

.labour-b a {
    color: #888888;
    text-decoration: none;
    transition: color 0.3s;
}

.labour-b a:hover {
    color: #009B96;
}

/* ===== 响应式设计 ===== */
@media (max-width: 1200px) {
    .footer-topUl {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 20px;
    }
    
    .footer-topUl > li {
        width: calc(50% - 20px);
        border-right: none;
        margin-bottom: 30px;
        padding: 0;
    }
    
    .footer-topUl-le1,
    .footer-topUl-le2,
    .footer-topUl-le3,
    .footer-topUl-le4 {
        width: auto;
    }
}

@media (max-width: 992px) {
    .footer-l li {
        flex-wrap: wrap;
    }
    
    .footer-l li label {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .footer-topUl > li {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer-topUl-le1,
    .footer-topUl-le2,
    .footer-topUl-le3,
    .footer-topUl-le4 {
        text-align: center;
    }
    
    .footer-top-img {
        text-align: center;
    }
    
    .footer-topUl-le1 p {
        text-align: center;
    }
    
    .footer-title {
        text-align: center;
    }
    
    .footer-title:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-fast {
        text-align: center;
    }
    
    .footer-l li {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-l li label {
        width: auto;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .footer-top-image {
        margin: 0 auto 10px;
    }
    
    .labour-footer-ul {
        flex-direction: column;
    }
    
    .labour-footer-ul li i {
        display: none;
    }
    
    .labour-footer-ul li:first-child i {
        display: inline-block;
    }
    
    .labour-footer-ul1 {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .footer-top {
        padding: 40px 0 30px;
    }
    
    .footer-bottom {
        padding: 20px 0;
    }
    
    .labour-b p {
        font-size: 12px;
    }
}