@media only screen and (max-width: 767px) {
    .header-bar {
        display: none;
    }

    .menu-icon {
        display: block!important;
    }

    .m-header-bar .logo {
        display: block!important;
    }

    .swiper-wrapper {
        height: 200px;
    }

    .banner-btns {
        display: none;
    }

    .bannerSwiper {
        height: auto;
    }

    .notice {
        width: 100%;
    }

    .notice .notice-img {
        width: 114px;
        height: 40px;
    }

    .news-header {
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .company-info {
        width: 100%;
        height: 220px;
    }

    .news-header-right .news-bg-title {
        right: 0;
        padding-top: 10px;
    }

    .news-header-right .news-types {
        width: 100%;
        justify-content: space-evenly;
    }

    .news-header-right .news-type {
        width: 23%;
        margin: 0;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .company-info .title-area {
        padding-left: 10px;
        width: calc(100% - 10px);
        font-size: 14px;
    }

    .news-header-right {
        width: 100%;
        height: 250px;
    }

    .news-list {
        width: 100%;
        margin-top: 80px;
    }

    .news-item .news-img {
        width: 100%;
        height: 200px;
    }

    .news-item .news-title {
        width: 100%;
        height: 60px;
        max-height: 60px;
        overflow: visible;
    }

    .news-slide-pre {
        display: none;
    }

    .news-slide-next {
        display: none;
    }

    .adver {
        height: auto;
        margin: 0;
    }

    .adver img {
        width: 100%;
        height: 60px;
    }

    .other-content .other-title {
        width: 100%;
        height: 180px;
    }

    .zyyw {
        display: flex!important;
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .zy-div {
        width: 90%;
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .zyyw-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }

    .child-slide-pre {
        display: none;
    }

    .child-slide-next {
        display: none;
    }

    .infomation {
        display: none;
    }

    .zyyw-body .swiper-wrapper {
        height: auto;
        width: 100vw;
    }

    #child .child-item {
        height: 300px;
        width: 100vw!important;
        margin-top: 35px;
        padding: 0;
    }

    .other-content .other-title .bg-txt {
        font-size: 40px;
    }

    .link206 {
        width: 100%!important;
    }

    .copyright206 {
        width: 100%!important;

    }
    .copyright206nr {
        width: auto!important;
    }

    .fd-copy {
        margin: 0!important;
    }

    .btsa12 select {
        width: 150px;
    }
    .btsa12 .select-item {
        padding-left: 20px!important;
    }

    #child .child-content {
        height: 364px;
    }

    .special-nav {
        flex-direction: column;
    }

    .special-img {
        width: 100%;
        height: 100%;
        margin: 0;
        
    }
    .special-nav a {
        margin-bottom: 10px;
        border-radius: 0;
    }
}

.menu-icon {
    display: none;
}

.m-header-bar {
    width: 100%;
    position: relative;
}

.m-header-bar .logo {
    width: 200px;
    height: 60px;
    display: none;
}

.m-header-bar .menu-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.m-header-bar .header-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
}

.hidden {
    display: none !important;
}

.m-header-bar .header-menu li {
    width: 100%;
    border-top: 1px solid #ddd;
}

.m-header-bar .header-menu li a {
    width: 100%;
    height: 40px;
    display: flex;
    line-height: 40px;
    padding-left: 10px;
}

.m-header-bar .header-menu li .menu-items {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
}