.home {
  width: 100%;
  padding-top: 153px;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main {
  padding-bottom: 80px;
}
.home .main .links {
  width: 80%;
  margin: 40px auto;
  display: flex;
}
.home .main .links a, .home .main .links p {
  color: #666666;
  font-size: 18px;
}
.home .main .links p {
  color: #015CB5;
}
.home .main .intro {
  width: 80%;
  margin: 60px auto;
}
.home .main .intro .p1 {
  color: #333333;
  font-size: 48px;
}
.home .main .intro .des {
  color: #333333;
  font-size: 18px;
  line-height: 37px;
  margin-top: 30px;
}
.home .main .content {
  width: 80%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .content .left {
  width: 48%;
}
.home .main .content .left .sw1 .swiper-container {
  width: 100%;
}
.home .main .content .left .sw1 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .content .left .sw2 {
  margin-top: 20px;
}
.home .main .content .left .sw2 .swiper-container {
  width: 100%;
}
.home .main .content .left .sw2 .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.home .main .content .left .sw2 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .content .right {
  width: 48%;
}
.home .main .content .right .p1 {
  color: #333333;
  font-size: 24px;
  margin-top: 40px;
}
.home .main .content .right .des {
  color: #333333;
  font-size: 18px;
  line-height: 37px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .links {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .intro {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .intro .p1 {
    font-size: 24px;
  }
  .home .main .intro .des {
    margin-top: 15px;
  }
  .home .main .content {
    width: 90%;
    margin: 30px auto;
    flex-direction: column;
  }
  .home .main .content .left, .home .main .content .right {
    width: 100%;
  }
  .home .main .content .left .sw2 {
    margin-top: 10px;
  }
}

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