@media screen and (max-width: 600px) {
    body{
        min-width: auto;
    }
    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .header .home{
        top: 0;
        right: 2px;
        font-size: 12px;
    }
    .header .logo{
        line-height: normal;
        padding: 10px 0;
    }
    .header .logo img{
        height: 40px;
    }
    .header .toggle{
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
    }
    .header span.rt{
        display: none;
    }
    .nav{
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        height: auto;
        background: rgba(0,0,0,.8);
        z-index: 999;
        display: none;
    }
    .menu{
        flex-direction: column;
        margin-top: 0;
    }
    .menu>li{
        margin-left: 0;
    }
    .menu>li>a{
        line-height: 40px;
        font-size: 15px;
        font-weight: normal;
        padding-left: 22px;
        text-align: left;
        border-bottom: 1px solid #666;
    }
    .menu>li:after{
        position: absolute;
        content: "+";
        top: 0;
        bottom: 1px;
        right: 15px;
        color: #fff;
        font-size: 24px;
        text-align: center;
        width: 40px;
        line-height: 40px;
    }
    .menu .second-menu{
        background: rgba(0,0,0,.8);
        border-top-width: 2px;
    }
    .menu .second-menu a{
        line-height: 35px;
        font-size: 13px;
    }

    #slide img{
        height: 150px;
        object-fit: cover;
    }
    #slide .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 0;
    }

    .section{
        width: 100%;
        overflow: hidden;
    }
    .section .title{
        height: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .section .title p{
        font-size: 20px;
    }
    .section .title p img{
        height: 20px;
    }
    .section .title .rt {
        font-size: 12px;
    }

    .fast{
        margin-top: 20px;
    }
    .fast li{
        width: 50%;
        margin-bottom: 20px;
    }
    .fast li a{
        font-size: 16px;
    }

    .wrapper{
        height: auto;
        padding-top: 20px;
    }
    .dynamic, .box{
        float: none;
        width: 100%;
    }
    .box .img {
        height: auto;
        min-height: 200px;
    }
    .box .txt {
        height: 140px;
    }
    .dynamic div.rt, .policy{
        float: none;
        width: 100%;
    }

     .list{
        margin-bottom: 15px;
    }
    .list li{
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .policy{
        margin-top: 25px;
    }
    .video{
        margin-top: 0;
    }
    #video .swiper-slide a p{
        font-size: 16px;
    }

    .footer{
        height: auto;
        padding: 20px 0 10px;
        margin-top: 40px;
        font-size: 12px;
        background-size: cover;
    }
    .footer div.lf:first-of-type{
        display: none;
    }
    .footer div.lf p {
        font-size: 14px;
    }
    .footer a.rt{
        position: absolute;
        left: 10px;
        bottom: 50px;
    }
    .footer div.lf ul{
        margin-bottom: 10px;
    }
    .footer div.rt{
        margin-left: 20px;
    }
    .footer div.rt img{
        width: 100px;
    }

    .bread{
        height: auto;
        line-height: 20px;
        font-size: 15px;
        /*overflow: hidden;*/
    }
    .bread .lf{
        display: none;
    }
    .bread .rt{
        float: none;
    }
    .side{
        display: none;
    }
    .column{
        margin: 20px 0 0;
        min-height: 300px;
    }

    .common-list li {
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 14px;
    }
    .common-list li p{
        margin-right: 90px;
    }
    .common-list li a {
        padding-left: 15px;
    }
    .common-list li a:before {
        top: 7px;
    }

    .caption h3{
        line-height: 25px;
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .caption p span{
        font-size: 12px;
        margin: 0 5px;
    }
    .content {
        margin-top: 15px;
        padding-bottom: 15px;
        min-height: 150px;
    }
    .profile {
        padding: 15px 0;
        min-height: 150px;
    }

    .view-list{
        margin: 20px -8px 0;
    }
    .view-list li{
        width: 50%;
        padding: 0 8px;
        margin-bottom: 20px;
    }
    .view-list li a{
        height: auto;
        min-height: 110px;
    }
    .view-list li p {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .modal-img {
        left: 0;
        right: 0;
        text-align: center;
        transform: translateX(0) translateY(-50%);
    }
    .modal-img img {
        max-width: 100%;
    }
    .modal .prev{
        left: 0;
    }
    .modal .next{
        right: 0;
    }

    .table-box{
        width: 100%;
        padding-bottom: 10px;
        overflow: auto;
    }
    .table{
        min-width: 1080px;
    }
    .query input{
        width: 100%;
        margin: 10px 0 20px;
    }
    .query button{
        display: block;
        width: 100%;
        height: 40px;
        margin: 0 auto;
        border-radius: 6px;
    }
    .query p{
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .query p select{
        margin-right: 0;
        flex-grow: 1;
    }

   .bkxx{
        float: none;
        width: 100%;
        display: block;
    }
    .sbxx{
        float: none;
        width: 100%;
        display: block;
    }
    .side{
        margin-top: 20px;
    }
    .side p{
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
    .side p img{
        height: 20px;
    }

}
