/* 通用 */
* {
  /* font-family: Arial, Helvetica, sans-serif; */
}

body {
  padding: 0;
  padding-top: 85px;
}

.dth_wh {
  /* width: 96%; */
  max-width: 72.9rem;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.flex::before,
.flex::after {
  display: none;
}

.fixed_ratio {
  position: relative;
  overflow: hidden;
  /* padding-top: calc(3 / 4 * 100%); */
}

.fixed_ratio img {
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enlarge .imgs {
  overflow: hidden;
  position: relative;
}

.enlarge .imgs img {
  transform: scale(1);
  transition: 0.5s ease;
}

.enlarge:hover .imgs img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .dth_wh {
    width: 100%;
    padding: 0 15px;
  }

  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}

@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
    html {
        height: 100%;
    }

  .fp-enabled body,
  body {
    padding-bottom: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  footer {
      margin-top: auto;
  }
}

@media (max-width: 640px) {
  .dth_wh {
    padding: 0 12px;
  }
}

/* 插件整体样式修改 */
.slick-arrows {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 12px;
  top: 50%;
  margin-top: -20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  outline: none;
  margin: 0 1em;
}

@media (max-width: 992px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}


/* 整体翻屏设置 */
.section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@media (max-width: 1600px) {}

@media (max-width: 1200px) {

  .section,
  .fp-tableCell {
    height: auto !important;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}


/* 头部 */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 95;
  background: #000;
}

header .dth_wh {
  /* max-width: 1760px; */
  /* max-width: 100%;
  width: 91.67%; */
  align-items: center;
  /* padding: 1.2rem 0; */
  overflow: visible;
}

.logo {
  max-width: 71px;
}

.logo a {
  display: block;
}

.logo img {
  max-width: 100%;
}

.search {
  position: relative;
  /* height: 96px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0.5%;
}

.search_btn,
.email_1,
.wx_1 {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/sou.png");
  background-size: 75% auto;
  cursor: pointer;
}

.email_1 {
  background-image: url("../images/email.png");
  margin: 0 1rem;
}

.wx_1 {
  background-image: url("../images/wx.png");
}

.search_form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  display: none;
}

.search_form #formsearch {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.search_form #formsearch input {
  outline: none;
  background: none;
  border: none;
  height: 40px;
}

.search_form #formsearch input#keyword {
  font-size: 14px;
  font-weight: normal;
  padding: 0 1em;
  width: calc(100% - 50px);
}

.search_form #formsearch input#keyword::placeholder {
  color: #666666;
}

.search_form #formsearch input#s_btn {
  width: 50px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36% auto;
  background-image: url("../img/sou.png");
  background-color: var(--background-color);
}

.language {
  margin-left: 4.7%;
}

.language .btn-default {
  display: flex;

  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  color: #fff !important;
  background: var(--background-color) !important;
  border-color: transparent !important;
  border-radius: 30px;
}

.language .btn-default:focus-visible {
  outline: none;
}

.language .caret {
  width: 100%;
  height: 100%;
  border: none;
}

.language a {
  display: block;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
}

.language a:hover {
  color: #0c3a90;
}

/* 导航 */
nav {
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}

.x-menu {
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.x-menu>li {
  position: relative;
  margin: 0 1.1rem;
}

.x-menu>li>a {
  display: block;
  font-size: 0.8rem;
  /* font-weight: bold; */
  font-stretch: normal;
  line-height: 85px;
  letter-spacing: 0px;
  color: #ffffff;
}

.x-menu>li>a:hover {
  color: var(--primary-color);
}

.x-menu>li:hover>a,
.x-menu>li.active>a {}

.x-menu>li:hover>a {
  /* color: var(--primary-color); */
}

.x-menu>li.active>a {}

.x-sub-menu {
  position: absolute;
  width: 150px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.x-sub-menu>li>a {
  display: block;
  font-size: 14px;
  line-height: 2;
  padding: 0.5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: #333333;
  text-align: center;
}

.x-sub-menu>li>a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.x-menu>li .x-sub-menux {
  display: none;
}

.x-menu>li .x-sub-menux li {
  position: relative;
}

.x-menu>li .x-sub-menux li a {
  display: block;
}

.x-menu>li .x-sub-menu li:hover .x-sub-menux {}

.x-menu>li .x-sub-menux li a:hover {}

/* @media (max-width: 1920px) {
  header .dth_wh {
    max-width: 1760px;
  }
}
@media (max-width: 1760px) {
  header .dth_wh {
    width: 96%;
  }
} */
@media (max-width: 1440px) {
  .x-menu>li>a {
    font-size: 0.8rem;
  }

  .search_form {
    width: 220px;
  }

  .search_form #formsearch input#keyword {
    font-size: 13px;
    width: calc(100% - 45px);
  }

  .search_form #formsearch input#s_btn {
    width: 45px;
  }

  .language {
    margin-left: 4%;
  }

  .language a {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .logo {
    width: 22%;
  }

  .logo img {
    max-height: 45px;
    object-fit: contain;
  }

  .x-menu>li>a {
    line-height: 80px;
    font-size: 0.6rem;
  }

  .search {
    height: 80px;
  }

  .search_btn {
    width: 20px;
    height: 20px;
  }

  .search_form #formsearch input {
    height: 36px;
  }

  .search_form #formsearch input#s_btn {
    width: 40px;
  }

  .search_form {
    width: 190px;
  }

  .search_form #formsearch input#keyword {
    font-size: 12px;
    width: calc(100% - 40px);
  }

  .language {
    margin-left: 3.2%;
  }

  .language a {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {}

/* banner */
#banner {
  position: relative;
}

#banner li {}

#banner li a {
  display: block;
}

#banner li .imgs {
  display: block;
}

#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}

#banner .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-size: cover;
background-position: 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;
  color: #fff;
}

#banner .swiper-slide {
  overflow: hidden;
}

#banner li.swiper-slide-active .imgs img {
  -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



.banner_xiaotu,
.banner_text {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  column-gap: 1rem;
  overflow: hidden;
}

#banner .hi {
  display: none;
}

.xiaotu_text {
  text-align: center;
  font-size: 1rem;
}

.xiaotu_text img {
  max-width: 3.7rem;
  margin-bottom: 0.7rem;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.5);
}

#banner .swiper-button-prev {
  left: 0;
}

#banner .swiper-button-next {
  right: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #ff4500;
}

/* #banner .swiper-button-prev::after,
#banner .swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#banner .swiper-button-prev:hover::after,
#banner .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
} */

#banner .swiper-pagination {
  bottom: 3.65%;
}

#banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 0.6;
  margin: 0 8px;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

@media (max-width: 1760px) {}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
  #banner li .imgs img {
    min-height: 220px;
  }

  #banner .swiper-pagination {
    bottom: 16px;
  }

  #banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}

@media (max-width: 990px) {
  #banner li .imgs img {
    min-height: 200px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 160px;
  }

  #banner .swiper-pagination {
    bottom: 12px;
  }

  #banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}

/* 相同标题 */
.titles {}

.titles h2 {
  font-size: 1.9rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #222222;
}

.about_fabric .titles span {
  color: var(--primary-color);
}

@media (max-width: 1760px) {
  .titles h2 {
    font-size: 36px;
  }
}

@media (max-width: 1500px) {
  .titles h2 {
    font-size: 2.4vw;
  }
}

@media (max-width: 1200px) {
  .titles h2 {
    font-size: 28px;
  }
}

@media (max-width: 990px) {
  .titles h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .titles h2 {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .titles h2 {
    font-size: 22px;
  }
}

/* 关于与面料 */
.about_fabric {
  background-color: #F9F9F9;
  padding-bottom: 4rem;
}

/* 关于我们 */
.about {
  padding: 4.5rem 0 50px;
}

.about .dth_wh {
  max-width: 900px;
}

.about .titles {
  text-align: center;
}

.about_wz {
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: 0px;
  color: #555555;
}

.about_a {
  margin-top: 3%;
}

.about_a a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url("../images/xjt.png");
  height: 9px;
  width: 20px;
  margin: 0 auto;
}

@media (max-width: 1760px) {}

@media (max-width: 1560px) {
  .about {
    padding: 3.84% 0 3.2%;
  }

  .about_wz {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 3.84% 0 3.5%;
  }

  .about_wz {
    font-size: 16px;
  }

  .about_a {
    margin-top: 24px;
  }
}

@media (max-width: 990px) {
  .about {
    padding: 30px 0;
  }

  .about_wz {
    font-size: 15px;
    margin-top: 0.7em;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .about {
    padding: 24px 0;
  }

  .about_wz {
    font-size: 14px;
    line-height: 2;
    margin-top: 0.5em;
  }

  .about_a {
    margin-top: 20px;
  }
}

/* 面料应用 */
.fabric_appli {
  background-color: #f8f8f8;
}

.fabric_appli li {}

.fabric_appli li a {
  display: block;
  position: relative;
  transition: 0.5s ease;
}

.fabric_appli li:hover a {
  border-top-left-radius: 6.25vw;
  overflow: hidden;
  transition: 0.3s ease;
}

.fabric_appli li .imgs {
  /* padding-top: calc(638 / 470 * 100%); */
  border-top-left-radius: inherit;
}

.fabric_appli li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  /* height: 100%; */
  padding: 0 8%;
}

.fabric_appli li .text_sums {
  text-align: center;
  position: relative;
}

.fabric_appli li .text_sums h3 {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.fabric_appli li .text_sums h4 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1em;
}

.fabric_appli li .text_sums .nums {
  font-size: 170px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  right: -40%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: 0.3s ease;
}

.fabric_appli li:hover .text_sums .nums {
  opacity: 0;
}

.fabric_appli li .text_jia {
  position: relative;
  width: 26.4%;
  margin-left: 10px;
  flex-shrink: 0;
  padding: 7.8%;
  z-index: 20;
}

.fabric_appli li .text_jia .jia {
  display: block;
  /* padding-top: 100%; */
  /* background-color: #0c3a90; */
  border-radius: 50%;
  position: relative;
}

/* .fabric_appli li .text_jia .jia::before,
.fabric_appli li .text_jia .jia::after {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 26.5%;
  top: calc(50% - 1px);
} */

.fabric_appli li .text_jia .jia::before {}

.fabric_appli li .text_jia .jia::after {
  transform: rotate(90deg);
}

.fabric_appli li .btns_bwen {
  position: absolute;
  z-index: -1;
  width: 38%;
  height: 38%;
  left: 32%;
  top: 31%;
  opacity: 0;
  transition: 0.3s ease;
}

.fabric_appli li:hover .btns_bwen {
  opacity: 1;
}

/* 按钮波纹 */
.circle,
.circle1,
.circle2,
.circle3 {
  width: 100%;
  height: 100%;
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1,
.circle2 {
  /* animation: circleChange 2s 1s ease-out infinite; */
  animation-name: circleChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle1 {
  animation-delay: 1s;
}

.circle2 {
  animation-delay: 2s;
}

@keyframes circleChange {
  0% {
    transform: scale(1);
    opacity: 0.95;
  }

  25% {
    transform: scale(1.4);
    opacity: 0.75;
  }

  50% {
    transform: scale(1.8);
    opacity: 0.5;
  }

  75% {
    transform: scale(2.2);
    opacity: 0.25;
  }

  100% {
    transform: scale(2.6);
    opacity: 0.05;
  }
}

.fabric_appli_arow {
  position: relative;
  padding: 60px 0 60px calc((100vw - 1500px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fabric_appli_arow .fabric_appli_prev,
.fabric_appli_arow .fabric_appli_next {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #b4b4b4;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52.5% auto;
  outline: none;
  flex-shrink: 0;
}

.fabric_appli_arow .fabric_appli_prev:hover,
.fabric_appli_arow .fabric_appli_next:hover {
  background-color: #888888;
}

.fabric_appli_arow .fabric_appli_prev {
  margin-right: 13px;
  background-image: url("../images/leftjt.png");
}

.fabric_appli_arow .fabric_appli_next {
  margin-right: 23px;
  background-image: url("../images/rightjt.png");
}

.fabric_appli_arow .fabric_appli_prev:hover {
  /* background-image: url("//cdn.myxypt.com/d7f698bd/23/10/9df7a81f335043c3afedd1062096fdbca2973692.png"); */
}

.fabric_appli_arow .fabric_appli_next:hover {
  /* background-image: url("//cdn.myxypt.com/d7f698bd/23/10/882355ecc69a80bc45705b65f7f852ff8b19f7c5.png"); */
}

.fabric_appli_arow .lines {
  position: relative;
  left: 0;
  top: 0;
  background-color: #d3d3d3;
  height: 3px;
  flex-grow: 1;
}

.fabric_appli_arow .lines .swiper-pagination-progressbar-fill {
  background-color: #888888;
}

@media (max-width: 1760px) {
  .fabric_appli_arow {
    padding: 3.4% 0 3.4% 2vw;
  }

  .fabric_appli li .text_sums .nums {
    font-size: 9.65vw;
  }

  .fabric_appli li .text_sums h3 {
    font-size: 1rem;
  }

  .fabric_appli li .text_sums h4 {
    font-size: 18px;
  }
}

@media (max-width: 1560px) {
  /* .fabric_appli li .text_sums h3 {
    font-size: 20px;
  } */

  .fabric_appli li .text_sums h4 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {

  .fabric_appli_arow .fabric_appli_prev,
  .fabric_appli_arow .fabric_appli_next {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 990px) {
  .fabric_appli li .text_sums h4 {
    font-size: 15px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {}

@media (max-width: 450px) {
  .fabric_appli li .text_sums .nums {
    font-size: 80px;
  }

  .fabric_appli_arow .fabric_appli_prev {
    margin-right: 10px;
  }

  .fabric_appli_arow .fabric_appli_next {
    margin-right: 15px;
  }
}

/* 产品中心 */
.product {
  padding: 7rem 0;
}

.product_top {
  text-align: center;
  padding-bottom: 2.5rem;
}

.product_top .titles {}

.product_top .titles h2 span {
  color: var(--primary-color);

}

.product_top .titles p {
  font-size: 1.1rem;
}

.product_list {
  width: 64%;
  margin-left: auto;
}

.product_list ul {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.product_list li {
  /* margin: 0 0.15% 4px 0; */
  margin-bottom: 4rem;
}

.product_list li .img {
  /* max-width: 12.6rem; */
  padding: 1.4rem 2.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ADADAD;
}

.product_list li:last-child {
  margin-right: 0;
}

.product_list li a {
  display: block;
}

.product_list li h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.375;
  letter-spacing: 0px;
  color: #333333;
  border: solid 1px #a9a9a9;
  padding: 0 1.3em;
  text-align: center;
  min-width: 9.625em;
}

.product_list li.active h3,
.product_list li:hover h3 {
  font-weight: bold;
  color: #ffffff;
  background-color: #0c3a90;
  border-color: #0c3a90;
}

.product_dowm {
  margin-top: 3.3rem;
  position: relative;
}

.product_tabs {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  /* z-index: -1; */
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: 0.5s ease;
}

.product_tabs.active {
  /* opacity: 1; */
  /* visibility: visible; */
  transition: 0.3s ease;
  z-index: 10;
  position: relative;
}

/* .product_tabs ul {
  justify-content: flex-start;
  align-items: flex-start;
} */

/* .product_tabs li {
  width: 100%;
  max-width: 992px;
  max-height: 562px;
  overflow: hidden;
  margin-right: 84px;
} */
.product_tabs .swiper-slide {
  max-width: 49.6rem;
  max-height: 28.1rem;
  /* margin-right: calc(5.6% / 3); */
}

.product_tabs .swiper-slide img {
  object-fit: contain;
}

.product_appli_arow {
  width: 100%;
  max-width: 49.6rem;
  margin: 0 auto;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.product_appli_arow .product_appli_prev,
.product_appli_arow .product_appli_next {
  position: absolute;
  transform: translateY(-50%);
  max-width: 3rem;
}

.product_appli_arow .product_appli_prev {
  left: 2.8rem;
}

.product_appli_arow .product_appli_next {
  right: 2.8rem;
}

.product_btn_box {
  position: relative;
  width: 13rem;
  height: 3.5rem;
  text-align: center;
  max-width: 13rem;
  border-radius: 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F8;
  font-size: 1rem;
  cursor: pointer;
}

.product_btn_box .img {
  max-width: 2.6rem;
  position: absolute;
  left: 0.5rem;
}

.product_btn {
  padding-top: 4rem;
}

.product_btn_box .img img {
  transition: transform 0.5s ease;
}

.product_btn_box:hover {
  color: var(--primary-color);
}

.product_btn_box:hover .img img {
  transform: translateX(calc(13rem - 3.6rem));
}

/* .product_tabs li:nth-child(4n) {
  margin-right: 0;
} */
.product_tabs li a {
  display: inline-block;
}

.product_tabs li .imgs {
  padding-top: 0;
}

.product_tabs li .fixed_ratio img {
  position: inherit;
}

.product_tabs li .text {
  /* margin-top: 5.6%; */
  position: absolute;
  /* top: 0; */
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  color: #ffffff;
  z-index: 22;
  text-align: center;
  transition: all 0.8s linear;
}

.product_tabs li .text h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  padding: 0 1em;
}

.product_tabs li .text p {
  font-size: 1rem;
}

.enlarge:hover .text {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.enlarge:hover .text h4 {
  font-size: 1.5rem;
}

.enlarge:hover.text p {
  font-size: 1.1rem;
}

.product_tabs li:hover .text h4 {
  /* color: #0c3a90; */
}

@media (max-width: 1760px) {
  .product {
    padding: 6% 0 44px;
  }
}

@media (max-width: 1560px) {
  .product_tabs li .text h4 {
    /* font-size: 17px; */
  }

  .product_list li h3 {
    font-size: 15px;
    min-width: 9.5em;
  }
}

@media (max-width: 1200px) {
  .product {
    padding: 40px 0 32px;
  }

  .product_top {
    flex-flow: column;
  }

  .product_top .titles {
    width: 100%;
    text-align: center;
  }

  .product_list {
    width: 100%;
    /* margin-top: 20px; */
  }

  .product_list ul {
    justify-content: center;
  }

  .product_list li:nth-last-child(n+2) a {
    pointer-events: none;
  }

  .product_list li h3 {
    font-size: 14px;
  }

  .product_tabs li .text h4 {
    /* font-size: 15px; */
  }

  .product_dowm {
    margin-top: 36px;
  }
}

@media (max-width: 990px) {

  /* .product_tabs ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product_tabs li {
    width: 48%;
    margin-right: 0;
  }
  .product_tabs li:nth-child(n+3) {
    margin-top: 20px;
  } */
  .product_tabs li .text {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .product {
    padding: 30px 0 24px;
  }

  .product_list {
    margin-top: 12px;
  }

  .product_list ul {
    justify-content: space-between;
  }

  .product_list li {
    width: 100%;
    margin-right: 0;
  }

  .product_dowm {
    margin-top: 20px;
  }

  .product_tabs li .text {
    margin-top: 5px;
  }
}

/* 全球销售网络 */
#page-border {
  background: #fff url(../images/ying_bg.webp) no-repeat center;
  background-size: cover;
  padding: 4.5rem 0;
}

.network {
  background-color: #fff;
  /* padding: 136px 0 100px; */
  padding-left: 10.4rem;
  padding-top: 5rem;
  /* padding-bottom: 5rem; */
}

.network .titles h2 {
  color: var(--primary-color);
}

.network_rtext_title {
  font-size: 1.7rem;
  color: #444444;
  line-height: 1;
}

.network_swiper {
  padding-top: 2.6rem;
}

.inner_text {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}

.hex-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  /* 控制上下排间距 */
}

.hex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  /* 六边形之间间距 */
  justify-content: center;
  margin-bottom: -3rem;
  /* 控制上下六边形重叠位置 */
}

.hexagon {
  /* width: 13.9rem; */
  width: min(20vw, 13.9rem);
  /* 自适应大小，最大不超过 13.9rem */
  aspect-ratio: 139 / 161;
  /* 保持比例 */
  height: 16.1rem;
  clip-path: polygon(50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.hexagon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hexagon:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.hexagon:hover .overlay {
  opacity: 1;
}

.hexagon:hover .inner_text {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.hex-row:last-child {
  margin-bottom: 0;
  /* 最后一行不需要负边距 */
}

/* 合作轮播 */
.hz_appli_next,
.hz_appli_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 52px;
}

.hz_appli_prev {
  left: 0;
}

.hz_appli_next {
  right: 0;
}

.network_swiper .dth_wh {
  padding: 0 4rem;
}

.network_swiper .swiper-slide {
  border: 2px solid #ECECEC;
  border-radius: 18px;
  text-align: center;
  object-fit: contain;
}

.network_swiper .swiper-slide:hover {
  border: 2px solid var(--primary-color);
}

.network_swiper .swiper-slide img {
  max-width: 260px;
}

.network .network_rtext {
  margin-right: 3.9rem;
}

/* 关于我们 */
.about_pro {
  padding-right: 10.4rem;
  padding-left: 0;
  padding-bottom: 5rem;
  padding-top: 0;
}

.about_pro_top {
  padding-top: 5rem;
}

.about_pro .tit_wzs {
  color: #666666;
}

.about_pro .network_rtext_title p:first-child {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.about_pro .network_rtext_title p:last-child {
  font-size: 1.5rem;
}

.about_pro .network_rtext {
  margin-left: 3.9rem;
}

.about_pro .flex {
  align-items: center;
}

/* 行业新闻 */
.news {
  background: #F6F6F8;
  padding: 4rem 0;
}

.news .flex {
  column-gap: 1.4rem;
}

.news ul li {
  padding: 1.8rem 1.2rem;
  background: #fff;
  border-radius: 20px;
  padding-bottom: 0;
}

.news h4 {
  color: #333333;
  font-size: 1rem;
  padding: 1rem 0;
}

.news p {
  color: #333333;
  font-size: 0.9rem;
  min-height: 6rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 限制最多显示4行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .times {
  color: #999999;
  font-size: 0.8rem;
  padding: 2.2rem 0;
}

.news .fixed_ratio {
  max-width: 305px;
  max-height: 181px;
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}

.news .fixed_ratio img {
  position: initial;
}

.news .product_btn_box {
  background: #fff;
}

.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
  box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.3) !important;
}

@media (max-width: 768px) {
  .news .flex {
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .news .mdy_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news .fixed_ratio {
    max-width: 100%;
    object-fit: cover;
  }

  .hexagon {
    clip-path: none;
    width: calc(50% - 0.5rem);
    border-radius: 8px;
    /* 可选，加个圆角让视觉更柔和 */
    aspect-ratio: unset;
    /* 如果你想让图片根据内容高度自适应 */
    height: auto;
    overflow: hidden;
  }

  .hex-wrap {
    gap: 1rem;
  }

  .hex-row {
    /* flex-direction: column; */
    margin-bottom: 0;
    gap: 1rem;
  }

  .hexagon img {
    height: auto;
  }
}

.inner_text p {
  margin: 0;
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
}

.network .dth_wh {
  justify-content: space-between;
  align-items: flex-start;
}

.network .product_btn_box {
  margin: 0;
}

.network_maps {
  /* width: 58.7%; */
}

.network_maps img {
  max-width: 100%;
  width: auto;
}

.network_rtext {
  width: 35.75%;
}

.network_rtext .titles h2 {
  line-height: 1;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.network_rtext .tit_wzs {
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #444444;
  margin-top: 1.2em;
}

.network_rtext .network_rtext_img {
  margin-top: 10.2%;
}

.network_rtext .network_rtext_img img {
  width: 100%;
}

@media (max-width: 1760px) {
  .network {
    padding: 7% 0 5.6%;
  }
}

@media (min-width: 768px) and (max-width: 1560px) {
  .hexagon {
    width: 11.9rem;
    height: 13.1rem;
  }
}

@media (max-width: 1560px) {
  .network {
    padding: 6% 0 5.6%;
  }

  .network_rtext .tit_wzs {
    font-size: 19px;
    margin-top: 1.1em;
  }
}

@media (max-width: 1200px) {
  .network {
    padding: 50px 0;
  }

  .network_rtext .tit_wzs {
    font-size: 17px;
    margin-top: 1em;
  }
}

@media (max-width: 990px) {
  .network {
    padding: 40px 0;
  }

  .network_rtext .tit_wzs {
    font-size: 15px;
    margin-top: 0.8em;
  }

}

@media (max-width: 768px) {
  .network .product_btn_box {
    margin: 0 auto;
  }

  .hz_appli_next,
  .hz_appli_prev {
    max-width: 40px;
  }

  .network_rtext {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .product_btn {
    padding-bottom: 4rem;
  }

  .network .flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .network {
    padding: 30px 0;
  }

  .network .dth_wh {
    flex-flow: column;
  }

  .network_maps {
    width: 100%;
  }

  .network_rtext {
    width: 100%;
    margin-top: 20px;
  }

  .network_rtext .network_rtext_img {
    margin-top: 20px;
  }
}

/* 优势 */
.advantages {}

.advantages_con {}

.advantages_con ul {
  justify-content: space-between;
}

.advantages_con li {
  flex: 1;
}

.advantages_con li a {
  display: block;
  position: relative;
}

.advantages_con li .imgs {
  padding-top: calc(538 / 640 * 100%);
}

.advantages_con li .text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
  transition: 0.5s ease;
}

.advantages_con li:hover .text {
  transform: translateY(calc(-50% - 20px));
  transition: 0.3s ease;
}

.advantages_con li .text h4 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.6em;
}

.advantages_con li .text .jts {
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(27 / 45 * 100%) auto;
  background-image: url("../images/youtoumingjiant.png");
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 1760px) {}

@media (max-width: 1560px) {
  .advantages_con li .text h4 {
    font-size: 1.9vw;
  }

  .advantages_con li .text .jts {
    width: 2.88vw;
    height: 2.88vw;
  }
}

@media (max-width: 1200px) {
  .advantages_con li .text h4 {
    font-size: 24px;
  }

  .advantages_con li .text .jts {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 990px) {
  .advantages_con li .text {
    transform: translateY(-45%);
  }

  .advantages_con li:hover .text {
    transform: translateY(calc(-45% - 20px));
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .advantages_con ul {
    flex-flow: column;
  }

  .advantages_con li {
    width: 100%;
  }

  .advantages_con li .text {
    transform: translateY(-40%);
  }

  .advantages_con li:hover .text {
    transform: translateY(calc(-40% - 20px));
  }
}

/* 底部 */
footer {
  /* background: #ffffff url(../images/footer_bj.png) no-repeat center; */
  background: #262626;
  /*position: fixed;*/
  /*bottom: 0;*/
}

.layout {
  /* padding: 12px 0 65px; */
  background: #ffffff url(../images/footer_bj.png) no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 3.2rem;
  padding-bottom: 2rem;
}

.layout_nav {
  width: 49%;
}

.layout_nav .ft_nav {
  justify-content: space-between;
}

.layout_nav .ft_nav>li {
  flex: 1;
}

.layout_nav .ft_nav>li>a,
.layout_contact h4 {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.layout_nav .ft_nav .x-nav-menu dd {}

.layout_nav .ft_nav .x-nav-menu dd a,
.layout_contact {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.1;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.layout_contact {
  margin-left: 3.5%;
  width: 25%;
}

.layout_share,
.layout_ewm {
  width: 19%;
  margin-left: auto;
}

.layout_share ul {
  justify-content: flex-end;
  align-items: center;
}

.layout_share li {
  position: relative;
  margin-right: 7%;
}

.layout_share li:last-child {
  margin-right: 0;
}

.layout_share li.xls {}

.layout_share li a {
  display: block;
  position: relative;
}

.layout_share li .bts {
  display: block;
  background-color: #404040;
  border-radius: 5px;
  width: 46px;
  height: 46px;
}

.layout_share li .bts img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.layout_share li.xls .ewm {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}

.layout_share li.xls .ewm img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

.layout_ewm {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 0;
}

.layout_ewm .ewm {
  display: block;
  text-align: center;
  /* width: 120px; */
  max-width: 100%;
  /* padding-top: 4%; */
}

.layout_ewm .ewm img {
  max-width: 24px;
  margin: 0 3px;
}

.layout_ewm .ewm p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: 0px;
  color: #ffffff;
}

.layout_nav .ft_nav .x-nav-menu dd a:hover {
  color: #ffffff;
}

.layout_top {
  padding: 14px 0;
}

.layout_top .dth_wh {
  align-items: center;
}

.layout_top .layout_nav .ft_nav .x-nav-menu {
  display: none;
}

.layout_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
}

.layout_bottom .flex {
  align-items: flex-end;
}

.layout_bottom .layout_nav .ft_nav>li>a {
  display: none;
}


.foot {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
  padding: 1.5em 0;
  position: relative;
}

.foot::before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
  max-width: 1500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.logo_img {
  max-width: 552px;
}

.foot .dth_wh {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.Address {
  font-size: 1.1rem;
  padding-top: 3.2rem;
}

.foot .foot_text {
  color: #ffffff;
  font-size: 0.9rem;
}

.clearboth {
  width: 100%;
}

.foot a {
  font-size: inherit;
  color: inherit;
}

.foot a:hover {
  color: #ffffff;
}

@media (max-width: 1760px) {
  #toolbar {
    display: none;
  }

  .layout {
    /* padding: 8px 0 50px; */
  }
}

@media (max-width: 1560px) {
  .layout {
    /* padding: 0.5% 0 3.2%; */
  }

  .layout_nav .ft_nav>li>a,
  .layout_contact h4 {
    font-size: 1.4vw;
  }

  .layout_nav .ft_nav .x-nav-menu dd a,
  .layout_contact {
    font-size: 15px;
  }

  .layout_share li .bts {
    width: 44px;
    height: 44px;
  }

  .layout_bottom {
    padding-top: 2.2%;
  }

  .foot {
    font-size: 13px;
  }

  .layout_ewm .ewm {
    /* width: 110px; */
  }

  .layout_ewm .ewm p {
    /* font-size: 13px; */
  }
}

@media (max-width: 1200px) {

  .layout_nav .ft_nav>li>a,
  .layout_contact h4 {
    font-size: 16px;
  }

  .layout_nav .ft_nav .x-nav-menu dd a,
  .layout_contact {
    font-size: 14px;
  }

  .layout_share li .bts {
    width: 40px;
    height: 40px;
  }

  .foot {
    font-size: 12px;
  }

  .layout_ewm .ewm {
    /* width: 100px; */
  }

  .layout_ewm .ewm p {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .layout_nav {
    /* display: none; */
  }

  .layout_contact {
    margin-left: 0;
    width: 55%;
  }

  .layout_share,
  .layout_ewm {
    width: 40%;
  }

  .foot .dth_wh {
    justify-content: center;
    text-align: center;
  }

  .ft_region,
  .ft_prs,
  .ft_link {
    display: none;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .layout {
    /* padding: 1px 0 10px; */
  }

  .layout_nav {
    width: 100%;
  }

  .layout_top {
    padding: 4px 0;
  }

  .layout_share {
    display: none;
  }

  .layout_bottom .dth_wh {
    flex-flow: column;
  }

  .layout_contact {
    width: 100%;
    font-size: 13px;
  }

  .layout_contact h4 {
    font-size: 15px;
  }

  .layout_ewm {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
}