html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
/* 
基于1024px ~ 3840px宽度响应字体大小计算，最小12px，最大值24px，效果与clamp函数一样
*/
@media (min-width: 1024px) {
  :root {
    font-size: calc(0.75rem + ((1vw - 10.24px) * 0.4261));
  }
}
@media (min-width: 3840px) {
  :root {
    font-size: 24px;
  }
}
: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.75rem;
  --font-30px: 1.875rem;
  --font-32px: 2rem;
  --font-34px: 2.125rem;
  --font-36px: 2.25rem;
  --font-38px: 2.375rem;
  --font-40px: 2.5rem;
  --font-42px: 2.625rem;
  --font-44px: 2.75rem;
  --font-46px: 2.875rem;
  --font-48px: 3rem;
  --font-50px: 3.125rem;
  --font-56px: 3.5rem;
  --font-60px: 2.875rem;
  --font-70px: 4.375rem;
  /* 全局间距 */
  --gap5px: 0.2604vw;
  --gap10px: calc(5px + 0.2604vw);
  --gap15px: calc(5px + 0.5208vw);
  --gap20px: calc(5px + 0.7813vw);
  --gap25px: calc(5px + 1.0417vw);
  --gap30px: calc(5px + 1.3021vw);
  --gap40px: calc(5px + 1.8229vw);
  --gap50px: calc(5px + 2.3438vw);
  --gap60px: calc(5px + 2.8646vw);
  --gap70px: calc(5px + 3.3854vw);
  --gap80px: calc(5px + 3.9063vw);
  --gap100px: calc(5px + 4.9479vw);
  --gap120px: calc(5px + 5.9896vw);
  --gap150px: calc(5px + 7.5521vw);
  --gap200px: calc(10px + 9.8958vw);
  --gap300px: calc(10px + 15.1042vw);
  --header-width-inner: calc(100% - 8.33%);
}
@keyframes anBox {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 50px;
  }
}
.width-inner {
  /* 主体内容中心宽度 */
  width: 62.5%;
  margin-left: auto;
  margin-right: auto;
}
.return-top {
  position: fixed;
  bottom: 20vh;
  right: 40px;
  transform: translateX(calc(100% + 40px));
  z-index: 99;
  transition: all 0.3s ease-out;
}
.return-top img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.main {
  min-height: 100vh;
}
.Mobile {
  display: none !important;
}
.js-scroll-head .header {
  transform: translateY(-100%);
}
.js-scroll-head .Breadcrumb {
  top: 0;
}
.js_oneScroll .footer .js-return_top {
  transform: translateX(0);
}
.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.4s ease;
  padding-top: var(--gap30px);
  background-image: url(../images/other-icon/bgheader.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  -webkit-user-select: none;
  user-select: none;
}
.header.open-show {
  background-color: #f5f5f7;
}
.header .header--content [class*='li-'] {
  display: flex;
  align-items: center;
}
.header .header--content .header-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  font-size: var(--font-20px);
  white-space: nowrap;
}
.header .header--content .header-top .li-logo {
  gap: var(--gap10px);
}
.header .header--content .header-top .li-logo img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.header .header--content .header-top .li-logo a.gy-logo {
  display: block;
  width: calc(48px + 5.2083vw);
}
.header .header--content .header-top .li-logo a.bys-logo {
  display: block;
  width: calc(36px + 0.5208vw);
}
.header .header--content .header-top .li-logo a.pgs-logo {
  display: block;
  width: calc(52px + 0.5208vw);
}
.header .header--content .header-top .li-io {
  justify-content: flex-end;
  gap: 0 var(--gap30px);
  --size-button: var(--gap40px);
}
.header .header--content .header-top .li-io .input-container {
  position: relative;
  color: white;
}
.header .header--content .header-top .li-io .input-container .input {
  padding-left: var(--size-button);
  width: var(--size-button);
  height: var(--size-button);
  font-size: var(--font-18px);
  border: none;
  color: #fff;
  outline: none;
  transition: all ease 0.3s;
  border-radius: 50px;
  cursor: pointer;
}
.header .header--content .header-top .li-io .input-container .input::placeholder {
  color: inherit;
}
.header .header--content .header-top .li-io .input-container .input:focus,
.header .header--content .header-top .li-io .input-container .input:not(:invalid) {
  width: var(--gap300px);
  padding: 0.2em 1em 0.2em var(--size-button);
  cursor: text;
  background-color: var(--header-backgroundColor01);
}
.header .header--content .header-top .li-io .input-container .input:focus + .icon,
.header .header--content .header-top .li-io .input-container .input:not(:invalid) + .icon {
  pointer-events: all;
  cursor: pointer;
}
.header .header--content .header-top .li-io .input-container .icon {
  position: absolute;
  width: var(--size-button);
  height: var(--size-button);
  top: 0;
  left: 0;
  padding: 0.4167vw;
  pointer-events: none;
}
.header .header--content .header-top .li-io .input-container .icon svg {
  width: 100%;
  height: 100%;
}
.header .header--content .header-top .li-io .menu-bar {
  height: 0.7292vw;
}
.header .header--content .header-top .li-io .menu-bar img {
  width: 100%;
  display: block;
  height: 100%;
}
.header .header--content .header-top .li-io .language {
  display: flex;
  align-items: center;
  color: #be8f92;
}
.header .header--content .header-top .li-io .language .e {
  margin: 0 0.5em;
}
.header .header--content .header-top .li-io .language .active {
  color: var(--hover-color-1);
}
.header .header--content .header-nav .li-nav-ul {
  justify-content: center;
  gap: var(--gap20px);
}
.header .header--content .header-nav .li-nav-ul .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  text-wrap: nowrap;
}
.header .header--content .header-nav .li-nav-ul .nav-item .nav-li {
  position: relative;
  flex: 1;
  font-size: var(--font-20px);
  font-weight: 400;
  line-height: 80px;
  color: var(--hover-color-1);
  padding: 0 1.25vw;
  transition: all 0.3s ease;
}
.header .header--content .header-nav .li-nav-ul .nav-item .nav-li::after {
  display: block;
  content: '';
  height: 4px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--hover-color-1);
  opacity: 0;
  transition: all 0.3s ease-out;
  transform-origin: 50% 0%;
}
.header .header--content .header-nav .li-nav-ul .nav-item .nav-submenu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 100%;
  font-size: var(--font-18px);
  text-align: center;
  letter-spacing: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: translate3d(-50%, 10px, 0);
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: var(--gap20px);
}
.header .header--content .header-nav .li-nav-ul .nav-item .nav-submenu a {
  display: block;
  padding: var(--gap10px) var(--gap30px);
  font-size: var(--font-18px);
  transition: all 0.1s linear;
  color: var(--text-dd-color01);
  border-radius: 5px;
  font-weight: 500;
}
.header .header--content .header-nav .li-nav-ul .nav-item .nav-submenu a:hover {
  color: #fff;
  background-color: var(--hover-color-1);
}
.header .header--content .header-nav .li-nav-ul .nav-item:hover .nav-li::after {
  opacity: 1;
  width: calc(100% - 1.25vw * 2);
}
.header .header--content .header-nav .li-nav-ul .nav-item:hover .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0px, 0);
}
.header .popup-bgc {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: -1;
  height: 0;
  background-color: #f5f5f7;
  transition: all 0.3s ease;
  transform: translateY(-1%);
  will-change: height, transform, opacity;
}
.header .popup-bgc.open {
  height: calc(var(--max-dd-height));
  transform: translateY(0);
}
.footer {
  padding: var(--gap50px) 0 0;
  background-color: #483a3b;
  font-size: var(--font-14px);
  color: #fff;
  line-height: 1.8;
}
.footer .foot-1 .footer-wrap {
  padding-bottom: var(--gap50px);
}
.footer .foot-1 .footer-wrap .grid-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .foot-1 .footer-wrap .grid-box .item-01 {
  flex-shrink: 0;
}
.footer .foot-1 .footer-wrap .grid-box .item-01 .dl {
  font-size: var(--font-20px);
}
.footer .foot-1 .footer-wrap .grid-box .item-01 .item-ewm {
  display: flex;
  gap: var(--gap30px);
  text-align: center;
  justify-content: center;
  padding-top: var(--gap15px);
}
.footer .foot-1 .footer-wrap .grid-box .item-01 .item-ewm dl dt {
  width: 6vw;
  margin: auto;
}
.footer .foot-1 .footer-wrap .grid-box .dl-nav {
  display: flex;
  gap: var(--gap40px);
  white-space: nowrap;
  text-wrap: nowrap;
}
.footer .foot-1 .footer-wrap .grid-box .dl-nav .dl {
  position: relative;
}
.footer .foot-1 .footer-wrap .grid-box .dl-nav .dl .dt {
  font-size: var(--font-18px);
  color: #fff;
  transition: all 0.3s ease-out;
  margin: 0;
}
.footer .foot-1 .footer-wrap .grid-box .dl-nav .dl .submenu {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 2vw;
  transform: translate(-50%, 0%);
  min-width: 120px;
  text-align: center;
  padding: var(--gap20px);
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(158deg, #f3f5f8 0%, #ffffff 97%);
  border-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) 2;
  box-shadow: 0px 10px 20px 0px rgba(97, 118, 175, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.footer .foot-1 .footer-wrap .grid-box .dl-nav .dl .submenu a {
  display: block;
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  line-height: 2.2;
}
.footer .foot-1 .footer-wrap .grid-box .dl-nav .dl .submenu a:hover {
  color: #010201;
}
.footer .foot-2 {
  position: relative;
  background-color: #3f3334;
  padding: var(--gap30px) 0;
}
.footer .foot-2 p a {
  padding: 0px var(--gap10px);
}
.footer .foot-2 p a:first-of-type {
  padding-left: 0;
}
.Page-Home .section--1 {
  height: 80vh;
  --ratio: calc(4px + 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(2px + 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(--gap15px);
  margin: 0 auto var(--gap50px);
}
.Page-Home .section--2 .card-tab .li {
  display: flex;
  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: 24px;
  height: 15px;
  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 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 {
  min-height: 500px;
}
.Page-Home .section--2 .card-content .tab-content-item {
  position: relative;
  margin-top: var(--gap50px);
  display: none;
  --ratio: calc(4px + 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 .title-top {
  padding-top: var(--gap80px);
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide {
  padding: var(--gap20px) var(--gap30px);
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 8px;
  border: 2px solid #e5e5e5;
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .img-wrap {
  margin-bottom: var(--gap15px);
  width: 100%;
  height: 11.0938vw;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .img-wrap {
    aspect-ratio: 320 / 213;
    height: auto;
  }
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  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);
  line-height: 1.2;
  color: var(--text-dd-color01);
  font-weight: 500;
  margin-bottom: var(--gap10px);
  min-height: 7vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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 .productSwiper .swiper-slide:hover .img-wrap img {
  transform: scale(1.1);
}
.Page-Home .section--2 .card-content .tab-content-item .productSwiper .swiper-slide:hover .product-text .dt {
  color: var(--hover-color-1);
}
.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: 120%;
  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-18px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-Home .section--3 .about-flex {
  display: flex;
  align-items: center;
}
.Page-Home .section--3 .about-flex .img-wrap {
  width: 28.125vw;
  height: 18.75vw;
  flex-shrink: 0;
}
.Page-Home .section--3 .about-flex .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-Home .section--3 .about-flex .about-text {
  flex: auto;
  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);
}
.Page-Home .section--3 .about-flex .about-text .about-layout {
  display: flex;
  padding-top: var(--gap50px);
  align-items: flex-end;
}
.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: 3vw;
  background-color: #e6dbdb;
  margin: 0 var(--gap50px);
}
.Page-Home .section--3 .about-flex .about-text .learn-more {
  border-radius: 0 1.56249vw 0 0.52083vw;
  height: 2.54164vw;
  padding: 0 1.77082vw;
  border-width: 0.05208vw;
  border: 0.15vw solid var(--text-dd-color02);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: var(--gap50px);
}
.Page-Home .section--3 .about-flex .about-text .learn-more:hover {
  background-color: var(--hover-color-1);
  color: #fff;
  border: 0.15vw solid var(--hover-color-1);
}
.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-16px);
  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;
  align-items: center;
  gap: var(--gap50px);
}
.Page-Home .section--4 .Certifications-layout .Certifications-text {
  flex: auto;
  max-width: 32%;
  font-size: var(--font-18px);
  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(--gap60px);
  --ratio: calc(4px + 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: 20.8438vw;
}
@supports (aspect-ratio: 1/1) {
  .Page-Home .section--4 .Certifications-layout .quality-main .qualitySwiper .swiper-slide .img-wrap {
    aspect-ratio: 390 / 400;
    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;
}
.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: flex-end;
  right: 0;
  gap: var(--gap10px);
}
.Page-Home .section--5 {
  padding: var(--gap100px) 0;
  background-color: #eae8e9;
  font-size: var(--font-18px);
  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 var(--gap200px);
  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 var(--gap30px);
}
.Page-Contact .section--2 .about-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--gap15px);
  padding-top: var(--gap10px);
}
.Page-Contact .section--2 .about-wrap .about-item {
  display: flex;
  flex-direction: column;
}
.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-18px);
  line-height: 1.6;
  color: var(--text-dd-color02);
}
.Page-About .section--2 .About-text {
  padding-top: var(--gap50px);
  text-align: justify;
}
.Page-About .section--2 .About-text .public-title {
  font-size: var(--font-28px);
  color: var(--text-dd-color01);
  padding: var(--gap30px) 0;
}
.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 var(--gap15px);
}
.Page-About .section--2 .About-text .About-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.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(3, 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;
  text-align: center;
  margin-top: var(--gap20px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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;
}
.Page-Philosophy .section--2 .Philosophy-img img {
  width: 100%;
  margin-top: var(--gap50px);
}
.Page-Philosophy .section--2 .Philosophy-text {
  text-align: justify;
}
.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: 100%;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color02);
  background-color: #f5f5f5;
  min-height: 500px;
}
.Page-Product .section--2 .product-section {
  font-size: var(--font-18px);
  text-align: justify;
}
.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 {
  display: flex;
  gap: var(--gap20px);
  justify-content: center;
  flex-wrap: wrap;
  padding-top: var(--gap30px);
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex {
  display: block;
  width: 32%;
  padding: var(--gap30px);
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex .img-wrap {
  margin-bottom: var(--gap25px);
  width: 100%;
  height: 14.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%;
  transition: all 0.3s ease;
  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);
  min-height: 12vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex .product-text .dd img {
  width: 2%;
  margin-left: var(--gap5px);
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex:hover .img-wrap img {
  transform: scale(1.1);
}
.Page-Product .section--2 .product-wrap .product-tab .product-flex:hover .product-text .dt {
  color: var(--hover-color-1);
}
.Page-Product .section--2 .page {
  width: 100%;
  margin: var(--gap100px) auto 0;
  position: relative;
  display: flex;
  gap: var(--gap30px);
  justify-content: center;
}
.Page-Product .section--2 .page a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
}
.Page-Product .section--2 .page a.pages {
  background: var(--hover-color-1);
  color: #fff;
}
.Page-Product .section--2 .page img {
  width: 10px;
  object-fit: contain;
  cursor: pointer;
}
.Page-Product .section--2 .productdetail-flex {
  display: flex;
  gap: var(--gap100px);
  color: var(--text-dd-color01);
}
.Page-Product .section--2 .productdetail-flex .img-wrap {
  width: 31.25vw;
  height: 28.5938vw;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.Page-Product .section--2 .productdetail-flex .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.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;
}
.Page-Product .section--2 .productdetail-flex .productdetail-text p {
  padding-bottom: var(--gap10px);
  display: flex;
}
.Page-Product .section--2 .productdetail-flex .productdetail-text p i {
  font-style: normal;
  flex-shrink: 0;
  padding-right: var(--gap10px);
}
.navwrap {
  width: 100%;
  min-height: 70px;
  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;
  align-items: center;
  justify-content: center;
}
.navwrap .width-inner .navright a {
  position: relative;
  min-height: 70px;
  min-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 var(--gap20px);
}
.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: 70px;
  gap: var(--gap10px);
}
