@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.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-ExtraBold: 'Montserrat-ExtraBold', '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(--Montserrat), 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: 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%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 3.0208333%;
  transition: all 0.5s;
}
header .logo {
  width: 16.62971176%;
}
header .logo img {
  transition: all 0.5s;
  display: none;
}
header .logo img:nth-of-type(2) {
  display: block;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
  transition: all 0.5s;
  line-height: 1.45;
}
header .lv1 > li > a {
  position: relative;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: inherit;
  height: 100%;
}
header .lv1 > li:hover {
  font-weight: 700;
}
header .lv1 > li:hover > a::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  font-weight: 700;
}
header .lv1 > .active > a::after {
  width: 100%;
}
header .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;
  padding: 1.5em 0;
  border-top: 3px solid #69D1C9;
}
header .lv2 > li {
  position: relative;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 0.9375em;
  min-width: 15em;
  padding: 0 1em;
  text-align: center;
}
header .lv2 > li:last-child {
  margin-bottom: 0;
}
header .lv2 > li > a {
  text-align: center;
  color: inherit;
  white-space: nowrap;
  transition: all 0.5s;
}
header .lv2 > li:hover > a {
  color: #046A6D;
  font-weight: 700;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .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 .lv3 .swiper {
  margin-bottom: 0.7857143em;
}
header .lv3 .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.3913%;
  border-radius: 6px;
}
header .lv3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
header .lv3 ul li {
  max-width: 49%;
  min-width: 34%;
  margin-bottom: 0.642857em;
  color: #333;
}
header .lv3 ul li a {
  color: inherit;
  transition: all 0.5s;
}
header .lv3 ul li a:hover {
  color: #046A6D;
}
header .lv3 .more {
  color: #033692;
  font-size: 14px;
  margin-top: 0.5em;
}
header .email-tel {
  font-size: clamp(14px, 1vw, 16px);
  display: flex;
  margin-left: 3.32594235%;
}
header .email-tel i {
  cursor: pointer;
  width: 1.875em;
  height: 1.875em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
header .email-tel i img {
  width: 1em;
  height: 1em;
  object-fit: scale-down;
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .email-tel .email,
header .email-tel .tel {
  position: relative;
  padding: 1em 0.5625em;
}
header .email-tel .email:hover i,
header .email-tel .tel:hover i {
  border-color: #046A6D;
  background-color: #046A6D;
}
header .email-tel .email:hover i img,
header .email-tel .tel:hover i img {
  filter: contrast(0) brightness(200%);
}
header .email-tel .email:hover .tip,
header .email-tel .tel:hover .tip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
header .email-tel .tip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  color: #046A6D;
  background-color: #fff;
  font-size: 14px;
  line-height: 2.142857;
  font-weight: 500;
  border-radius: 2em;
  white-space: nowrap;
  padding: 0 1.7142857em;
  visibility: hidden;
  filter: drop-shadow(0 0 5px rgba(0, 6, 26, 0.19));
  transition: all 0.5s;
}
header .email-tel .tip::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 0;
  transform: translate(-50%, -100%);
}
header .search-lang {
  display: flex;
  align-items: center;
  height: 2.22222222em;
  border-radius: 2em;
  font-size: clamp(14px, 1vw, 18px);
  gap: 0.5em;
  padding: 0 1.25em;
  background: linear-gradient(90deg, #c7ec4c -18%, #96de8e 13%, #69d1c9 100%);
  margin-left: 3.60310421%;
}
header .search-lang em {
  display: block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  transition: all 0.5s;
}
header .search-lang .search-icon {
  cursor: pointer;
  transition: all 0.5s;
}
header .search-lang .search-icon img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .search-lang .header-search-on img {
  filter: contrast(1) brightness(100%) !important;
}
header .search-lang .lang {
  position: relative;
}
header .search-lang .lang img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
}
header .search-lang .lang .lv2 li {
  min-width: 5em;
}
header .search-lang .lang:hover img {
  filter: contrast(1) brightness(100%);
}
header .search-lang .lang:hover .lv2 {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}
header nav {
  flex: 1;
  margin-left: 9.4789357%;
  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: #046A6D;
}
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: #046A6D;
  border-color: #046A6D;
}
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);
  border-bottom: 0;
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
  display: block;
}
.header-active .logo img:nth-of-type(2) {
  display: none;
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 > li:hover {
  color: #046A6D;
}
.header-active .lv1 > li:hover > a::after {
  width: 100%;
  background-color: #046A6D;
}
.header-active .lv1 > .active > a::after {
  background-color: #046A6D;
}
.header-active .email-tel i {
  border-color: #046A6D;
}
.header-active .email-tel i img {
  filter: contrast(1) brightness(100%);
}
.pagination {
  margin-top: 2.7778%;
  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);
  background-color: #f2f2f2;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  color: #666;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #69D1C9;
  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: #69D1C9;
  color: #fff;
  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%;
  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 {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
}
.index-banner .swiper .swiper-slide-active .banner-text h5 {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.3s;
}
.index-banner .swiper .swiper-slide-active .banner-text a {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}
.index-banner .banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text h3 {
  font-size: clamp(14px, 2.8125vw, 54px);
  color: #fff;
  max-width: 23em;
  font-weight: 700;
  line-height: 1.37037;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0s;
}
.index-banner .banner-text h5 {
  font-size: clamp(10px, 1.2vw, 20px);
  color: #fff;
  font-weight: 500;
  line-height: 1.45;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0s;
}
.index-banner .banner-text .index-more {
  opacity: 0;
  transform: translate(0, 100px);
  margin-top: 3.4375vw;
  transition: all 0s;
}
.index-banner .swiper-pagination {
  bottom: 3.125%;
  font-size: clamp(10px, 1.2vw, 20px);
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0 0.2em;
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #69D1C9;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(14px, 3.125vw, 60px);
  width: 1em;
  height: 1em;
  color: #fff;
  outline: none;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-banner .swiper-button-prev:active,
.index-banner .swiper-button-next:active {
  color: #046A6D;
}
.index-banner .swiper-button-prev {
  left: 0.3em;
}
.index-banner .swiper-button-next {
  right: 0.3em;
}
.index-title {
  margin-bottom: 3.5%;
  line-height: 1.45;
  text-align: center;
}
.index-title h3 {
  position: relative;
  font-size: clamp(20px, 2.5vw, 48px);
  color: #052125;
  font-weight: 700;
  text-transform: uppercase;
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #69D1C9;
  margin-bottom: 0.2em;
  font-weight: 700;
}
.index-more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 20px);
  min-width: 12.6em;
  line-height: 3;
  padding: 0 1em;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(116deg, #69d1c9 30%, #c7ec4c 151%);
  border-radius: 2em;
  z-index: 1;
  transition: all 0.5s;
}
.index-more::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #000;
  z-index: -1;
  opacity: 1;
  transition: all 0.5s;
}
.index-more i {
  margin-left: 1.5em;
}
.index-more:hover {
  color: #fff;
}
.index-more:hover::after {
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.2;
}
.index-prod {
  padding: 5.208333% 0 8.5416667%;
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
}
.index-prod .prod-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em 1.7em;
  margin-bottom: 2.986111%;
}
.index-prod .prod-tab li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: 3;
  border-radius: 2em;
  padding: 0 1.3em;
  min-width: 16em;
  font-weight: 700;
  text-align: center;
  color: #333;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 1;
}
.index-prod .prod-tab li::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(101deg, #c7ec4c -26%, #69d1c9 44%);
  transition: all 0.5s;
}
.index-prod .prod-tab li:hover {
  color: #046A6D;
}
.index-prod .prod-tab .active {
  color: #fff !important;
  background-color: transparent;
}
.index-prod .prod-tab .active::after {
  opacity: 1;
}
.index-prod .swiper {
  display: none;
}
.index-prod .swiper:first-child {
  display: block;
}
.index-prod .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 36.5%;
  transition: scale 1s;
  scale: 0.70547945;
}
.index-prod .swiper .swiper-slide:hover .title {
  color: #046A6D;
  font-weight: 700;
}
.index-prod .swiper .swiper-slide:hover .title i {
  width: 1em;
  opacity: 1;
}
.index-prod .swiper .swiper-slide-active {
  scale: 1;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 69.691781%;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  position: relative;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 1em;
  transition: all 0.5s;
}
.index-prod .swiper .title i {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  opacity: 0;
  color: #96BF0C;
  margin-left: 0.8333em;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-button-prev,
.index-prod .swiper .swiper-button-next {
  font-size: clamp(12px, 1.2vw, 20px);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #046A6D;
  color: #046A6D;
  font-weight: 700;
}
.index-prod .swiper .swiper-button-prev::after,
.index-prod .swiper .swiper-button-next::after {
  font-size: inherit;
}
.index-prod .swiper .swiper-button-prev:active,
.index-prod .swiper .swiper-button-next:active {
  color: #fff;
  background-color: #046A6D;
}
.index-prod .swiper .swiper-button-prev {
  left: 27%;
}
.index-prod .swiper .swiper-button-next {
  right: 27%;
}
.index-about {
  padding: 6.25% 0;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.index-about .index-title {
  margin-bottom: 1.5625%;
}
.index-about .index-title h3 {
  color: #fff;
}
.index-about .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1.6667;
  text-align: center;
}
.index-about .more {
  text-align: center;
  margin-top: 3.125%;
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(20px, 5vw, 96px);
  margin-top: 4.375%;
}
.index-about .data .block {
  line-height: 1.45;
  max-width: 24%;
}
.index-about .data .block h3 {
  color: transparent;
  font-family: var(--Montserrat-ExtraBold);
  -webkit-text-stroke: 1px #fff;
  line-height: 1.25;
}
.index-about .data .block h5 {
  font-size: clamp(12px, 1.2vw, 22px);
  color: #fff;
  font-weight: 600;
}
.index-about .data .block:hover h3 {
  color: #69D1C9;
  -webkit-text-stroke: 1px transparent;
}
.index-about .data i {
  display: block;
  width: 1px;
  height: 1em;
  background-color: #d8d8d8;
}
.index-serv {
  padding: 5.208333% 0;
  background: url(../images/index-serv-bg.jpg) no-repeat;
  background-size: cover;
}
.index-serv .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.index-serv .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .wrapper .lt {
  width: 58.0625%;
}
.index-serv .wrapper .lt .block {
  position: relative;
  overflow: hidden;
  padding: 3.98277718% 21.31324% 3.65985% 3.767492%;
  display: flex;
  align-items: flex-start;
  font-size: clamp(14px, 1.2vw, 22px);
}
.index-serv .wrapper .lt .block:last-child::after {
  display: none;
}
.index-serv .wrapper .lt .block::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(90deg, #046A6D 0%, #046A6Db3 66%, #408c3100 100%);
  transition: all 0.5s;
}
.index-serv .wrapper .lt .block::after {
  position: absolute;
  display: block;
  content: "";
  width: 83.42303552%;
  height: 1px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 0;
}
.index-serv .wrapper .lt .block .icon {
  width: 2.45454545em;
  height: 2.45454545em;
  margin-right: 1.5454545em;
}
.index-serv .wrapper .lt .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-serv .wrapper .lt .block .text {
  flex: 1;
  line-height: 1.5;
}
.index-serv .wrapper .lt .block .text h4 {
  font-weight: 700;
  color: #333;
  line-height: 1.25;
  margin-bottom: 0.68182em;
}
.index-serv .wrapper .lt .block .text p {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
}
.index-serv .wrapper .lt .block:hover::before {
  opacity: 1;
}
.index-serv .wrapper .lt .block:hover .icon img {
  filter: contrast(0) brightness(200%);
}
.index-serv .wrapper .lt .block:hover .text h4,
.index-serv .wrapper .lt .block:hover .text p {
  color: #fff;
}
.index-serv .wrapper .rt {
  width: 41.9375%;
}
.index-serv .wrapper .rt .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-serv .wrapper .rt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-serv .wrapper .rt .pic .time {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: clamp(12px, 1vw, 16px);
  padding: 1em 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  line-height: 1.25;
  background-color: #046A6D;
  min-width: 12.5em;
  min-height: 12.5em;
  transform: translate(-50%, -40%);
}
.index-serv .wrapper .rt .pic .time h3 {
  font-size: clamp(20px, 3.333333vw, 64px);
  font-weight: 700;
}
.index-serv .wrapper .rt .pic .time h3 em {
  font-size: clamp(12px, 1.875vw, 36px);
  font-weight: 700;
}
.index-serv .wrapper .rt .pic .time h5 {
  font-weight: 700;
}
.index-news {
  padding: 5.208333% 0;
}
.index-news .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .container .lt {
  width: 45.1875%;
}
.index-news .container .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-news .container .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .container .rt {
  width: 50%;
}
.index-news .container .rt .index-title {
  text-align: left;
}
.index-news .container .rt .news-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 500;
  color: #333;
  gap: 1em;
  margin-bottom: 5.625%;
}
.index-news .container .rt .news-tab li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background-color: #f2f2f2;
  min-width: 12em;
  padding: 0 1em;
  line-height: 2.888889;
  border-radius: 2em;
  z-index: 1;
  transition: all 0.5s;
}
.index-news .container .rt .news-tab li::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(96deg, #c7ec4c -49%, #69d1c9 81%);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.index-news .container .rt .news-tab li:hover {
  color: #046A6D;
}
.index-news .container .rt .news-tab .active {
  background: transparent;
  font-weight: 700;
  color: #fff !important;
}
.index-news .container .rt .news-tab .active::after {
  opacity: 1;
}
.index-news .container .rt .news-wrapper .wrapper {
  display: none;
}
.index-news .container .rt .news-wrapper .wrapper:first-child {
  display: block;
}
.index-news .container .rt .news-wrapper .wrapper .block {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #f2f2f2;
  font-size: clamp(14px, 1.2vw, 22px);
  padding: 4.375% 6% 4.375% 5%;
  line-height: 1.45;
  margin-bottom: 3.5%;
}
.index-news .container .rt .news-wrapper .wrapper .block:last-child {
  margin-bottom: 0;
}
.index-news .container .rt .news-wrapper .wrapper .block::before {
  position: absolute;
  display: block;
  content: "";
  width: 6.8636364em;
  height: 6.40909091em;
  background: url(../images/index-news-logo.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  transform: translate(0.727273em, -0.409091em);
  z-index: -1;
  transition: all 0.5s;
}
.index-news .container .rt .news-wrapper .wrapper .block::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(109deg, #046A6D 36%, #408c3175 143%);
  z-index: -2;
  opacity: 0;
  transition: all 0.5s;
}
.index-news .container .rt .news-wrapper .wrapper .block h5 {
  font-size: clamp(12px, 1vw, 16px);
  margin-bottom: 0.9375em;
  color: #b2b2b2;
  font-weight: 500;
}
.index-news .container .rt .news-wrapper .wrapper .block h5 i {
  margin-right: 0.625em;
}
.index-news .container .rt .news-wrapper .wrapper .block h4 {
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.7727273em;
  margin-bottom: 0.727273em;
}
.index-news .container .rt .news-wrapper .wrapper .block 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 .container .rt .news-wrapper .wrapper .block:hover::before {
  opacity: 0.5;
}
.index-news .container .rt .news-wrapper .wrapper .block:hover::after {
  opacity: 1;
}
.index-news .container .rt .news-wrapper .wrapper .block:hover h5 {
  color: #fff;
}
.index-news .container .rt .news-wrapper .wrapper .block:hover h4 {
  color: #fff;
  border-bottom-color: #fff;
}
.index-news .container .rt .news-wrapper .wrapper .block:hover p {
  color: #fff;
}
.index-partner {
  position: relative;
  overflow: hidden;
  padding: 4.583333% 0 5.4166671%;
  background: linear-gradient(109deg, #046A6D 57%, #7dbf0c 118%);
}
.index-partner .index-title {
  margin-bottom: 2.083333%;
}
.index-partner .index-title h3 {
  color: #fff;
}
.index-partner .swiper {
  font-size: clamp(14px, 1.2vw, 20px);
  height: 14.8em;
  overflow: visible;
}
.index-partner .swiper .swiper-slide {
  width: 15.2em;
  height: 6.4em;
  margin-right: 2.5em;
}
.index-partner .swiper .swiper-slide:nth-child(even) {
  margin-top: 2em !important;
  margin-left: 2.7em;
  margin-right: 0;
}
.index-partner .swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index-partner .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 5.10416667%;
}
footer .back-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: clamp(12px, 1.25vw, 24px);
  color: #fff;
  width: 3.333333em;
  height: 3.333333em;
  border-radius: 50%;
  background-color: #0E2F35;
  transition: all 0.5s;
  box-shadow: 0 0 0 0.625em rgba(5, 33, 37, 0.4118);
}
footer .back-top:hover {
  box-shadow: 0 0 0 1em transparent;
}
footer .footer-top {
  margin-bottom: 3.1875%;
}
footer .footer-top form {
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em;
  padding: 1.5625em 2.25em 1.5625em 2em;
}
footer .footer-top form input {
  flex: 1;
  outline: none;
  background-color: transparent;
  color: #fff;
  padding: 0 1em;
  height: 2.5em;
  border-left: 1px solid #fff;
  font-weight: 500;
  min-width: 0;
}
footer .footer-top form input::placeholder {
  color: #fff;
}
footer .footer-top form button {
  cursor: pointer;
  outline: none;
  background-color: #69D1C9;
  color: #fff;
  font-weight: 500;
  min-width: 7.3125em;
  height: 2.5em;
  padding: 0 1em;
  border-radius: 2em;
  transition: all 0.5s;
}
footer .footer-top form button:hover {
  box-shadow: 0 0 1em #69D1C9;
}
footer .footer-mid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 7.125%;
}
footer .footer-mid .info {
  width: 22.125%;
  font-size: clamp(14px, 1vw, 16px);
}
footer .footer-mid .info .logo {
  width: 12.0625em;
  margin-bottom: 1.25em;
}
footer .footer-mid .info .brief {
  color: #fff;
  line-height: 1.45;
  font-weight: 500;
}
footer .footer-mid .info .ewm {
	font-size: clamp(12px, 1vw, 16px);
	color: #fff;
	gap: 1em;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5625vw;
}
footer .footer-mid .info .ewm span {
	text-align: center;
}
footer .footer-mid .info .ewm img {
	width: 7.5em;
	height: 7.5em;
	object-fit: scale-down;
}
footer .footer-mid .info .ewm h5 {
	color: #fff;
}
footer .footer-mid h4 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.45;
  margin-bottom: 1.636364em;
}
footer .footer-mid nav {
  display: flex;
  width: 49.375%;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em 5em;
  line-height: 1.45;
}
footer .footer-mid nav ul li {
  color: #fff;
  font-weight: 500;
  margin-bottom: 1em;
}
footer .footer-mid nav ul li:last-of-type {
  margin-bottom: 0;
}
footer .footer-mid nav ul li a {
  color: inherit;
}
footer .footer-mid nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-mid address {
  width: 20.875%;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.45;
}
footer .footer-mid address p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7222em;
  font-weight: 500;
}
footer .footer-mid address p:last-of-type {
  margin-bottom: 0;
}
footer .footer-mid address p img {
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  object-fit: scale-down;
  margin-right: 0.5556em;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  font-weight: 500;
  line-height: 1.45;
  padding: 1.25% 0 2%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
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%;
}
.inner-banner .banner-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.45;
}
.inner-banner .banner-text h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  font-weight: 700;
  text-transform: uppercase;
}
.bread-crumb {
  position: absolute;
  width: 100%;
  bottom: 6.666667%;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.45;
}
.bread-crumb p {
  color: #fff;
}
.bread-crumb p i {
  margin-right: 0.25em;
  color: #fff;
}
.bread-crumb p a {
  color: inherit;
  margin: 0 0.375em;
  transition: all 0.5s;
}
.bread-crumb p a:hover {
  text-decoration: underline !important;
}
.inner-content {
  padding: 5.208333% 0 7.8125%;
}
.contact-us .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.contact-us .container .title {
  line-height: 1.45;
  margin-bottom: 1.125em;
  font-size: clamp(20px, 2.083333vw, 40px);
}
.contact-us .container .title h3 {
  color: #0E2F35;
  font-weight: 700;
}
.contact-us .container .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
}
.contact-us .container .lt {
  width: 41.875%;
  background: linear-gradient(317deg, #046A6D -45%, #0e2f35 100%);
  padding: 3.75% 3.4375% 4.4375% 3.6875%;
}
.contact-us .container .lt .title h3 {
  color: #fff;
  margin-bottom: 0.5em;
}
.contact-us .container .lt .info {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.45;
  padding-top: 2.2222em;
  border-top: 1px solid rgba(88, 143, 228, 0.2);
}
.contact-us .container .lt .info p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7222em;
  font-weight: 500;
}
.contact-us .container .lt .info p:last-of-type {
  margin-bottom: 0;
}
.contact-us .container .lt .info p img {
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  object-fit: scale-down;
  margin-right: 0.5556em;
}
.contact-us .container .lt .brief {
  position: relative;
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.7143;
  padding: 1.57142857em 3.2857143em;
  margin-top: 9.0625vw;
}
.contact-us .container .lt .brief::before,
.contact-us .container .lt .brief::after {
  position: absolute;
  content: "“";
  font-size: 6em;
  opacity: 0.3;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
.contact-us .container .lt .brief::before {
  left: 0;
  top: 0;
}
.contact-us .container .lt .brief::after {
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}
.contact-us .container .rt {
  width: 58.125%;
  padding: 3.75% 2.8125% 4.4375% 3.6875%;
}
.contact-us .container .rt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.4242424%;
}
.contact-us .container .rt form .form-row .form-col {
  width: 48.4848485%;
}
.contact-us .container .rt form .code-row {
  position: relative;
}
.contact-us .container .rt form .code-row .code {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  cursor: pointer;
}
.contact-us .container .rt form .code-row .code img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: scale-down;
}
.contact-us .container .rt form input {
  display: block;
  width: 100%;
  outline: none;
  font-size: clamp(14px, 1vw, 16px);
  height: 2.5em;
  border-bottom: 1px solid #b2b2b2;
  background-color: transparent;
  color: #333;
}
.contact-us .container .rt form input::placeholder {
  color: #666;
}
.contact-us .container .rt form textarea {
  display: block;
  width: 100%;
  outline: none;
  font-size: clamp(14px, 1vw, 16px);
  border: 1px solid #b2b2b2;
  padding: 0.5em 0.65em;
}
.contact-us .container .rt form label {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1vw, 16px);
  color: #666;
}
.contact-us .container .rt form button {
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  color: #fff;
  background-color: #69D1C9;
  margin-top: 5.09091%;
  min-width: 7.3125em;
  padding: 0 1em;
  height: 2.5em;
  border-radius: 2em;
  transition: all 0.5s;
}
.contact-us .container .rt form button:hover {
  box-shadow: 0 0 1em #69D1C9;
}
.news-list .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.news-list .wrapper .block {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 11px;
  padding: 1.8125% 0 0.9375%;
}
.news-list .wrapper .block::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(270deg, #f2f2f200 0%, #f2f2f2 100%);
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 1s;
}
.news-list .wrapper .block .date {
  width: 12.125%;
  line-height: 1.45;
  padding-left: 1.1875%;
}
.news-list .wrapper .block .date h3 {
  font-size: clamp(14px, 1.875vw, 36px);
  color: #046A6D;
  font-weight: 600;
}
.news-list .wrapper .block .date h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
}
.news-list .wrapper .block .date em {
  font-size: clamp(14px, 1.97916667vw, 38px);
  color: #b2b2b2;
  transition: all 0.5s;
}
.news-list .wrapper .block .text {
  width: 87.25%;
  line-height: 1.45;
  padding-right: 11%;
}
.news-list .wrapper .block .text h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1em;
}
.news-list .wrapper .block .text p {
  font-size: clamp(12px, 1vw, 16px);
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
}
.news-list .wrapper .block:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}
.news-list .wrapper .block:hover .date h3 {
  color: #046A6D;
}
.news-list .wrapper .block:hover .date em {
  color: #69D1C9;
}
.news-list .wrapper .block:hover .text h4 {
  color: #046A6D;
}
.inner-tab {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 1em 2.222222em;
}
.inner-tab li {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10em;
  background-color: #f2f2f2;
  transition: all 0.5s;
}
.inner-tab li::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(96deg, #c7ec4c -49%, #69d1c9 81%);
  opacity: 0;
  transition: all 0.5s;
}
.inner-tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.25em 1em;
  line-height: 1.25;
  min-width: 12em;
  min-height: 2.888889em;
  color: #333;
  font-weight: 500;
  transition: all 0.5s;
}
.inner-tab li a:hover {
  color: #046A6D;
}
.inner-tab .active {
  background-color: transparent;
}
.inner-tab .active::after {
  opacity: 1;
}
.inner-tab .active a {
  color: #fff !important;
  font-weight: 700;
}
.news-detail .title {
  text-align: center;
  line-height: 1.45;
  font-size: clamp(16px, 2.083333vw, 40px);
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
}
.news-detail .title h3 {
  margin-bottom: 0.75em;
  font-weight: 700;
  line-height: 1.25;
}
.news-detail .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
}
.news-detail .title h5 i {
  color: #046A6D;
  margin-right: 2px;
}
.news-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.5;
	font-weight: 500;
}
.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.25%;
}
.article-tab p {
  max-width: 45%;
  color: #666;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  margin-bottom: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #046A6D;
}
.device-list .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.device-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.device-list .wrapper .block {
  width: 32.0625%;
  margin-bottom: 2.5%;
}
.device-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.30214425%;
}
.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;
  font-size: clamp(12px, 1.1vw, 18px);
  background-color: #f2f2f2;
  line-height: 3.777778;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  color: #333;
  padding: 0 1em;
  transition: all 0.5s;
}
.device-list .wrapper .block .title i {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #96BF0C;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
}
.device-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.device-list .wrapper .block:hover .title {
  color: #046A6D;
}
.device-list .wrapper .block:hover .title i {
  margin-left: 1.388889em;
  width: 1em;
  opacity: 1;
}
.inner-cate-tab {
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  z-index: 5;
}
.inner-cate-tab ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em 3em;
}
.inner-cate-tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 5em;
  padding: 0.25em 1em;
  font-weight: 700;
  color: #333;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
  transform: translate(0, 1px);
}
.inner-cate-tab ul li a:hover {
  color: #046A6D;
}
.inner-cate-tab ul .active a {
  border-bottom-color: #046A6D;
  color: #046A6D;
}
.about-intro {
  background-image: url(../images/about-intro-bg.jpg);
}
.about-intro .index-title h3 {
  color: #0E2F35;
}
.about-intro .brief {
  color: #333;
  overflow: auto;
  max-height: 20.0004em;
  padding-right: 0.5em;
}
.about-intro .brief::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #d8d8d8;
}
.about-intro .brief::-webkit-scrollbar {
  width: 4px;
  background-color: #d8d8d8;
}
.about-intro .brief::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #046A6D;
}
.about-intro .data .block h3 {
  -webkit-text-stroke-color: #046A6D;
}
.about-intro .data .block h5 {
  color: #333;
}
.about-intro .data .block:hover h3 {
  color: #046A6D;
}
.about-cate-tab {
  position: sticky;
  top: 100px;
}
.company-vision {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-vision .block {
  position: relative;
  overflow: hidden;
  width: 25%;
  min-height: 36.1458333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.45;
  padding: 2em 1.6667em 3em;
}
.company-vision .block::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0.25em;
  background-color: #69D1C9;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.company-vision .block .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.company-vision .block .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.company-vision .block .icon {
  width: 2.5em;
  height: 2.5em;
  margin-bottom: 1em;
}
.company-vision .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  opacity: 0.5;
}
.company-vision .block .text {
  color: #fff;
}
.company-vision .block .text h4 {
  font-weight: 700;
  margin-bottom: 1em;
}
.company-vision .block .text .brief {
  font-size: clamp(12px, 1vw, 14px);
  min-height: 8.7em;
}
.company-vision .block:hover::after {
  width: 100%;
}
.company-vision .block:hover .bg img {
  scale: 1.05;
}
.company-vision .block:hover .icon img {
  opacity: 1;
  animation: swing 1s;
}
.about-honor {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0;
  background-color: #f5f5f5;
}
.about-honor .honor-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 1em 2.7em;
  margin-bottom: 2.986111%;
}
.about-honor .honor-tab li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: 3;
  border-radius: 2em;
  padding: 0 1em;
  min-width: 18em;
  font-weight: 500;
  text-align: center;
  color: #333;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 1;
}
.about-honor .honor-tab li::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(101deg, #c7ec4c -26%, #69d1c9 44%);
  transition: all 0.5s;
}
.about-honor .honor-tab li:hover {
  color: #046A6D;
}
.about-honor .honor-tab .active {
  color: #fff !important;
  background-color: transparent;
  font-weight: 700;
}
.about-honor .honor-tab .active::after {
  opacity: 1;
}
.about-honor .honor-swiper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.about-honor .honor-swiper .swiper {
  overflow: visible;
  display: none;
}
.about-honor .honor-swiper .swiper:first-child {
  display: block;
}
.about-honor .honor-swiper .swiper a {
  outline: none;
}
.about-honor .honor-swiper .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 2.444444em 2.333333em 3.055556em;
  background-color: #fff;
  transition: background-color 0.5s;
}
.about-honor .honor-swiper .swiper .swiper-slide::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(136deg, #046a6d -1%, #7dbf0c 155%);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.about-honor .honor-swiper .swiper .swiper-slide:hover {
  border-radius: 1.111111em;
  background-color: transparent;
}
.about-honor .honor-swiper .swiper .swiper-slide:hover::after {
  opacity: 1;
}
.about-honor .honor-swiper .swiper .swiper-slide:hover .title {
  border-bottom-color: #fff;
}
.about-honor .honor-swiper .swiper .swiper-slide:hover .title h4 {
  color: #fff;
}
.about-honor .honor-swiper .swiper .swiper-slide:hover .pic img {
  scale: 0.95;
}
.about-honor .honor-swiper .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 74.16413374%;
}
.about-honor .honor-swiper .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.about-honor .honor-swiper .swiper .title {
  line-height: 1.45;
  display: flex;
  align-items: center;
  padding-bottom: 0.8333em;
  margin-bottom: 1.388889em;
  border-bottom: 1px solid #d8d8d8;
  height: 3.7333em;
}
.about-honor .honor-swiper .swiper .title h4 {
  color: #333;
  font-weight: 700;
  max-height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-honor .honor-swiper .swiper-pagination {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  margin-top: 3%;
}
.about-honor .honor-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #d8d8d8;
  opacity: 1;
  margin: 0 0.2em;
  transition: all 0.5s;
}
.about-honor .honor-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #69D1C9;
}
.about-honor .honor-swiper .swiper-button-prev,
.about-honor .honor-swiper .swiper-button-next {
  font-size: clamp(12px, 1.2vw, 20px);
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background-color: #e7e7e7;
  color: #666;
  font-weight: 700;
  top: 45%;
}
.about-honor .honor-swiper .swiper-button-prev::after,
.about-honor .honor-swiper .swiper-button-next::after {
  font-size: inherit;
}
.about-honor .honor-swiper .swiper-button-prev:active,
.about-honor .honor-swiper .swiper-button-next:active {
  background-color: #046A6D;
  color: #fff;
}
.about-honor .honor-swiper .swiper-button-prev {
  left: 0;
  transform: translate(-50%, 0);
}
.about-honor .honor-swiper .swiper-button-next {
  right: 0;
  transform: translate(50%, 0);
}
.about-workshop {
  padding: 5.208333% 0 7.8125%;
}
.about-workshop .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.about-workshop .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.14728682%;
}
.about-workshop .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-workshop .swiper .swiper-pagination {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  margin-top: 3%;
}
.about-workshop .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #d8d8d8;
  opacity: 1;
  margin: 0 0.2em;
  transition: all 0.5s;
}
.about-workshop .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #69D1C9;
}
.prod-list {
  margin-bottom: 4.43787%;
}
.prod-list .cate-name {
  margin-bottom: 3%;
}
.prod-list .cate-name h3 {
  font-size: clamp(16px, 1.875vw, 36px);
  color: #0E2F35;
  font-weight: 700;
  line-height: 1.45;
}
.prod-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .wrapper .block {
  width: 31.21301775%;
  margin-bottom: 2.95858%;
}
.prod-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 69.66824645%;
  border: 1px solid #d8d8d8;
}
.prod-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-list .wrapper .block .title {
  text-align: center;
  line-height: 1.25;
  font-size: clamp(14px, 1.2vw, 20px);
  margin-top: 1em;
}
.prod-list .wrapper .block .title h4 {
  color: #333;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.6em;
  font-weight: 700;
}
.prod-list .wrapper .block .title i {
  display: inline-block;
  font-size: clamp(12px, 1.7708333vw, 34px);
  color: #d8d8d8;
  transition: all 0.5s;
}
.prod-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.prod-list .wrapper .block:hover .title h4 {
  color: #046A6D;
}
.prod-list .wrapper .block:hover .title i {
  color: #96BF0C;
}
.inner-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-list .container main {
  width: 84.5%;
}
.inner-list .container main .index-title {
  text-align: left;
}
.inner-list .container aside {
  width: 12.5%;
}
.inner-list .container aside ul {
  border-left: 1px solid #d8d8d8;
  min-height: 80vh;
  font-size: clamp(14px, 1vw, 16px);
  padding: 3.625em 0;
  line-height: 1.45;
}
.inner-list .container aside ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 3.75em;
}
.inner-list .container aside ul li::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 1.4375em;
  height: 1.4375em;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  transform: translate(-50%, 0);
  box-shadow: inset 0 0 0 0.375em #fff;
  transition: all 0.5s;
}
.inner-list .container aside ul li a {
  color: #333;
  transition: all 0.5s;
}
.inner-list .container aside ul li a:hover {
  color: #046A6D;
}
.inner-list .container aside ul .active::before {
  background-color: #fff;
  border-color: #046A6D;
  box-shadow: inset 0 0 0 0.375em #046A6D;
  animation: waterRing 2s infinite;
}
@keyframes waterRing {
  0% {
    box-shadow: inset 0 0 0 0.375em #046A6D, 0 0 0 0 rgba(4, 106, 109, 0.2), 0 0 0 0 rgba(4, 106, 109, 0.12);
  }
  70% {
    box-shadow: inset 0 0 0 0.375em #046A6D, 0 0 0 0.7em rgba(4, 106, 109, 0), 0 0 0 1.5em rgba(4, 106, 109, 0);
  }
}
.inner-list .container aside ul .active a {
  color: #046A6D;
  font-weight: 700;
}
.prod-intro {
  margin-bottom: 6.25%;
}
.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: 65.625%;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  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 .pic:hover img {
  scale: 1.05;
}
.prod-intro .intro .rt {
  width: 43.5625%;
}
.prod-intro .intro .rt .title {
  margin-bottom: 0.8333em;
  font-size: clamp(18px, 2.083333vw, 40px);
  margin-bottom: 1.6em;
  line-height: 1.25;
}
.prod-intro .intro .rt .title h3 {
  color: #0E2F35;
  font-weight: 700;
  line-height: 1.25;
}
.prod-intro .intro .rt .title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #046A6D;
  margin-bottom: 1.25em;
  font-weight: 700;
}
.prod-intro .intro .rt .brief {
  font-size: clamp(14px, 1vw, 18px);
  color: #333;
  line-height: 1.45;
  min-height: 5.8em;
  margin-bottom: 1.944444em;
  padding-bottom: 1.333333em;
}
.prod-intro .intro .rt .brief h4 {
  font-weight: 700;
  color: #046A6D;
}
.prod-detail {
  margin-bottom: 6.25%;
}
.prod-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
	font-weight: 500;
  line-height: 1.45;
  overflow: auto;
  margin-bottom: 3.75%;
}
.prod-detail article h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 700;
  margin-bottom: 1em;
  color: #3d3d3d;
}
.prod-detail article h3 {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  margin-bottom: 1em;
  color: #3d3d3d;
}
.prod-detail article h2 {
  font-size: clamp(20px, 1.666667vw, 32px);
  font-weight: 700;
  margin-bottom: 1em;
  color: #3d3d3d;
}
.prod-detail article h1 {
  font-size: clamp(24px, 2.083333vw, 40px);
  font-weight: 700;
  margin-bottom: 1em;
  color: #3d3d3d;
}
.prod-detail article table {
  max-width: 100%;
  width: 930px;
}
.prod-detail article table tr td {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #3f3f3f;
  padding: 0.25em;
  color: #151515;
  text-align: center;
  height: 3em;
  width: 8em;
}
/* .prod-detail article table tr td:first-child {
  background-color: #E6EFC2;
  font-weight: 700;
}
.prod-detail article table tr:first-child td {
  background-color: #E6EFC2;
  font-weight: 700;
} */
.online-msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.6667%;
}
.online-msg form .form-row .form-col {
  width: 49.1666667%;
}
.online-msg form .code-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.online-msg form .code-row .code-col {
  position: relative;
  overflow: hidden;
  flex: 1;
  margin-right: 3.75vw;
}
.online-msg form .code-row .code {
  font-size: clamp(14px, 1vw, 16px);
  border: 1px solid rgba(4, 106, 109, 0.33);
  border-radius: 0.25em;
  position: absolute;
  background-color: #fff;
  height: 100%;
  cursor: pointer;
  right: 0;
  top: 0;
}
.online-msg form .code-row .code img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.online-msg form input,
.online-msg form textarea {
  width: 100%;
  outline: none;
  border-radius: 0.25em;
  border: 1px solid rgba(4, 106, 109, 0.33);
  background-color: #fff;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  padding: 0.25em 0.5em;
  height: 2.5em;
  transition: all 0.5s;
}
.online-msg form input:focus,
.online-msg form textarea:focus {
  border-color: #046A6D;
}
.online-msg form textarea {
  height: 9.375em;
}
.online-msg form label {
  display: block;
  width: 100%;
  color: #333;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 0.25em;
}
.online-msg form label span {
  color: #f00;
}
.online-msg form button {
  outline: none;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  height: 2.5em;
  border-radius: 1.5em;
  background-color: #046A6D;
  min-width: 8.3125em;
  padding: 0 1em;
  transition: all 0.5s;
}
.online-msg form button:hover {
  box-shadow: 0 2px 5px #046A6D;
}
.section-title {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  font-size: clamp(16px, 1.5625vw, 30px);
  line-height: 1.45;
  padding-bottom: 0.6em;
  margin-bottom: 2.625%;
}
.section-title::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.566667em;
  height: 0.166667em;
  border-radius: 1em;
  bottom: 0;
  left: 0;
  background-color: #69D1C9;
  transform: translate(0, 50%);
}
.section-title span {
  color: #333;
  font-weight: 700;
}
.prod-cate-tab ul {
	gap: 0;
}
.prod-cate-tab ul li {
	width: 16%;
	line-height: 1.3;
}
.fancybox-bg {
  background-color: #fff !important;
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
