@charset "UTF-8";

/* ========================================
   新首页样式 - 基于JUJEA模板
   ======================================== */

/* 基础样式重置 */
.index-new * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.index-new {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    color: #333;
    line-height: 1.6;
}

.index-new a {
    text-decoration: none;
    color: inherit;
}

.index-new ul {
    list-style: none;
}

.index-new .container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

/* 通用按钮样式 */
.index-new .btn-primary {
    display: inline-block;
    padding: 10px 30px;
    background: #00a8cc;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

.index-new .btn-primary:hover {
    background: #0088aa;
}

/* 区块标题样式 */
.index-new .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.index-new .section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.index-new .section-subtitle {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

/* ========================================
   轮播图区域
   ======================================== */
.index-new .banner-section {
    position: relative;
    height: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.index-new .banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.4);*/
}

.index-new .banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.index-new .banner-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
}

.index-new .banner-content p {
    font-size: 18px;
    opacity: 0.9;
}

.index-new .banner-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.index-new .banner-nav span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.index-new .banner-nav span.active,
.index-new .banner-nav span:hover {
    background: #fff;
}

.index-new .banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s;
    border-radius: 50%;
}

.index-new .banner-arrow:hover {
    background: rgba(0, 0, 0, 0.6);
}

.index-new .banner-arrow.left {
    left: 30px;
}

.index-new .banner-arrow.right {
    right: 30px;
}

/* ========================================
   品牌优势区域
   ======================================== */
.index-new .advantage-section {
    padding: 80px 0;
    background: #fff;
}

.index-new .advantage-intro {
    text-align: center;
    /*max-width: 800px;*/
    margin: 0 auto 40px;
}

.index-new .advantage-intro p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.index-new .advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.index-new .advantage-item {
    position: relative;
    height: 180px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.index-new .advantage-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s;
}

.index-new .advantage-item:hover::before {
    background: rgba(0, 0, 0, 0.4);
}

.index-new .advantage-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.index-new .advantage-content .num {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.index-new .advantage-content .text {
    font-size: 14px;
    opacity: 0.9;
}

/* ========================================
   新闻资讯区域
   ======================================== */
.index-new .news-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.index-new .news-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.index-new .news-tabs a {
    padding: 8px 20px;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.index-new .news-tabs a.active,
.index-new .news-tabs a:hover {
    color: #00a8cc;
    border-color: #00a8cc;
}

.index-new .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.index-new .news-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.index-new .news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.index-new .news-item.featured {
    /*grid-column: span 2;*/
    display: flex;
}

.index-new .news-item.featured .news-image {
    width: 50%;
    height: auto;
}

.index-new .news-item.featured .news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-new .news-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.index-new .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.index-new .news-item:hover .news-image img {
    transform: scale(1.05);
}

.index-new .news-content {
    padding: 20px;
}

.index-new .news-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.index-new .news-date .day {
    font-size: 24px;
    font-weight: bold;
    color: #00a8cc;
    margin-right: 5px;
}

.index-new .news-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-new .news-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-new .news-more {
    text-align: center;
    margin-top: 40px;
}

.index-new .news-more a {
    color: #00a8cc;
    font-size: 14px;
    transition: color 0.3s;
}

.index-new .news-more a:hover {
    color: #0088aa;
}

/* ========================================
   产品中心区域
   ======================================== */
.index-new .product-section {
    padding: 80px 0;
    background: #fff;
}

.index-new .product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: center;
}

.index-new .product-categories a {
    padding: 10px 25px;
    font-size: 14px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 25px;
    transition: all 0.3s;
}

.index-new .product-categories a.active,
.index-new .product-categories a:hover {
    color: #00a8cc;
    border-color: #00a8cc;
    background: rgba(0, 168, 204, 0.05);
}

.index-new .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.index-new .product-item {
    background: #f9f9f9;
    padding: 25px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.index-new .product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.index-new .product-image {
    width: 100%;
    /*height: 180px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.index-new .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s;
}

.index-new .product-item:hover .product-image img {
    transform: scale(1.05);
}

.index-new .product-name {
    font-size: 16px;
    color: #00a8cc;
    margin-bottom: 15px;
    font-weight: 500;
}

.index-new .product-more {
    text-align: center;
    margin-top: 40px;
}

/* ========================================
   行业应用区域
   ======================================== */
.index-new .industry-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.index-new .industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.index-new .industry-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.index-new .industry-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.index-new .industry-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: rgba(0, 168, 204, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #00a8cc;
}

.index-new .industry-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 500;
}

.index-new .industry-item .btn-primary {
    padding: 6px 20px;
    font-size: 12px;
}

/* ========================================
   Footer 修复样式
   ======================================== */
.index-new .footer {
    background: #1c1c1c;
    padding-top: 4rem;
    color: #fff;
    position: relative;
}

.index-new .footer .container-outer {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.index-new .footer .footer-top {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 40px;
}

.index-new .footer .footer-top .title {
    margin-bottom: 1.5rem;
}

.index-new .footer .footer-top .title h3 {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: normal;
}

.index-new .footer .footer-top .title i {
    display: block;
    width: 1.875rem;
    height: 2px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
}

.index-new .footer .footer-nav .box {
    font-size: 0.875rem;
    line-height: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 15px;
}

.index-new .footer .footer-nav .box a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
}

.index-new .footer .footer-nav .box a:hover {
    color: #fff;
}

.index-new .footer .footer-contact .info {
    font-size: 0.875rem;
    line-height: 2rem;
    color: rgba(255, 255, 255, 0.7);
    list-style: none;
}

.index-new .footer .footer-contact .info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.index-new .footer .footer-contact .info li svg {
    margin-right: 0.5rem;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.index-new .footer .footer-contact .info li p {
    margin: 0;
    word-break: break-all;
}

.index-new .footer .footer-follow .qr-code {
    display: flex;
    gap: 15px;
}

.index-new .footer .footer-follow .ewm {
    text-align: center;
}

.index-new .footer .footer-follow .ewm .pic {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #525252;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

.index-new .footer .footer-follow .ewm .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.index-new .footer .footer-follow .ewm p {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.index-new .footer .footer-bottom {
    clear: both;
    overflow: hidden;
    padding: 1.5rem 0;
    margin-top: 2.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-new .footer .footer-bottom .copyright {
    float: none;
}

.index-new .footer .footer-bottom .beian {
    float: none;
}

.index-new .footer .footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
}

.index-new .footer .footer-bottom a:hover {
    color: #fff;
}

/* ========================================
   产品中心新样式
   ======================================== */
.index-new .product-section-new {
    padding: 80px 0;
    background: #fff;
}

.index-new .product-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 15px;
}

.index-new .product-tabs a {
    padding: 10px 40px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
    font-weight: 500;
}

.index-new .product-tabs a.active,
.index-new .product-tabs a:hover {
    color: #0863c4;
}

.index-new .product-tabs a.active::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    height: 2px;
    background: #0863c4;
}

.index-new .product-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.index-new .product-item-new {
    text-align: center;
    transition: transform 0.3s;
}

.index-new .product-item-new:hover {
    transform: translateY(-5px);
}

.index-new .product-image-new {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 15px;
    background: #f5f5f5;
}

.index-new .product-image-new img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.5s;
}

.index-new .product-item-new:hover .product-image-new img {
    transform: scale(1.05);
}

.index-new .product-name-new {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* ========================================
   解决方案区域
   ======================================== */
.index-new .solutions-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.index-new .solutions-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.index-new .solutions-left {
    display: flex;
    flex-direction: column;
}

.index-new .solution-item-big {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.index-new .solution-item-big .solution-image {
    flex: 1;
    overflow: hidden;
}

.index-new .solution-item-big .solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-new .solution-item-big .solution-title {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.index-new .solution-item-big .solution-desc {
    padding: 15px 25px;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    background: #fff;
}

.index-new .solutions-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index-new .solution-item-large {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.index-new .solution-item-large .solution-image {
    width: 100%;
    height: 100%;
}

.index-new .solution-item-large .solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-new .solution-item-large .solution-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    padding: 25px;
    color: #fff;
}

.index-new .solution-title-white {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.index-new .solution-item-large .solution-desc {
    font-size: 13px;
    line-height: 1.8;
    opacity: 0.9;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-new .solutions-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.index-new .solution-item-small {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.index-new .solution-item-small .solution-image {
    flex: 1;
    overflow: hidden;
    min-height: 140px;
}

.index-new .solution-item-small .solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-new .solution-item-small .solution-title {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.index-new .solution-desc-small {
    padding: 12px 20px;
    font-size: 12px;
    color: #666;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========================================
   客户案例区域
   ======================================== */
.index-new .cases-section {
    padding: 80px 0;
    background: #fff;
}

.index-new .cases-content {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 50px;
}

.index-new .cases-left {
    position: relative;
}

.index-new .cases-category {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 400px;
    overflow-y: auto;
}

.index-new .cases-category::-webkit-scrollbar {
    width: 6px;
}

.index-new .cases-category::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.index-new .cases-category::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.index-new .cases-category::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.index-new .category-item {
    padding: 20px 25px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #f0f0f0;
}

.index-new .category-item:hover {
    color: #0863c4;
    background: rgba(8, 99, 196, 0.03);
}

.index-new .category-item.active {
    color: #0863c4;
    border-left-color: #0863c4;
    background: rgba(8, 99, 196, 0.05);
    font-weight: 500;
}

.index-new .cases-right {
    position: relative;
}

.index-new .cases-images-wrap {
    position: relative;
    height: 400px;
}

.index-new .cases-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}

.index-new .cases-images.active {
    opacity: 1;
}

.index-new .cases-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-new .cases-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.index-new .nav-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.index-new .nav-btn:hover {
    background: #0863c4;
    border-color: #0863c4;
}

.index-new .nav-btn:hover svg path {
    stroke: #fff;
}

.index-new .nav-dots {
    display: flex;
    gap: 12px;
}

.index-new .nav-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s;
}

.index-new .nav-dots .dot.active {
    width: 28px;
    border-radius: 6px;
    background: #0863c4;
}

/* ========================================
   新闻中心新样式
   ======================================== */
.index-new .news-section-new {
    padding: 80px 0;
    background: #fff;
}

.index-new .news-section-new .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.index-new .news-section-new .section-title-wrap {
    text-align: left;
}

.index-new .news-more-link {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.index-new .news-more-link:hover {
    color: #0863c4;
}

.index-new .news-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 35px;
}

.index-new .news-left {
    position: relative;
    overflow: hidden;
    height: 380px;
    background: #f8f9fa;
}

.index-new .news-image-big {
    width: 100%;
    height: 100%;
}

.index-new .news-image-big img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-new .news-labels {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 12px;
}

.index-new .news-labels .news-label {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.index-new .news-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.index-new .news-item-new {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 20px;
    background: #f8f9fa;
    border-left: 4px solid transparent;
    transition: all 0.3s;
}

.index-new .news-item-new:hover {
    background: #fff;
    border-left-color: #0863c4;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.index-new .news-number-wrap {
    flex-shrink: 0;
}

.index-new .news-number {
    font-size: 56px;
    font-weight: bold;
    color: #0863c4;
    opacity: 0.15;
    line-height: 1;
}

.index-new .news-info {
    flex: 1;
    min-width: 0;
}

.index-new .news-title-new {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    transition: color 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-new .news-item-new:hover .news-title-new {
    color: #0863c4;
}

.index-new .news-date-new {
    font-size: 13px;
    color: #999;
}

.index-new .news-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0863c4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}

.index-new .news-item-new:hover .news-arrow {
    opacity: 1;
}

/* ========================================
   响应式设计
   ======================================== */
@media screen and (max-width: 1200px) {
    .index-new .product-grid-new {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .index-new .news-content {
        grid-template-columns: 1fr 350px;
    }
}

@media screen and (max-width: 992px) {
    .index-new .product-grid-new {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .index-new .product-tabs a {
        padding: 10px 25px;
    }
    
    .index-new .solutions-content {
        grid-template-columns: 1fr;
    }
    
    .index-new .solutions-bottom {
        grid-template-columns: 1fr;
    }
    
    .index-new .cases-content {
        grid-template-columns: 1fr;
    }
    
    .index-new .cases-category {
        flex-direction: row;
        flex-wrap: wrap;
        max-height: none;
        margin-bottom: 20px;
    }
    
    .index-new .category-item {
        padding: 12px 20px;
        border-left: none;
        border-bottom: 2px solid transparent;
        border-right: 1px solid #f0f0f0;
    }
    
    .index-new .category-item.active {
        border-left: none;
        border-bottom-color: #0863c4;
    }
    
    .index-new .news-content {
        grid-template-columns: 1fr;
    }
    
    .index-new .news-left {
        height: 280px;
    }
    
    .index-new .news-item-new {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .index-new .product-grid-new {
        grid-template-columns: 1fr;
    }
    
    .index-new .product-tabs {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .index-new .product-tabs a {
        padding: 8px 15px;
        font-size: 14px;
    }
    
    .index-new .cases-images-wrap {
        height: 280px;
    }
    
    .index-new .news-left {
        height: 220px;
    }
    
    .index-new .news-number {
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    .index-new .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .index-new .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .index-new .news-item.featured {
        grid-column: span 2;
    }
    
    .index-new .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .index-new .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .index-new .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .index-new .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .index-new .news-item.featured {
        grid-column: span 2;
    }
    
    .index-new .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .index-new .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Footer 响应式 */
    .index-new .footer .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .index-new .footer .footer-follow {
        grid-column: span 2;
    }
    
    .index-new .footer .footer-follow .qr-code {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .index-new .banner-section {
        height: 400px;
    }
    
    .index-new .banner-content h1 {
        font-size: 24px;
    }
    
    .index-new .banner-content p {
        font-size: 14px;
    }
    
    .index-new .advantage-grid {
        grid-template-columns: 1fr;
    }
    
    .index-new .news-grid {
        grid-template-columns: 1fr;
    }
    
    .index-new .news-item.featured {
        grid-column: span 1;
        flex-direction: column;
    }
    
    .index-new .news-item.featured .news-image,
    .index-new .news-item.featured .news-content {
        width: 100%;
    }
    
    .index-new .product-grid {
        grid-template-columns: 1fr;
    }
    
    .index-new .industry-grid {
        grid-template-columns: 1fr;
    }
    
    .index-new .banner-arrow {
        display: none;
    }
    
    /* Footer 移动端 */
    .index-new .footer {
        padding-top: 2rem;
    }
    
    .index-new .footer .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .index-new .footer .footer-follow {
        grid-column: span 1;
    }
    
    .index-new .footer .footer-nav .box {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .index-new .footer .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* ========================================
   设计稿样式 - 产品中心
   ======================================== */
.index-new .product-tabs {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 30px 20px 0 20px;
    font-size: 16px;
    max-width: 1440px;
    margin: 0 auto;
}

.index-new .tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}

.index-new .tab-item:hover {
    color: #e63946;
}

.index-new .tab-item.active {
    color: #e63946;
}

.index-new .tab-item.active::after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #e63946;
    margin-top: 4px;
}

.index-new .product-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 20px 0 20px;
    font-size: 13px;
    color: #666;
    max-width: 1440px;
    margin: 0 auto;
}

.index-new .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: color 0.3s;
    color: #666;
    padding-bottom: 6px;
    position: relative;
}

.index-new .icon-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #e63946;
    transition: width 0.3s;
}

.index-new .icon-item:hover {
    color: #e63946;
}

.index-new .icon-item:hover::after,
.index-new .icon-item.active::after {
    width: 60px;
}

.index-new .icon-item.active {
    color: #e63946;
}

.index-new .icon-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.index-new .icon-item:hover img,
.index-new .icon-item.active img {
    opacity: 1;
}

.index-new .product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0px;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
}

.index-new .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    transition: transform 0.3s;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    /*padding: 20px;*/
    width: calc(25% - 15px);
    max-width: 345px;
    flex-shrink: 0;
}

.index-new .product-card:hover {
    transform: translateY(-5px);
}

.index-new .product-card .product-img-wrap {
    width: 100%;
    /*max-width: 240px;*/
    /*height: 240px;*/
    background: #f5f5f5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*padding: 15px;*/
    box-sizing: border-box;
}

.index-new .product-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.index-new .product-card .product-title {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    text-align: center;
}

/* ========================================
   设计稿样式 - 解决方案
   ======================================== */
.index-new .solutions-wrap {
    background: #fff;
}

.index-new .solutions {
    padding: 60px 0px;
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
    display: block;
}

.index-new .solutions h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.index-new .solution-grid {
    display: flex;  
}

.index-new .solution-left {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.index-new .solution-left-image {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.index-new .solution-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-new .solution-left-caption {
    background: #f5f5f5;
    padding: 20px 25px;
}

.index-new .solution-left-caption h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.index-new .solution-left-caption p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.index-new .solution-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.index-new .solution-right-top {
    flex: 1;
    background: #1a1a1a;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-new .solution-right-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.index-new .solution-right-top p {
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    margin: 0;
}

.index-new .solution-right-bottom {
    flex: 1;
    display: flex;
    gap: 0;
}

.index-new .solution-card-white {
    flex: 1;
    background: #fff;
    padding: 25px 30px;
    border: 1px solid #e8e8e8;
}

.index-new .solution-card-white h4 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.index-new .solution-card-white p {
    font-size: 12px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.index-new .solution-card-gray {
    flex: 1;
    background: #f0f5ff;
    padding: 25px 30px;
}

.index-new .solution-card-gray h4 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.index-new .solution-card-gray p {
    font-size: 12px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   设计稿样式 - 客户案例
   ======================================== */
.index-new .cases {
    padding: 60px 0px;
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
}

.index-new .cases-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.index-new .cases-header h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.index-new .case-nav {
    display: flex;
    gap: 5px;
}

.index-new .case-nav button {
    border: 1px solid #e0e0e0;
    background: white;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    transition: all 0.3s;
    color: #666;
}

.index-new .case-nav button:hover {
    border-color: #e63946;
    color: #e63946;
}

.index-new .case-content {
    display: flex;
    gap: 60px;
}

.index-new .case-list {
    width: 160px;
    font-size: 14px;
}

.index-new .case-list a {
    display: block;
    padding: 12px 0;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
}

.index-new .case-list a:hover {
    color: #e63946;
}

.index-new .case-list a.active {
    color: #e63946;
    font-weight: bold;
}

.index-new .case-images {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: -20px;
    height: 300px;
    position: relative;
}

.index-new .case-img-item {
    overflow: hidden;
}

.index-new .case-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-new .case-img-left,
.index-new .case-img-right {
    width: 25%;
    height: 200px;
    opacity: 0.7;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.index-new .case-img-left:hover,
.index-new .case-img-right:hover {
    opacity: 1;
}

.index-new .case-img-center {
    width: 50%;
    height: 280px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    margin-left: -30px;
    margin-right: -30px;
}

/* ========================================
   设计稿样式 - 新闻中心
   ======================================== */
.index-new .news {
    padding: 60px 0px;
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
}

.index-new .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.index-new .news-header h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.index-new .news-header a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.index-new .news-header a:hover {
    color: #e63946;
}

.index-new .news-content {
    display: flex;
    gap: 40px;
}

.index-new .news-left {
    flex: 2;
}

.index-new .news-left img {
    width: 100%;
    /* height: 300px; */
    object-fit: contain;
    background-color: #f0f5ff;
    /* padding: 20px; */
    transition: all 0.3s ease;
}

.index-new .news-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.index-new .news-item {
    display: flex;
    /* gap: 20px; */
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.index-new .news-item::after {
    content: '→';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ccc;
    transition: all 0.3s;
}

.index-new .news-item:hover::after {
    color: #e63946;
    right: 15px;
}

.index-new .news-item:first-child {
    background: #fff;
}

.index-new .news-item:first-child .news-num {
    color: #e63946;
}

.index-new .news-item:not(:first-child) {
    background: #f8f9fa;
}

.index-new .news-item:not(:first-child) .news-num {
    color: #ccc;
}

.index-new .news-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.index-new .news-item:hover {
    background: #fff;
}

.index-new .news-item:hover .news-num {
    color: #fff;
}

.index-new .news-item.active {
    background: #fff;
}

.index-new .news-item.active .news-num {
    color: #e63946;
}

.index-new .news-item:not(.active):not(:first-child) {
    background: #f8f9fa;
}

.index-new .news-item:not(.active):not(:first-child) .news-num {
    color: #ccc;
}

.index-new .news-num {
    font-size: 32px;
    font-weight: bold;
    min-width: 50px;
    line-height: 1.2;
}

.index-new .news-text {
    flex: 1;
    font-size: 14px;
    color: #666;
}

.index-new .news-item:hover .news-text {
    color: #333;
}

.index-new .news-text h4 {
    color: #333;
    margin-bottom: 6px;
    font-size: 14px;
    transition: color 0.3s;
}

.index-new .news-item.active .news-text h4,
.index-new .news-item:hover .news-text h4 {
    color: #e63946;
}

.index-new .news-text p {
    margin-bottom: 4px;
}

.index-new .news-text small {
    color: #999;
}

/* ========================================
   移动端适配
   ======================================== */
@media screen and (max-width: 1200px) {
    .index-new .product-tabs {
        gap: 40px;
        padding: 20px 15px;
    }

    .index-new .product-icons {
        gap: 30px;
        flex-wrap: wrap;
    }

    .index-new .product-list {
        gap: 15px;
        padding: 20px 60px;
        justify-content: flex-start;
    }

    .index-new .product-card {
        width: calc(25% - 12px);
        max-width: 220px;
    }

    .index-new .solutions {
        padding: 40px 60px;
    }

    .index-new .cases {
        padding: 40px 60px;
    }

    .index-new .news {
        padding: 40px 60px;
    }

    .index-new .news-right {
        width: 320px;
    }
}

@media screen and (max-width: 992px) {
    .index-new .product-tabs {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-new .product-icons {
        gap: 20px;
    }

    .index-new .product-list {
        gap: 15px;
        padding: 20px 30px;
        justify-content: flex-start;
    }

    .index-new .product-card {
        width: calc(25% - 12px);
        max-width: 200px;
    }

    .index-new .product-card .product-img-wrap {
        max-width: 180px;
        height: 180px;
    }

    .index-new .solution-grid {
        flex-direction: column;
    }

    .index-new .solution-left-image {
        height: 200px;
    }

    .index-new .solution-right-bottom {
        flex-direction: column;
    }

    .index-new .solutions,
    .index-new .cases,
    .index-new .news {
        padding: 30px 30px;
    }

    .index-new .case-content {
        flex-direction: column;
    }

    .index-new .case-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .index-new .case-list a {
        padding: 8px 15px;
        border: 1px solid #eee;
        border-radius: 4px;
    }

    .index-new .case-list a.active {
        border-color: #e63946;
        background: #fff5f5;
    }

    .index-new .case-images {
        height: 220px;
    }

    .index-new .case-img-left,
    .index-new .case-img-right {
        width: 28%;
        height: 150px;
    }

    .index-new .case-img-center {
        width: 40%;
        height: 200px;
    }

    .index-new .news-content {
        flex-direction: column;
    }

    .index-new .news-left {
        width: 100%;
    }

    .index-new .news-right {
        width: 100%;
    }

    .index-new .news-left img {
        height: 220px;
    }
}

@media screen and (max-width: 768px) {
    .index-new .product-tabs {
        gap: 15px;
    }

    .index-new .tab-item {
        font-size: 13px;
    }

    .index-new .product-icons {
        gap: 15px;
    }

    .index-new .icon-item span {
        font-size: 11px;
    }

    .index-new .product-list {
        padding: 20px 15px;
        gap: 15px;
        justify-content: flex-start;
    }

    .index-new .product-card {
        width: calc(50% - 8px);
        max-width: 180px;
    }

    .index-new .product-card .product-img-wrap {
        max-width: 150px;
        height: 150px;
    }

    .index-new .solutions,
    .index-new .cases,
    .index-new .news {
        padding: 25px 15px;
    }

    .index-new .solutions h2,
    .index-new .cases-header h2,
    .index-new .news-header h2 {
        font-size: 16px;
    }

    .index-new .case-images {
        height: 180px;
        gap: 10px;
    }

    .index-new .case-img-left,
    .index-new .case-img-right {
        width: 30%;
        height: 120px;
    }

    .index-new .case-img-center {
        width: 35%;
        height: 160px;
    }

    .index-new .case-nav button {
        width: 24px;
        height: 24px;
    }

    .index-new .news-left img {
        height: 180px;
        padding: 15px;
    }

    .index-new .news-item {
        padding: 12px 0;
    }

    .index-new .news-num {
        font-size: 22px;
        min-width: 35px;
    }

    .index-new .news-text h4 {
        font-size: 13px;
    }

    .index-new .news-text {
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .index-new .product-icons {
        display: none;
    }

    .index-new .product-list {
        padding: 15px 10px;
        gap: 10px;
        justify-content: flex-start;
    }

    .index-new .product-card {
        width: calc(50% - 5px);
        max-width: 140px;
    }

    .index-new .product-card .product-img-wrap {
        max-width: 120px;
        height: 120px;
    }

    .index-new .product-card .product-title {
        font-size: 12px;
    }

    .index-new .solution-text {
        padding: 12px;
    }

    .index-new .solution-text h4 {
        font-size: 13px;
    }

    .index-new .solution-text p {
        font-size: 11px;
    }

    .index-new .case-images {
        height: 150px;
    }

    .index-new .case-img-left,
    .index-new .case-img-right {
        height: 100px;
    }

    .index-new .case-img-center {
        height: 130px;
    }

    .index-new .news-left img {
        height: 150px;
    }

    .index-new .news-num {
        font-size: 18px;
    }

    .index-new .news-text h4 {
        font-size: 12px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index-new .news-text p {
        display: none;
    }
}
