.index_banner {
  position: relative;
  padding-top: 78px;
}

.index_banner .wrap {
  height: 100%;
  position: relative;
}

.index_banner .wrap .swiper-slide-active .bg img {
  transform: scale(1);
}

.index_banner .wrap .bg {
  width: 100%;
}

.index_banner .wrap .bg img {
  width: 100%;
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
}

.index_banner .wrap .text {
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translateY(-50%);
}

.index_banner .wrap .text .p1 {
  color: #fff;
  /* font-size: 40px; */
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 8px;
  font-family: SR;
}

.index_banner .wrap .text .p2 {
  color: #fff;
  /* font-size: 18px; */
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: SR;
  letter-spacing: 8px;
}
.index_banner .wrap .text .p3 {
  color: #fff;
  font-family: SR;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 4px;
  
}

.index_banner .wrap .text .animate div {
  opacity: 0;
  transform: translateX(10px);
}

.section1 {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.section1 .wrap {
  width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.section1 .wrap .item a {
  display: block;
  padding-top: 70px;
  padding-bottom: 60px;
  box-shadow: 0px 3px 15px 0px rgba(31, 66, 124, 0.08);
  transition: all 0.6s;
}

.section1 .wrap .item a:hover {
  box-shadow: 0px 5px 15px 0px rgba(13, 39, 100, 0.1);
  transform: translateY(-10px);
}

.section1 .wrap .item a:hover .img .logo {
  opacity: 0.03;
}

.section1 .wrap .item a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section1 .wrap .item a .img .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}

.section1 .wrap .item a .img .icon img {
  max-width: 100%;
  max-height: 100%;
  fill: #0F208A;
  object-fit: contain;
}

.section1 .wrap .item a .img .logo {
  position: absolute;
  width: 100%;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0;
}

.section1 .wrap .item a .text {
  color: #333;
  /* font-size: 20px; */
  font-size: 24px;
  padding: 0 10px;
  /* margin-top: 50px; */
  margin-top: 30px;
  text-align: center;
}

/* .section1 .wrap .item.aos-animate:nth-child(5n-3) {
  transition-delay: 0.2s;
}

.section1 .wrap .item.aos-animate:nth-child(5n-2) {
  transition-delay: 0.4s;
}

.section1 .wrap .item.aos-animate:nth-child(5n-1) {
  transition-delay: 0.6s;
}

.section1 .wrap .item.aos-animate:nth-child(5n) {
  transition-delay: 0.8s;
} */

.section2 {
  position: relative;
  z-index: 10;
  background-color: #F7F7F7;
}

.section2 .wrap {
  width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 137px;
}

.section2 .wrap .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section2 .wrap .top .left {
  width: 650px;
  padding-top: 40px;
}

.section2 .wrap .top .left .title h3 {
  font-size: 36px;
  color: #0F208A;
  margin-bottom: 10px;
}

.section2 .wrap .top .left .title h4 {
  color: #111;
  font-size: 24px;
  margin-bottom: 30px;
}

.section2 .wrap .top .left .text {
  margin-bottom: 80px;
}

.section2 .wrap .top .left .text.aos-animate {
  transition-delay: 0.1s;
}

.section2 .wrap .top .left .text p {
  color: #444;
  font-size: 16px;
  line-height: 2;
}

.section2 .wrap .top .left div:nth-child(3).aos-animate {
  transition-delay: 0.2s;
}

.section2 .wrap .top .left a {
  color: #000;
  font-size: 16px;
  transition: color 0.5s;
}

.section2 .wrap .top .left a:hover {
  color: #0F208A;
}

.section2 .wrap .top .left a:hover span {
  transform: translateX(10px);
}

.section2 .wrap .top .left a span {
  color: #0F208A;
  transition: all 0.5s;
  margin-left: 10px;
  display: inline-block;
}

.section2 .wrap .top .right {
  width: 580px;
  position: relative;
}

.section2 .wrap .top .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.section2 .wrap .top .right .play:hover span {
  color: #0F208A;
}

.section2 .wrap .top .right .play span {
  font-size: 60px;
  color: #fff;
  transition: all 0.5s;
}

.section2 .wrap .bottom {
  padding-top: 30px;
}

.section2 .wrap .bottom h5 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.section2 .wrap .bottom .merry {
  overflow: hidden;
}

.section2 .wrap .bottom .merry.aos-animate {
  transition-delay: 0.1s;
}

.section2 .wrap .bottom .merry:hover .row {
  animation-play-state: paused;
}

.section2 .wrap .bottom .row {
  display: flex;
  width: fit-content;
}

.section2 .wrap .bottom .row.active {
  animation: walking 15s linear infinite;
}

.section2 .wrap .bottom .row .trem {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-right: 120px;
  gap: 120px;
}

.section2 .wrap .bottom .row .trem .item {
  width: max-content;

  display: flex;
  align-items: center;
  flex-direction: column;
}
.section2 .wrap .bottom .row .trem .item .img{
  height: 60px;
  min-width: 60px;
  /* filter: grayscale(1); */
  /* opacity: 0.9; */
  transition: all 0.6s;
}
.section2 .wrap .bottom .row .trem .item .text{
  margin-top: 10px;
  font-size: 14px;
}
/* .section2 .wrap .bottom .row .trem .item:hover .img{
  filter: none;
  opacity: 1;
} */

.section2 .wrap .bottom .row .trem .item img {
  height: 100%;
  object-fit: contain;
}

.section3 {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.section3 .wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section3 .wrap .title {
  width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.section3 .wrap .title h3 {
  color: #111;
  font-size: 36px;
  text-align: center;
}

.section3 .wrap .main {
  width: 1430px;
  margin: 0 auto;
}

.section3 .wrap .main.aos-animate:nth-child(1) {
  transition-delay: 0.1s;
}

.section3 .wrap .main .swiper {
  margin-bottom: 60px;
}

.section3 .wrap .main .swiper .swiper-slide {
  padding: 15px;
}

.section3 .wrap .main .swiper .item {
  transition: all 0.6s;
  display: block;
}

.section3 .wrap .main .swiper .item:hover {
  box-shadow: 0px 3px 15px 0px rgba(31, 66, 124, 0.08);
}

.section3 .wrap .main .swiper .item:hover .text h4 {
  color: #0F208A;
}

.section3 .wrap .main .swiper .item:hover .text h5 {
  color: #0F208A;
}

.section3 .wrap .main .swiper .item .img {
  display: flex;
  justify-content: center;
  height: 200px;
  padding: 20px;
  background-color: #EDEFF2;
}

.section3 .wrap .main .swiper .item .text {
  padding: 30px 40px;
  text-align: center;
  /* height: 180px; */
}
.section3 .wrap .main .swiper .item .text .type{
  color: #111;
  font-size: 20px;
  margin-bottom: 10px;
}
.section3 .wrap .main .swiper .item .text h4 {
  color: #111;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  transition: all 0.6s;
}

.section3 .wrap .main .swiper .item .text h5 {
  color: #111;
  font-size: 16px;
  margin-bottom: 15px;
  transition: all 0.6s;
  font-weight: 400;
}

.section3 .wrap .main .swiper .item .text p {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.section3 .wrap .main .swiper-pagination {
  position: static;
}

.section3 .wrap .main .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  border-radius: 3px;
  background-color: #0F208A;
  opacity: 0.2;
  transition: all 0.6s;
}

.section3 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}

.section4 {
  position: relative;
  z-index: 10;
  background-color: #F7F7F7;
}

.section4 .wrap {
  padding-top: 80px;
  padding-bottom: 130px;
  width: 1400px;
  margin: 0 auto;
}

.section4 .wrap .title {
  width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.section4 .wrap .title h3 {
  color: #111;
  font-size: 36px;
  text-align: center;
}

.section4 .wrap .main {
  position: relative;
}

.section4 .wrap .main.aos-animate:nth-child(1) {
  transition-delay: 0.1s;
}

.section4 .wrap .main .swiper {
  margin-bottom: 100px;
}

.section4 .wrap .main .swiper .item:hover .img img {
  transform: scale(1.1);
}

.section4 .wrap .main .swiper .item:hover .text {
  color: #0F208A;
}

.section4 .wrap .main .swiper .item .img {
  margin-bottom: 20px;
  height: 280px;
  overflow: hidden;
}

.section4 .wrap .main .swiper .item .img img {
  width: 100%;
  height: 100%;
  transition: all 1.5s;
}

.section4 .wrap .main .swiper .item .time {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.section4 .wrap .main .swiper .item .text {
  font-size: 16px;
  color: #111111;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.6s;
}

.section4 .wrap .main .swiper-pagination {
  position: static;
}

.section4 .wrap .main .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  border-radius: 3px;
  background-color: #0F208A;
  opacity: 0.2;
  transition: all 0.6s;
}

.section4 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}

.section4 .wrap .main .common_tab {
  top: 120px;
  transform: translateX(-50%);
}

.common_tab {
  width: 1526px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.common_tab .prev {
  transform: rotate(180deg);
}

.common_tab .prev,
.common_tab .next {
  opacity: 0.1;
  transition: all 0.6s;
  cursor: pointer;
}

.common_tab .prev:hover,
.common_tab .next:hover {
  opacity: 1;
}

.common_tab .prev span,
.common_tab .next span {
  font-size: 40px;
}

@keyframes walking {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* @media screen and (max-width: 1919px) {
  .index_banner {
    padding-top: 4.0625vw;
  }

  .index_banner .wrap .text {
    left: 13.5416666667vw;
  }

  .index_banner .wrap .text .p1 {
    font-size: 1.875vw;
    margin-bottom: 0.5208333333vw;
  }

  .index_banner .wrap .text .p2 {
    font-size: 1.1458333333vw;
  }

  .index_banner .wrap .text .animate div {
    transform: translateX(0.5208333333vw);
  }

  .section1 .wrap {
    width: 72.9166666667vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 4.1666666667vw;
    gap: 0.78125vw;
  }

  .section1 .wrap .item a {
    padding-top: 3.6458333333vw;
    padding-bottom: 3.125vw;
    box-shadow: rgba(31, 66, 124, 0.08) 0px 0.15625vw 0.78125vw 0px;
  }

  .section1 .wrap .item a:hover {
    box-shadow: rgba(13, 39, 100, 0.1) 0px 0.2604166667vw 0.78125vw 0px;
    transform: translateY(-0.5208333333vw);
  }

  .section1 .wrap .item a .img .icon {
    width: 3.125vw;
    height: 3.125vw;
  }

  .section1 .wrap .item a .text {
    font-size: 1.25vw;
    padding: 0px 0.5208333333vw;
    margin-top: 1.5625vw;
  }

  .section2 .wrap {
    width: 72.9166666667vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 7.1354166667vw;
  }

  .section2 .wrap .top {
    padding-bottom: 4.1666666667vw;
  }

  .section2 .wrap .top .left {
    width: 33.8541666667vw;
    padding-top: 2.0833333333vw;
  }

  .section2 .wrap .top .left .title h3 {
    font-size: 1.6666666667vw;
    margin-bottom: 0.5208333333vw;
  }

  .section2 .wrap .top .left .title h4 {
    font-size: 1.1458333333vw;
    margin-bottom: 1.5625vw;
  }

  .section2 .wrap .top .left .text {
    margin-bottom: 4.1666666667vw;
  }

  .section2 .wrap .top .left .text p {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .top .left a {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .top .left a:hover span {
    transform: translateX(0.5208333333vw);
  }

  .section2 .wrap .top .left a span {
    margin-left: 0.5208333333vw;
    font-size: 0.8333333vw;
  }

  .section2 .wrap .top .right {
    width: 30.2083333333vw;
  }

  .section2 .wrap .top .right .play span {
    font-size: 3.125vw;
  }

  .section2 .wrap .bottom {
    padding-top: 1.5625vw;
  }

  .section2 .wrap .bottom h5 {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .bottom .row .trem {
    margin-top: 2.6041666667vw;
    margin-right: 6.25vw;
    gap: 6.25vw;
  }

  .section2 .wrap .bottom .row .trem .item {
    height: 3.125vw;
    min-width: 3.125vw;
  }

  .section3 .wrap {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }

  .section3 .wrap .title {
    width: 72.9166666667vw;
    margin: 0px auto 2.6041666667vw;
  }

  .section3 .wrap .title h3 {
    font-size: 1.875vw;
  }

  .section3 .wrap .main {
    width: 74.4791666667vw;
  }

  .section3 .wrap .main .swiper {
    margin-bottom: 3.125vw;
  }

  .section3 .wrap .main .swiper .swiper-slide {
    padding: 0.78125vw;
  }

  .section3 .wrap .main .swiper .item:hover {
    box-shadow: rgba(31, 66, 124, 0.08) 0px 0.15625vw 0.78125vw 0px;
  }

  .section3 .wrap .main .swiper .item .img {
    height: 10.4166666667vw;
    padding: 1.0416666667vw;
  }

  .section3 .wrap .main .swiper .item .text {
    padding: 1.5625vw 2.0833333333vw;
  }

  .section3 .wrap .main .swiper .item .text h4 {
    font-size: 1.0416666667vw;
    margin-bottom: 0.2604166667vw;
  }

  .section3 .wrap .main .swiper .item .text h5 {
    font-size: 0.8333333333vw;
    margin-bottom: 0.78125vw;
  }

  .section3 .wrap .main .swiper .item .text p {
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
  }

  .section3 .wrap .main .swiper-pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.3125vw;
    border-radius: 0.15625vw;
  }

  .section3 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.0833333333vw;
  }

  .section4 .wrap {
    padding-top: 4.1666666667vw;
    padding-bottom: 6.7708333333vw;
    width: 72.9166666667vw;
  }

  .section4 .wrap .title {
    width: 72.9166666667vw;
    margin: 0px auto 2.6041666667vw;
  }

  .section4 .wrap .title h3 {
    font-size: 1.875vw;
  }

  .section4 .wrap .main .swiper {
    margin-bottom: 5.2083333333vw;
  }

  .section4 .wrap .main .swiper .item .img {
    margin-bottom: 1.0416666667vw;
    height: 14.5833333333vw;
  }

  .section4 .wrap .main .swiper .item .time {
    font-size: 0.7291666667vw;
    margin-bottom: 0.5208333333vw;
  }

  .section4 .wrap .main .swiper .item .text {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
  }

  .section4 .wrap .main .swiper-pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.3125vw;
    border-radius: 0.15625vw;
  }

  .section4 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.0833333333vw;
  }

  .section4 .wrap .main .common_tab {
    top: 6.25vw;
  }

  .common_tab {
    width: 79.4791666667vw;
  }

  .common_tab .prev span,
  .common_tab .next span {
    font-size: 2.0833333333vw;
  }
} */

@media screen and (max-width: 1919px) {
  .index_banner{
  padding-top: 4.0625vw;
  }
  .index_banner .wrap .text{
  left: 10.416666666vw;
  }
  .index_banner .wrap .text .p1{
  font-size: 2.5vw;
   margin-bottom: 3.125vw;
  }
  .index_banner .wrap .text .p2{
  font-size: 1.45833333vw;
  }
  .index_banner .wrap .text .p3{
    font-size: 0.9375vw;
  }
  .index_banner .wrap .text .animate div{
  transform: translateX(0.5208333333vw);
  }
  .section1 .wrap{
  width: 72.9166666667vw;
   padding-top: 5.2083333333vw;
   padding-bottom: 4.1666666667vw;
   gap: 0.78125vw;
  }
  .section1 .wrap .item a{
  padding-top: 3.6458333333vw;
   padding-bottom: 3.125vw;
   box-shadow: rgba(31, 66, 124, 0.08) 0px 0.15625vw 0.78125vw 0px;
  }
  .section1 .wrap .item a:hover{
  box-shadow: rgba(13, 39, 100, 0.1) 0px 0.2604166667vw 0.78125vw 0px;
   transform: translateY(-0.5208333333vw);
  }
  .section1 .wrap .item a .img .icon{
  width: 3.125vw;
   height: 3.125vw;
  }
  .section1 .wrap .item a .text{
  font-size: 1.25vw;
   padding: 0px 0.5208333333vw;
   margin-top: 1.5625vw;
  }
  .section2 .wrap{
  width: 72.9166666667vw;
   padding-top: 5.2083333333vw;
   padding-bottom: 7.1354166667vw;
  }
  .section2 .wrap .top{
  padding-bottom: 4.1666666667vw;
  }
  .section2 .wrap .top .left{
  width: 33.8541666667vw;
   padding-top: 2.0833333333vw;
  }
  .section2 .wrap .top .left .title h3{
  font-size: 1.875vw;
   margin-bottom: 0.5208333333vw;
  }
  .section2 .wrap .top .left .title h4{
  font-size: 1.25vw;
   margin-bottom: 1.5625vw;
  }
  .section2 .wrap .top .left .text{
  margin-bottom: 4.1666666667vw;
  }
  .section2 .wrap .top .left .text p{
  font-size: 0.8333333333vw;
  }
  .section2 .wrap .top .left a{
  font-size: 0.8333333333vw;
  }
  .section2 .wrap .top .left a:hover span{
  transform: translateX(0.5208333333vw);
  }
  .section2 .wrap .top .left a span{
  margin-left: 0.5208333333vw;
  }
  .section2 .wrap .top .right{
  width: 30.2083333333vw;
  }
  .section2 .wrap .top .right .play span{
  font-size: 3.125vw;
  }
  .section2 .wrap .bottom{
  padding-top: 1.5625vw;
  }
  .section2 .wrap .bottom h5{
  font-size: 0.8333333333vw;
  }
  .section2 .wrap .bottom .row .trem{
  margin-top: 2.6041666667vw;
   margin-right: 6.25vw;
   gap: 6.25vw;
  }
  .section2 .wrap .bottom .row .trem .item .img{
  height: 3.125vw;
   min-width: 3.125vw;
  }
  .section2 .wrap .bottom .row .trem .item .text{
  margin-top: 0.5208333333vw;
   font-size: 0.7291666667vw;
  }
  .section3 .wrap{
  padding-top: 4.1666666667vw;
   padding-bottom: 4.1666666667vw;
  }
  .section3 .wrap .title{
  width: 72.9166666667vw;
   margin: 0px auto 2.6041666667vw;
  }
  .section3 .wrap .title h3{
  font-size: 1.875vw;
  }
  .section3 .wrap .main{
  width: 74.4791666667vw;
  }
  .section3 .wrap .main .swiper{
  margin-bottom: 3.125vw;
  }
  .section3 .wrap .main .swiper .swiper-slide{
  padding: 0.78125vw;
  }
  .section3 .wrap .main .swiper .item:hover{
  box-shadow: rgba(31, 66, 124, 0.08) 0px 0.15625vw 0.78125vw 0px;
  }
  .section3 .wrap .main .swiper .item .img{
  height: 10.4166666667vw;
   padding: 1.0416666667vw;
  }
  .section3 .wrap .main .swiper .item .text{
  padding: 1.5625vw 2.0833333333vw;
  }
  .section3 .wrap .main .swiper .item .text .type{
  font-size: 1.0416666667vw;
   margin-bottom: 0.5208333333vw;
  }
  .section3 .wrap .main .swiper .item .text h4{
  font-size: 1.0416666667vw;
   margin-bottom: 0.2604166667vw;
  }
  .section3 .wrap .main .swiper .item .text h5{
  font-size: 0.8333333333vw;
   margin-bottom: 0.78125vw;
  }
  .section3 .wrap .main .swiper .item .text p{
  font-size: 0.7291666667vw;
   line-height: 1.0416666667vw;
  }
  .section3 .wrap .main .swiper-pagination .swiper-pagination-bullet{
  width: 0.8333333333vw;
   height: 0.3125vw;
   border-radius: 0.15625vw;
  }
  .section3 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 2.0833333333vw;
  }
  .section4 .wrap{
  padding-top: 4.1666666667vw;
   padding-bottom: 6.7708333333vw;
   width: 72.9166666667vw;
  }
  .section4 .wrap .title{
  width: 72.9166666667vw;
   margin: 0px auto 2.6041666667vw;
  }
  .section4 .wrap .title h3{
  font-size: 1.875vw;
  }
  .section4 .wrap .main .swiper{
  margin-bottom: 5.2083333333vw;
  }
  .section4 .wrap .main .swiper .item .img{
  margin-bottom: 1.0416666667vw;
   height: 14.5833333333vw;
  }
  .section4 .wrap .main .swiper .item .time{
  font-size: 0.7291666667vw;
   margin-bottom: 0.5208333333vw;
  }
  .section4 .wrap .main .swiper .item .text{
  font-size: 0.83333vw;
   line-height: 1.6666666667vw;
  }
  .section4 .wrap .main .swiper-pagination .swiper-pagination-bullet{
  width: 0.8333333333vw;
   height: 0.3125vw;
   border-radius: 0.15625vw;
  }
  .section4 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 2.0833333333vw;
  }
  .section4 .wrap .main .common_tab{
  top: 6.25vw;
  }
  .common_tab{
  width: 79.4791666667vw;
  }
  .common_tab .prev span, .common_tab .next span{
  font-size: 2.0833333333vw;
  }
  }

@media screen and (max-width: 1024px) {
  .index_banner{
    padding-top: 60px;
    height:600px;
  }
  .index_banner .wrap .text{
    left: 5vw;
    width: 90vw;
  }
  .index_banner .wrap .text .p1{
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  .index_banner .wrap .text .p2{
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .index_banner .wrap .text .p3{
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 3px;
  }
  .index_banner .wrap{
    transform: none !important;
  }
  .index_banner .wrap .bg{
    filter: brightness(.8);
  }
  .index_banner .wrap .bg img{
    transform: none;
  }
  .index_banner .wrap .swiper,
  .index_banner .wrap .bg img,
  .index_banner .wrap .bg{
    height: 100%;
  }
  .section1 .wrap{
    width: 90%;
    padding: 60px 0;
    gap: 15px;
  }
  .section1 .wrap .item a .text{
    font-size: 14px;
    margin-top: 10px;
  }
  .section1 .wrap .item a .img .icon{
    width: 40px;
    height: 40px;
  }
  .section1 .wrap .item a:hover{
    box-shadow: none;
    transform: none;
  }
  .section2 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section2 .wrap .bottom .row.active {
    animation: walking 30s linear infinite;
  }
  .section2 .wrap .top .left .title h3{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section2 .wrap .top .left .title h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section2 .wrap .top .left .text p{
    font-size: 14px;
  }
  .section2 .wrap .top .left{
    padding-top: 0;
    margin-bottom:30px;
    width: 100%;
  }
  .section2 .wrap .top{
    padding-bottom: 40px;
    flex-direction: column;
  }
  .section2 .wrap .top .left .text{
    margin-bottom: 30px;
  }
  .section2 .wrap .top .left a,
  .section2 .wrap .top .left a span{
    font-size: 14px;
  }
  .section2 .wrap .top .left a:hover span{
    transform: none;
  }
  .section2 .wrap .top .right{
    width: 50%;
  }
  .section2 .wrap .top .right img{
    width: 100%;
  }
  .section2 .wrap .top .right .play span{
    font-size: 40px;
  }
  .section2 .wrap .bottom{
    padding-top: 20px;
  }
  .section2 .wrap .bottom h5 {
    font-size: 14px;
  }
  .section2 .wrap .bottom .row .trem .item{
    /* height: 40px;
    min-width: 40px; */
  }
  .section2 .wrap .bottom .row .trem{
    margin-top: 30px;
    margin-right: 50px;
    gap: 50px;
  }
  .section3 .wrap .main{
    width: 90%;
  }
  .section3 .wrap .main .swiper .item .text h5{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section3 .wrap .main .swiper .item .text p{
    font-size: 14px;
    line-height: 1.6;
  }
  .section3 .wrap .main .swiper .item .text{
    padding: 20px;
  }
  .section3 .wrap .main .swiper .item:hover{
    box-shadow: none;
  }
  .section3 .wrap .main .swiper .swiper-slide {
    padding: 0;
  }
  .section3 .wrap .main .swiper .item .img{
    height: 220px;
    padding: 20px;
  }
  .section3 .wrap .main .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 4px;
    border-radius: 2px;
  }
  .section3 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
  }
  .section3 .wrap{
    padding: 60px 0;
    overflow: hidden;
  }
  .section3 .wrap .title h3{
    font-size: 28px;
  }
  .section3 .wrap .title{
    margin-bottom: 30px;
  }
  .section4 .wrap{
    padding: 60px 0;
    width: 90%;
  }
  .section4 .wrap .title h3{
    font-size: 28px;
  }
  .section4 .wrap .title{
    width: 90%;
    margin-bottom: 30px;
  }
  .section4 .wrap .main .swiper .item .time{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section4 .wrap .main .swiper .item .img{
    height: 240px;
  }
  .section4 .wrap .main .swiper .item .text{
    font-size: 14px;
    line-height: 1.6;
  }
  .section4 .wrap .main .swiper{
    margin-bottom: 30px;
  }

  .section4 .wrap .main .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 4px;
    border-radius: 2px;
  }
  .section4 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
  }
  .section3 .wrap .main .swiper{
    margin-bottom: 30px;
  }
  .section4 .wrap .main .swiper .item .img{
    margin-bottom: 20px;
  }
  .section2 .wrap .bottom .row .trem .item .text{
    font-size: 14px;
    margin-top: 10px;
  }
  .section2 .wrap .bottom .row .trem .item .img{
    height: 40px;
    min-width: 40px;
  }
  .section3 .wrap .main .swiper .item .text .type{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section3 .wrap .main .swiper .item .text{
    border: 1px solid #eee;
    border-top: none;
  }
  .section4 .wrap .main .swiper .item .img{
    margin-bottom: 0;
  }
  .section4 .wrap .main .swiper .item .bottom{
    /* margin-top: 10px; */
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
  }
  /* .index_banner .wrap .text{
    top: 50%;
  } */
}
@media screen and (max-width: 820px) {
  .section1 .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .section2 .wrap .top .right{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
    .index_banner .wrap .text .p1 {
        font-size: 24px;
    }
    .index_banner .wrap .text .p2 {
      font-size: 14px;
    }
    .index_banner .wrap .text .p3 {
      font-size: 12px;
    }
    .section1 .wrap {
      grid-template-columns: repeat(3, 1fr);
    }
    .section1 .wrap .item a .img .icon{
      width: 36px;
      height: 36px;
    }
    .section1 .wrap{
      padding: 50px 0;
    }
    .section2 .wrap{
      padding: 50px 0;
    }
    .section2 .wrap .bottom .row.active {
      animation: walking 20s linear infinite;
  }
  .section4 .wrap .main .swiper,
  .section3 .wrap .main .swiper{
    overflow: unset;
  }
  .section3 .wrap .title h3{
    font-size: 24px;
  }
  .section3 .wrap{
    padding: 50px 0;
  }
  .section4 .wrap .main .swiper .item .img {
    height: 58.666667vw;
  }
  .section4 .wrap{
    padding: 50px 0;
  }
  .section4 .wrap .title h3 {
    font-size: 24px;
  }
  .section4 .wrap .main .swiper,
  .section3 .wrap .main .swiper{
    margin-bottom: 20px;
  }

}
@media screen and (max-width: 540px) {
  .section1 .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}