@media screen and (max-width: 1600px) and (min-width:0px) {
    .JobSlide .text h1 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .JobSlide .text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }


}

@media screen and (max-width: 1440px) and (min-width:0px) {
    .NewsList a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 15px;
    }

    .NewsList a img {
        width: 100%;
        max-width: 320px;
    }

    .NewsList .NewsText {
        padding: 30px 0;
    }

    .NewsList .NewsTime {
        padding: 30px 0;
    }

    .NewsList .NewsTime {
        padding: 30px 15px;
    }

    .NewsList .NewsText p {
        font-size: 14px;
        line-height: 1.5;
    }

    .Ny_NewsPost .bottom {
        display: flex;
        justify-content: flex-start;
        margin-top: 120px;
    }

    .Ny_NewsPost .bottom a img {
        margin: 0 5px;
        width: 30px;
    }

    .Ny_NewsPost .left {
        width: 300px;
    }

    .Ny_NewsPost .right {
        width: calc(100% - 300px);
        max-width: 960px;
    }

    .Ny_NewsPost .bottom a {
        letter-spacing: 0;
        margin: 0 10px;
    }
}

@media screen and (max-width: 1200px) and (min-width:0px) {
    .Ny_JobText {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .Ny_JobText img {
        margin: 0 auto;
        width: auto;
        max-width: 100%;
    }

    .Ny_JobText span {
        padding-left: 0px;
    }

    .Ny_Add {
        padding: 60px 30px;
        background: #f7f7f7;
    }

    .Ny_Add p {
        font-size: 14px;
    }

    .Ny_Product_top .container .ImgBox .back {
        justify-content: flex-start;
    }

    .Ny_Product_top .container .ImgBox .back img {
        width: 30px;
        margin-right: 15px;
    }

    .ProductSwiper .pdf {
        justify-content: flex-end;
    }

    .ProductSwiper .pdf img {
        width: 30px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 992px) and (min-width:0px) {
    .JobSlide .text span {
        font-size: 14px;
    }

    .JobSlide .text h1 {
        font-size: 16px;
    }

    .JobSlide .text p {
        font-size: 12px;
    }

    .NewsList a {
        display: flex;
        flex-direction: column;
    }

    .NewsList .NewsTime {
        max-width: 100%;
        align-items: center;
        padding: 15px 15px;
    }

    .NewsList .NewsText {
        padding: 0;
        max-width: 100%;
    }

    .NewsList .NewsTime span {
        font-size: 18px;
        line-height: 2;
    }

    .NewsList .NewsTime h1 {
        line-height: 1;
    }

    .Ny_NewsPost {
        padding-top: 60px;
        display: flex;
        flex-wrap: wrap;
    }

    .Ny_NewsPost .left {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .Ny_NewsPost .bottom {
        display: flex;
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 60px;
    }

    .Ny_NewsPost .right {
        width: 100%;
    }

    .Ny_NewsPost .right .Ny_postTitle h1 {
        text-align: center;
    }

    .Ny_NewsPost .right strong {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .Ny_NewsPost .right .Ny_postTitle {
        align-items: center;
    }

    .Ny_ContentText .Ny_postTitle img {
        width: 100%;
    }

    .Ny_ContentText .bottom .Ny_Add {
        margin: 30px 0;
        width: 100%;
    }

    .Ny_ContentText .bottom {

        flex-wrap: wrap;
    }

    .Ny_ContentText .top {
        display: flex;
        flex-wrap: wrap;
    }

    .Ny_ContentText .Ny_postTitle {
        width: 100%;
        align-items: center;
    }

    .Ny_Navigation_Nav .NyNavigation a {
        font-size: 14px;
        padding: 0 5px;
    }

    .Ny_Navigation_Nav .NyNav a {
        padding: 0 10px;
        line-height: 25px;
        height: 25px;
    }

    .Ny_Navigation_Nav .NyNav a::after {
        height: 25px;
    }

    .Ny_Product_top .container {
        display: flex;
        flex-wrap: wrap;
    }

    .Ny_Product_top .container .textBox {
        width: 100%;
        background: #ececec;
    }

    .Ny_Product_top .container .textBox::after {
        display: none;
    }

    .Ny_Product_top::after {
        display: none;
    }

    .Ny_Product_top .container .ImgBox {
        width: 100%;
        padding: 0 30px;
    }

    .Ny_Product_top .container .textBox h1 {
        font-size: 28px;
        width: 100%;
        text-align: center;
        padding: 45px 0;
        letter-spacing: 0;
    }

    .ProductSwiper {
        width: 100%;
    }

    .Ny_Product_top .container .ImgBox .back {
        position: absolute;
    }

    .ProductSlide {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) and (min-width:0px) {
    .Nybanner {
        margin-top: 60px;
    }

    .NybannerText p a {
        font-size: 14px;
    }

    .Nybanner img {
        min-height: 300px;
    }

    .NybannerTextAbout.NybannerText {
        width: 300px;
        left: calc(50% - 150px);
    }

    .NybannerText {
        width: 200px;
        left: calc(50% - 100px);
    }

    .NybannerText h1 {
        width: 100%;
    }

    .NybannerText h2 {
        font-size: 14px;
        letter-spacing: 0px;
        text-transform: uppercase;
    }

    .NybannerText h1 {
        font-size: 28px;
    }

    .NybannerTextAbout h1 span {
        width: 75px;
    }

    .NybannerText h2::after {
        width: 45px;
    }

    .NybannerText h2::before {
        width: 45px;
    }

    .inside_about {
        margin-top: 30px;
    }

    .inside_about .Ny_postTitle {
        padding: 15px;
    }

    .wenhua {
        display: flex;
        flex-wrap: wrap;
    }

    .wenhua .left img {
        width: 100%;
    }

    .wenhua .left span {
        right: 0;
        width: 100%;
        align-items: center;
    }

    .wenhua .left span h1 {
        font-size: 24px;
    }

    .wenhua .left span p {
        font-size: 16px;
    }

    .wenhua .right {
        background: linear-gradient(90deg, #71BF44 0%, #54C5CF 100%);
        width: 100%;
        padding: 0;
        font-size: 15px;
        letter-spacing: -1px;
        padding-top: 30px;
        padding-bottom: 30px;
        justify-content: center;
    }

    .inside_about .Ny_postTitle {
        width: 100%;
    }

    .FZLCBox .time {
        width: 60px;
        font-weight: bold;
        line-height: 30px;
        font-size: 16px;
        letter-spacing: 0;
    }

    .FZLCBox .text {
        width: calc(100% - 100px);
    }

    .FZLCBox span {
        width: 20px;
        height: 20px;
        top: 5px;
    }

    .FZLCBox span::after {
        left: 9px;
    }

    .FZLCBox .text h1 {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .FZLCBox .text p {
        font-size: 14px;
        letter-spacing: 0;
    }

    .FZLCBox {
        padding-bottom: 60px;
    }

    .honor {
        padding-top: 45px;
        padding-bottom: 90px;
        background-size: cover;
    }

    .ProductImg img {
        height: 300px;
        object-fit: cover;
    }

    .SCCJSlide .text {
        padding: 0;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-size: 14px;
        text-align: center;
    }

    .ProductImg .text .NyNav {
        display: flex;
        justify-content: space-evenly;
    }

    .ProductImg .text .NyNav a {
        margin: 0;
    }

    .Ny_CaseNav {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .Ny_CaseNav a {
        text-align: center;
        font-size: 16px;
        line-height: 50px;
        color: #3A3A3A;
        background: #f5f5f5;
        margin-bottom: 5px;
    }

    .Ny_CaseNav a.active {
        font-weight: 700;
        color: #fff;
        background: #367B0E;
    }

    .JobItem .content h1 {
        padding: 0 30px;
    }

    .JobItem .content p {
        padding: 0 30px;
    }

    .NewsList .NewsTime h1 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 2;
    }

    .NewsList .NewsTime span {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0;
    }

    .inside_proDetails_top {
        width: 300px;
    }

    .inside_proDetails_top p {
        font-size: 18px;
    }

    .inside_proDetails_top::after {
        top: 57px;
    }

    .NyNavigation {
        display: none;
    }

    .Ny_Navigation_Nav .NyNav {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .JobAddLink {
        padding: 0 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ProductSlide img {
        width: 100%;
        height: auto;
    }

    .ProductSwiper {
        padding-bottom: 45px;
    }

    .ProductSwiper .pdf {
        bottom: 15px;
    }

    .Ny_Product_top .container .ImgBox .back {
        bottom: 15px;
    }
}