@media screen and (max-width: 768px) {

    .header, .footer {
        position: relative;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .banner,
    .logoShow,
    .footer > div {
        width: 100%;
        padding: 0;
    }

    .header div.top {
        height: auto;
        border-bottom: none;
    }
    .header .search {
        display: none;
    }

    .logo{
        float: none;
        padding: 0;
        margin: 0;
    }
    .logo img{
        height: 34px;
    }

    .toggle{
        display: block;
        position: absolute;
        top: 17px;
        right: 10px;
        z-index: 2;
    }

    .navBG{
        position: absolute;
        top: 64px;
        right: 0;
        left: 0;
        z-index: 9;
        display: none;
    }
    .nav{
        width: 100%;
        height: auto;
        background: rgba(0,0,0,.8);
    }
    .nav > ul > li{
        position: relative;
        float: none;
        height: auto;
        width: 100% !important;
    }
    .nav > ul > li > a{
        height: 45px;
        line-height: 45px;
    }

    .nav > ul > li span{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 45px;
        line-height: 45px;
        z-index: 2;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }
    .nav > ul > li:hover span{
        color: #810000;
    }

    .nav > ul li ul {
        top: 45px;
    }

    .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .banner:hover .swiper-button-prev,
    .banner:hover .swiper-button-next{
        display: none;
    }

    .footer{
        font-size: 12px;
        text-align: center;
    }

    .footer div p{
        line-height: 1.5em;
    }

    .mainBody{
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }
    .first_part, .third_part {
        height: auto;
    }

    .columnName {
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .columnName a {
        font-size: 18px;
        padding-left: 28px;
    }
    .columnName a:before {
        top: 0;
        transform: scale(0.6);
        transform-origin: left center;
    }
    .columnName:hover a:before {
        transform: scale(0.6);
    }

    .news, .notice{
        float: none;
        width: 100%;
    }
    .news ul li{
        float: none;
        width: 100%;
        margin: 0;
    }
    .news ul li:not(:first-of-type), .news ul p{
        display: none;
    }
    .news ul li a:first-child {
        height: 230px;
    }

    .notice{
        margin: 10px 0 15px;
    }
    .notice ul li{
        margin-bottom: 15px;
    }

    #team{
        margin: 15px 0;
    }
    .member .swiper-button-prev, .member .swiper-button-next{
        display: none;
    }

    .third_part > div{
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .link ul{
        margin: 15px 0;
    }
    .link ul li{
        margin-bottom: 5px;
    }

    .column_content .left_nav{
        display: none;
    }
    .column_content .right_content{
        width: 100%;
        padding: 0;
    }

    .column_name{
        height: auto;
    }
    .column_name h3{
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        display: none;
    }
    .column_name > div.rt {
        height: 40px;
        line-height: 40px;
        float: none;
    }

    .right_content .column_list ul.list_info li{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .right_content .column_list ul.list_info li a{
        float: left;
        width: auto;
        margin-right: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .right_content .column_list ul.list_info li span{
        min-width: 90px;
    }

    .detail_content .detail_contentInfo{
        margin-bottom: 20px;
    }
    .detail_content .detail_contentInfo img, .detail_content .detail_contentInfo video { max-width: 100%; height: auto !important; }

}

