@media screen and (max-width: 1000px) {
    .themes_global_header .nav {
        display: none;
    }

    .themes_global_header .wide {
        display: flex;
        justify-content: space-between;
    }

    .themes_global_header .logo {
        width: 50%;
        padding: 10px 0;
        margin-right: 4%;
        /* height: 50px; */
    }

    .themes_global_header .logo a {
        display: block;
        width: 200px;
        height: 50px;
    }

    .themes_global_header .logo img {
        width: 100px;
    }


    .themes_global_header .tool .tool_inquiry_btn {
        display: none;
    }

    .themes_global_header .tool .tool_menu {
        display: block;
        margin: 0;

    }

    .themes_global_header .tool .tool_menu .icon-mb_menu2 {
        font-size: 26px;
    }

    .themes_global_header .tool {
        min-width: auto;
    }


    .ly_poster_94 {

        padding-top: 40px;
        padding-bottom: 40px;
    }


    .top_subtitle {
        font-size: 16px;

    }

    .top_title {
        font-size: 30px;

    }

    .ly_poster_94 .poster_box .poster_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .compute_item_img .compute_process_img img {
        height: 100%;
    }

    .ly_carousel_45 .tab_type_position {
        bottom: 3%;
    }

    .ly_carousel_45 .carousel_tab_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        gap: 15px;
    }

    .ly_carousel_45 .carousel_tab_box .tab_btn {
        font-size: 14px;
        width: 100%;
        padding: 15px 2px;
        margin: 0;
    }

    .carousel_item .carousel_img img {
        height: 460px;
    }

    .ly_carousel_45 .carousel_info {
        width: 97%;
        top: 35%;
    }

    .ly_carousel_45 .carousel_info .carousel_title {
        font-size: 22px;
    }

    .case_item_box .title_box {
        font-size: 16px;
    }

    .ly_news_32 .img_wrapper .side_item .img_box .info_box .n_info_title {
        font-size: 16px;
    }

    .ly_poster_94 .pic_box .themes_box_title {
        font-size: 16px;
    }

    .ly_news_32 .img_wrapper .side_item .img_box:last-child {
        margin-bottom: 15px;
    }

    .ly_form_8 .form_box {
        width: 94%;
        padding: 30px 20px;
    }

    .ly_form_8 .compute_item_img .compute_process_img img {
        height: 835px;
    }

    .default_foot_menu {
        display: flex;
        flex-direction: column;
    }

    .ly_footer_43 #menu-foot_nav {
        width: 100%;
    }

    .ly_footer_43 #menu-foot_nav>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .ly_footer_43 .menu_list {
        width: 100%;
    }

    .ly_footer_43 #menu-foot_nav>li>a {
        font-size: 20px;
    }

    .ly_footer_43 .foot_nav {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .menu_list_contact dl dt {
        margin-bottom: 20px;
    }

    .ly_footer_43 #menu-foot_nav .sub-menu {
        margin-top: 15px;
    }

    #default_search_box .form {
        width: 80%;
    }

    #default_search_box .form .search_hide {
        right: -30px;
    }

    .themes_global_header {
        position: relative;
    }

    .themes_global_header .nav {
        position: absolute;
        left: 0;
        top: 5rem;
        width: 100%;
        background: #fff;
        display: none;
        z-index: 999;
        padding: 0;
    }

    .themes_global_header .nav .default_nav {
        width: 100%;
    }

    .themes_global_header .nav .default_nav>li {
        width: 100%;
        padding: 0;
    }

    .themes_global_header .nav .default_nav>li>a {
        font-size: 16px;
        height: 44px;
        border-bottom: 1px solid #efefef;
        display: inline-block;
        width: 100%;
        line-height: 44px;
        padding: 0px 30px 0 20px;
    }

    .themes_global_header .nav .default_nav>li .sub-menu {
        width: 97%;
        /* display: block; */
        position: unset;
        box-shadow: unset;
    }

    .themes_global_header .nav .default_nav>li .sub-menu>li {
        line-height: 35px;
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .themes_global_header .nav .default_nav>li .sub-menu>li>a {
        display: block;
        padding-left: 20px;
        font-size: 14px;
        background: url(../images/arrow-right-bold.svg) no-repeat left center;
        background-size: 15px;
    }

    .themes_global_header .nav .default_nav>li.on::after {
        display: inline-block;
        height: 45px;
        width: 15px;
        background: url(../images/icon_jia.png) no-repeat center;
        position: absolute;
        right: 8px;
        top: 0;
        content: '';
        cursor: pointer;
    }

    .themes_global_header .nav .default_nav>li.active::after {
        background: url(../images/icon_jian.png) no-repeat center;

    }

    .themes_global_header .nav .default_nav>li.active>.sub-menu {
        display: block;
    }

    .prdocuts_wrapper {
        display: flex;
        flex-direction: column;
    }

    .ly_product_list_2 .products_category_wrapper {
        width: 100%;
    }

    .ly_product_list_2 .list_box {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .ly_product_list_2 .list_wrapper {
        width: 100%
    }

    .ly_product_list_2 .list_box .themes_prod .name {
        width: 100%;
        padding: 10px 0;
    }

    .pro_box_bg {
        display: flex;
        flex-direction: column;
    }

    .pro_box_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro_small .swiper-slide img {
        width: 68px;
        height: 68px;
    }

    .pro_small .mySwiper {
        height: 300px;
    }

    .pro_small {
        display: none;
    }

    .pro_big {
        width: 100%;
        height: auto;
    }

    .ly_product_purchase_2 {
        margin-top: 20px;
    }

    .pro_about {
        width: 100%;
    }

    .pro_about .about_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pro_about .about_text {
        font-size: 15px;
    }

    .pro_about .about_more {
        width: 100%;
    }

    .pro_title {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #efefef;
    }

    .pro_title h3 {
        padding: 0 26px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        border-right: 1px solid #efefef;
        line-height: 30px;
        font-size: 16px;
        font-weight: bolder;
        transition: all .3s;
        background: #003a62;
        display: inline-block;
    }

    .pro_dep {
        padding: 10px;
    }

    .pro_wrap {
        width: 100%;
    }

    .wide {
        width: 98%;
        min-width: inherit;
        padding-left: 10px;
        padding-right: 10px;
    }

    .case_list {
        display: grid;
        gap: 10px;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .case_list .text_box {
        width: 90%;
        left: 5%;
    }
    .ly_news_list_2 .news_wrapper{
        display: flex;
        flex-direction: column;
    }
.ly_news_list_2 .left_side{
    width:100%;
}
.right_side{
    width:100%;
}
.content-title h1{
    font-size:18px;
    line-height:28px;
}
.news_list .item{
    display: flex;
    flex-direction: column;
}
.news_list .item_pic{
    width:100%;
    margin-bottom: 10px;
}
.news_list .item_box{
    width:100%;
}
.news_list .item_title{
    font-size:16px;
    line-height:28px;
}
.news_list .item_more{
    position:unset;
}
.news_list .item_dep{
    margin-bottom:15px;
}


    
}