@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 2558.99px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
@media (min-width: 2559px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 25.6);
  }
}
/* 手机 */
@media (max-width: 768px) {
  body {
    background-color: #f9f4f1;
  }
  /* banner */
  .wp-banner-sections {
    position: relative;
    width: 100%;
  }
  .wp-banner-sections .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 21.33333333rem;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 21vh 5% 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content h3 {
    font-family: 'Alibaba_55';
    margin: 0;
    font-size: 1.33333333rem;
    line-height: 1.6;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    paint-order: stroke fill;
    text-shadow: 0 0 1.33333333rem #fff;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    font-size: 0.66666667rem;
    color: #fff;
    margin-bottom: 1.33333333rem;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge i {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge i .icon {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    fill: #eb6100;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge a {
    font-family: 'Alibaba_55';
    font-size: 0.66666667rem;
    color: #fff;
    text-shadow: 0 0.33333333rem 1.46666667rem #000000;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .sjaicnoacspan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.66666667rem;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .sjaicnoacspan a {
    font-family: 'Alibaba_55';
    display: block;
    font-size: 0.66666667rem;
    color: #333;
    background-color: #f9f4f1;
    width: 10rem;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 1.5rem;
    padding: 0.26666667rem 0;
    transition: all 0.5s;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .sjaicnoacspan a:hover {
    color: #fff;
    background-color: #eb6100;
    transition: all 0.5s;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content::after {
    pointer-events: none;
    content: '';
    position: absolute;
    z-index: -1;
    top: 13.33333333rem;
    left: 24%;
    width: 46.66666667rem;
    height: 40rem;
    margin: 0 auto;
    background: radial-gradient(circle, #ffffff65 0%, #ffffff60 30%, #ffffff07 60%, #c94d0000 100%);
  }
  .wp-banner-sections .swiper-slide.is-animate .wp-banner-bg img {
    transform: scale(1);
    transition: transform 5s ease;
  }
  .wp-banner-sections .scnasiimg {
    display: block;
    position: absolute;
    bottom: -0.1rem;;
    width: 100%;
    min-height: auto;
    z-index: 2;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa {
    position: relative;
    width: 100%;
    height: 1.33333333rem;
    overflow: hidden;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1.33333333rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-dark svg path {
    fill: #f9f4f1;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* 新闻列表 */
  .gsjj {
    position: relative;
    z-index: 2;
    padding: 5% 5% 10%;
    color: #333;
    background-color: #f9f4f1;
  }
  .gsjj .scnasiimg {
    display: none;
  }
  .gsjj .news-section {
    width: 100%;
    padding: 2% 0 5%;
  }
  .gsjj .news-section .news-container {
    width: 1005;
    margin: 0 auto;
  }
  .gsjj .news-section .news-container .news-item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0.66666667rem;
    margin-bottom: 0.66666667rem;
    border-bottom: 0.06666667rem solid #ddd;
    cursor: pointer;
  }
  .gsjj .news-section .news-container .news-item .news-content-link {
    order: 2;
    margin-top: 0.66666667rem;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content {
    width: 100%;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content .news-date {
    margin-bottom: 0.33333333rem;
    font-size: 0.53333333rem;
    line-height: 1;
    color: #666;
    font-weight: 400;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content .news-title {
    font-size: 0.66666667rem;
    line-height: 1.6;
    color: #333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: color 0.3s ease;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content .news-line {
    width: 1rem;
    height: 0.06666667rem;
    margin: 0.33333333rem 0 0.66666667rem;
    background: #eb6100;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content .news-desc {
    max-width: 100%;
    font-size: 0.53333333rem;
    line-height: 1.8;
    color: #9a9a9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .gsjj .news-section .news-container .news-item .news-img {
    order: 1;
    display: block;
    width: 100%;
    height: 10rem;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0.66666667rem 0 0 0;
  }
  .gsjj .news-section .news-container .news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
    will-change: transform;
  }
  .gsjj .news-section .product-pagination {
    display: none;
  }
  .gsjj .news-section .mobile-load-more {
    width: 4.66666667rem;
    height: 1.66666667rem;
    margin: 1.33333333rem auto 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 1.33333333rem;
    background: #ef6500;
    color: #fff;
    padding-top: 2%;
    font-size: 0.66666667rem;
    cursor: pointer;
    user-select: none;
    transition: 0.25s ease;
  }
  .gsjj .news-section .mobile-load-more:active {
    transform: scale(0.96);
  }
  /* footer波浪 */
  .wave-wrapfooter {
    background-color: #f9f4f1;
  }
}
/* pc */
@media (min-width: 768px) {
  body {
    background-color: #f9f4f1;
  }
  /* banner */
  .wp-banner-sections {
    position: sticky;
    top: 0;
    width: 100%;
    height: 118vh;
  }
  .wp-banner-sections .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 118vh;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 16.4rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 38vh;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    margin: 0;
    font-size: 0.64rem;
    color: #fff;
    display: inline-block;
    font-family: 'Alibaba_55';
    font-weight: 400;
    text-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.5);
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge i .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #eb6100;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge a {
    font-family: 'Alibaba_55';
    font-size: 0.16rem;
    color: #fff;
    text-shadow: 0 0.05rem 0.22rem #000000;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .sjaicnoacspan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .sjaicnoacspan a {
    font-family: 'Alibaba_55';
    display: block;
    font-size: 0.16rem;
    color: #333;
    background-color: #f9f4f1;
    width: 2.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 0.225rem;
    padding: 0.12rem 0;
    transition: all 0.5s;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .sjaicnoacspan a:hover {
    color: #fff;
    background-color: #eb6100;
    transition: all 0.5s;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content::after {
    pointer-events: none;
    content: '';
    position: absolute;
    z-index: -1;
    top: 2rem;
    left: 24%;
    width: 7rem;
    height: 6rem;
    margin: 0 auto;
    background: radial-gradient(circle, #ffffff65 0%, #ffffff60 30%, #ffffff07 60%, #c94d0000 100%);
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .swiper-slide.is-animate .wp-banner-bg img {
    transform: scale(1);
    transition: transform 5s ease;
  }
  .wp-banner-sections .scnasiimg {
    display: none;
  }
  /* 新闻列表 */
  .gsjj {
    position: relative;
    z-index: 2;
    padding: 0.7rem 0 0.2rem;
    color: #333;
    background-color: #f9f4f1;
  }
  .gsjj .scnasiimg {
    display: block;
    position: absolute;
    top: -1.2rem;
    width: 100%;
    min-height: 1.25rem;
    z-index: 2;
  }
  .gsjj .scnasiimg .wave-wrapa {
    position: relative;
    width: 100%;
    height: 1.25rem;
    overflow: hidden;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1.25rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .gsjj .scnasiimg .wave-wrapa .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-dark svg path {
    fill: #f9f4f1;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .gsjj .news-section {
    width: 100%;
    padding: 0.2rem 0 0.7rem;
  }
  .gsjj .news-section .news-container {
    width: 16.4rem;
    margin: 0 auto;
  }
  .gsjj .news-section .news-container .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.4rem;
    border-bottom: 0.01rem solid #ddd;
    cursor: pointer;
  }
  .gsjj .news-section .news-container .news-item .news-content-link {
    flex: 1;
    min-width: 0;
    display: block;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content {
    width: 100%;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content .news-date {
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    line-height: 1;
    color: #666;
    font-weight: 400;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content .news-title {
    font-size: 0.3rem;
    line-height: 1.6;
    color: #333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: color 0.3s ease;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content .news-line {
    width: 0.3rem;
    height: 0.02rem;
    margin: 0.15rem 0 0.2rem;
    background: #eb6100;
  }
  .gsjj .news-section .news-container .news-item .news-content-link .news-content .news-desc {
    max-width: 10.22rem;
    font-size: 0.16rem;
    line-height: 1.8;
    color: #9a9a9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .gsjj .news-section .news-container .news-item .news-img {
    display: block;
    width: 4.7rem;
    height: 2.75rem;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0.2rem 0 0 0;
  }
  .gsjj .news-section .news-container .news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
    will-change: transform;
  }
  .gsjj .news-section .news-container .news-item:hover .news-content-link .news-content .news-title {
    color: #eb6100;
    transition: color 0.3s ease;
  }
  .gsjj .news-section .news-container .news-item:hover .news-img img {
    transform: scale(1.08);
    transition: transform 0.55s ease;
  }
  .gsjj .news-section .product-pagination {
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
  }
  .gsjj .news-section .product-pagination .page-link {
    width: 0.38rem;
    height: 0.38rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.01rem solid #666666d0;
    background: #ffffff00;
    color: #666666d0;
    font-size: 0.14rem;
    transition: 0.25s ease;
  }
  .gsjj .news-section .product-pagination .page-link:hover {
    border-color: #eb6100;
    background: #eb6100;
    color: #fff;
  }
  .gsjj .news-section .product-pagination .page-link.is-current {
    border-color: #eb6100;
    background: #eb6100;
    color: #fff;
  }
  .gsjj .news-section .mobile-load-more {
    display: none;
  }
  /* footer波浪 */
  .wave-wrapfooter {
    background-color: #f9f4f1;
  }
}
