.dec_box ul {
            /*display: flex;*/
            /*justify-content: center;*/
            /*flex-wrap: wrap;*/
            /*gap: 20px;*/
            color: #555555;
        }
        .dec_box ul li{
            text-align: center;
        }
        .dec_box ul img{
            width: 85px;
            height: 83px;
        }
        .dec_box ul .dec_box_title{
            font-size: 20px;
            margin: 8px 0;
            line-height: 1;
        }
        .dec_box ul .dec_box_subTitle{
            font-size: 14px;
        }


.main-category-container {
            width: 50%;
            margin: 0 auto 3rem;
            text-align: center;
        }
        .main-category-container h2 {
            width: fit-content;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        .main-category-container p {
            font-size: 1rem;
            color: #555555;
        }

        .sjln-tabs {
            margin-bottom: 40px;
        }
        .sjln-tabs ul{
            /*display: flex;*/
            /*flex-wrap: wrap;*/
            /*justify-content: center;*/
            /*gap: 20px;*/
        }
        .sjln-tabs ul li p{
            min-width: 176px;
            height: 55px;
            line-height: 55px;
            background-color: #909090;
            text-align: center;
            font-size: 18px;
            color: #fff;
            cursor: pointer;
            font-weight: bold;
            padding: 0 10px;
        }
        .sjln-tabs ul li p:hover{
            background-color: #3E5290;
        }
        /*.sjln-imgs {*/
        /*    display: flex;*/
        /*    flex-wrap: wrap;*/
        /*    gap: 15px;*/
        /*}*/
        /*.sjln-imgs img {*/
        /*    width: 350px;*/
        /*    height: 286px;*/
        /*}*/


.linian-box{
            align-items: center;
        }
        .linian-box img{
            
        }
        .linian-box ul{
            display: flex;
            flex-wrap: wrap;
        }
        .linian-box ul li{
            padding-left: 113px;
                padding-top: 35px;
                padding-right: 10px;
            padding-bottom: 20px;
            box-sizing: border-box;
            min-height: 165px;
            width: 50%;
            border: 1px solid #e5e5e5;
            cursor: pointer;
            background-color: #fff;
                background: #fff url(https://yanshi.92wailian.com/k256/skin/images/core_icon_1.png) no-repeat left 15px;
        }
        .linian-box ul li:hover{
            background-color: #3E5290;
            color: #fff;
            background: #3E5290 url("https://yanshi.92wailian.com/k256/skin/images/core_active_icon_1.png") no-repeat left 15px;
        }
        .linian-box ul li:hover p{
            color: #fff;
        }
        .linian-box ul li h3{
            font-size: 20px;
        }
        .linian-box ul li p{
            font-size: 14px;
            color: #555555;
        }
        
         .shebei-list ul .shebei-item{
            border: 2px solid #526D85;
            border-radius: 20px;
            display: flex;
            gap: 10px;
            padding: 10px;
        }
        .shebei-list ul li img{
            width: 30%;
                object-fit: contain;
        }
        .shebei-list ul li h4{
            color: #526E86;
        }
        .shebei-list ul li p{
            font-size: 12px;
        }
        
        
        
        
        
        
        @media (max-width: 576px) {
            
             .main-category-container {
                width: 100%;
            }
        }
        
/* .container-fluid {*/
/*            padding: 0;*/
/*        }*/

/*        .horizontal-scroll-wrapper {*/
/*            overflow-x: auto;*/
/*            overflow-y: visible;*/
/*            -webkit-overflow-scrolling: touch;*/
/*            scrollbar-width: none;*/
/*            -ms-overflow-style: none;*/
/*            padding: 0.75rem 0;*/
/*            background: transparent;*/
/*            display: flex;*/
/*            flex-direction: column;*/
/*            gap: 0.75rem;*/
/*            cursor: grab;*/
/*            user-select: none;*/
/*            -webkit-user-drag: none;*/
/*            scroll-behavior: auto;*/
/*        }*/

/*        .horizontal-scroll-wrapper::-webkit-scrollbar {*/
/*            display: none;*/
/*        }*/

/*        .horizontal-scroll-wrapper.dragging {*/
/*            cursor: grabbing;*/
/*        }*/

/*        .image-row {*/
/*            display: flex;*/
/*            flex-direction: row;*/
/*            flex-wrap: nowrap;*/
/*            align-items: flex-start;*/
/*            gap: 0.75rem;*/
/*            width: max-content;*/
/*        }*/

/*        .image-row img {*/
/*            display: block;*/
/*            flex-shrink: 0;*/
/*            width: auto;*/
/*            max-width: none;*/
/*            height: 300px;    */
/*            border-radius: 0;*/
/*            background: #e9ecef;*/
/*            pointer-events: none;   */
/*            box-shadow: 0 2px 6px rgba(0,0,0,0.05);*/
/*            transition: opacity 0.2s;*/
/*            user-select: none;*/
/*            -webkit-user-drag: none;*/
/*        }*/

        

/*        .category-item {*/
/*            margin-bottom: 1.5rem;*/
/*        }*/

/*        .category-item + .category-item {*/
/*            margin-top: 1rem;*/
/*        }*/

/*        .category-title {*/
/*            font-size: 20px;*/
/*            font-weight: bold;*/
/*            padding-left: 1.3rem;*/
/*            margin-bottom: 0.5rem;*/
/*            color: #2c3e50;*/
/*            position: relative;*/
/*        }*/
/*        .category-title::after {*/
/*            content: '';*/
/*            height: 95%;*/
/*            width: 7px;*/
/*            background: #526D85;*/
/*            position: absolute;*/
/*            left: 0;*/
/*                top: -2%;*/
/*        }*/

/*        .main-category-container {*/
/*            width: 50%;*/
/*            margin: 5rem auto 4rem;*/
/*            text-align: center;*/
/*        }*/
/*        .main-category-container h2 {*/
/*            color: #526D85;*/
/*            border-bottom: 5px solid #526D85;*/
/*            width: fit-content;*/
/*            margin: 0 auto;*/
/*                margin-bottom: 20px;*/
/*        }*/
/*        .main-category-container p {*/
/*            font-size: 1.1rem;*/
/*        }*/
        
        
/*        @media (max-width: 576px) {*/
/*            .horizontal-scroll-wrapper {*/
/*                padding: 0.5rem 0.75rem;*/
/*                gap: 0.5rem;*/
/*            }*/
/*            .image-row {*/
/*                gap: 0.5rem;*/
/*            }*/
/*            .main-category-container {*/
/*                width: 100%;*/
/*            }*/
/*        }*/

/*        img:focus,*/
/*        img:active {*/
/*            outline: 0;*/
/*        }*/
         
/* .kjhc-card .custom-card {*/
/*    border: 2px solid #526D85;*/
/*    border-radius: 0.2rem;*/
/*    overflow: hidden;*/
    /*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
/*    opacity: 0; */
/*    transform: translateY(20px);*/
/*    animation: fadeIn 0.6s ease forwards;*/
/*}*/

/*.kjhc-card .custom-card:nth-child(1) { animation-delay: 0.1s; }*/
/*.kjhc-card .custom-card:nth-child(2) { animation-delay: 0.2s; }*/
/*.kjhc-card .custom-card:nth-child(3) { animation-delay: 0.3s; }*/
/*.kjhc-card .custom-card:nth-child(4) { animation-delay: 0.4s; }*/

/*@keyframes fadeIn {*/
/*    to {*/
/*        opacity: 1; */
/*        transform: translateY(0); */
/*    }*/
/*}*/

/*.kjhc-card .card-title {*/
/*    font-weight: normal;*/
/*    padding: 1.45rem 1.75rem;*/
/*    color: #fff;*/
/*    background-color: #526D85;*/
/*    margin-bottom: 0;*/
/*    text-align: center;*/
/*    height: 7rem;*/
/*}*/

/*.kjhc-card .card-list {*/
/*    list-style: disc;*/
/*        list-style-position: inside;*/
/*    padding: 1.25rem;*/
/*    margin-bottom: 0;*/
/*    height: 11rem;*/
/*}*/

/*.kjhc-card .card-list li {*/
/*    font-size: 1rem;*/
/*    line-height: 1.6;*/
/*    color: #495057;*/
/*    margin-bottom: 0.5rem;*/
/*}*/

/*.kjhc-card .card-list li:last-child {*/
/*    margin-bottom: 0;*/
/*}*/