.crumbs .w1440 {
  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;
}
.crumbs .crumbs_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  height: 45px;
  background: #E5F2E8;
  width: 480px;
}
.tips{
    display: none;
    text-align: center;
}
.crumbs .crumbs_btn {
    cursor: pointer;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 182px;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
.crumbs .crumbs_btn span{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.crumbs .crumbs_btn:after{
    background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #447F31), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #447F31 19%, #447F31 57%, #7CA84B 100%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.crumbs .crumbs_btn:hover:after{
    width: 200%;
}
.crumbs input {
  width: calc(100% - 182px);
  padding: 0 39px;
  border: none;
  background: none;
}
.crumbs svg {
  margin-right: 5px;
}

.all {
  padding: 82px 0 121px;
  position: relative;
}
.all::after {
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 327px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #FFFFFF), to(#3E7E1F));
  background: linear-gradient(180deg, #FFFFFF 2%, #3E7E1F 100%);
}
.all .w1440 {
  position: relative;
  z-index: 2;
}
.all .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all .tab .div {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 35px;
  color: #333;
  cursor: pointer;
}
.all .tab p {
  margin-top: 18px;
  line-height: 1.4;
  padding-bottom: 9px;
  border-bottom: 2px solid transparent;
  text-align: center;
}
.all .tab_act p {
  color: #6BA23E;
  border-color: #6BA23E;
}
.all .list {
  margin-top: 61px;
}
.all .list_top {
  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;
}
.all .icon {
  width: 48px;
  height: 48px;
  background: #6BA23E;
  border-radius: 50%;
  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;
}
.all .icon svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .top_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "fontM";
}
.all .q {
  width: 62px;
  color: #A7C390;
  line-height: 1;
  font-weight: bold;
}
.all .tit {
  width: calc(100% - 62px);
}
.all .list_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 23px;
}
.all .des {
  overflow: hidden;
  height: 3em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all .box {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #D9D9D9;
  padding: 46px 32px 53px 65px;
  cursor: pointer;
}
.all .box:nth-child(n+2) {
  margin-top: 31px;
}
.all .act {
  background: #6BA23E;
  color: #fff;
}
.all .act .des {
  height: auto;
  height: calc-size(auto);
}
.all .act .icon {
  background: #fff;
}
.all .act .icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.all .act .icon svg path {
  fill: #6BA23E;
}

:root {
  interpolate-size: allow-keywords;
}
@media screen and (max-width: 1600px){
 .all .tab p {
    margin-top: 10px;
    
}
.all .tab .div{
    margin: 0 20px;
}
.all {
    padding: 60px 0 6.25%;
    
}
.all .list {
    margin-top: 40px;
}
.all .box{
    padding: 30px;
}
.all .q {
    width: 50px;
    
}
.all .tit {
    width: calc(100% - 50px);
}
.crumbs .crumbs_btn {
    width: 140px;
}
.crumbs .crumbs_search{
    width: 390px;
}
.crumbs input{
        padding: 0 20px;
    width: calc(100% - 140px);
}
}
@media screen and (max-width: 768px){
    .crumbs .w1440{
        flex-direction: column;
        align-items: start;
    }
    .crumbs .crumbs_search{
        margin: 40px auto 0;
    }
        .all {
        padding: 40px 0;
    }
        .all .tab .div {
        margin: 0px 8px;
    }
        .all .tab p {
        font-size: 12px;
            padding-bottom: 5px;
        }
        .all .list {
        margin-top: 25px;
    }
    .all .tab img{
        width: 40px;
    }
        .all .box {
        padding: 20px;
    }
    .all .top_l{
        width: calc(100% - 40px);
    }
    .all .icon {
    width: 36px;
    height: 36px;
        
    }
    .all .list_btm{
        margin-top: 10px;
    }
    .all .box:nth-child(n+2) {
    margin-top: 10px;
}
.crumbs .crumbs_search{
    width: 100%;
}
    .all .q {
        width: 30px;
    }
        .all .tit {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width: 500px){
    .all .tab p {
        font-size: 10px;
        }
}
