.header{
    display: none;
}
.footer2{
    display: none;
}
.c_list01{display: flex;align-items: center;white-space: nowrap;overflow: hidden;position:relative;z-index:2;    background: rgba(6, 16, 0, 0.65);}
.c_list01 .sw1{
  display: flex;
  flex:1;
  
}
.c_list01.active .sw1{animation: ticker2 linear 30s infinite;}
.sw_s{margin-right:90px}
.c_list01:hover .sw1{
 animation-play-state: paused;
}
@keyframes ticker2 {
      0% {
          transform: translate3d(0%, 0, 0);
          
      }

      100% {
          transform: translate3d(-100%, 0, 0);
      }
  }
.c_list01{
    margin-top: -130px;
    height: 130px;
}
.c_list01 img{
    max-height: 100%;
}
.c_list01 .sw1{
    height: 70px;
}
.other_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -130px;
}
.other_logo .swiper {
  background: rgba(6, 16, 0, 0.65);
  height: 130px;
}
.other_logo .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other_logo .swiper-slide {
  width: auto;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other_logo .swiper-slide img {
  max-height: 100%;
}

@-webkit-keyframes myfirst {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes myfirst {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.one {
  background: #2a4302;
  padding: 150px 0;
}
.one .flx {
  width: 1600px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.one .flx > div {
  width: calc((100% - 180px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.one .flx > div:nth-child(n+3) {
  margin-top: 132px;
}
.one .flx > div:hover .l::after {
  width: 120%;
  height: 120%;
}
.one .flx > div:hover .icon_hov {
  display: block;
}
.one .flx > div:hover .icon_moren {
  display: none;
}
.one .flx > div:hover .icon {
  background: #deefae;
  border-color: #deefae;
}
.one .flx > div:hover .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: myfirst 1s;
          animation: myfirst 1s;
}
.one .flx > div:hover .des {
  opacity: 0;
}
.one .icon {
  background: #2a4302;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #95a852;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.one .icon img {
  position: relative;
  z-index: 2;
  width: auto;
}
.one .icon_hov {
  display: none;
}
.one .txt {
  width: calc(100% - 120px);
  position: relative;
}
.one .tit {
  color: #fff;
  font-family: "fontM";
}
.one .des {
  color: #acc28b;
  margin-top: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.one .more {
  position: absolute;
  width: 180px;
  height: 44px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  
  top: 0px;
  margin-top: 62px;
  border-radius: 50px;
  line-height: 1;
  overflow: hidden;
  transition: all 0.5s;
}
.one .more span{
    position: relative;
    z-index: 2;
}
.one .more:after{
    background-image: -webkit-gradient(linear, left top, right top, from(#7da84b), color-stop(19%, #427e36), color-stop(80%, #447c19));
  background-image: linear-gradient(to right, #7da84b, #427e36 19%, #447c19 80%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.one .more:hover:after{
    width: 200%;
}
.one .l {
  margin-right: 34px;
  position: relative;
}
.one .l::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #3d5616;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about {
  padding: 110px 0 390px;
  position: relative;
}
.about .w1440{
    position: relative;
    z-index: 2;
}
.about .bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    display: block;
}
.about .video_bg{
    position: absolute;
    z-index: 2;
    left: 0;
    right:0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.about .title {
  color: #6ba23e;
  line-height: 1.2;
  font-family: "fontM";
  text-align: center;
}
.about .des {
  text-align: center;
  line-height: 1.8125;
  margin-top: 28px;
}
.about .more {
  position: relative;
  width: 180px;
  height: 45px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 48px auto 76px;
  border-radius: 50px;
  overflow: hidden;
} 
.about .more span{
    position: relative;
    z-index: 2;
}
.about .more:after{
    background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #7da84b), color-stop(22%, #427e36), color-stop(39%, #457c17));
  background-image: linear-gradient(to right, #7da84b 2%, #427e36 22%, #457c17 39%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.about .more:hover:after{
       width: 200%;
}
.about .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about .number > div {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px !important;
  border-top: 1px solid #c0ceb5;
  border-bottom: 1px solid #c0ceb5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .number > div:last-child {
  margin-right: 0 !important;
}
.about .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*.about .top .num_first{
    font-weight: bold;
}*/
.about .unit {
  color: #6ba23e;
  margin-left: 18px;
}
.about .num {
  font-family: "fontM";
}

.repeat {
  padding: 100px 0 115px;
}
.repeat .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "fontM";
}
.repeat .title {
  color: #6ba23e;
}
.repeat .summary {
  width: 57%;
}
.repeat .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.repeat .icon_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.repeat .icon_l > div {
  margin-right: 40px;
  text-align: center;
}
.repeat .icon_l > div:last-child {
  margin-right: 0;
}
.repeat .icon_tit {
  margin-top: 12px;
  line-height: 1.1;
  font-family: "fontM";
}
.repeat .more {
  position: relative;
  width: 180px;
  height: 45px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.5s;
}
.repeat .more:after{
    background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #7da84b), color-stop(22%, #427e36), color-stop(39%, #457c17));
  background-image: linear-gradient(to right, #7da84b 2%, #427e36 22%, #457c17 39%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.repeat .more span{
    position: relative;
    z-index: 2;
}
.repeat .more:hover:after{
    width: 200%;
}
.repeat .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.repeat .box {
  margin-top: 20px;
  width: calc((100% - 90px) / 3);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.repeat .box:nth-child(3n-1) {
  margin-left: 45px;
  margin-right: 45px;
}
.repeat .box:nth-child(n+4) {
  margin-top: 45px;
}
.repeat .box:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.repeat .tit {
  position: absolute;
  left: 40px;
  bottom: 36px;
  font-family: "fontM";
}
.repeat .img {
  position: relative;
  height: 0;
  padding-bottom: 76%;
  overflow: hidden;
  display: block;
}
.repeat .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.repeat2 {
  background: #eef1ea;
}

.repeat3 {
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(/upload/image/2025/02/11/460519af-afaf-42d3-810d-bcb8bfe087d5.png);
  padding: 100px 0 464px;
}
.repeat3 .img {
  padding-bottom: 57%;
}
.repeat3 .tit {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #d9ded7;
  bottom: 0;
  left: 0;
  padding: 0 25px;
  color: #333;
}

.news {
  padding: 80px 0 115px;
}
.news .title {
  color: #6ba23e;
  font-family: "fontM";
}
.news .img {
  position: relative;
  height: 0;
  padding-bottom: 42.4%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.news .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news .tit {
  font-family: "fontM";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 3.6em;
  margin-top: 17px;
}
.news .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
.news .tit a:hover {
  color: #6ba23e;
}
.news .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 4.5em;
  margin-top: 25px;
}
.news .time {
  width: 168px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(107, 162, 62, 0.2);
  color: #6ba23e;
  border-radius: 50px;
  margin-top: 56px;
}
.news .swiper {
  margin-top: 30px;
}
.news .swiper-slide {
  width: calc((100% - 100px) / 3);
}
.news .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side_nav{
    display: none;
}
@media screen and (max-width:1600px) {
     .c_list01{
    height: 90px;
    margin-top: -90px;
}
.c_list01 .sw1{
    height: 50px;
}
    .other_logo .swiper{
        height: 90px;
    }
   .other_logo .swiper-slide{
       height: 50px;
   }
   .other_logo{
           margin-top: -90px;
   }
   .one {
    padding: 7.8125% 0;
   }
   .one .flx{
       width: 80%;
   }
   .one .flx > div:nth-child(n+3) {
    margin-top: 8.25%;
}
.one .more{
    margin-top: 90px;
}
.one .icon{
    width: 70px;
    height: 70px;
}
.one .icon img{
    max-width: 50%;
}
.one .flx > div {
    width: calc((100% - 80px) / 2);
}
.about {
    padding: 5.72% 0 20%;
    position: relative;
}
.about .number > div{
        margin-right: 40px !important;
            height: 130px;
}
.about .more{
        margin: 40px auto 55px;
}
.repeat .box:nth-child(3n-1) {
    margin-left: 35px;
    margin-right: 35px;
}
.repeat .box{
    width: calc((100% - 70px) / 3);
}
.repeat .box:nth-child(n+4) {
    margin-top: 35px;
}
.repeat {
    padding: 5.2% 0 5.98%;
}
.repeat3{
    padding: 5.2% 0 24.16%;
}
.repeat .tit{
   left: 25px;
    bottom: 20px;
}
.repeat3 .tit {
    height: 60px;
    left: 0;
    bottom: 0px;
}
.news {
    padding: 4.16% 0 5.98%;
}
.news .swiper {
    margin-top: 20px;
}
.news .swiper-slide {
    width: calc((100% - 70px) / 3);
}
.news .des{
    margin-top: 15px;
}
.news .time{
    margin-top: 30px;
}
}
@media screen and (max-width:1200px) {
    .footer2 {
        display: block;
    }
    .sw_s{margin-right:90px}
}
@media screen and (max-width:1150px) {
    .header{
      display: block;
  }
  .c_list01{
    margin-top: -70px;
    height: 70px;
}
.c_list01 .sw1{
    height: 40px;
}
      .other_logo {
        margin-top: -70px;
    }
  .other_logo .swiper {
        height: 70px;
    }
  .other_logo .swiper-slide{
      height: 40px;
  }
      .one .flx {
        width: 90%;
    }
    .about .des{
            margin-top: 20px;
    }

        .repeat .box {
        width: calc((100% - 40px) / 3);
    }
        .repeat .box:nth-child(3n-1) {
        margin-left: 20px;
        margin-right: 20px;
    }
        .repeat .box:nth-child(n+4) {
        margin-top: 20px;
    }
        .news .swiper-slide {
        width: calc((100% - 40px) / 3);
    }
    .about .num{
        font-size: 24px;
    }
        .about .number > div {
        margin-right: 30px !important;
            height: 96px;
        }
}
@media screen and (max-width:768px) {
    .sw_s{margin-right:40px}
    .about .number{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about .number > div{
        margin-right: 0 !important;
        width: 48%;
        flex: none;
    }
    .about .number > div:nth-child(n+3){
        border-top: none;
    }
    .one {
        padding: 40px 0;
    }
    .one .flx > div {
        width: 100%;
    }
    .one .flx > div:nth-child(n+2) {
        margin-top: 30px;
    }
    .one .more {
        margin-top: 55px;
    }
    .one .l {
    margin-right: 20px;
        
    }
    .one .txt {
    width: calc(100% - 90px);
        
    }
    .about {
        padding: 40px 0 80px;
        
    }
    .about .des {
        margin-top: 10px;
        text-align: left;
    }
    .about .more {
        margin: 25px auto 35px;
    }
    .repeat {
        padding: 40px 0;
    }
    .repeat .top{
        flex-direction: column;
    }
    .repeat .summary {
    width: 100%;
    margin-top: 10px;
}
.repeat .btm{
    flex-direction: column;
}
.repeat .more{
    margin-top: 20px;
}
.repeat .icon_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.repeat .icon_l > div {
  margin-right: 0px;
  text-align: center;
  width: 50%;
}
.repeat .icon_l > div:nth-child(n+3){
    margin-top: 20px;
}
.repeat .icon_l > div:last-child {
  margin-right: 0;
}
    .repeat .box {
        width: 100%;
    }
        .repeat .box:nth-child(3n-1) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .repeat3{
        padding: 40px 0 80px;
    }
        .news {
        padding: 40px 0;
    }
    .news .des {
        margin-top: 10px;
        height: auto;
    }
        .news .time {
        margin-top: 20px;
    }
    .news .swiper-wrapper{
        flex-direction: column;
    }
        .news .swiper-slide {
        width: 100%;
    }
    .news .swiper-slide:nth-child(n+2){
        margin-top: 30px;
    }
        .news .swiper {
        margin-top: 15px;
    }
    .news .tit{
        height: auto;
    }
}
