

.bg_body.bg_body_2 {
    background-image: url(https://img-sxworker.sxworker.com/d/file/p/2025-12-26/4d78810180a90b0a2c66dfc42da89a6a.png);
    min-height: 300px;
    background-color: #fff;
    background-position: center center;
    background-attachment: fixed; /* 关键：固定背景 */
    background-size: cover; /* 覆盖整个区域但不拉伸变形 */
    padding-top: 60px;
        height: auto;
}

.flex-viewport {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.container d_flex d_a_c{
        border-bottom: 20px solid #d61618 !important;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.container.d_flex.d_a_c::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; /* 视口宽度 */
    height: 2px;
    background-color: #e74c3c;
    z-index: 1;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.top_nav {
    padding: 40px 0;
    line-height: 1;
    font-size: 0;
}

.top_nav a {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    border-right: 1px solid;
}

.top_nav a:first-child {
    padding-left: 0;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.d_a_c {
    align-items: center;
}

.d_flex {
    display: flex;
}

a.logo {
    display: block;
    margin-top: 32px;
    margin-bottom: 60px;
}


a.logo_text {
    font-size: 48px;
    color: #D61618;
    font-weight: bold;
    margin-bottom: 40px;
    margin-left: 13px;
    margin-right: 18px;
    line-height: 1;
}

.banner_box{
    float: right;
    background-color: white;
    border-radius: 20px;
    width: 450px;
    min-width: 450px;
    height: 442px;
    margin-bottom: 40px;
}

.news_lists .news_lists_item {
    width: 550px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 14px 0;
    position: relative;
    transition: .3s linear;
    padding-left: 20px;
}

.news_lists .news {
    width: 440px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    padding: 14px 0;
    position: relative;
    transition: .3s linear;
    padding-left: 10px;
}

.container-1 {
    clear: both;
    width: 1200px;
    overflow: hidden;
    background-color: white;
    border-radius: 20px;
        margin-bottom: 40px;
}

.news_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 20px;
}

.container-1 .section-title {
        margin: 0;
}

.banner {
    width: 100%;
    height: 350px;
}

.mt_list li {
    width: 210px;
    height: 300px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.db_list .item_li {
    width: 350px;
    height: 250px;
    border-radius: 18px 18px 18px 18px;
    border: 1px solid rgba(254, 32, 27, 0.3);
    margin-right: 0px;
    margin-left: 30px;
    overflow: visible;
    text-align: center;
    margin-bottom: 85px;
    padding-bottom: 0;
    margin-top: 40px;
}

.db_list .item_li a {
        margin-top: 10px;
    font-size: 18px;
    font-weight: 800;
}

.db_list .item_li img {
        width: 370px;
    height: 250px;
    background-size: cover;
}

.bg-gray-800 {
    background-color: rgb(149,29,29);
}
.text-gray-400 {
    color: rgb(227,212,212);
}
.py-10 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mt-12 {
    margin-top: 100px;
}
.border-t-4 {
    border-top-width: 4px;
}
.border-red-700 {
    border-color: rgb(185,28,28);
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(16px * calc(1 - 0));
    margin-bottom: calc(16px * 0);
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.gap-8 {
    gap: 35px;
}
.text-sm {
    font-size: 16px;
    line-height: 20px;
}
.hover\:text-white:hover {
    color: rgb(255,255,255);
}
.text-white {
    color: rgb(255,255,255);
}
.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgb(227,212,212);
}
.text-sm {
    font-size: 16px;
    line-height: 30px;
}
.text-xs {
    font-size: 14px;
    line-height: 30px;
}
.text-gray-500 {
    color: rgb(227,212,212);
}
.max-w-\[1200px\] {
    max-width: 1200px;
}

.section-title {
    background-position: left;
    margin: 0 auto -30px;
    height: 60px;
}

.section-title em {
    padding-top: 10px;
    color: #1f2937;
    display: block;
    text-align: left;
    font-size: 25px;
    padding-left: 60px;
    font-style: normal;
}

.container-1 .section-title {
    background-position: left;
    margin: 0 auto -30px;
    height: 60px;
    border-bottom: none; /* 移除原border */
    position: relative;

}

.container-1 .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;      /* 左侧留白20px */
    right: 20px;     /* 右侧留白20px */
    height: 2.2px;   /* 保持原厚度 */
    background-color: #dc2626; /* 保持原颜色 */
}

.container-1 .section-title em {
    color: #951d1d;
    padding-top: 0px;
    font-size: 25px;
    text-align: left;
    padding-left: 60px;
    font-style: normal;
    padding-top: 10px;
}

.news_lists .news_lists_item2 {
    width: 1180px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 14px 0;
    position: relative;
    transition: .3s linear;
    padding-left: 40px;
    /* padding-right: 20px; */
    display: block;
}

.news_lists .news_lists_item2 .time {
    font-size: 16px;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 30%;
    line-height: 1.2;
    vertical-align: middle;
}

.news_lists .content {
    display: inline-block;
    vertical-align: middle;
    max-width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.container-1 > div:first-of-type {
    position: relative;
    z-index: 10; /* 提高层级，确保在顶部 */

    margin-bottom: 10px; /* 与下方内容保持距离 */
}

.container-1 > div:first-of-type > a {
    position: relative;
    z-index: 11; /* 确保链接在更上层 */
    display: inline-block; /* 确保链接有正确的盒模型 */
    pointer-events: auto !important; /* 强制启用点击事件 */
}

/* 防止下方内容覆盖 */
.content_box_wrap {
    clear: both; /* 清除浮动影响 */
    position: relative;
    z-index: 1; /* 较低层级 */
}

.container-2 {
    clear: both;
    width: 1200px;
    background-color: white;
    margin: 35px auto 0px;
    overflow: hidden;
    border-radius: 20px;
    float: none;
}

.navbar_nlqx .container a.active {
    background-color: #BF0F11;
}

.navbar_nlqx .container a {
    width: 200px;
    flex-shrink: 0;
    height: 100%;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
}

.hhcj_lists {
   padding-top: 0px; 
}

.news_lists .contenty {
    display: inline-block;
    vertical-align: middle;
    max-width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navbar_nlqx {
    height: 56px;
    background-color: rgb(212, 27, 29);
    margin-bottom: 50px;
}

.navbar_nlqx .container {
    height: 100%;
}

.navbar_nlqx .container a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    opacity: 0.3;
    background: linear-gradient(0deg, rgb(255, 236, 226), rgb(250, 217, 177));
}

@media screen and (max-width: 768px) {
    .banner {
        height: 85px !important;
    }
    
    .imgtab .flexslider .slides img {
    display: block;
    width: 100%;
    height: auto;
}

    .news_lists .contenty {
        margin-left: 0px;
        max-width: 68%;
    }

.news_lists .news_lists_item2 {
    width: 400px;
}

.clone{
    width: 100%;
}

.imgtab {
        width: 100%;
    height: auto;
}
.container {
        width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .main {
        width: 100vw !important;
        padding: 4vw !important;
    }
    
    .content {
        width: 92vw !important;
        margin: 0 4vw !important;
        padding: 4vw !important;
    }
    
    .footer {
        width: 100vw !important;
        margin: 4vw 0 0 0 !important;
        padding: 3vw 0 !important;
    }
    
    /* 字体大小适配 */
    body {
        font-size: 16px !important;
    }
    
    h1 { font-size: 24px !important; }
    h2 { font-size: 20px !important; }
    h3 { font-size: 18px !important; }
    
.container {
    width: auto;
}

a.logo {
    width: 12%;
    margin-bottom: 40px;
}

a.logo_text {
    font-size: 20px;
    margin-bottom: 0px;
}

.imgtab .flexslider .slides li h4 {
    width: auto;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: static;
}

.container {
    padding-top: 20px;
}


.banner_box {
    height: auto;
}

.section-title em {
    padding-top: 15px;
    font-size: 20px;
}

    .news_lists>li .news .time {
        font-size: 12px;
    }
    
        .news_lists .content_sp {
        font-size: 16px;
        max-width: 68%;
        margin-left: 50px;
    }
    
    .container-1 .section-title em {
     font-size: 20px;
    }
    
     .container-1 {
        width: 100%;
        margin-top: -40px;
    }
    
    .news_lists .content {
     margin-left: 20px;
             max-width: 68%;
    }
    
    .text-sm {
    font-size: 14px;
    line-height: 20px;
}

.text-xs {
    font-size: 12px;
    line-height: 20px;
}

    .news_lists>li .news_lists_item {
        width: 380px;
    }

}