.list_1 {
  /* margin-top: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_1 .centent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.list_1 .centent .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 45px;
}
.list_1 .centent .item img {
  height: 64px;
  width: auto;
}
.list_1 .centent .item p {
  font-size: 16px;
  margin-top: 3px;
  font-family: 'Regular';
}
.banner {
  height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  margin-top: 0 !important;
}
.banner .f80 {
  color: #fff;
  margin-top: 40px;
}
.banner .f80 .f40 {
  font-size: 48px;
  font-family: 'AtAeroMedium';
  font-weight: 100;
  margin-bottom: 6px;
}
.banner .f80 .f20 {
  font-size: 20px;
  font-family: 'Regular';
  text-align: center;
}
.list_2 .centent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_2 .centent .f40 {
  font-size: 40px;
  margin: 105px 0 45px;
  font-family: 'AtAeroMedium';
}
.list_2 .centent .box {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  position: relative;
  height: 700px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.list_2 .centent .box .list {
  width: 90%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  flex-wrap: wrap;
  justify-content: center;
}
.list_2 .centent .box .list .item {
  padding: 13px 30px;
  font-size: 14px;
  border: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  white-space: nowrap;
  margin: 0 11px 10px;
  color: #fff;
  font-family: 'Regular';
  cursor: pointer;
}
.list_2 .centent .box .list .item.art,
.list_2 .centent .box .list .item:hover {
  background-color: #fff;
  color: #151515;
}
.list_2 .centent .box .image {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  overflow: hidden;
}
.list_2 .centent .box .image img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  object-fit: cover;
}
.list_2 .centent .box .image .text {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_2 .centent .box .image .text p {
  width: 500px;
  font-size: 24px;
  color: #fff;
  font-family: 'Regular';
  line-height: 36px;
}
.list_2 .centent .box .image .text .btn {
  width: 130px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: rgba(225, 225, 225, 0.1);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  font-family: 'Regular';
  cursor: pointer;
}
.list_2 .centent .box .image .text .btn:hover {
  background-color: rgba(225, 225, 225, 0.3);
}
.list_2 .centent .box .image.art {
  display: block;
}
.list_2.maps3 .centent .box .list {
  justify-content: center;
}
.list_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.list_3 .f40 {
  font-size: 40px;
  font-family: 'AtAeroMedium';
}
.list_3 .list .item {
  width: 800px;
  min-height: 60px;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 24px;
  padding-bottom: 21px;
  box-sizing: border-box;
}
.list_3 .list .item .f20 {
  font-size: 20px;
  cursor: pointer;
  font-family: 'Regular';
}
.list_3 .list .item div.f18 {
  overflow: hidden;
  height: 0;
  color: #666;
  font-family: 'Regular';
}
.list_3 .list .item div.f18.art {
  height: auto;
  margin-top: 10px;
}
.list_3 .lists {
  max-width: 1040px;
  width: 90%;
  margin: 76px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_3 .lists .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_3 .lists .item img {
  width: 96px;
}
.list_3 .lists .item .f24 {
  font-size: 20px;
  margin: 20px 0 24px;
  text-align: center;
  font-family: 'Regular';
}
.list_3 .lists .item a {
  font-size: 16px;
  color: #19C76B;
}
@media screen and (max-width: 1280px){
  .banner{
    height: 450px;
  }
  .list_2 .centent .box .list{
    position: static;
    transform: translate(0,0);
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .list_2 .centent .box .list .item{
    padding: 5px 10px;
    white-space:unset;
    flex-shrink: 0;
    margin: 0 5% 10px;
  }
  .list_2 .centent .box .image .text p{
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .list_2 .centent .box{
    height: auto;
  }
  .list_2 .centent .box .image.art{
    height: auto;
    display: flex;
    flex-direction: column-reverse ;
    background: rgb(244, 244, 244)
  }
  .list_2 .centent .box .image img {
    z-index: 1;
  }
  .list_2 .centent .box .image .text{
    position: static;
    transform: translate(0,0);
    width: 90%;
    margin: auto;
  }
  .list_2 .centent .box .image .text .btn{
    color: #000;
    border: 1px solid #666;
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px){
  .list_1 .centent{
    overflow-x: auto;
  }
  .list_1 .centent .item{
    margin: 0 5px;
  }
  .list_1 .centent .item p{
    font-size: 12px;
    text-align: center;
  }
  .banner{
    background-size:100%;
    background-position: bottom;
    height: auto !important;
    padding-bottom: 50vw;
    background-color: #fff;
  }
  .banner .f80 .f40{
    font-size: 30px;
    color: #000;
    margin-top: 50px;
  }
  .banner .f80 .f20{
    font-size: 16px;
    color: #000;
  }



  .list_2 .centent .f40{
    margin-top: 50px;
    font-size: 30px;
  }
  .list_2 .centent .box .image .text .btn{
    color: #000;
    border: 1px solid #666;
    margin: 20px 0;
  }
  .list_3{
    margin-top: 50px;
  }
  .list_3 .list .item{
    width: 90%;
    margin: auto;
  }
  .list_3 .f40{
    font-size: 30px;
  }
  .list_3 .lists{
    
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .list_3 .list .item div.f18.art{
    font-size: 16px;
  }
  .list_3 .lists .item img{
    width: 40px;
  }
  .list_3 .lists .item .f24{
    font-size: 16px;
  }
  
}