.home {
  width: 100%;
  position: relative;
  padding-top: 81px;
}
.home .main {
  width: 100%;
  background: url("../images/pbg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.home .main .title {
  text-align: center;
}
.home .main .title .p1 {
  color: #1A1A1A;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
}
.home .main .title .p1::after {
  content: "";
  display: block;
  width: 70px;
  height: 7px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #E71F19;
  position: absolute;
}
.home .main .title .p2 {
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
}
.home .main .pics {
  width: 700px;
  margin: 60px auto;
  position: relative;
  padding: 0 60px;
}
.home .main .pics .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 61px;
  border: 1px solid #CCCCCC;
  color: rgba(204, 204, 204, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.home .main .pics .prev:hover {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 61px;
  border: 1px solid #e71f19;
  color: rgba(231, 31, 25, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.home .main .pics .prev i {
  font-size: 24px;
}
.home .main .pics .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 61px;
  border: 1px solid #CCCCCC;
  color: rgba(204, 204, 204, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.home .main .pics .next:hover {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 61px;
  border: 1px solid #e71f19;
  color: rgba(231, 31, 25, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.home .main .pics .next i {
  font-size: 24px;
  display: inline-block;
  transform: rotateY(180deg);
}
.home .main .pics .sw1 .swiper-wrapper .swiper-slide .pic {
  text-align: center;
}
.home .main .pics .sw1 .swiper-wrapper .swiper-slide .pic img, .home .main .pics .sw1 .swiper-wrapper .swiper-slide .pic video {
  max-width: 100%;
  object-fit: contain;
  
}
.home .main .pics .sw2 {
  width: 200px;
  margin: 40px auto;
}
.home .main .pics .sw2 .swiper-wrapper .swiper-slide .pic {
  width: 75px;
  height: 75px;
  border: 1px solid #E71F19;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  
}


.home .main .pics .sw2 .swiper-wrapper .swiper-slide .pic img {
  max-width: 65px;
  max-height: 65px;
  object-fit: contain;
}
.home .main .nr {
  width: 90%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home .main .nr a {
  display: flex;
  align-items: center;
  color: #535353;
  font-size: 13px;
  margin-top: 20px;
  transition: all 600ms;
}
.home .main .nr a p {
  margin: 0 10px;
}
.home .main .nr a:hover {
  color: #E71F19;
}
.home .main .nr .next i {
  display: inline-block;
  transform: rotateY(180deg);
}
.home .main .nr .des {
  width: 70%;
  color: #666666;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 70px;
  }
  .home .main {
    padding: 30px 0;
  }
  .home .main .title .p1 {
    font-size: 24px;
  }
  .home .main .pics {
    width: 80%;
    margin: 30px auto;
    padding: 0 10%;
  }
  .home .main .pics .prev, .home .main .pics .next {
    display: none;
  }
  .home .main .nr {
    flex-direction: column;
    position: relative;
  }
  .home .main .nr .des {
    width: 100%;
    margin: 15px 0;
  }
  .home .main .nr a {
    margin-top: 0;
    position: absolute;
    bottom:0;
  }
   .home .main .nr .next{
       right:0;
   }
  .home .main {
  width: 100%;
  background: url("../images/pbg1.jpg") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
}

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