.banner {
  width: 100%;
  height: 33.8vw;
  max-height: 650px;
  background: url(../img/bg_13.png) no-repeat;
  background-size: cover;
  background-position: 50% center;
}
.banner .centent {
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .centent .f40 {
  font-size: 40px;
  margin-bottom: 85px;
  color: #fff;
  font-family: 'AtAeroMedium';
}
.banner .centent .inp {
  display: flex;
  align-items: center;
  max-width: 600px;
  width: 90%;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  opacity: .9;
}
.banner .centent .inp img {
  width: 15px;
  height: 15px;
  margin: 0 13px  0 18px;
}
.banner .centent .inp input {
  flex-grow: 1;
  height: 100%;
  border: none;
  outline: none;
  font-family: 'Regular';
}
.banner .centent .inp .btn {
  width: 100px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: #3FB26A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Regular';
  cursor: pointer;
  border: 0px;
}
.list_1 {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_1 .centent {
  margin-top: 120px;
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_1 .centent .f40 {
  font-size: 40px;
  margin-bottom: 66px;
  font-family: 'AtAeroMedium';
}
.list_1 .centent .list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.list_1 .centent .list .item {
  /* width: 380px; */
  /* height: 285px; */
  padding:  35px 0;
  width: 31.6%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  margin: 0 15px;
}
.list_1 .centent .list .item img {
  width: 96px;
  /* height: 84px; */
}
.list_1 .centent .list .item .f20 {
  font-size: 20px;
  font-family: 'Regular';
  margin: 43px 0 10px
}
.list_1 .centent .list .item a {
  font-size: 16px;
  color: #19C76B;
  font-family: 'Regular';
}
.list_1 .centent .lists {
  max-width: 1200px;
  width: 90%;
  margin:0 auto 110px;
  /* margin-bottom: 110px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_1 .centent .lists .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_1 .centent .lists .item img {
  /* height: 80px; */
  width: 72px;
}
.list_1 .centent .lists .item .f24 {
  font-size: 20px;
  margin: 20px 0 20px;
  text-align: center;
  font-family: 'Regular';
}
.list_1 .centent .lists .item a {
  font-size: 16px;
  color: #19C76B;
}


@media screen and (max-width: 768px){
  .banner{
    background-size:cover ;
    /* height: auto !important; */
    min-height: 200px;
    /* background-color: rgba(0, 0, 0, 0.3); */
  }
  .banner .centent{
    /* background-color:#ffffff00; */
  }
  .banner .centent .f40{
    font-size: 24px;
    margin-bottom: 20px;
    /* margin-top: 20px; */
  }
  .banner .centent .inp{
    width: 90%;
    height: 32px;
  }
  .list_1 .centent{
    margin-top: 50px;
  }
  .list_1 .centent .f40{
    margin-bottom: 20px;
    font-size: 30px;
  }
  .list_1 .centent .list{
    flex-direction: column;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .list_1 .centent .list .item{
    width: 100%;
    height: 100%;
    /* margin-bottom: 10px; */
    margin: 0;
    padding: 20px 5vw;
    box-sizing: border-box;
    border-radius: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 5vw;
  }
  .list_1 .centent .list .item img{
    width: 40px;
    grid-row: 1/3;
  }
  .list_1 .centent .list .item .f20{
    font-size: 16px;
    margin-top: 10px;
    /* text-align: center; */
    grid-row: 1/3;
    grid-column: 2/3;
}
  
  .list_1 .centent .list .item a{
    font-size: 12px;
    text-align: center;
  }
  .list_1 .centent{
    width: 100%;
  }
  .list_1 .centent .lists{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 20px;
  }
  .list_1 .centent .lists .item img{
    width: 40px;
  }
  .list_1 .centent .lists .item .f24{
    font-size: 16px;
  }
}
