@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_intro_con_l {
    display: none;
  }
  .index_intro_con {
    padding: 0;
  }
  .index_intro_con_r {
    width: 100%;
    margin-left: 0;
    transform: translateY(0);
    margin-top: 20px;
    border-radius: 0;
  }
  .index_intro {
    padding: 90px 0 40px 0;
  }
}
@media only screen and (max-width: 800px) {
  .index_fam_list {
       flex-direction: column;
  }
  .index_fam_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .index_news_wrap {
    flex-direction: column;
  }
  .index_news_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .index_news_r {
    width: 100%;
  }
  .index-conmmon-t {
    font-size: 24px;
  }
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 414px) {
  .index_news_r_item {
    width: 100%;
  }
  .index_link_item {
    width: 330px;
  }
  .index_news_r_item:nth-of-type(3) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
}
