.home .banner {
  width: 100%;
  position: relative;
}
.home .banner video {
  display: block;
  width: 100%;
}
.home .main .back {
  width: 84vw;
  margin: 2vw auto;
  display: flex;
  justify-content: flex-end;
}
.home .main .back a {
  display: flex;
  align-items: center;
  color: #000000;
}
.home .main .back a img {
  width: 30px;
  margin-right: 10px;
  transition: all 600ms;
}
.home .main .back a:hover img {
  transform: translateX(-10px);
}
.home .main .section1 {
  width: 84vw;
  margin: 6vw auto 4vw auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 4vw;
}
.home .main .section1 .l {
  width: 48%;
}
.home .main .section1 .l .t {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.home .main .section1 .l .t .p1 {
  color: #333333;
  font-size: 30px;
}
.home .main .section1 .l .t .p2 {
  font-size: 18px;
  margin-left: 20px;
}
.home .main .section1 .r {
  width: 50%;
}
.home .main .section1 .r .p1 {
  color: #333333;
  font-size: 34px;
  font-weight: bolder;
}
.home .main .section1 .r .des {
  color: #666666;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}
.home .main .section2 {
  width: 84vw;
  margin: 4vw auto;
  display: flex;
  justify-content: space-between;
}
.home .main .section2 .l {
  width: 48%;
}
.home .main .section2 .l .box .t {
  display: flex;
  align-items: center;
}
.home .main .section2 .l .box .t img {
  display: block;
}
.home .main .section2 .l .box .t p {
  color: #333333;
  font-size: 24px;
  margin-left: 20px;
  font-weight: bolder;
}
.home .main .section2 .l .box .des {
  margin-left: 62px;
  margin-bottom: 30px;
}
.home .main .section2 .l .box .des .st {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.home .main .section2 .l .box .des .st span {
  width: 12px;
  height: 12px;
  background: #95251d;
  margin-top: 6px;
}
.home .main .section2 .l .box .des .st p {
  width: calc(98% - 12px);
  line-height: 1.8;
}
.home .main .section2 .l .box .pic {
  margin: 0 0 30px 62px;
}
.home .main .section2 .l .box .pic img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .section2 .l .box .t2 {
  margin-left: 62px;
  margin-top: 5px;
}
.home .main .section2 .r {
  width: 48%;
}
.home .main .section2 .r .box .t {
  display: flex;
  align-items: center;
}
.home .main .section2 .r .box .t img {
  display: block;
}
.home .main .section2 .r .box .t p {
  color: #333333;
  font-size: 24px;
  margin-left: 20px;
  font-weight: bolder;
}
.home .main .section2 .r .box .des {
  margin-left: 62px;
}
.home .main .section2 .r .box .des .st {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.home .main .section2 .r .box .des .st span {
  width: 12px;
  height: 12px;
  background: #95251d;
  margin-top: 6px;
}
.home .main .section2 .r .box .des .st p {
  width: calc(98% - 12px);
  line-height: 1.8;
}
.home .main .section2 .r .box .pic {
  margin: 30px 0 30px 62px;
}
.home .main .section2 .r .box .pic img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .section2 .r .box .t2 {
  margin-left: 62px;
  margin-top: 5px;
}
.home .main .section2 .r .box .t3 {
  margin-top: 30px;
}
.home .main .section3 {
  background: url("../images/pbg.png") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.home .main .section3 .t {
  text-align: center;
  color: white;
  font-size: 34px;
}
.home .main .section3 .swiper-container {
  margin-top: 40px;
}
.home .main .section3 .swiper-container .swiper-wrapper .swiper-slide .info {
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .section3 .swiper-container .swiper-wrapper .swiper-slide .info img {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
  transition: all 600ms;
}
.home .main .section3 .swiper-container .swiper-wrapper .swiper-slide .info:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1000px) {
  .home .main .section1 {
    width: 90%;
    flex-direction: column;
  }
  .home .main .section1 .l {
    width: 100%;
  }
  .home .main .section1 .l .t .p1 {
    font-size: 30px;
  }
  .home .main .section1 .r {
    width: 100%;
    margin-top: 30px;
  }
  .home .main .section1 .r .p1 {
    font-size: 30px;
  }
  .home .main .section1 .r .des {
    margin-top: 15px;
  }
  .home .main .section2 {
    width: 90%;
    flex-direction: column;
  }
  .home .main .section2 .l, .home .main .section2 .r {
    width: 100%;
  }
  .home .main .section2 .r {
    margin-top: 20px;
  }
  .home .main .section3 {
    padding: 30px 0;
  }
  .home .main .section3 .t {
    font-size: 30px;
  }
}

/*# sourceMappingURL=info.css.map */
