﻿@media screen and (max-width: 768px) {

    body {
        min-width: auto;
    }

    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    header {
        position: relative;
        /*height: 40px;*/
        padding: 10px 0;
        background: var(--blueeColor);
    }

    header .container{
        position: static;
    }

    header .logo img {
        /*height: 40px;*/
        margin-top: 0;
        display: inline-block;
    }

    header .menu {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        padding: 10px 0;
        background: rgba(0, 0, 0, .8);
        display: none;
    }

    header .menu > li {
        position: relative;
        width: 100%;
        padding: 0 35px 0 15px;
    }

    header .menu > li span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-size: 16px;
        font-family: '黑体';
        text-align: center;
        transform: rotate(90deg);
    }

    header .menu > li > a {
        font-size: 16px;
        line-height: 40px;
    }

    header.fixed .menu > li > a {
        color: #fff;
    }

    header .menu > li > a:before {
        background: #fff;
    }

    header .sub-menu {
        top: 30px;
        height: auto;
        padding: 10px 0;
        flex-direction: column;
    }

    header .sub-menu li {
        margin: 0;
        font-size: 14px;
    }

    header .sub-menu li a {
        display: block;
        line-height: 30px;
        text-align: center;
    }

    header .menu > li:hover .sub-menu {
        display: none;
    }

    .toggle {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 13px;
        right: 15px;
    }

    /*header .top {*/
    /*    top: 0;*/
    /*    right: 15px;*/
    /*}*/

    #slide .swiper-slide {
        height: 200px;
    }

    .light {
        bottom: 20px;
    }

    .light li {
        width: 1px;
    }

    .light li::before {
        width: 7px;
        height: 7px;
        top: -3px;
        margin-left: -3px;
        box-shadow: 0 0 10px #67bfff;
    }

    #particles {
        top: 0;
        bottom: 20px;
        border-bottom-right-radius: 30%;
    }

    .search {
        top: 0;
    }

    .search h1 {
        font-size: 28px;
        letter-spacing: 2px;
        margin: 0 0 20px;
    }

    .search form {
        width: 100%;
        height: 50px;
        padding-left: 0;
        background: none;
    }

    .search form input[type='text'] {
        padding: 0 20px;
        line-height: 52px;
        font-size: 16px;
    }

    .search form input[type='submit'] {
        width: 35px;
        height: 35px;
        background-size: 18px;
    }

    .title {
        margin-bottom: 20px;
    }

    .title h1 {
        height: 40px;
        font-size: 30px;
    }

    .title h2 {
        font-size: 22px;
    }

    .news {
        padding-bottom: 30px;
    }

    .news-img {
        height: auto;
    }

    .news-img .img {
        float: none;
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .news-img .text {
        margin-left: 0;
        width: 100%;
        background-size: 35px;
        background-position: right 20px bottom 20px;
        padding-bottom: 20px;
    }

    .news-img .text h3 {
        font-size: 18px;
    }

    .news-img .text h3:after {
        height: 2px;
    }

    .news-img .text p {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 2em;
    }

    .news-img .text > a {
        font-size: 14px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .news-btn {
        display: none;
    }

    #notice .swiper-slide .date {
        width: 60px;
        height: 72px;
        background-size: contain;
    }

    #notice .swiper-slide .date h3 {
        font-size: 18px;
        padding-top: 10px;
    }

    #notice .swiper-slide .text {
        height: 118px;
        margin-left: 20px;
    }

    #notice .swiper-slide .text p {
        font-size: 16px;
    }

    .educate, .demeanour, .achievement, .matrix {
        padding: 30px 0;
    }

    .thumbs .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .thumbs .swiper-slide {
        width: 30%;
        height: 40px;
        margin: 0;
        font-size: 16px;
    }

    .swiper_edu_sub .swiper-slide {
        padding-bottom: 20px;
    }

    .swiper_edu_sub .swiper-slide img {
        height: 168px;
    }

    .swiper_edu_sub .swiper-slide h3 {
        top: 20%;
        right: 15px;
        height: 100px;
        font-size: 20px;
        background-size: contain;
    }

    .swiper_edu_sub .swiper-slide p {
        font-size: 15px;
        margin: 20px 15px 15px;
    }

    .swiper_edu_sub .swiper-slide span {
        margin-left: 15px;
    }

    .swiper_edu .more a {
        width: 150px;
        height: 40px;
        font-size: 16px;
    }

    .swiper_edu_sub {
        margin-bottom: 30px;
    }

    .swiper_dem .swiper-slide {
        display: block;
        height: auto;
    }

    .swiper_dem .img_dem {
        width: 100%;
        min-width: auto;
        height: auto;
    }

    .swiper_dem .img_dem .img {
        height: 260px;
    }

    .swiper_dem .img_dem .date {
        width: 63px;
        height: 67px;
        top: -50px;
        left: 15px;
    }

    .swiper_dem .img_dem .date p {
        font-size: 22px;
        padding-top: 5px;
    }

    .swiper_dem .img_dem .text {
        padding: 20px 15px;
    }

    .swiper_dem .img_dem .text h3 {
        font-size: 20px;
    }

    .swiper_dem .img_dem .text > p {
        font-size: 14px;
    }

    .swiper_dem ul {
        height: 550px;
        margin: 20px 0 0;
    }

    .swiper_dem ul li .date {
        width: 80px;
        min-width: 80px;
        font-size: 16px;
    }

    .swiper_dem ul li .date h2 {
        font-size: 30px;
        height: 30px;
        line-height: 30px;
    }

    .swiper_dem ul li .date i {
        font-size: 20px;
        line-height: 5px;
    }

    .swiper_dem ul li .text {
        padding: 0 15px;
    }

    .swiper_dem ul li .text h3 {
        font-size: 18px;
    }

    .swiper_dem ul li .text p {
        font-size: 14px;
    }

    .ach-text, .ach-list {
        width: 100%;
        font-size: 14px;
    }

    .ach-text h2 a {
        font-size: 20px;
    }

    .ach-text p {
        margin: 15px 0;
    }

    .ach-list li a {
        font-size: 16px;
    }

    .ach-img .swiper-slide p {
        font-size: 18px;
    }

    .community .title {
        background-position-x: 205px;
    }

    .community, .system {
        width: 100%;
    }

    .community ul li {
        width: 50%;
        height: auto;
    }

    .community ul li a {
        height: 132px;
    }

    .community ul li:nth-of-type(3) a {
        height: 280px;
    }

    .community ul li p {
        line-height: 40px;
        font-size: 16px;
        padding: 0 10px;
    }

    .system {
        height: auto;
        margin-top: 110px;
    }

    .system .hn {
        margin-bottom: 30px;
    }

    .system .hn img {
        width: 100px;
        margin-top: 20px;
    }

    .system a {
        margin-bottom: 20px;
    }

    .system a img {
        height: 60px;
    }

    footer {
        font-size: 14px;
        padding-bottom: 10px;
    }

    footer .links {
        padding: 20px 0;
        margin-bottom: 10px;
    }

    footer .links p {
        font-size: 20px;
    }

    footer .wechat span {
        width: 40px;
        height: 40px;
    }

    footer .wechat .code {
        width: 80px;
        height: 80px;
        top: -90px;
        left: auto;
        right: 0;
        margin-left: 0;
    }

    .box {
        display: none;
    }

    nav {
        margin-bottom: 30px;
    }

    nav ul li a {
        height: 50px;
        font-size: 18px;
        margin-right: 1em;
    }

    nav ul li.on a:after {
        height: 2px;
    }

    .list {
        padding-top: 0;
        margin-top: -15px;
    }

    .list li {
        padding-bottom: 15px;
        margin: 15px 0;
    }

    .list li .date {
        padding-right: 20px;
        margin-right: 20px;
    }

    .list li .date h1 {
        font-size: 36px;
    }

    .list li .date h2 {
        font-size: 16px;
        line-height: 1em;
    }

    .list li .text {
        width: calc(100% - 105px);
        padding-right: 0;
        background: none;
    }

    .list li .text h3 a {
        font-size: 18px;
    }

    .list li .text p {
        font-size: 14px;
        height: 3em;
        line-height: 1.5em;
        margin-top: 5px;
    }

    .download {
        padding-bottom: 15px;
    }

    .download li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .download li p a {
        font-size: 18px;
        padding-left: 20px;
    }

    .download li p a:before {
        width: 5px;
        height: 5px;
    }

    .download li > a {
        display: none;
    }

    .caption h2 {
        font-size: 22px;
    }

    .caption p {
        font-size: 14px;
    }

    .content {
        margin: 20px 0 30px;
    }


}