.vscoo-video{
  position: relative;
  width: 800px;
  height: 450px;
  background-color: #808080;
  margin: 82px auto 50px;
}
.vscoo-video video{
  background-color: #262626;
  width: 800px;
  height: 450px;
}
.video-play{
  cursor: pointer;
  position: absolute;
  left: 350px;
  top: 175px;
  width: 100px;
  height: 100px;
  background: url(../images/play.png) center no-repeat;
  background-size: 75px 75px;
}
.video-play:hover{
  background-size: 85px 85px;
}
.desc{
  color: #0e101a;
  font-size: 16px;
  width: 1180px;
  margin: 0 auto;
}
.desc > p {
  font-size: 16px;
  padding: 30px 0 0;
  line-height: 22px;
}
.factory-part{
  background-color: #b0dde0;
  margin-top: 100px;
  padding: 60px 0;
  margin-bottom: 150px;
}
.factory-swiper{
  padding-top: 55px;
  width: 1004px;
  height: 504px;
}
.swiper-comp-factory{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.f-swiper-slide{
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  border-radius: 50px;
  width: 1000px;
  height: 500px;
  border: 2px solid #ffffff;
}
.swiper-comp-factory-min{
  position: relative;
  width: 1200px;
  margin: 30px auto 0;
  
}
.f-swiper-slide-min{
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  width: 150px;
  height: 80px;
  border-radius: 20px;
  border: 2px solid #ffffff;
}
.factory-swiper-min .swiper-slide{
  opacity: .4;
}
.factory-swiper-min .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
  width: 35px;
  height: 85px;
  box-sizing: border-box;
  border: 1px solid #0e101a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next::after{
  content: "";
}
.swiper-button-prev::after{
  content: "";
}
.swiper-btn-icon{
  width: 13px;
  height: 19px;
}