/**/
.menu-toggle { display: none; font-size: 24px; cursor: pointer; }
@media (max-width: 768px) {
    .submenu { display: none; position: absolute; top: 100%; left: 0; background: #444; list-style: none; padding: 0; min-width: 150px; }
    .submenu li a { padding: 10px; display: block; }
    .has-submenu > a::after { content: '\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 5px; }
    .has-submenu.open > a::after { content: '\f068'; }
        
    .nav { display: none; width: 100%; background: #FFF; position: absolute; top: 70px; left: 0;z-index: 999; }
    .nav ul { flex-direction: column; }
    .menu-toggle { display: block;margin: 15px 50px 15px 0; }
    .nav.active { display: block; }
    .nav .submenu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        background: rgba(255, 255, 255, 0.97);
        width: auto;
        box-shadow: 1px 1px 30px rgba(0, 0, 0, .06);
    }
    .nav li {
        position: relative;
        padding: 24px 0;
        cursor: pointer;
        color: #3b4251;
    }
    .arrow::before {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 16px;
        display: none;
    }
    .qiyuvideo_lflx{
        display:none;
    }
    
    .fusionproducts ul li {
        width: 49%;
        text-align: center;
        background-color: #F5F5F5;
        margin-bottom: 26px;
        position: relative;
    }
    .section,.fusionproducts{
        padding: 0 2%;
    }
    .foot_menu_box a {
        display: inline-block;
        margin: 6px 5px;
    }
    .pro_list .pro_list_l, .pro_list .pro_list_r {
        width: 98%;
        margin: 0 auto;
    }
    .cpjk {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
    .cpjk .cpjk_div {
        width: 80%;
        margin: 20px;
        position: relative;
        float: left;
        line-height: 26px;
        padding: 10px;
        height: auto;
        background-color: #e3e3e3;
        overflow: hidden;
    }
    .arc_left, .arc_right {
        width: 96%;
        float: left;
        padding: 0 15px;
    }
    .arc_rightshare {
        display: flex;
         gap: 0; 
        align-items: center;
        font-size: 16px;
        flex-wrap: wrap;
    }
    .blog_list .blog_list_l {
    width: 96%;
}
.blog_list .blog_list_r {
    width: 100%;
}
.solution_list .solution_list_l, .solution_list .solution_list_r {
    width: 100%;
}
}