/* 大屏 */
@media screen and (min-width: 1441px) {
  body{
    overflow-x: hidden;
  }
  .banxin1440 {
    width: 1440px;
  }

  .topVideoBlank {
    height: 585px;
    width: 1097px;
  }

  .topVideoW {
    width: 1283px;
    height: 765px;

    padding: 0 20px;
  }

  .topVideo {
    height: 533px;
  }

  .InspiratCon {
    padding: 158px 0 0px 93px;
    width: 1440px;
    height: 667px;
    box-sizing: border-box;
  }
  .pageWrap{
    min-width: 1440px;
  }
  .gridSwiper {
  min-width: 1440px;
  max-width: 1920px;
}
}

/* 中屏（你现在问的这个） */
@media screen and (max-width: 1440px) and (min-width: 1080px) {
  body{
    overflow-x:hidden;
  }
  .banxin1440 {
    width: 1080px;
  }

  .topImgW {
    width: 800px;
  }

  .topVideoW {
    padding: 0;
    height: 765px;
    width: 800px;
  }

  .topVideoBlank {
    height: 587px;
    width: 683px;
    margin-left: 5px;
  }

  .topVideo {
    height: 380px;
    margin-top: 30px;
  }

  /* tab切换 */
  .InspiratCon {
    width: 1080px;
    height: 500px;
    padding: 70px 0 0px 43px;
    box-sizing: border-box;
  }

  .You-mark {
    width: 350px;
  }

  .JianVideo {
    width: 400px;
  }

  /* 左右文字 */
  .prodImg {
    /* width: 520px !important;
  height: 322px !important; */
  }

  .txt600Size50 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  /* js-swiper */
  .js-swiper,
  .curved-mask.top,
  .curved-mask.bottom {
    min-width: 1080px;
  }

  .js-swiper-wrap-flex {
    max-width: 1080px;
  }

  .js-swiper-video {
    object-fit: fill;
    height: 90%;
  }

  /* 底部 */
  .bottCon {
    width: 1000px;
  }

.pageWrap{
    min-width: 1080px;
  }
    .gridSwiper {
  min-width: 1080px;
  max-width: 1441px;
}
}

/* 小屏 */
@media screen and (max-width: 1079px) {
    body{
    overflow-x:auto;
  }
   .banxin1440 {
    width: 1080px;
  }

  .topImgW {
    width: 800px;
  }

  .topVideoW {
    padding: 0;
    height: 765px;
    width: 800px;
  }

  .topVideoBlank {
    height: 587px;
    width: 683px;
    margin-left: 5px;
  }

  .topVideo {
    height: 380px;
    margin-top: 30px;
  }

  /* tab切换 */
  .InspiratCon {
    width: 1080px;
    height: 500px;
    padding: 70px 0 0px 43px;
    box-sizing: border-box;
  }

  .You-mark {
    width: 350px;
  }

  .JianVideo {
    width: 400px;
  }

  /* 左右文字 */
  .prodImg {
    /* width: 520px !important;
  height: 322px !important; */
  }

  .txt600Size50 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  /* js-swiper */
  .js-swiper,
  .curved-mask.top,
  .curved-mask.bottom {
    min-width: 1080px;
  }

  .js-swiper-wrap-flex {
    max-width: 1080px;
  }

  .js-swiper-video {
    object-fit: fill;
    height: 90%;
  }

  /* 底部 */
  .bottCon {
    width: 1000px;
  }

.pageWrap{
    min-width: 1080px;
  }
    .gridSwiper {
  min-width: 1080px;
  max-width: 1441px;
}
}