@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%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 568px) {
.index-common-header-left p:nth-of-type(1) {
  font-size: 18px;
  line-height: 18px;
}
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 320px) {
}
