.banner {
  /* margin-top: 80px; */
  width: 100%;
  height: 33.8vw;
  max-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .f80 {
  font-size: 60px;
  /* margin-top: 200px; */
  color: #fff;
  font-family: "AtAeroMedium";
}
.list_1 {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.list_1 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.list_1 .centent > .f30 {
  margin-bottom: 80px;
  font-size: 24px;
  text-align: center;
  font-family: "Regular";
}
.list_1 .centent .list {
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  grid-column-gap: 10px;
}
.list_1 .centent .list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  border-radius: 20px;
  width: 200px;
}
.list_1 .centent .list .item .image {
  width: 100%;
  /* height: 200px; */

  border-radius: 20px;
  overflow: hidden;
}
.list_1 .centent .list .item .image img {
  width: 100%;
  height: 100%;
}
.list_1 .centent .list .item p {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Regular";
}
.list_1 .centent .img {
  width: 100%;
  /* height: 600px; */
  margin-bottom: 82px;
  border-radius: 20px;
  overflow: hidden;
}
.list_1 .centent .img img {
  height: 100%;
}
.list_1 .centent .lists {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_1 .centent .lists .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32.5%;
}
.list_1 .centent .lists .item .image {
  /* width: 380px; */
  /* height: 290px; */
  /* height: 380px; */
  border-radius: 20px;
  overflow: hidden;
}
.list_1 .centent .lists .item .image img {
  width: 100%;
  height: 100%;
}
.list_1 .centent .lists .item .f30 {
  font-size: 24px;
  margin: 22px 0 15px;
  font-family: "Medium";
}
.list_1 .centent .lists .item a {
  font-size: 20px;
  color: #19c76b;
}
.list_2 {
  margin-top: 82px;
  width: 100%;
  height: 700px;
  background: url(../img/NO.1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.list_2 .f70 {
  font-size: 70px;
  line-height: 100px;
  text-align: center;
  background: linear-gradient(97deg, #19c76b 1%, #2abddd 98%);
  -webkit-background-clip: text;
  /* Safari/Chrome浏览器 */
  -moz-background-clip: text;
  /* Firefox浏览器 */
  background-clip: text;
  color: transparent;
  margin-top: 150px;
}
.list_2 ul {
  margin-top: 120px;
  display: flex;
  align-items: center;
}
.list_2 ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 383px;
  color: #000;
  border-left: 2px solid #19c76b;
}
.list_2 ul li .f60 {
  font-size: 60px;
  font-family: "AtAeroMedium";
  position: relative;
}
.list_2 ul li .f60 sub {
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  margin-left: 5px;
}
.list_2 ul li .f60.subs {
  margin-left: -95px;
}
.list_2 ul li .f16 {
  font-family: "Regular";
  font-size: 20px;
  text-align: center;
  margin-top: 12px;
}
.list_2 ul li:nth-child(1) {
  border: none;
}
@media screen and (max-width: 768px) {
  .banner{
    height: 33vw!important;
  }
  .banner .f80{
    font-size: 30px;
  }
  .list_1{
    padding-top: 50px;
  }
  .list_1 .centent {
    width: 100%;
  }
  .list_1 .centent > .f30 {
    width: 90%;
    font-size: 16px;
    margin: 0 auto 50px;
  }
  .list_1 .centent .list {
    width: 90%;
    margin: 0 auto;
    /* flex-wrap: wrap; */
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 10px;
    /* justify-content: space-around; */
    /* flex-wrap: wrap; */
    /* overflow: hidden; */
  }
  .list_1 .centent .list .item {
    width: auto;
    /* width: 26.6667vw; */
    /* display: inline-block; */
    text-align: center;
    /* float: left; */
    /* margin-left: 6.6667vw; */
    margin: 0!important;

  }
  .list_1 .centent .list .item .image{
   width: 26.6667vw;
   height: auto; 
  }
  .list_1 .centent .list .item p{
    font-size: 16px;
  }
  .list_1 .centent .list .item:nth-child(1) {
    margin: 0 0 8.9333vw 20vw;
    float: left;
  }
  .list_1 .centent .list .item:nth-child(2) {
    margin: 0 20vw 8.9333vw 0;
    float: right;
  }
  /* .list_1 .centent .list .item:nth-child(3) {
    margin-left: 3.3333vw;
  } */
  .list_1 .centent .img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 0px;
    display: block;
  }
  .list_1 .centent .lists{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
    width: 90%;
    margin: auto;
    gap: 2vw;
  }
  .list_1 .centent .lists .item .f30{
    font-size: 24px;
    margin: 15px 0;
    text-align: center;
  }
  .list_1 .centent .lists .item{
    margin-top: 20px;
  }
  .list_1 .centent .lists .item,.list_1 .centent .lists .item .image{
    width:100%;
    height: auto;
    /* margin: 0 auto 2.6667vw; */
    border-radius: 10px;
  }
 
  /* .consult .centent .inp{
    width: 89.3333vw;
  } */
}
