@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
html,
body {
  scroll-behavior: smooth;
  font-family: var(--Noto-Sans-SC);
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 100px;
  width: 100%;
}
.container {
  max-width: 1600px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .logo {
  width: 235px;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: clamp(16px, 1.5625vw, 24px);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0.25em;
  background-color: #00BAAD;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li:hover > a {
  color: #00BAAD;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #00BAAD;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 > .active > a {
  color: #00BAAD;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 > li a {
  font-size: 16px;
  color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  width: 82.1875%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search form {
  position: relative;
}
header .search form input {
  width: 214px;
  height: 30px;
  border-radius: 15px;
  outline: none;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 35px 0 14px;
  transition: all 0.5s;
}
header .search form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .search form button {
  position: absolute;
  outline: none;
  border: 0;
  background-color: transparent;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.5s;
}
.pagination {
  margin-top: 3.5%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 0 10px;
  line-height: 1.5;
  margin: 5px;
  color: #A6A6A6;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a img {
  transition: all 0.5s;
  filter: contrast(0);
  width: 4.45em;
}
.pagination a:hover img {
  filter: contrast(1);
}
.pagination span {
  display: block;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 0 10px;
  line-height: 1.5;
  margin: 5px;
  color: #00BAAD;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #00BAAD;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 4s;
  scale: 1.1;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active > img {
  scale: 1;
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 6.66667vw, 128px);
  width: 1em;
  height: 0.0859375em;
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.17578125em;
  border-radius: 0;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00BAAD;
}
.index-title {
  text-align: center;
}
.index-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #000;
  font-weight: 700;
  position: relative;
  display: inline-block;
  /* padding-bottom: 0.2em; */
  text-transform: uppercase;
}
.index-title h3::after {
	display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 3.25em;
  height: 0.1em;
  background-color: #00BAAD;
  transform: translate(-50%, 0);
}
.index-title-left {
  text-align: left;
}
.index-title-left h3::after {
  left: 0;
  transform: translate(0, 0);
}
.index-about {
  padding: 5.20833333% 0 8.69791667%;
  background-color: #F5F8FA;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .container .lt {
  width: 50%;
}
.index-about .container .lt .index-title {
  margin-bottom: 5%;
}
.index-about .container .lt .title {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  margin-bottom: 0.5em;
}
.index-about .container .lt .brief {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #808080;
  line-height: 1.4545;
  font-weight: 300;
  /* max-width: 626px; */
}
.index-about .container .lt .more {
  display: inline-block;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #fff;
  font-weight: 500;
  background-color: #00BAAD;
  border: 1px solid transparent;
  width: 10.625em;
  line-height: 2.25;
  text-align: center;
  margin-top: 1.9375vw;
  transition: all 0.5s;
}
.index-about .container .lt .more:hover {
  color: #00BAAD;
  background-color: #fff;
  border-color: #00BAAD;
}
.index-about .container .data {
  display: flex;
  justify-content: space-between;
  margin-top: 2.63541667vw;
}
.index-about .container .data .block {
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2.6041667vw, 50px);
}
.index-about .container .data .block .icon {
  width: 2em;
  height: 2em;
  margin-right: 0.3em;
}
.index-about .container .data .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-about .container .data .block .text h2 {
  color: #00BAAD;
  line-height: 1.44;
}
.index-about .container .data .block .text h2 span {
  font-weight: 700;
}
.index-about .container .data .block .text h2 em {
  font-size: clamp(12px, 1.2vw, 20px);
}
.index-about .container .data .block .text h5 {
  font-size: clamp(12px, 1.25vw, 22px);
  color: #808080;
  font-weight: 300;
  line-height: 1.4545;
  text-transform: uppercase;
}
.index-about .container .rt {
  width: 41.75%;
}
.index-about .container .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 93.712575%;
  z-index: 1;
}
.index-about .container .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .container .rt .pic::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00BAAD;
  transform: translate(-20px, 20px);
  z-index: -1;
}
.index-prod {
  position: relative;
  background-color: #00BAAD;
  padding: 2.5% 0 3.125%;
  z-index: 1;
}
.index-prod .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.index-prod .bg img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 100px;
}
.index-prod .index-title {
  margin-bottom: 2.5%;
}
.index-prod .index-title h3 {
  color: #00BAAD;
}
.index-prod .index-title h3::after {
  width: 100%;
}
.index-prod .swiper {
  margin-bottom: 13px;
}
.index-prod .swiper .title {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #000;
  background-color: #fff;
  padding: 1.18182em 1.18182em 0.5em;
  line-height: 1.4545;
}
.index-prod .swiper .title h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.909em;
}
.index-prod .swiper .title h4 a {
  color: inherit;
}
.index-prod .swiper .title::before {
  display: block;
  content: "";
  width: 2.636364em;
  height: 3px;
  background-color: #00BAAD;
  margin-bottom: 0.3em;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 110.51282%;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
}
.index-prod .swiper .pic .mask i {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #00BAAD;
  width: 2.3333em;
  line-height: 2.3333;
  text-align: center;
  background-color: #fff;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .pic .mask {
  background-color: rgba(0, 186, 173, 0.6);
}
.index-prod .swiper .swiper-slide:hover .pic .mask i {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.index-prod .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 22px);
  color: #000;
  min-height: 10.208333vw;
  padding: 1.5% 0 2%;
  background-color: #fff;
}
.index-prod .more a {
  color: inherit;
  transition: all 0.5s;
}
.index-prod .more a::after {
  display: block;
  content: "";
  width: 2.7273em;
  height: 3px;
  background-color: #00BAAD;
  margin: 0.3em auto 0;
}
.index-prod .more a:hover {
  color: #00BAAD;
  text-shadow: 0 2px 2px #00BAAD;
}
.index-faq {
  padding: 4.1666667% 0 1.145833%;
  background-color: #F5F8FA;
}
.index-faq .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-faq .container .lt {
  width: 31.25%;
}
.index-faq .container .lt .index-title {
  margin-bottom: 5%;
}
.index-faq .container .lt .brief {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #808080;
  line-height: 1.4545;
  font-weight: 300;
  max-width: 350px;
}
.index-faq .container .lt .more {
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #00BAAD;
  width: 6.5em;
  line-height: 1.6;
  text-align: center;
  margin-top: 5.9375vw;
  transition: all 0.5s;
}
.index-faq .container .lt .more:hover {
  color: #fff;
  background-color: #00BAAD;
  border-color: #00BAAD;
}
.index-faq .container .lt .text {
  color: rgba(0, 186, 173, 0.12);
  font-size: 6.7708333vw;
  font-weight: 900;
  line-height: 1.46154;
  margin-top: 3.6458333vw;
}
.index-faq .container .rt {
  width: 65.8125%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-faq .container .rt .block {
  position: relative;
  padding: 2.4691358% 3.79867%;
  width: 48.622982%;
  background-color: #fff;
  margin-bottom: 8.83191%;
}
.index-faq .container .rt .block .title {
  position: relative;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  line-height: 1.45;
  padding-left: 2em;
  padding-bottom: 0.75em;
  margin-bottom: 1.65em;
  border-bottom: 1px solid #808080;
}
.index-faq .container .rt .block .title h4 {
  height: 2.9em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-faq .container .rt .block .title::before {
  position: absolute;
  content: "Q：";
  left: 0;
  color: #FC0808;
}
.index-faq .container .rt .block .brief {
  position: relative;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
  padding-left: 2em;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.index-faq .container .rt .block .brief::before {
  position: absolute;
  content: "A：";
  left: 0;
  color: #FC0808;
}
.index-faq .container .rt .block:hover .title h4 {
  color: #00BAAD;
}
.index-cert {
  margin: 4.166667% 0 9.375%;
}
.index-cert .index-title {
  margin-bottom: 6.75%;
}
.index-cert .swiper {
  padding: 4px 4px 6px;
}
.index-cert .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.index-cert .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-cert .swiper .pic:hover img {
  scale: 0.9;
}
.index-slogan {
  background-color: #00BAAD;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 3.75vw, 72px);
  line-height: 1.6;
  padding: 0.45em 0;
}
.index-slogan h2 {
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0.1) 10%, #fff 20%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  animation: slideText 5s infinite linear;
}
@keyframes slideText {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.index-news {
  padding: 4.16667% 0 8.75%;
  background-color: #F5F8FA;
}
.index-news .index-title {
  margin-bottom: 8.75%;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 31.75%;
}
.index-news .wrapper .lt .block {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.937%;
}
.index-news .wrapper .lt .block:last-child {
  margin-bottom: 0;
}
.index-news .wrapper .lt .block .picture {
  width: 30.905512%;
}
.index-news .wrapper .lt .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 101.910828%;
}
.index-news .wrapper .lt .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .title {
  width: 66.5354331%;
  padding: 10px 10px 10px 0;
}
.index-news .wrapper .lt .block .title h4 {
  color: #383838;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.45;
}
.index-news .wrapper .lt .block .title h4 a {
  color: inherit;
}
.index-news .wrapper .lt .block .title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #00BAAD;
  font-weight: 300;
  margin-top: 0.5em;
}
.index-news .wrapper .lt .block:hover .picture .pic img {
  scale: 1.05;
}
.index-news .wrapper .lt .block:hover .title h4 {
  color: #00BAAD;
}
.index-news .wrapper .rt {
  width: 66.25%;
  display: flex;
  flex-wrap: wrap;
  background-color: #00BAAD;
}
.index-news .wrapper .rt .picture {
  width: 50%;
}
.index-news .wrapper .rt .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-news .wrapper .rt .picture .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .rt .title {
  width: 50%;
  padding: 4.71698% 3.9623% 2% 4.43396%;
}
.index-news .wrapper .rt .title h4 {
  color: #fff;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.45;
  overflow: hidden;
}
.index-news .wrapper .rt .title h4 a {
  color: inherit;
}
.index-news .wrapper .rt .title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  font-weight: 300;
  margin-top: 0.5em;
}
.index-news .wrapper .rt .title .brief {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  line-height: 1.45;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-top: 6.818182%;
}
.index-news .wrapper .rt .title .more {
  display: inline-block;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  font-weight: 500;
  margin-top: clamp(10px, 4.1666667vw, 80px);
  transition: all 0.5s;
}
.index-news .wrapper .rt .title .more:hover {
  transform: translateY(-2px);
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.8);
}
.index-news .wrapper .rt:hover .picture .pic img {
  scale: 1.05;
}
footer {
  position: relative;
  overflow: hidden;
  background-color: #00BAAD;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.3541667vw, 26px);
  color: #fff;
  font-weight: 900;
  margin-bottom: 1em;
  text-transform: uppercase;
}
footer .footer-top .lt {
  width: 50%;
  padding: 2.08333% 2.70833% 18px 8.3333%;
}
footer .footer-top .lt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
footer .footer-top .lt form .form-row .form-col {
  position: relative;
  font-size: clamp(20px, 1.3541667vw, 26px);
  width: 49.59893%;
  padding-left: 1em;
}
footer .footer-top .lt form .form-row .required::before {
  position: absolute;
  content: "*";
  font-size: inherit;
  color: #f00;
  left: 0.25em;
  line-height: 2.6;
}
footer .footer-top .lt form .btn-row {
  text-align: center;
  margin-top: 5.748663%;
}
footer .footer-top .lt form button {
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #000;
  background-color: #fff;
  outline: none;
  height: 3.4375em;
  width: 7.875em;
  border: 1px solid transparent;
  transition: all 0.5s;
}
footer .footer-top .lt form button:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
footer .footer-top .lt form input,
footer .footer-top .lt form textarea {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  outline: none;
  background-color: #05ADA2;
  width: 100%;
}
footer .footer-top .lt form input::placeholder,
footer .footer-top .lt form textarea::placeholder {
  color: #fff;
}
footer .footer-top .lt form input {
  height: 3.4375em;
  padding: 0 0.625em;
}
footer .footer-top .lt form textarea {
  height: 8.25em;
  padding: 1em 0.625em;
}
footer .footer-top .rt {
  width: 50%;
  background-color: #02998F;
  padding: 2.08333% 8.3333% 2% 3.3854167%;
}
footer .footer-top .rt ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  gap: 0.5em 1em;
  max-width: 500px;
  margin-bottom: 1em;
}
footer .footer-top .rt ul li {
  min-width: 7em;
}
footer .footer-top .rt ul li a {
  color: inherit;
}
footer .footer-top .rt ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .rt p {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  margin-bottom: 0.25em;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  font-weight: 300;
  line-height: 1.4444;
  padding: 0.8854167% 0;
}
.inner-banner {
  background-color: #E2F1ED;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.5625% 0;
  font-size: clamp(20px, 2.6041667vw, 50px);
  min-height: 4.54em;
}
.inner-banner h3 {
  color: #02AF87;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  max-width: 955px;
  margin: 0 auto;
}
.inner-banner h5 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #000;
  transition: all 0s;
  line-height: 1.6667;
  margin-top: 1.13333em;
}
.inner-banner h5 img {
  width: 1.1111111em;
  margin-top: -0.1em;
}
.inner-banner h5 a {
  color: inherit;
  transition: all 0.5s;
  margin: 0.38889em;
}
.inner-banner h5 a:hover {
  color: #02AF87;
}
.inner-banner h5 a:last-of-type {
  color: #02AF87;
}
.inner-content {
  background-color: #f5f5f5;
}
.inner-about {
  padding: 7.29166667% 0 4.166667%;
}
.inner-about .container .lt .brief {
  max-width: none;
  display: block;
}
.inner-about .container .data {
  width: 100%;
  justify-content: space-around;
}
.inner-about .container .bg-text {
  width: 100%;
  line-height: 1;
  font-size: clamp(50px, 15.625vw, 300px);
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  color: rgba(2, 175, 135, 0.13);
  margin-top: 0.15em;
  text-transform: uppercase;
}
.product-cate-intro {
  padding: 2.083333% 0 3.125%;
}
.product-cate-intro .index-title {
  margin-bottom: 2.5%;
}
.product-cate-intro .brief {
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #383838;
  line-height: 1.46154;
}
.product-wrapper {
  padding-bottom: 2.083333%;
}
.product-wrapper .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-wrapper .container .lt {
  width: 23.75%;
}
.product-wrapper .container .lt aside {
  background-color: #fff;
}
.product-wrapper .container .lt aside .aside-title {
  background-color: #00BAAD;
  color: #fff;
  font-size: clamp(20px, 2.083333vw, 40px);
  font-weight: 500;
  padding: 0 1em;
  line-height: 1.75;
}
.product-wrapper .container .lt ul {
  font-size: clamp(14px, 1.3541667vw, 26px);
  font-weight: 300;
  padding-bottom: 1.0769231em;
  min-height: 19.5em;
}
.product-wrapper .container .lt ul li {
  line-height: 1;
  padding: 0.653846em 10px 0.653846em 2.6153846em;
  color: #000;
}
.product-wrapper .container .lt ul li a {
  color: inherit;
  transition: all 0.5s;
}
.product-wrapper .container .lt ul li a:hover {
  color: #00BAAD;
}
.product-wrapper .container .lt ul .active {
  color: #00BAAD;
}
.product-wrapper .container .rt {
  width: 72.875%;
}
.prod-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .block {
  width: 21.44082333%;
  margin-bottom: 1%;
}
.prod-list .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.prod-list .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-list .block .title {
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #000;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.5s;
  line-height: 1.4;
  height: 2.8em;
}
.prod-list .block .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: inherit;
}
.prod-list .block:hover .pic img {
  scale: 1.05;
}
.prod-list .block:hover .title {
  color: #00BAAD;
}
.prod-detail .intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5.1458%;
}
.prod-detail .intro .picture {
  width: 42.8816467%;
}
.prod-detail .intro .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.prod-detail .intro .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-detail .intro .text {
  width: 53.4303533%;
}
.prod-detail .intro .text h3 {
  font-size: clamp(16px, 2.083333vw, 40px);
  color: #00BAAD;
  font-weight: 700;
  line-height: 1.4545;
  margin-bottom: 0.5em;
}
.prod-detail article {
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #383838;
  font-weight: 300;
  line-height: 1.4615385;
}
.prod-detail article table {
	width: 100% !important;
}
.prod-detail article table tr td {
	padding: .25em .5em;
	font-size: clamp(12px, 1.2vw, 20px);
	color: #666;
}
.prod-detail article ul {
	list-style: disc;
}
.prod-detail article ul li {
	list-style: disc;
	margin-left: 1em;
}
.prod-detail article b,
.prod-detail article strong {
  font-weight: 500;
}
.cert-list {
  padding: 6.0416667% 0 0;
}
.cert-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cert-list .container .block {
  width: 15.25%;
}
.cert-list .container .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transition: all 0.5s;
  background-color: #fff;
}
.cert-list .container .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cert-list .container .block .title {
  font-size: clamp(14px, 1.2vw, 20px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  overflow: hidden;
  text-align: center;
  line-height: 1.43333;
  height: 2.86666em;
  margin: 0.6667em 0 0.3333em;
}
.cert-list .container .block:hover .pic {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.cert-list .container .block:hover .pic img {
  scale: 0.9;
}
.news-list {
  padding: 3.69791667% 0 1.4583333%;
}
.news-list .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4.375%;
}
.news-list .block:last-of-type {
  margin-bottom: 0;
}
.news-list .block .lt {
  width: 39.125%;
}
.news-list .block .lt h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #00BAAD;
  font-weight: 500;
  line-height: 1.44792;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .block .lt h4 a {
  color: inherit;
}
.news-list .block .lt h5 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #00BAAD;
  font-weight: 300;
  line-height: 1.45;
  margin: 0.55em 0 0.7em;
}
.news-list .block .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-list .block .lt .brief a {
  color: inherit;
}
.news-list .block .lt .more {
  position: relative;
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  background-color: #00BAAD;
  font-weight: 300;
  line-height: 2.05;
  padding: 0 1.95em;
  margin-top: clamp(10px, 4.1666667vw, 80px);
  transition: all 0.5s;
  border: 1px solid transparent;
}
.news-list .block .lt .more::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  width: 7.6em;
  height: 7.6em;
  background-color: #fff;
  opacity: 0.5;
}
.news-list .block .lt .more:hover::after {
  transition: all 1s;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.news-list .block .rt {
  width: 54.1875%;
}
.news-list .block .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 45.67474%;
}
.news-list .block .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .block:hover .lt .brief {
  color: #00BAAD;
}
.news-list .block:hover .rt .pic img {
  scale: 1.05;
}
.news-detail {
  padding: 3.69791667% 0 2.13541667%;
}
.news-detail .news-title {
  margin-bottom: 3.0625%;
}
.news-detail .news-title h4 {
  font-size: clamp(18px, 1.5625vw, 30px);
  color: #000;
  font-weight: 500;
  line-height: 1.448;
  margin-bottom: 0.1em;
}
.news-detail .news-title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #000;
  font-weight: 300;
  line-height: 1.45;
}
.news-detail article {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
}
.news-detail article b,
.news-detail article strong {
  font-weight: 500;
}
.news-detail article p:has(img),
.news-detail article div:has(img) {
  display: flex;
  justify-content: space-evenly;
  gap: 1em;
}
.news-detail .article-tab {
  display: flex;
  justify-content: center;
  margin-top: 3.5%;
}
.news-detail .article-tab a {
  font-size: clamp(14px, 1.2vw, 20px);
  margin: 0 5.208333vw;
}
.news-detail .article-tab a img {
  transition: all 0.5s;
  filter: contrast(0);
  width: 4.45em;
}
.news-detail .article-tab a:hover img {
  filter: contrast(1);
}
.faq-list {
  padding: 6.19791667% 0 4.21875%;
}
.faq-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-list .container .block {
  width: 48.375%;
  border: 1px solid #A6A6A6;
  font-size: clamp(14px, 1.3541667vw, 26px);
  min-height: 5.3846154em;
  line-height: 1.4481;
  display: flex;
  align-items: center;
  padding: 1.25% 2.5% 1.25% 2.6875%;
  margin-bottom: 2.375%;
}
.faq-list .container .block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.faq-list .container .block a h4 {
  font-weight: 300;
  color: #383838;
}
.faq-list .container .block a i {
  text-align: center;
  width: 1.923077em;
  line-height: 1.923077;
  color: #000;
  transition: all 0.5s;
}
.faq-list .container .block:hover a h4 {
  color: #00BAAD;
}
.faq-list .container .block:hover a i {
  color: #00BAAD;
  transform: translateX(0.25em);
}
.faq-detail {
  padding: 6.19791667% 0 2.03125%;
}
.faq-detail .container {
  border: 1px solid #A6A6A6;
  padding: 2.65625% 0.78125% 1.82291667% 1.40625%;
  max-width: 1553px;
}
.faq-detail .container .title {
  font-size: clamp(16px, 1.3541667vw, 26px);
  color: #383838;
  font-weight: 500;
  line-height: 1.4481;
  margin-bottom: 1.846154em;
}
.faq-detail .container .title i {
  margin-left: 0.25em;
}
.faq-detail .container .brief {
  font-size: clamp(16px, 1.3541667vw, 26px);
  color: #383838;
  font-weight: 300;
  line-height: 1.4481;
}
.contact-us {
  padding: 4.166667% 0 6.875%;
}
.contact-us .info {
  margin-bottom: 4.375%;
}
.contact-us .info h3 {
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #000;
  font-weight: 500;
  line-height: 1.4481;
  margin-bottom: 2.077em;
}
.contact-us .info h4 {
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #000;
  font-weight: 500;
  line-height: 1.4481;
}
.contact-us .info h4 span {
  font-weight: 300;
}
.contact-us .info h4 a {
  color: #00BAAD;
}
.contact-us .info h4 a:hover {
  text-decoration: underline !important;
}
.contact-us .online-msg {
  border: 1px solid #808080;
  padding: 2.375% 6.25% 1.3125%;
  margin-bottom: 8.25%;
}
.contact-us .online-msg .title {
  font-size: clamp(20px, 2.08333vw, 40px);
  text-align: center;
  font-weight: 700;
  color: #00BAAD;
  line-height: 1.45;
  margin-bottom: 0.925em;
}
.contact-us .online-msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.25714286%;
}
.contact-us .online-msg form .form-row .form-col {
  width: 47.857143%;
}
.contact-us .online-msg form .btn-row {
  width: 100%;
  text-align: center;
}
.contact-us .online-msg form button {
  position: relative;
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 22px);
  color: #fff;
  background-color: #00BAAD;
  font-weight: 500;
  width: 10.0909091em;
  height: 3.636364em;
  transition: all 0.5s;
  border: 1px solid transparent;
  cursor: pointer;
}
.contact-us .online-msg form button::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  width: 7.6em;
  height: 7.6em;
  background-color: #fff;
  opacity: 0.5;
}
.contact-us .online-msg form button:hover::after {
  transition: all 1s;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.contact-us .online-msg form input,
.contact-us .online-msg form textarea {
  width: 100%;
  outline: none;
  border: 1px solid #808080;
  font-size: clamp(14px, 1.2vw, 22px);
  color: #000;
  background-color: transparent;
}
.contact-us .online-msg form input::placeholder,
.contact-us .online-msg form textarea::placeholder {
  font-weight: 200;
  line-height: 1.4;
  background: -webkit-linear-gradient(left, #f00 1em, #000 1em);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact-us .online-msg form input {
  height: 3.636364em;
  padding: 0 2em;
}
.contact-us .online-msg form textarea {
  height: 7.909091em;
  padding: 1em 2em;
}
.contact-us .map {
  width: 100%;
  height: clamp(300px, 31.51041667vw, 605px);
}
.contact-us .map iframe {
  width: 100%;
  height: 100%;
}
.wow {
  visibility: hidden;
}
