.swiper-container.box-a {
    width: 100%;
    height: 100%;
}
.content{
  height:100vh;
}
.header{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.swiper-slide{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .swiper-slide::before{
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
} */
  
.swiper-slide .swiper-slide::before{
  display: none;
}
.swiper-slide .container,
.swiper-slide .container-fluid{
  display: inline-block;
  vertical-align: middle;
}
.swiper-slide .container-fluid{
  width:100%;
  max-width:2560px;
  height:100%;
}
.hpx100{
  height:100%;
}
.footer-box{
  position: absolute;
  width:100%;
  bottom:0;
  background-color:#fff;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.swiper-button-next, .swiper-button-prev{
    background-size: auto;
    left:0;
    width:100%;
    margin-left: 0;
    text-align:center;
    position: fixed;

}
.swiper-button-prev{
  top: 70px;
  background-image: none;
}
.swiper-button-next{
  background-image: none;
  top: auto;
  bottom:0%;
  animation: updown 1s ease-in-out 0s infinite alternate;
}
.swiper-button-next:before,
.swiper-button-prev:before{
  font-family: "iconfont" !important;
  content: "\e63b";
  color:#000;
}
.white.swiper-button-next:before,
.white.swiper-button-prev:before{
  color:#fff;
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before,
.white.swiper-button-next:hover:before,
.white.swiper-button-prev:hover:before{
  color:#978067;
}
.swiper-button-prev:before{
    content: "\e63f";
}
.bg-product{
  background-position:center right;
  background-size:auto
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  position: relative;
  top: -5vw;
}
.swiper-pagination-bullet-active{
  background-color:#EF5923;
}
.swi-content img.w370{
  width:370px;
}
.swi-content img.w280,
.w280{
  max-width:280px;
  width:100%;
  margin-left: auto;
  margin-right:auto;
}
.gif-box{
  height: 65vh;
  margin-right: -30px;
  margin-left: -30px;
  background-position: center right;
  background-size: 75% auto;
  background-repeat: no-repeat;

}
#swiper-h .text-center-sm p{
  margin-bottom:0;
}
@keyframes updown{
  from{transform:translate(0,0)}
  to{transform:translate(0,10px)}
}
/* 20200227 style */
.link-box,
a.link-box{
  display: inline-block;
  width:240px;
  height:240px;
  border:1px solid #000;
  text-align: center;
}
.bg-black a.link-box{
  border-color:#fff;
  color:#fff;
}
.bg-black a.link-box:hover,
a.link-box:hover{
  border-color:#978067;
  color:#978067;
  box-shadow:0 0 5px #978067;
}
.link-box::before{
  content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.link-box span{
  vertical-align: middle;
  display: inherit;
}
.bg-right{
  background-position: center right;
}

.swiper-pagination-v .swiper-pagination-bullet{
  width:70px;
  height:40px;
  border-radius:0;
  margin:0 0px!important;
}
/* .swiper-pagination-bullet:first-child{
  display: none!important;
} */
.iconfont.font35{
  min-width:78px;
  display: inline-block;
}
.on,
.swiper-pagination-bullet-active{
  color:#F363FF;
  text-shadow:0 0 8px #f798ff;
}
#swiper-sub .swiper-slide{
  opacity: 0!important;
}
#swiper-sub .swiper-slide.swiper-slide-active{
  opacity: 1!important;
}
.pointer{
  position: absolute;
  top: -20px;
  left:150px;
}
.style::before{
  content:'';
  position: absolute;
  display: inline-block;
  width:1px;
  height:135px;
  background-color:#F363FF;
  right:-28px;
  top: 25px;
}
.style.h12::before{
  height:185px;
}
.style.h13::before{
  height:195px;
}
.style::after{
  content:'';
  position: absolute;
  display: inline-block;
  width:15px;
  height:15px;
  border-radius:20px;
  background-color:#F363FF;
  right: -35px;
}
.h14vw{
  height:400px;
  display: inline-block;
  width:600px;
  position: relative;
}
.h260{
  height:260px;
}
.h34{
  height:34px;
}
.w52{
  width:52px;
}
.img-box{
  /* text-align-last:justify;
  text-align:justify; */
}
.bg-video video{
  height:420px;
  width: auto;
}
.container-fluid .swiper-container{
  overflow: inherit;
}
.swi-content img.w440{
  width:440px;
}
.gif{
  position: absolute;
  z-index: 99;
  width: 100%;
  top:0;
  left:0;
  padding:0 15px;
}
.op0{
  opacity:0;
}
.swiper-slide.white .sub-footer a,
.swiper-slide.white .sub-footer{
  color: #000;
}
.animation{
  animation:pulse infinite linear;
  -webkit-animation:pulse infinite linear;
  animation-iteration-count:1;
  animation-duration:2s;
  -webkit-animation-duration:2s;
}
.w500{
  width:500px;
}
@-webkit-keyframes pulse {
from {
  opacity:0;
}

30% {
  opacity:0;
}
to {
  opacity:1;
}
}
.footer a{
color:#000!important;
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
.swiper-slide.white a{
color:#ccc;
}
.swiper-slide.white a:hover,
.footer a:hover{
color:#978067!important;
}
.pr-logo{
	height:90px;
}
@media (min-width: 1025px){
  .swi-content img.w280,
  .w280{
    max-width:240px;
    width:100%;
    margin-left: auto;
    margin-right:auto;
  }

  /* .box-a>.swiper-wrapper>.swiper-slide{
    min-height:600px!important;
  } */
}
@media (min-width: 1200px){
  .swi-content img.w280,
  .w280{
    max-width:280px;
    width:100%;
    margin-left: auto;
    margin-right:auto;
  }
  .h260{
    height:280px;
  }
  /* .box-a>.swiper-wrapper>.swiper-slide{
    min-height:700px!important;
  }
  .box-a>.swiper-wrapper>.swiper-slide:last-child{
    min-height:auto!important;
  } */
}
@media (min-width: 1400px){
  .swi-content img.w280,
  .w280{
    max-width:305px;
    width:100%;
    margin-left: auto;
    margin-right:auto;
  }
}
@media (min-width: 1500px){
  .swi-content img.w280,
  .w280{
    max-width:330px;
    width:100%;
    margin-left: auto;
    margin-right:auto;
  }
  .h260{
    height:300px;
  }
}

@media (min-width: 769px){
  .swiper-container-horizontal>.swiper-pagination-v{
    width:50%;
  }
  .bg-video{
    width:50%;
    position: absolute;
    right: 0;
    top:20px;
  }
  .swiper-pagination-v .swiper-pagination-bullet:first-child{
    display: none;
  }
}
@media (max-width: 1024px){
  .prl85{
    padding-right: 70px;
    padding-left: 70px;
  }
  .mt50{
    margin-top:40px;
  }
  /* .box-a>.swiper-wrapper>.swiper-slide{
    min-height:600px;
  } */
}

@media (max-height: 685px){
  .mt100{
    margin-top:50px;
  }
  .mt50{
    margin-top:20px;
  }
}
@media (max-height: 667px){
  .mt100{
    margin-top:20px;
  }
  .mt50{
    margin-top:10px;
  }

}
@media (min-height: 690px){
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    top: 0;
  }
}
@media (min-height: 768px){
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    top: -24vh;
  }
}
@media (min-height: 900px){
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    top: -29vh;
  }
}
@media (max-width: 992px){
  /* .box-a>.swiper-wrapper>.swiper-slide{
    min-height:710px;
  } */
}

@media (max-width: 768px){
  .link-box,
  a.link-box{
    font-size:14px;
    width:220px;
    height:220px;
   }

   .swi-content img.w280,
   .w280{
     max-width:100%;
   }
   .mt50{
     margin-top:15px;
   }
   .black-img{
     width:220px;
   }
   .col-md-pull-6 .text-center{
     text-align: left;
   }
   #swiper-sub .mt100{
     margin-top:0px;
   }
   .h70{
     min-height:auto;
   }
   .h180{
      min-height: 165px;
      padding-left: 2vw;
   }
   .gif-box{
     height:60vh;
     background-size:104% auto;
   }
   #swiper-sub .prl85{
     padding-left:0;
     width:70%;
   }
   .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
     text-align: left;
     top: -32vh;
   }
   #swiper-sub .icon{
     height:45px;
   }
   .img-box img:nth-child(3),
   .img-box img:nth-child(4),
   .img-box img:nth-child(5){
     display: none;
   }
   .img-box{
     padding-left:50px;
     padding-right:50px;
   }
   .bg-right{
     background-position: 90%;
   }

}
@media (max-width: 767px){
  .img-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swiper-slide .container{
    width:98%;
    padding-left:13px;
  }
  .gif-box {
    height: 51vh;
    background-size: 96% auto;
}
.pr-logo{
  height:auto;
  margin-top:0;
}
.mw100.pro {
    width: 100%!important;
}
  #swiper-sub .mt100{
    margin-top:-50px;
  }
  .h180 {
    min-height: auto;
  }

  #swiper-sub .prl85{
    width:100%;
    padding:0;
  }
  #swiper-sub .icon{
    height:0;
  }
  .prl85 {
   padding-right: 15px;
   padding-left: 15px;
}
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    top:-13vh;
    text-align: center;
  }
  .swiper-pagination-v .swiper-pagination-bullet{
    width:45px;
  }
  .col-md-pull-6 .text-center{
    text-align: center;
  }
  .iconfont.font35{
    min-width: 70px;
  }
  #swiper-sub .icon{
    margin-left:0;
  }
  .w500{
    width:100%;
  }
  .swi-content img.w370{
    width:70%;
  }
  .swi-content img{
    width:70%;
    margin-left: auto;
    margin-right: auto;
  }
  .swi-content img.w440{
    width:85%;
  }
  .swi-content .bg-black img{
    width:60%;
  }
  .swi-content .bg-black img.h260{
    width: auto!important;
    height: 200px;
  }
  .swi-content .bg-black img.h34{
    width: auto!important;
    height: 17px;
  }
  .swi-content .bg-black img.w52{
    width:auto!important;
  }
  /* .swiper-slide:last-child{
    height:78px;
  } */
  .icon img{
    width:52px;
  }
  .bg-product{
    background-size: contain;
    background-position: right bottom;
  }
.link-box,
a.link-box{
  height:120px;
  margin-top:45px;
 }
 /* .box-a>.swiper-wrapper>.swiper-slide{
   min-height:600px;
 } */

}
@media(max-widht: 700px) {
  .img-box{
    padding-left:10px;
    padding-right:10px;
  }
  /* .box-a>.swiper-wrapper>.swiper-slide{
    min-height:100vh;
  } */
}
@media(max-widht: 440px) {
  .swi-content img.w440{
    width:100%;
  }
}
@media (max-height: 460px){
   .swiper-slide{
     padding-top:100px;
    overflow: hidden;
   }
   .swiper-slide .container{
     padding-top:100px;
   }
}

/*20200906 style product height*/
/* @media (min-width: 1024px){
	.h100{
	   margin-top:100px;
	}
} */

  @media (min-width: 1025px){
		.gif-box.pc{
			height: 100vh;
			background-size: auto 100%;
		}
		.h100{
			height:100vh;
			display: table;
			vertical-align: middle;
			margin-top:0;
		}
		.table-cell{
			display: table-cell;
			vertical-align: middle;
		}
	}
