@media screen and (max-width: 1400px) {
    .banner {
        height: auto;
        width: 100vw;
    }

    .swiper {
        height: 100%;
        width: 100%;
    }

    .banner .swiper-slide {
        position: relative;
        display: block;
        height: 100vh;
        overflow: hidden;
        width: 100%;
    }

    .swiper img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    .content-second {
        max-width: 1200px !important;
        margin: 0 auto;
    }

    .second-left {
        /* mar */
        padding-left: 50px !important;
    }

    .second-right {
        padding-right: 30px !important;
    }

    .third-news {
        padding-left: 40px !important;
    }

    .div-container-outer {
        display: block;
        padding: 40px 37px 40px !important;
        width: 100%;
    }

    .footer-padding {
        padding-left: 40px;
    }

    .news-words-texts {
        flex: 1;
        margin: 0 10px;
        padding: 0 !important;
    }

    .news-words-texts:first-child {
        margin-right: 0;
        margin-left: 0;
    }

    .jinzenew-body {
        max-width: 1200px!important;
        margin: 0;
    }

}
@media screen and (min-width: 1400px) {
    .banner {
        height: auto;
        width: 100vw;
    }

    .swiper {
        height: 100%;
        width: 100%;
    }

    .banner .swiper-slide {
        position: relative;
        display: block;
        height: 100vh;
        overflow: hidden;
        width: 100%;
    }

    .swiper img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    .content-second {
        max-width: 1400px !important;
        margin: 0 auto;
    }
    .div-container {
        display: block;
        max-width: 1400px;
        width: 100%;
        margin: 0px auto;
    }

    .news-words-texts {
         flex: 1;
        width: 441.67px;
        /* margin: 0 18px; */
        /* padding: 0 !important; */
    }
    .news-words-texts:first-child {
        /* margin-right: 19px; */
    }

}