.top {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.top .warning {
  position: fixed;
}
.top #banner_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .fade_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.top .top_guide {
  position: absolute;
  left: 50%;
  top: 75%;
  z-index: 2;
  color: #fff;
  padding: 0.78125vw;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top .top_guide .logo {
  font-size: 1.875vw;
}
.top .top_guide .slogan {
  font-size: 1.35417vw;
  margin-top: 0.26042vw;
}
.top .top_guide .link {
  display: flex;
  justify-content: space-around;
  margin-top: 1.04167vw;
}
.top .top_guide .link .lk {
  display: inline-block;
  box-sizing: border-box;
  height: 2.39583vw;
  padding: 0.8vw 3vw;
  font-size: 0.83333vw;
  background-color: #27ac8bb4;
  border-radius: 1.5625vw;
  margin: 0.52083vw;
}
.top .top_guide .link .right {
  background-color: #ffffffb4;
  color: #000;
}
.top .icon_box {
  width: 3vw;
}
.top .icon-ssjt {
  margin-top: 1.04167vw;
  cursor: pointer;
}
.top .icon-ssjt img {
  width: 100%;
  animation: upDown 1s infinite alternate;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1vw);
  }
}
.main {
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  background-color: #ffffff;
  width: 100vw;
  overflow: hidden;
}
.main .swiper-container {
  position: relative;
  height: 39.0625vw;
  width: 100%;
  height: 100vh;
}
.main .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 1.5625vw;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .swiper-container .schedule {
  margin: 0 0.2vw;
  background-color: rgba(0, 0, 0, 0.594);
  cursor: pointer;
  width: 1.97917vw;
  height: 0.20833vw;
  position: relative;
}
.main .swiper-container .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.594);
  width: 6vw;
}
.main .swiper-container .schedule::marker {
  content: "";
}
.main .swiper-container img {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active:after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation: fill 5s 1 linear both;
}
@keyframes fill {
  0% {
    width: 0;
  }
  100% {
    width: 6vw;
  }
}
.main .products {
  width: 28rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem auto;
}
.main .products h2 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #383838;
  margin: 0.7rem 0;
}
.products .pd_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products .pd_box {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 0.5rem;
  padding: 0 0.4rem;
}
.products .pd_box img {
  width: 100%;
  transition: all 0.3s;
}
.products .pd_box .pd_name {
  font-size: 0.5rem;
  font-weight: 700;
  margin: 0.4rem 0 0.3rem 0;
}
.products .pd_box .bt {
  width: 15%;
  text-align: center;
  padding: 0.2rem;
  color: #fff;
  background-color: #272626;
  transition: all 0.3s;
  font-size: 0.3rem;
}
.main .products .pd_list .bt:hover {
  background-color: #FF7425;
}
.main .products .pd_list img:hover {
  transform: scale(0.9);
}
.pd_box_box .pd_name {
  display: block;
  margin: 0.5rem 0;
}
.main .products .pd_box:nth-child(5) {
  width: 100%;
}

/*
.medium_panel{
  background-color: #000000;
  height: 130vh;
  .sticky{
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .video_panel{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    overflow: hidden;
    padding-top: 3.04167vw;
    color: #fff;
    .t1 {
        font-weight: 700;
        font-size: 7.29167vw;
        color: #ffffff;
        position: absolute;
        top: 26%;
        left: 11.5%;
      }
    
      .t2 {
        font-weight: 700;
        font-size: 3.17708vw;
        line-height: 1;
        margin-bottom: 1.04167vw;
        position: absolute;
        left: 11.4%;
        top: 40%;
        display: inline-block;
        color: #ffffff;
        z-index: 3;
      }
    .video_text{
      top: 26%;
      left: 11.5%;
      
      .pd_text{
        position: absolute;
        left: 11.4%;
        top: 55%;
        .title{
            font-weight: normal;
            font-size: 2.60417vw;
            transform: translateY(-50%);
            opacity: 1; 
            line-height: 1;
          
        }
        .slogan{
          font-size: 1.5625vw;
        
        }
        .text_list{
          
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-size: 1.04167vw;
          margin-top: 1.3vw;
          border-left: .2vw solid #fff;
          .text_list_li {
            margin-bottom: .36042vw;
            margin-left: 1vw;
            p {
              
              display: inline-block;
            }
            .lt{
              color: #cccccc;
            }
          }
        }
      }
    }
    .Rotation_List{
      width: 53.90625vw;
      position: relative;
      #product-carousel{
        height: 33vw;
        list-style: none;
        position: relative;
        li{
          position: absolute;
          left: 50%;
          top: 0;
          width: 26%;
          height: 100%;
          padding: 0;
          cursor: pointer;
          transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
          z-index: 1;
          border-radius: .26042vw;
          overflow: hidden;
          .play{
            position: absolute;
            z-index: 5;
            width: 4.16667vw;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
          }
          img{
            width: 100%;
            height: auto;
            transition: transform .25s ease-in;
          }
          
        }
        .item-1{
          z-index: 2;
          transform: translate(-50%, 5%) scale(1) translate3d(0, 0, 0);
        }
        .item-2{
          z-index:1;
          transform: translateX(-50%) scale(0.75) translate3d(160%, 10%, 0);
        }
        .item-3{
          z-index: 0;
          transform: translateX(-50%) scale(0.6) translate3d(130%, -15%, 0);
        }
        .item-4{
          z-index: 0;
          transform:translateX(-50%) scale(0.6) translate3d(-130%, -15%, 0);
        }
        .item-5{
          z-index:1;
          transform:translateX(-50%) scale(0.75) translate3d(-160%, 10%, 0);
        }
      }
      .carousel-nav{
        
      }
    }
  }
    #product-carousel li::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000000;
      transition: all 500ms;
      z-index: 3;
      opacity: .4;
    }
    #product-carousel .active{
      
    }
    #product-carousel .item-1::before{
        opacity: 0;
    }
 } */
.video_text{
  opacity: 0;
  transition: all .5s ;
}
.video_text.active{
  opacity: 1;
}
#product-carousel-nav{
position: absolute;
width: 50%;
bottom: 0;
display: flex;
align-items: center;
justify-content: space-between;
left: 50%;
transform: translateX(-50%);
z-index: 2;
}
.carousel-nav .prev{
  left: 0;
}
.carousel-nav .next {
  right: 0;
  transform: rotate(180deg);
}
.carousel-nav{
  position: relative;
    z-index: 5;
    width: 1.30208vw;
    height: 1.71875vw;
    cursor: pointer;

    transition: all .3s;
}

#carousel-dots {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#carousel-dots ul {
  position: relative;
  display: inline-block;
  width: 100%;
}
#carousel-dots ul li {
  width: 100%;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  top: 0;
  text-align: center;
  color: #fff;
  font-size: 1.30208vw;
  font-family: "Manrope-Light";
  font-weight: normal;
  text-transform: uppercase;
  transform: translateY(-50%);
}
#carousel-dots ul li.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
  visibility: unset;
  transition: all 500ms;
}
.touch_panel {
  width: 100%;
  height: 56.25vw;
  background-color: #fff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.touch_panel .title {
  text-align: center;
  padding: 6.25vw 0 6.25vw 0;
  font-size: 2vw;
}
.touch_list {
  width: 100%;
  max-width: 68.75vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.touch_list .item {
  width: 48%;
  height: 13.02083vw;
  margin-bottom: 4%;
  transition: all 500ms;
  position: relative;
}
.touch_list .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.touch_list .item h6 {
  color: #ffffff;
  font-size: 2.08333vw;
}
.touch_list .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms;
}
.touch_list .item:hover {
  border: 1px solid #000000;
  border-radius: 1.30208vw;
  transform: scale(0.9) !important;
  background-color: #ffffff;
}
.touch_list .item:hover h6 {
  color: #000;
  transform: scale(1.05);
}
.touch_list .item:hover .bg {
  opacity: 0;
}
.Exper_wrper {
  width: 40rem;
  margin: auto;
}
.Exper_wrper img {
  width: 8rem;
}
.marquee-box {
  width: 100%;
  overflow: hidden;
  margin: 0.5rem 0;
}
#marquee-con {
  width: 100%;
  float: left;
}
.marquee, #marquee-1 {
  float: left;
  display: flex;
}
.marquee img {
  float: left;
}
