.contant-wrapper {
  width: 80%;
  margin: 0 auto;
}
.field {
  padding: 50px;
  width: 100%;
  background: #fff;
}
.field .pro_field {
  border: 1px solid #3aa69f;
  padding: 80px;
}
.field .pro_field .pro_logo {
  width: 100px;
  margin: 0 auto;
}
.field .pro_field .pro_box {
  margin-top: 50px;
}
.field .pro_field .pro_field_title {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  justify-items: center;
  align-items: center;
  columns-gap: 2vw;
  margin-bottom: 50px;
}
.field .pro_field .pro_field_title .left_line,
.field .pro_field .pro_field_title .right_line {
  width: 60%;
  height: 2px;
  background: #3aa69f;
}
.field .pro_field .pro_field_title h3 {
  margin: 0;
  font-size: 26px;
  color: #3aa69f;
}
.field .pro_field .pro_field_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  column-gap: 1vw;
  row-gap: 20px;
}
.field .pro_field .pro_field_lists .pro_field_li {
  border: 1px solid #3aa69f;
  width: 240px;
  height: 50px;
  text-align: center;
  display: grid;
  align-items: center;
}
.field .pro_field .pro_field_lists .pro_field_li a {
  font-size: 14px;
  color: #333;
}
.field .pro_field .pro_field_lists .pro_field_li:hover {
  background: #3aa69f;
}
.field .pro_field .pro_field_lists .pro_field_li:hover a {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .section_title {
    margin-top: 30px;
  }
  .section_title .title {
    font-size: 26px;
  }
  .section_title .intro_sm {
    font-size: 20px;
  }
  .section_title .intro_large {
    font-size: 120px !important;
    top: -30px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .section_title .intro_large {
    font-size: 100px !important;
    top: -20px !important;
  }
  .field .pro_field {
    padding: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .section_title .intro_large {
    font-size: 80px !important;
    top: -10px !important;
  }
  .field .pro_field {
    padding: 30px;
  }
  .field .pro_field .pro_field_lists {
    grid-template-columns: repeat(2, 1fr);
  }
  .field .pro_field .pro_field_title {
    grid-template-columns: repeat(3, 1fr);
  }
  .field .pro_field {
    padding: 10px;
  }
  .field .pro_field .pro_field_lists .pro_field_li {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .section_title .intro_large {
    display: none;
  }
  .field .pro_field .pro_field_lists .pro_field_li {
    width: 160px;
  }
  .field {
   padding: 0px; 
    width: 100%;
    background: #fff;
}
}
