:root{
  --max-width:1400px;
  --floor-bottom: 80px;
  --hover-color:#F04646;
  --max-height: calc(100vh - 70px);
  --font-weight: 700;
}
.banner-wrapper {
  height: var(--max-height);
}
.banner-wrapper .swiper-container {
  height: 100%;
  background-color: #000;
}
.banner-swiper-picture{
  width: 100%;
  height: 100%;
}
.banner-swiper-picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.swiper-wrapper{
  position: relative;
}
.banner-wrapper .swiper-pagination{
  bottom: 16px;
}
.banner-wrapper .swiper-pagination-bullet{
  border-radius: 8px;
  width: 45px;
  height: 3px;
  opacity: 1;
  transition: all 0.3s;
  background-color: #b8b8b8;
}
.banner-wrapper  .swiper-pagination-bullet-active{
  background-color: #fff;
}
.banner-wrapper .banner-content {
  position: absolute;
  width: calc(100% - 80px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  max-width: var(--max-width);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
/* .banner-content-box{
  width: 50%;
}
.right .banner-content-box{
  justify-content: flex-end;
} */
.banner-wrapper .center{
   justify-content: center;
   align-items: flex-start;
   padding-top: 3%;
   box-sizing: border-box;
}
.banner-wrapper .center .banner-btn{
   justify-content: center;
}
.banner-wrapper .center .text-light, .banner-wrapper .center .title{
  text-align: center;
}
.banner-wrapper .center .banner-btn{
  text-align: center;
}
.banner-wrapper .right{
  justify-content: right;
}
.banner-wrapper .banner-content .banner-btn {
   display: flex;
   align-items: center;
   font-size: 20px;
   line-height: 1.25;
   cursor: pointer;
}
.banner-wrapper .banner-content .icon-arrow-right-new{
  color: #fff;
  margin-left: 8px;
}
.banner-wrapper .banner-content .banner-text .title{
  font-size: 5.2vw;
  font-weight: var(--font-weight);
}
.banner-wrapper .banner-text .subtitle {
  font-size: 36px;
  margin-bottom: 24px;
}
.banner-wrapper .center .subtitle{
  text-align: center;
}
.banner-wrapper .banner-content .banner-text.text-light {
  color: #fff;
}
.banner-wrapper .banner-content .banner-text.text-dark {
  color: #000;
}
.banner-wrapper .banner-btn .text-light{
  color:#fff;
  border-bottom: 1px solid #fff;
}
.banner-wrapper .banner-btn .text-dark{
  color:#000;
  border-bottom: 1px solid #000;
}
.banner-wrapper .prev-btn,
.banner-wrapper .next-btn {
  display: none;
}
.banner-wrapper:hover .prev-btn,
.banner-wrapper:hover .next-btn {
  display: block;
}
.home-banner-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor2-box{
  width: 100%;
  height: auto;
  padding: 16vh 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.floor2-box-content{
  height: auto;
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 0 40px;
  box-sizing: content-box;
}
.floor2-box .floor2-box-content{
  width: 100%;
}
.floor2-title{
  text-align: center;
  width: 100%;
  font-weight: var(--font-weight);
  font-size: 4.1vw;
  margin-bottom: 6vh;
  overflow: hidden;
  color: var(--hover-color)
}
.home-floor2-video{
  width: 100%;
  position: relative;
  padding-top: 66vh;
  overflow: hidden;
}
.home-floor2-video video{
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100% + 3px);
  object-fit: cover;
}
.floor3-box{
  width: 100%;
  height: auto;
  margin-bottom: 16vh;
}
.floor3-box-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.floor3-title{
  font-size: 4.1vw;
  color: var(--hover-color);
  font-weight: var(--font-weight);
  margin-bottom: 5vh;
}
.floor3-descript{
  max-width: 1012px;
  font-size: 20px;
  margin-bottom: 20px;
}
.floor3-box-swiper{
   width: 50%;
   height: auto;
   overflow: hidden;
   margin-left: 0 !important;
}
.floor3-box-swiper .swiper-slide{
  position: relative;
  padding-top: 67%;
}
.floor3-box-swiper .swiper-slide img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-wrapper{
  width: 100%;
  height: 100%;
}


.floor3-box-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-floor2-right{
  width: calc(50% - 69px);
  height: auto;
  margin-bottom: 49px;
  border-left: 3px dashed #FCDADA;
  position: relative;
  cursor: pointer;
}
.floor2-right-line{
  position: absolute;
  top: 0;
  left: -3px;
  width: 3px;
  height: 30%;
  transition: top 0.5s;
  background-color: var(--hover-color);
}
.home-floor2-right:last-of-type{
  margin-bottom: 0;
}
.floor2-right-text{
  width: 100%;
  height: auto;
  font-size: 26px;
  margin-bottom: 47px;
  padding-left: 36px;
  border-radius: 3px;
  position: relative;
  margin-left: -3px;
  opacity: 0.1;
}
.floor2-right-text:last-of-type{
  margin-bottom: 0px;
}
.right-text-title{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 9px;
}
.right-text-desc{
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}
.active{
  opacity: 1;
}
.learn-more{
  font-size: 18px;
  color:rgba(0, 0, 0, 0.5);
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 6vh;
}
.learn-more:hover{
  color:#000;
}
.floor3-box-swiper .swiper-pagination{
  display: none;
}
.floor3-box-swiper .swiper-pagination-bullet{
  border-radius: 3px;
  width: 16px;
  height: 2px;
  opacity: 1;
  transition: all 0.3s;
  background-color: #898989;
  margin: 0 2px !important;
}
.floor3-box-swiper .swiper-pagination-bullet-active{
  background-color: #fff;
}
@media (max-width: 768px) {
  .banner-pc {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
  .banner-wrapper .banner-text .subtitle {
    font-size: 24px;
    text-align: center;
  }
  .banner-wrapper .banner-text .subtitle{
    margin-bottom: 10px;
  }
  .banner-wrapper .banner-content {
    width: calc(100% - 40px);
    display: block;
    justify-content: center !important;
    align-items: flex-start !important;
    bottom: 0;
  }
  .banner-wrapper .banner-content .banner-text .title{
    font-size: 56px;
    text-align: center;
    padding-top: 56px;
  }
  .banner-wrapper .banner-content .banner-text{
     width: 100%;
  }
  .banner-wrapper .banner-content .banner-btn {
      width: 100%;
      font-size: 20px;
      line-height: 1.25;
      justify-content: center;
  }
  .floor2-box-content{
    padding: 0 20px;
  }
  .floor2-title{
    font-size: 56px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 31px;
  }
  .floor3-title{
    font-size: 56px;
  }
  .floor3-box-swiper .swiper-pagination{
    display: block;
  }
  .floor3-box-container{
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .prev-btn,
  .banner-wrapper .next-btn {
    display: none !important;
  }
  .banner-wrapper{
    height: 560px;
  }
  .banner-wrapper .banner-content .banner-text .title{
    font-size: 40px;
    padding-top: 32px;
  }
  .banner-wrapper .banner-content .banner-text{
     width: 100%;
  }
  .banner-wrapper .banner-content .banner-btn {
      font-size: 16px;
  }
  .banner-wrapper .banner-text .subtitle {
    font-size: 18px;
  }
  .floor2-box{
    height: auto;
    padding: 100px 0px;
  }
  .home-floor2-video{
    padding-top: 39%;
  }
  .floor3-box{
    margin-bottom: 5vh;
  }
  .floor3-box-swiper{
    width: 100%;
    margin-bottom: 16px;
  }
  .floor3-title{
    font-size: 48px;
    margin-bottom: 2vh;
  }
  .floor2-title{
    font-size: 48px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 31px;
  }
  .home-floor2-right{
    width: 100%;
    height: auto;
    border-left: none;
  }
  .floor2-right-line{
    display: none;
  }
  .floor2-right-text{
    display: none;
    opacity: 1;
    padding-left: 0;
    margin-left: 0;
  }
  .home-floor2-right{
    height: 160px;
  }
  .right-text-title{
    font-size: 22px;
    margin-bottom: 9px;
  }
  .floor3-descript{
    font-size: 16px;
    line-height: 1.43;
    margin-bottom: 9px;
  }
  .right-text-desc{
    font-size: 15px;
    line-height: 1.2;
  }
  .learn-more{
    margin-bottom: 22px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .active{
    display: block;
  }
}

@media (max-width: 360px){
  .floor2-title, .floor3-title{
    font-size: 40px;
  }
}