﻿/* ========================================
   Google SEO 页面 - 1:1 复刻 yinqingli.com/gs.html
   样式精确取自目标站 all.min.css
   ======================================== */

/* ==========================================
   基础容器
   ========================================== */
.sep-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* ==========================================
   Section 1: 8大优势
   ========================================== */
.wmjz-body .wmjz-section1 {
    padding-top: 45px;
    padding-bottom: 35px;
}

.wmjz-body .wmjz-section1 .title {
    color: #1a7fd4;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.wmjz-body .wmjz-section1 .sep-title {
    position: relative;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 33px;
    color: #2b2b33;
    font-size: 35px;
    text-align: center;
    font-family: 'Lucida Grande';
}

.wmjz-body .wmjz-section1 .sep-title:before {
    content: "";
    width: 10px;
    height: 24px;
    position: absolute;
    left: -30px;
    top: 17px;
    display: block;
    background: url(../images/prev-icon.png) no-repeat;
}

.wmjz-body .wmjz-section1 .sep-title:after {
    content: "";
    width: 10px;
    height: 24px;
    position: absolute;
    right: -30px;
    top: 17px;
    display: block;
    background: url(../images/next-icon.png) no-repeat;
}

/* 8个优势项 - 精确匹配目标站 */
.wmjz-body .wmjz-section1 .btns {
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
}

.wmjz-body .wmjz-section1 .btns li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    list-style: none;
    padding: 30px 20px 40px 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 12.5%;
}

.wmjz-body .wmjz-section1 .btns li span {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* L型边框角 - 默认隐藏 */
.wmjz-body .wmjz-section1 .btns li span.l {
    position: absolute;
    width: 0;
    height: 0;
    background: #1a7fd4;
    left: -2px;
    top: -1px;
}

.wmjz-body .wmjz-section1 .btns li span.t {
    position: absolute;
    width: 0;
    height: 0;
    background: #1a7fd4;
    left: -2px;
    top: -2px;
}

.wmjz-body .wmjz-section1 .btns li span.r {
    position: absolute;
    width: 0;
    height: 0;
    background: #1a7fd4;
    right: -2px;
    bottom: -1px;
}

.wmjz-body .wmjz-section1 .btns li span.b {
    position: absolute;
    width: 0;
    height: 0;
    background: #1a7fd4;
    right: -2px;
    bottom: -2px;
}

/* 图标 - 精确匹配 */
.wmjz-body .wmjz-section1 .btns li i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #666;
    transition: color .3s ease;
}

/* 文字 - 精确匹配 */
.wmjz-body .wmjz-section1 .btns li div {
    position: relative;
    color: #464646;
    font-size: 14px;
    line-height: 1.5;
}

.wmjz-body .wmjz-section1 .btns li div:before {
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

/* --- Active / Hover 效果 - 精确匹配 --- */
.wmjz-body .wmjz-section1 .btns li.active,
.wmjz-body .wmjz-section1 .btns li:hover {
    border: 1px solid #f5ceaa;
}

.wmjz-body .wmjz-section1 .btns li.active span.l,
.wmjz-body .wmjz-section1 .btns li:hover span.l {
    width: 3px;
    height: 15px;
}

.wmjz-body .wmjz-section1 .btns li.active span.t,
.wmjz-body .wmjz-section1 .btns li:hover span.t {
    width: 25px;
    height: 3px;
}

.wmjz-body .wmjz-section1 .btns li.active span.r,
.wmjz-body .wmjz-section1 .btns li:hover span.r {
    width: 3px;
    height: 15px;
}

.wmjz-body .wmjz-section1 .btns li.active span.b,
.wmjz-body .wmjz-section1 .btns li:hover span.b {
    width: 25px;
    height: 3px;
}

.wmjz-body .wmjz-section1 .btns li.active i,
.wmjz-body .wmjz-section1 .btns li:hover i {
    color: #1a7fd4;
}

.wmjz-body .wmjz-section1 .btns li.active div,
.wmjz-body .wmjz-section1 .btns li:hover div {
    color: #1a7fd4;
}

.wmjz-body .wmjz-section1 .btns li.active div:before,
.wmjz-body .wmjz-section1 .btns li:hover div:before {
    display: none;
}

/* ==========================================
   Section 2: 服务详情 - 精确匹配
   ========================================== */
.wmjz-body .wmjz-section2 {
    padding-top: 86px;
    padding-bottom: 83px;
    background: url(../images/wmjz-bg.jpg) no-repeat top center;
    background-size: cover;
}

.wmjz-body .wmjz-section2.wmjz-section2-seo {
    background: url(../images/wmjz-bg2.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 60px;
}

.wmjz-body .wmjz-section2 .title {
    color: #fff;
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.wmjz-body .wmjz-section2 .title.title2 {
    font-size: 42px;
}

.wmjz-body .wmjz-section2 .alias {
    background: rgba(255,255,255,0.4);
    border-radius: 48px;
    padding: 15px 48px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.wmjz-body .wmjz-section2 .alias span {
    padding: 0 40px;
    font-weight: bold;
}

.wmjz-body .wmjz-section2 .text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 2em;
    padding: 0 160px;
    margin-bottom: 51px;
}

.wmjz-body .wmjz-section2 .more {
    color: #fff;
    display: table;
    margin: 0 auto;
    border: 1px solid #1a7fd4;
    padding: 8px 50px;
    font-size: 16px;
    margin-top: 27px;
    margin-bottom: 40px;
}

/* ==========================================
   Section 2: 服务详情 - 5个等宽竖向卡片（匹配目标站）
   ========================================== */
.wmjz-body .wmjz-section2 .datalist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
}

.wmjz-body .wmjz-section2 .datalist li {
    width: 20%;
    min-width: 0;
    list-style: none;
    box-sizing: border-box;
    background: #fff;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.wmjz-body .wmjz-section2 .datalist li:last-child {
    border-right: none;
}

/* ---- 卡片顶部：橙色区域（背景图 + 白色标题） ---- */
.wmjz-body .wmjz-section2 .datalist li .card-thumb {
    position: relative;
    height: 140px;
    overflow: hidden;
    background: linear-gradient(135deg, #1976d2 0%, #1a7fd4 100%);
}

.wmjz-body .wmjz-section2 .datalist li .card-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    mix-blend-mode: overlay;
}

.wmjz-body .wmjz-section2 .datalist li .card-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    white-space: nowrap;
}

/* ---- 卡片内容区（白色） ---- */
.wmjz-body .wmjz-section2 .datalist li .card-body {
    padding: 24px 18px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wmjz-body .wmjz-section2 .datalist li .card-hd {
    color: #373737;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
}

.wmjz-body .wmjz-section2 .datalist li .card-hd small {
    font-size: 13px;
    font-weight: normal;
}

.wmjz-body .wmjz-section2 .datalist li .card-bd {
    color: #666;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: left;
}

.wmjz-body .wmjz-section2 .datalist li .card-list {
    color: #373737;
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
    text-align: left;
}

/* ==========================================
   CTA Banner - 精确匹配
   ========================================== */
.hf-banner {
    background: url(../images/hf-banner2.jpg) repeat top center;
    height: 255px;
    padding-top: 32px;
    background-size: cover;
}

.hf-banner .hf-title {
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.hf-banner .hf-text {
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    margin-top: 20px;
    margin-bottom: 35px;
}

.hf-banner .hf-more {
    color: #1a7fd4;
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 12px 40px;
    border-radius: 24px;
    font-size: 24px;
    margin: 0 auto;
    text-decoration: none;
    transition: all .3s ease;
}

.hf-banner .hf-more:hover {
    background: #f5f5f5;
}

.hf-banner .hf-more img {
    width: auto;
    height: 14px;
}

/* ==========================================
   四大保证 - 精确匹配（强制横向4列）
   ========================================== */
.wmjz-body .sep-section2-plus {
    padding: 45px 0 30px 0;
    background: url(../images/map.png) no-repeat bottom center #fff;
}

/* 四大保证 - 横向排列（不依赖Bootstrap） */
.wmjz-body .sep-section2-plus .row {
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 每列固定25%宽度 */
.wmjz-body .sep-section2-plus .row > [class*="col-"] {
    width: 25% !important;
    float: none !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    min-width: 0;
}

.wmjz-body .sep-section2-plus .hd {
    color: #333;
    font-size: 34px;
    text-align: center;
    margin-bottom: 76px;
    position: relative;
}

.wmjz-body .sep-section2-plus .hd.hd2:before {
    background: #f39f52;
}

.wmjz-body .sep-section2-plus .hd:before {
    content: '';
    display: block;
    width: 46px;
    height: 4px;
    background: #1a7fd4;
    position: absolute;
    left: 50%;
    bottom: -24px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wmjz-body .sep-section2-plus .box {
    padding: 30px 15px;
    background: #fff;
    margin: 0 20px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    transition: box-shadow .3s ease;
}

.wmjz-body .sep-section2-plus .box:hover {
    box-shadow: 0 6px 18px rgba(145,145,145,0.5);
}

.wmjz-body .sep-section2-plus .box .title {
    color: #1a7fd4;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.wmjz-body .sep-section2-plus .box .title span {
    color: #646464;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.wmjz-body .sep-section2-plus .box .num {
    font-size: 48px;
    color: #1a7fd4;
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 1px solid #868686;
}

.wmjz-body .sep-section2-plus .box .summary {
    color: #646464;
    font-size: 13px;
    line-height: 1.8em;
    height: 9em;
    overflow: hidden;
}

/* ==========================================
   最新资讯 - 新版
   ========================================== */
.sep-section-news {
    padding: 55px 0 80px;
    background: #f4f4f4;
}

.news-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.news-section-title {
    font-size: 30px;
    color: #2b2b33;
    font-weight: bold;
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
}

.news-section-title:after {
    content: "";
    display: block;
    margin: 8px auto 0;
    width: 49px;
    height: 8px;
    background: url(../images/title-icon.png) no-repeat;
}

.news-section-sub {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

.news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin: 0 !important;
}

.news-grid .col-md-4,
.news-grid .col-sm-4 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    display: block !important;
}

.news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.news-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    height: 170px;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.news-card:hover .news-thumb img {
    transform: scale(1.06);
}

.news-date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(240, 132, 33, 0.92);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    line-height: 1.2;
}

.news-date strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.news-date small {
    font-size: 11px;
    text-transform: uppercase;
}

.news-body {
    padding: 16px 18px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-cat {
    display: inline-block;
    background: #e3f2fd;
    color: #1a7fd4;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 8px;
    font-weight: 500;
    align-self: flex-start;
}

.news-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 8px;
    transition: color 0.25s;
}

.news-title:hover {
    color: #1a7fd4;
}

.news-excerpt {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 12px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #aaa;
}

.meta-views {
    color: #1a7fd4;
    font-weight: 500;
}

.news-empty {
    text-align: center;
    padding: 60px 0;
    color: #999;
    font-size: 15px;
    width: 100%;
}

/* ==========================================
   响应式适配
   ========================================== */
@media screen and (max-width: 1200px) {
    .sep-container {
        width: 100%;
        padding: 0 30px;
    }

    .wmjz-body .wmjz-section1 .sep-title {
        font-size: 32px;
    }

    .wmjz-body .wmjz-section2 .text {
        padding: 0 60px;
    }

    /* Section 2 卡片 - 1200px变3列 */
    .wmjz-body .wmjz-section2 .datalist {
        flex-wrap: wrap;
    }
    .wmjz-body .wmjz-section2 .datalist li {
        width: 33.333%;
        border-bottom: 1px solid #eee;
    }
}

@media screen and (max-width: 768px) {
    .wmjz-body .wmjz-section1 .btns {
        flex-wrap: wrap;
    }

    /* 资讯卡片 - 768px以下2列 */
    .news-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .news-thumb { height: 150px !important; }

    .wmjz-body .wmjz-section1 .btns li {
        width: 50%;
        flex-grow: 0;
    }

    .wmjz-body .wmjz-section1 .sep-title {
        font-size: 24px;
    }

    .wmjz-body .wmjz-section1 .title {
        font-size: 24px;
    }

    /* Section 2 卡片 - 768px变2列 */
    .wmjz-body .wmjz-section2 .datalist li {
        width: 50%;
    }

    .wmjz-body .wmjz-section2 .text {
        padding: 0 20px;
    }

    .wmjz-body .wmjz-section2 .alias span {
        padding: 0 10px;
    }
    
    .hf-banner .hf-title,
    .hf-banner .hf-text {
        font-size: 24px;
    }
    
    .hf-banner .hf-more {
        font-size: 18px;
    }
    
    .sep-section-school .sep-school-list li {
        width: 100%;
        float: none;
    }
    
    .wmjz-body .sep-section2-plus .box {
        margin: 0 5px 30px;
    }
    
    /* 四大保证 - 平板变两列 */
    .wmjz-body .sep-section2-plus .row > [class*="col-"] {
        width: 50% !important;
    }
}

@media screen and (max-width: 576px) {
    /* 资讯卡片 - 576px以下单列 */
    .news-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .wmjz-body .wmjz-section1 .btns li {
        width: 100%;
    }
    
    /* Section 2 卡片 - 576px变单列 */
    .wmjz-body .wmjz-section2 .datalist {
        flex-direction: column;
    }
    .wmjz-body .wmjz-section2 .datalist li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    
    .sep-container {
        padding: 0 15px;
    }
    
    /* 四大保证 - 手机变单列 */
    .wmjz-body .sep-section2-plus .row > [class*="col-"] {
        width: 100% !important;
    }
}
