@media (max-width: 1024px) {
  .section01 {
    margin-top: 150px;
  }

  .section01_1 .list {
    flex-wrap: wrap;
    gap: 4rem 0;
  }

  .section01_1 .list li:first-child {
    width: 65%;
  }

  .section01_1 .list li {
    width: 50%;
  }

  .section01_2 .content-top .animation-wrap {
    width: 100%;
  }

  .section01_2 .content-top .right {
    width: 100%;
  }

  .section01_2 .area-tit {
    font-size: 40px;
  }

  .section01_2 .desc {
    font-size: 20px;
    line-height: 1.5;
  }

  .section01_2 .dot li {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 900px) {
  .section01 .swiper-tit {
    font-size: 36px;
  }

  .section01 .desc {
    font-size: 20px;
  }

  .section01_1 {
    flex-direction: column;
    gap: 40px;
  }

  .section01_1 .content-top {
    width: 80%;
    /* height: 350px; */
    margin: auto;
  }

  .section01_1 .list .list-tit {
    font-size: 20px;
  }

  .section01_1 .text-wrap {
    width: 80%;
    margin: auto;
  }

  .section01 {
    width: 100%;
    /* height: 578px; */
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .section01 .mySwiper {
    width: 100%;
    height: 578px;
  }

  .section01 .mySwiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  .section01 .mySwiper .swiper-wrapper .swiper-slide .content-top .left {
    position: relative;
    left: -200px;
  }

  .section01 .mySwiper .swiper-wrapper .swiper-slide .content-top .left .animation-wrap {
    position: relative;
    overflow: unset;
  }

  .section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap {
    margin-left: 10%;
    margin-right: 10%;
    /* display: none; */
    position: absolute;
    z-index: 55;
  }

  .section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap p:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .section01 .mySwiper .swiper-wrapper .swiper-slide .text-wrap p:nth-child(3) {
    display: none;
  }

  .section01 .mySwiper .swiper-button-next {
    left: auto;
    right: 15px;
    display: none;
  }

  .section01 .mySwiper .swiper-button-prev {
    left: 15px;
    right: auto;
    display: none;
  }

  .section01_2 {
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .section01_1 .list li:first-child {
    width: 100%;
  }

  .section01_2 .content-top {
    width: 80%;
    height: auto;
    margin: auto;
  }

  .section01_2 .content-top .left .animation-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .section01_2 .area-wrap {
    gap: 75px;
  }

  .section01_2 .area-tit {
    font-size: 35px;
  }

  .section01_2 .dot li {
    font-size: 16px;
  }

  .section01_2 .card .desc {
    font-size: 16px;
  }

  .section01_2 .desc {
    font-size: 16px;
  }

  .section01_2 .desc br {
    display: none;
  }

  .section01_2 .small {
    font-size: 30px;
  }

  .section02 {
    margin-bottom: 40px;
  }

  .section02 .content-wrap {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .section02 .content-wrap .content {
    width: 100%;
  }

  .section02 .content-wrap .content p {
    margin-top: 12px;
  }

  .section03 {
    margin-bottom: 0px;
  }

  .section03 .content-wrap .content a {
    height: 90px;
    font-size: 22px;
    padding-left: 13%;
  }

  .section03 .content-wrap .content a:hover {
    height: 90px;
  }
}

@media (max-width: 500px) {
  .section01 .mySwiper {
    height: 420px;
  }

  .section01 .swiper-tit {
    padding: 0 20px;
    font-size: 27px;
  }

  .section01_1 .content-top .left .ani {
    display: none;
  }

  .section01_1 .content-top .left .animation-wrap .bg {
    width: 250%;
    text-align: left;
  }

  .section01_1 .list .list-tit {
    margin-top: 4px;
    font-size: 16px;
  }

  .section01_1 .content-top {
    width: 100%;
  }

  .section01_1 .text-wrap>h3 {
    font-size: 36px;
  }

  .section01_1 .text-wrap>ul li {
    font-size: 16px;
  }

  .section01_2 .text-wrap>h3 {
    font-size: 36px;
  }

  .section01_2 .inner {
    padding: 0 20px;
  }

  .section01_2 .area-tit {
    font-size: 27px;
  }

  .section01_2 .small {
    font-size: 22px;
  }

  .section01_2 .txtarea {
    gap: 20px;
  }

  .section01_2 .card {
    gap: 20px;
    flex-wrap: wrap;
  }

  .section01_2 .card li {
    width: 100%;
  }
}