@media screen and (max-width: 1600px) and (min-width:0px) {
    .AboutBox1 .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .AboutBox1 .left {
        width: calc(100% - 960px);
    }

    .AboutBox1 .right {
        width: 960px;
    }

    .AboutBox5 .right {
        padding: 0 160px 0 45px;
    }

    .newsTop .container .left {
        width: 700px;
    }

    .newsTop .container .right {
        width: calc(100% - 700px);
    }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
    .AboutBox1 .left {
        width: 100%;
        margin-bottom: 45px;
    }

    .AboutBox1 .right {
        width: 100%;
    }

    .AboutBox4 {
        background-size: 130% 100%;
    }

    .honor {
        width: 960px;
    }

    .AboutBox5 .right {
        padding: 0 45px;
    }

    .iconBox5 {
        left: 30px;
        bottom: 30px;
    }

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

    .newsTop .container {
        padding: 60px 30px;
    }

    .newsTop .container .left {
        width: 500px;
    }

    .newsTop .container .right {
        width: calc(100% - 500px);
    }
}

@media screen and (max-width: 1200px) and (min-width:0px) {
    .AboutBox2 .item .text {
        padding: 0 45px;
    }

    .AboutBox2 .item .text h1 {
        font-size: 32px;
    }

    .AboutBox2 .item:hover .text {
        padding: 0px 120px;
    }

    .honor {
        width: 760px;
    }

    .AboutBox5 {
        display: flex;
        flex-direction: column-reverse;
    }

    .AboutBox5 .left {
        width: 100%;
    }

    .AboutBox5 .right {
        width: 100%;
        padding: 75px 45px;
    }

    .box-3 {
        overflow: hidden;
        background: #dcdcdd;
    }

    .box-3 .text {
        left: 5vw;
        position: relative;
    }

    .box-3>img {
        position: relative;
        width: 130%;
        z-index: 1;
    }

    .newsTop .container .left {
        width: 400px;
        display: flex;
        align-items: center;
    }

    .newsTop .container .right {
        width: calc(100% - 400px);
        padding-left: 45px;
    }
}

@media screen and (max-width: 992px) and (min-width:0px) {

    .AboutBox1,
    .AboutBox2,
    .AboutBox3,
    .AboutBox4,
    .AboutBox5 {
        overflow: hidden;
    }

    .Nybanner {
        margin-top: 60px;
    }

    .AboutBox3 img {
        min-height: 600px;
    }

    .honor {
        width: 500px;
    }

    .honorSlide {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }

    .honorSlide p {
        text-align-last: center;
    }

    .HonorBox .item {
        margin-bottom: 0;
    }

    .iconBox5 .icon {
        margin: 45px 0;
    }

    .AboutBox5 .right p {
        line-height: 5;
    }

    .AboutBox2 .item .text {
        padding: 0px 15px;
    }

    .AboutBox2 .item:hover .text {
        padding: 0px 30px;
    }

    .honor .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .honor .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .box-3 {
        background: linear-gradient(0deg, #f4f4f5 6.69%, #dcdcdd 96.42%);
    }

    .box-3>img {
        width: 100%;
    }

    .box-3 .text {
        left: 3vw;
    }

    .box-4 {
        padding: 90px 15px 140px;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .box-4 .ListBox {
        width: 48%;
        flex: none;
        margin: 0;
        margin-bottom: 15px;
    }

    .box-4 .ListBox:hover {
        flex: none;
    }

    .videoBox {
        margin-top: 60px;
    }

    .newsTopSlide {
        display: flex;
        flex-direction: column;
    }

    .newsTop .container .left {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .newsTop .container .right {
        width: 100%;
        padding-left: 0;
        margin: 45px 0;
    }

    .newsTop .container .right p {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 45px;
    }

    .NewsList {
        width: calc(50% - 30px);
        margin: 45px 15px;
    }


}

@media screen and (max-width: 640px) and (min-width:0px) {
    .AboutBox2 .itemBox {
        display: flex;
        flex-direction: column;
    }

    .AboutBox2 .item .text h1 {
        font-size: 18px;
    }

    .AboutBox2 .item .text h2 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .AboutBox2 .item .text p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .AboutBox3 .text p {
        width: 100%;
    }

    .honor {
        width: 280px;
    }

    .honorSwiper {
        width: 200px;
    }

    .honorSlide {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }

    .HonorBox .item p {
        margin: 0 30px;
    }

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

    .AboutBox5 .left>img {
        width: 650px;
    }

    .iconBox5 .icon {
        margin: 30px 0;
    }

    .iconBox5 {
        left: 15px;
        bottom: 30px;
    }

    .iconBox5 .icon .EWM {
        bottom: 0;
    }

    .box-4 .ListBox {
        width: 100%;
        margin-bottom: 15px;
    }

    .box-3 .text {
        position: relative;
        left: 0;
        padding: 45px 15px 15px;
    }

    .box-3>img {
        width: 100%;
    }

    .NewsList {
        width: 100%;
        margin: 30px 15px;
    }

    .bigimg {
        height: 60vh !important;
    }

    .AboutBox2 {
        height: 100vh;
    }

    .AboutBox2 .item .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .box-3 .text h1 {
        font-size: 18px;
    }

    .box-3 .text h1 span {
        font-size: 36px;
    }

    .box-3 .text h3 {
        font-size: 18px;
        line-height: 2;
    }

    .box-3 .text .more {
        margin: 30px 0;
    }

    .imgBox img {
        width: 40vw;
    }

    .box-3 {
        background: linear-gradient(0deg, #f4f4f5 6.69%, #dcdcdd 96.42%);
    }

    .Ny_cont {
        margin: 0 5%;
    }

    .newsTop .container .right h1 {

        line-height: 1.5;
    }
}