@media screen and (max-width: 768px) {
   html{width: 100%;
    overflow-x: hidden;}
    body{
        min-width: 320px;width: 100%;
    overflow-x: hidden;
    }
    .container {
        width: 100%;
    }
.nav>ul{
	display: block;
}
.sbanner{
	height: 168px;
}
.sbanner>img{
	height: 168px;
}

    .header{
        position: relative;
        top: 0;
        height: auto;
    }
    .header .container>img{
        height: 40px;
        margin: 10px;
    }
    .header .toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .header .toggle img{
        margin: 0;
    }
    .search{
        display: none;
    }
    .nav{
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        margin: 0;
        background: rgba(255,255,255,.9);
        display: none;
        z-index: 999;
    }
    .nav ul li{
        float: none;
        padding: 10px 0;
        border-top: 1px solid #ccc;
    }
    .nav ul li:before{
        display: none;
    }

    .slideBox .hd{
        bottom: 10px;
    }
    .slideBox .prev,
    .slideBox .next{
        display: none;
    }

    .section{
        /*display: none;*/
    }

    .news{
        margin-top: 0;
    }
    .news ul li{
        float: none;
        width: 100%;
        height: 238px;
        margin-bottom: 1px;
    }
    .news ul li:nth-child(2),
    .news ul li:nth-child(3){
        margin: 0 0 1px 0;
        padding-top: 40px;
        height: 198px;
    }

    .works ul{
        height: 1620px;
    }
    .works ul li{
        width: 100%;
    }
    .works ul li:nth-child(2){
        left: 0;
        top: 541px;
    }
    .works ul li:nth-child(3){
        left: 0;
        top: 810px;
    }
    .works ul li:nth-child(4){
        left: 0;
        top: 1079px;
    }
    .works ul li:nth-child(5){
        left: 0;
        top: 1348px;
    }

    .department ul li{
        float: none;
        width: 100%;
    }
    .department ul li:nth-child(2),
    .department ul li:nth-child(5){
        margin: 0 0 2px 0;
    }
    .department ul li:nth-child(4),
    .department ul li:nth-child(6){
        display: none;
    }

    .footer{
        height: auto;
        padding: 20px 5px;
    }
    .footer .link{
        display: none;
    }
    .footer .infos p:last-child {
        height: auto;
        line-height: 30px;
        margin-top: 0;
        border: none;
    }
    .footer .qr{
        top: 25px;
    }
    .footer .qr img{
        visibility: hidden;
    }

    .sub-section{
        margin-top: 0;
    }
    .caption{
        top: 30%;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    .caption h1{
        font-size: 18px;
    }
    .caption h2{
        font-size: 16px;
    }

    .aside{
        float: none;
        width: 100%;
        height: auto !important;
        overflow-x: auto;
    }
    .aside>ul>li>a{
        display: none;
    }
    .aside .sub-menu{
        padding-bottom: 0;
        height: 50px;
        min-height: auto;
        width: max-content;
    }
    .aside .sub-menu li{
        float: left;
    }
    .aside .sub-menu li a{
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        font-size: 16px;
        border: none;
    }
    .aside li img{
        display: none;
    }
    .column{
        margin-left: 0;
        padding: 0 15px;
    }
    .column_title{
        height: 40px;
        line-height: 40px;
        padding-top: 10px;
        border-bottom: 2px solid #0B0B0B;
        overflow: hidden;
    }
    .column_title h2{
        display: none;
    }
    .column_title .rt{
        float: none;
    }

    .col_caption h2 {
        font-size: 18px;
    }
    .col_caption p{
        font-size: 12px;
    }

    .img-list li{
        width: 50%;
    }

    .notice li:after {
        transform: scale(0.6);
    }

    .list-names li {
        width: 50%;
    }

   .channellist ul li {
        float: none;
        width: auto;
    }

    .wrap{
        width: 100%;
        overflow-x: auto;
    }
   #tiles li{
        width: 80%;
        left: 10% !important;
   }

}