@charset "utf-8";

@media screen and (max-width: 480px) {
    body{
        min-width: 100%;}
    .container{
        width: auto;
        padding: 0 15px;}

    .header{
        height: auto;
        padding-top: 15px;}
    .header .logo img{
        width: 80%;
        margin: 15px 0;}

    .toggle{
        display: block;
        position: absolute;
        top: 63px;
        right: 15px;
        width: 30px;
        font-size: 0;}
    .toggle i{
        display: inline-block;
        width: 100%;
        height: 4px;
        background: #800000;
        margin: 3px 0;}

    .search{
        float: none;
        clear: both;
        padding-bottom: 15px;}
    .search p{
        display: none;}
    .search form{
        position: relative;}
    .search input[type='text']{
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-right: 60px;
        box-sizing: border-box;}
    .search input[type='submit']{
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        line-height: 40px;}

    .nav{
        display: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: 130px;
        margin-top: 0;
        z-index: 999;}
    .menu{
        padding: 5px 0;}
    .menu>li{
        float: none;
        width: 100%;
        margin: 0;
        height: auto;
        text-align: center;
        border-bottom: 1px solid #ddd;}
    .menu>li:last-child{
        border-bottom: none;}
    .menu>li:hover:before{
        display: none;}
    .menu>li>a{
        display: inline-block;
        line-height: 40px;}
    .menu>li:hover{
        border-bottom: 1px solid #ddd;}
    .menu>li:hover>a {
        color: #fff;}
    .menu>li span{
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        color: #fff;
        font-size: 24px;
        font-weight: bolder;
        line-height: normal;
        transition: .3s;
        z-index: 999;}
    .menu>li span.active{
        transform: rotate(45deg);}
    .second-menu{
        position: static;
        width: auto;
        padding: 0;}
    .second-menu a{
        line-height: 40px;
        font-size: 14px;}

    .slideBox{
        margin-bottom: 0;}
    .slideBox .hd{
        bottom: 5px;}
    .slideBox>a{
        display: none;}

    .title h2{
        font-size: 20px;}
    .title h2:before{
        transform: scale(.8);}

    .news, .department, .notice, .media,
    .video, .video-box, .channel, .guide,
    .dynamic, .download {
        float: none;
        width: 100%;
        height: auto;}

    .news, .video-box, .dynamic{
        margin: 25px 0;}
    .media img{ height: auto;}
   .video-box{
       clear:both;
       padding-top: 20px;}

    .pictures .bd{
        width: 100%;
        overflow: hidden;}

    .fast-link>ul{
        float: none;
        padding-bottom: 0;}
    .fast-link>ul>li{
        float: none;
        width: 100%;
        margin-bottom: 15px;}
    .fast-link>p{
        margin: 0 0 15px 0;
        text-align: center;}

    .footer{
        padding: 15px 0;}


    .section{
        min-height: 100%;}

    .side{
        float: none;
        width: 100%;
        margin: 0 0 20px;}
    .side p{
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        position: relative;}
    .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: 20px 0 0;}
    .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{
        line-height: 30px;
        margin: 20px 0 0;
        font-size: 20px;}
    .content, .profile{
        overflow: hidden;}
    .content img, .profile img{
        height: auto;}
    .content video, .content table, .profile video, .profile table{
        width: 100%;
        height: auto;}
    .detail>p{
        font-size: 14px;}
    .profile{
        padding: 20px 0;
        min-height: 150px;}

    .img-list li{
        float: none;
        margin: 0 auto 20px;}

}