.container {
    position: relative;
    width: 100%;
    /* 移除固定高度，让容器根据图片高度自适应 */
    /* min-height: 500px; */
    aspect-ratio: 1920/640; /* 与图片保持相同的宽高比 */
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 填满整个容器 */
    z-index: -1;
    object-fit: cover; /* 保持宽高比，填满容器 */
    aspect-ratio: 1920/640;
}

.overlay {
    position: absolute;
    top: 60%;
    left: 8%;
    color: white;
    text-align: center;
    padding: 20px;
}

.container h1 {
    font-size: 46px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333333;
}

.container p {
    font-size: 26px;
}

.layui-tab-title {
    padding: 0 3%;
    background-color: white;
    height: 48px !important;
    display: flex;
    align-items: center;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: black;
    opacity: .85;
}

.layui-tab .layui-tab-title li {
    color: #666C7A;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 4px solid #006DB5;
}

.layui-tab {
    margin: 0;
}

.layui-tab-content {
    padding: 0;
}

/*    企业介绍*/
.qyjs_container {
    margin: 0;
    padding: 40px 8% 80px 8%;
    min-height: 620px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.qyjs_container p {
    font-size: large !important;
    line-height: 2;
    text-align: left;

}


.qyjs_content h1 {
    color: #2B3447;
    margin-bottom: 8px;
    font-size: 33px;
}

.qyjs_line {
    background-color: #006DB5;
    width: 50px;
    height: 4px;
    margin-bottom: 20px;
}


.qyjs_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 40px;*/
}

.qyjs_text {
    padding-right: 20px;
    color: #2B3447;
    width: 49%;
}

.qyjs_video {
    width: 48.5%;
}

.qyjs_video video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.qyjs_stats {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 47px;
    flex-direction: row;
}

.qyjs_stat {
    background: radial-gradient(50% 50% at 52% 46%, rgba(0, 46, 255, 0.3) 0%, rgba(0, 46, 255, 0) 100%);
    padding: 20px;
    text-align: center;
    min-width: 215px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 2px 20px 0px rgba(162, 191, 233, 0.23);
    border-radius: 12px;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(8px);
}

.qyjsstats .qyjs_stat p {
    line-height: 1.7;
}

.qyjs_stat h2 {
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(43, 52, 71, 0.16);
    ;
    color: #006DB5;
    font-size: x-large;
}

.qyjs_stat h2 .number-scroll {
    font-size: xxx-large;
}

.qyjs_stat p {
    color: #2B3447;
}

.qyjs_vision_mission_values {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.qyjs_vision_mission_values h3 {
    font-size: 34px;
}

.qyjs_vision_mission_values p {
    font-size: 28px !important;
    margin-top: 15px;
    line-height: 1.2;
}

.qyjs_vision {
    position: relative;
    width: 30%;
    background-size: cover;
    aspect-ratio: 493/640;
    min-width: 200px;
    border-radius: 20px;
}

.qyjs_vision1 {
    background-image: url('/assets/addons/yccms/images/img/qyjs_vision1.png');
}

.qyjs_vision2 {
    background-image: url('/assets/addons/yccms/images/img/qyjs_vision2.png');
}

.qyjs_vision3 {
    background-image: url('/assets/addons/yccms/images/img/qyjs_vision3.png');
}

.qyjs_caption {
    position: absolute;
    top: 67%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.qyjs_caption h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: large;
}

.qyjs_caption p {
    font-size: medium;
}

.fzlc-img {
    width: 100%;
    height: auto;
}

.marquee3k img {
    width: 300px;
    aspect-ratio: 390/290;
    object-fit: cover;
    margin: 20px;
    border-radius: 20px;
}

.qqfb-container {
    display: flex;
    justify-content: space-between;
}

.qyjs_container img.qqfb-img {
    width: 75%;
}

.qqfb-ul {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qqfb-ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 55px;
}

.qqfb-ul li img {
    width: 60px;
    height: 60px;
}

.qqfb-ul li div {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}

.qqfb-ul li strong {
    color: #2B3447;
    font-size: large;
    font-weight: bold;
}

.qqfb-ul li span {
    color: #2B3447;
    font-size: small;
    margin-top: 10px;
}

/*#licheng {*/

/*}*/
/*#licheng .licheng-item {*/
/*    width: 40%; !* 减去间距 *!*/
/*    box-sizing: border-box;*/
/*    height: auto;*/
/*    overflow: hidden;*/
/*}*/
/*#licheng .licheng-img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    overflow: hidden;*/
/*}*/

.news-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E1E6F5;
    padding: 14px 20px;
    height: 232px;
}

.news-item:hover {
    background-color: #F5F7FF;
}

.news-img {
    width: 320px;
    aspect-ratio: 320/192;
    margin-right: 30px;
    border-radius: 16px;
    object-fit: cover;
}

.news-text {
    flex: 1;
}

.news-title {
    margin-bottom: 12px;
    font-size: x-large;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 显示的最大行数 */
    -webkit-box-orient: vertical;

}

.news-content {
    font-size: large;
    line-height: 2;
    /* 根据需要调整 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 显示的最大行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layui-tab-content {
    width: 100vw;
    overflow-x: hidden;
}


.table-box {
    background: linear-gradient(90deg, #4377F8 0%, #80BBFC 100%);
    border-radius: 16px;
    margin-bottom: 24px;
}

.table-box-head {
    line-height: 2;
    color: white;
    padding-left: 25px;
    font-size: large;
}

.table-box-body {
    border-radius: 16px;
    padding: 6px 16px 16px 16px;
    background-color: white;

}

.layui-table {
    table-layout: fixed;
}

.layui-table tr:nth-child(even) {
    background-color: #EDF3FA;
}

.layui-table tr td {
    white-space: nowrap;
}

.hscp-container {
    display: flex;
    gap: 20px;
    margin-top: 13%;
    justify-content: center;
}

.hscp-item {
    padding: 20px;
    text-align: center;
    width: 200px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 2px 20px 0px rgba(162, 191, 233, 0.23);
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(8px)
}

.hscp-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.hscp-item h3 {
    font-size: 18px;
    margin: 10px 0;
}

.hscp-item p {
    font-size: 14px;
    color: #666;
}

.hot-product-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.hot-product {
    height: 360px;
    width: 40%;
}

.hot-product img {
    border-radius: 16px;
}

.hot-product-f {
    width: 45%;
    margin-left: 35px;
}

.product-item-ul {}


.hot-product-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hot-product-item {
    display: flex;
    align-items: flex-start;
    /* 垂直对齐顶部 */
    gap: 20px;
    align-items: center;
}

.hot-product-number {
    background-image: url("/img/i.png");
    color: white;
    font-size: medium;
    flex-shrink: 0;
    /* 防止编号区域缩小 */
    width: 60px;
    height: 40px;
    text-align: center;
    align-content: center;
}

.hot-product-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 垂直居中对齐 */
    gap: 10px;
}

.hot-product-title {
    font-size: medium;
    font-weight: bold;
    margin: 0;
    /* 移除默认的 h2 标签外边距 */
}

.qyjs_container p.hot-product-description {
    font-size: small !important;
    line-height: 1.5;
}

/* 移动端响应式样式 */
@media only screen and (max-width: 768px) {
    /* 
    强制页面和容器使用1400px固定宽度 - 已注释掉让页面自然渲染
    html, body {
        width: 1400px !important;
        min-width: 1400px !important;
        overflow-x: auto !important;
        background-color: #15181F;
    }
    
    强制覆盖LayUI容器宽度限制 - 已注释掉让页面自然渲染
    .container, .layui-container, .layui-main {
        width: 1400px !important;
        min-width: 1400px !important;
        max-width: 1400px !important;
        margin: 0 auto !important;
    }
    */
    
    /* 保持基本的移动端样式 */
    html, body {
        background-color: #15181F;
    }
    
    .qyjs_container {
        padding: 20px 4% 40px 4% !important;
        min-height: auto !important;
    }
    
    .qyjs_content {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 20px !important;
    }
    
    .qyjs_text {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }
    
    .qyjs_video {
        width: 100% !important;
    }
    
    .qyjs_video video {
        max-height: 300px !important;
        object-fit: cover !important;
    }
    
    .qyjs_stats {
        flex-direction: column !important;
        gap: 15px !important;
        margin-top: 30px !important;
    }
    
    .qyjs_stat {
        min-width: auto !important;
        width: 100% !important;
        padding: 15px !important;
    }
    
    .qyjs_stat h2 {
        font-size: large !important;
        text-align: center !important;
    }
    
    .qyjs_stat h2 .number-scroll {
        font-size: x-large !important;
    }
    
    .qyjs_vision_mission_values {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .qyjs_vision {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
    }
}