.home {
  width: 100%;
}
.home .main {
  width: 70%;
  margin: 160px auto 80px auto;
}
.home .main .links {
  display: flex;
  align-items: center;
}
.home .main .links a, .home .main .links p {
  color: #666666;
  font-size: 14px;
}
.home .main .news {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.home .main .news .pics {
  width: 600px;
}
.home .main .news .pics .sw1 {
  width: 100%;
}
.home .main .news .pics .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic {
  border: 1px solid #EDEDED;
  margin: 0 auto;
  width: calc(100% - 2px);
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .news .pics .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  object-fit: contain;
}
.home .main .news .pics .sw2 {
  width: 100%;
  margin-top: 10px;
}
.home .main .news .pics .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 99px;
  border: 1px solid #EDEDED;
  max-width: calc(100% - 2px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.home .main .news .pics .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 90%;
  height: 90%;
  display: block;
  object-fit: contain;
  transition: all 600ms;
}
.home .main .news .pics .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.home .main .news .info {
  width: calc(92% - 600px);
}
.home .main .news .info .p1 {
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.home .main .news .info .p1::after {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin: 20px 0;
  background: #3B7925;
}
.home .main .news .info .des {
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
.home .main .news .info a {
  width: 183px;
  background: #FFFFFF;
  border: 1px solid #3B7925;
  display: block;
  border-radius: 30px;
  text-align: center;
  color: #3B7925;
  font-size: 18px;
  padding: 20px 0;
  margin-top: 40px;
  transition: all 600ms;
}
.home .main .news .info a:hover {
  background: #3B7925;
  color: white;
}
.home .main .pager {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  margin: 40px 0;
}
.home .main .pager .prev {
  display: flex;
  align-items: center;
  width: 195px;
  height: 66px;
  border-right: 1px solid #DDDDDD;
  justify-content: center;
  background: #F5F6F6;
  color: #0F0F0F;
  font-size: 14px;
}
.home .main .pager .prev p {
  margin-left: 10px;
}
.home .main .pager .back {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .main .pager .back p {
  margin-left: 10px;
  color: #0F0F0F;
  font-size: 14px;
}
.home .main .pager .right {
  display: flex;
  align-items: center;
  width: 195px;
  height: 66px;
  border-left: 1px solid #DDDDDD;
  justify-content: center;
  background: #F5F6F6;
  color: #0F0F0F;
  font-size: 14px;
}
.home .main .pager .right p {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .home .main {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .home .main {
    width: 90%;
    margin: 100px auto;
  }
  .home .main .news {
    flex-direction: column;
  }
  .home .main .news .pics {
    width: 95%;
  }
  .home .main .news .pics .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic {
    height: 300px;
    width: calc(100% - 4px);
  }
  .home .main .news .pics .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
    width: calc(100% - 4px);
  }
  .home .main .news .info {
    width: 100%;
  }
  .home .main .news .info .p1 {
    font-size: 24px;
    margin: 20px 0;
  }
  .home .main .news .info a {
    margin-top: 20px;
  }
  .home .main .pager .prev, .home .main .pager .right {
    width: 30%;
  }
}

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