﻿/*1400以下分辨率显示样式*/
@media screen and (max-width: 1400px){
    body,.header{
        min-width: 100%;
    }
    .container{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .fixed .menu>li {
        width: 90px;
    }
    .dynamic ul {
        float: right;
        width: 48%;
    }
    .banner h1{
        width: 1200px;
    }
}

/*手机端样式*/
@media screen and (max-width: 480px){
    body,.header{
        min-width: 100%;
    }
    .container{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: visible;
    }
    .top{
        position: relative;
        font-size: 13px;
    }
    .top span{
        padding: 0 5px;
    }
    .top .toggle{
        position: absolute;
        top: 7px;
        left: 10px;
        bottom: 7px;
        width: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #D31F3D;
        border-radius: 3px;
    }
    .top .toggle i{
        display: inline-flex;
        width: 30px;
        height: 3px;
        margin: 3px 0;
        background-color: #fff;
    }
    .header{
        position: relative;
        background: #fff;
    }
    .logo{
        height: 40px;
        padding: 10px 0;
    }
    .logo i{
        width: 100%;
        height: 40px;
        background-image: url(../image/logo-red.png);
        background-size: contain;
    }
    .search{
        display: none;
    }
    .nav{
        padding-bottom: 0;
    }
    .menu{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: rgba(0,0,0,.9);
        transition: .5s;
        transform: translateX(-100%);
    }
    .menu.show{
        transform: translateX(0);
    }
    .menu>li>a{
        font-size: 16px;
    }
    .menu>li:hover>a{
        background-color: transparent;
    }
    .menu>li{
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ddd;
    }
    .menu>li span{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 28px;
        text-align: center;
        display: block;
        transition: .3s;
    }
    .menu>li span.on{
        transform: rotate(45deg);
    }
    .sub-menu li a{
        margin-top: 0;
        border-top: 1px solid #ddd;
    }

    .slide,.slideBox{
        height: auto;
        padding-top: 0;
    }
    .slide .down{
        display: none;
    }

    .title{
        padding: 25px 0;
    }
    .title h1{
        font-size: 24px;
    }
    .title h1 span{
        font-size: 16px;
    }
    .title h1:after{
        width: 45px;
        height: 3px;
    }
    .title h2{
        font-size: 24px;
    }
    .title div span{
        font-size: 14px;
    }

    .news{
        height: auto;
    }
    .news .bd{
        overflow-x: auto;
    }
    .news ul{
        width: 300vw;
        margin: 0 -10px;
        opacity: 1;
    }
    .news ul li{
        width: calc(100vw - 20px);
        margin: 0 10px 20px;
    }
    .news ul li>a{
        height: 200px;
    }
    .news ul li .date{
        top: 160px;
        padding: 5px 15px;
    }
    .news ul li .date h2{
        line-height: 35px;
        font-size: 28px;
    }
    .news ul li .info {
        padding: 40px 20px 25px;
    }
    .news ul li h3{
        font-size: 18px;
    }
    .news ul li p{
        margin: 15px 0 25px;
        height: 60px;
        line-height: 20px;
        font-size: 14px;
    }
    .news ul li .info>a{
        line-height: 20px;
        padding-left: 28px;
        font-size: 14px;
        background-size: contain;
    }

    .wrapper {
        height: auto;
        padding-bottom: 25px;
        background-size: cover;
    }
    .wrapper .title {
        padding: 25px 0;
    }
    .dynamic{
        width: 100%;
    }
    .box{
        height: auto;
        overflow: hidden;
        opacity: 1;
    }
    .dynamic .box>.lf {
        width: 100%;
    }
    .dynamic ul{
        width: 100%;
        padding-top: 10px;
        margin: 0;
    }
    .dynamic ul li a{
        font-size: 16px;
    }

    .information{
        width: 100%;
    }
    .information ul{
        margin: 0;
    }
    .information ul li .date{
        width: 75px;
        height: 75px;
        padding: 8px 0;
    }
    .information ul li h2{
        line-height: 35px;
        font-size: 30px;
    }
    .information ul li p{
        margin-left: 90px;
        height: 50px;
        line-height: 25px;
    }
    .information ul li a{
        font-size: 16px;
    }

    .links ul{
        margin-bottom: 20px;
        opacity: 1;
    }
    .links ul li{
        /*width: 50%;*/
        margin: 5px 0;
        padding: 0 15px;
        font-size: 16px;
    }

    .service{
        height: auto;
        padding-bottom: 15px;
    }
    .service p{
        margin: 20px 0;
        font-size: 20px;
    }
    .service p span{
        font-size: 14px;
    }
    .service ul{
        display: block;
    }
    .service ul li{
        float: left;
        width: 50%;
        line-height: 30px;
        margin-right: 0;
    }
    .service ul li a{
        font-size: 16px;
    }
    .service ul li img{
        height: 18px;
    }

    .contact .lf img{
        margin: 20px 0;
    }
    .contact ul{
        padding: 0 0 15px;
        width: 100%;
        font-size: 12px;
    }
    .contact ul li{
        width: 45%;
        line-height: 30px;
    }
    .contact ul li:nth-child(even){
        width: 55%;
    }
    .contact ul li img{
        height: 14px;
        margin-right: 5px;
    }

    .copy{
        line-height: 25px;
        padding: 6px 0;
        font-size: 12px;
    }
    .copy span{
        display: block;
        margin-left: 0;
    }

    .banner{
        overflow: hidden;
    }
    .banner img{
        width: auto;
        max-width: none;
        height: 100px;
    }

    .side{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .side>p{
        font-size: 20px;
    }
    .side p span{
        display: block;
        float: right;
    }
    .side ul{
        display: none;
    }
    .side img{
        display: none;
    }
    .column{
        margin-left: 0;
    }
    .column>h2{
        font-size: 22px;
    }
    .common-list li{
        padding: 10px;
    }
    .common-list li .date{
        padding-right: 15px;
    }
    .common-list li .date h3{
        line-height: 30px;
        font-size: 20px;
    }
    .common-list li>p{
        margin-left: 90px;
        font-size: 18px;
        background-size: 15px auto;
    }

    .detail>h3{
        line-height: 30px;
        font-size: 20px;
    }
    .detail>h4{
        font-size: 12px;
    }
    .detail>h4 span{
        margin: 0 5px;
    }
    .content {
        margin-top: 20px !important;
        font-size: 16px !important;
    }

    .org {
        margin: 0 0 20px;
    }
    .org:last-of-type{
        padding-bottom: 100px;
    }
    .org li{
        width: 100%;
        padding: 20px 0 5px;
    }
    .org li div {
        width: 100% !important;
        padding: 20px 30px;
    }

}