main .mySwiper {
  width: 100%;
  height: 578px;
}
main .mySwiper .swiper-wrapper .swiper-slide {
  position: relative;
}
main .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main .mySwiper .swiper-wrapper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
main .mySwiper .swiper-wrapper .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  -webkit-text-stroke: 1px #517225;
  text-stroke: 1px #517225;
  z-index: 3;
}
main .mySwiper .swiper-pagination-bullet {
  width: 40px;
  height: 7px;
  border-radius: 0;
  background-color: #fff;
}
main .mySwiper .swiper-pagination-bullet-active {
  background-color: #4a8d1a;
}
main .first_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
main .first_item .right-content {
  width: 690px;
  display: flex;
  flex-direction: column;
}
main .first_item .right-content .pr-list {
  width: 690px;
  height: 690px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
main .first_item .right-content .pr-list .pr-item {
  padding: 0px 30px 0 0;
  width: 210px;
  height: 186px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: #329800 dotted 1px;
}
main .first_item .right-content .pr-list .pr-item img {
  width: 100%;
  box-sizing: border-box;
  height: 140px;
  border: 5px solid #9acb5b;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
main .first_item .right-content .pr-list .pr-item:nth-child(3n) {
  padding-right: 0;
}
main .first_item .right-content .pr-list .pr-item:hover img {
  transform: scale(1.1);
}
main .first_item .right-content .pr-list .pr-item:hover p {
  text-decoration: underline;
}
main .first_item .left-about {
  border-top: 5px solid #329800;
  width: 270px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
}
main .first_item .left-about .top_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
main .first_item .left-about .top_title .title {
  margin: auto;
  background-color: #329800;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
}
main .first_item .left-about .top_title .more {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #329800;
  font-size: 12px;
}
main .first_item .left-about .content {
  font-size: 14px;
  line-height: 24px;
}
main .first_item .left-about .content img {
  width: 100%;
  margin-bottom: 10px;
}
main .first_item .right-about {
  width: 670px;
  border-top: 5px solid #329800;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: url(../../images/hot_05.jpg) no-repeat left 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
}
main .first_item .right-about .top_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
main .first_item .right-about .top_title .title {
  margin: auto;
  background-color: #329800;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
}
main .first_item .right-about .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .first_item .right-about .content .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #329800;
}
main .first_item .right-about .content .swiper-box {
  width: 263px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
main .first_item .right-about .content .swiper-box .swiper {
  width: 263px;
}
main .first_item .right-about .content .swiper-box .about_swiper {
  margin-bottom: 20px;
  width: 263px;
  height: 218px;
}
main .first_item .right-about .content .swiper-box .about_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .first_item .right-about .content .swiper-box .about_swiper2 {
  width: 263px;
  height: 56px;
  overflow: hidden;
}
main .first_item .right-about .content .swiper-box .about_swiper2 .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: all 0.5s ease-in-out;
}
main .first_item .right-about .content .swiper-box .about_swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .first_item .right-about .content .swiper-box .about_swiper2 .swiper-slide-thumb-active {
  border-color: #329800;
}
main .first_item .Cooperative {
  width: 100%;
  max-width: 1000px;
}
main .first_item .Cooperative .title {
  width: auto;
  padding-right: 40px;
  background-size: cover;
}
main .first_item .Cooperative .list {
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
main .first_item .Cooperative .list .brand_swiper {
  width: 90%;
  margin: auto;
}
main .first_item .Cooperative .list .brand_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .first_item .Cooperative .list .brand_swiper .swiper-slide img {
  border: 1px solid #329800;
  margin-bottom: 10px;
}
main .first_item .Cooperative .list .brand_swiper .swiper-slide p {
  font-size: 12px;
}
main .first_item .Cooperative .list .brand-prev,
main .first_item .Cooperative .list .brand-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main .first_item .Cooperative .list .brand-prev {
  left: 10px;
}
main .first_item .Cooperative .list .brand-next {
  right: 10px;
}
main .line {
  width: 100%;
  height: 8px;
  background-color: #329800;
}
@media screen and (max-width: 1000px) {
  main {
    width: 100%;
    overflow: hidden;
  }
  main .mySwiper {
    height: 378px;
  }
  main .mySwiper .swiper-wrapper .swiper-slide .text {
    top: 60%;
    width: 80%;
    font-size: 24px;
    -webkit-text-stroke: 0px #517225;
  }
  main .first_item {
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5%;
  }
  main .first_item .solution {
    width: 100%;
  }
  main .first_item .solution .title {
    border-radius: 30px;
    border: none;
    /* 精准渐变：顶部#66BB6A，底部#388E3C，从上到下渐变 */
    background: linear-gradient(to bottom, #66BB6A, #388E3C);
    box-shadow: 0 3px 0 #1B5E20, 0 4px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  main .first_item .solution .title:after {
    display: none;
  }
  main .first_item .solution .list {
    width: 100%;
    box-sizing: border-box;
    padding: 2% 5%;
  }
  main .first_item .solution .list .news-tit {
    margin: 5% 0;
  }
  main .first_item .right-content {
    margin-top: 5%;
    width: 100%;
  }
  main .first_item .right-content .pr-list {
    width: 100%;
    height: auto;
  }
  main .first_item .right-content .pr-list .pr-item {
    padding: 0;
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  main .first_item .right-content .pr-list .pr-item img {
    object-fit: cover;
  }
  main .first_item .right-content .pr-list .pr-item:nth-child(2n) {
    margin-right: 0;
  }
  main .first_item .management {
    background: none;
    margin-top: 5%;
    width: 100%;
    overflow: hidden;
  }
  main .first_item .management .mr_width .list .item-a {
    margin: 2% 0;
  }
  main .first_item .left-about,
  main .first_item .right-about {
    width: 100%;
  }
  main .first_item .left-about {
    margin-bottom: 5%;
  }
  main .first_item .right-about .content {
    flex-direction: column;
  }
  main .first_item .right-about .content .text {
    margin: 0;
    margin-bottom: 5%;
  }
  main .first_item .right-about .content .swiper-box {
    width: 100%;
  }
  main .first_item:last-child {
    padding-top: 0;
  }
  main .first_item .Cooperative .list {
    padding: 5%;
  }
  main .line {
    height: 1px;
  }
}
