@media (max-width: 1100px) {
.topl1 #nav li {
    padding: 0 0.2rem;
    height: auto;
    line-height: normal;
}
   
    /*.headder_box .wp {*/
    /*    max-width: none;*/
    /*    display: none;*/
    /*    !*max-width: 1500px;*!*/
    /*}*/
    .headder_box1 {
        transform: translateY(0);
    }

    .menuBar, .menuBar img {
        display: block !important;
    }

    .logo img {
        /*width: 580px !important;*/
    }
    #nav ul li h3{
        line-height: 0.45rem;
    }

    #zoomOutOfNavigation {
       position: fixed;
        right: 0;
        top: 80px;
        width: 100%;
        height: auto;
        background-color: #116ecb;
        flex-wrap: wrap;

    }

    #zoomOutOfNavigation .topl1 #nav {
        height: auto;
        line-height: 1.2;
        padding-right: 0;
        padding-bottom: 13px;
    }

    #zoomOutOfNavigation .ll .bottom, #zoomOutOfNavigation #nav ul {
        display: block !important;
    }

    #zoomOutOfNavigation .topl1 {
        width: 100% !important;
    }

    #zoomOutOfNavigation .topl1 .sub {
        width: 100% !important;
    }

    #zoomOutOfNavigation #nav ul li .sub li:hover a {
        color: #0f64b9;
    }

    #zoomOutOfNavigation #nav ul li h3 {
        font-size: 20px;
    }

    #zoomOutOfNavigation #nav ul li a {
        width: 100%;
        color: #fff;
        font-size: 16px;
    }

    #zoomOutOfNavigation #nav ul li .sub {
        position: relative !important;
        width: 100%;
        background-color: #0f64b9;
        color: #fff;
        display: none;
    }

    #zoomOutOfNavigation .but-nav {
        display: flex;
        width: 100%;
        margin: 0 auto 20px;
    }

    #zoomOutOfNavigation #nav ul li:hover .sub {
        display: block;
        left:47%;
    }

    .show {
        display: none !important;

    }

    .link-case h3 {
        width: 100%;
    }

    footer .fl01 .wp {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    footer .fl01 {
        background-size: 100% 100%;
    }

    footer .fl01 .left, footer .fl01 .left .box {
        /*flex-direction: column;*/
        /*background-size: 100% 100%*/
        width: 100%;
        text-align: center;
    }
    .headder_box1 {
        height: auto;
        padding: 10px 0;
    }
    .cut_case{
        display: none;
    }
    .headder_box{
        display: none;
    }
    .headder_box1{
        display: block;
    }

}

.but-nav {
    display: flex;
}

.menuBar, .menuBar img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
}

#nav ul li h3 {
    /*font-size: 1.2vw;*/
    font-size: clamp(12px, 1.2vw, 20px);
}

.topl1 #nav li {
    padding: 0 0.5vw;

}

.headder_box .wp {
    /*margin: 0 auto;*/
    justify-content: space-between;
}

body {
    min-width: 0;
}

.logo img {
    width: clamp(300px, 30vw,582px);
}

.link-case {
    height: auto !important;
}

.link-case h3 {
    text-align: center;
}


@media only screen and (max-width:600px) , only screen and (max-device-width:600px){
    .link-case {
        line-height: 35px;
            padding: 10px 0;
    }   
    .link-case .link-list a{
        font-size: 14px;
    }
    footer .fl01 {
        padding: 10px 0;
    }
    footer .fl01 .left .box * {
        font-size: 14px;
        color: #fff;
        line-height:22px;
    }
    footer .fl01 .center {
        width: 100%;
    text-align: center;
    margin: 0px 0 13px 0;
    }

    footer .fl01 .center img {
        width: 28%;
    }
    footer .list12 li img{
        width: 80px;
    }
    footer .fl02 p {
        font-size: 12px;
        color: #fff;
        line-height: 1.5;
        text-transform: uppercase;
    }
}