/* 移动端视口宽度以800px为基准换算vw */
html,
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  overflow-x: hidden;
}
@media (min-width: 1px) {
  :root {
    font-size: calc(0.75rem + ((1vw - 0.01px) * 0.5006));
  }
}
@media (min-width: 1023px) {
  :root {
    font-size: 16px;
  }
}
:root {
  /* 全局字体大小 */
  --font-12px: 0.75rem;
  --font-14px: 0.875rem;
  --font-16px: 1rem;
  --font-18px: 1.125rem;
  --font-20px: 1.25rem;
  --font-22px: 1.375rem;
  --font-24px: 1.5rem;
  --font-26px: 1.625rem;
  --font-28px: 1.625rem;
  --font-30px: 1.625rem;
  --font-32px: 1.625rem;
  --font-34px: 1.625rem;
  --font-36px: 1.625rem;
  --font-38px: 1.625rem;
  --font-40px: 1.625rem;
  --font-42px: 1.625rem;
  --font-44px: 1.625rem;
  --font-46px: 1.625rem;
  --font-48px: 1.625rem;
  --font-50px: 1.625rem;
  --font-56px: 1.625rem;
  --font-60px: 1.625rem;
  --font-70px: 1.625rem;
  /* 全局间距 */
  --gap5px: 0.625vw;
  --gap10px: calc(5px + 0.625vw);
  --gap15px: 1.875vw;
  --gap20px: 2.5vw;
  --gap25px: 3.125vw;
  --gap30px: 3.75vw;
  --gap40px: 5vw;
  --gap50px: 6.25vw;
  --gap60px: 7.5vw;
  --gap70px: 8.75vw;
  --gap80px: 10vw;
  --gap100px: 12.5vw;
  --gap120px: 15vw;
  --gap150px: 18.75vw;
  --gap200px: 25vw;
  --gap300px: 37.5vw;
}
@keyframes anBox {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 50px;
  }
}
.PC {
  display: none !important;
}
/* ================================移动端================================ */
.Mobile {
  display: block !important;
}
.Mobile .nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: calc(5px + 0.625vw) 0;
}
.Mobile .nav .li-1 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.Mobile .nav .li-1 .logo-img {
  width: calc(54px + 10vw);
  max-width: 100px;
}
.Mobile .nav .li-1 .logo-img01 {
  width: calc(20px + 10vw);
  max-width: 40px;
  margin: 0 var(--gap10px);
}
.Mobile .nav .li-1 .logo-img02 {
  width: calc(20px + 10vw);
  max-width: 40px;
}
.Mobile .nav .flex-nav-text {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.Mobile .nav .flex-nav-text .lang-btn {
  margin-right: var(--gap40px);
}
.Mobile .nav .flex-nav-text .lang-btn a {
  color: var(--hover-color-1);
  width: 24px;
  height: 24px;
  border: 0.26667vw solid var(--hover-color-1);
  border-radius: 50%;
  font-size: 3.19999vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-button-icon {
  display: inline-block;
}
.menu-button-icon .bar1,
.menu-button-icon .bar2,
.menu-button-icon .bar3 {
  width: 24px;
  height: 2px;
  background-color: var(--header-backgroundColor01);
  margin: 6px 0;
  transition: all 0.4s ease;
}
.menu-button-icon.active .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}
.menu-button-icon.active .bar2 {
  opacity: 0;
}
.menu-button-icon.active .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  transition: all 0.3s ease-out;
}
.Mobile .sidebar {
  position: fixed;
  width: 100%;
  top: var(--headerGap);
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  background-color: #fbfbfb;
  overflow-x: hidden;
  z-index: 999;
}
.Mobile .sidebar .nav-item-mobile {
  display: flex;
  flex-direction: column;
  width: 95vw !important;
  max-width: 800px !important;
  margin: 0 auto;
}
.Mobile .sidebar .nav-item-mobile li {
  color: var(--text-dd-color02);
  transform: translateX(-50px);
  opacity: 0;
  border-bottom: 1px solid rgba(223, 223, 223, 0.5);
}
.Mobile .sidebar .nav-item-mobile li .item {
  display: block;
  padding: calc(15px + 0.625vw) calc(10px + 0.625vw);
  font-size: var(--font-20px);
}
.Mobile .sidebar.active {
  transform: translateX(0);
  border-top: 1px solid rgba(223, 223, 223, 0.1);
}
.Mobile .sidebar.active .nav-item-mobile li,
.Mobile .sidebar.active .m-lang .lang-botton {
  transition: all 0.2s ease-out calc(var(--i) * 80ms + 200ms);
  transform: translateX(0);
  opacity: 1;
}
.Mobile .sidebar .m-lang {
  display: flex;
  flex-direction: column;
  width: 95vw !important;
  max-width: 800px !important;
  margin: 0 auto;
  padding-top: var(--gap20px);
}
.Mobile .sidebar .m-lang .lang-botton {
  display: flex;
  align-items: center;
  padding: calc(15px + 0.625vw) calc(10px + 0.625vw);
  transform: translateX(-50px);
  opacity: 0;
  cursor: pointer;
}
.Mobile .sidebar .m-lang .lang-botton .icon-world {
  --ratio: calc(20px + 0.5208vw);
  width: var(--ratio);
  height: var(--ratio);
  overflow: hidden;
}
.Mobile .sidebar .m-lang .lang-botton .icon-world img,
.Mobile .sidebar .m-lang .lang-botton .icon-world svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Mobile .sidebar .m-lang .lang-botton .language-switch {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: var(--gap10px);
  font-size: var(--font-16px);
  color: var(--header-nav-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 999;
}
.Mobile .sidebar .m-lang .lang-botton .language-switch .dropdown {
  display: none;
  position: absolute;
  left: calc(0px - var(--gap10px));
  top: calc(100% + 10px);
  padding: calc(var(--gap10px) * 1.8);
  min-width: calc(60px + 2.0833vw);
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(33, 35, 40, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  z-index: 99;
  cursor: default;
}
.Mobile .sidebar .m-lang .lang-botton .language-switch .dropdown.active {
  display: block;
}
.Mobile .sidebar .m-lang .lang-botton .language-switch .dropdown a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.Mobile .sidebar .m-lang .lang-botton .language-switch .dropdown a:not(:last-child) {
  margin-bottom: calc(5px + 1.25vw);
}
.Mobile .sidebar .m-lang .lang-botton .language-switch .dropdown a:hover {
  color: var(--hover-color-1);
}
.Mobile .sidebar .m-lang .lang-botton .icon-arrow {
  margin-left: var(--gap10px);
}
.Mobile .sidebar .m-lang .lang-botton .icon-arrow img,
.Mobile .sidebar .m-lang .lang-botton .icon-arrow svg {
  display: block;
  width: calc(10px + 0.2604vw);
}
.Mobile .submenu {
  display: none;
  padding: 0 0 var(--gap50px);
}
.Mobile .submenu a {
  display: block;
  padding: var(--gap10px) calc(20px + 0.625vw);
  font-size: var(--font-18px);
  color: var(--text-dd-color03);
  transition: all 0.3s ease-out;
}
.Mobile .l-ink {
  position: relative;
  cursor: default;
}
.Mobile .l-ink::before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: '';
  width: 12%;
  height: 100%;
  background-image: url(../images/other-icon/down-chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  transition: 0.4s all ease-out;
}
.Mobile .l-ink:hover,
.Mobile .l-ink:active {
  cursor: default;
}
.open .l-ink::before {
  transform: rotate(-180deg);
  transition: 0.4s all ease-out;
}
.footer .dl-nav .l-ink::before {
  background-image: url(../images/other-icon/down-chevron.svg);
}
.ruanBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  display: grid;
  grid-template-columns: 5.2fr 128px 1.5fr;
  height: 30px;
}
.ruanBox [class*='g-'] {
  background-color: #fff;
}
.ruanBox .g-1 {
  border-top-left-radius: var(--pos-card-radian);
}
.ruanBox .pos-yuan {
  position: relative;
  height: inherit;
}
.ruanBox .g-2 {
  border-top-right-radius: var(--pos-card-radian);
}
.ruanBox .ao-wrap {
  height: inherit;
  background-color: transparent;
  overflow: hidden;
}
.ruanBox .ao-wrap svg {
  width: 100%;
  height: 100%;
}
.ruanBox .ao-wrap svg path {
  fill: #fff;
}
.footer {
  position: relative;
  z-index: 10;
  font-size: var(--font-14px);
  color: var(--text-dd-color01);
  background-color: #483a3b;
  padding-bottom: var(--gap20px);
  padding-top: var(--gap30px);
}
.footer .foot-1 {
  display: flex;
  flex-direction: column;
  gap: var(--gap40px);
  padding-bottom: var(--gap30px);
}
.footer .foot-1 .dl-nav {
  padding: var(--gap30px) 0;
  display: flex;
  gap: var(--gap30px);
}
.footer .foot-1 .dl-nav .item-01 {
  color: #fff;
  text-align: center;
}
.footer .foot-1 .dl-nav .item-01 .dl {
  font-size: var(--font-20px);
}
.footer .foot-1 .dl-nav .item-01 .item-ewm {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: var(--gap30px);
}
.footer .foot-1 .dl-nav .item-01 .item-ewm dl {
  margin: 0 var(--gap15px);
}
.footer .foot-1 .dl-nav .item-01 .item-ewm dl dt {
  width: 16vw;
  margin: auto;
}
.footer .foot-1 .LK-wrap {
  color: #a0a0a0;
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.footer .foot-2 {
  position: relative;
  padding: var(--gap20px) 0;
  background-color: #3f3334;
  color: #fff;
}
.footer .foot-2 .copyright a {
  display: block;
}
.return-top {
  position: fixed;
  transform: translateX(calc(100% + 40px));
  z-index: 99;
  transition: all 0.3s ease-out;
  width: 15vw;
  height: 8vw;
  right: 5%;
  bottom: 65%;
}
.js_oneScroll .footer .js-return_top {
  transform: translateX(0);
}
.main {
  margin-top: var(--headerGap);
  position: relative;
  z-index: 3;
}
.width-inner {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
.main-width-inner {
  /* 主体内容中心宽度 */
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.Page-Home .section--1 {
  height: 50vh;
  --ratio: calc(20px + 1.9792vw);
  --swiper-navigation-sides-offset: 0;
}
.Page-Home .section--1 .mySwiper {
  height: 100%;
  --swiper-pagination-top: 0;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-color: #fff;
}
.Page-Home .section--1 .mySwiper .swiper-slide {
  height: 100%;
}
.Page-Home .section--1 .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-Home .section--1 .swiper-button {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--gap20px);
}
.Page-Home .section--1 .swiper-button .swiper-button-prev,
.Page-Home .section--1 .swiper-button .swiper-button-next {
  margin: 0;
  width: var(--ratio);
  height: var(--ratio);
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  filter: grayscale(100%);
  -weibkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.Page-Home .section--1 .swiper-button .swiper-button-prev:hover,
.Page-Home .section--1 .swiper-button .swiper-button-next:hover {
  filter: grayscale(0%);
  -weibkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.Page-Home .section--1 .swiper-button .swiper-button-prev img,
.Page-Home .section--1 .swiper-button .swiper-button-next img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-Home .section--1 .swiper-button .swiper-button-prev {
  transform: scaleX(-1) rotate(0deg);
}
.Page-Home .section--1 .swiper-pagination-bullets {
  top: initial;
  bottom: 5%;
}
.Page-Home .section--1 .swiper-pagination-bullets .swiper-pagination-bullet {
  --aspect: calc(5px + 0.3125vw);
  margin: 0 var(--gap10px);
  width: var(--aspect);
  height: var(--aspect);
  border-radius: 50%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.Page-Home .section--1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--hover-color-1);
}
.Page-Home .section--2 {
  padding: var(--gap100px) 0;
  background-image: url(../images/home/newsbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: var(--font-14px);
  line-height: 1.6;
}
.Page-Home .section--2 .title {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
  padding-bottom: var(--gap30px);
  line-height: 1.4;
}
.Page-Home .section--2 .card-tab {
  display: flex;
  flex-direction: column;
  gap: var(--gap30px);
  line-height: 1.2;
  margin: 0 auto var(--gap60px);
}
.Page-Home .section--2 .card-tab .li {
  display: flex;
  gap: var(--gap100px);
  position: relative;
  font-size: var(--font-18px);
  color: rgba(12, 13, 14, 0.6);
  font-weight: 500;
  padding: var(--gap10px) 0;
  border-bottom: 2px solid #e6dbdb;
  transition: all 0.3s linear;
  border-radius: 5px;
}
.Page-Home .section--2 .card-tab .li .dt {
  display: flex;
  align-items: center;
  flex: auto;
}
.Page-Home .section--2 .card-tab .li:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--hover-color-1);
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s linear;
}
.Page-Home .section--2 .card-tab .li a {
  flex: auto;
}
.Page-Home .section--2 .card-tab .li a img {
  width: 20px;
  height: 13px;
  filter: grayscale(100%);
  -weibkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.Page-Home .section--2 .card-tab .li a img.more-iconh {
  display: none;
}
.Page-Home .section--2 .card-tab .li.active {
  background-color: var(--hover-color-1);
  border-bottom: 2px solid var(--hover-color-1);
  color: #fff;
  padding-left: var(--gap10px);
}
.Page-Home .section--2 .card-tab .li.active:after {
  width: 0%;
}
.Page-Home .section--2 .card-tab .li.active a img.more-iconh {
  display: block;
  top: 40%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.Page-Home .section--2 .card-tab .li.active a img.more-icon {
  display: none;
}
.Page-Home .section--2 .card-content .tab-content-item {
  position: relative;
  margin-top: var(--gap50px);
  display: none;
  --ratio: calc(20px + 1.9792vw);
  --swiper-navigation-sides-offset: 0;
}
.Page-Home .section--2 .card-content .tab-content-item.active {
  display: block;
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper {
  max-width: 80%;
  margin: auto;
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide {
  padding: var(--gap30px);
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #e5e5e5;
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .img-wrap {
  margin-bottom: var(--gap25px);
  width: 100%;
  height: 56.75vw;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .img-wrap {
    aspect-ratio: 680 / 454;
    height: auto;
  }
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .product-text {
  color: var(--text-dd-color02);
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .product-text .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin-bottom: var(--gap10px);
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .product-text .dd img {
  width: 2%;
  margin-left: var(--gap5px);
}
.Page-Home .section--2 .card-content .tab-content-item .swiper-button {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--gap20px);
}
.Page-Home .section--2 .card-content .tab-content-item .swiper-button .swiper-button-prev,
.Page-Home .section--2 .card-content .tab-content-item .swiper-button .swiper-button-next {
  margin: 0;
  width: var(--ratio);
  height: var(--ratio);
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  filter: grayscale(100%);
  -weibkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.Page-Home .section--2 .card-content .tab-content-item .swiper-button .swiper-button-prev:hover,
.Page-Home .section--2 .card-content .tab-content-item .swiper-button .swiper-button-next:hover {
  filter: grayscale(0%);
  -weibkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.Page-Home .section--2 .card-content .tab-content-item .swiper-button .swiper-button-prev img,
.Page-Home .section--2 .card-content .tab-content-item .swiper-button .swiper-button-next img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-Home .section--2 .card-content .tab-content-item .swiper-button .swiper-button-prev {
  transform: scaleX(-1) rotate(0deg);
}
.Page-Home .section--2 .card-content .tab-content-item .swiper-button {
  width: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.Page-Home .section--3 {
  padding: var(--gap100px) 0;
  background-image: url(../images/home/indexaboutbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-Home .section--3 .about-flex .img-wrap img {
  width: 100%;
  display: block;
}
.Page-Home .section--3 .about-flex .about-text {
  text-align: justify;
}
.Page-Home .section--3 .about-flex .about-text .title {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
  padding-bottom: var(--gap30px);
  line-height: 1.4;
}
.Page-Home .section--3 .about-flex .about-text .about-layout {
  padding: var(--gap50px) 0;
}
.Page-Home .section--3 .about-flex .about-text .about-layout .about-item {
  font-size: var(--font-30px);
  color: var(--text-dd-color01);
}
.Page-Home .section--3 .about-flex .about-text .about-layout .about-item i {
  font-size: var(--font-18px);
  line-height: 1.6;
  color: var(--text-dd-color01);
  display: block;
  font-style: normal;
}
.Page-Home .section--3 .about-flex .about-text .about-layout .about-item:last-child {
  font-weight: normal;
}
.Page-Home .section--3 .about-flex .about-text .about-layout .about-item:last-child i {
  font-weight: 500;
}
.Page-Home .section--3 .about-flex .about-text .about-layout .line {
  width: 2px;
  height: 5vw;
  background-color: #e6dbdb;
  margin: 0 var(--gap50px);
}
.Page-Home .section--3 .about-flex .about-text .learn-more {
  border-radius: 0 5.56249vw 0 1.52083vw;
  height: 8.54164vw;
  padding: 0 1.77082vw;
  border-width: 0.05208vw;
  border: 1px solid var(--text-dd-color02);
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-top: var(--gap50px);
}
.Page-Home .section--4 {
  padding: var(--gap100px) 0;
  background-image: url(../images/home/newsbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: var(--font-14px);
  line-height: 1.6;
}
.Page-Home .section--4 .title {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
  padding-bottom: var(--gap30px);
  line-height: 1.4;
}
.Page-Home .section--4 .Certifications-layout {
  display: flex;
  flex-direction: column;
}
.Page-Home .section--4 .Certifications-layout .Certifications-text {
  order: 2;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-Home .section--4 .Certifications-layout .Certifications-text .dt {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  padding-bottom: var(--gap10px);
}
.Page-Home .section--4 .Certifications-layout .quality-main {
  position: relative;
  overflow: hidden;
  padding-top: var(--gap30px);
  --ratio: calc(20px + 1.9792vw);
  --swiper-navigation-sides-offset: 0;
}
.Page-Home .section--4 .Certifications-layout .quality-main .qualitySwiper .swiper-slide {
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #e6dbdb;
  border-radius: 8px;
  padding: var(--gap10px);
}
.Page-Home .section--4 .Certifications-layout .quality-main .qualitySwiper .swiper-slide .img-wrap {
  width: 100%;
  height: 14.8438vw;
}
@supports (aspect-ratio: 1/1) {
  .Page-Home .section--4 .Certifications-layout .quality-main .qualitySwiper .swiper-slide .img-wrap {
    aspect-ratio: 390 / 285;
    height: auto;
  }
}
.Page-Home .section--4 .Certifications-layout .quality-main .qualitySwiper .swiper-slide .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: contain;
}
.Page-Home .section--4 .Certifications-layout .quality-main .qualitySwiper .swiper-slide .product-text {
  color: var(--text-dd-color02);
}
.Page-Home .section--4 .Certifications-layout .quality-main .qualitySwiper .swiper-slide .product-text .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin-bottom: var(--gap10px);
  min-height: 16vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Page-Home .section--4 .Certifications-layout .quality-main .qualitySwiper .swiper-slide .product-text .dd img {
  width: 2%;
  margin-left: var(--gap5px);
}
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--gap20px);
}
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-prev,
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-next {
  margin: 0;
  width: var(--ratio);
  height: var(--ratio);
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  filter: grayscale(100%);
  -weibkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-prev:hover,
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-next:hover {
  filter: grayscale(0%);
  -weibkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-prev img,
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-next img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-prev {
  transform: scaleX(-1) rotate(0deg);
}
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button {
  top: 0;
  transform: none;
  justify-content: center;
  right: 0;
  margin: var(--gap30px) 0 var(--gap50px);
  position: initial;
}
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-prev,
.Page-Home .section--4 .Certifications-layout .quality-main .swiper-button .swiper-button-next {
  margin: 0 var(--gap5px);
}
.Page-Home .section--5 {
  padding: var(--gap100px) 0;
  background-color: #eae8e9;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-Home .section--5 .about-text .title {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
  padding-bottom: var(--gap30px);
}
.Page-Home .section--5 .about-text .Philosophy-img img {
  width: 100%;
  display: block;
  margin-bottom: var(--gap30px);
}
.title-top {
  text-align: center;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color03);
}
.title-top .dt {
  position: relative;
  font-size: var(--font-32px);
  color: var(--hover-color-1);
  font-weight: 500;
  padding-bottom: var(--gap20px);
}
.title-top .dt::before {
  content: '';
  width: 10%;
  height: 1px;
  background-color: var(--hover-color-1);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: var(--gap20px);
}
.title-top .dt::after {
  content: '';
  width: 10%;
  height: 1px;
  background-color: var(--hover-color-1);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: var(--gap20px);
}
.title-top .des-text {
  font-size: var(--font-20px);
  color: #000;
}
.Page-Contact .section--1 img {
  width: 100%;
  display: block;
}
.Page-Contact .section--2 {
  padding: var(--gap100px) 0;
  background-image: url(../images/home/smallbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-Contact .section--2 .public-title {
  font-size: var(--font-28px);
  color: var(--text-dd-color01);
  padding: var(--gap50px) 0;
  line-height: 1.4;
}
.Page-Contact .section--2 .about-wrap {
  padding-top: var(--gap20px);
}
.Page-Contact .section--2 .about-wrap .about-item {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--gap50px);
}
.Page-Contact .section--2 .about-wrap .about-item .dd {
  font-size: var(--font-18px);
  color: var(--text-dd-color01);
}
.Page-About .section--1 img {
  width: 100%;
  display: block;
}
.Page-About .section--2 {
  padding: var(--gap100px) 0;
  background-image: url(../images/home/smallbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-About .section--2 .About-text {
  padding-top: var(--gap50px);
}
.Page-About .section--2 .About-text .About-title {
  font-size: var(--font-18px);
  color: var(--text-dd-color01);
  font-weight: 500;
  padding: var(--gap30px) 0;
}
.Page-About .section--2 .About-text .About-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--gap20px);
}
.Page-About .section--2 .About-text .About-wrap .dd {
  position: relative;
  padding-left: var(--gap30px);
}
.Page-About .section--2 .About-text .About-wrap .dd:after {
  content: '';
  width: var(--gap10px);
  height: var(--gap10px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  background-color: var(--hover-color-1);
}
.Page-About .section--2 .About-text .Quality-layout {
  display: grid;
  gap: var(--gap30px);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: none;
  margin-top: var(--gap50px);
}
.Page-About .section--2 .About-text .Quality-layout .Quality-item .Quality-img {
  width: 100%;
  height: 14.8438vw;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .Page-About .section--2 .About-text .Quality-layout .Quality-item .Quality-img {
    aspect-ratio: 377 / 285;
    height: auto;
  }
}
.Page-About .section--2 .About-text .Quality-layout .Quality-item .Quality-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-About .section--2 .About-text .Quality-layout .Quality-item .dt {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: var(--gap30px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.Page-Philosophy .section--1 img {
  width: 100%;
  display: block;
}
.Page-Philosophy .section--2 {
  padding: var(--gap100px) 0;
  background-image: url(../images/home/smallbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-Philosophy .section--2 .public-title {
  font-size: var(--font-28px);
  color: var(--text-dd-color01);
  padding: var(--gap30px) 0;
  line-height: 1.4;
}
.Page-Philosophy .section--2 .Philosophy-img img {
  width: 100%;
  margin-top: var(--gap50px);
}
.Page-Philosophy .section--2 .Philosophy-text .dd p {
  margin-bottom: var(--gap10px);
}
.Page-Product .section--1 img {
  width: 100%;
  display: block;
}
.Page-Product .section--2 {
  padding: var(--gap100px) 0;
  background-image: url(../images/home/smallbg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-color: #f5f5f5;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-Product .section--2 .product-section {
  font-size: var(--font-18px);
}
.Page-Product .section--2 .product-section img {
  display: block;
  width: 100%;
  margin: var(--gap50px) auto var(--gap100px);
}
.Page-Product .section--2 .product-wrap {
  padding-bottom: var(--gap100px);
}
.Page-Product .section--2 .product-wrap .product-tab {
  padding-top: var(--gap30px);
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex {
  display: block;
  padding: var(--gap30px);
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: var(--gap30px);
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex .img-wrap {
  margin-bottom: var(--gap25px);
  width: 100%;
  height: 34.8438vw;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .Page-Product .section--2 .product-wrap .product-tab .product-flex .img-wrap {
    aspect-ratio: 390 / 285;
    height: auto;
  }
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex .product-text {
  color: var(--text-dd-color02);
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex .product-text .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin-bottom: var(--gap10px);
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex .product-text .dd img {
  width: 2%;
  margin-left: var(--gap5px);
}
.Page-Product .section--2 .page {
  width: 100%;
  margin: var(--gap100px) auto 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.Page-Product .section--2 .page a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  line-height: 38px;
  text-align: center;
  margin-right: var(--gap30px);
  vertical-align: middle;
}
.Page-Product .section--2 .page a.pages {
  background: var(--hover-color-1);
  color: #fff;
}
.Page-Product .section--2 .page a:last-child {
  margin-right: 0;
}
.Page-Product .section--2 .page img {
  width: 10px;
  object-fit: contain;
  cursor: pointer;
  margin-right: var(--gap30px);
}
.Page-Product .section--2 .productdetail-flex {
  color: var(--text-dd-color01);
}
.Page-Product .section--2 .productdetail-flex .img-wrap {
  background-color: #ffffff;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: var(--gap50px);
}
.Page-Product .section--2 .productdetail-flex .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.Page-Product .section--2 .productdetail-flex .productdetail-text {
  flex: auto;
}
.Page-Product .section--2 .productdetail-flex .productdetail-text .title {
  font-size: var(--font-30px);
  color: var(--text-dd-color01);
  padding-bottom: var(--gap30px);
  margin-bottom: var(--gap30px);
  font-weight: 500;
  border-bottom: 1px solid #666;
  line-height: 1.4;
}
.Page-Product .section--2 .productdetail-flex .productdetail-text p {
  padding-bottom: var(--gap10px);
}
.Page-Product .section--2 .productdetail-flex .productdetail-text p i {
  font-size: var(--font-18px);
  font-style: normal;
  font-weight: 500;
  display: block;
  padding-right: var(--gap10px);
}
.navwrap {
  width: 100%;
  min-height: 50px;
  background-image: url(../images/home/smallbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.navwrap .width-inner {
  font-size: var(--font-18px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.navwrap .width-inner .navright {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.navwrap .width-inner .navright a {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 var(--gap20px);
  border-radius: 5px;
}
.navwrap .width-inner .navright a.active {
  background-color: var(--hover-color-1);
  color: #fff;
}
.navwrap .width-inner .navcontentf {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.navwrap .width-inner .navcontentf .jiantou {
  margin: 0 var(--gap10px);
}
