@media only screen and (max-width: 1668px) {
}
@media only screen and (max-width: 1260px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1000px) {
  .index-news .w12 {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .index-news-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-news-right {
    width: 100%;
  }
  .index-moving .w12 {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .index_moving_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .index_moving_right {
    width: 100%;
    margin-bottom: 30px;
  }
  .index_moving_col {
    width: 100%;
  }
  .index_moving_col img {
    height: 100px;
    object-fit: contain;
  }
  .index_donate .w12 {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .index_donate_left {
    width: 100%;
  }
  .index_donate_right {
    width: 100%;
  }
  .index_donate_mid {
    width: 100%;
    margin: 30px 0;
  }
  .index_donate_right_list {
    display: flex;
    justify-content: space-between;
  }
  .index_donate_right_item-con {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .index_famous_item {
    width: 156px;
  }
  .index_famous_item_imgbox img {
    object-fit: cover;
  }
  .index_donate_right_list {
    width: 100%;
    flex-direction: column;
  }
  .index_link_list {
    flex-direction: column;
  }
  .index_link_item {
    margin-bottom: 30px;
  }
  .index_moving_left_imgbox {
    height: 180px;
    object-fit: cover;
  }
  .index_moving_left_con {
    padding: 10px;
    box-sizing: border-box;
  }
  .swiper-button-prev {
    top: 170px;
  }
  .swiper-button-next {
    top: 170px;
  }
  .index_famous_title_l {
    font-size: 22px;
  }
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 414px) {
  .index_link_item {
    width: 330px;
  }
}
@media only screen and (max-width: 320px) {
}
