@media screen and (max-width: 1024px) {
  .homeContent .content {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 25px;
  }

  .content1 {
    display: none;
  }

  .page img {
    width: 12px;
  }

  .page_a {
    margin-right: 36px;
  }

  .page_a::after {
    content: '';
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 18px;
    top: 5px;
  }

  .content1_news,
  .content1_notice {
    display: block;
  }

  .content_t,
  .content1_notice_t {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    position: relative;
    align-items: flex-end;
  }

  .content1_news_data img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .content1_news_data_item {
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 0;
    display: block;
    color: #000;
    border-top: 1px solid #e7e7e7;
  }

  .content1_notice {
    color: #fff;
  }

  .content1_notice_t .more {
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  .content1_notice_item {
    display: block;
    line-height: 1.5;
    padding: 16px 0;
    border-bottom: 1px solid #ffffff4d;
  }

  .content1_notice_item:last-of-type {
    border: none;
  }

  .tz_date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }

  .tz_title {
    font-size: 14px;
    color: #fff;
  }

  .c2_title {
    display: none;
  }

  .content2 .content_t {
    display: flex;
  }

  .hd_data {
    max-height: 320px;
  }

  .hd_item {
    width: 96px !important;
    color: #000;
    flex-direction: column;
    height: 96px !important;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
    opacity: 0.9;
    border: 1px solid #7CBF40;
  }


  .hd_img {
    width: 50px;
  }

  .hd_img img {
    width: 100%;
    height: auto;
  }

  .hd_name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .c3_arrow_icon {
    height: 42px;
    width: auto;
  }

  .ENTitle {
    font-size: 12px;
    font-size: 10px;
  }

  .ZHTitle {
    font-size: 22px;
  }

  .c3_title {
    justify-content: space-between;
    line-height: 1.5;
  }

  .c3_title>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 3px;
  }

  .content2 .swiper-pagination {
    display: block;
    bottom: -10px !important;
  }

  .content2 .swiper-pagination .swiper-pagination-bullet {
    background: url(../img/page.png) no-repeat center center;
    background-size: 12px auto;
    opacity: 1;
    width: 12px;
    height: 12px;
  }

  .content2 .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/page_a.png) no-repeat;
    background-size: 12px auto;
    margin-right: 23px !important;
    position: relative;
  }

  .content2 .swiper-pagination .swiper-pagination-bullet-active::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #6EB92C;
    top: 50%;
    left: 100%;
    margin-left: 3px;
  }

  .content2 .swiper-pagination-bullet:last-child::after {
    height: 0 !important;
  }

  .content3 .pages {
    position: relative;
  }

  .content3 .swiper-pagination .swiper-pagination-bullet {
    background: url(../img/page.png) no-repeat center center;
    background-size: 12px auto;
    opacity: 1;
    width: 12px;
    height: 12px;
  }

  .content3 .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/page_a.png) no-repeat;
    background-size: 12px auto;
    margin-right: 23px !important;
    position: relative;
  }

  .content3 .swiper-pagination .swiper-pagination-bullet-active::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #6EB92C;
    top: 50%;
    left: 100%;
    margin-left: 3px;
  }

  .content3 .swiper-pagination-bullet:last-child::after {
    height: 0 !important;
  }

  .content2 .c3_title {
    display: flex;
  }

  .content3 {
    margin-top: 20px;
  }

  .content3>.content>p {
    display: none;
  }

  .c3_describe {
    display: none;
  }

  .overhidden {
    margin-top: 15px;
  }

  .c3_data {
    width: 100%;
    height: 330px !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.5s;
  }

  .px_item {
    width: calc(50% - 10px);
    height: 82px !important;
    /* box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16); */
    margin-bottom: 16px;
    margin-right: 20px;
  }

  .px_item:nth-of-type(6n+4),
  .px_item:nth-of-type(6n+5),
  .px_item:nth-of-type(6n+6) {
    margin-right: 0px;
  }

  .px_info {
    height: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: auto 60%;
  }

  .px_info .icon {
    height: 40px;
  }

  .px_name {
    font-size: 14px;
    color: #fff;
  }

  .c4_left {
    display: none;
  }

  .content4 .c3_title {
    display: flex;
  }

  .xq_data {
    width: 100%;
    height: 416px;
    display: flex;
    transition: all 0.5s;
    /* justify-content: space-between; */
  }

  .xq_item {
    width: calc(50vw - 35px);
    /* width: 154px; */
    position: relative;
    margin-right: 20px;
    flex-shrink: 0;
  }

  /* .xq_item:nth-of-type(2n) {
    margin-right: 0px;
  } */

  .xq_item>img {
    height: 416px;
    width: 100%;
  }

  .xq_name {
    top: 16px;
    left: 12px;
    font-size: 14px;
  }

  .xq_name>img {
    height: 16px;
    width: auto;
  }

  .xq_info img {
    height: 14px;
    width: auto;
  }

  .xq_info {
    padding: 0 12px 14px 12px;
  }

  .xq_info span {
    margin-left: 2px;
  }

  .xq_name span {
    margin-top: 10px;
  }

  .c5_item img {
    height: 29px;
    width: auto;
  }

  .c5_item {
    /* width: 220px; */
    height: 52px;
    font-size: 12px;
  }

  .c5_item span {
    color: #000;
  }
}