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

    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
    }

    .header .logo {
        width: auto;
        padding: 20px 0;
    }

    .header .logo img {
        height: 35px;
    }

    .headerR {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .header .home, .subheader .home {
        font-size: 12px;
    }

    .search {
        display: none;
    }

    .nav-list {
        display: none;
        position: absolute;
        top: 75px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        background: linear-gradient(to right, #5d1012, #9c7b5d);
    }
    .nav-list > ul {
        display: block;
    }
    .nav-list .nav-item{
        width: 100%;
        position: relative;
    }
    .nav-list .nav-item:after {
        position: absolute;
        content: ">";
        top: 0;
        bottom: 1px;
        right: 0;
        color: #fff;
        font-size: 20px;
        font-family: '宋体';
        text-align: center;
        width: 50px;
        line-height: 50px;
        transform: rotate(90deg);
    }
    .nav-list .nav-item > a {
        font-size: 18px;
        line-height: 50px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }

    .submenu {
        background: linear-gradient(to top, #015ec1, #0153ab);
    }

    .toggle {
        position: absolute;
        top: 25px;
        right: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 30px;
        height: 30px;
    }

    .toggle i {
        display: inline-flex;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: .5s;
        transform-origin: 0 50%;
    }

    .toggle.on i:first-of-type {
        transform: rotate(40deg);
    }

    .toggle.on i:nth-of-type(2) {
        opacity: 0;
    }

    .toggle.on i:last-of-type {
        transform: rotate(-40deg);
    }

    .main {
        margin-top: 5px;
    }

    .mainboxHd .more {
        font-size: 14px;
    }

    .mainbox, .mainPic, .mainSwiper {
        width: 100%;
    }

    .mainPic .mainboxBd .mainPicTxt, .swiper-pic {
        width: 100%;
    }

    .swiper-pic {
        margin-bottom: 15px;
    }

    .swiper-img .swiper-slide p {
        line-height: 1.5em;
    }

    .link .mainBd ul {
        margin-bottom: 15px;
    }

    .link .mainBd ul li {
        width: 48%;
        height: auto;
        padding: 15px 10px;
        margin-bottom: 15px;
    }

    .link .mainBd ul li b {
        font-size: 16px;
    }

    .link .mainBd ul li span {
        font-size: 14px;
    }

    .footerlink {
        display: none;
    }

    .footer1 {
        height: auto;
        padding: 10px 0;
    }

    .footer1txt {
        font-size: 14px;
        text-align: center;
        line-height: 1.75em;
    }

    .footerTxt {
        height: auto;
        padding: 10px 0;
        font-size: 14px;
    }

    .pagebox_pre_nolink,
    .aside {
        display: none;
    }
    .column {
        margin-left: 0;
        margin-top: 20px;
    }

}
