.home {
  width: 100%;
  padding-top: 90px;
}
.home .main {
  width: 90%;
  margin: 30px auto;
}
.home .main .links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.home .main .links .l {
  display: flex;
  align-items: center;
}
.home .main .links .l img {
  margin-right: 3px;
}
.home .main .links .l a {
  color: #999999;
  font-size: 14px;
}
.home .main .links .r {
  display: flex;
  align-items: center;
  color: black;
}
.home .main .links .r img {
  margin-right: 3px;
}
.home .main .content {
  width: 100%;
  margin-top: 40px;
}
.home .main .content .t1 {
  color: #333333;
  font-size: 48px;
  text-align: center;
}
.home .main .content .allImgs {
  width: 100%;
  position: relative;
}
.home .main .content .allImgs .prev {
  position: absolute;
  width: 65px;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 65px;
  background-color: #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 10;
  transition: all 600ms;
  cursor: pointer;
}
.home .main .content .allImgs .prev i {
  font-size: 30px;
}
.home .main .content .allImgs .prev:hover {
  background-color: #E62129;
}
.home .main .content .allImgs .next {
  position: absolute;
  width: 65px;
  right: 15%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  border-radius: 50%;
  height: 65px;
  background-color: #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 10;
  transition: all 600ms;
  cursor: pointer;
}
.home .main .content .allImgs .next i {
  font-size: 30px;
}
.home .main .content .allImgs .next:hover {
  background-color: #E62129;
}
.home .main .content .allImgs .sw1 {
  width: 100%;
  margin: 30px auto;
}
.home .main .content .allImgs .sw1 .swiper-container {
  width: 100%;
}
.home .main .content .allImgs .sw1 .swiper-container .swiper-wrapper {
  width: 100%;
}
.home .main .content .allImgs .sw1 .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}
.home .main .content .allImgs .sw1 .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 618px;
  max-height: 800px;
  object-fit: contain;
}
.home .main .content .allImgs .sw2 {
  width: 70%;
  margin: 0 auto;
}
.home .main .content .allImgs .sw2 .swiper-container {
  width: 100%;
}
.home .main .content .allImgs .sw2 .swiper-container .swiper-wrapper {
  width: 100%;
}
.home .main .content .allImgs .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 132px;
  height: 121px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
}
.home .main .content .allImgs .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  object-fit: contain;
}
.home .main .content .allImgs .sw2 .swiper-container .swiper-wrapper .swiper-slide-thumb-active .pic {
  border-color: #E62129;
}
.home .main .content .pIntro {
  width: 100%;
  margin-top: 60px;
}
.home .main .content .pIntro .p1 {
  font-size: 30px;
  border-bottom: 1px solid #F2F2F2;
  padding: 25px 0;
}
.home .main .content .pIntro .des {
  color: #666666;
  line-height: 36px;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .content .t1 {
    font-size: 24px;
  }
  .home .main .content .allImgs .prev {
    width: 40px;
    height: 40px;
    top: 40%;
    left: 10%;
  }
  .home .main .content .allImgs .next {
    width: 40px;
    height: 40px;
    top: 40%;
    right: 10%;
  }
  .home .main .content .allImgs .sw1 .swiper-container .swiper-wrapper .swiper-slide img {
    width: 80%;
    height: 300px;
  }
  .home .main .content .allImgs .sw2 {
    width: 90%;
  }
  .home .main .content .allImgs .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
    width: 95%;
    margin: 0 auto;
    height: 80px;
  }
  .home .main .content .pIntro .p1 {
    font-size: 18px;
    padding: 15px 0;
  }
  .home .main .content .pIntro .des {
    margin-top: 15px;
  }   .home .main .content .pIntro .des img {    width:100%  }

.home .main .content .pIntro .des video {    width:100%  }
}
}
/*# sourceMappingURL=proInfo.css.map */
