.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .banner .prev {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 600ms;
  outline: none;
  z-index: 100;
  width: 33px;
  height: 70px;
  background: #202020;
  opacity: 0.17;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .banner .next {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 600ms;
  outline: none;
  z-index: 100;
  width: 33px;
  height: 70px;
  background: #202020;
  opacity: 0.17;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home .banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 50%;
  background: white;
  margin: 0 5px;
  cursor: pointer;
  outline: none;
}
.home .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #3B7924;
}
.home .main {
  width: 100%;
}
.home .main .section1 {
  width: 90%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .section1 .l {
  width: 50%;
}
.home .main .section1 .l .t1 {
  font-size: 24px;
  font-weight: bolder;
}
.home .main .section1 .l .des {
  color: #666666;
  line-height: 2;
  margin: 40px 0;
}
.home .main .section1 .l a {
  display: flex;
  width: 214px;
  justify-content: space-between;
  color: white;
  text-transform: uppercase;
  background: #3B7924;
  align-items: center;
}
.home .main .section1 .l a p {
  width: 70%;
  text-align: center;
  border-right: 1px solid white;
  padding: 20px 0;
}
.home .main .section1 .l a .icon {
  width: 30%;
}
.home .main .section1 .l a .icon img {
  display: block;
  margin: 0 auto;
}
.home .main .section1 .r {
  width: 45%;
  overflow: hidden;
}
.home .main .section1 .r img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .section1 .r:hover img {
  transform: scale(1.05);
}
.home .main .section2 {
  width: 90%;
  margin: 80px auto;
}
.home .main .section2 .title {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  text-transform: uppercase;
}
.home .main .section2 .title .line img {
  display: block;
  margin: 20px auto;
}
.home .main .section2 .pros {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.home .main .section2 .pros a {
  width: calc(24% - 30px);
  padding: 15px;
  background: #F4F4F4;
  margin-bottom: 20px;
  margin-left: 1%;
}
.home .main .section2 .pros a .info .pic {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  overflow: hidden;
}
.home .main .section2 .pros a .info .pic img {
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
  display: block;
  transition: all 600ms;
}
.home .main .section2 .pros a .info .name {
  text-align: center;
  color: #454545;
  font-size: 18px;
  margin: 20px 0;
}
.home .main .section2 .pros a .info:hover .pic img {
  transform: scale(1.05);
}
.home .main .section2 .more a {
  display: flex;
  width: 214px;
  justify-content: space-between;
  color: white;
  text-transform: uppercase;
  background: #3B7924;
  align-items: center;
  margin: 0 auto;
}
.home .main .section2 .more a p {
  width: 70%;
  text-align: center;
  border-right: 1px solid white;
  padding: 20px 0;
}
.home .main .section2 .more a .icon {
  width: 30%;
}
.home .main .section2 .more a .icon img {
  display: block;
  margin: 0 auto;
}
.home .main .section3 {
  width: 90%;
  margin: 80px auto;
}
.home .main .section3 .title {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  text-transform: uppercase;
}
.home .main .section3 .title .line img {
  display: block;
  margin: 20px auto;
}
.home .main .section3 .news {
  background: #F4F4F4;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .main .section3 .news a {
  width: 49%;
  display: flex;
  justify-content: space-between;
  background: white;
  margin-bottom: 30px;
}
.home .main .section3 .news a .pic {
  width: 40%;
  overflow: hidden;
}
.home .main .section3 .news a .pic img {
  width: 100%;
  height: 244px;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .section3 .news a .info {
  width: 50%;
  padding: 60px 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .main .section3 .news a .info .name {
  font-size: 20px;
  font-weight: bolder;
  color: black;
}
.home .main .section3 .news a .info .time {
  color: #999999;
  font-size: 15px;
}
.home .main .section3 .news a:hover .pic img {
  transform: scale(1.05);
}
.home .main .section4 {
  width: 90%;
  margin: 80px auto;
}
.home .main .section4 .title {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  text-transform: uppercase;
}
.home .main .section4 .title .line img {
  display: block;
  margin: 20px auto;
}
.home .main .section4 .logos .swiper-container .swiper-wrapper .swiper-slide .pic {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  overflow: hidden;
}
.home .main .section4 .logos .swiper-container .swiper-wrapper .swiper-slide .pic img {
  max-width: 90%;
  max-height: 200px;
  object-fit: contain;
  display: block;
  transition: all 600ms;
}
.home .main .section4 .logos .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1400px) {
  .home .main .section2 .pros a .info .pic {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .home .banner .prev, .home .banner .next {
    display: none;
  }
  .home .main .section1 {
    margin: 30px auto;
    flex-direction: column;
  }
  .home .main .section1 .l {
    width: 100%;
  }
  .home .main .section1 .l .t1 {
    font-size: 20px;
  }
  .home .main .section1 .l .des {
    margin: 20px 0;
  }
  .home .main .section1 .r {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .section2 {
    margin: 40px auto;
  }
  .home .main .section2 .title {
    font-size: 24px;
  }
  .home .main .section2 .title .line img {
    margin: 10px auto;
  }
  .home .main .section2 .pros {
    margin: 20px 0;
  }
  .home .main .section2 .pros a {
    width: calc(100% - 30px);
  }
  .home .main .section3 {
    margin: 40px auto;
  }
  .home .main .section3 .title {
    font-size: 24px;
  }
  .home .main .section3 .title .line img {
    margin: 10px auto;
  }
  .home .main .section3 .news {
    padding: 15px;
  }
  .home .main .section3 .news a {
    width: 100%;
    margin-bottom: 15px;
    flex-direction: column;
  }
  .home .main .section3 .news a .pic {
    width: 100%;
  }
  .home .main .section3 .news a .pic img {
    height: 150px;
  }
  .home .main .section3 .news a .info {
    width: 90%;
    padding: 20px 5%;
  }
  .home .main .section3 .news a .info .time {
    margin-top: 10px;
  }
  .home .main .section4 .logos .swiper-container .swiper-wrapper .swiper-slide .pic {
    height: 100px !important;
  }
  .home .main .section4 .logos .swiper-container .swiper-wrapper .swiper-slide .pic img {
    max-height: 80px !important;
  }
}

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