﻿@media screen and (min-width: 2540px) {
    .container {
        width: 75%;
    }

    .newslist .swiper-slide .img {
        width: 1200px;
        height: 527px;
    }
    .picture .box .img{
        height: 344px;
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {
    .container {
        width: 85%;
    }

    .imglist .box .img {
        width: 217px;
        height: 445px;
    }

    .methods .box:nth-child(2n) {
        margin-left: 0;
    }

    .newslist .swiper-slide .righttext {
        width: calc(100% - 690px - 40px);
    }

    .navigation ul li a {
        font-size: 16px;
    }

    .column ul li span {
        font-size: 20px;
    }

    .column-btn {
        padding: 100px 0;
    }
    .picbox .box .img{
        width: 440px;
        height: 244px;
    }
    .picbox .box .text{
        width: calc(100% - 440px);
    }
    .picture .box .img{
        height: 208px;
    }
    .picture .box .text span{
        font-size: 18px;
        word-break: normal;
    }
}

@media screen and (max-width: 1280px) {
    .newslist .swiper-slide .img {
        width: 670px;
        height: 365px;
    }

    .newslist .swiper-slide .righttext {
        width: calc(100% - 670px);
        padding: 0 30px;
    }

    .imglist .box .img {
        width: 183px;
        height: 375px;
    }
    .picture .box .img{
        height: 188px;
    }
}

@media screen and (max-width: 1140px) {
    .container {
        width: 95%;
    }

    .column-btn {
        padding: 60px 0;
    }

    .links {
        display: none;
    }

    .newslist .swiper-btn {
        display: none;
    }

    .news {
        padding: 40px 0;
    }
    .picbox .box .text .title{
        font-size: 18px;
        word-break: normal;
        margin-top: 10px;
    }
    .picbox .box .text .time{
        font-size: 14px;
        margin-top: 0;
    }
    .listbox .box .title{
        font-size: 18px;
        margin-top: 0;
        padding: 20px 0;
        margin: 0 20px;
    }
    .listbox .box .time .day{
        font-size: 18px;
    }
    .listbox .box .time .year{
        font-size: 12px;
    }
    .listbox .box .time{
        width: 60px;
        height: 60px;
        left: 20px;
    }
    .picbox .box a{
        display: block;
    }
    .picbox .box .img{
        width: 100%;
        height: 100%;
    }
    .picbox .box .text{
        width: 100%;
        padding: 0;
    }
    .picture{
        display: block;
    }
    .picture .box{
        width: 100%;
    }
    .picture .box .img{
        height: 100%;
    }
    .detail{
        padding: 10px;
        text-align: justify;
    }
    .detail .text p img{
        width: 100% !important;
        height: 100% !important;
    }
    .listbox .box{
        padding: 40px 0;
    }
    .listbox{
        margin-top: 30px;
    }
    .picbox .box{
        margin-bottom: 20px;
    }
    .picture .box .text{
        height: auto;
    }

}

.banq p br {
    display: none !important;
}

@media screen and (max-width: 860px) {
    .banq p br {
        display: block !important;
    }

    header {
        display: none;
    }

    .navigation {
        display: none;
    }

    .mbheader {
        display: block;
    }

    .column ul li {
        width: calc(100% / 2);
    }

    .column {
        padding: 10px;
    }

    .column ul li {
        margin-bottom: 0;
    }

    .column ul li span {
        font-size: 14px;
    }

    .column ul li .img {
        width: 60px;
        height: 60px;
    }

    .column-btn {
        padding: 10px 0;
    }

    .news {
        padding: 10px 0;
    }

    .news .theme .letter {
        font-size: 35px;
    }

    .news .theme .redletter {
        font-size: 35px;
        width: 35px;
        height: 50px;
    }

    .newslist .swiper-slide a {
        display: block;
    }

    .newslist .swiper-slide .righttext {
        width: 100%;
        padding: 0 10px;
    }

    .newslist::before {
        width: 100%;
        bottom: -10px;
    }

    .newslist .swiper-slide .img {
        width: 100%;
        height: 100%;
    }

    .newslist .swiper-slide .newsicon,
    .newslist .swiper-slide .text .title,
    .newslist .swiper-slide .text .disc {
        margin-top: 10px;
    }

    .newsbox .more {
        display: none;
    }

    .newsbox .boxlist {
        display: block;
        width: 100%;
    }

    .newsbox .boxlist .box {
        width: 100%;
        margin-bottom: 10px;
    }

    .newsbox .boxlist .box a {
        display: block;
        padding: 10px 0;
    }

    .newsbox .boxlist .box .time {
        margin-left: 0;
    }

    .newsbox {
        margin-top: 20px;
    }

    .programs {
        padding: 20px 0;
    }

    .programs .imglist {
        width: 100%;
        overflow-x: scroll;
    }

    .programs .container {
        flex-direction: column-reverse;
    }

    .proright {
        padding: 0;
    }

    .imglist .box {
        width: calc(100% / 2);
    }

    .imglist .box .produce {
        width: 200px;
        height: 60px;
        top: 70px;
        right: -70px;
    }
    .imglist .box .produce span{
        font-size: 18px;
        margin-left: 10px;
    }
    .proright .prodisc{
        margin-top: 10px;
        line-height: 170%;
    }
    .proright .more{
        margin: 10px 0 20px 0;
    }
    .programs .theme .letter{
        font-size: 35px;
    }
    .programs .theme .redletter{
        font-size: 35px;
        width: 45px;
        height: 50px;
    }
    .newsbox .boxlist .box:nth-child(4){
        display: none;
    }
    footer .right{
        display: none;
    }
    footer .left{
        width: 100%;
    }
    footer .left .logo{
        width: 100%;
        height: 100%;
    }
    footer .left .logo img{
        width: 100% ;
    }
    .contact .title{
        margin-top: 10px;
    }
    footer{
        padding: 20px 0 10px 0;
    }
    .newslist{
        margin-top: 20px;
    }
    .banlist .swiper-pagination{
        display: none;
    }
    .newslist .swiper-slide .text .title{
        font-size: 22px;
    }
    .news .moreph{
        display: block;
        margin-top: 30px;
    }
    .detail .title{
        font-size: 22px;
        line-height: 30px;
    }
    .detail .info div{
        margin-left: 0;
        font-size: 12px;
    }
    .detail .text{
        padding: 0;
    }
    .detail .text p{
        margin-bottom: 20px;
        font-size: 16px;
    }
    .position{
        margin: 20px 0;
    }
    .position .container{
        display: block;
    }
    .position .currcolumn a{
        padding: 5px 0;
    }
    .position .current{
        margin-top: 15px;
    }
    .nmain{
        margin: 20px 0;
    }
}