#main .banner {
  width: 100%;
  overflow: hidden;
}
#main .product {
  width: 100%;
  position: relative;
}
#main .product img {
  width: 100%;
}
#main .product .productBtn {
  width: 2.4609375rem;
  height: 0.78125rem;
  font-size: 0.2734375rem;
  position: absolute;
  right: 2.40625rem;
  top: 2.9375rem;
  background: #ff6537;
  color: white;
  line-height: 0.78125rem;
  text-align: center;
  letter-spacing: 0.0078125rem;
}
#main .type {
  width: 100%;
}
#main .type .typeList {
  width: 100%;
  height: 6.25rem;
}
#main .type .typeList > li {
  width: 50%;
  height: 6.25rem;
  float: left;
}
#main .type .typeList > li .titleImg {
  width: 100%;
  height: 2.03125rem;
  padding-left: 0.3125rem;
  padding-top: 0.390625rem;
}
#main .type .typeList > li:nth-of-type(1) {
  background: url(../img/aboutBg.jpg) no-repeat;
}
#main .type .typeList > li:nth-of-type(2) {
  background: linear-gradient(to bottom, #27274b, #1c1c24);
}
#main .type .typeList > li .aboutText {
  width: 7.03125rem;
  height: 2.4609375rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.15625rem;
}
#main .type .typeList > li .aboutText p {
  font-size: 0.15625rem;
  line-height: 0.28125rem;
  text-align: justify;
  text-indent: 0.390625rem;
  letter-spacing: 0.015625rem;
  font-weight: bold;
}
#main .type .typeList > li .aboutImg {
  width: 100%;
}
#main .type .typeList > li .aboutImg > li {
  width: 2.2265625rem;
  display: inline-block;
  text-align: center;
  padding-top: 0.3125rem;
}
#main .show {
  width: 100%;
  height: 6.1171875rem;
  background: url(../img/productVideo.png) no-repeat;
  background-position: center bottom;
  position: relative;
}
#main .show .titleImg {
  width: 100%;
  height: 2.03125rem;
  padding-left: 0.3125rem;
  padding-top: 0.390625rem;
}
#main .show .videoShow {
  position: absolute;
  top: 0.625rem;
  left: 6.3671875rem;
}
#main .show .videoShow .video {
  position: absolute;
  top: 0.3671875rem;
  left: 0.984375rem;
}
#main .show .videoShow video {
  width: 5.703125rem;
  height: 3.5546875rem;
  background: #000;
}
#main .show .videoShow #play {
  width: 0.46875rem;
  height: 0.46875rem;
  position: absolute;
  top: 1.953125rem;
  left: 3.6328125rem;
  display: block;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
