@font-face {
  font-family: "iconfont"; /* Project id 5103927 */
  src: url('../fonts/iconfont.woff2?t=1787729186238') format('woff2'),
       url('../fonts/iconfont.woff?t=1787729186238') format('woff'),
       url('../fonts/iconfont.ttf?t=1787729186238') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: var(--font-size-16);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-QQ:before {
  content: "\e882";
}

.icon-fasong:before {
  content: "\e603";
}

.icon-weibo:before {
  content: "\e619";
}

.icon-xiaohongshu:before {
  content: "\e643";
}

.icon-shipinhao:before {
  content: "\e60d";
}

.icon-douyin1:before {
  content: "\e66c";
}

.icon-youxiang1:before {
  content: "\e604";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-24gl-mailboxFull:before {
  content: "\e948";
}

.icon-jia:before {
  content: "\e65b";
}

.icon-xiangshangjiantou:before {
  content: "\e65d";
}

.icon-xiangxiajiantou:before {
  content: "\e65e";
}

.icon-xiazai:before {
  content: "\e823";
}

.icon-dianhua:before {
  content: "\e881";
}

.icon-dizhi:before {
  content: "\e606";
}

.icon-jian:before {
  content: "\e620";
}

.icon-youjiantou:before {
  content: "\e625";
}

.icon-zuojiantou:before {
  content: "\e626";
}

.icon-zuoyoujiantou:before {
  content: "\e623";
}

.icon-bofang:before {
  content: "\e61e";
}

.icon-tishi:before {
  content: "\e63a";
}

.icon-shangxiajiantou:before {
  content: "\e609";
}

.icon-dizhiguanli:before {
  content: "\e63f";
}

.icon-youtube1:before {
  content: "\e6d6";
}

.icon-fangzi:before {
  content: "\e8ff";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-address:before {
  content: "\e66b";
}

.icon-wenti:before {
  content: "\e613";
}

.icon-facebook:before {
  content: "\e8e7";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-zuoyoujiantou1:before {
  content: "\e600";
}

.icon-huida:before {
  content: "\e61f";
}

.icon-xiajiantou:before {
  content: "\e602";
}

.icon-shejiaotubiao-14:before {
  content: "\e642";
}

.icon-sousuo:before {
  content: "\e6d2";
}

.icon-yuyan:before {
  content: "\e85f";
}

.icon-shijian:before {
  content: "\e610";
}

.icon-whatsapp11:before {
  content: "\e758";
}

.icon-yooxi:before {
  content: "\e60c";
}

.icon-top2:before {
  content: "\e608";
}

.icon-top02:before {
  content: "\e6f5";
}

.icon-top:before {
  content: "\e615";
}

.icon-top1:before {
  content: "\e61d";
}

.icon-10:before {
  content: "\e624";
}

.icon-youtube:before {
  content: "\e8a7";
}

.icon-Youtube:before {
  content: "\e880";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-Facebook:before {
  content: "\e607";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-tuite:before {
  content: "\e60b";
}

.icon-whatsapp:before {
  content: "\e69c";
}


/* indexproducts */
.home-products-list {
  display: flex;
  padding-bottom: 1rem;
}

.home-pro-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-pro-img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}

.home-products-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 1/1;
  flex: 1;
  height: 5rem;
}

.home-products-item:hover {
  flex: 1.2;
}

.home-products-item:hover .home-products-nr {
  transform: translateY(0px);
}

.home-products-nr {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  text-align: center;
  z-index: 2;
  width: 90%;
  padding-bottom: 0.2rem;
  transform: translateY(max(0.7rem, 48px));
  transition: all 0.5s;
}

.home-products-nr h2 {
  font-family: "hm";
  font-weight: 100;
  line-height: 1;
}

.home-products-nr p {
  font-family: "hl";
  margin-top: 0.2rem;
}

.home-products-nr h2,
.home-products-nr p {
  color: #fff;
}

.home-products-more {
  border-radius: 0.3rem;
  background: var(--color-primary);
  display: inline-block;
  font-size: var(--font-size-16);
  color: #fff;
  padding: max(0.06rem, 6px) max(0.12rem, 12px);
  margin-top: 0.4rem;
  min-width: 1rem;
  text-align: center;
  /* opacity: 0; */
  transition: all 0.5s;
}

.home-products-more:hover {
  background: var(--color-link);
}

@media screen and (max-width:991px) {
  .home-products-list {
    flex-wrap: wrap;
    height: auto;
  }

  .home-products-item {
    flex: none;
    width: 50%;
  }

  .home-products-item:hover {
    flex: none;
  }

  .home-products-nr {
    transform: none;
  }
}

@media screen and (max-width:768px) {
  .home-products-item {
    flex: none;
    width: 100%;
  }
}

/* index-video */
.home-about-video {
  padding-bottom: 1rem;
}

.home-about-video-bg {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.home-about-video-bg img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-video-bg::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.home-about-video-bg video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-video-content {

  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.home-about-video-title {
  font-size: var(--font-size-44);
  font-family: "hr";
  font-weight: 100;
  color: #fff;
}

.home-about-video-futitle {
  font-size: var(--font-size-22);
  font-family: "hl";
  margin-top: 0.7rem;
  color: #efefef;
}

.home-about-video-neirong {
  font-family: "hl";
  margin-top: 0.7rem;
  font-size: var(--font-size-22);
  color: #efefef;
  margin-bottom: 0.8rem;
}

.home-about-video-neirong p {
  font-family: "hl";
  margin-bottom: 0.1rem;
}

.button-blue {
  background: var(--color-primary);
  color: #fff;
  padding: max(0.1rem, 10px) max(0.2rem, 20px);
  border-radius: max(0.5rem, 50px);
}

.button-blue:hover {
  background: var(--color-link);
}

/* index-cat */
.home-kouhao-s2 {
  text-align: center;
  position: relative;
}

.home-kouhao-mid {
  z-index: 2;
  top: 0px;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: max(0.2rem, 20px);
  padding-bottom: max(0.2rem, 20px);
}

.home-kouhao-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  background: #010110;
}

.home-kouhao-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0px;
  left: 0px;
}

.home-kouhao-mid h2 {
  font-size: var(--font-size-54);
  color: #efefef;
  line-height: 1;
  color: #efefef;
}

.home-kouhao-mid .cat-title {
  color: #efefef;
  font-size: var(--font-size-54);
  line-height: 1.1; 
}
.home-kouhao-mid h2
.cat-ertitle {
  color: #efefef;
  font-family: "hl";
  font-size: var(--font-size-54);
}

.cat-neirong {
  font-family: "hl";
  font-size: var(--font-size-22);
  color: #efefef;
  margin-top: 0.1rem;
}

/* home-news */
.home-news-mid {
  overflow: hidden;
  padding-bottom: 1rem;
}

.swiper.homenewswiper {
  overflow: visible;
}

.homenews-div {
  display: flex;
  justify-content: space-between;
  background: #efefef;
  border-radius: 0.2rem;
  overflow: hidden;
}

.homenews-div:hover img {
  transform: scale(1.05);
}

.homenews-div:hover .homenews-title {
  color: var(--color-link);
}

.homenews-left {
  width: 50%;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.homenews-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homenews-right {
  width: 50%;
  padding: 0.6rem;
}

.homenews-date {
  font-size: var(--font-size-20);
  color: #818181;
}

.homenews-title {
  font-size: var(--font-size-34);
  line-height: 1.2;
  color: #383838;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homenews-text {
  font-size: var(--font-size-20);
  color: #666666;
  font-family: "hl";
  line-height: 1.8;
  margin-top: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-button-next,
.swiper-button-prev {
  background: #efefef;
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  border-radius: 50%;
  transition: all 0.5s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fff;
  background: var(--color-link);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  padding: max(0.1rem, 10px);
}

.homenewswiper .swiper-button-prev {
  left: 1rem !important;
}

.homenewswiper .swiper-button-next {
  right: 1rem !important;
}

@media screen and (max-width:991px) {
  .homenewswiper .swiper-button-prev {
    left: -16px !important;
  }

  .homenewswiper .swiper-button-next {
    right: -16px !important;
  }
}

@media screen and (max-width:768px) {

  /* .swiper-button-next,.swiper-button-prev{
    width: 30px;
    height: 30px;
  } */
  .homenews-div {
    flex-wrap: wrap;
  }

  .homenews-left,
  .homenews-right {
    width: 100%;
  }
}

/* banner satrt */
.home-banner-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #010110;
}

.home-banner-bj {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-mid {
  width: 100%;
  height: 100%;
  height: 100svh;
  height: 100vh;
}

.home-banner-mid picture,
.home-banner-mid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home-banner-nr {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
  z-index: 2;
}

.home-banner-title {
  font-size: var(--font-size-54);
  font-family: "hb";
  color: #efefef;
  letter-spacing: 0px;
  line-height: 1;
}

.home-banner-cn {
  font-size: var(--font-size-36);
  color: #efefef;
}

.homebannerswiper .swiper-pagination .swiper-pagination-bullet {
  width: max(0.14rem,10px);
  height: max(0.14rem, 10px);
  /* height: max(0.06rem, 6px); */
  border-radius: 0.2rem;
  background: #efefef;
  opacity: 1;
  transition: all 0.5s;
}

.homebannerswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-link);
  /* width: 0.5rem; */
}

.home-banner-video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.home-banner-video iframe,
.home-banner-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-video::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.home-banner-right img {
  position: unset !important;
}

.homebanner-right {
  width: 6.68rem;
}

.hombanner-kk {
  /* max-width: 16.4rm; */
  width: 84.08%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100svh;
  gap: 0.6rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.hombanner-div {
  background: #010110;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1599px) {
  .hombanner-kk {
    width: 90%;
  }
}

@media screen and (max-width:768px) {

  .home-banner-mid,
  .hombanner-kk {
    padding-top: 60px;
    padding-bottom: 60px;
    height: unset;
    min-height: 300px;
    flex-wrap: wrap;
  }

}


/* xin nav start */

/* ================================================================
   导航基础
================================================================ */

.nav-section {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

.nav-mid {
  transition: background 0.4s ease;
}

.nav-mid.isheader,
.nav-mid.pagenav {
  background: #010110;
}

.nav-mid.active {
  background: #010110;
}

.nav-kuang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-kuang-logo {
  display: inline-block;
  width: max(1.72rem,120px);
}

.nav-kuang-logo img {
  display: block;
  width: 100%;
}


/* ================================================================
   右侧导航
================================================================ */

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-right-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0.4rem;
}

.nav-right-list>li {
  position: relative;
}

.nav-right-list>li>a {
  display: block;

  padding: 0.4rem;

  color: #fff;

  font-size: var(--font-size-22);

  transition: color 0.35s ease;
}

.nav-right-list>li>a:hover,
.nav-right-list>li.active>a {
  color: var(--color-link);
}

.nav-mid.isheader .nav-right-list>li>a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}


/* 产品中心高亮 */
.nav-product:hover>.nav-product-link {
  color: var(--color-link);
}


/* ================================================================
   搜索
================================================================ */

.stb-sousuo {
  display: block;
  margin-right: 0.2rem;
}

.stb-sousuo i {
  color: #fff;
  font-size: var(--font-size-24);
  cursor: pointer;
  transition: color 0.35s ease;
}

.stb-sousuo i:hover {
  color: var(--color-link);
}


/* ================================================================
   多语言
================================================================ */

.duoyuyan {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: max(0.05rem, 5px);

  padding:
    max(0.04rem, 4px) max(0.12rem, 12px);

  border-radius: 1rem;

  background: rgba(128, 131, 140, 1);

  color: #fff;

  cursor: pointer;

  transition: background 0.35s ease;
}

.duoyuyan:hover {
  background: var(--color-link);
}

.duoyuyan p {
  line-height: 1;
}

.duoyuyan img {
  width: max(0.18rem, 18px);
  height: max(0.18rem, 18px);
}


/* ================================================================
   产品中心大下拉
================================================================ */

.nav-dropdown {
  position: fixed;

  left: 50%;
  top: var(--header-height, 0.98rem);

  z-index: 120;

  /* width: min(16rem, calc(100vw - 0.68rem)); */
  width: 18.4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform:
    translateX(-50%) translateY(0.12rem);

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.nav-mid.isheader .nav-dropdown{
  top: 0.72rem;
}
/* 鼠标进入产品中心时展开 */
.nav-product:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform:
    translateX(-50%) translateY(0);
}


/* 下拉面板 */
.nav-dropdown-inner {
  display: flex;
  align-items: stretch;
  width: 100%;

  min-height: 3.2rem;

  overflow: hidden;

  border-radius: 0.18rem;

  background: #15171c;

  box-shadow:
    0 0.18rem 0.5rem rgba(0, 0, 0, 0.3);
}


/* ================================================================
   左侧分类
================================================================ */

.nav-product-aside {
  /* flex: 0 0 3.22rem; */
  width: 3.22rem;
  padding:0.5rem 0.3rem 0.3rem;
  background: #08090b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-product-k{
  width: auto;
}


/* 产品分类小标题 */
.nav-product-label {
  margin-bottom: 0.28rem;

  color: rgba(255, 255, 255, 0.9);

  font-size: var(--font-size-16);

  line-height: 1;
}


/* 一级分类 */
.nav-category-list {
  display: flex;
  flex-direction: column;
}


/* 一级分类每一项 */
.nav-category-list>li {
  position: relative;
}


/* 一级分类按钮 */
.nav-category-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 100%;

  padding: 0.07rem 0;

  color: rgba(255, 255, 255, 0.62);

  font-size: var(--font-size-22);

  line-height: 1.4;

  cursor: pointer;

  transition: color 0.3s ease;
}


/* hover和展开状态 */
.nav-category-list>li:hover>.nav-category-toggle,
.nav-category-list>li.active>.nav-category-toggle {
  color: #fff;
}


/* 一级右边箭头 */
/* .nav-category-toggle i {
  display: block;

  width: 0.07rem;
  height: 0.07rem;

  margin-right: 0.02rem;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: rotate(45deg);
  transition: transform 0.35s ease;
  
} */
.nav-category-toggle > i {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: max(0.06rem,6px) solid transparent;
  border-right: max(0.06rem,6px) solid transparent;
  border-top: max(0.06rem,6px) solid currentColor;
  margin-left: max(0.06rem,6px);
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* 展开之后箭头旋转 */
.nav-category-list>li.active>.nav-category-toggle i {
  transform: rotate(180deg);
}


/* ================================================================
   二级菜单
================================================================ */

.nav-category-sub {
  display: block;
  max-height: 0;
  padding-top: 0;
  overflow: visible;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    padding-top 0.35s ease,
    padding-bottom 0.35s ease;
}


/* 点击后展开 */
.nav-category-list>li.active .nav-category-sub {
  max-height: 3.2rem;

  padding-top: 0.08rem;
  padding-bottom: 0.08rem;

  opacity: 1;
}



/* 二级链接 */

.nav-category-sub p,
.nav-category-sub a{
  display: block;
  padding: 0.025rem 0;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font-size-16);
  line-height: 1.6;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
    white-space: nowrap;
  position: relative;
  left: 0px;
  transition: all 0.5s;
}

.nav-category-sub a:hover{
  /* text-decoration: underline; */
  position: relative;
  left: max(0.04rem,4px);
  color: var(--color-link);
}
.nav-category-sub .nav-sub-more{
  color: var(--color-link);
}





/* ================================================================
   查看全部按钮
================================================================ */

.nav-product-more {
  margin-top: 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.04rem 0.14rem;

  border-radius: 0.12rem;

  background: #142dff;

  color: #fff;

  font-size: var(--font-size-12);

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.nav-product-more:hover {
  background: var(--color-link);
  color: #fff;
  transform: translateY(-0.02rem);
}


/* ================================================================
   右侧产品区域
================================================================ */

.nav-product-content {
  min-width: 0;
  padding: 0.5rem 1rem;
  width: 15rem;
  overflow: hidden;
}

/* ================================================================
   产品卡片
================================================================ */

.navswiper .swiper-button-next,
.navswiper .swiper-button-prev{
  width: max(0.4rem,40px);
  height: max(0.4rem,40px);
  background: #303640;
}
.navswiper .swiper-button-next,
.navswiper .swiper-button-prev{
  color: #fff;
}
.navswiper .swiper-button-next:hover,
.navswiper .swiper-button-prev:hover{
  background: var(--color-primary);
}


.nav-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.14rem;
  background: #090a0d;
  display: block;
  height: 4rem;
}


/* 产品图片 */
.nav-product-card img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1);

  transition: transform 0.65s ease;
}


/* 产品图片暗层 */
.nav-product-card::after {
  content: "";
  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  background:rgba(0,0,0, 0.48);
  

  transition: background 0.4s ease;
}


/* 产品名称 */
.nav-product-card span {
  position: absolute;

  left: 0.22rem;
  top: 0.2rem;

  z-index: 2;

  color: #fff;

  font-size: var(--font-size-18);

  line-height: 1.35;
}


/* hover放大 */
.nav-product-card:hover img {
  transform: scale(1.055);
}

.nav-product-card:hover::after {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.08) 100%);
}
/* .nav-product.qiye .nav-category-sub a{
  color: #818181;
  font-size: var(--font-size-16);
  margin-top: 0.04rem;
}
.nav-product.qiye .nav-category-sub a:hover{
  color: #efefef;
} */
.nav-right-img{
  width: 7rem;
  aspect-ratio: 7/4;
  border-radius: max(0.2rem,20px);
  overflow: hidden;
}
.nav-right-div-left{
  width: 6.3rem;
}
.nav-right-div .swiper{
  width: 100%;
}
.nav-right-left-title{
  font-size: var(--font-size-16);
  color: #666666;
  font-family: "hl";
}
.nav-right-left-ertitle{
  font-size: var(--font-size-20);
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  color: #fff;
}
.nav-right-left-text{
  font-size: var(--font-size-14);
  line-height: 2;
  font-family: "hl";
  color: #686868;
}
.nav-right-left-text p{
    font-size: var(--font-size-14);
  font-family: "hl";
  color: #686868;
}
.nav-right-img:hover img{
  transform: scale(1.05);
}
.nav-right-div{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.3rem;
}

/* 分类与右侧 swiper 1对1 联动：默认隐藏，仅 is-active 显示 */
.nav-product-content .nav-right-div {
  display: none;
}
.nav-product-content .nav-right-div.is-active {
  display: flex;
}
.w1740{
  width: 90%;
  margin: auto;
}

/* ================================================================
   首页旧导航移动端适配（汉堡菜单 + 主导航下拉）
================================================================ */

/* 汉堡按钮基础样式 */
.mbnav-btn {
  display: none;
  width: 24px;
  height: 20px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  position: relative;
}

.mbnav-btn div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform 550ms, opacity 550ms, top 550ms;
  -webkit-transition: -webkit-transform 550ms, opacity 550ms, top 550ms;
}

.mbnav-btn div:nth-child(1) {
  top: 0;
}

.mbnav-btn div:nth-child(2) {
  top: 7px;
}

.mbnav-btn div:nth-child(3) {
  top: 15px;
}

.mbnav-btn.active div:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mbnav-btn.active div:nth-child(2) {
  opacity: 0;
}

.mbnav-btn.active div:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* 移动端主导航下拉 */
  .nav-section .m-mobilenav {
    position: fixed;
    left: 0;
    top: 44px;
    right: 0;
    z-index: 99;
    padding: 7px 5% 11px;
    background: rgba(0, 0, 0, 0.92);
    display: none;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }

  .nav-section .m-mobilenav.show {
    display: block;
  }
@media screen and (max-width: 991px) {
  .nav-section .nav-mid {
    background: rgba(0, 0, 0, 0.9);
  }

  .nav-kuang {
    height: 50px;
    /* height: 0.78rem; */
  }

  /* 隐藏桌面导航与工具项，仅保留汉堡按钮 */
  .nav-kuang .nav-right-list,
  .nav-kuang .sousuo-btn,
  .nav-kuang .duoyuyan {
    display: none;
  }

  .nav-kuang .mbnav-btn {
    display: block;
  }

  

  .nav-section .m-mobilenav > a,
  .nav-section .m-mobilenav .m-nav-sub-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 0;
    color: #fff;
    font-size: 16px;
    background: none;
    border: 0;
    cursor: pointer;
    font-family: var(--font-boldm);
    text-align: left;
  }

  .nav-section .m-mobilenav > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  /* 折叠项箭头 */
  .nav-section .m-mobilenav .m-nav-sub-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 300ms ease;
    -webkit-transition: -webkit-transform 300ms ease;
    flex: none;
  }

  .nav-section .m-mobilenav .m-nav-sub-toggle.open::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  /* 二级子列表（产品中心/企业概况下拉） */
  .nav-section .m-mobilenav .m-nav-sub-list {
    display: none;
    flex-direction: column;
    padding-bottom: 3px;
  }

  .nav-section .m-mobilenav .m-nav-sub-list.show {
    display: flex;
  }

  /* 二级分类项（胶粘类/关于我们等） */
  .nav-section .m-mobilenav .nav-has-sub .m-nav-sub-toggle {
    font-size: 14px;
    padding: 6px 10px;
    color: #fff;
    display: block;
  }

  .nav-section .m-mobilenav .nav-has-sub .m-nav-sub-toggle::after {
    width: 6px;
    height: 6px;
    display: none;
  }

  /* 三级子项链接（亚黑PI膜/品牌简介等） */
  .nav-section .m-mobilenav .m-nav-sub-list a {
    display: block;
    padding: 5px 10px 5px 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--font-size-14);
  }

  /* 隐藏旧导航的大下拉（产品中心/企业概况分类面板） */
  .nav-section .nav-dropdown {
    display: none !important;
  }
}


/*company-strength 修改  */
.strength-value .strength-value-overlay{
  background: rgba(0, 0, 0, 0.1);
}
.strength-value-panel h2{
  font-size: var(--font-size-40);
}
.strength-value-content{
  font-size: var(--font-size-24);
  margin-top: 3rem;
  font-family: "hl";
  color: #fff;
}
.strength-value-content p{
  font-size: var(--font-size-24);
  font-family: "hl";
  color: #fff;
}
@media screen and (max-width:991px) {
  .strength-value-content{
    margin-top: 1.5rem;
  }
}

/* 设备 */
.strength-equipment-info p{
  max-height: unset;
  font-size: var(--font-size-20);
  color: #4f4f4f;
  font-family: "hl";
  font-weight: 100;
}
.strength-equipment-card{
  background: #efefef;
}
.strength-equipment-info{
  background: #efefef;
  height: auto;
}
.strength-equipment-track{
  align-items: stretch;
}
.strength-equipment-card{
  border: 0px;
}
.strength-equipment-head{
  margin-bottom: 0.4rem;
}
.strength-equipment-head h2{
  letter-spacing: 2px;
  color: #4f4f4f;
  font-size: var(--font-size-44);
}
.strength-equipment-info h3{
  color: #4f4f4f;
  font-size: var(--font-size-40);
}
.strength-equipment-info span{
  font-family: "hm";
  color: #4f4f4f;
  font-size: var(--font-size-16);
}
@media screen and (max-width:768px) {
  .strength-equipment-info h3{
    font-size: 20px;
  }
}
/* .strength-partner .strength-supplier-block h2, .strength-partner .strength-customer-block h2{
  font-size: var(--font-size-54);
} */
 .strength-partner-shell{
  background: #efefef;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
 }
 .strength-supplier-group{
  margin-right: 0.4rem;
 }
 .strength-supplier-group .strength-logo-item{
  height: 1rem;
  width: auto;
 }
.strength-partner-block h2{
  font-size: var(--font-size-54) !important;
  color: #4f4f4f !important;
  font-family: "hm";
  font-weight: 600 !important;
  letter-spacing: 4px !important;
  
}
.strength-customer-grid,.strength-partner-block{
  width: 100%;
  max-width: 100%;
}
.strength-customer-grid{
  gap: 0.2rem;
  row-gap: 0.2rem;
}
.strength-customer-grid {
  margin-top: 0.6rem;
}
.strength-customer-grid .strength-logo-item{
    aspect-ratio: 266/111;
    height: 1.2rem;
    padding: max(0.1rem,10px);
    border-radius: max(0.2rem,10px);
    overflow: hidden;
    background: #efefef;
}
.strength-customer-grid .strength-logo-item img{
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.strength-customer-grid .strength-logo-item:hover img{
  transform: scale(1.05);
}
.strengh-hz{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}




/* lianxiwom */
.contact-lxwm{
  background: #1219b5;
  width: 100%;
  border-radius: 0.2rem;
  padding: 1rem;
}
.contact-form{
  width: 100%;
  margin-top: 1.5rem;
}
.contact-section{
  background: #fff;
  padding-top: 1.5rem;

}
.contact-lxwm-bottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1rem;
  gap: 0.3rem;
}
.contact-lxwm-title{
  font-size: var(--font-size-54);
  color: #fff;
  font-family: "hb";
  line-height: 1;
}
.contact-lxwm-ertitle{
  font-size: var(--font-size-36);
  color: #fff;
}
.contact-lxwm-right{
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 7rem;
}
.contact-lxwm-icon{
  width: max(0.42rem,30px);
  height: max(0.42rem,30px);
  border-radius: 50%;
  border: max(0.02rem,2px) solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-lxwm-icon:hover{
  background: var(--color-link);
  border-color: var(--color-link);
}
.contact-lxwm-icon i{
  color: #fff;
}
.contact-lxwm-div{
  font-size: var(--font-size-20);
  color: #fff;
  flex-wrap: wrap;
}
.contact-lxwm-div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
}
.contact-lxwm-div a:hover{
  color: var(--color-link);
}
.contact-map-link{
  font-size: var(--font-size-16);
  margin-left: 0.1rem;
  color: #ffffff;
  font-family: "hl";
}
.contact-field input::placeholder, .contact-field select, .contact-field textarea::placeholder{
  font-size: var(--font-size-24);
  font-family: "hl";
  color: #a0a0a0;
}
.contact-submit{
  padding: 0.1rem;
  height: auto;
}
@media screen and (max-width:991px) {
  .contact-lxwm-right{
    width: 100%;
  }
  .contact-lxwm-icon{
    display: none;
  }
  .contact-lxwm{
    padding: 20px;
  }
  .contact-form{
    margin-top: 0.5rem;
  }
  .contact-section{
    padding-top: 0.7rem;
  }
}
@media screen and (max-width:768px) {
  .contact-form h2{
    font-size: 20px;
  }
  .contact-field input, .contact-field select{
    height: 40px;
  }
}


/* newsxq */
.news-detail-head h1{
  max-width: 100%;
  font-size: var(--font-size-54);
}
.news-detail-summary h2{
  color: #08090b;
}


/* about start*/
.about-page .home-about-s3.about-company-s3{
  height: auto;
  max-height: unset;
  padding: 1rem 0px;
}
.about-page .home-about-s3 .home-title-kuang h2{
  height: unset;
}
.home-about-text{
  width: 8rem;
}
.about-page .home-about-s3 .home-title-kuang h2{
  color: #383838;
  font-family: "hl";
  font-style: 100;
}
.about-page .home-about-s3 .home-title-kuang p{
  color: #383838;
}
.home-about-desc{
  margin-top: 0.4rem;
  font-weight: 100;
  font-family: "hl";
}
.home-about-desc p{
  font-weight: 100;
  font-family: "hl";
}
.about-page .home-about-s3 .home-about-mid{
  display: flex;
  gap: 1rem;
  align-items: stretch;

}

.home-about-img{
  width: 9rem;
  overflow: hidden;
}

.about-page .home-about-s3 .home-about-img-mask{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .home-about-s3 .home-about-img-mask img, .about-page .home-about-s3 .home-about-img:hover .home-about-img-mask img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .home-about-s3 .home-about-num{
  text-align: center;
}
.home-about-img:hover img{
  transform: scale(1.05) !important;
}
@media screen and (max-width:991px) {
  .about-page .home-about-s3 .home-about-mid{
    flex-wrap: wrap;
  }
  .home-about-text,.home-about-img {
    width: 100%;margin-right: 5%;
  }
}

.about-history-s4{
  position: relative;
}
.about-history-s4::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.about-history-inner{
  z-index: 2;
}
.about-page .about-culture-s5 .about-culture-title-row{
  flex-wrap: wrap;
  gap: 0px;
}
.about-page .about-culture-s5 .about-culture-title-row .about-en{
  font-size: var(--font-size-50);
  color: #686868;
  width: 100%;
  font-family: "hm";
  margin-bottom: 0.1rem;
}
.about-page .about-culture-s5 .about-culture-title-row h2{
  color: #383838;
  font-size: var(--font-size-44);
  font-family: "hl";
}
.about-page .about-culture-s5 .about-culture-subtitle{
  color: #686868;
}
.about-page .about-culture-s5 .about-culture-body{
  margin-top: 0.1rem;
}
.about-page .about-culture-s5 .about-culture-copy{
  align-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
} 
.about-yuanjing-mid{
  position: relative;
  min-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url(../images/yuanjingbj.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.about-yuanjing-mid::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-yuanjing-bj{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-yuanjing-bj img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-yuanjing-bj::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-yuanjing-title{
  font-size: var(--font-size-50);
  color: #fff;
  font-family: "hm";
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.about-yj-ertitle{
  font-size: var(--font-size-58);
  color: #fff;
  font-family: "hm";
  margin-bottom: 0.6rem;
  line-height: 1.2;
}
.about-yuanjing-kuang{
  position: relative;
  z-index: 1;
  text-align: center;
}
.about-yj-content{
  color: #fff;
  font-family: "hl";
  font-weight: 100;
  font-size: var(--font-size-20);
}
.about-yj-content p{
  font-family: "hl";
  line-height: 1.8;
  font-size: var(--font-size-20);
}
.about-culture-img{
  aspect-ratio: 100/73;
}
.about-page .about-culture-s5 .about-culture-body,
.about-page .about-culture-s5 .about-culture-body p{
  font-family: "hl";
  font-weight: normal;
}
.about-history-s4 .about-section-title h2{
  font-size: var(--font-size-54);
  font-family: "hl";
}


/* fazhanlicheng start */
.shijianhyuanquan{
  width: max(0.26rem,26px);
  height: max(0.26rem,26px);
  border-radius: 50%;
  background: #fff;
}
.shijian{
  font-size: var(--font-size-20);
  color: #fff;
  font-family: "hr";
  margin-bottom: 0.12rem;
}
.swipermath{
  max-width: 7.64rem;
  width: 100%;
}
.swipermath::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.13rem,13px);
  width: 85%;
  height: max(0.01rem,1px);
  background: #d0d0d0;
  z-index: 1;
}
.swipermath-div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
/* 时间轴节点选中高亮（圆点 + 年份变品牌色） */
.swipermath .swiper-slide-thumb-active .shijianhyuanquan{
  background: #ce0f54;
  /* box-shadow: 0 0 0 max(0.05rem,5px) rgba(206, 15, 84, 0.25); */
}
.swipermath .swiper-slide-thumb-active .shijian{
  color: #ce0f54;
}

.about-history-math{
  font-size: var(--font-size-34);
  color: #fff;
  font-family: "hr";
  border-bottom: max(0.01rem,1px) solid #d0d0d0;
  padding-bottom: 0.1rem;
}
.about-page .about-history-events li{
  font-family: "hr";
  font-weight: 100;
}
.swipermath{
  margin-top: 0.8rem;
}
.swiper.swiperhistory{
  margin-top: 1.3rem;
  width: 98%;
  margin-left: auto;
  overflow: visible;
}
.about-history-bg::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-history-s4{
  height: auto;
  min-height: 100svh;
  overflow: hidden;
}
.about-history-inner{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width:768px) {
  .swiper.swiperhistory{
    width: 90%;
  }
}
.honor-title{
  font-family: "hl";
}


.about-page .about-global-s9{
  height: unset;
  min-height: unset;
}
.about-page .about-map-point{
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-map-label{
  position: unset;
  margin-bottom: max(0.6rem,40px);
  text-shadow:none;
  font-size:var(--font-size-30)
}


/* 连接线 - 使用独立元素而非伪元素避免冲突 */
.about-map-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5rem;
  height: max(0.01rem,1px);
  /* background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.1) 100%); */
  background: #fff;
  transform-origin: left center;
  z-index: 3;
  pointer-events: none;
}
.about-map-address{
  position: absolute;
  /* width: max(3rem,240px); */
  width: 3rem;
  top: 2rem;
}
.about-map-title{
  font-size: var(--font-size-30);
  letter-spacing: 2px;
  margin-bottom: 0.1rem;
  font-family: "hm";
  white-space: nowrap;
}
.about-map-ertitle{
  font-size: var(--font-size-16);
  font-family: "hm";
  color: #fff;
}
/* 美国点位 - 左侧 */
.about-page .about-map-point-us {
  left: 23%;
    top: 43%;
}

.about-page .about-map-point-us .about-map-line {
  width: max(0.01rem,1px);
  height: 2rem;
  background: #fff;
}

/* 湖北点位 - 右上 */
.about-page .about-map-point-hb {
  left: 71%;
  top: 40%;
}
.about-page .about-map-point-hb .about-map-address{
  right: -4.5rem;
  top: -0.5rem;
}
.about-page .about-map-point-hb .about-map-label{
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: max(1rem,66px);
}
.about-page .about-map-point-hb .about-map-line {
  height: max(0.01rem,1px);
  width: 1.4rem;
  /* height: 1rem; */
  left: 0px;
  top: 0rem;
}


/* 深圳点位 - 中右（红色高亮）*/
.about-page .about-map-point-sz {
  left: 72%;
  top: 50%;
}
.about-page .about-map-point-sz .about-map-address{
  right: 3rem;
  top: -0.5rem;
}
.about-page .about-map-point-sz .about-map-label{
  margin-bottom: 0px;
  margin-left: max(1rem,66px);
}
.about-page .about-map-point-sz .about-map-line {
  height: max(0.01rem,1px);
  width: 3rem;
  left: -3rem;
  top: 0rem;
}


/* 越南点位 - 右下 */
.about-page .about-map-point-vn {
  left: 71%;
  top: 55%;
}

.about-page .about-map-point-vn .about-map-address{
  right: -1.5rem;
  top: 2rem;
}
.about-page .about-map-point-vn .about-map-label{
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: max(0.5rem,50px);
}
.about-page .about-map-point-vn .about-map-line {
  width: max(0.01rem,1px);
  left: 0rem;
  top: 0rem;
  height: 2rem;
}

/* 水波纹动画1 - 扩散透明度 */
@keyframes aboutMapPulse1 {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}

@-webkit-keyframes aboutMapPulse1 {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3);
  }
}

/* 水波纹动画2 - 边框扩散（延迟）*/
@keyframes aboutMapPulse2 {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.8);
  }
}

@-webkit-keyframes aboutMapPulse2 {
  0% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.8);
  }
}

.about-page .about-global-heading h2{
  font-size: var(--font-size-54);
}
.about-page .about-global-heading p{
  font-size: var(--font-size-26);
  margin-top: 0.16rem;
}
.about-global-s9{
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:991px) {
  .about-global-s9{
    overflow: hidden !important;
  }
  .about-page .about-global-s9{
    position: relative !important;
  }
  .about-map-title{
    font-size: 18px;
  }
  .about-map-ertitle{
    font-size: 14px;
  }
  .aboutmap-bj{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-page .about-global-s9{
    position: unset;
  }
  .aboutmap-kuang{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .about-global-heading{
    width: 100%;
  }
  .aboutmap-bj{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aboutmap-bj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-page .about-map-label{
    display: block;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }
  .about-page .about-map-point{
    position: unset;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    text-align: center;
    width: 49%;
  }
  .about-map-address{
    position: unset;
    width: 100%;
  }
  .about-map-title{
    white-space: unset;
  }
  .about-page .about-map-point .about-map-line{
    display: none;
  }
}


/* 公司实力 */
.strength-quality-card{
  width: 100%;
  aspect-ratio: 101/57;
}
.strength-equipment-card{
  width: 100%;
  
}
.strength-equipment-swiper{
  width: 100% !important;
}
.strength-card-img{
  aspect-ratio: 126/64;
}
.strength-equipment-info{
  min-height: 1.8rem;
  padding: 0.3rem 0.4rem;
  gap: 0.5rem;
}
@media screen and (max-width:768px) {
  .strength-quality-swiper,.strength-equipment-swiper{
    width: 95% !important;

  }
}
.about-banner-bg video{
  /* height: 100svh; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination .swiper-pagination-bullet{
  margin: 0px max(0.04rem,4px);
}
.swiper-button-next, .swiper-button-prev{
  background: transparent;
}
.swiper-button-next, .swiper-button-prev{
  background: transparent;
}

.swiper-button-prev::after{
  content: "\e623";
 font-size: var(--font-size-32);
  color: var(--color-primary);
  font-family: "iconfont";
  /* font-weight: bold; */
}

.swiper-button-next::after{
  content: "\e600";
  font-size: var(--font-size-32);
  color: var(--color-primary);
  font-family: "iconfont";
  /* font-weight: bold; */
}
.swiper-navigation-icon{
  display: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  background: transparent;
  color: var(--color-link);
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after{
  color: var(--color-link);
}
.strength-equipment-swiper .swiper-button-next,.strength-equipment-swiper .swiper-button-prev{
  /* background-color: #efefef; */
}