/* ========================================
   Zimbon 首页补充样式 v2
   补充 style.css 中缺失的首页 section 样式
   ======================================== */

/* === 通用 section 标题 === */
.product_t, .advantages_t, .case_t, .news_t {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
}
.product_t p, .advantages_t p, .case_t p, .news_t p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.product_t h3, .advantages_t h3, .case_t h3, .news_t h3 {
    font-size: 28px;
    color: #1048a0;
    margin: 10px 0;
    font-weight: bold;
}
.product_t span {
    font-size: 14px;
    color: #999;
    letter-spacing: 3px;
}

/* === 产品展示 === */
.product {
    padding: 0 0 60px;
    background: #f6f6f6;
}
.product_c h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 3px solid #1048a0;
}
.product_c h4 a {
    color: #333;
    text-decoration: none;
}
.product_c h4 a:hover {
    color: #1048a0;
}
.product_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.product_list ul li {
    width: calc(25% - 15px);
    background: #fff;
    border: 1px solid #eee;
    transition: all .3s;
}
.product_list ul li:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    transform: translateY(-3px);
}
.product_list ul li a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.product_list ul li p {
    padding: 12px 15px;
}
.product_list ul li p a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list ul li p a:hover {
    color: #1048a0;
}
.product_more {
    text-align: center;
    margin-top: 30px;
}
.product_more a {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #1048a0;
    color: #1048a0;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
}
.product_more a:hover {
    background: #1048a0;
    color: #fff;
}

/* === 专业横幅 === */
.major {
    background: #1048a0;
    padding: 50px 0;
}
.major_l h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.major_l p {
    color: rgba(255,255,255,.8);
    font-size: 14px;
    margin-bottom: 15px;
}
.major_l a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
}
.major_l a:hover {
    background: #fff;
    color: #1048a0;
}

/* === 优势 === */
.advantages {
    padding: 0 0 60px;
    background: #fff;
}
.advantages_c ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.advantages_c ul li {
    text-align: center;
    width: 280px;
}
.advantages_c ul li img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: block;
}
.advantages_c ul li h4 {
    font-size: 18px;
    color: #1048a0;
    margin-bottom: 12px;
}
.advantages_c ul li p {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

/* === 案例 === */
.case {
    padding: 0 0 60px;
    background: #f6f6f6;
}
.case_c {
    overflow: hidden;
}
.case_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.case_list ul li {
    width: calc(25% - 15px);
    background: #fff;
    border: 1px solid #ddd;
    transition: all .3s;
    position: relative;
}
.case_list ul li:hover {
    border-color: #1048a0;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.case_list ul li a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.case_list ul li p {
    padding: 12px 15px 0;
}
.case_list ul li p a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.case_list ul li p a:hover {
    color: #1048a0;
}
.case_list ul li a.more {
    position: absolute;
    bottom: 12px;
    left: 15px;
    background: #1048a0;
    color: #fff;
    padding: 4px 16px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 2px;
}
.case_list ul li a.more:hover {
    background: #0d3a80;
}

/* === 中间横幅 === */
.banner_middle {
    background: linear-gradient(135deg, #1048a0 0%, #0a3580 100%);
    padding: 50px 0;
}
.banner_middle_l h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.banner_middle_l p {
    color: rgba(255,255,255,.8);
    font-size: 14px;
    margin-bottom: 15px;
}
.banner_middle_l a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
}
.banner_middle_l a:hover {
    background: #fff;
    color: #1048a0;
}

/* === 关于我们 === */
.about {
    padding: 60px 0;
    background: #fff;
}
.about_l img {
    width: 100%;
    max-width: 500px;
    display: block;
}
.about_r p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.about_r h3 {
    font-size: 28px;
    color: #1048a0;
    margin-bottom: 20px;
    font-weight: bold;
}
.about_r_c {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.about_r_c p {
    text-transform: none;
    letter-spacing: normal;
    color: #666;
    margin-bottom: 15px;
}
.about_r_c a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 30px;
    border: 1px solid #1048a0;
    color: #1048a0;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
}
.about_r_c a:hover {
    background: #1048a0;
    color: #fff;
}

/* === 新闻 === */
.news {
    padding: 0 0 60px;
    background: #f6f6f6;
}
.news_tNav ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.news_tNav ul li a {
    display: inline-block;
    padding: 6px 20px;
    background: #1048a0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
}
.news_tNav ul li a:hover {
    background: #0d3a80;
}
.news_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news_list ul li {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 15px;
    transition: all .3s;
}
.news_list ul li:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    border-color: #1048a0;
}
.news_list ul li .date {
    width: 80px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 20px;
}
.news_list ul li .date p {
    font-size: 28px;
    color: #1048a0;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}
.news_list ul li .date h5 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin: 0;
}
.news_list ul li .text {
    flex: 1;
}
.news_list ul li .text h4 {
    margin: 0 0 8px;
    font-size: 16px;
}
.news_list ul li .text h4 a {
    color: #333;
    text-decoration: none;
}
.news_list ul li .text h4 a:hover {
    color: #1048a0;
}
.news_list ul li .text p {
    font-size: 13px;
    color: #999;
    margin: 0;
    line-height: 1.6;
}
