.service {
  padding: 30px 0 82px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('/upload/image/2025/02/13/db0d6e5b-cfd8-4213-a590-048e22d2dde6.jpg');
}
.service .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .l {
  width: 445px;
  padding-top: 120px;
}
.service .r {
  width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service .l_tit {
  color: #6BA23E;
  font-family: "fontM";
  line-height: 1.16;
}
.service .l_des {
  margin-top: 23px;
  line-height: 1.8125;
}
.service .common_more {
  margin-top: 20px;
}
.service .more {
  width: 126px;
  height: 45px;
  
  border-radius: 40px;
  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;
  position: relative;
overflow: hidden;
}
.service .more span{
    position: relative;
    z-index: 2;
}
.service .more:after{
    background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
  display: block;
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.service .more:hover:after{
    width: 200%;
}
.service .box {
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 74px 48px 58px;
  width: calc((100% - 44px) / 2);
  height: 498px;
}
.service .box:nth-child(2) {
  margin-top: 100px;
}
.service .box:nth-child(n+3) {
  margin-top: 44px;
}
.service .box_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;
}
.service .box_tit {
  margin-top: 27px;
  line-height: 1.2;
  font-family: "fontM";
}
.service .box_des {
  margin-top: 10px;
  overflow: auto;
  padding-right: 10px;
  height: 140px;
}
.service .box_des::-webkit-scrollbar {
    width: 2px;
    border-radius: 4px;
}
.service .box_des::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.02); 
    /* 背景色 */
    border-radius: 4px;
}
.service .box_des::-webkit-scrollbar-thumb {
  background: #6BA23E;
  /* 滚动色 */
  border-radius: 6px;
}
.needs {
  position: relative;
}
.needs img {
  width: 100%;
}
.needs .txt {
  width: 50%;
  background: rgba(41, 83, 6, 0.9);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 2;
  padding-left: calc((100% - 1440px) / 2);
  padding-right: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.needs .tit {
  font-family: "fontM";
  line-height: 1.16;
}
.needs .des {
  margin-top: 28px;
}
.needs .more {
  width: 180px;
  height: 45px;
  overflow: hidden;
  border-radius: 40px;
  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-top: 30px;
  position: relative;
  z-index: 2;
}
.needs .more span{
    position: relative;
    z-index: 2;
}
.needs .more:after{
    background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.needs .more:hover:after{
    width: 200%;
}
@media screen and (max-width: 1600px){
    .service .l {
        width: 31%;
    padding-top: 60px;
}
.service .box{
    padding: 30px;
        height: 430px;
            width: calc((100% - 30px) / 2);
}
.service .r{
    width: 58%;
}
.service .box:nth-child(2) {
    margin-top: 60px;
}
.service .box:nth-child(n+3) {
    margin-top: 30px;
}
.needs .txt{
    padding-left: 10%;
        padding-right: 60px;
}
}
@media screen and (max-width: 1200px){
.needs .txt{
    padding-left: 5%;
        padding-right: 30px;
} 
.service .flx{
    flex-direction: column;
}
    .service .l {
        width: 100%;
        padding-top: 0px;
    }
        .service .r {
        width: 100%;
        margin-top: 40px;
    }
    .service .box{
        height: 340px;
    }
    .needs .des {
    margin-top: 10px;
}
.service .box_des{
    height: 100px;
}
}
@media screen and (max-width: 768px){
    .service .box_des{
        height: auto;
    }
    .service .l{
        text-align: center;
    }
    .needs .more{
        width: 140px;
    }
    .service .common_more{
        margin-left: auto;
        margin-right: auto;
        width: 140px;
    }
    .service .l_des {
    margin-top: 10px;
}
.service {
    padding: 40px 0;
    
}
.service .box{
    width: 100%;
    height: auto;
}
.service .box_btm{
    margin-top: 30px;
}
.service .box:nth-child(2) {
    margin-top: 30px;
}
.needs .txt{
    padding: 30px 5%;
    position: relative;
    width: 100%;
}
.service .box_tit{
    text-align: center;
    margin-top: 15px;
}
.box_top img{
    display: block;
    margin: auto;
}
}
