@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: #fff;
  }
  /* 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';
    margin: 0;
    font-size: 1.06666667rem;
    line-height: 1.6;
    color: #eb6100;
    display: inline-block;
    font-weight: bold;
    -webkit-text-stroke: 0.13333333rem #fff;
    paint-order: stroke fill;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content p {
    font-family: 'Alibaba_55';
    margin: 0.33333333rem 0 0.66666667rem;
    font-size: 0.5333333rem;
    line-height: 1.8;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 0.2rem #000000;
  }
  .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.533333333rem;
    color: #333;
    background-color: #fff;
    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: #fff;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* 公司简介 */
  .gsjj {
    position: relative;
    z-index: 2;
    padding: 5% 0 10%;
    color: #333;
    background-color: #fff;
  }
  .gsjj .scnasiimg {
    display: none;
  }
  .gsjj .aboutxinxi {
    position: relative;
    display: flex;
    width: 100%;
  }
  .gsjj .aboutxinxi .leftimg {
    display: none;
  }
  .gsjj .aboutxinxi .rightcontent {
    width: 100%;
  }
  .gsjj .aboutxinxi .rightcontent .imglogo {
    width: 35%;
    height: 3rem;
    padding: 0 5%;
  }
  .gsjj .aboutxinxi .rightcontent .imglogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .gsjj .aboutxinxi .rightcontent .contenrud {
    display: grid;
    margin-bottom: 1.33333333rem;
    padding: 0 5%;
  }
  .gsjj .aboutxinxi .rightcontent .contenrud h3 {
    margin-bottom: 0.33333333rem;
    color: #eb6100;
    font-size: 0.8rem;
    font-family: 'SourceHanSansSCBold';
  }
  .gsjj .aboutxinxi .rightcontent .contenrud span {
    margin-bottom: 1rem;
    color: #000;
    font-size: 0.66666667rem;
  }
  .gsjj .aboutxinxi .rightcontent .contenrud .contentergr {
    color: #666666d5 !important;
    line-height: 1.8 !important;
    font-size: 0.6rem !important;
  }
  .gsjj .aboutxinxi .rightcontent .contenrud .contentergr * {
    color: #666666d5 !important;
    line-height: 1.8 !important;
    font-size: 0.6rem !important;
  }
  .gsjj .aboutxinxi .rightcontent .shoujidfuanimg {
    width: 100%;
    height: 15rem;
  }
  .gsjj .aboutxinxi .rightcontent .shoujidfuanimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* 波浪 */
  .wave-wrap {
    position: relative;
    width: 100%;
    height: 1.33333333rem;
    overflow: hidden;
    background: #ffffff;
  }
  .wave-wrap .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);
  }
  .wave-wrap .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wave-wrap .wave-light {
    z-index: 1;
    opacity: 1;
    animation: waveMoveLeft 26s linear infinite;
  }
  .wave-wrap .wave-light svg path {
    fill: rgba(255, 253, 245, 0.788);
  }
  .wave-wrap .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .wave-wrap .wave-dark svg path {
    fill: #fef8ec;
  }
  @keyframes waveMoveLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* 企业文化 */
  .qywh {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fef8ec;
    padding: 10% 0 15%;
    overflow: hidden;
  }
  .qywh .w-1640 {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .qywh .w-1640 h3 {
    font-size: 0.8rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
    text-align: center;
    margin-bottom: 1.33333333rem;
  }
  .qywh .w-1640 .history-section {
    position: relative;
    overflow: hidden;
  }
  .qywh .w-1640 .history-section .history-top {
    position: relative;
    overflow: hidden;
  }
  .qywh .w-1640 .history-section .history-top .history-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    min-height: 13.33333333rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text {
    width: 100%;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text h3 {
    text-align: left;
    margin: 0 0 1.33333333rem;
    font-size: 0.66666667rem;
    color: #eb6100;
    font-family: 'SourceHanSansSCBold';
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text .idea-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.66666667rem;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text .idea-item .idea-icon {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text .idea-item .idea-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text .idea-item p {
    margin: 0;
    font-size: 0.6rem;
    line-height: 1.9;
    color: #666;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-img {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 0 auto;
    border-radius: 50%;
    flex: 0 0 auto;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-right .csanaicua {
    margin: 0.66666667rem 0 0 4.06666667rem;
    padding: 0;
    list-style: none;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-right .csanaicua * {
    position: relative;
    margin-bottom: 0.66666667rem;
    font-size: 0.6rem;
    line-height: 1.7;
    color: #eb6100;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-right .csanaicua *::before {
    content: "☆";
    position: absolute;
    left: -1.2rem;
    top: 0;
    color: #ff6500;
  }
  .qywh .wave-wrapwd {
    position: absolute;
    bottom: -0.06666667rem;
    z-index: 2;
    width: 100%;
    height: 2rem;
    overflow: hidden;
    background: #fef8ec;
  }
  .qywh .wave-wrapwd .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 2rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .qywh .wave-wrapwd .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .qywh .wave-wrapwd .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .qywh .wave-wrapwd .wave-dark svg path {
    fill: #f9f4f1;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* 发展历程 */
  .falc {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #f9f4f1;
    padding: 10% 5% 0;
  }
  .falc .w-1640 {
    position: relative;
    z-index: 9;
    width: 1005;
    margin: 0 auto;
  }
  .falc .w-1640 h3 {
    font-size: 0.8rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
    text-align: center;
    margin-bottom: 1.33333333rem;
  }
  .falc .w-1640 .history-section {
    position: relative;
    overflow: hidden;
  }
  .falc .w-1640 .history-section .history-top {
    position: relative;
    overflow: hidden;
  }
  .falc .w-1640 .history-section .history-top .history-bottom {
    position: relative;
    background: #f9f4f1;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0.33333333rem;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper {
    position: relative;
    padding-bottom: 0.33333333rem;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item {
    padding:5% 15% 10%;
    position: relative;
    min-height: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 1;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    line-height: 1;
    color: #eb6100;
    font-family: 'SourceHanSansSCBold';
    transition: 0.3s ease;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item .timeline-dot {
    position: relative;
    display: block;
    width: 0.33333333rem;
    height: 0.33333333rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #eb6100;
    transition: 0.3s ease;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item .timeline-dot::after {
    display: none;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item p {
    width: 100%;
    margin: 0 auto;
    font-size: 0.66666667rem;
    line-height: 1.8;
    color: #666;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide-active .timeline-item strong {
    transform: translateY(-0.2rem);
    color: #eb6100;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide-active .timeline-item .timeline-dot {
    transform: scale(1.25);
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2.74rem;
    width: 80%;
    margin: 0 auto;
    height: 0.06666667rem;
    background: #d1d1d1;
    z-index: 0;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-btn {
    position: absolute;
    top: 25%;
    width: 1.33333333rem;
    height: 1.33333333rem;
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    background: #eb6100;
    transition: 0.3s ease;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-btn:hover {
    background: #ff8a2a;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-prev {
    left: 0;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-next {
    right: 0;
    background: #eb6100;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-next:hover {
    background: #ff8a2a;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.2rem;
    height: 0.2rem;
    border-top: 0.13333333rem solid #fff;
    border-right: 0.13333333rem solid #fff;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-prev::before {
    left: 0.6rem;
    transform: translateY(-50%) rotate(-135deg);
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-next::before {
    right: 0.6rem;
    transform: translateY(-50%) rotate(45deg);
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  /* 工厂展示 */
  .gczs {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 16rem;
    background: linear-gradient(to bottom, #f9f4f1 0%, #f9f4f1 50%, #ffffff 50%, #ffffff 100%);
    padding: 0 5% 5%;
  }
  .gczs .w-1640 {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
  }
  .gczs .w-1640 h3 {
    font-size: 0.8rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
    text-align: center;
    margin-bottom: 1.33333333rem;
  }
  .gczs .factory-section {
    width: 100%;
    overflow: hidden;
  }
  .gczs .factory-section .factory-scroll {
    width: 100%;
    overflow: hidden;
  }
  .gczs .factory-section .factory-scroll .factory-track {
    display: flex;
    align-items: flex-start;
    gap: 0.53333333rem;
    width: max-content;
    animation: factoryMove 80s linear infinite;
    will-change: transform;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item {
    flex: 0 0 auto;
    width: 16.66666667rem;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item .factory-img {
    width: 100%;
    height: 10.66666667rem;
    overflow: hidden;
    border-radius: 0.66666667rem;
    background: #f5f5f5;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item .factory-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item p {
    margin: 0.33333333rem 0 0;
    font-size: 0.66666667rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
  }
  .gczs .factory-section .factory-scroll.is-mobile-swiper .factory-track {
    gap: 0;
    width: 100%;
    animation: none;
    will-change: transform;
  }
  .gczs .factory-section .factory-scroll.is-mobile-swiper .factory-item {
    width: auto;
  }
}
/* pc */
@media (min-width: 768px) {
  body {
    background-color: #fff;
  }
  /* 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 .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: 30vh;
    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.48rem;
    color: #eb6100;
    display: inline-block;
    font-family: 'Alibaba';
    -webkit-text-stroke: 0.06rem #fff;
    paint-order: stroke fill;
    text-shadow: 0 0.06rem 0.3rem #fff;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content p {
    width: 7.4rem;
    font-family: 'Alibaba_55';
    margin: 0.05rem auto 0.15rem;
    font-size: 0.24rem;
    color: #fff;
    text-shadow: 0 0.05rem 0.22rem #000000;
  }
  .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: #fff;
    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: #fff;
  }
  .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: #fff;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .gsjj .aboutxinxi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 7.3rem;
  }
  .gsjj .aboutxinxi .leftimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 9.27rem;
    height: 7.27rem;
  }
  .gsjj .aboutxinxi .leftimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gsjj .aboutxinxi .rightcontent {
    position: absolute;
    right: 1.4rem;
    width: 8rem;
  }
  .gsjj .aboutxinxi .rightcontent .imglogo {
    width: 2.85rem;
    height: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .gsjj .aboutxinxi .rightcontent .imglogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .gsjj .aboutxinxi .rightcontent .contenrud {
    display: grid;
  }
  .gsjj .aboutxinxi .rightcontent .contenrud h3 {
    margin-bottom: 0.05rem;
    color: #eb6100;
    font-size: 0.3rem;
    font-family: 'SourceHanSansSCBold';
  }
  .gsjj .aboutxinxi .rightcontent .contenrud span {
    margin-bottom: 0.3rem;
    color: #000;
    font-size: 0.28rem;
  }
  .gsjj .aboutxinxi .rightcontent .contenrud .contentergr {
    color: #666666d5 !important;
    line-height: 1.8 !important;
    font-size: 0.16rem !important;
  }
  .gsjj .aboutxinxi .rightcontent .contenrud .contentergr * {
    color: #666666d5 !important;
    line-height: 1.8 !important;
    font-size: 0.16rem !important;
  }
  .gsjj .aboutxinxi .rightcontent .shoujidfuanimg {
    display: none;
  }
  /* 波浪 */
  .wave-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1.6rem;
    overflow: hidden;
    background: #ffffff;
  }
  .wave-wrap .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1.6rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .wave-wrap .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wave-wrap .wave-light {
    z-index: 1;
    opacity: 1;
    animation: waveMoveLeft 26s linear infinite;
  }
  .wave-wrap .wave-light svg path {
    fill: rgba(255, 253, 245, 0.788);
  }
  .wave-wrap .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .wave-wrap .wave-dark svg path {
    fill: #fef8ec;
  }
  @keyframes waveMoveLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* 企业文化 */
  .qywh {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fef8ec;
    padding: 0.2rem 0;
  }
  .qywh .w-1640 {
    position: relative;
    z-index: 9;
    width: 16.4rem;
    margin: 0 auto;
  }
  .qywh .w-1640 h3 {
    font-size: 0.36rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
    text-align: center;
    margin-bottom: 1rem;
  }
  .qywh .w-1640 .history-section {
    position: relative;
    overflow: hidden;
  }
  .qywh .w-1640 .history-section .history-top {
    position: relative;
    overflow: hidden;
  }
  .qywh .w-1640 .history-section .history-top .history-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 16.4rem;
    min-height: 5.67rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text {
    width: 4rem;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text h3 {
    text-align: left;
    margin: 0 0 0.3rem;
    font-size: 0.26rem;
    color: #eb6100;
    font-family: 'SourceHanSansSCBold';
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text .idea-item {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    margin-bottom: 0.25rem;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text .idea-item .idea-icon {
    flex: 0 0 auto;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.02rem;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text .idea-item .idea-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-text .idea-item p {
    margin: 0;
    font-size: 0.16rem;
    line-height: 1.9;
    color: #666;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-img {
    position: relative;
    width: 5.67rem;
    height: 5.67rem;
    margin: 0;
    border-radius: 50%;
    flex: 0 0 auto;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-right .csanaicua {
    margin: 0.1rem 0 0 0.61rem;
    padding: 0;
    list-style: none;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-right .csanaicua * {
    position: relative;
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.7;
    color: #eb6100;
  }
  .qywh .w-1640 .history-section .history-top .history-content .history-right .csanaicua *::before {
    content: "☆";
    position: absolute;
    left: -0.18rem;
    top: 0;
    color: #ff6500;
  }
  .qywh .wave-wrapwd {
    position: absolute;
    bottom: -0.01rem;
    z-index: 2;
    width: 100%;
    height: 2rem;
    overflow: hidden;
    background: #fef8ec;
  }
  .qywh .wave-wrapwd .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 2rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .qywh .wave-wrapwd .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .qywh .wave-wrapwd .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .qywh .wave-wrapwd .wave-dark svg path {
    fill: #f9f4f1;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* 发展历程 */
  .falc {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #f9f4f1;
    padding: 1rem 0;
  }
  .falc .w-1640 {
    position: relative;
    z-index: 9;
    width: 16.4rem;
    margin: 0 auto;
  }
  .falc .w-1640 h3 {
    font-size: 0.36rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
    text-align: center;
    margin-bottom: 1rem;
  }
  .falc .w-1640 .history-section {
    position: relative;
    overflow: hidden;
  }
  .falc .w-1640 .history-section .history-top {
    position: relative;
    overflow: hidden;
  }
  .falc .w-1640 .history-section .history-top .history-bottom {
    position: relative;
    background: #f9f4f1;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap {
    position: relative;
    max-width: 16.4rem;
    margin: 0 auto;
    padding: 0 0.7rem;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper {
    position: relative;
    padding-bottom: 0.05rem;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item {
    position: relative;
    min-height: 1rem;
    text-align: center;
    cursor: pointer;
    z-index: 1;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item strong {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.3rem;
    line-height: 1;
    color: #eb6100;
    font-family: 'SourceHanSansSCBold';
    transition: 0.3s ease;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item .timeline-dot {
    position: relative;
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 auto 0.25rem;
    border-radius: 50%;
    background: #eb6100;
    transition: 0.3s ease;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item .timeline-dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.1rem;
    width: 0.01rem;
    height: 0.18rem;
    transform: translateX(-50%);
    border-left: 0.01rem dashed #eb6100;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide .timeline-item p {
    width: 2.3rem;
    margin: 0 auto;
    font-size: 0.16rem;
    line-height: 1.8;
    color: #666;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide-active .timeline-item strong {
    transform: translateY(-0.03rem);
    color: #eb6100;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper .swiper-wrapper .swiper-slide-active .timeline-item .timeline-dot {
    transform: scale(1.25);
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-timeline-swiper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5rem;
    height: 0.01rem;
    background: #d1d1d1;
    z-index: 0;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-btn {
    position: absolute;
    top: 0.28rem;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    background: #eb6100;
    transition: 0.3s ease;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-btn:hover {
    background: #ff8a2a;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-prev {
    left: 0;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-next {
    right: 0;
    background: #eb6100;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-next:hover {
    background: #ff8a2a;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    border-top: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-prev::before {
    left: 0.2rem;
    transform: translateY(-50%) rotate(-135deg);
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .history-next::before {
    right: 0.2rem;
    transform: translateY(-50%) rotate(45deg);
  }
  .falc .w-1640 .history-section .history-top .history-bottom .history-timeline-wrap .swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  /* 工厂展示 */
  .gczs {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 8rem;
    background: linear-gradient(to bottom, #f9f4f1 0%, #f9f4f1 50%, #ffffff 50%, #ffffff 100%);
    padding: 0.2rem 0;
  }
  .gczs .w-1640 {
    position: relative;
    z-index: 9;
    width: 16.4rem;
    margin: 0 auto;
  }
  .gczs .w-1640 h3 {
    font-size: 0.36rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
    text-align: center;
    margin-bottom: 1rem;
  }
  .gczs .factory-section {
    width: 100%;
    overflow: hidden;
  }
  .gczs .factory-section .factory-scroll {
    width: 100%;
    overflow: hidden;
  }
  .gczs .factory-section .factory-scroll .factory-track {
    display: flex;
    align-items: flex-start;
    gap: 0.08rem;
    width: max-content;
    animation: factoryMove 80s linear infinite;
    will-change: transform;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item {
    flex: 0 0 auto;
    width: 10rem;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item .factory-img {
    width: 10rem;
    height: 5.2rem;
    overflow: hidden;
    border-radius: 0.2rem;
    background: #f5f5f5;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item .factory-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item p {
    margin: 0.15rem 0 0;
    font-size: 0.22rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
  }
  .gczs .factory-section .factory-scroll .factory-track .factory-item:hover .factory-img img {
    transform: scale(1.05);
  }
  .gczs .factory-section .factory-scroll:hover .factory-track {
    animation-play-state: paused;
  }
  @keyframes factoryMove {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(var(--move-width));
    }
  }
}
