@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;
}
.wow {
  visibility: hidden;
}
html,
body {
  font-family: var(--Noto-Sans-SC);
  margin: 0 auto;
}
body {
  overflow: visible;
}
html {
  scroll-behavior: smooth;
  overflow-y: 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: 120px;
  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%;
  z-index: 99;
  transition: all 0.5s;
}
header .header-top {
  background-color: #1088A8;
}
header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
}
header .header-top .rt {
  display: flex;
  align-items: center;
  gap: 0 3.125em;
}
header .header-top .rt span a {
  color: #fff;
}
header .header-top .rt span a:hover {
  text-decoration: underline !important;
}
header .header-top .rt .search-lang {
  display: flex;
  align-items: center;
  gap: 0 1.375em;
}
header .header-top .rt .search-lang .search-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: all 0.5s;
}
header .header-top .rt .search-lang .search-icon img {
  width: 1.125em;
  height: 1.125em;
  object-fit: contain;
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .header-top .rt .search-lang .header-search-on {
  background-color: #fff !important;
}
header .header-top .rt .search-lang .header-search-on img {
  filter: contrast(1) brightness(100%) !important;
}
header .header-top .rt .search-lang .lang {
  position: relative;
  display: flex;
  align-items: center;
}
header .header-top .rt .search-lang .lang img {
  width: 1.125em;
  height: 1.125em;
  object-fit: contain;
  margin-right: 0.25em;
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
}
header .header-top .rt .search-lang .lang a {
  color: #fff;
}
header .header-top .rt .search-lang .lang a:hover {
  text-decoration: underline !important;
}
header .header-bt {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 6, 26, 0.19);
}
header .header-bt .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header .header-bt .logo img {
  width: 70px;
  height: 70px;
  transition: all 0.5s;
}
header .header-bt .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header-bt .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 700;
  transition: all 0.5s;
  line-height: 1.45;
}
header .header-bt .lv1 > li > a {
  position: relative;
  color: inherit;
  text-transform: uppercase;
  padding: 4px;
}
header .header-bt .lv1 > li:hover {
  color: #0695B7;
}
header .header-bt .lv1 > li:hover > a::after {
  width: 100%;
}
header .header-bt .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .header-bt .lv1 > .active {
  color: #0695B7;
}
header .header-bt .lv1 > .active > a::after {
  width: 100%;
}
header .header-bt .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10px);
  transition: all 0.5s;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  font-size: clamp(13px, 1vw, 16px);
  color: #333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  min-width: 10em;
  border-top: 2px solid #2DEB8E;
}
header .header-bt .lv2 > li {
  position: relative;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
}
header .header-bt .lv2 > li > a {
  display: block;
  color: inherit;
  white-space: nowrap;
  padding: 0.525em 1em;
  transition: all 0.5s;
}
header .header-bt .lv2 > li:hover > a {
  color: #fff;
  background-color: #0695B7;
  font-weight: 700;
}
header .header-bt .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .header-bt .lv3 {
  font-size: inherit;
  position: absolute;
  font-size: clamp(12px, 1vw, 14px);
  width: 18.142857em;
  padding: 0.5em 0.857143em 1.57143em;
  top: 0;
  left: 100%;
  transform: translate(-10%, 0);
  transition: all 0.5s;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .header-bt .lv3 .swiper {
  margin-bottom: 0.7857143em;
}
header .header-bt .lv3 .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.3913%;
  border-radius: 6px;
}
header .header-bt .lv3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
header .header-bt .lv3 ul li {
  max-width: 49%;
  min-width: 34%;
  margin-bottom: 0.642857em;
  color: #333;
}
header .header-bt .lv3 ul li a {
  color: inherit;
  transition: all 0.5s;
}
header .header-bt .lv3 ul li a:hover {
  color: #0695B7;
}
header .header-bt .lv3 .more {
  color: #033692;
  font-size: 14px;
  margin-top: 0.5em;
}
header .header-bt .tel {
  display: flex;
  align-items: center;
  line-height: 2.2727273;
  border-radius: 2em;
  font-size: clamp(16px, 1.2vw, 22px);
  background-color: #34D988;
  padding: 0 1em;
  font-family: var(--Poppins);
  margin-left: 6.375%;
}
header .header-bt .tel img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  object-fit: scale-down;
}
header .header-bt .tel .text {
  flex: 1;
}
header .header-bt .tel .text h4 {
  color: #fff;
  font-weight: 700;
  font-family: var(--Poppins);
}
header .header-bt nav {
  flex: 1;
  margin-left: 17.625%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header-search-form {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 2% 0;
  background-color: #f5f5f5;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .header-search-form .container {
  height: auto;
}
header .header-search-form form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
  width: 100%;
}
header .header-search-form form input {
  flex: 1;
  height: 3em;
  outline: none;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 1em;
  transition: all 0.5s;
  border: 1px solid #ddd;
}
header .header-search-form form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .header-search-form form input:focus {
  border-color: #0695B7;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-left: 0;
  width: 3em;
  cursor: pointer;
  transition: all 0.5s;
}
header .header-search-form form button img {
  transition: all 0.5s;
}
header .header-search-form form button:hover {
  background-color: #0695B7;
  border-color: #0695B7;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
.header-active {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 > .active {
  color: #0695B7;
}
.header-active .lv1 > .active > a::after {
  background-color: #0695B7;
}
.pagination {
  margin-top: 5%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid #dedede;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  color: #a6a6a6;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #2DEB8E;
  border-color: transparent;
}
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid transparent;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  background-color: #2DEB8E;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.index-banner {
  position: relative;
  background-color: #000;
}
.index-banner .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: scale 2.5s, opacity 0.5s;
  scale: 1.2;
  opacity: 0;
}
.index-banner .swiper .swiper-slide-active > img {
  scale: 1;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active .banner-text h3 {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}
.index-banner .swiper .swiper-slide-active .banner-text h5 {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
  transition-delay: 0.2s;
}
.index-banner .swiper .swiper-slide-active .banner-text ul {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
  transition-delay: 0.2s;
}
.index-banner .swiper .swiper-slide-active .banner-text .index-more {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s, transform 1s, box-shadow 0.5s;
  transition-delay: 0.4s;
}
.index-banner .banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text h3 {
  font-size: clamp(16px, 2.916667vw, 56px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5357143;
  margin-bottom: 0.7142857em;
  max-width: 15.30357143em;
  opacity: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, 100px);
  transition: all 0s;
}
.index-banner .banner-text h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  line-height: 1.6;
  max-width: 41.7em;
  margin-bottom: 4.1667vw;
  opacity: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transform: translate(0, 100px);
  transition: all 0s;
}
.index-banner .banner-text ul {
  display: inline-block;
  width: auto;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  line-height: 1.6;
  margin-bottom: 4.1667vw;
  font-weight: 700;
  columns: 2;
  opacity: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transform: translate(0, 100px);
  transition: all 0s;
}
.index-banner .banner-text .index-more {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0s;
}
.index-banner .swiper-pagination {
  line-height: auto;
  bottom: 4.7619%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.2em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1088A8;
}
.index-more a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  background-color: #34D988;
  font-size: clamp(12px, 1.1vw, 18px);
  min-width: 11.111111em;
  border-radius: 2em;
  line-height: 3.33333333;
  padding: 0 1em;
  color: #fff;
  z-index: 1;
  transition: all 0.5s;
}
.index-more a i {
  margin-left: 1.1111em;
}
.index-more a:hover {
  color: #fff;
  box-shadow: 0 3px 1em #34D988;
  transition-delay: 0s !important;
}
.banner-search {
  background-color: #f5f5f5;
}
.banner-search .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
  min-height: 5em;
}
.banner-search .lt {
  line-height: 1.45;
  color: #333;
  flex: 1;
  margin-right: 1em;
}
.banner-search .lt span {
  padding-left: 1.1875em;
  border-left: 3px solid #2DEB8E;
  line-height: 1.25;
}
.banner-search .lt a {
  color: inherit;
  margin-right: 1em;
  transition: all 0.5s;
}
.banner-search .lt a:hover {
  color: #0D83A2;
}
.banner-search .rt form {
  position: relative;
  overflow: hidden;
  width: 453px;
  max-width: 100%;
  font-size: 14px;
  border-radius: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.banner-search .rt form input {
  flex: 1;
  height: 100%;
  background-color: transparent;
  outline: none;
  padding: 0 21px;
  color: #000;
}
.banner-search .rt form input::placeholder {
  color: #666;
}
.banner-search .rt form button {
  color: #fff;
  cursor: pointer;
  outline: none;
  background-color: #0D83A2;
  height: 100%;
  padding: 0 20px;
  min-width: 127px;
  border-radius: 45px;
  transition: all 0.5s;
}
.banner-search .rt form button:hover {
  filter: brightness(120%);
}
.banner-search .rt form button img {
  width: 16px;
  height: 16px;
  filter: contrast(0) brightness(200%);
  margin-left: 10px;
}
.index-title {
  margin-bottom: 3.75%;
}
.index-title h2 {
  font-size: clamp(24px, 3.125vw, 60px);
  line-height: 1.5;
  font-family: var(--Poppins);
  font-weight: 700;
  color: #066779;
  text-transform: uppercase;
}
.index-title h3 {
  position: relative;
  font-size: clamp(20px, 2.60416667vw, 50px);
  color: #333;
  font-weight: 700;
  line-height: 1.32;
}
.index-title h3::before {
  position: absolute;
  display: inline-block;
  content: attr(title);
  white-space: nowrap;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
  font-size: clamp(20px, 2.5vw, 48px);
  line-height: 1;
  font-weight: 700;
  font-family: var(--Poppins);
  color: transparent;
  background: linear-gradient(180deg, #1088a866 0%, #1088a800 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.index-title h4 {
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #1088A8;
  line-height: 1.3333;
  margin-bottom: 0.6667em;
}
.index-about {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 4.1667% 0 10px;
}
.index-about::after {
  position: absolute;
  writing-mode: vertical-lr;
  line-height: 1;
  content: "COMPANY";
  font-family: var(--Poppins);
  font-weight: 700;
  color: transparent;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(52, 217, 136, 0.5);
  right: 0;
  top: 50%;
  transform: translate(10%, -50%);
  font-size: clamp(30px, 8.333333vw, 160px);
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 45.625%;
}
.index-about .wrapper .lt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #555;
  line-height: 1.6667;
}
.index-about .wrapper .lt .swiper {
  margin-top: 2.60416667vw;
  padding: 1px;
}
.index-about .wrapper .lt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.index-about .wrapper .lt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .wrapper .rt {
  width: 48.6875%;
}
.index-about .wrapper .rt .pic {
  position: relative;
  width: 100%;
}
.index-about .wrapper .rt .pic img {
  display: block;
  width: 100%;
  border-radius: 3.125vw 0 0 0;
  transform: translate(-2.6957638%, -4.51128%);
}
.index-about .wrapper .rt .pic::after {
  position: absolute;
  display: block;
  content: "";
  width: 95.37869%;
  height: 93.9849624%;
  background-color: #1088A8;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.index-about .wrapper .rt .pic a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: clamp(20px, 2.083333vw, 40px);
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #34D988;
  transition: all 0.5s;
}
.index-about .wrapper .rt .pic a:hover {
  box-shadow: 0 0 10px #34D988;
  filter: brightness(110%);
}
.index-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: clamp(10px, 1.2vw, 20px);
  border-radius: 1em;
  margin-top: 6.25%;
  padding: 2.5% 0;
}
.index-data .block {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 1.875%;
  border-right: 1px solid #d8d8d8;
}
.index-data .block:last-child {
  border-right: 0;
}
.index-data .block .icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin-right: 1.8em;
  margin-top: 1.25em;
}
.index-data .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-data .block .text h3 {
  font-size: clamp(20px, 3.125vw, 60px);
  font-weight: 600;
  font-family: var(--Poppins);
  color: #1088A8;
  line-height: 1.5;
}
.index-data .block .text h3 sup {
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: inherit;
  vertical-align: super;
  margin-left: 0.4167em;
}
.prod-tab {
  display: flex;
  justify-content: space-around;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 1em;
  margin-bottom: 3.75%;
}
.prod-tab li {
  cursor: pointer;
  text-align: center;
  min-width: 8.88888889em;
}
.prod-tab li .icon {
  position: relative;
  overflow: hidden;
  width: 8.88888889em;
  height: 8.88888889em;
  border-radius: 50%;
  margin: 0 auto 0.8333em;
  transition: all 0.5s;
}
.prod-tab li .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-tab li .title {
  color: #333;
  font-weight: 700;
  line-height: 1.3333;
  transition: all 0.5s;
}
.prod-tab .active .icon {
  box-shadow: 0 0 0 1px #2DEB8E;
}
.prod-tab .active .title {
  color: #0D83A2;
}
.index-prod {
  position: relative;
  overflow: hidden;
  padding: 7.03125% 0 5.208333%;
  margin-top: -1.875%;
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
}
.index-prod .index-title {
  text-align: center;
}
.index-prod .index-title h3::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-prod .swiper {
  display: none;
  padding: 10px 0;
}
.index-prod .swiper:first-child {
  display: block;
}
.index-prod .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 20.05208333%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 1.222222em 1.222222em 2em;
  border-radius: 10px;
}
.index-prod .swiper .swiper-slide::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #2DEB8E;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.516129%;
}
.index-prod .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .title h4 {
  color: #333;
  line-height: 1.3333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.8889em 0 0.6667em;
}
.index-prod .swiper .swiper-slide .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  line-height: 1.42857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.85714286em;
}
.index-prod .swiper .swiper-slide .title span {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.42857143;
  color: #7b7b7b;
  margin-top: 1em;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .title span i {
  font-size: clamp(10px, 0.9vw, 12px);
  margin-left: 0.25em;
}
.index-prod .swiper .swiper-slide:hover::after {
  width: 100%;
}
.index-prod .swiper .swiper-slide:hover .title h4 {
  color: #1088A8;
}
.index-prod .swiper .swiper-slide:hover .title span {
  color: #1088A8;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-pagination {
  position: relative;
  margin-top: 2.5%;
  line-height: auto;
  bottom: 0;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 0.15em;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #34D988;
}
.index-prod .swiper .swiper-button-prev,
.index-prod .swiper .swiper-button-next {
  font-size: clamp(14px, 2.34375vw, 45px);
  color: #34D988;
  top: 45%;
}
.index-prod .swiper .swiper-button-prev::after,
.index-prod .swiper .swiper-button-next::after {
  font-size: inherit;
}
.index-prod .swiper .swiper-button-prev {
  left: 17%;
}
.index-prod .swiper .swiper-button-next {
  right: 17%;
}
.index-news {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0;
  background-color: #f5f5f5;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.index-news .index-title a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: clamp(14px, 1vw, 16px);
  transition: all 0.5s;
}
.index-news .index-title a i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 2.083333vw, 40px);
  width: 2em;
  height: 2em;
  margin-left: 0.6em;
  line-height: 2;
  color: #fff;
  background-color: #34D988;
  transition: all 0.5s;
}
.index-news .index-title a i:hover {
  box-shadow: 0 0 10px #34D988;
  filter: brightness(110%);
}
.index-news .index-title a:hover {
  color: #1088A8;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .block {
  width: 46.875%;
  font-size: clamp(14px, 1.2vw, 20px);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75%;
  padding: 0.55em 2.65em 0.55em 0.55em;
  border-radius: 0.5em;
}
.index-news .wrapper .block .picture {
  width: 38.1924198%;
}
.index-news .wrapper .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 69.46565%;
  border-radius: 0.5em;
}
.index-news .wrapper .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .block .title {
  width: 57.43440233%;
  line-height: 1.45;
}
.index-news .wrapper .block .title h4 {
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.7em;
}
.index-news .wrapper .block .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
}
.index-news .wrapper .block .title h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #A4ADB7;
  margin-bottom: 1em;
}
.index-news .wrapper .block .title h5 i {
  color: #2DEB8E;
  margin-right: 0.357143em;
}
.index-news .wrapper .block .title span {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  transition: all 0.5s;
  margin-top: 1.642857em;
}
.index-news .wrapper .block:hover .title h4 {
  color: #1088A8;
}
.index-news .wrapper .block:hover .title span {
  color: #1088A8;
}
.index-news .wrapper .block:hover .picture .pic img {
  scale: 1.05;
}
.index-slogan {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0 6.0416667%;
  background: url(../images/index-slogan-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 1.3;
}
.index-slogan h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  margin-bottom: 1.15em;
}
.index-slogan h5 em {
  color: #2DEB8E;
}
.index-slogan h3 {
  font-size: clamp(16px, 2.34375vw, 45px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.6667em;
}
.index-slogan .tel {
  display: flex;
  justify-content: center;
  font-size: clamp(14px, 1.25vw, 24px);
  gap: 1em 1.125em;
}
.index-slogan .tel span {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 3em;
  padding: 0 1.3333em 0 1.0416667em;
  background-color: #2DEB8E;
  min-height: 2.5em;
}
.index-slogan .tel span img {
  width: 1em;
  height: 1em;
  object-fit: scale-down;
  margin-right: 0.625em;
}
.index-slogan .tel .index-more a {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff;
  backdrop-filter: blur(3px);
}
footer {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  z-index: 10;
}
footer .back-top {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(10px, 1.2vw, 20px);
  color: #2DEB8E;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  height: 2.8em;
  animation: shadow 1.5s infinite;
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0 #2deb8e, 0 0 0 0 rgba(45, 235, 142, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0.55em rgba(45, 235, 142, 0), 0 0 0 1.2em rgba(45, 235, 142, 0);
  }
}
footer .footer-top {
  padding: 5.208333% 0;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
}
footer .footer-top .container h4 {
  position: relative;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  color: #0D83A2;
  line-height: 1.3;
}
footer .footer-top .container h4::after {
  position: relative;
  display: block;
  content: "";
  width: 1em;
  height: 0.15em;
  background-color: #2DEB8E;
  margin: 0.8em 0 1.25em;
}
footer .footer-top .container .info {
  width: 40%;
}
footer .footer-top .container .info .logo {
  font-size: clamp(12px, 1vw, 16px);
  display: flex;
  align-items: center;
  gap: 1em 3em;
}
footer .footer-top .container .info .logo > img {
  width: 7.5em;
  height: 7.5em;
  object-fit: cover;
}
footer .footer-top .container .info .logo em {
  display: block;
  width: 1px;
  height: 6.125em;
  background-color: rgba(13, 131, 162, 0.4);
}
footer .footer-top .container .info .logo .ewm {
  display: flex;
  align-items: center;
}
footer .footer-top .container .info .logo .ewm img {
  width: 6.5em;
  height: 6.5em;
  object-fit: cover;
  border: 3px solid #1088A8;
  box-sizing: content-box;
}
footer .footer-top .container .info .logo .ewm h5 {
  color: #1088A8;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 1.875em;
}
footer .footer-top .container address {
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 3.125vw;
  font-family: var(--Poppins), var(--Noto-Sans-SC);
}
footer .footer-top .container address p {
  display: flex;
  margin-bottom: 0.625em;
}
footer .footer-top .container address p em {
  white-space: nowrap;
}
footer .footer-top .container address p b {
  color: #0D83A2;
}
footer .footer-top .container address p:last-child {
  margin-bottom: 0;
}
footer .footer-top .container address p img {
  width: 1em;
  height: 1em;
  margin-right: 0.5556em;
  margin-top: -0.2em;
  object-fit: scale-down;
}
footer .footer-top .container address p span {
  flex: 1;
}
footer .footer-top .container nav {
  width: 53.75%;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
footer .footer-top .container nav ul li {
  margin-bottom: 0.875em;
  color: #666;
}
footer .footer-top .container nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-top .container nav ul li a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top .container nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-bt {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.3125;
  text-align: center;
}
footer .footer-bt .container {
  padding: 1.51041667% 0 1.875%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(13, 131, 162, 0.4);
  gap: 0 1em;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.inner-banner .banner-text {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translate(0, -50%);
  color: #fff;
}
.inner-banner .banner-text h3 {
  font-size: clamp(20px, 2.34375vw, 45px);
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.3111;
}
.inner-banner .banner-text h3 b {
  color: #2DEB8E;
}
.inner-banner .bread-crumb {
  position: absolute;
  width: 100%;
  bottom: 8%;
  left: 0;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.45;
  color: #fff;
}
.inner-banner .bread-crumb p i {
  color: #2DEB8E;
  margin-right: 0.25em;
}
.inner-banner .bread-crumb p a {
  color: inherit;
  margin: 0 0.375em;
  transition: all 0.5s;
}
.inner-banner .bread-crumb p a:hover {
  text-decoration: underline !important;
}
.contact-us {
  margin: 5.208333% 0;
}
.contact-us .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us .container .title h3 {
  font-size: clamp(18px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.contact-us .container .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #1088A8;
  font-weight: 700;
  line-height: 1.45;
}
.contact-us .container .title em {
  display: block;
  font-size: clamp(16px, 1.5625vw, 30px);
  width: 1em;
  height: 4px;
  margin: 0.6667em 0 1.5em;
  background-color: #2DEB8E;
}
.contact-us .container .lt {
  width: 55%;
  background-color: #f2f2f2;
  padding: 3.75% 5% 5% 4.3125%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.contact-us .container .lt address {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.45;
}
.contact-us .container .lt address h3 {
  padding-left: 1.5556em;
  font-family: var(--Poppins);
  margin-bottom: 0.625em;
  color: #1088A8;
}
.contact-us .container .lt address h3 b {
  font-size: clamp(16px, 1.5625vw, 30px);
}
.contact-us .container .lt address p {
  display: flex;
  margin-bottom: 0.625em;
}
.contact-us .container .lt address p em {
  white-space: nowrap;
}
.contact-us .container .lt address p:last-child {
  margin-bottom: 0;
}
.contact-us .container .lt address p img {
  width: 1em;
  height: 1em;
  margin-right: 0.5556em;
  margin-top: -0.2em;
  object-fit: scale-down;
}
.contact-us .container .lt address p span {
  flex: 1;
}
.contact-us .container .lt .info {
  width: 60.0779754%;
}
.contact-us .container .lt .ewm img {
  font-size: clamp(16px, 1.2vw, 20px);
  width: 6.5em;
  height: 6.5em;
  object-fit: scale-down;
  box-sizing: content-box;
  border: 0.3em solid #1088A8;
}
.contact-us .container .lt .ewm .block {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1vw, 16px);
  margin-bottom: 1em;
}
.contact-us .container .lt .ewm .block:last-child {
  margin-bottom: 0;
}
.contact-us .container .lt .ewm .block h5 {
  color: #333;
  line-height: 1.45;
  font-weight: 700;
  margin-left: 1.5em;
  white-space: nowrap;
}
.contact-us .container .rt {
  width: 45%;
  background-color: #1088A8;
  padding: 3.75% 2.6875% 4.875% 2.8125%;
}
.contact-us .container .rt .title h3 {
  color: #fff;
  margin-bottom: 1.2em;
}
.contact-us .container .rt form {
  font-size: clamp(14px, 1vw, 16px);
}
.contact-us .container .rt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.contact-us .container .rt form .form-row .form-col {
  width: 48.7341772%;
}
.contact-us .container .rt form input,
.contact-us .container .rt form textarea {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
  transition: all 0.5s;
  color: #fff;
}
.contact-us .container .rt form input::placeholder,
.contact-us .container .rt form textarea::placeholder {
  color: #fff;
}
.contact-us .container .rt form input:focus,
.contact-us .container .rt form textarea:focus {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}
.contact-us .container .rt form input {
  height: 3.125em;
  padding: 0 0.75em;
}
.contact-us .container .rt form textarea {
  height: 7.125em;
  padding: 0.75em;
}
.contact-us .container .rt form button {
  color: #fff;
  cursor: pointer;
  height: 3.125em;
  border-radius: 2em;
  background-color: #2DEB8E;
  outline: none;
  flex: 1;
  transition: all 0.5s;
}
.contact-us .container .rt form button:hover {
  filter: brightness(110%);
}
.contact-us .container .rt form .verify-code {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-us .container .rt form .verify-code .code {
  width: 8.5em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contact-us .container .rt form .verify-code .code img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.our-location .index-title {
  text-align: center;
}
.our-location .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(300px, 31.25vw, 600px);
}
.our-location .map::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.our-location .map iframe {
  width: 100%;
  height: 100%;
}
.our-location .map:hover::after {
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.news-list {
  padding: 5.208333% 0 7.96875%;
}
.news-list .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5%;
  padding-bottom: 2.5%;
  border-bottom: 1px solid #d8d8d8;
}
.news-list .block .lt {
  width: 60.6875%;
}
.news-list .block .lt .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #95A1BB;
  line-height: 1.5;
  margin-bottom: 1em;
}
.news-list .block .lt .title h5 i {
  margin-right: 0.5em;
}
.news-list .block .lt .title h4 {
  font-size: clamp(14px, 1.2vw, 24px);
  line-height: 1.25;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.8333em;
}
.news-list .block .lt .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.news-list .block .lt .title a {
  color: inherit;
}
.news-list .block .lt .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45;
  font-size: clamp(12px, 1vw, 16px);
  margin-top: 2.8125vw;
}
.news-list .block .lt .more a {
  color: #666;
  transition: all 0.5s;
}
.news-list .block .rt {
  width: 27.5625%;
}
.news-list .block .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.2244898%;
  border-radius: 10px;
}
.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 .title h4 {
  color: #1088A8;
}
.news-list .block:hover .lt .more a {
  color: #2DEB8E;
}
.news-list .block:hover .rt .pic img {
  scale: 1.05;
}
.news-detail {
  padding: 5.208333% 0 7.96875%;
}
.news-detail .title {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.875%;
  margin-bottom: 3%;
}
.news-detail .title h3 {
  font-size: clamp(18px, 2.083333vw, 40px);
  line-height: 1.45;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5em;
}
.news-detail .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #6B7178;
  line-height: 1.45;
  margin-top: 1em;
}
.news-detail .title h5 i {
  color: #2DEB8E;
  margin-right: 0.5em;
}
.news-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.5;
}
.news-detail article ol {
  list-style: decimal;
}
.news-detail article ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.news-detail article ul {
  list-style: disc;
}
.news-detail article ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.news-detail article ul li::marker {
  font-size: 0.5em;
}
.news-detail article img {
  margin: 1em 0;
}
.news-detail article h4 {
  font-size: 1.125em;
  font-weight: 700;
}
.news-detail article h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.news-detail article h2 {
  font-size: 2em;
  font-weight: 700;
}
.news-detail article h1 {
  font-size: 3em;
  font-weight: 700;
}
.news-detail article b,
.news-detail article strong {
  font-weight: 700;
}
.article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
.article-tab p {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  margin-bottom: 1em;
}
.article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #1088A8;
}
.inner-tab {
  border-bottom: 1px solid #d8d8d8;
}
.inner-tab ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 20px);
}
.inner-tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.25;
  padding: 0.25em 1em;
  width: 12em;
  min-height: 5em;
  color: #333;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.inner-tab ul li a:hover {
  color: #1088A8;
}
.inner-tab ul .active a {
  font-weight: 700;
  color: #1088A8;
  border-bottom-color: #2DEB8E;
}
.device-list {
  padding: 4.1667% 0 7.03125%;
}
.device-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.device-list .wrapper .block {
  width: 32.125%;
  font-size: clamp(14px, 1.1vw, 20px);
  position: relative;
  overflow: hidden;
  border-radius: 0.5em;
  margin-bottom: 2.5%;
}
.device-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.70428%;
}
.device-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.device-list .wrapper .block .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  background-color: #f5f5f5;
  line-height: 3;
  padding: 0 1em;
  transition: all 0.5s;
}
.device-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.device-list .wrapper .block:hover .title {
  color: #fff;
  font-weight: 700;
  background-color: #0695B7;
}
.device-list .pagination {
  margin-top: 2.5%;
}
.prod-list {
  padding: 4.1667% 0 7.96875%;
}
.prod-list .index-title {
  text-align: center;
}
.prod-list .index-title h3 {
  color: #1088A8;
}
.prod-list .prod-search {
  padding: 1.04166667%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 4.1667%;
}
.prod-list .prod-search .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prod-list .prod-search .container .lt h5 {
  font-size: 16px;
  line-height: 1;
  border-left: 2px solid #2DEB8E;
  padding-left: 1em;
}
.prod-list .prod-search .container .rt {
  font-size: clamp(14px, 1vw, 16px);
}
.prod-list .prod-search .container .rt form {
  display: flex;
  align-items: center;
}
.prod-list .prod-search .container .rt input {
  outline: none;
  border: none;
  background: none;
  width: 22.5em;
  color: #333;
}
.prod-list .prod-search .container .rt button {
  width: 1.25em;
  height: 1.25em;
  background: none;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
}
.prod-list .prod-search .container .rt button:hover {
  color: #2DEB8E;
}
.prod-list .prod-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .prod-wrapper .wrapper .block {
  width: 32.5%;
  margin-bottom: 2.5%;
  font-size: clamp(14px, 1.1vw, 20px);
}
.prod-list .prod-wrapper .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.3846154%;
  border: 1px solid #d8d8d8;
  border-radius: 0.5em;
}
.prod-list .prod-wrapper .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-list .prod-wrapper .wrapper .block .title {
  margin-top: 1.1em;
  line-height: 1.3;
}
.prod-list .prod-wrapper .wrapper .block .title h4 {
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.75em;
}
.prod-list .prod-wrapper .wrapper .block .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  line-height: 1.45;
  height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.prod-list .prod-wrapper .wrapper .block .title i {
  font-size: clamp(12px, 1.2vw, 20px);
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d8d8d8;
  color: #fff;
  border-radius: 4px;
  margin-top: 1em;
  transition: all 0.5s;
}
.prod-list .prod-wrapper .wrapper .block:hover .pic img {
  scale: 1.05;
}
.prod-list .prod-wrapper .wrapper .block:hover .title h4 {
  color: #1088A8;
}
.prod-list .prod-wrapper .wrapper .block:hover .title i {
  background-color: #34D988;
}
.prod-list .pagination {
  margin-top: 2.5%;
}
.prod-intro {
  padding: 5.208333% 0;
}
.prod-intro .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prod-intro .intro .lt {
  width: 50%;
}
.prod-intro .intro .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.75%;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s;
}
.prod-intro .intro .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-intro .intro .lt .picSwiper {
  margin-bottom: 20px;
}
.prod-intro .intro .lt .thumbSwiper .swiper-slide {
  cursor: pointer;
}
.prod-intro .intro .lt .thumbSwiper .swiper-slide-thumb-active .pic {
  border-color: #0079C4;
}
.prod-intro .intro .rt {
  width: 47.1875%;
}
.prod-intro .intro .rt .title {
  margin-bottom: 0.8333em;
  font-size: clamp(18px, 2.60416667vw, 50px);
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.3333;
}
.prod-intro .intro .rt .title h3 {
  color: #333;
  font-weight: 700;
}
.prod-intro .intro .rt .title h5 {
  font-size: clamp(12px, 1.2vw, 22px);
  color: #1088A8;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-intro .intro .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #666;
  line-height: 1.875;
  min-height: 5.625em;
  margin-bottom: 2em;
}
.prod-intro .intro .rt .keywords {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  margin-bottom: 1.875em;
  line-height: 1.45;
}
.prod-intro .intro .rt .keywords a {
  color: #0695B7;
}
.prod-intro .intro .rt .keywords a:hover {
  text-decoration: underline !important;
}
.prod-intro .intro .rt .tel {
  border-top: 1px dashed rgba(6, 149, 183, 0.3);
  border-bottom: 1px dashed rgba(6, 149, 183, 0.3);
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  padding: 0.5em 0;
}
.prod-intro .intro .rt .tel img {
  width: 1.11111111em;
  height: 1.11111111em;
  object-fit: scale-down;
  margin-right: 0.5em;
  margin-top: -0.2em;
}
.prod-intro .intro .rt .tel b {
  font-family: var(--Poppins);
  font-weight: 700;
  color: #1088A8;
  font-size: clamp(16px, 1.5625vw, 30px);
  vertical-align: middle;
}
.prod-detail {
  margin-bottom: 4.1667%;
}
.prod-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.5;
}
.prod-detail article h1 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #1088A8;
}
.prod-detail article h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #1088A8;
}
.prod-detail article h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #1088A8;
}
.prod-detail article h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 700;
  color: #1088A8;
}
.prod-detail article img {
  margin: 1em 0;
}
.prod-detail article table {
  max-width: 100% !important;
  border: 5px solid #fff;
  border-collapse: separate;
  border-spacing: 0;
}
.prod-detail article table tr td {
  font-size: clamp(10px, 1vw, 16px);
  height: 3em;
  vertical-align: middle;
  padding: 0.25em 0.5em;
  border: 0.5px solid #fff;
  background-color: #F0F8FF;
  line-height: 1.45;
}
.section-title {
  position: relative;
  width: 100%;
  font-size: clamp(18px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2.5%;
}
.section-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.6667em;
}
.section-title span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0.175em;
  background-color: #2DEB8E;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
}
.online-msg {
  padding: 4.1667% 0 7.96875%;
  background: url(../images/online-msg-bg.jpg) no-repeat;
  background-size: cover;
}
.online-msg .index-title {
  text-align: center;
}
.online-msg .index-title p {
  font-size: clamp(12px, 1.2vw, 20px);
  margin-top: 1.5em;
}
.online-msg .index-title p b {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #1088A8;
  font-weight: 700;
}
.online-msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.1805556%;
}
.online-msg form .form-row .form-col {
  width: 48.6805556%;
}
.online-msg form .code-row {
  position: relative;
}
.online-msg form .code-row .code {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.online-msg form .code-row .code img {
  height: 100%;
  width: auto;
  object-fit: scale-down;
}
.online-msg form input,
.online-msg form textarea {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  background-color: #fff;
  outline: none;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  height: 2.777778em;
  width: 100%;
  padding: 0 1em;
  transition: all 0.5s;
}
.online-msg form input:focus,
.online-msg form textarea:focus {
  border-color: #2DEB8E;
}
.online-msg form textarea {
  height: 13.111111em;
  padding: 0.7778em 1em;
}
.online-msg form button {
  cursor: pointer;
  display: block;
  font-size: clamp(14px, 1.1vw, 18px);
  background-color: #2DEB8E;
  color: #fff;
  width: 9.888889em;
  height: 2.777778em;
  border-radius: 1.5em;
  margin: 1.7778em auto 0;
  transition: all 0.5s;
}
.online-msg form button:hover {
  box-shadow: 0 3px 10px #1088A8;
}
.rel-prod {
  margin-bottom: 5.208333%;
}
.rel-prod .swiper {
  padding: 10px;
}
.rel-prod .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 1.222222em 1.222222em 2em;
  border-radius: 10px;
}
.rel-prod .swiper .swiper-slide::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #2DEB8E;
  transition: all 0.5s;
}
.rel-prod .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.516129%;
}
.rel-prod .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.rel-prod .swiper .swiper-slide .title h4 {
  color: #333;
  line-height: 1.3333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.8889em 0 0.6667em;
}
.rel-prod .swiper .swiper-slide .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  line-height: 1.42857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.85714286em;
}
.rel-prod .swiper .swiper-slide .title span {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.42857143;
  color: #7b7b7b;
  margin-top: 1em;
  transition: all 0.5s;
}
.rel-prod .swiper .swiper-slide .title span i {
  font-size: clamp(10px, 0.9vw, 12px);
  margin-left: 0.25em;
}
.rel-prod .swiper .swiper-slide:hover::after {
  width: 100%;
}
.rel-prod .swiper .swiper-slide:hover .title h4 {
  color: #1088A8;
}
.rel-prod .swiper .swiper-slide:hover .title span {
  color: #1088A8;
}
.rel-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.rel-prod .swiper .swiper-pagination {
  position: relative;
  margin-top: 2.7778%;
  line-height: auto;
  bottom: 0;
}
.rel-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 0.15em;
}
.rel-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16BDD0;
}
.about-tab {
  position: sticky;
  top: 120px;
  z-index: 11;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.about-tab ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 20px);
}
.about-tab ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0;
  transition: all 0.5s;
}
.about-tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.25;
  min-height: 2.5em;
  padding: 0 1em;
  width: 12.5em;
  color: #333;
  border-right: 1px solid #d8d8d8;
  transition: all 0.5s;
}
.about-tab ul li a:hover {
  color: #0695B7;
}
.about-tab ul .active {
  background-color: #0695B7;
}
.about-tab ul .active a {
  font-weight: 700;
  color: #fff !important;
}
.about-intro {
  position: relative;
  overflow: hidden;
  padding: 4.53125% 0 7.34375%;
  background: linear-gradient(180deg, #0d83a200 0%, #0d83a229 100%, #0d83a266 100%);
  background-repeat: no-repeat;
  background-size: 100% 42.3025435%;
  background-position: bottom center;
}
.about-intro .index-title {
  text-align: center;
}
.about-intro .index-title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #0D83A2;
  line-height: 1.3333;
  margin-bottom: 0.6667em;
}
.about-intro .brief {
  text-align: center;
  margin: 0 auto;
  max-width: 1400px;
  color: #555;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.8;
}
.about-intro .index-data {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: 3.75%;
}
.about-intro .index-data .block {
  border-right: 0;
}
.about-adv {
  position: relative;
  padding: 7.65625% 0;
  background: url(../images/about-adv-bg.jpg) no-repeat;
  background-size: cover;
}
.about-adv::before {
  position: absolute;
  content: "OUR ADVANTAGES";
  font-size: clamp(24px, 7.5vw, 144px);
  font-family: var(--Poppins);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(45, 235, 142, 0.5);
  white-space: nowrap;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
}
.about-adv .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.375vw 47%;
}
.about-adv .wrapper .block {
  width: 23%;
  cursor: pointer;
}
.about-adv .wrapper .block h3 {
  font-size: clamp(20px, 3.125vw, 60px);
  font-weight: 700;
  font-family: var(--Poppins);
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1667em;
}
.about-adv .wrapper .block h4 {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #fff;
  font-weight: 700;
  line-height: 1.3182;
  margin-bottom: 0.8182em;
}
.about-adv .wrapper .block .brief {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.5;
  color: #fff;
}
.about-adv .wrapper .active h3 {
  color: #2DEB8E;
}
.about-adv .pic {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 41.625%;
  height: 0;
  padding: 20.8125% 0;
  border-radius: 50%;
}
.about-adv .pic img {
  position: absolute;
  width: 87.0870871%;
  height: 87.0870871%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.about-adv .pic .show {
  opacity: 1;
}
.about-adv .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: clamp(10px, 1vw, 16px);
}
.about-adv .dot em {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 0.4375em rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}
.about-adv .dot em:nth-child(1) {
  offset-path: circle(50% at -43% 25%);
}
.about-adv .dot em:nth-child(2) {
  offset-path: circle(50% at 43% 25%);
}
.about-adv .dot em:nth-child(3) {
  offset-path: circle(50% at -43% 75%);
}
.about-adv .dot em:nth-child(4) {
  offset-path: circle(50% at 43% 75%);
}
.about-adv .dot .on {
  background-color: #2DEB8E;
  box-shadow: 0 0 0 0.4375em rgba(45, 235, 142, 0.3);
}
.about-culture {
  position: relative;
  z-index: 1;
  padding: 5.208333% 0 0;
}
.about-culture .index-title {
  text-align: center;
}
.about-culture .index-title h3 {
  margin-bottom: 0.6em;
}
.about-culture .index-title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.45;
  color: #555;
}
.about-culture .wrapper {
  display: flex;
  justify-content: space-between;
  font-size: clamp(10px, 1.2vw, 20px);
  gap: 1em;
}
.about-culture .wrapper .block {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  flex: 1;
  min-height: 25.7em;
  border-radius: 0.5em;
  transition: all 1s;
}
.about-culture .wrapper .block .pic {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-culture .wrapper .block .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.about-culture .wrapper .block .mask {
  padding: 1.9em 1.35em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
.about-culture .wrapper .block .mask .icon {
  margin-bottom: 6.25vw;
}
.about-culture .wrapper .block .mask .icon img {
  width: 2em;
  height: 2em;
  object-fit: scale-down;
  margin-bottom: 1em;
}
.about-culture .wrapper .block .mask .icon h4 {
  font-size: clamp(16px, 1.35416667vw, 26px);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.about-culture .wrapper .block .mask .brief {
  position: relative;
  overflow: hidden;
  font-size: clamp(12px, 1vw, 18px);
  color: #fff;
  line-height: 1.6667;
  min-height: 3.3334em;
  opacity: 0;
  line-height: 0;
  transition: all 1s;
  transform: translate(0, 300%);
  visibility: hidden;
}
.about-culture .wrapper .block::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #2DEB8E;
  transition: all 0.5s;
}
.about-culture .wrapper .active {
  flex: 2.34482759;
}
.about-culture .wrapper .active .mask {
  padding: 1.9em 1.75em;
}
.about-culture .wrapper .active .mask .brief {
  transform: translate(0, 0);
  opacity: 1;
  line-height: 1.6667;
  transition-delay: 0.5s;
  visibility: visible;
}
.about-culture .wrapper .active::after {
  width: 100%;
}
.about-honor {
  position: relative;
  overflow: hidden;
  padding: 10.3125% 0 5.208333%;
  background: url(../images/about-honor-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: -5.05208333%;
}
.about-honor .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-honor .wrapper .lt {
  width: 29.5625%;
}
.about-honor .wrapper .lt .index-title {
  margin-bottom: 9.166667vw;
}
.about-honor .wrapper .lt .index-title h3 {
  margin-bottom: 0.6em;
}
.about-honor .wrapper .lt .index-title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.45;
  color: #555;
}
.about-honor .wrapper .lt .swiper-btn {
  display: flex;
  font-size: clamp(12px, 1.2vw, 20px);
  gap: 1em;
}
.about-honor .wrapper .lt .swiper-btn .swiper-button-prev,
.about-honor .wrapper .lt .swiper-btn .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  color: #0D83A2;
  font-weight: 700;
  width: 3.5em;
  height: 3.5em;
  border: 1px solid #0D83A2;
  outline: none;
}
.about-honor .wrapper .lt .swiper-btn .swiper-button-prev::after,
.about-honor .wrapper .lt .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.about-honor .wrapper .lt .swiper-btn .swiper-button-prev:active,
.about-honor .wrapper .lt .swiper-btn .swiper-button-next:active {
  background-color: #2DEB8E;
  border-color: #2DEB8E;
  color: #fff;
}
.about-honor .wrapper .rt {
  width: 52%;
}
.about-honor .wrapper .rt .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 142.01031%;
}
.about-honor .wrapper .rt .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-honor .wrapper .rt .swiper .swiper-slide .title {
  font-size: clamp(14px, 1.2vw, 20px);
  text-align: center;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-top: 0.75em;
  transition: all 0.5s;
}
.about-honor .wrapper .rt .swiper .swiper-slide:hover .title {
  color: #0D83A2;
}
.about-factory {
  padding: 5.208333% 0 7.96875%;
}
.about-factory .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-factory .wrapper .title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: 2.5;
  background-color: rgba(13, 131, 162, 0.8);
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.about-factory .wrapper .lt {
  width: 33.125%;
}
.about-factory .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.about-factory .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-factory .wrapper .lt .pic:hover img {
  scale: 1.05;
}
.about-factory .wrapper .rt {
  width: 65%;
}
.about-factory .wrapper .rt .swiper {
  width: 100%;
}
.about-factory .wrapper .rt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.37623762%;
}
.about-factory .wrapper .rt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-factory .wrapper .rt .swiper .pic:hover img {
  scale: 1.05;
}
.fancybox-bg {
  background-color: #fff !important;
}
.anchor-fixed {
  position: relative;
  top: -120px;
}
