@media (max-width: 768px) {
    body {
        min-width: auto;
    }

    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .header {
        height: auto;
        padding-bottom: 40px;
    }

    .header .logo {
        margin: 15px 0;
    }

    .header .logo img {
        height: 30px;
    }

    .header .site {
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .header .toggle {
        position: absolute;
        top: 15px;
        right: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 30px;
        height: 30px;
    }

    .toggle i {
        display: inline-flex;
        width: 100%;
        height: 2px;
        background: #CD2222;
        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);
    }

    .nav {
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        height: auto;
        display: none;
    }

    .nav .menu {
        width: 100%;
        flex-wrap: wrap;
    }

    .nav .menu li {
        width: 100%;
    }

    .menu > li > a {
        line-height: 60px;
        font-size: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu > li span {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        color: #fff;
        font-size: 28px;
        line-height: 60px;
    }

    .menu .second-menu a {
        line-height: 50px;
        font-size: 18px;
    }

    #swiper {
        padding: 20px 0;
    }

    #swiper .swiper-pagination {
        bottom: 20px;
    }

    .section .title {
        padding-bottom: 15px;
    }

    .section .title p {
        font-size: 20px;
    }

    .achievement {
        padding: 20px 0;
    }

    .achievement-intro, .main-person {
        width: 100%;
    }

    .main-person {
        margin-top: 30px;
    }

    .person {
        margin-top: 0;
    }

    .mid {
        height: auto;
        padding: 20px 0;
        background-size: cover;
    }

    .wrapper {
        height: auto;
        background: none;
        overflow: hidden;
    }

    .wrapper > .lf, .wrapper > .rt {
        float: none;
    }

    .wrapper .prop-list {
        margin: 0 !important;
    }

    .wrapper .prop-list li {
        width: 100%;
    }

    .report {
        height: auto;
        padding: 20px 0;
        background-size: cover;
    }

    .report .title {
        margin-bottom: 15px;
    }

    .report .title p:after {
        bottom: -17px;
    }

    .app, .teach, .media {
        float: none;
        width: 100%;
    }

    .teach {
        margin: 20px 0;
    }

    .award {
        height: auto;
    }

    .award .title {
        margin: 0 15px;
    }

    .award .container {
        padding: 20px 0 40px;
        background-size: contain;
    }

    .award-container {
        margin-top: 30px;
    }

    .award-container .swiper-slide p {
        font-size: 14px;
    }

    .award-container .swiper-slide-prev p,
    .award-container .swiper-slide-next p {
        margin-top: 15px;
    }

    .award-container .swiper-slide-active p {
        margin-top: 30px;
    }

    .award-container .swiper-pagination {
        bottom: 15px !important;
    }

    .footer {
        padding: 20px 0;
        line-height: 1.75em;
    }

    .side {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .side p {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        position: relative;
        padding-left: 20px;
    }

    .side p span {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        line-height: normal;
        font-size: 24px;
        font-weight: bolder;
    }

    .side > ul {
        display: none;
    }

    .side li a {
        font-size: 16px;
    }

    .column {
        margin: -10px 0 30px;
    }

    .bread h1 {
        display: none;
    }

    .bread {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

    .bread .rt {
        float: left;
    }

    .common-list li {
        padding: 0;
        font-size: 16px;
    }

    .common-list li p {
        margin-right: 100px;
    }

    .caption h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .content {
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .content img {
        max-width: 100%;
        height: auto;
    }

}