/*1400以下分辨率显示样式*/
@media screen and (max-width: 1400px){
    body,.header{
        min-width: 100%;
    }
    .container{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
    }
  	.header .container{
		overflow: visible;
    }
    .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;
    }
    .header .container{
		overflow: visible;
    }
    .top{
        display: block;
        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: #375877;
        border-radius: 3px;
    }
    .top .toggle i{
        display: inline-flex;
        width: 30px;
        height: 3px;
        margin: 3px 0;
        background-color: #fff;
    }
    .header{
        position: relative;
        background: #00214A;
    }
    .logo{
        height: 40px;
        padding: 10px 0;
    }
    .logo>a{
        top: -35px;
        color: #00214A;
    }

    .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 p{
        font-size: 18px;
    }

    .news>.lf,.news>.rt{
		width: 100%;
    }
    .news ul, .news ul li{
        width: 100%;
    }
    .news ul li>a {
        height: auto;
    }
    .news ul li .info{
        padding: 20px;
    }
    .news ul li .info h3{
        font-size: 20px;
    }
    .news ul li .info p{
        margin: 15px 0;
        font-size: 14px;
    }

    .news ol{
        width: 100%;
    }
    .news ol li{
        width: 50%;
        height: auto;
    }
    .news ol li>a{
        height: 99px;
    }
    .news ol li .info p{
        height: 4.5em;
        font-size: 14px;
    }

    .notice .title{
        width: 100%;
    }
    .notice .title>a{
        float: right;
        margin: 0;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 0;
        text-align: center;
    }
    .notice ul{
        width: 100%;
        margin: 0;
    }
    .notice ul li{
        width: 100%;
        padding: 15px;
    }
    .notice ul li:nth-child(4),
    .notice ul li:nth-child(5),
    .notice ul li:nth-child(6){
        display: none;
    }
    .notice ul li .info h3{
        height: auto;
        font-size: 16px;
    }

    .intro{
        height: auto;
        margin: 25px 0;
        overflow: hidden;
    }
    .video{
        width: 100%;
        height: 100%;
    }
    #play img{
        width: 50px;
    }
    .intro-info{
        width: 100%;
    }
    .topic{
        margin: 15px 10px;
    }
    .topic h2 {
        font-size: 26px;
    }
    .intro-info .info {
        width: 100%;
        height: 508px;
        line-height: 1.75em;
        margin-top: 25px;
        padding: 20px 15px;
        box-sizing: border-box;
        -webkit-line-clamp: 14;
    }

    .why{
        width: 100%;
    }
    .why ul{
        margin: 25px 0;
    }
    .why ul li a{
        width: 100%;
        height: 55px;
        line-height: 55px;
    }
    .why-right{
        width: 100%;
        padding-bottom: 40px;
    }
    .wrapper:before{
        display: none;
    }
    .mien>a.prev{
        left: 0;
    }
    .mien>a.next{
        right: 0;
    }

    .footer{
        height: auto;
    }
    .links{
        display: none;
    }
    .bottom p{
        margin-right: 60px;
        padding: 10px 0;
        line-height: 1.75em;
        font-size: 12px;
    }
    .bottom .rt{
        width: 50px;
        margin-top: 20px;
        text-align: right;
    }



    .banner{
        overflow: hidden;
    }
    .banner img{
        width: auto;
        max-width: none;
        height: 100px;
    }

    .side{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .side>p{
        height: 55px;
        line-height: 55px;
        padding-left: 20px;
        font-size: 20px;
    }
    .side>p span{
        display: block;
        float: right;
        margin-right: 15px;
    }
    .side ul{
        display: none;
    }
    .side img{
        display: none;
    }
    .column{
        margin-left: 0;
    }
    .column>h2{
        font-size: 22px;
    }
    .common-list li{
        padding: 10px;
        background: none;
    }
    .common-list li .date{
        padding-right: 15px;
    }
    .common-list li .date h3{
        line-height: 40px;
        font-size: 40px;
    }
    .common-list li h2{
        font-size: 16px;
    }
    .common-list li>p{
        margin: 5px 0;
    }

    .detail>h3{
        line-height: 30px;
        font-size: 20px;
    }
    .detail>h4{
        font-size: 12px;
    }
    .detail>h4 span{
        margin: 0 5px;
    }
    .content {
        font-size: 16px;
    }

    .download li {
        width: 100%;
        padding-top: 20px;
    }

    .mien-list {
        margin-top: 30px;
    }
    .mien-list li{
        width: 100%;
        margin-bottom: 30px;
    }
    .mien-list li div{
        margin-left: 210px;
    }
    .mien-list li h3 {
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .org li{
        width: 100%;
    }
    .org li a{
        width: 100%;
        margin-right: 0;
    }

    .mail{
        width: 100%;
        margin-top: 30px;
        padding: 0 10px 0 40px;
        box-sizing: border-box;
        background-position-x: 20px;
    }


}