body{
        background: #F7F7F7;
    }


        @font-face {
            font-family: 'service';
            src: url('/img222/fonts/service.ttf') format('truetype');
        }

        .product-display {
            display: flex;
            flex-wrap: wrap;
            overflow: hidden;
            padding: 0 0 58px 0;
            align-items: flex-end;
        }
        
        .image-sectionpro {
            flex: 1;
            width: 710px;
            height: 580px;
            position: relative;
            margin: 0 100px 0 0;
        }
        
        .info-sectionpro {
            flex: 1;
            min-width: 300px;
            color: #5D6366;
        }

        .product-title{
            font-size: 28px;
            font-weight: 600;
            margin: 0 0 34px 0;
            color: #333;
        }

        .product-title img{
            margin-right: 10px;
        }

        .case-btn {
            padding: 12px 30px;
            background-color: #F8C300;
            border: none;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s ease;
            font-size: 16px;
            box-shadow: 2px 2px 0 0 #C79C00;
        }
        
        .case-btn:hover {
            background-color: #041e41;
            color: #fff;
        }

        /* 1 */
        .hero {
            width: 100%;
            height: 515px;
            display: flex;
            align-items: flex-end;
            padding: 0 0 40px 0;
            position: relative;
            z-index: 5;
        }

        .hero br{
            display: none; 
        }

        .box-banner{
            background: url(/img222/pro/bg.png) no-repeat center center;
            background-size: cover;
            background-color: #000;
        } 
        
        .hero-img{
            position: absolute;
            right: 0;
            bottom: -20px;
            max-height: 580px;
            z-index: -1;
        }

        .hero-content {
            max-width: 1520px;
            width: 100%;
            margin: 0 auto;
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            margin-bottom: 262px;
        }

        .home-icon {
            width: 16px;
            height: 16px;
        }

        .breadcrumb-text {
            color: #8B9499;
            font-size: 16px;
            margin-left: 8px;
        }

        .hero-title-section {
            margin-bottom: 60px;
        }

        .hero-title {
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            line-height: 36px;
            margin-bottom: 24px;
            width: 620px;
        }

        .hero-subtitle {
            color: #ccc;
            font-size: 16px;
            line-height: 24px;
            width: 620px;
        }

        .features-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 700px;
            height: 72px;
        }

        .features-section>div {
            text-align: center;
            color: #fff;
            font-size: 24px;
            font-family: 'service';
            line-height: 36px;
        }

        .features-section p {
            width: 1px;
            height: 100%;
            background: #808080;
        }

        /* 产品描述区域 */
        .product-section {
            padding: 46px 100px 60px 100px;
            background: #fff;
            margin: 60px 0 0 0;
        }
        .product-section:nth-child(1){
            margin:0;
        }


        .product-section img{
            max-width: 100%;
            /*margin: auto;*/
        }

        .sectionpro2-header {
            display: flex;
            align-items: center;
            margin-bottom: 34px;
            position: relative;
        }

        .sectionpro2-title {
            color: #333;
            font-size: 24px;
            font-weight: 700;
            line-height: 28px;
            flex: 1;
        }

        .sectionpro2-icon {
            width: 24px;
            height: 24px;
            background: url(/img222/FigmaDDSSlicePNGc97b9d28c89e78eabcb486fe6b69cc7e.png) no-repeat center center;
            position: absolute;
            left: -36px;
        }

        .sectionpro2-description {
            color: #555;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 34px;
        }

        .sectionpro2-image {
            width: 100%;
            height: auto;
            display: block;
            margin: auto;
            max-height: 617px;
            object-fit: cover;
        }

        .dual-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .dual-content .sectionpro2-description {
            width: 500px;
            margin-bottom: 0;
        }

        .content-image {
            margin: auto;
        }

        


        
        .question {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px dashed #eee;
        }
        
        .question:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }
        
        .user-question {
            font-weight: 500;
            color: #e74c3c;
            margin-bottom: 8px;
        }
        
        .company-answer {
            color: #333;
        }
        
        .highlight {
            color: #f39c12;
            font-weight: 500;
        }
        
        .email-link {
            color: #3498db;
            text-decoration: none;
        }
        
        .email-link:hover {
            text-decoration: underline;
        }
        
        .tags {
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #eee;
        }
        
        .tag {
            display: inline-block;
            background: #e9ecef;
            color: #495057;
            padding: 5px 10px;
            margin-right: 8px;
            margin-bottom: 8px;
            font-size: 12px;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .tag:hover {
            background: #3498db;
            color: white;
        }
        
        .box-pro-list{
            padding: 60px 40px 60px 40px;
            background: linear-gradient(
                    to bottom,
                    #F9FDFF 0%,
                    #F9FDFF 50%,
                    transparent 50%,
                    transparent 100%
                );
        }

        .box-recomendados{
            background: rgba(247, 247, 247, 1);
            margin-bottom: 20px;
            padding: 40px 0;
        }

        .pro-solution ul{
            display: flex;
            justify-content: space-between;
            margin: 0 -20px;
        }
        .pro-solution ul li{
            list-style-type: none;
            overflow: hidden;
            margin: 0 20px;
        }
        .pro-solution img{
            height: 285px;
            width: 440px;
            transition: transform 0.5s ease;
        }
        .pro-solution h5{
            padding: 18px 0;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
            margin: 0;
            transition: background 0.3s ease;
        }
        .pro-solution ul li:hover h5{
            background-color: #F8C300;
        }
        .pro-solution ul li:hover img {
            transform: scale(1.05);
        }
        .pro-solution a{
            color: #333;
            font-weight: bold;
            display: flex;
            justify-content: center;
        }
        .box-pro-img{
            height: 285px;
            overflow: hidden;
        }

        .pro2-solution{
            display: flex;          
            justify-content: space-between;
        }
        .pro2-solution>div{
            display: flex;    
            width: 48%;      
        }
        .pro2-solution>div div{
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
            background: #fff;
            padding: 24px;
            font-weight: bold;
            flex: 1;
        }

        .pro2-solution img{
            width: 348px;
            height: 232px;
        }
              
        /* 响应式设计 */
        @media (max-width: 768px) {

            .pro-solution ul{
                flex-wrap: wrap;
            }
            .pro-solution img{
                height: auto;
                width: 100%;
            }
            .box-pro-img{
                height: auto;
            }
            .pro2-solution{
                flex-direction: column;
                gap: 20px;
            }
            .pro2-solution>div>a{
                flex: 1;
            }
            .pro2-solution>div{
                width: 100%;
            }
            .pro2-solution img{
                width: 100%;
                height: auto;
            }
            .pro2-solution>div div{
                padding: 10px;
            }
            .case-btn{
                padding: 5px;
                display: none;
            }


        }

        .product-grid-tj{
            display: flex;
            justify-content: center;
            margin: 0 -17px;
        }
        .product-item-tj{
            margin: 0 17px;
        }
        .product-item-tj a{
            display: block;
            width: 600px;
            height: 460px;
            position: relative;
        }
        .product-item-tj img{
            width: 100%;
            height: 100%;
        }
        .product-item-tj div{
            position: absolute;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            bottom: 22px;
        }



        /* 顶部导航容器 */
        .product-parameters-nav {
            display: flex;
            background-color: #fff;
            border: 1px solid #e0e0e0;
            overflow: hidden;
        }

        /* 按钮通用样式 */
        .product-parameters-btn {
            flex: 1;
            text-align: center;
            padding: 12px 20px;
            cursor: pointer;
            color: #333;
            background-color: #fff;
            border: none;
            transition: background-color 0.3s ease;
            height: 70px;
            font-size: 24px;
        }

        /* 按钮悬停效果 */
        .product-parameters-btn:hover {
            background-color: #F8C300;
        }

        /* 选中状态的按钮（悬停后保留） */
        .product-parameters-btn.active {
            background-color: #F8C300;
        }

        /* 内容卡片容器 - 固定高度，相对定位，溢出隐藏，让滑动内容不会露出 */
        .product-parameters-card-container {
            position: relative;
            width: 100%;
            height: 500px;
            margin: 34px 0 0 0;
            overflow: hidden;
        }

        /* 内容卡片通用样式 */
        .product-parameters-card {
            background-color: #fff;
            display: flex;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 500px;
            margin: 0;

            /* 动效属性：透明度和位移 */
            opacity: 0;
            transform: translateX(30px);
            visibility: hidden;
            transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                        transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                        visibility 0.4s ease;
            pointer-events: none;
        }

        /* 显示状态的卡片 - 滑入并变为不透明 */
        .product-parameters-card.active {
            opacity: 1;
            transform: translateX(0);
            visibility: visible;
            pointer-events: auto;
            transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                        transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                        visibility 0.4s ease;
        }

        /* 离开动效 */
        .product-parameters-card:not(.active) {
            
        }

        /* 图片区域 - 宽度固定 */
        .product-parameters-image-container {
            overflow: hidden;
            height: 500px;
            width: 680px;
        }

        .product-parameters-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* 文本内容区域 - 占据剩余宽度 */
        .product-parameters-text {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 60px;
            flex: 1;
            background-color: #fff;
        }

        .product-parameters-title {
            font-size: 24px;
            font-weight: bold;
            color: #333;
        }

        .product-parameters-desc {
            color: #555;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        /* 列表样式 */
        .product-parameters-list {
            list-style: none;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .product-parameters-list-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 18px;
            color: #333;
        }

        .product-parameters-list-item::before {
            content: "";
            background: url(/img222/pro/pro01.png) no-repeat;
            width: 12px;
            height: 12px;
            color: #F8C300;
            margin: 6px 8px 0 0;
            font-weight: bold;
        }

        /* 按钮样式 */
        .product-parameters-action-btn {
            align-self: flex-start;
            background-color: #002B45;
            color: #fff;
            border: none;
            padding: 12px 29px;
            cursor: pointer;
            font-weight: bold;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        .product-parameters-action-btn:hover {
            background-color: #F8C300;
            color: #333;
        }







        .product-section span{
            font-weight: bold;
        }

        .product-ul-li-p{
            margin: 16px 0 0 0;
            text-align: center;
            color: #333;
            font-weight: bold;
        }

        .product-ul-li>li{
            margin: 0 0 16px;
            color: #555;
        }
        .product-ul-li>li:last-child{
            margin: 0;
        }
        .product-ul-li>li h3{
            color: #333;
        }
        .product-video-box{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .product-video-box iframe{
            height: 720px;
            width: 100%;
            background: #000;
        }

        .product-ul2-li>li{
            margin: 0 0 16px;
            color: #555;
            background: #f7f7f7;
            padding: 14px 40px;
        }
        .product-ul2-li>li:last-child{
            margin: 0;
        }
        .product-ul2-li>li h3{
            color: #333;
        }

        .section-img{
            text-align: center;
        }



        .li-img2{
            display: flex;
            justify-content: space-between;
        }
        .li-img2 img{
            width: 49%;
        }

        .li-img3{
            display: flex;
            justify-content: space-between;
            background: #F7F7F7;
        }

        .li-img3 div{
            flex: 1;
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .li-img3 h3{
            font-size: 24px;
        }

        .li-img3 p::before{
            content: '';
            display: inline-block;
            width: 15px;
            height: 13px;
            background: url(/img222/pro/pro02.png) no-repeat center left;
        }


        .image3-box{
            display: flex;
        }
        .image3-box li{
            margin: 0 20px 0 0;
        }
        .image3-box li:last-child{
            margin: 0;
        }
        .image3-box div{
            margin: 16px 0 0 0;
            text-align: center;
            color: #333;
            font-weight: bold;
        }



.art-img2 {
    display: flex;
    justify-content: space-between
}

.art-img2 li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 49%;
}

.art-img2 img {
    width: 100%
}

.art-img2 div {
    display: block;
    position: relative;
    margin: 12px auto;
    width: fit-content;
    font-size: 14px;
    text-transform: capitalize
}

.art-img2 div::after {
    content: "●";
    color: #f8c300;
    position: absolute;
    display: block;
    top: -1px;
    left: -16px;
    letter-spacing: -8px
}





        .product2-section {
            padding: 26px 100px;
            background: #fff;
            margin: 0 0 24px 0;
        }

        .product2-section .sectionpro2-header{
            margin: 0;
        }

        .product-icon {
            width: 14px;
            height: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            font-weight: 300;
            color: #2c3e58;
            transition: background 0.2s, transform 0.2s;
            flex-shrink: 0;
            position: relative;
        }

        /* pseudo-elementos para + y — (sin usar content extra en js) */
        .product-icon::before {
            content: '+';
            position: absolute;
            opacity: 1;
            transition: opacity 0.15s;
            top: 50%;
            left: 50%;
            transform: translate(30px, -50%);
            font-size: 28px;
            color: #333;
            cursor: pointer;
            font-weight: bold;
        }

        .product-icon::after {
            content: '+';
            position: absolute;
            opacity: 0;
            transition: opacity 0.15s;
            top: 50%;
            left: 50%;
            transform: translate(30px, -50%)  rotate(45deg);
            font-size: 28px;
            cursor: pointer;
            font-weight: bold;

        }

        .product2-section.active .product-icon::before {
            opacity: 0;
        }

        .product2-section.active .product-icon::after {
            opacity: 1;
        }

        .product-content {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.2, 0.9, 0.3, 1), opacity 0.3s ease, padding 0.3s;
            pointer-events: none;
        }

        .product2-section.active .product-content {
            max-height: 700px;
            opacity: 1;
            pointer-events: auto;
        }

        .product2-section.active{
            padding: 26px 100px 60px 100px;
        }

        .product2-section.active .sectionpro2-header{
            margin-bottom: 34px;
        }
        .product2-section .sectionpro2-title{
            cursor: pointer;
        }


        .canshu{
            overflow-x: auto;white-space: nowrap;margin-top: 40px;margin-bottom: 20px;
        }




    .botones {
        margin: 0 -10px;
    }
    .botones-btn {
        padding: 10px 20px; 
        font-weight: bold; 
        cursor: pointer; 
        border: 1px solid #999; 
        background-color: #fff;
        color: #333;
        font-size: 16px;
        transition: all 0.3s ease;
        margin: 0 10px 34px 10px;
    }
    .botones-btn.activo {
        background-color: #F8C300;
        border-color: #F8C300;
    }
    table {
        border-collapse: collapse;
        width: 100%;
        border-color: #E3E6E8;
        background-color: #fff;
    }
    table caption{
        font-size: 24px;
        margin: 0 0 24px 0;
    }

/*    .tabla-box table tr:nth-child(1),.tabla2-box table tr:nth-child(1){
        background-color: #F8C300 !important;
        font-weight: bold;
        text-align: center;
    }*/

    .tabla-box tr,.tabla2-box tr{
        height: 80px;
    }

    .tabla-box td{
        padding: 10px;
        text-align: center;
        white-space: normal !important;
    }

    .tabla-box table tr:nth-child(odd) {
        background-color: #F7F7F7;
    }

    th{
        padding: 0 10px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .tabla2-box table td {
        text-align: center;
        padding: 10px;
    }

    .tabla2-box table td:nth-child(odd) {
        background-color: #F7F7F7;
    }


.tabla-box table tr.highlight-row,
.tabla2-box table tr.highlight-row {
    background-color: #F8C300 !important;
    font-weight: bold;
    text-align: center;
}


    .canshu-bottom{
        margin: 34px 0 0 0;
    }
    


.product-container-box{
        margin-top: 60px;
    }




    @media (max-width: 768px) {
        .product-section{
            padding: 20px;
            margin: 20px 0 0 0;
        }
        .sectionpro2-title{
            font-size: 16px;
        }
        .sectionpro2-header{
            margin-bottom: 14px;
            padding: 0 0 0 32px;
        }
        .sectionpro2-icon{
            left: 0;
            top: 0;
        }
        .hero{
            height: auto;
            padding: 0;
            flex-direction: column-reverse;
            margin: 40px 0 0 0;
        }
        .hero-img{
            bottom: 60%;
            width: 100%;
            position: initial;
        }
        .hero-title-section{
            margin: 0;
        }
        .hero-title,.hero-subtitle{
            width: 100%;
        }
        .features-section{
            width: 100%;
            height: auto;
            flex-direction: column;
            align-items: flex-start;
        }
        .features-section>div{
            font-size: 16px;
            text-align: left;
        }
        th{
            padding: 10px;
        }
        .features-section br {
            display: none;
        }
        .features-section p{
            display: none;
        }
        .product-ul2-li>li{
            padding: 10px;
        }
        .box-pro-list{
            padding: 20px 0;
        }
        .product-container-box{
            margin: 0;
        }
        .product-title{
            font-size: 20px;
        }

        .product-video-box iframe{
            height: 200px;
        }
    }