@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}


@media (min-width: 768px) {
  html {
    font-size: calc(100vw / 22);
  }
}


/* 手机 */
@media (max-width: 768px) {
  /* banner */
  .banner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner .con {
    position: relative;
    height: 100vh;
  }
  .banner .sabuubanner .con .mySwiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    position: relative;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 {
    position: absolute;
    top: 12rem;
    left: 5%;
    width: 80%;
    margin: 0 auto;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 p {
    margin-bottom: 1rem;
    font-size: 0.5333333rem;
    color: #fff;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 h3 {
    width: 100%;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores {
    background-color: #e2000f;
    border-radius: 6.66666667rem;
    width: 3.66666667rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    transition: all 0.5s;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores .p {
    color: #fff;
    font-size: 0.46666667rem;
    margin-bottom: 0;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores i {
    display: block;
    width: 0.33333333rem;
    height: 0.33333333rem;
    margin-left: 0;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores i .icon {
    display: block;
    width: 0.33333333rem;
    height: 0.33333333rem;
    fill: #fff;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .dibuhushanhushan {
    position: absolute;
    bottom: 4%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .dibuhushanhushan .icon {
    display: block;
    width: 1.33333333rem;
    height: 1.33333333rem;
    fill: #fff;
    transform-origin: center;
    animation: bounceY 1.6s ease-in-out infinite;
    will-change: transform;
  }
  @keyframes bounceY {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0.4rem);
    }
    /* 晃动幅度：6px 可改 */
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-pagination {
    display: none;
  }
  .banner .sabuubanner .con1 {
    display: none;
  }
  /* product */
  .product {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .product .w-1520 .biaotishuanc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.33333333rem;
  }
  .product .w-1520 .biaotishuanc .left .ensncai {
    font-size: 0.8rem;
    color: #e2000f;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .product .w-1520 .biaotishuanc .left h3 {
    font-size: 0.66666667rem;
    color: #000;
    font-weight: 500;
  }
  .product .w-1520 .biaotishuanc .right .mores {
    background-color: #e2000f;
    border-radius: 6.66666667rem;
    width: 3.66666667rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    transition: all 0.5s;
  }
  .product .w-1520 .biaotishuanc .right .mores .p {
    color: #fff;
    font-size: 0.46666667rem;
    margin-bottom: 0;
  }
  .product .w-1520 .biaotishuanc .right .mores:hover {
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .product .w-1520 .solution .solution-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.06666667rem solid #000;
    padding-bottom: 1.33333333rem;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.33333333rem;
    padding-top: 0.66666667rem;
    position: relative;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab .ico {
    width: 1.33333333rem;
    height: 1.33333333rem;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab .ico img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.15s ease;
    position: relative;
    z-index: 1;
    object-fit: cover;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab .ico .heise {
    opacity: 1;
    position: absolute;
    top: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab .ico .hongse {
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab h3 {
    font-size: 0.53333333rem;
    color: #000;
    font-weight: normal;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab::after {
    opacity: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active {
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active .ico {
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active .ico .heise {
    opacity: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active .ico .hongse {
    opacity: 1;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active h3 {
    color: #e2000f;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active::after {
    opacity: 1;
    z-index: 2;
    transition: all 0.5s;
    content: '';
    position: absolute;
    top: -0.13333333rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #e2000f;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover {
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover .ico {
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover .ico .heise {
    opacity: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover .ico .hongse {
    opacity: 1;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover h3 {
    color: #e2000f;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover::after {
    opacity: 1;
    z-index: 2;
    transition: all 0.5s;
    content: '';
    position: absolute;
    top: -0.13333333rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #e2000f;
  }
  .product .w-1520 .solution .solutionswiper {
    margin-top: 0.66666667rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card {
    display: flex;
    flex-wrap: wrap;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card .left {
    width: 100%;
    height: 12rem;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem;
    border-radius: 0.33333333rem 0.33333333rem 0 0;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card .right {
    width: 100%;
    height: 14.66666667rem;
    position: relative;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card .right .peotuzihsuna {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14.66666667rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card .right .peotuzihsuna img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    border-radius: 0 0 0.33333333rem 0.33333333rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta {
    transition: all 0.5s;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 2;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* 滚动条轨道 */
    /* 滚动条滑块 */
    /* 滚动条滑块在鼠标悬停时的颜色 */
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu {
    width: 100%;
    margin: 0 auto;
    padding: 2.66666667rem 0 0 1.33333333rem;
    height: 14.66666667rem;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu .aicanuwbn {
    width: 100%;
    margin: 0 0 1%;
    padding: 0 0 1%;
    font-size: 0.66666667rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu .aicanuwbn.active {
    margin: 0 0 3%;
    padding: 0 0 3%;
    font-weight: bold;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu .aicanuwbn.active::after {
    opacity: 1;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu::-webkit-scrollbar {
    width: 0.4rem;
    /* 滚动条宽度 */
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 轨道颜色 */
    margin-top: 3.33333333rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu::-webkit-scrollbar-thumb {
    background: #e2000f;
    /* 滑块颜色 */
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu::-webkit-scrollbar-thumb:hover {
    background: #e2000f;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 11.33333333rem;
    opacity: 0;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .imgssc {
    width: 10.6rem;
    height: 11.26666667rem;
    margin: 0 auto 0.33333333rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .imgssc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .biaotizhuans {
    margin-bottom: 0.66666667rem;
    text-align: center;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .biaotizhuans h3 {
    font-size: 0.53333333rem;
    color: #000;
    text-align: center;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .zuabsbu .mores {
    background-color: #e2000f;
    border-radius: 6.66666667rem;
    width: 3.66666667rem;
    height: 1rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .zuabsbu .mores .p {
    color: #fff;
    font-size: 0.46666667rem;
    margin-bottom: 0;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .zuabsbu .mores:hover {
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next::after,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev::after {
    display: none;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev {
    top: 50%;
    right: 0;
    background-color: #fff;
    padding: 0.33333333rem;
    width: 1.33333333rem;
    height: 1.33333333rem;
    border-radius: 100%;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next .icon,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev .icon {
    display: block;
    fill: #000;
    width: 0.66666667rem;
    height: 0.66666667rem;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev {
    left: 0;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev .icon {
    transform: rotate(180deg);
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next:hover,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev:hover {
    background-color: #e2000f;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next:hover .icon,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev:hover .icon {
    fill: #fff;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu.active {
    opacity: 1;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta.active {
    z-index: 99;
    opacity: 1;
    transition: all 0.5s;
  }
  /* about */
  .about {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .about .w-1520 .biaotishuanc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.33333333rem;
  }
  .about .w-1520 .biaotishuanc .left .ensncai {
    font-size: 0.8rem;
    color: #e2000f;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .about .w-1520 .biaotishuanc .left h3 {
    font-size: 0.66666667rem;
    color: #fff;
    font-weight: 500;
  }
  .about .w-1520 .biaotishuanc .right .mores {
    background-color: #e2000f;
    border-radius: 6.66666667rem;
    width: 3.66666667rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    transition: all 0.5s;
  }
  .about .w-1520 .biaotishuanc .right .mores .p {
    color: #fff;
    font-size: 0.46666667rem;
    margin-bottom: 0;
  }
  .about .w-1520 .biaotishuanc .right .mores:hover {
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .about .w-1520 .jianjiesazhuans {
    margin-bottom: 1.33333333rem;
  }
  .about .w-1520 .jianjiesazhuans h3 {
    font-size: 0.66666667rem;
    color: #fff;
    margin-bottom: 1.33333333rem;
  }
  .about .w-1520 .jianjiesazhuans .content {
    width: 100%;
    font-size: 0.53333333rem !important;
    font-family: '微软雅黑' !important;
    color: #fff !important;
    line-height: 1.8 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    /* 推荐：更强 */
    word-break: break-word !important;
    /* 兼容兜底 */
    display: grid;
    gap: 0.33333333rem;
  }
  .about .w-1520 .jianjiesazhuans .content * {
    font-size: 0.53333333rem !important;
    font-family: '微软雅黑' !important;
    color: #fff !important;
    line-height: 1.8 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    /* 推荐：更强 */
    word-break: break-word !important;
    /* 兼容兜底 */
  }
  .about .w-1520 .jianjiesazhuans .content a {
    display: inline !important;
    color: #e2000f !important;
    font-weight: bold !important;
  }
  .about .w-1520 .jianjiesazhuans .content strong {
    font-weight: bold !important;
  }
  .about .w-1520 .jianjiesazhuans .content img {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .about .w-1520 .shuzizhuanshia {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.33333333rem;
    padding: 0.66666667rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box {
    width: 48%;
    margin-bottom: 1.33333333rem;
    display: flex;
    align-items: center;
    gap: 0.66666667rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .tubiaozhain {
    width: 1.33333333rem;
    height: 1.33333333rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .tubiaozhain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .gundongshuzi .p {
    font-size: 0.46666667rem;
    color: rgba(0, 0, 0, 0.8);
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .gundongshuzi .num {
    display: flex;
    align-items: flex-end;
    gap: 0.33333333rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .gundongshuzi .num .num1 {
    font-size: 0.66666667rem;
    color: #000;
    font-weight: bold;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .gundongshuzi .num .dw {
    line-height: 2.1;
    font-size: 0.46666667rem;
    color: rgba(0, 0, 0, 0.8);
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box:nth-child(3),
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box:nth-child(4) {
    margin-bottom: 0;
  }
  /* honors */
  .honors {
    width: 100%;
    height: 100%;
    padding: 10% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .honors .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .honors .w-1520 .biaotishuanc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.33333333rem;
    padding: 0 5%;
  }
  .honors .w-1520 .biaotishuanc .left .ensncai {
    font-size: 0.8rem;
    color: #e2000f;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .honors .w-1520 .biaotishuanc .left h3 {
    font-size: 0.66666667rem;
    color: #000;
    font-weight: 500;
  }
  .honors .w-1520 .qiehuabnfenlei {
    position: relative;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide .tupian {
    width: 100%;
    height: 10rem;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide .tupian img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide-active,
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 99;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev {
    width: 1.33333333rem;
    height: 1.33333333rem;
    border: 0.06666667rem solid #000;
    border-radius: 6.66666667rem;
    transition: all 0.5s;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next .icon,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev .icon {
    display: block;
    fill: #000;
    width: 0.66666667rem;
    height: 0.66666667rem;
    transition: all 0.5s;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev .icon {
    transform: rotate(180deg);
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next:hover,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev:hover {
    border: 0.06666667rem solid #e2000f;
    transition: all 0.5s;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next:hover .icon,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev:hover .icon {
    fill: #e2000f;
    transition: all 0.5s;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next::after,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev::after {
    display: none;
  }
  /* news */
  .news {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .news .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .news .w-1520 .biaotishuanc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.33333333rem;
  }
  .news .w-1520 .biaotishuanc .left .ensncai {
    font-size: 0.8rem;
    color: #e2000f;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .news .w-1520 .biaotishuanc .left h3 {
    font-size: 0.66666667rem;
    color: #fff;
    font-weight: 500;
  }
  .news .w-1520 .biaotishuanc .right .mores {
    background-color: #e2000f;
    border-radius: 6.66666667rem;
    width: 3.66666667rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    transition: all 0.5s;
  }
  .news .w-1520 .biaotishuanc .right .mores .p {
    color: #fff;
    font-size: 0.46666667rem;
    margin-bottom: 0;
  }
  .news .w-1520 .biaotishuanc .right .mores:hover {
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .news .w-1520 .femnlei {
    overflow: hidden;
  }
  .news .w-1520 .femnlei .swiper-news {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper {
    margin-bottom: 1.33333333rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa {
    width: 100%;
    height: 7.33333333rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a {
    display: block;
    position: relative;
    width: 100%;
    height: 7.33333333rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .ascioanuw {
    position: absolute;
    width: 100%;
    height: 7.33333333rem;
    border-radius: 0.33333333rem;
    overflow: hidden;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .ascioanuw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    border-radius: 0.33333333rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen span {
    display: block;
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.66666667rem;
    padding: 1.33333333rem 0.66666667rem 0;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen h3 {
    font-size: 0.53333333rem;
    color: #fff;
    margin-bottom: 0.66666667rem;
    padding: 0 0.66666667rem 0;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .saqqsx {
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
    margin-bottom: 1rem;
    padding: 0 0.66666667rem 0;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .saqqsx .siaisnq {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0.13333333rem 0.66666667rem;
    text-align: center;
    font-size: 0.33333333rem;
    color: #fff;
    border-radius: 6.66666667rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .riqhjianrou {
    border-top: 0.06666667rem solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.66666667rem 0.66666667rem 0;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .riqhjianrou p {
    font-size: 0.46666667rem;
    color: #fff;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .riqhjianrou i {
    display: block;
    width: 0.46666667rem;
    height: 0.46666667rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .riqhjianrou i .icon {
    display: block;
    width: 0.46666667rem;
    height: 0.46666667rem;
    fill: #fff;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa:hover a .ascioanuw img {
    transform: scale(1.05);
    transition: all 0.5s;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-pagination {
    display: flex;
    gap: 0.33333333rem;
    justify-content: center;
    width: 95%;
    overflow: hidden;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-pagination .swiper-pagination-bullet {
    width: 0.33333333rem;
    height: 0.33333333rem;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e2000f;
  }
}
/* pc */
@media (min-width: 768px) {
  /* banner */
  .banner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner .con {
    position: relative;
    height: 100vh;
  }
  .banner .sabuubanner .con .mySwiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    position: relative;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.0);
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img.active {
    animation: zoomInOut 6s ease-out;
  }
  @keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 {
    position: absolute;
    top: 4rem;
    left: 10%;
    width: 42%;
    margin: 0 auto;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 p {
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 h3 {
    width: 100%;
    font-size: 0.56rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0.4rem;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores {
    background-color: #e2000f;
    border-radius: 1rem;
    width: 1.2rem;
    height: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
    transition: all 0.5s;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores .p {
    color: #fff;
    font-size: 0.14rem;
    margin-bottom: 0;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores i {
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores i .icon {
    display: block;
    width: 0.12rem;
    height: 0.15rem;
    fill: #fff;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .w-1517 .divjij .mores:hover {
    gap: 0.25rem;
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .dibuhushanhushan {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .dibuhushanhushan .icon {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    fill: #fff;
    transform-origin: center;
    animation: bounceY 1.6s ease-in-out infinite;
    will-change: transform;
  }
  @keyframes bounceY {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0.06rem);
    }
    /* 晃动幅度：6px 可改 */
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-pagination {
    bottom: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.1rem;
    display: inline-block;
    border: 0.01rem solid #fff;
    border-radius: 2rem;
    background: #ffffff00;
    opacity: 1;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    border: 0.01rem solid #fff;
    border-radius: 2rem;
  }
  .banner .sabuubanner .con1 {
    display: none;
  }
  /* product */
  .product {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .product .w-1520 .biaotishuanc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
  }
  .product .w-1520 .biaotishuanc .left .ensncai {
    font-size: 0.4rem;
    color: #e2000f;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  .product .w-1520 .biaotishuanc .left h3 {
    font-size: 0.3rem;
    color: #000;
    font-weight: 500;
  }
  .product .w-1520 .biaotishuanc .right .mores {
    background-color: #e2000f;
    border-radius: 1rem;
    width: 1.2rem;
    height: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .product .w-1520 .biaotishuanc .right .mores .p {
    color: #fff;
    font-size: 0.14rem;
    margin-bottom: 0;
  }
  .product .w-1520 .biaotishuanc .right .mores:hover {
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .product .w-1520 .solution .solution-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.01rem solid #000;
    padding-bottom: 0.2rem;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding-top: 0.5rem;
    position: relative;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab .ico {
    width: 0.59rem;
    height: 0.59rem;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab .ico img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.15s ease;
    position: relative;
    z-index: 1;
    object-fit: cover;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab .ico .heise {
    opacity: 1;
    position: absolute;
    top: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab .ico .hongse {
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab h3 {
    font-size: 0.24rem;
    color: #000;
    font-weight: normal;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab::after {
    opacity: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active {
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active .ico {
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active .ico .heise {
    opacity: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active .ico .hongse {
    opacity: 1;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active h3 {
    color: #e2000f;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab.active::after {
    opacity: 1;
    z-index: 2;
    transition: all 0.5s;
    content: '';
    position: absolute;
    top: -0.02rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background-color: #e2000f;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover {
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover .ico {
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover .ico .heise {
    opacity: 0;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover .ico .hongse {
    opacity: 1;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover h3 {
    color: #e2000f;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solution-tabs .solution-tab:hover::after {
    opacity: 1;
    z-index: 2;
    transition: all 0.5s;
    content: '';
    position: absolute;
    top: -0.02rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background-color: #e2000f;
  }
  .product .w-1520 .solution .solutionswiper {
    margin-top: 0.5rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card {
    display: flex;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card .left {
    width: 50%;
    height: 5rem;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.3rem;
    border-radius: 0.15rem 0 0 0.15rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card .right {
    width: 50%;
    height: 5rem;
    position: relative;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card .right .peotuzihsuna {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.6rem;
    height: 5rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .card .right .peotuzihsuna img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    border-radius: 0 0.15rem 0.15rem 0;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta {
    transition: all 0.5s;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 2;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    /* 滚动条轨道 */
    /* 滚动条滑块 */
    /* 滚动条滑块在鼠标悬停时的颜色 */
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu {
    width: 50%;
    margin: 0 auto;
    padding: 1.1rem 0 0 1.2rem;
    height: 4rem;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu .aicanuwbn {
    width: 100%;
    margin: 0 0 1%;
    padding: 0 0 1%;
    font-size: 0.2rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu .aicanuwbn::after {
    transition: all 0.5s;
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 40%;
    height: 0.01rem;
    background-color: #fff;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu .aicanuwbn.active {
    margin: 0 0 6%;
    padding: 0 0 3%;
    font-weight: bold;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu .aicanuwbn.active::after {
    opacity: 1;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu::-webkit-scrollbar {
    width: 0.06rem;
    /* 滚动条宽度 */
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 轨道颜色 */
    margin-top: 0.5rem;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu::-webkit-scrollbar-thumb {
    background: #e2000f;
    /* 滑块颜色 */
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .leftprodu::-webkit-scrollbar-thumb:hover {
    background: #e2000f;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0.1rem;
    padding-top: 0.6rem;
    opacity: 0;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .imgssc {
    width: 3.59rem;
    height: 2.5rem;
    margin: 0 auto;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .imgssc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .biaotizhuans {
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .biaotizhuans h3 {
    font-size: 0.18rem;
    color: #000;
    text-align: center;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .zuabsbu .mores {
    background-color: #e2000f;
    border-radius: 1rem;
    width: 1.2rem;
    height: 0.35rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .zuabsbu .mores .p {
    color: #fff;
    font-size: 0.14rem;
    margin-bottom: 0;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .producudhu .swiper-wrapper .swiper-slide .qudhdus .zuabsbu .mores:hover {
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next::after,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev::after {
    display: none;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev {
    top: 2%;
    right: 0;
    background-color: #fff;
    padding: 0.05rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 0 0.15rem 0 0;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next .icon,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev .icon {
    display: block;
    fill: #000;
    width: 0.2rem;
    height: 0.2rem;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev {
    left: auto;
    right: 0.5rem;
    border-radius: 0;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev .icon {
    transform: rotate(180deg);
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next:hover,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev:hover {
    background-color: #e2000f;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-next:hover .icon,
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu .swiper-button-prev:hover .icon {
    fill: #fff;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta .ascanscaiucn .rightprodu.active {
    opacity: 1;
    transition: all 0.5s;
  }
  .product .w-1520 .solution .solutionswiper .mySwipersolution .producta.active {
    z-index: 99;
    opacity: 1;
    transition: all 0.5s;
  }
  /* about */
  .about {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .about .w-1520 .biaotishuanc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
  }
  .about .w-1520 .biaotishuanc .left .ensncai {
    font-size: 0.4rem;
    color: #e2000f;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  .about .w-1520 .biaotishuanc .left h3 {
    font-size: 0.3rem;
    color: #fff;
    font-weight: 500;
  }
  .about .w-1520 .biaotishuanc .right .mores {
    background-color: #e2000f;
    border-radius: 1rem;
    width: 1.2rem;
    height: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .about .w-1520 .biaotishuanc .right .mores .p {
    color: #fff;
    font-size: 0.14rem;
    margin-bottom: 0;
  }
  .about .w-1520 .biaotishuanc .right .mores:hover {
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .about .w-1520 .jianjiesazhuans {
    margin-bottom: 1.4rem;
  }
  .about .w-1520 .jianjiesazhuans h3 {
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.6rem;
  }
  .about .w-1520 .jianjiesazhuans .content {
    width: 50%;
    font-size: 0.2rem !important;
    font-family: '微软雅黑' !important;
    color: #fff !important;
    line-height: 1.8 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    /* 推荐：更强 */
    word-break: break-word !important;
    /* 兼容兜底 */
    display: grid;
    gap: 0.2rem;
  }
  .about .w-1520 .jianjiesazhuans .content * {
    font-size: 0.2rem !important;
    font-family: '微软雅黑' !important;
    color: #fff !important;
    line-height: 1.8 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    /* 推荐：更强 */
    word-break: break-word !important;
    /* 兼容兜底 */
  }
  .about .w-1520 .jianjiesazhuans .content a {
    display: inline !important;
    color: #e2000f !important;
    font-weight: bold !important;
  }
  .about .w-1520 .jianjiesazhuans .content strong {
    font-weight: bold !important;
  }
  .about .w-1520 .jianjiesazhuans .content img {
    width: 50% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .about .w-1520 .shuzizhuanshia {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.15rem;
    padding: 0.3rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border-right: 0.01rem solid #fff;
    padding-right: 0.8rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .tubiaozhain {
    width: 0.78rem;
    height: 0.78rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .tubiaozhain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .gundongshuzi .p {
    font-size: 0.18rem;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0.05rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .gundongshuzi .num {
    display: flex;
    align-items: flex-end;
    gap: 0.15rem;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .gundongshuzi .num .num1 {
    font-size: 0.36rem;
    color: #000;
    font-weight: bold;
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box .gundongshuzi .num .dw {
    line-height: 2.1;
    font-size: 0.18rem;
    color: rgba(0, 0, 0, 0.8);
  }
  .about .w-1520 .shuzizhuanshia .shuzi .shuzigundong .shuziccgd .box:last-child {
    border-right: 0;
  }
  /* honors */
  .honors {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .honors .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .honors .w-1520 .biaotishuanc {
    display: flex;
    margin-bottom: 1rem;
  }
  .honors .w-1520 .biaotishuanc .left .ensncai {
    font-size: 0.4rem;
    color: #e2000f;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  .honors .w-1520 .biaotishuanc .left h3 {
    font-size: 0.3rem;
    color: #000;
    font-weight: 500;
  }
  .honors .w-1520 .qiehuabnfenlei {
    position: relative;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors {
    overflow: hidden;
    width: 75%;
    height: 100%;
    margin-left: 0.8rem;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide .tupian {
    width: 4.56rem;
    height: 6.19rem;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide .tupian img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide-active,
  .honors .w-1520 .qiehuabnfenlei .swiper-honors .swiper-wrapper .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 99;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev {
    width: 0.45rem;
    height: 0.45rem;
    border: 0.01rem solid #000;
    right: 15%;
    border-radius: 1rem;
    transition: all 0.5s;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next .icon,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev .icon {
    display: block;
    fill: #000;
    width: 0.2rem;
    height: 0.2rem;
    transition: all 0.5s;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev {
    right: auto;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev .icon {
    transform: rotate(180deg);
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next:hover,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev:hover {
    border: 0.01rem solid #e2000f;
    transition: all 0.5s;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next:hover .icon,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev:hover .icon {
    fill: #e2000f;
    transition: all 0.5s;
  }
  .honors .w-1520 .qiehuabnfenlei .swiper-button-next::after,
  .honors .w-1520 .qiehuabnfenlei .swiper-button-prev::after {
    display: none;
  }
  /* news */
  .news {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .news .w-1520 .biaotishuanc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
  }
  .news .w-1520 .biaotishuanc .left .ensncai {
    font-size: 0.4rem;
    color: #e2000f;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  .news .w-1520 .biaotishuanc .left h3 {
    font-size: 0.3rem;
    color: #fff;
    font-weight: 500;
  }
  .news .w-1520 .biaotishuanc .right .mores {
    background-color: #e2000f;
    border-radius: 1rem;
    width: 1.2rem;
    height: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .news .w-1520 .biaotishuanc .right .mores .p {
    color: #fff;
    font-size: 0.14rem;
    margin-bottom: 0;
  }
  .news .w-1520 .biaotishuanc .right .mores:hover {
    transition: all 0.5s;
    background-color: #e2000f;
  }
  .news .w-1520 .femnlei .swiper-news {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper {
    margin-bottom: 0.6rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa {
    width: 100%;
    height: 4rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a {
    display: block;
    position: relative;
    width: 100%;
    height: 4rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .ascioanuw {
    position: absolute;
    width: 100%;
    height: 4rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .ascioanuw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    border-radius: 0.15rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen span {
    display: block;
    font-size: 0.14rem;
    color: #fff;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.3rem 0;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen h3 {
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.5rem;
    padding: 0 0.3rem 0;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .saqqsx {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 1.2rem;
    padding: 0 0.3rem 0;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .saqqsx .siaisnq {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0.06rem 0.2rem;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    border-radius: 1rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .riqhjianrou {
    border-top: 0.01rem solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.3rem 0;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .riqhjianrou p {
    font-size: 0.18rem;
    color: #fff;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .riqhjianrou i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa a .zhengwen .riqhjianrou i .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #fff;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-wrapper .swiper-slide .fneinasioa:hover a .ascioanuw img {
    transform: scale(1.05);
    transition: all 0.5s;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-pagination {
    display: flex;
    gap: 0.1rem;
    justify-content: center;
    width: 100%;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
  }
  .news .w-1520 .femnlei .swiper-news .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e2000f;
  }
}
