.banner {
  padding-left: 15%;
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  background: url(../img/bg_19.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  /* margin-top: 80px; */
  background-position: right;
}
.banner .f40{
  font-size: 40px;
  font-family: 'AtAeroMedium';
}
.banner .f30 {
  font-size: 30px;
  font-family: 'AtAeroMedium';
}
.banner .f20 {
  max-width: 600px;
  font-size: 16px;
  font-family: 'Regular';
  margin: 10px 0 35px;
}
.banner .btn {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-family: 'Regular';
  cursor: pointer;
}
.list_1 {
  background-color: #fff;
  max-width: 1200px;
  width: 90%;
  margin: 60px auto;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 46px;
  border-radius: 20px;
}
.list_1 .f40 {
  font-size: 40px;
  margin-top: 69px;
  margin-bottom: 66px;
  font-family: 'Medium';
  font-weight: 100;
}
.list_1 .list {
  width: 90%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.list_1 .list .item {
  width: 24%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.list_1 .list .item .image {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 9;
}
.list_1 .list .item .image img {
  height: 60px;
  width: auto;
}
.list_1 .list .item p {
  text-align: center;
}
.list_1 .list .item p.f18 {
  margin: 24px 0 14px;
  font-family: 'Regular';
  font-size: 16px;
  font-weight: 600;
  height: 44px;
}
.list_1 .list .item::after {
  content: '';
  border: 1px solid #ccc;
  display: block;
  width: 100px;
  position: absolute;
  right: -48px;
  top: 23%;
}
.list_1 .list .item:last-of-type::after {
  border: none;
}
.list_2 {
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  width: 90%;
  grid-column-gap: 10px;
}
.list_2 .item {
  width: 380px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.list_2 .item .iamge img {
  width: 100%;
  object-fit: cover;
}
.list_2 .item .text {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.list_2 .item .text .f20:nth-child(1) {
  font-family: 'Regular';
  font-weight: 100;
  flex-grow: 1;
}
.list_2 .item .text .f20:nth-child(2) {
  font-family: 'Regular';
  margin-top: 30px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 .more-new{
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
  background-color: #000;
  font-family: 'Regular';
  margin: 50px auto 0;
}
.list_3 {
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 96px;
}
.list_3 .f40 {
  font-size: 40px;
  font-family: 'AtAeroMedium';
  margin-bottom: 30px;
}
.list_3 .f20 {
  margin: 0 0 28px;
  font-family: 'Regular';
}
.list_3 .box {
  width: 800px;
  min-height: 930px;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 100px 46px;
  border: 2px solid #19C76B;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_3 .box .inp {
  width: 600px;
  margin-bottom: 30px;
}
.list_3 .box .inp p {
  font-size: 16px;
  margin-bottom: 10px;
}
.list_3 .box .inp input {
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  font-family: 'Regular';
}
.list_3 .box .inp textarea {
  padding-left: 10px;
  width: 100%;
  height: 100px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  font-family: 'Regular';
}
.list_3 .box .inps {
  width: 600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_3 .box .inps p {
  font-size: 16px;
  margin-bottom: 10px;
}
.list_3 .box .inps div {
  width: 47%;
  margin-bottom: 30px;
}
.list_3 .box .inps div input {
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  font-family: 'Regular';
}
.list_3 .box .btn {
  width: 300px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(101deg, #19C76B 5%, #2ABDDD 94%);
  font-family: 'Regular';
}
@media screen and (max-width: 768px) {
  .banner{
    padding: 32vw  5% 0;
    box-sizing: border-box;
    height: auto !important;
    background-size: contain;
    background-position: top;
    
  }
  .banner .f40{
    font-size: 30px;
    margin-top: 40px;
    color: #000;
  }
  .banner .f20{
    margin-bottom: 20px;
    color: #000;
  }
  .banner .btn{
    height: 32px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .list_1{
    width: 100%;
    max-height: none;
  }
  .list_1 .f40,.list_3 .f40{
    font-size: 30px;
  }
  .list_1 .list{
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .list_1 .list .item{
    width: 100%;
  }
  .list_1 .list .item::after{
    display: none;
  }
  .list_1 .list .item .image{
    width: 40px;
    height: 40px;
    padding: 14px;
  }
  .list_1 .list .item .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .list_1 .list .item p.f18{
    margin: 5px 0;
  }
  .list_1 .list .item p{
    font-size: 14px;
  }
  .list_2{
    width: 90%;
    flex-direction: column;
  }
  .list_2 .item{
    width: 100%;
    margin-bottom: 2vw;
  }
  .list_3 .box{
    width: 90%;
    padding: 5px;
    box-sizing: border-box;
  }
  .list_3 .box .inp{
    width: 100%;
  }
  .list_3 .box .inps{
    width: 100%;
  }
  .list_3 .box .inp textarea{
    box-sizing: border-box;
  }
  .list_3 .box .btn{
    height: 32px;
  }
}