/* 大屏幕下导航栏样式（水平排列） */
@media screen and (min-width: 769px) {
  .products-pst {
    left: 0;
    width: 100vw;
    background-image: url("/static/freemarker/template/1/1121260742838849536/images/produts/组 1-1.jpg");
    background-size: auto;
    background-position: 2% 30%;
  }

  .products-dis {
    display: flex;
    padding-top: calc(40/1920*100vw);
    margin-top: calc(40 / 1920 * 100vw);
    margin-left: calc(134.4 / 1920 * 100vw);
    align-items: center;
  }

  .prod {
    display: flex;
    margin-left: calc(96 / 1920 * 100vw);
  }

  .carousel-btn:hover .jtimg {
    display: none;
  }

  .carousel-btn:hover .jtimg1 {
    display: block;
  }

  .jtimg1 {
    display: none;
  }

  .prod-news {
    border-radius: calc(30 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: calc(10 / 1920 * 100vw);
    margin-left: calc(50 / 1920 * 100vw);
    width: calc(140 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw);
    cursor: pointer;
    color: red;
    border: red solid 1px;
    transition: transform 0.3s ease;
  }

  .prod-news:hover {
    transform: scale(1.2);
  }

  .active3 {
    color: white;
    background-color: red;
  }

  .prod-text {
    font-size: calc(40 / 1920 * 100vw);
    font-weight: bold;
  }

  .prod-text1 {
    border-radius: calc(30 / 1920 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(30 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
    cursor: pointer;
    color: white;
    background-color: red;
    border: red solid 1px;
    font-size: calc(20 / 1920 * 100vw);
  }

  .prod-text3 {
    border-radius: calc(30 / 1920 * 100vw);
    margin-top: calc(30 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
    cursor: pointer;
    color: white;
    background-color: red;
    border: red solid 1px;
    padding: calc(8 / 1920 * 100vw) calc(15 / 1920 * 100vw);
    width: fit-content;
    font-size: calc(20 / 1920 * 100vw);
  }

  .prod-text2 {
    color: #6a6969;
    cursor: pointer;
    width: calc(400 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
  }

  .prod-div {
    width: calc(550 / 1920 * 100vw);
    margin-left: calc(192 / 1920 * 100vw);
    margin-right: calc(192 / 1920 * 100vw);
  }

  .prod-img {
    height: calc(400 / 1920 * 100vw);
    width: calc(550 / 1920 * 100vw);
    object-fit: contain;
  }

  .carousel {
    position: relative;
    width: 90%;
    margin: calc(20 / 1920 * 100vw) auto;
    overflow: hidden;
  }

  .prod-img8 {
    cursor: pointer;
    margin-left: calc(115 / 1920 * 100vw);
    width: calc(243 / 1920 * 100vw);
    height: calc(145 / 1920 * 100vw);
    transition: transform 0.3s ease;
  }

  .prod-img8:hover {
    transform: scale(1.2);
  }

  .carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
  }

  .carousel-inner img {
    width: calc(254 / 1920 * 100vw);
    height: calc(178 / 1920 * 100vw);
    object-fit: contain;
  }

  .carousel-inner div {
    margin: calc(50 / 1920 * 100vw);
    width: calc(254 / 1920 * 100vw);
    height: calc(178 / 1920 * 100vw);
  }

  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    z-index: 10;
    opacity: 1;
    transition: transform 0.3s ease;
  }

  .carousel-btn:hover {
    transform: scale(1.2);
  }

  .carousel-btn>img {
    width: calc(30 / 1920 * 100vw);
  }

  .carousel-btn.prev {
    left: calc(10 / 1920 * 100vw);
  }

  .carousel-btn.next {
    right: calc(10 / 1920 * 100vw);
  }

  .products-list-dis {
    display: none;
  }
}

/* 小屏幕下导航栏样式（水平滑动） */
@media screen and (max-width: 768px) {
  .products-pst {
    background-image: url("http://192.168.1.23:8012/static/freemarker/template/1/1121260742838849536/images/produts/组 1.png");
    left: 0;
    width: 100vw;
    background-size: 100% 100%;
    background-position: 2% 30%;
  }

  .carousel-btn:hover .jtimg {
    display: none;
  }

  .carousel-btn:hover .jtimg1 {
    display: block;
  }

  .jtimg1 {
    display: none;
  }

  .products-list-dis {
    display: none;
  }

  .products-dis {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .prod-news1 {
    margin-top: calc(30/768*100vw);
    border-radius: calc(30 / 768* 100vw);
    font-size: calc(25 / 768* 100vw);
    height: calc(50/768*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: calc(10 / 768* 100vw);
    margin-left: calc(20 / 768* 100vw);
    width: calc(140 / 768* 100vw);
    height: calc(40 / 768* 100vw);
    cursor: pointer;
    color: red;
    border: red solid 1px;
    transition: transform 0.3s ease;
  }


  .prod {
    height: calc(200 / 768* 100vw);
    display: flex;
    /* margin-left: calc(96 / 768* 100vw); */
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    align-content: center;
  }

  .prod-news {
    display: none;
  }

  .active3 {
    color: white;
    background-color: red;
  }

  .pordpost {
    display: flex;
    /* margin-top: calc(540 / 768* 100vw); */
    flex-direction: column;
    align-items: center;
  }

  .prod-text {
    font-size: calc(40 / 768 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prod-text1,
  .prod-text3 {
    padding: calc(6 / 768 * 100vw) calc(10 / 768 * 100vw);
    background-color: red;
    border-radius: calc(17 / 768 * 100vw);
    width: auto;
    font-size: calc(20 / 768 * 100vw);
    margin: calc(20 / 768 * 100vw) 0px;
    color: white;
  }

  .prod-text2 {
    margin: calc(10 / 768 * 100vw) 0px;
    font-size: calc(24 / 768 * 100vw);
    padding: 0 calc(20/768*100vw);
    line-height: calc(40/768*100vw);
  }

  .products-list {
    position: relative;
  }

  .prod-img {
    display: none;
  }

  .prod-img8 {
    display: none;
  }

  .carousel {
    position: relative;
    width: calc(678 / 768* 100vw);
    margin: calc(39 / 768* 100vw) auto;
    overflow: hidden;
    /* top: calc(-650 / 768* 100vw); */
  }

  .carouseldiv {
    /* height: 0; */
  }

  .carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
  }

  .carousel-inner>div {
    margin-left: calc(46 / 768* 100vw);
    margin-right: calc(46 / 768* 100vw);
    width: calc(585 / 768* 100vw);
    /* height: calc(380 / 768* 100vw); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }


.carousel-inner img {
  width: calc(585 / 768 * 100vw);
  height: calc(380 / 768 * 100vw);
  object-fit: contain;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  z-index: 10;
  opacity: 1;
}

.carousel-btn img {
  width: calc(30 / 768 * 100vw);
}

.carousel-btn.prev {
  left: calc(10 / 768 * 100vw);
}

.carousel-btn.next {
  right: calc(10 / 768 * 100vw);
}
}<!--耗时1767355271.9459秒-->