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

    body {
        min-width: auto;
        padding-top: 65px;
        background: none;
    }

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

    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
    }

    .header .logo {
        padding: 15px 0;
    }

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

    .header .top {
        height: auto;
        background: rgba(1, 95, 195, 1) ;
    }

    .search{
        position: absolute;
        right: 15px;
        margin-top: 3px;
    }

    .search form{
        display: none;
    }

    .header .toggle {
        position: absolute;
        top: 25px;
        right: 15px;
        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);
    }

    .nav {
        position: fixed;
        top: 65px;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        line-height: normal;
        border: none;
        background: linear-gradient(to right, #015FC3, #4187D2);
        z-index: 9999;
        display: none;
    }

    .menu {
        display: block;
    }

    .menu > li > a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .menu > li: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);
    }

    #slide {
        margin-bottom: 0;
    }
    #slide .swiper-slide img {
        height: 160px;
    }

    #slide .swiper-button-white {
        display: none;
    }

    #slide .swiper-pagination-bullet {
        width: 15px;
        height: 3px;
    }

    .swiper-pagination {
        bottom: 10px !important;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .title {
        margin: 20px 0;
    }

    .title h2 a {
        font-size: 20px;
    }

    .news-bg{
        height: auto;
    }

    .news-img, #news, .news-box, .notice, .fast, .special {
        float: none;
        width: 100%;
    }
    #news{
        height: 250px;
        margin-bottom: 15px;
    }

    .notice{
        margin-top: -10px;
    }

    .box {
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .box > div,
    .box .mien {
        width: 100%;
    }

    .links li {
        float: none;
        line-height: 30px;
    }
    .links li h3 {
        line-height: 40px;
    }
    .links li a {
        margin: 0;
    }

    .footer {
        margin-top: 20px;
        padding: 15px 0;
        background: url(../images/footer.jpg) no-repeat center bottom;
    }
    .footer p{
        font-size: 14px;
        height: auto;
        line-height: 1.5em;
        margin-top: 0;
    }
    .footer p:last-of-type{
        display: none;
    }

    .side{
        display: none;
    }

    .column{
        margin: 0;
    }

    .bread{
        height: 50px;
        line-height: 50px;
    }
    .bread h1{
        font-size: 20px;
        display: none;
    }
    .bread .rt{
        font-size: 14px;
        float: none;
    }

    .common-list li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .common-list li p{
        margin-right: 100px;
    }
    .common-list li a{
        padding-left: 15px;
    }

    .caption {
        padding-bottom: 15px;
        border-bottom: 2px solid #DDEBF5;
    }

    .caption h3 {
        line-height: 25px;
        font-size: 20px;
        margin: 20px 0 10px;
    }

    .caption p span {
        margin: 0 4px;
    }

    .content {
        margin: 15px 0 10px;
    }
    .content img {
        max-width: 100% !important;
        height: auto !important;
    }

}
