/* 大屏幕下导航栏样式（水平排列） */
@media screen and (min-width: 769px) {
  #homeimg {
    width: 100vw;
    height: 100vh;
    max-height:calc(1100/1920*100vw) ;
    min-height: calc(900/1920*100vw);
    box-sizing: border-box;
    /* cursor: url("/static/freemarker/template/1/1121260742838849536/images/Home/组 6.png")1 3; */
   /* cursor: url("/static/freemarker/template/1/1121260742838849536/images/Home/组 6.png") 20 30, auto;*/
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #homeimg  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide .img5 {
    position: absolute;
    width: calc(786 / 1920 * 100vw);
    height: calc(300 / 1920 * 100vw);
    top: calc(300 / 1920 * 100vw);
    left: calc(192 / 1920 * 100vw);
  }

  .slideDown-ts {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    z-index: 6;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slideDown-ts span {
    display: block;
    text-align: center;
    font-size: calc(16 / 1920 * 100vw);
    color: #fff;
    word-wrap: break-word;
    position: relative;
    animation: move 2s ease-in-out infinite alternate;
  }

  .slideDown-ts i.mouse {
    display: block;
    width: calc(22 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw);
    background: url("/static/freemarker/template/1/1121260742838849536/images/Home/mouseIcon.png") no-repeat center;
    position: relative;
    background-size: 100%;
  }

  .custom-pagination {
    width: calc(400 / 1920 * 100vw);
    height: calc(65 / 1920 * 100vw);
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    bottom: calc(60 / 1920 * 100vw) !important;
    left: calc(200 / 1920 * 100vw) !important;
    z-index: 1;
  }
  .custom-pagination-item {
    width: calc(34 / 1920 * 100vw);
    height: calc(34 / 1920 * 100vw);
    margin: 0 5px;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .custom-pagination  .active{
    width: calc(65 / 1920 * 100vw) !important;
    height: calc(34 / 1920 * 100vw) !important;
    border: 0 #ccc solid !important;

  }
  .custom-pagination-item  .active {
    width: calc(65 / 1920 * 100vw);
    height: calc(65 / 1920 * 100vw);
    margin: 0 5px;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .home-img {
    /*background-image: url('http://192.168.1.23:8012/static/freemarker/template/1/1121260742838849536/images/Home/home.png');*/
    background-image: url("/static/freemarker/template/1/1121260742838849536/images/Home/home.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100vw;
    height:100vh;
    max-height:calc(1100/1920*100vw) ;
    min-height: calc(900/1920*100vw);
  }

  .home-div {
    position: absolute;
    display: flex;
    z-index: 2;
    top: calc(850 / 1920 * 100vw);
    width: 100vw;
    left: 0;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    cursor: pointer;
  }

  .home-div-1 {
    width: calc(57.6 / 1920 * 100vw);
    height: calc(57.6 / 1920 * 100vw);
  }

  .home-div-2 {
    margin-left: calc(38.4 / 1920 * 100vw);
  }
  .home-img-dx {
    width: calc(28.4 / 1920 * 100vw);
    width: calc(38.4 / 1920 * 100vw);
  }
  .home-div-3 {
    width: calc(76.8 / 1920 * 100vw);
    height: calc(76.8 / 1920 * 100vw);
  }
  .video-js {
    width: 100% !important;
    height: calc(1080 / 1920 * 100vw) !important;
  }
}

/* 小屏幕下导航栏样式（水平滑动） */
@media screen and (max-width: 768px) {
  .home-img {
    /*background-image: url('http://192.168.1.23:8012/static/freemarker/template/1/1121260742838849536/images/Home/home-yd.jpg');*/
    background-image: url("/static/freemarker/template/1/1121260742838849536/images/Home/home-yd.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100vw;
    height:   calc(768 / 768* 100vh);
  }

  .slideDown-ts,
  .video-div,
  .img5,
  .home-div,
  .home-div-2,
  .home-div-3 {
    display: none;
  }
  .custom-pagination {
    width: calc(400 / 768 * 100vw);
    height: calc(65 / 768 * 100vw);
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    bottom: calc(40 / 768* 100vh) !important;
        left: calc(190 / 768* 100vw) !important;
    z-index: 1;
  }
  .custom-pagination  .active{
    width: calc(74 / 768 * 100vw) !important;
   
    height: calc(34 / 768 * 100vw) !important; 
    border: 0 #ccc solid !important;

  }
  .custom-pagination-item {
    width: calc(34 / 768 * 100vw);
    height: calc(34 / 768 * 100vw);
    margin: 0 5px;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .video-js {
    width: 100vw !important;
    height: calc(768 / 768* 100vh) !important;
  }
  .myVideo-dimensions {
    width: 100vw;
    height: calc(1080 / 1920 * 100vw);
    margin-top: calc(80 / 768 * 100vw);
  }
  .video-js.vjs-tech {
    width: calc(768 / 768 * 100vw);
  }
}

@keyframes move {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(10px);
  }
}
<!--耗时1767350382.576秒-->