@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);
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #16a8ca;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #16a9caa2;
}
.out-header {
  height: 100px;
  width: 100%;
}
.container {
  max-width: 1440px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
header .logo {
  width: 18%;
}
header .logo img {
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: clamp(16px, 1.1vw, 18px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6667;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #16a8ca;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li:hover > a {
  color: #16a8ca;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .header-tools {
  gap: 0.7778em;
}
header .lv1 .header-tools::after {
  display: none;
}
header .lv1 .header-tools .header-tel,
header .lv1 .header-tools .header-mail {
  cursor: pointer;
  position: relative;
}
header .lv1 .header-tools .header-tel .tip,
header .lv1 .header-tools .header-mail .tip {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  background-color: #fff;
  color: #1b5caa;
  font-size: clamp(14px, 1.05vw, 16px);
  text-align: center;
  padding: 0 1em;
  line-height: 1.75;
  border-radius: 4px;
  white-space: nowrap;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0 1px 4px rgba(0, 6, 26, 0.19));
  transition: all 0.5s;
  z-index: 5;
}
header .lv1 .header-tools .header-tel .tip::before,
header .lv1 .header-tools .header-mail .tip::before {
  content: "";
  position: absolute;
  display: block;
  border: 5px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
header .lv1 .header-tools .header-tel:hover .tip,
header .lv1 .header-tools .header-mail:hover .tip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
header .lv1 .header-tools .header-search {
  cursor: pointer;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 50%;
}
header .lv1 .header-tools .header-search img {
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
}
header .lv1 .header-tools .header-search-on {
  background-color: #16a8ca;
}
header .lv1 .header-tools .header-search-on img {
  filter: contrast(0) brightness(200%) !important;
}
header .lv1 > .active > a {
  color: #16a8ca !important;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  transform: translate(-50%, 10px);
  transition: all 0.5s;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px 0 0 4px;
  font-size: clamp(14px, 1.05vw, 16px);
  color: #333;
  padding: 1.375em 2px 1.375em 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .lv2 > li {
  position: relative;
  line-height: 1.75;
  padding: 0 0.625em 0 1.75em;
  width: 16em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
header .lv2 > li a {
  display: block;
  flex: 1;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .lv2 > li:hover {
  background-color: #ededed;
}
header .lv2 > li:hover > a {
  color: #16a8ca;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  font-size: inherit;
  position: absolute;
  top: -1.375em;
  padding: 1.375em 2.1875em;
  left: 100%;
  transform: translate(-10%, 0);
  transition: all 0.5s;
  background-color: #f5f5f5;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .lv3 li {
  line-height: 1.75;
  margin-bottom: 0.5em;
}
header .lv3 li a {
  transition: all 0.5s;
}
header .lv3 li a:hover {
  color: #16a8ca;
}
header nav {
  width: 67.5694444%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-search-form {
  display: none;
  position: fixed;
  left: 0;
  top: 120px;
  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: #16a8ca;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #ddd;
  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: #16a8ca;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
.header-active {
  background-color: #fff;
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li > a {
  color: #333;
}
.header-active .lv1 .header-tools .header-search img {
  filter: contrast(1) brightness(100%);
}
.pagination {
  margin-top: 4.722222%;
  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;
  transition: all 0.5s;
}
.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: #1b5caa;
  color: #fff;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #1b5caa;
  border-color: transparent;
}
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: scale 3s, opacity 0.5s;
  scale: 1.2;
  opacity: 0;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInUp 0.75s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active h2 span {
  animation: rotateInUpLeft 0.75s ease-out;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInUp 0.1s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active h5 span {
  animation: rotateInUpLeft 1s ease-out;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUpBig 1.25s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
  opacity: 1;
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text h2 {
  position: relative;
  overflow: hidden;
  font-size: clamp(20px, 3.0208333vw, 58px);
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.31034483em;
  opacity: 0;
}
.index-banner .banner-text h2 span {
  display: block;
}
.index-banner .banner-text h5 {
  position: relative;
  overflow: hidden;
  font-size: clamp(12px, 1.25vw, 24px);
  color: #fff;
  line-height: 1.6;
  opacity: 0;
}
.index-banner .banner-text h5 span {
  display: block;
}
.index-banner .banner-text a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 2.86458333vw;
  transition: all 0.5s;
  opacity: 0;
}
.index-banner .banner-text a span {
  margin-left: 0.83333em;
}
.index-banner .swiper-tools {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #16a8ca;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 1.875% 3.125% 1.875% 4.6875%;
  clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.index-banner .swiper-tools .num {
  color: #fff;
  line-height: 1.45;
  font-size: clamp(12px, 1.1vw, 18px);
  margin: 0 3.333333em 0 10em;
}
.index-banner .swiper-tools .num .now {
  display: inline-block;
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
}
.index-banner .swiper-tools .num .total {
  display: inline-block;
}
.index-banner .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  line-height: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(12px, 1.25vw, 24px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #f5f5f5;
  transition: all 0.5s;
  margin: 0 0.333333em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .swiper-btn {
  display: flex;
  align-items: center;
}
.index-banner .swiper-btn .swiper-button-prev,
.index-banner .swiper-btn .swiper-button-next {
  position: relative;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  margin: 0 0.25em;
  left: auto;
  top: auto;
  right: auto;
  transition: all 0.5s;
}
.index-banner .swiper-btn .swiper-button-prev::after,
.index-banner .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-arrow {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 2.66666667em;
  height: 2.66666667em;
  min-width: 2.66666667em;
  line-height: 2.66666667;
  background-color: #16a8ca;
  transition: all 0.5s;
}
.index-arrow:hover {
  box-shadow: 2px 3px 5px #16a8ca;
}
.index-title {
  margin-bottom: 3%;
}
.index-title h2 {
  font-size: clamp(30px, 3.125vw, 60px);
  color: rgba(51, 51, 51, 0.1);
  line-height: 1;
  font-weight: 700;
}
.index-title h3 {
  font-size: clamp(20px, 2.34375vw, 45px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-top: -0.82em;
}
.index-prod {
  position: relative;
  z-index: 1;
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.1667% 0 6.3541667%;
}
.index-prod .container {
  max-width: 1600px;
  width: 85%;
}
.index-prod .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6.1875%;
}
.index-prod .index-title ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
}
.index-prod .index-title ul li {
  cursor: pointer;
  margin: 0.4em;
  color: inherit;
  padding: 0 1em;
  line-height: 2.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 1.15em;
  transition: all 0.5s;
}
.index-prod .index-title ul li:hover {
  color: #16a8ca;
}
.index-prod .index-title ul .active {
  color: #fff !important;
  background-color: #16a8ca;
}
.index-prod .swiper {
  margin: 0 5%;
}
.index-prod .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-prod .swiper .lt {
  width: 37.3611111%;
  background-color: #fff;
  font-size: clamp(12px, 1vw, 16px);
  padding: 1.8125em 2.9375em 2.9375em;
  border-radius: 0.625em;
}
.index-prod .swiper .lt .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.7667em;
}
.index-prod .swiper .lt .brief {
  color: #333;
  font-size: inherit;
  line-height: 1.6667;
}
.index-prod .swiper .lt .brief p {
  position: relative;
  padding-left: 1em;
}
.index-prod .swiper .lt .brief p::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0.8em;
  width: 0.3125em;
  height: 0.3125em;
  border-radius: 50%;
  background-color: #16a8ca;
}
.index-prod .swiper .lt .index-more {
  margin-top: 2.25em;
}
.index-prod .swiper .rt {
  width: 40%;
}
.index-prod .swiper .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72.222222%;
}
.index-prod .swiper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-prod .swiper .rt .pic:hover img {
  scale: 0.95;
}
.index-more {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff !important;
  background-color: #1b5caa;
  padding: 0 2em;
  line-height: 2.6875;
  border-radius: 1.34375em;
  transition: all 0.5s;
}
.index-more:hover {
  box-shadow: 2px 3px 5px #1b5caa;
}
.index-prod-divide {
  position: relative;
  z-index: 1;
  background-color: #e9e9e9;
  height: 4.01041667vw;
  width: 100%;
}
.index-about {
  position: relative;
  overflow: hidden;
  padding: 4.1667% 0 8.69791667%;
}
.index-about .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.index-about .index-title h2 {
  color: rgba(255, 255, 255, 0.1);
}
.index-about .index-title h3 {
  color: #16a8ca;
  font-size: clamp(20px, 1.5625vw, 30px);
}
.index-about .title {
  font-size: clamp(18px, 2.34375vw, 45px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.6667em;
}
.index-about .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 1.6667;
  padding-right: 33.88889%;
}
.index-about .culture {
  margin-top: 3.47222%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 42.08333%;
}
.index-about .culture .block {
  cursor: default;
  width: 29.736211%;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: clamp(16px, 1.25vw, 24px);
  min-height: 6.0416667em;
  color: #fff;
  padding: 0.5em 1.25em;
  border-radius: 0.4166667em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
}
.index-about .culture .block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: inherit;
  margin-bottom: 0.4em;
}
.index-about .culture .block .title h4 {
  line-height: 1.25;
  flex: 1;
  font-weight: 700;
  margin-right: 0.5em;
}
.index-about .culture .block .title img {
  width: 2.2916667em;
  height: 2.2916667em;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-about .culture .block .text {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.index-about .culture .block .text p {
  transition: all 0s;
}
.index-about .culture .block:hover {
  background-color: #16a8ca;
}
.index-about .culture .block:hover .title img {
  width: 0;
  height: 0;
}
.index-about .culture .block:hover .text {
  line-height: 1.25;
  min-height: 3.75em;
  opacity: 1;
}
.index-app {
  padding: 4.16667% 0 4.94791667%;
  background: url(../images/index-app-bg.jpg) no-repeat;
  background-size: cover;
}
.index-app .app-tab {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 0.27777778em solid #e5e5e5;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  border-radius: 1.94444445em;
  margin-bottom: 2.777778%;
}
.index-app .app-tab li {
  cursor: pointer;
  height: 3.33333333em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.25;
  padding: 0 1em;
  border-radius: 1.66666667em;
  transition: all 0.5s;
  color: inherit;
}
.index-app .app-tab li:hover {
  background-color: #16a8ca;
  color: #fff;
}
.index-app .app-tab .active {
  background-color: #16a8ca;
  color: #fff;
}
.index-app .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.8055556% 1.5277778%;
  background-color: #eee;
  border-radius: 1.1111em;
  font-size: clamp(14px, 1.1vw, 18px);
}
.index-app .swiper .lt {
  width: 50.85959885%;
}
.index-app .swiper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.52112676%;
  border-radius: 1.1111em;
}
.index-app .swiper .lt .pic img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-app .swiper .rt {
  width: 46.5616046%;
  padding: 2% 0;
}
.index-app .swiper .rt .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1em;
}
.index-app .swiper .rt .brief {
  color: #333;
  line-height: 1.6667;
}
.index-app .swiper .rt .brief ul li {
  position: relative;
  padding-left: 1.2778em;
}
.index-app .swiper .rt .brief ul li::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.7777778em;
  height: 0.7777778em;
  content: "";
  background: url(../images/index-app-arrow.png) no-repeat;
  background-size: contain;
}
.index-app .swiper .rt .index-more {
  margin-top: 2em;
}
.index-app .app-swiper {
  position: relative;
}
.index-app .app-swiper .swiper-button-next,
.index-app .app-swiper .swiper-button-prev {
  font-size: clamp(16px, 3.125vw, 60px);
  color: #1b5caa;
  font-weight: 700;
  transition: all 0.5s;
}
.index-app .app-swiper .swiper-button-next::after,
.index-app .app-swiper .swiper-button-prev::after {
  font-size: inherit;
}
.index-app .app-swiper .swiper-button-prev {
  left: -5%;
}
.index-app .app-swiper .swiper-button-next {
  right: -5%;
}
.index-tech {
  position: relative;
  overflow: hidden;
  padding: 4.1667% 0 4.6875%;
}
.index-tech .bg {
  position: absolute;
  display: block;
  z-index: -1;
  width: 100%;
  height: 110%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.index-tech .index-title h2 {
  color: rgba(255, 255, 255, 0.1);
}
.index-tech .index-title h3 {
  color: #fff;
}
.index-tech .intro {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.6667;
  margin-bottom: 1.66667%;
}
.index-tech .swiper-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.3888888%;
}
.index-tech .swiper-btn .swiper-pagination {
  position: relative;
  bottom: auto;
  display: inline-block;
  width: auto;
}
.index-tech .swiper-btn .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #1b5caa;
  background-color: #fff;
  font-weight: 700;
  font-family: Arial;
  width: 2.0833333em;
  height: 2.0833333em;
  text-align: center;
  line-height: 2.0833333;
  transition: all 0.5s;
  margin: 0 0 0 0.7916667em;
  opacity: 1;
}
.index-tech .swiper-btn .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16a8ca;
  color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
}
.index-tech .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 3% 5% 3% 5%;
  min-height: 26.5625vw;
  display: flex;
  align-items: center;
}
.index-tech .swiper .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.index-tech .swiper .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-tech .swiper .num {
  position: absolute;
  font-size: clamp(30px, 12.5vw, 240px);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  font-family: Arial;
  color: rgba(255, 255, 255, 0.4);
  right: 0;
  bottom: 0;
  transform: translate(5%, 15%);
  z-index: -1;
}
.index-tech .swiper .text {
  max-width: 674px;
}
.index-tech .swiper .text .line {
  display: flex;
  font-size: clamp(12px, 1.1vw, 18px);
  gap: 4px;
  margin-bottom: 1.5556em;
}
.index-tech .swiper .text .line em {
  display: block;
  width: 4.388889em;
  height: 0.5em;
  border-radius: 0.25em;
  background-color: #16a8ca;
}
.index-tech .swiper .text .line i {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  background-color: #16a8ca;
}
.index-tech .swiper .text .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.75em;
}
.index-tech .swiper .text .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.6667;
}
.index-serv {
  padding: 5.2083333% 0 9.375%;
  background-color: #f2f2f2;
}
.index-serv .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-serv .swiper-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.index-serv .swiper-btn .swiper-button-next,
.index-serv .swiper-btn .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.index-serv .swiper-btn .swiper-button-next::after,
.index-serv .swiper-btn .swiper-button-prev::after {
  display: none;
}
.index-serv .swiper-btn .swiper-button-prev {
  margin-right: 27px;
}
.index-serv .swiper-btn .swiper-button-prev .index-arrow {
  transform: rotateY(180deg);
}
.index-serv .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 131.847134%;
  border-radius: 10px;
}
.index-serv .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-serv .swiper .pic .mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, transparent 20%, #1b5caa);
  font-size: clamp(14px, 1.25vw, 24px);
  background-size: 100% 130%;
  background-position: center bottom;
  padding: 0 3.3333em 1.5em;
  transition: all 0.5s;
}
.index-serv .swiper .pic .mask .brief {
  text-align: center;
  line-height: 1.6667;
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 100%;
  padding: 1.625em 1em;
  min-height: 11.25em;
}
.index-serv .swiper .pic .mask .brief h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
}
.index-serv .swiper .pic:hover img {
  scale: 1.05;
}
.index-serv .swiper .pic:hover .mask {
  background-size: 100% 100%;
}
.index-news {
  background-color: #f2f2f2;
  padding: 0 0 4.166667%;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .index-title a {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  white-space: nowrap;
}
.index-news .index-title a .index-arrow {
  margin-right: 0.83333em;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  width: 46.25%;
  background-color: #fff;
}
.index-news .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55.7228916%;
}
.index-news .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .pic span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  background-color: #1b5caa;
  line-height: 2.4444;
  padding: 0 1.5556em;
  border-radius: 0.5556em 0.5556em 0 0;
}
.index-news .wrapper .lt .title {
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.6em 2.5em 2.2em 2.2em;
}
.index-news .wrapper .lt .title h4 {
  color: #333;
  font-weight: 700;
  margin-bottom: 0.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .lt .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #9c9c9c;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .lt .title a {
  color: inherit;
}
.index-news .wrapper .lt:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .lt:hover .title h4 {
  color: #16a8ca;
}
.index-news .wrapper .rt {
  width: 52.01388889%;
}
.index-news .wrapper .rt .block {
  width: 48.4646195%;
}
.index-news .wrapper .rt .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55.922865%;
  border-radius: 10px;
}
.index-news .wrapper .rt .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6667;
  height: 3.3334em;
  margin: 1.45em 0 2.5em;
}
.index-news .wrapper .rt .block .title h4 a {
  color: inherit;
}
.index-news .wrapper .rt .block:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .rt .block:hover .title h4 {
  color: #16a8ca;
}
.index-news .wrapper .rt .news-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dcdcdc;
  font-size: clamp(14px, 1vw, 16px);
  padding-top: 1.125em;
  margin-bottom: 1.25em;
}
.index-news .wrapper .rt .news-row:last-child {
  margin-bottom: 0;
}
.index-news .wrapper .rt .news-row h5 {
  flex: 1;
  margin-right: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-weight: 700;
}
.index-news .wrapper .rt .news-row h5 a {
  color: inherit;
}
.index-news .wrapper .rt .news-row span {
  white-space: nowrap;
  color: #b4b4b4;
  font-size: clamp(12px, 1vw, 16px);
}
.index-news .wrapper .rt .news-row:hover h5 {
  color: #16a8ca;
}
.footer-contact {
  position: relative;
  overflow: hidden;
  padding: 4.1667% 0;
}
.footer-contact .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 150%;
  object-fit: cover;
  left: 0;
  top: -20%;
  z-index: -1;
}
.footer-contact .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-contact .container .lt {
  width: 75%;
}
.footer-contact .container .lt h5 {
  color: #16a8ca;
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 20px);
  margin-bottom: 0.65em;
}
.footer-contact .container .lt h3 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 2.0833333vw, 40px);
  line-height: 1.5;
}
.footer-contact .container .rt a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
}
.footer-contact .container .rt a .index-arrow {
  margin-right: 0.83333em;
}
footer {
  position: relative;
  overflow: hidden;
  background-color: #0c2c53;
}
footer .bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: -3%;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em;
  padding: 5.5555556% 0 3.472222%;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em;
}
footer .footer-top ul li {
  color: #fff;
}
footer .footer-top ul li a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top ul li a:hover {
  color: #16a8ca;
}
footer .footer-top p {
  color: #fff;
  line-height: 1.6667;
  margin-bottom: 0.3333em;
}
footer .footer-top .logo {
  margin-bottom: 20px;
}
footer .footer-top .block {
  max-width: 32%;
}
footer .footer-top .address p {
  position: relative;
  padding-left: 1.5em;
}
footer .footer-top .address p::before {
  display: block;
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 0.45em;
  left: 0;
  background: url(../images/footer-tel.png) no-repeat;
  background-size: contain;
  background-position: center;
}
footer .footer-top .address .email::before {
  background-image: url(../images/footer-email.png);
}
footer .footer-top .address .location::before {
  background-image: url(../images/footer-location.png);
}
footer .footer-bt {
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.45;
  padding: 2.0833333% 0 2.5%;
  border-top: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
footer .footer-bt a {
  color: inherit;
  margin: 0.5em;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
.inner-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
  z-index: -1;
}
.inner-banner img {
  position: relative;
  display: block;
  width: 100%;
}
.bread-crumb {
  background-color: #f2f2f2;
}
.bread-crumb .container {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.45;
  min-height: 5em;
  color: #3d3d3d;
}
.bread-crumb .container i {
  color: #a6a6a6;
  margin-right: 0.25em;
}
.bread-crumb .container a {
  color: inherit;
  transition: all 0.5s;
  margin: 0.25em;
}
.bread-crumb .container a:hover {
  color: #16a8ca;
}
.news-list {
  background-color: #fff;
  padding: 2.08333% 0 3.4375%;
}
.news-list .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5%;
}
.news-list .block .lt {
  width: 30.625%;
}
.news-list .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.2244898%;
  border-radius: 10px;
}
.news-list .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.news-list .block .rt {
  width: 60.625%;
  padding: 1.3888889% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list .block .rt .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.16667;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.8333em;
}
.news-list .block .rt .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #363940;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.75em;
}
.news-list .block .rt .title a {
  color: inherit;
}
.news-list .block .rt .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.375;
  font-size: clamp(12px, 1vw, 16px);
}
.news-list .block .rt .more span {
  color: #95A1BB;
}
.news-list .block .rt .more a {
  color: #333;
  transition: all 0.5s;
}
.news-list .block:hover .lt .pic img {
  scale: 1.05;
}
.news-list .block:hover .rt .title h4 {
  color: #16a8ca;
}
.news-list .block:hover .rt .more a {
  color: #16a8ca;
}
.news-detail {
  padding: 4.16667% 0 5.625%;
  background-color: #fff;
}
.news-detail .title {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 3.26388889%;
}
.news-detail .title h3 {
  font-size: clamp(18px, 2.0833333vw, 40px);
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.2em;
}
.news-detail .title h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
}
.news-detail .title h5 i {
  color: #a6a6a6;
  font-size: 1.142857em;
  margin-right: 0.75em;
}
.news-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #3d3d3d;
  line-height: 1.875;
}
.article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.0277778%;
}
.article-tab p {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #16a8ca;
}
.inner-tech {
  background-color: #fff;
  padding: 4.16667% 0 3.90625%;
}
.inner-tech .tech-serv {
  margin-bottom: 5.555556%;
}
.inner-tech .tech-serv .index-title h3 {
  margin-top: 0;
}
.inner-tech .tech-serv .intro {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #3d3d3d;
  line-height: 1.45;
  padding-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 3.472222%;
}
.inner-tech .tech-serv .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f2f2f2;
  height: auto;
}
.inner-tech .tech-serv .swiper .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 0;
  padding-bottom: 54.5323741%;
}
.inner-tech .tech-serv .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 110%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  top: -3%;
}
.inner-tech .tech-serv .swiper .text {
  font-size: clamp(14px, 1.25vw, 24px);
  padding: 1em 1.6667em 2.1666667em;
}
.inner-tech .tech-serv .swiper .text .title {
  font-size: inherit;
  color: #3d3d3d;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 1.125em;
}
.inner-tech .tech-serv .swiper .text .brief {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.45;
  color: #3d3d3d;
  text-align: justify;
  text-align-last: center;
}
.inner-tech .tech-serv .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 1.66667%;
}
.inner-tech .tech-serv .swiper .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(12px, 1.25vw, 24px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: #dedede;
  margin: 0 3px;
  transition: all 0.5s;
}
.inner-tech .tech-serv .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16abcf;
}
.inner-tech .serv-field .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-tech .serv-field .wrapper .block {
  width: 32.222222%;
  margin-bottom: 3.333333%;
}
.inner-tech .serv-field .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71.33621%;
  border-radius: 10px;
}
.inner-tech .serv-field .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 110%;
  object-fit: cover;
  top: -3%;
  border-radius: 10px;
}
.inner-tech .serv-field .wrapper .block .title {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  width: 81.25%;
  margin: -3.41666665em auto 0;
  background-color: #fff;
  border-radius: 10px;
  font-size: clamp(14px, 1.25vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.45;
  min-height: 6.8333333em;
}
.inner-tech .serv-field .wrapper .block .title h4 {
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 0.3333em;
}
.inner-tech .serv-field .wrapper .block .title p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #3d3d3d;
}
.industry-list .block .rt .title h4 {
  font-size: clamp(14px, 1.5625vw, 30px);
}
.industry-list .block .rt .title p {
  font-size: clamp(12px, 1.2vw, 20px);
}
.industry-detail {
  padding: 4.16667% 0;
  background-color: #fff;
}
.industry-detail .index-title {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  padding-bottom: 1.0416667%;
}
.industry-detail .index-title h3 {
  margin-top: 0;
}
.industry-detail .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.industry-detail .wrapper .lt {
  width: 41.666667%;
}
.industry-detail .wrapper .lt .pic {
  width: 100%;
}
.industry-detail .wrapper .lt .pic img {
  display: block;
  width: 100%;
}
.industry-detail .wrapper .rt {
  width: 45.6944444%;
}
.industry-detail .wrapper .rt .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #076ACF;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.8em;
}
.industry-detail .wrapper .rt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #3d3d3d;
  line-height: 1.8;
}
.industry-detail .wrapper .rt .brief ul li {
  position: relative;
  padding-left: 1.3em;
}
.industry-detail .wrapper .rt .brief ul li::before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  content: "";
  background: url(../images/index-app-arrow.png) no-repeat;
  background-size: contain;
}
.about-us {
  padding: 10% 0 0;
  background-color: #fff;
}
.about-us .about-intro {
  margin-bottom: 10%;
}
.about-us .about-intro .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-us .about-intro .container .lt {
  width: 56%;
}
.about-us .about-intro .container .lt .index-title {
  margin-bottom: 5%;
}
.about-us .about-intro .container .lt .index-title h2 {
  color: rgba(22, 168, 202, 0.2);
}
.about-us .about-intro .container .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: 1.5;
  text-align: justify;
}
.about-us .about-intro .container .rt {
  width: 36.111111%;
  padding-right: 4.8611111%;
}
.about-us .about-intro .container .rt .pic {
  width: 100%;
  text-align: center;
}
.about-us .company-culture {
  max-width: 1920px;
  margin: 0 auto;
}
.about-us .company-culture .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.about-us .company-culture .block .lt {
  width: 50%;
}
.about-us .company-culture .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.77083333%;
}
.about-us .company-culture .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 110%;
  top: -3%;
  object-fit: cover;
}
.about-us .company-culture .block .rt {
  width: 50%;
  padding: 2% 12.5% 2% 2.96875%;
}
.about-us .company-culture .block .rt h3 {
  font-size: clamp(16px, 1.875vw, 36px);
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.about-us .company-culture .block .rt h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #1b5caa;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.about-us .company-culture .block .rt .brief {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  line-height: 1.6667;
}
.about-us .company-culture .block:nth-child(even) {
  flex-direction: row-reverse;
}
.contact-us {
  background-color: #fff;
}
.contact-us .online-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-us .online-msg .index-title h3 {
  margin-top: 0;
}
.contact-us .online-msg .lt {
  width: 47.96875%;
  padding: 3% 4.67708333% 3% 12.5%;
}
.contact-us .online-msg .lt .info {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  line-height: 1.6667;
}
.contact-us .online-msg .lt .info p {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 1.875em;
}
.contact-us .online-msg .lt .info p::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(../images/contact-tel.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0.3em;
}
.contact-us .online-msg .lt .info .email::before {
  background-image: url(../images/contact-email.png);
}
.contact-us .online-msg .lt .info .website::before {
  background-image: url(../images/contact-website.png);
}
.contact-us .online-msg .lt .info .location::before {
  background-image: url(../images/contact-location.png);
}
.contact-us .online-msg .rt {
  width: 52.03125%;
  background-color: #f2f2f2;
  padding: 5.72916667% 12.5% 4.7916667% 2.96875%;
}
.contact-us .online-msg .rt .index-title {
  margin-bottom: 9.7143%;
}
.contact-us .online-msg .rt .index-title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  margin-top: 0.25em;
}
.contact-us .online-msg .rt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 7.857143%;
}
.contact-us .online-msg .rt form .form-row .form-col {
  width: 47%;
}
.contact-us .online-msg .rt form input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid #d2d2d2;
  color: #000;
  font-size: clamp(14px, 1vw, 16px);
  padding: 0 0.5em 1.5em;
}
.contact-us .online-msg .rt form input::placeholder {
  color: transparent;
  background: -webkit-linear-gradient(left, #666 var(--size), #f00 var(--size));
  background-clip: text;
  -webkit-background-clip: text;
}
.contact-us .online-msg .rt form textarea {
  width: 100%;
  background-color: transparent;
  outline: none;
  font-size: clamp(14px, 1vw, 16px);
  border: 1px solid #d2d2d2;
  color: #000;
  padding: 0.5em;
  height: 6.8125em;
}
.contact-us .online-msg .rt form label {
  font-size: clamp(14px, 1vw, 16px);
  color: #888;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.contact-us .online-msg .rt form label span {
  color: #f00;
}
.contact-us .online-msg .rt form button {
  outline: none;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  height: 2.75em;
  border-radius: 1.375em;
  background-color: #16a8ca;
  min-width: 8.5em;
  padding: 0 1em;
  transition: all 0.5s;
}
.contact-us .online-msg .rt form button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.contact-us .contact-map {
  margin: 6.25% 0 4.16667%;
}
.contact-us .contact-map .index-title {
  text-align: center;
}
.contact-us .contact-map .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(300px, 23.59375vw, 453px);
}
.contact-us .contact-map .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.prod-list {
  padding: 2.0833% 0 3.4375%;
  background-color: #fff;
}
.prod-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .container aside {
  width: 20.83333333%;
}
.prod-list .container aside .aside-title {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  background-color: #16a8ca;
  line-height: 2.333333;
  padding: 0 1.333333em;
  border-radius: 10px 10px 0 0;
}
.prod-list .container aside .aside-footer {
  background-color: #f2f2f2;
  border-radius: 0 0 10px 10px;
  margin-top: 2.29166667vw;
}
.prod-list .container aside .aside-footer .text {
  font-size: clamp(12px, 1vw, 16px);
  color: #3d3d3d;
  line-height: 1.45;
  padding: 1.375em 1.5em 1.375em 1.875em;
}
.prod-list .container aside .aside-footer .text p {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.125em;
}
.prod-list .container aside .aside-footer .text p::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  left: 0;
  top: 0.3em;
  background: url(../images/aside-tel.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
.prod-list .container aside .aside-footer .text .email::before {
  background-image: url(../images/aside-email.png);
}
.prod-list .container aside .aside-footer .text .location::before {
  background-image: url(../images/aside-location.png);
}
.prod-list .container aside i {
  display: inline-block;
  font-size: 12px !important;
  transition: all 0.5s;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  cursor: pointer;
}
.prod-list .container aside .aside-lv1 {
  font-size: clamp(16px, 1.2vw, 18px);
  background-color: #f2f2f2;
  line-height: 1.5;
  border-radius: 0 0 10px 10px;
}
.prod-list .container aside .aside-lv1 > li {
  color: #333;
  font-weight: 700;
}
.prod-list .container aside .aside-lv1 > li a {
  color: inherit;
  flex: 1;
  margin-right: 0.5em;
  transition: all 0.5s;
}
.prod-list .container aside .aside-lv1 > li a:hover {
  color: #16a8ca;
}
.prod-list .container aside .aside-lv1 > li i {
  color: #a6a6a6;
}
.prod-list .container aside .aside-lv1 > li > div {
  display: flex;
  align-items: center;
  padding: 0.25em 0.25em 0.25em 0.3333em;
  min-height: 2.6666667em;
}
.prod-list .container aside .aside-lv1 > .active {
  color: #16a8ca;
}
.prod-list .container aside .aside-lv1 > .active > div > i {
  rotate: 90deg;
  color: #16a8ca;
}
.prod-list .container aside .aside-lv2 {
  display: none;
  font-size: clamp(14px, 1.1vw, 16px);
  padding-bottom: 0.75em;
}
.prod-list .container aside .aside-lv2 > li {
  color: #666;
  padding: 0.25em 0.5em 0.25em 2em;
  font-weight: 400;
}
.prod-list .container aside .aside-lv2 > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 0;
}
.prod-list .container aside .aside-lv2 > .active {
  color: #16a8ca;
}
.prod-list .container aside .aside-lv2 > .active > div > i {
  rotate: 90deg;
  color: #16a8ca;
}
.prod-list .container aside .aside-lv3 {
  display: none;
  font-size: clamp(13px, 1.05vw, 15px);
  padding: 0.5em 0;
  border-top: 1px solid #d8d8d8;
  margin-top: 0.25em;
}
.prod-list .container aside .aside-lv3 > li {
  color: #666;
  font-weight: 400;
}
.prod-list .container aside .aside-lv3 > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 0;
}
.prod-list .container aside .aside-lv3 > .active {
  color: #16a8ca;
}
.prod-list .container aside .aside-lv3 > .active > div > i {
  rotate: 90deg;
  color: #16a8ca;
}
.prod-list .container aside .aside-lv4 {
  display: none;
  padding: 0 1em;
}
.prod-list .container aside .aside-lv4 > li {
  font-weight: 400;
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  padding: 0.25em 0;
}
.prod-list .container aside .aside-lv4 > .active {
  color: #16a8ca;
}
.prod-list .container main {
  width: 76.04166667%;
}
.prod-list .container main .prod-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.649635%;
}
.prod-list .container main .prod-search h3 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid #16a8ca;
  padding-left: 1em;
  white-space: nowrap;
}
.prod-list .container main .prod-search form {
  display: flex;
  flex: 1;
  margin-left: 20px;
  max-width: 508px;
  font-size: 14px;
}
.prod-list .container main .prod-search form input {
  flex: 1;
  color: #000;
  outline: none;
  background-color: #f2f2f2;
  padding: 0 1em;
  height: 4em;
  border-radius: 6px 0 0 6px;
}
.prod-list .container main .prod-search form input::placeholder {
  color: #666;
}
.prod-list .container main .prod-search form button {
  cursor: pointer;
  outline: none;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  background-color: #16a8ca;
  width: 5.7em;
  transition: all 0.5s;
  border-radius: 0 6px 6px 0;
}
.prod-list .container main .prod-search form button:hover {
  box-shadow: 0 2px 10px #16a8ca;
  filter: brightness(120%);
}
.prod-list .container main .prod-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: baseline;
}
.prod-list .container main .prod-wrapper .block {
  width: 30.2283105%;
  margin-bottom: 4.56621%;
}
.prod-list .container main .prod-wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #dedede;
  border-radius: 10px;
}
.prod-list .container main .prod-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-list .container main .prod-wrapper .block .title {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #3d3d3d;
  line-height: 1.3888889;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.7778em;
}
.prod-list .container main .prod-wrapper .block .title h4 {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 0.5em;
}
.prod-list .container main .prod-wrapper .block .title h4 a {
  color: inherit;
}
.prod-list .container main .prod-wrapper .block .title i {
  display: block;
  color: #fff;
  background-color: #a6a6a6;
  border-radius: 0.69444445em;
  width: 3.7777778em;
  line-height: 1.3888889;
  text-align: center;
  transition: all 0.5s;
}
.prod-list .container main .prod-wrapper .block:hover .pic img {
  scale: 1.05;
}
.prod-list .container main .prod-wrapper .block:hover .title h4 {
  color: #16a8ca;
}
.prod-list .container main .prod-wrapper .block:hover .title i {
  background-color: #16a8ca;
}
.prod-list .container main .pagination {
  margin-top: 1%;
}
.prod-detail {
  background-color: #fff;
  padding: 2.08333% 0 3.75%;
}
.prod-detail .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5.5556%;
}
.prod-detail .intro .lt {
  width: 40%;
}
.prod-detail .intro .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #dedede;
  border-radius: 10px;
}
.prod-detail .intro .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 110%;
  object-fit: cover;
  top: -3%;
}
.prod-detail .intro .rt {
  width: 48.4027778%;
}
.prod-detail .intro .rt h3 {
  font-size: clamp(18px, 2.60416667vw, 50px);
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.4em;
}
.prod-detail .intro .rt .brief {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #1b5caa;
  font-weight: 700;
  line-height: 1.45;
}
.prod-detail .intro .rt .brief table {
	width: 100% !important;
}
.prod-detail .intro .rt .brief table tr td {
	font-size: clamp(14px, 1.1vw, 18px);
	color: #333;
	border: 1px solid #ddd;
	background-color: #f1f1f1;
	padding: 0.25em;
	height: 2.5em;
	text-align: center;
}
.prod-detail .intro .rt .brief table tr td:first-child {
	background-color: #1b5caa;
	color: #fff;
	font-weight: 700;
}
.prod-detail .intro .rt .brief table tr:first-child td {
	background-color: #1b5caa;
	color: #fff;
	font-weight: 700;
}
.prod-detail .intro .rt a {
  display: inline-block;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  min-width: 10.5em;
  padding: 0 1.83333em;
  line-height: 3.055556;
  border-radius: 1.527778em;
  background-color: #16a8ca;
  transition: all 0.5s;
  margin-top: 2.2222em;
}
.prod-detail .intro .rt a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.prod-detail .intro .rt a i {
  margin-left: 1.55556em;
}
.prod-detail article {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #3d3d3d;
  line-height: 1.7778;
	overflow: auto;
}
.prod-detail article table {
  width: 100% !important;
}
.prod-detail article table tr td {
  font-size: clamp(12px, 1vw, 16px);
  text-align: center;
  vertical-align: middle;
  padding: 0.25em;
  border: 1px solid #ededed;
	min-width: 7em;
}
.prod-detail article ul {
  width: 100%;
}
.prod-detail article ul li {
  padding-left: 1.55556em;
  position: relative;
}
.prod-detail article ul li::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0.6em;
  width: 1em;
  height: 0.6667em;
  background: url(../images/article-deco1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.prod-detail article div {
  width: 100%;
}
.prod-detail article div:has(img) {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1em;
}
.prod-detail article div:has(img) img {
  max-width: 45.416667%;
}
.prod-detail article p {
  width: 100%;
}
.prod-detail article p:has(img) {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1em;
}
.prod-detail article p:has(img) img {
  max-width: 45.416667%;
}
.prod-detail article:has(img) {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
	align-items: center;
  gap: 1em;
}
.prod-detail article:has(img) img {
  max-width: 45.416667%;
}
.prod-detail section {
  margin-bottom: 5.55556%;
}
.prod-detail .section-title {
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 6px;
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  line-height: 2.65;
  margin-bottom: 2.77778%;
}
.prod-detail .section-title span {
  display: inline-block;
  border-radius: 6px;
  background-color: #1b5caa;
  padding: 0;
  text-align: center;
  padding: 0 1.5em;
  min-width: 10.15em;
}
.prod-detail .online-msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.875%;
}
.prod-detail .online-msg form .form-row .form-col {
  width: 49.1666667%;
}
.prod-detail .online-msg form .code-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prod-detail .online-msg form .code-row input {
  flex: 1;
  max-width: 247px;
  margin-right: 1em;
}
.prod-detail .online-msg form .code-row .code {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.prod-detail .online-msg form input,
.prod-detail .online-msg form textarea {
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  color: #333;
  padding: 0.25em 0.5em;
  height: 33px;
}
.prod-detail .online-msg form textarea {
  height: 129px;
}
.prod-detail .online-msg form label {
  display: block;
  width: 100%;
  color: #666;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.prod-detail .online-msg form label span {
  color: #f00;
}
.prod-detail .online-msg form button {
  outline: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  height: 2.75em;
  border-radius: 1.375em;
  background-color: #16a8ca;
  min-width: 8.5em;
  padding: 0 1em;
  transition: all 0.5s;
  margin-top: 2.642857em;
}
.prod-detail .online-msg form button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.prod-category {
  background-color: #fff;
  padding: 4.166667% 0 5.625%;
}
.prod-category .cate-intro {
  margin-bottom: 4.8611111%;
}
.prod-category .cate-intro .prod-title {
  font-size: clamp(20px, 2.60416667vw, 50px);
  font-weight: 700;
  text-align: center;
  color: #3d3d3d;
  line-height: 1.45;
  margin-bottom: 2.7778%;
}
.prod-category .cate-intro section {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #3d3d3d;
  line-height: 1.45;
  margin-bottom: 2.77778%;
}
.prod-category .cate-intro section .title {
  font-size: clamp(16px, 1.666667vw, 32px);
  color: #3d3d3d;
  font-weight: 700;
  margin-bottom: 1.09375em;
}
.prod-category .cate-intro section .pic-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1.388889em;
}
.prod-category .cate-intro section .pic-wrapper img {
  max-width: 45%;
}
.prod-category .cate-intro section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-category .cate-intro section ul li {
  position: relative;
  width: 50%;
  padding-right: 3%;
  padding-left: 2em;
  font-size: clamp(14px, 1.2vw, 20px);
  margin-bottom: 0.8em;
}
.prod-category .cate-intro section ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: 0;
  background: url(../images/check-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.prod-category .cate-intro .contact {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  min-width: 9.625em;
  padding: 0 1.5625em;
  line-height: 2.5;
  border-radius: 1.25em;
  background-color: #16a8ca;
  transition: all 0.5s;
}
.prod-category .cate-intro .contact:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.prod-category .cate-intro .contact i {
  margin-left: 1.5em;
}
.prod-category .cate-list {
  counter-reset: item-counter;
}
.prod-category .cate-list .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.611111% 1.111111% 3.95833333%;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2.5%;
  counter-increment: item-counter;
}
.prod-category .cate-list .block .lt {
  width: 25.09391435%;
}
.prod-category .cate-list .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.0778443%;
}
.prod-category .cate-list .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.prod-category .cate-list .block .rt {
  width: 60.63110443%;
}
.prod-category .cate-list .block .rt h4 {
  display: inline-block;
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.prod-category .cate-list .block .rt h4 a {
  color: inherit;
}
.prod-category .cate-list .block .rt h4 a::before {
  content: counter(item-counter, upper-roman) " ";
}
.prod-category .cate-list .block .rt h4:hover {
  color: #16a8ca;
}
.prod-category .cate-list .block .rt .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-category .cate-list .block .rt .wrapper ul {
  width: 40%;
}
.prod-category .cate-list .block .rt .wrapper ul li {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #3d3d3d;
  line-height: 1.25;
  margin-bottom: 0.75em;
}
.prod-category .cate-list .block .rt .wrapper ul li a {
  color: inherit;
  transition: all 0.5s;
}
.prod-category .cate-list .block .rt .wrapper ul li a:hover {
  color: #16a8ca;
}
.prod-category .cate-list .block .rt .wrapper ul li i {
  margin-left: 0.6em;
}
.prod-category .cate-list .block .rt .wrapper p {
  max-width: 50%;
  font-size: clamp(12px, 1.25vw, 20px);
  color: #3d3d3d;
  line-height: 1.45;
}
