@media screen and (max-width: 1146px) {
  .header .right .bottom ul li {
    padding: 0 6px;
  }
}

@media screen and (max-width: 992px) {
  .header {
    /*background-color: #fff;*/
    /*position: static;*/
  }
  .header .right {
    justify-content: flex-start;
  }
  .header .right .top {
    display: none;
  }
  .sidebarMenu {
    top: 108px;
  }
}

@media screen and (min-width: 461px) and (max-width: 767px) {
  .header .right .top span {
    font-size: 18px;
  }
}

@media screen and (max-width: 780px) {
  .footer .ft-nav .item:not(:last-child) {
    display: none;
  }
  .footer .ft-nav .item:last-child {
    width: 100%;
  }
  .footer .ft-nav .item:last-child .tit {
    text-align: center;
  }
  .footer .ft-nav .item:last-child .erweima {
    justify-content: center;
  }
  .footer .ft-nav .item:last-child .erweima li {
    text-align: center;
    width: 46%;
    margin-right: 0;
  }
  .footer .ft-nav .item:last-child .erweima li img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .footer .ft-contact{
    padding: 0 30px;
  }
  .footer .ft-contact .tit, .footer .ft-contact .imgs {
    text-align: center;
  }
  .footer .ft-contact .call, .footer .ft-contact .address {
    text-align: left;
    /* background-position: left; */
    padding-left: 32px;
    padding-right: 0;
  }
  .footer .friends {
    padding: 0 15px 15px 15px;
  }
  .footer .copyright {
    flex-direction: column;
    padding: 15px;
  }
}

@media screen and (min-width: 780px) and (max-width: 992px) {

}

@media screen and (max-width: 460px) {
  .header, .header .right {
    height: 55px;
  }
  .sidebarMenu {
    top: 55px;
  }
  .news-top-swiper .swiper-slide .imgBox {
    width: 100%;
  }
  .news-top-swiper .swiper-slide .imgBox img {
    height: 220px;
  }
  .news-top-swiper .swiper-slide .txtBox {
    width: 100%;
    padding: 15px;
  }
  .news-top-swiper .swiper-slide .txtBox h1 {
    margin: 10px 0 12px 0;
    font-size: 18px;
  }
  .news-top-swiper .swiper-pagination {
    left: 0;
    width: 100%;
  }
  .news-top-swiper .swiper-slide .txtBox p::before {
    left: -10px;
  }
  .news-top-swiper .swiper-slide .txtBox p::after {
    right: -10px;
  }
}
