@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
    padding: 0 0.2rem;
  }
  .header > .left > img {
    width: 3rem;
  }
  .header > .meau > img {
    width: 0.8rem;
  }
  .header > .meau > .center {
    width: 2rem;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 1rem;
    right: 0;
    z-index: 999;
    background-color: #ffffff;
  }
  .header > .meau > .center > li {
    margin-top: 0.2rem;
    color: #666666;
    position: relative;
    font-size: 0.32rem;
    padding: 0 0.1rem;
  }
  .header > .meau > .center > li:last-child {
    margin-right: 0;
  }
  .header > .right {
    display: none;
    align-items: center;
  }
  .header > .right > img {
    margin-right: 10px;
  }
  .header > .right > div {
    color: #565656;
    font-size: 0.32rem;
  }
  .header > .right > div > div:nth-of-type(2) {
    color: #ca262d;
    font-size: 0.36rem;
    font-weight: bold;
  }
  .zhanweibox {
    height: 1rem;
  }
  .mySwiper {
    width: 100%;
    margin: 0 auto;
  }
  .mySwiper > .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .header {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
  }
  .header > .meau > img {
    display: none;
  }
  .header > .meau > .center {
    display: flex;
    align-items: center;
  }
  .header > .meau > .center > li {
    margin-right: 80px;
    color: #666666;
    position: relative;
  }
  .header > .meau > .center > li:last-child {
    margin-right: 0;
  }
  .header > .meau > .center > li:hover {
    color: #ce4045;
  }
  .header > .meau > .center > li:hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -18px;
    background-color: #ce4045;
  }
  .header > .meau > .center > .li_active {
    color: #ce4045;
  }
  .header > .meau > .center > .li_active::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -18px;
    background-color: #ce4045;
  }
  .header > .right {
    display: flex;
    align-items: center;
  }
  .header > .right > img {
    margin-right: 10px;
  }
  .header > .right > div {
    color: #565656;
  }
  .header > .right > div > div:nth-of-type(2) {
    color: #ca262d;
    font-size: 18px;
    font-weight: bold;
  }
  .mySwiper {
    width: 100%;
    margin: 0 auto;
  }
  .mySwiper > .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide > img {
    height: 100%;
  }
  .mySwiper > .swiper-pagination > .swiper-pagination-bullet {
    background-color: #dc6e73;
    opacity: 10;
  }
  .mySwiper > .swiper-pagination > .swiper-pagination-bullet-active {
    background-color: #ca262d;
  }
}
