/* ==============================================
   友情链接 + 底部
   ============================================== */

/* 友情链接 */
.wp-links-bar { background: #f8f8f8; padding: 50px 0; border-top: 1px solid #e8e8e8; }
.wp-yunu-link { padding: 20px 0; }
.wp-yunu-link h4 { border-bottom: 1px solid #ddd; margin: 0 0 16px; font-size: 17px; color: #4177b7; padding-bottom: 12px; }
.wp-yunu-link h4 small { font-size: 14px; font-weight: normal; color: #999; text-transform: uppercase; margin-left: 6px; }
.wp-yunu-link ul { margin-left: -16px; list-style: none; padding: 0; }
.wp-yunu-link li { float: left; margin-left: 16px; margin-top: 4px; }
.wp-yunu-link li a { display: inline-block; font-size: 13px; color: #666; padding: 4px 12px; border: 1px solid #ddd; border-radius: 2px; transition: all .25s; }
.wp-yunu-link li a:hover { border-color: #4177b7; color: #4177b7; }

/* 底部大区域 */
.wp-footer { background: #253653; color: #bec3cc; padding: 40px 0 30px; }
.wp-footer a { color: #bec3cc; transition: color .25s; }
.wp-footer a:hover { color: #fff; }

/* 导航链接条 */
.wp-footer-nav { margin-bottom: 28px; background: #334564; border-radius: 4px; padding: 14px 20px; text-align: center; font-size: 0; }
.wp-footer-nav a { display: inline-block; vertical-align: middle; font-size: 14px; color: #bec3cc; margin: 0 18px; position: relative; transition: color .25s; }
.wp-footer-nav a:not(:last-child)::after { content: '|'; position: absolute; right: -19px; color: #4a5e7a; font-size: 13px; }
.wp-footer-nav a:hover { color: #fff; }

/* 二维码 右浮动 */
.wp-footer-ewm { float: right; width: 120px; text-align: center; }
.wp-footer-ewm-img { width: 100px; height: 100px; margin: 0 auto; background: #fff; padding: 4px; }
.wp-footer-ewm-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.wp-footer-ewm p { margin: 8px 0 0; font-size: 12px; color: #8899aa; }

/* 公司信息 */
.wp-footer-info { margin-right: 160px; background: url(/skin/images/footer-logo.jpg) no-repeat 0 center; padding-left: 250px; }
.wp-footer-info p { margin: 5px 0 0; font-size: 14px; line-height: 1.7; }
.wp-footer-info a { color: #8899aa; }
.wp-footer-info a:hover { color: #fff; }

/* responsive */
@media (max-width: 900px) {
    .wp-footer-nav { text-align: left; }
    .wp-footer-nav a { margin: 4px 10px; }
    .wp-footer-nav a::after { display: none; }
    .wp-footer-ewm { float: none; width: auto; display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
    .wp-footer-info { margin-right: 0; }
}
@media (max-width: 768px) {
    .wp-footer { padding: 24px 0 16px; }
    /* 导航居中、第二行单独显示 */
    .wp-footer-nav {
        text-align: center;
        margin-bottom: 16px;
        padding: 10px 14px;
        line-height: 2;
    }
    .wp-footer-nav a { font-size: 13px; margin: 2px 8px; }
    /* 移动端隐藏微信二维码 */
    .wp-footer-ewm { display: none; }
    /* 公司信息：去掉背景 logo和左内边距，改为居中 */
    .wp-footer-info {
        background: none !important;
        padding-left: 0 !important;
        margin-right: 0;
        text-align: center;
    }
    .wp-footer-info p { font-size: 13px; line-height: 1.85; margin: 3px 0; }
    /* 友情链接区 */
    .wp-links-bar { padding: 28px 0; }
    .wp-yunu-link h4 { font-size: 15px; }
}
@media (max-width: 600px) {
    .wp-footer-nav a { font-size: 12px; margin: 2px 6px; }
    .wp-yunu-link li { margin-left: 10px; }
}

/* ==============================================
   咨询热线 CTA 横幅 (tel_s)
   ============================================== */
.tel_s { background: linear-gradient(135deg, #2a5299 0%, #4177b7 100%); overflow: hidden; }
.tel_s .container { display: flex; align-items: center; justify-content: space-between; padding-top: 0; padding-bottom: 0; }
.tel_s .tel_l { flex: 1; color: #fff; text-align: center; padding: 50px 20px; }
.tel_s .tel_l p { font-size: 24px; line-height: 2; }
.tel_s .tel_l span { font-size: 26px; font-weight: 600; line-height: 2; }
.tel_s .tel_r { color: #fff; padding: 40px 40px 40px 0; flex-shrink: 0; }
.tel_s .tel_rs { display: inline-block; }
.tel_s .tel_rs > span { font-size: 16px; display: block; margin-bottom: 4px; }
.tel_s .tel_rs p { font-size: 28px; font-weight: 600; line-height: 1.4; }
@keyframes telPulse {
    0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.45); }
    70%  { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.tel_btn { background: #f57c00; border-radius: 20px; display: inline-block; padding: 10px 28px; font-size: 14px; margin-top: 14px; color: #fff; transition: background .3s; }
.tel_btn:hover { background: #e65100; color: #fff; }
.tel_btn_pulse { animation: telPulse 1.8s ease-out infinite; }
@media (max-width: 900px) {
    .tel_s .container { flex-direction: column; }
    .tel_s .tel_l { padding: 30px 20px 10px; width: 100%; }
    .tel_s .tel_r { padding: 10px 20px 30px; text-align: center; }
}
@media (max-width: 768px) {
    .tel_s .container {
        flex-direction: column;
        padding: 28px 20px 24px;
        gap: 0;
    }
    /* 左侧文案区 */
    .tel_s .tel_l {
        padding: 0 0 20px 0;
        width: 100%;
        text-align: center;
    }
    .tel_s .tel_l p {
        font-size: 13px;
        line-height: 1.8;
        opacity: 0.82;
        margin-bottom: 6px;
    }
    .tel_s .tel_l span {
        font-size: 15px;
        line-height: 1.7;
        font-weight: 600;
        display: block;
    }
    /* 分隔线 */
    .tel_s .tel_r {
        padding: 20px 0 0 0;
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(255,255,255,0.22);
    }
    .tel_s .tel_rs {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    .tel_s .tel_rs > span {
        font-size: 12px;
        opacity: 0.72;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }
    .tel_s .tel_rs p {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 1px;
    }
    .tel_btn {
        margin-top: 16px;
        padding: 11px 48px;
        font-size: 15px;
        border-radius: 24px;
        letter-spacing: 1px;
    }
}
