@media (max-width: 1330px) {
  .w1330 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .header {
    min-width: unset;
    background-size: cover;
    padding-bottom: 80px;
    height: auto;
  }

  .header .main-header {
    width: 100%;
  }

  .header .main-top {
    margin: 0 10px;
  }

  .nav {
    overflow-x: auto;
    min-width: unset;
  }

  .sec-tit01 {
    white-space: nowrap;
    overflow: hidden;
  }

  .sec-tit01 .title-l,
  .sec-tit01 .title-r {
    width: calc(50% - 60px);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sec-tit01 .title-l {
    -o-object-position: right;
    object-position: right;
  }

  .sec-tit01 .title-r {
    -o-object-position: left;
    object-position: left;
  }

  .section01 {
    display: block;
  }

  .section01 .banner-news {
    width: 100%;
    height: auto;
  }

  .section01 .banner-news .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section01 .tab-news {
    width: 100%;
    margin-top: 15px;
  }

  .section01 .tab-news .tabs02 .tab02-item {
    flex: 1;
  }

  .section01 .tab-news .tabs02 .tab02-item+.tab02-item {
    margin-left: 15px;
  }

  .section01 .tab-news .news-item .time {
    display: none;
  }

  .section02 .section02-box {
    display: block;
  }

  .section02 .section02-box a {
    display: block;
  }

  .section02 .section02-box a+a {
    margin-top: 12px;
  }

  .section02 .section02-box .img {
    width: 100%;
    height: auto;
    display: block;
  }

  .section03 {
    min-width: unset;
  }

  .section03 .section03-box .box-l .nav-item.active::after {
    right: -25px;
  }

  .section03 .section03-box .box-r {
    flex: 1;
    padding-left: 20px;
    padding-right: 10px;
  }

  .section03 .section03-box .box-r .news-list {
    margin-left: 0;
  }

  .section03 .section03-box .box-r .section03-img {
    display: none;
  }

  .section03 .section03-box .box-r .time {
    display: none;
  }

  .bottom-section {
    display: block;
  }

  .bottom-section .section04 {
    width: 100%;
  }

  .bottom-section .section05 {
    width: 100%;
    margin-top: 40px;
  }

  .bottom-section .section05 .list02 {
    display: flex;
    justify-content: flex-start;
  }

  .bottom-section .section05 .list02 .item {
    /* width: 50%; */
  }

  .bottom-section .section05 .list02 .item+.item {
    margin-left: 10px;
  }

  .footer {
    min-width: unset;
  }

  .footer .footer-main {
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .float-nav-box {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    padding-bottom: 40px;
  }

  .header .main-header .main-top {
    flex-wrap: wrap;
  }

  .header .main-header .main-logo {
    height: 100px;
  }

  .header .main-header .main-logo img {
    height: 100%;
  }

  .header .main-header .main-search {
    width: 90%;
    height: 40px;
  }

  .header .main-header .main-search .search-input {
    flex: 1;
    height: 40px;
    font-size: 16px;
  }

  .header .main-header .main-search .search-btn {
    white-space: nowrap;
    padding: 0 10px;
    width: 100px;
    height: 40px;
    font-size: 18px;
  }

  .nav {
    height: 40px;
  }

  .nav .nav-box {
    width: unset;
    justify-content: flex-start;
  }

  .nav .nav-box .nav-item {
    height: 40px;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 10px;
  }

  .nav .nav-box .nav-item .nav-icon {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sec-tit01 .wd {
    font-size: 20px;
  }

  .top-news {
    padding-top: 10px;
  }

  .top-news .title {
    font-size: 24px;
  }

  .top-news .desc {
    font-size: 16px;
  }

  .section01 {
    margin-top: 15px;
  }

  .section03 .section03-box .box-l {
    width: 75px;
  }

  .section03 .section03-box .box-l .nav-item {
    width: 60px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    line-height: 1;
    padding-top: 19px;
  }

  .bottom-section .section05 .list02 .item {
    /* width: 100%; */
  }

  .bottom-section .section05 .list02 .item .icon {
    width: 100%;
    height: unset;
  }
}