body{
  background-color: #fff;
}
.list_1 {
  margin-top: 40px;
  /* margin-top: 120px; */
}
.list_1 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 100px;
  /* height: 733px; */
}
.list_1 .centent .mySwiper {
  height: 100%;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:last-child{
  padding-top: 0;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .f40 {
  font-size: 40px;
  line-height: 40px;
  font-family: 'AtAeroMedium';
  text-align: center;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .f20 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Regular';
  margin-top: 30px;
  margin-bottom: 45px;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item {
  /* width: 285px; */
  /* height: 345px; */
  width: 25%;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  /* margin: 0 1%; */
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item .image {
  width: 100%;
  /* height: 245px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  /* flex-grow: 1; */
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item .image img {
  width: 90%;
  /* height: 160px; */
  margin-top: 16px;
  margin-bottom: 40px;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item .image span {
  font-size: 20px;
  line-height: 20px;
  /* font-family: 'AtAeroMedium'; */
  font-family: 'Regular';
  margin-bottom: 27px;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item p.f20 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Regular';
  margin-bottom: 20px

}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .btns {
  display: flex;
  align-items: center;
  max-width: 370px;
  width: 100%;
  justify-content: space-between;
  grid-column-gap: 2vw;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .btns .btn {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 50px;
  font-family: 'Regular';
  cursor: pointer;
  
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .btns .btn:nth-child(1) {
  background-color: #000;
  color: #fff;
  /* margin-right: 50px; */
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .list .item .image {
  position: relative;
  /* height: 245px; */
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .list .item .image img {
  width: 100%;
  /* height: 245px; */
  margin: 0;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .list .item .image span {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Regular';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .list .item p.f20 {
  /* font-family: 'AtAeroMedium'; */
  font-family: 'Regular';
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) .list .item p.f20 {
  text-align: center;
  /* font-family: 'AtAeroMedium'; */
  font-family: 'Regular';
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .f40 {
  width: 100%;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box {
  width: 100%;
  /* height: 380px; */
  padding: 30px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .image {
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  flex-shrink: 0;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text {
  margin-left: 60px;
  flex-grow: 1;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text .f40 {
  font-size: 40px;
  font-family: 'AtAeroMedium';
  margin-bottom: 20px;
  text-align:left;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text .f30 {
  font-size: 30px;
  font-family: 'AtAeroMedium';
  margin-bottom: 20px;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text .f20 {
  font-size: 20px;
  font-family: 'Regular';
  margin: 0;
  margin-bottom: 20px;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text ul {
  margin-left: 20px;
  list-style: disc;
  color: #999;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text ul li {
  font-size: 20px;
  font-family: 'Regular';
  margin-bottom: 10px;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .btn {
  margin-left: 100px;
  width: 158px;
  height: 50px;
  border-radius: 50px;
  background-color: #19C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: 'Regular';
  flex-shrink: 0;
}
.list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .btn_s {
  width: 150px;
  height: 50px;
  border-radius: 50px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
  cursor: pointer;
  font-family: 'Regular';
}
.list_1 .centent .mySwiper .swiper-pagination {
  position: absolute;
  top: 0;
  height: 35px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_1 .centent .mySwiper .swiper-pagination::before {
  display: block;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  height: 5px;
}
.list_1 .centent .mySwiper .swiper-pagination .progress-bar {
  width: 0%;
  height: 5px;
  background-color: #19C76B;
  position: relative;
}
.list_1 .centent .mySwiper .swiper-pagination .fraction {
  font-size: 16px;
  margin-top: 10px;
}



@media screen and (max-width: 1024px) {
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item .image img{
    margin-bottom: 3vw;
  }

  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box{
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .image{
    width: auto;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .btn{
    grid-column: 1/3;
    width: 100%;
    margin: 20px auto 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .f40{
    font-size: 30px;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .f20{
    font-size: 16px;
    margin: 10px auto 15px;
  }
 
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item{
    padding: 3vw;
    width: 100%;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item .image span,
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .list .item .image span{
    font-size: 16px;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item p.f20{
    font-size: 16px;
    margin: 10px;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide .list .item .image span{
    margin-bottom: 10px;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box{
    /* flex-direction: column; */
    grid-template-columns: repeat(1,1fr);
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text .f40{
    font-size: 30px;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text .f30{
    font-size: 24px;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text ul li{
    font-size: 16px;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .btn{
    grid-column: 1/2;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .image{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: auto;
  }
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .text,
  .list_1 .centent .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .box .btn{
    margin: 20px auto 0;
    width: 100%;
    max-width: 500px;
  }
  
}