.section_1 .warp {
  width: 1760px;
  margin: 0 auto;
  max-width: 90%;
}
.section_1 .warp .main {
  width: 1440px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 100px;
  max-width: 100%;
}
.section_1 .warp .main div:nth-child(1).aos-animate {
  transition-delay: 0.6s;
}
.section_1 .warp .main div:nth-child(2).aos-animate {
  transition-delay: 0.9s;
}
.section_1 .warp .main div:nth-child(3).aos-animate {
  transition-delay: 1.2s;
}
.section_1 .warp .main div:nth-child(4).aos-animate {
  transition-delay: 1.5s;
}
.section_1 .warp .main h4 {
  color: #333;
  font-size: 36px;
  margin-bottom: 65px;
}
.section_1 .warp .main h5 {
  color: #333;
  font-size: 24px;
  margin-bottom: 29px;
}
.section_1 .warp .main .img {
  margin-top: 50px;
}
.section_2 .warp {
  width: 1440px;
  margin: 0 auto;
  max-width: 90%;
  padding-bottom: 140px;
}
.section_2 .warp .top {
  margin-bottom: 100px;
}
.section_2 .warp .top .title {
  margin-bottom: 40px;
}
.section_2 .warp .top .title h4 {
  color: #333;
  font-size: 36px;
}

.section_2 .warp .top .main .swiper{
  width: 100%;
}
.section_2 .warp .top .main.aos-animate {
  transition-delay: 0.3s;
}
.section_2 .warp .top .main .img {
  overflow: hidden;
}
.section_2 .warp .top .main .img img {
  transition: all 2s;
}
.section_2 .warp .top .main .img:hover img {
  transform: scale(1.1);
}
.section_2 .warp .bottom .title {
  margin-bottom: 40px;
}
.section_2 .warp .bottom .title h4 {
  color: #333;
  font-size: 36px;
}
.section_2 .warp .bottom .main .thead {
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  padding: 0 161px 0 68px;
  background-color: #009B4D;
  border-radius: 10px;
}
.section_2 .warp .bottom .main .thead .key {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 100px;
  white-space: nowrap;
  text-align: center;
}
.section_2 .warp .bottom .main .list {
  margin-bottom: 8px;
}
.section_2 .warp .bottom .main .list .item{
  position: relative;
}
.section_2 .warp .bottom .main .list .item .head {
  padding: 0 161px 0 68px;
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  /* border-bottom: 1px #e6e6e6 solid; */
  cursor: pointer;
  font-family: Poppins R;
}
.section_2 .warp .bottom .main .list .item::before,
.section_2 .warp .bottom .main .list .item::after {
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.section_2 .warp .bottom .main .list .item:hover::before{
  transform: scaleX(1);
}
.section_2 .warp .bottom .main .list .item:hover .head .value{
  color: #009B4D;
}
.section_2 .warp .bottom .main .list .item::before{
  background-color: #009B4D;
  z-index: 10;
  transition: all 1s;
  transform-origin: left;
  transform: scaleX(0);
}
.section_2 .warp .bottom .main .list .item .head .value {
  width: 100px;
  color: #666666;
  text-align: center;
  transition: all 1s;
}
.section_2 .warp .bottom .main .list .item .body {
  display: none;
  overflow: hidden;
  padding-left: 68px !important;
  padding-right: 161px !important;
  width: 100% !important;
  padding: 40px 0 ;
}
.section_2 .warp .bottom .main .list .item .body .trem {
  margin-bottom: 36px;
}
.section_2 .warp .bottom .main .list .item .body .trem h5 {
  color: #333;
  font-size: 18px;
  margin-bottom: 24px;
}
.section_2 .warp .bottom .main .list .item .body .trem p {
  color: #666;
  /* font-weight: 200; */
}
.section_2 .warp .bottom .main .list .item .body .button {
  display: block;
  margin: 10px 0 0 auto;
  width: 140px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  border-radius: 25px;
  background-color: #009B4D;
  color: #FFFFFF;
}
@media screen and (max-width: 1680px){
  .section_1 .warp .main {
    padding-top: 60px;
  }
  .section_1 .warp .main h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .section_1 .warp .main h5 {
    font-size: 20px;
  }
  .section_2 .warp .top .title h4 {
    font-size: 32px;
  }
  .section_2 .warp .bottom .title h4{
    font-size: 32px;
  }
  .section_2 .warp .bottom .main .list .item .body .button{
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .section_2 .warp .bottom .main .thead .key {
    font-size: 18px;
  }
  .section_2 .warp {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1440px){
  .section_1 .warp .main {
    padding-top: 30px;
  }
  .section_1 .warp .main h4 {
    font-size: 28px;
  }
  .section_2 .warp .top .title h4 {
    font-size: 28px;
  }
  .section_2 .warp .bottom .main .thead,
  .section_2 .warp .bottom .main .list .item .head {
    padding: 0 50px 0 50px;
  }
  .section_2 .warp .bottom .main .list .item .body{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .section_2 .warp .bottom .title h4 {
    font-size: 28px;
  }
  .section_2 .warp .bottom .main .list .item .head {
    height: 70px;
  }
}
@media screen and (max-width: 1024px){
  .section_1 .warp .main {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .section_1 .warp .main h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section_1 .warp .main h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section_1 .warp .main p{
    font-size: 14px;
  }
  .section_1 .warp .main .img {
    margin-top: 30px;
  }
  .section_2 .warp .top .title h4 {
    font-size: 24px;
  }
  .section_2 .warp .top .title {
    margin-bottom: 20px;
  }
  .section_2 .warp .bottom .main .thead .key {
    font-size: 16px;
  }
  .section_2 .warp .bottom .main .list .item .head .value{
    font-size: 14px;
  }
  .section_2 .warp .bottom .main .list .item .head {
    height: 60px;
  }
  .section_2 .warp .bottom .title h4{
    font-size: 24px;
  }
  .section_2 .warp .top {
    margin-bottom: 60px;
  }
  .section_2 .warp .bottom .main .list .item .body .trem p{
    font-size: 14px;
  }
  .section_2 .warp .bottom .main .list .item .body .trem h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .section_2 .warp {
    padding-bottom: 60px;
  }
  .section_2 .warp .bottom .main .thead, .section_2 .warp .bottom .main .list .item .head {
    padding: 0 20px;
    height: 50px;
  }
  .section_2 .warp .bottom .main .list .item .body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 540px){
  .section_2 .warp .top .main{
    overflow: hidden;
  }
  .section_2 .warp .top .main .swiper {
    width: 185%;
  }
  .section_2 .warp .top {
    margin-bottom: 60px;
  }
  .section_2 .warp .bottom .main .thead, .section_2 .warp .bottom .main .list .item .head {
    padding: 0 0px;
  }
  
  .section_2 .warp .bottom .main .thead .key {
    font-size: 14px;
  }
  .section_2 .warp .bottom .main .list .item .head .value {
    font-size: 12px;
  }
  
  .section_2 .warp .bottom .main .list .item .body {
    padding: 10px 0 30px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .section_2 .warp .bottom .main .thead {
    border-radius: 5px;
  }
  .section_2 .warp .bottom .main .list .item .body .trem h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section_2 .warp .bottom .main .list .item .body .trem p {
    font-size: 12px;
  }
  .section_2 .warp .bottom .main .list .item .body .button {
    font-size: 12px;
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 450px){
  .section_2 .warp .bottom .main .thead .key {
    font-size: 12px;
  }
  .section_2 .warp .bottom .main .list .item .head .value {
    font-size: 10px;
  }
}