@media screen and (max-width: 768px) {
    .toolbar {
        top: unset;
        margin-top: 0;
        bottom: 0;
        height: 46px;
    }

    .nav-menu {
        display: none !important;
    }

    header {
        line-height: 40px;
        height: 40px;
    }

    header .header-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 5px;
        box-sizing: border-box;
    }

    header .logo img {
        width: 120px;
        height: auto;
    }

    .nav-bar {
        top: 40px;
    }

    .nav-bar .nav-wrap {
        margin-left: 0;
        width: auto;
        height: 30px;
    }

    .nav-bar .nav-wrap ul.list li {
        font-size: 12px;
        margin-right: 30px;
    }

    .navigation.pagination .nav-links {
        display: flex;
    }

    .navigation.pagination .nav-links .page-numbers {
        padding: 3px 10px;
    }

    .navigation.pagination .nav-links .page-numbers.next {
        padding-right: 30px;
    }

    .page-cont, .page1-cont {
        padding: 15% 15px;
        padding-top: 20%;
        height: 100%;
        width: 100%;
    }

    .page-title {
        font-size: 20px;
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .page-second-title {
        font-size: 14px;
    }

    #fp-nav {
        display: none;
    }

    .page-pc {
        display: none;
    }

    .page-mobile {
        display: flex;
        align-items: center;
    }

    .page-text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .footer .page-cont {
        padding-top: 15%;
        box-sizing: border-box;
    }

    .footer .page-cont .footer-text-info h2 {
        font-size: 20px;
    }

    .footer .page-cont .footer-btn {
        margin-bottom: 30px;
    }

    .footer .page-cont .footer-btn .btn {
        font-size: 12px;
        padding: 6px 13px;
    }

    .footer .page-cont .qr-wrap {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .page-cont .qr-wrap .ewm-info {
        margin: 0;
    }

    .footer .page-cont .qr-wrap .ewm-info img {
        width: 80px;
    }

    .footer .page-cont .qr-wrap .ewm-info:first-of-type {
        margin-right: 25px;
    }

    .footer .page-cont .footer-nav {
        padding: 0;
    }

    .footer .page-cont .footer-nav dt {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .page-cont .footer-nav dd {
        margin-top: 10px;
        font-size: 12px;
    }

    .footer .page-cont .footer-line {
        margin: 20px 0;
    }

    .footer .page-cont .copyright .fs14 {
        font-size: 12px;
    }

    .news-wrap .page-cont {
        padding-bottom: 0;
    }

    .news-wrap .content-wrap .wrap {
        display: flex;
        flex-direction: column;
    }

    .news-wrap .content-wrap .wrap .dynamic {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .news-wrap .content-wrap .wrap .dynamic .img-box, .news-wrap .content-wrap .wrap .dynamic .dynamic-detail {
        width: 100%;
    }

    .news-wrap .content-wrap .wrap .dynamic .dynamic-detail > div {
        padding-bottom: 20px;
    }

    .news-wrap .content-wrap .wrap .dynamic .dynamic-detail .text {
        height: 120px;
    }

    .news-wrap .content-wrap .wrap .news-item {
        display: flex;
        flex-direction: column;
    }

    .news-wrap .content-wrap .wrap .news-item li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .news-wrap .content-wrap .wrap .news-item li:last-of-type {
        margin-bottom: 0;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: auto;
    }

    .news-wrap .dynamic {
        padding-top: 60px;
    }

    .news-wrap .dynamic a {
        display: flex;
        flex-direction: column;
    }

    .news-wrap .dynamic .dynamic-detail, .news-wrap .dynamic .img-box {
        width: 100%;
    }

    .news-wrap .news-item {
        flex-direction: column;
    }

    .news-wrap .news-item li {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .news-item li a{
        height: 100%;
    }
    .news-item li a .picture-img{
        height: auto;
        margin-left: 0!important;
        width: 100%;
    }
    .news-item .news-info{
        height: 120px;
    }
    .news-wrap .dynamic .img-box{
        height: auto;
    }
    .news-wrap .dynamic-detail > div{
        padding: 20px 15px;
    }
    .news-wrap .dynamic-detail{
        height: auto;
    }
    .news-wrap .dynamic-detail .text{
        height: auto;
        margin-bottom: 15px;
    }
}
