@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 {
  scroll-behavior: smooth;
  font-family: var(--Noto-Sans-SC);
  margin: 0 auto;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 3px;
  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;
  transition: all 0.5s;
  background: linear-gradient(180deg, #000000cc 0%, #00000000 100%);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .logo {
  width: 28.125%;
}
header .logo a {
  outline: none;
}
header .logo img {
  display: none;
  transition: all 0.5s;
}
header .logo img:nth-child(2) {
  display: block;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 17px);
  transition: all 0.5s;
  line-height: 1.45;
}
header .lv1 > li > a {
  position: relative;
  color: inherit;
  font-weight: 700;
}
header .lv1 > li > a::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
header .lv1 > li:hover {
  color: #31CA9C;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  color: #31CA9C;
}
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;
  min-width: 175px;
}
header .lv2 > li {
  position: relative;
  line-height: 1.45;
  text-align: center;
}
header .lv2 > li:last-child a {
  border-bottom: 0;
}
header .lv2 > li > a {
  display: block;
  flex: 1;
  padding: 0.83755em 1em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
header .lv2 > li:hover a {
  color: #fff;
  background-color: #31CA9C;
  font-weight: 700;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  font-size: inherit;
  position: absolute;
  width: 11.8125em;
  top: -0.4375em;
  padding: 0.75em 0.75em 0.9375em;
  left: 100%;
  transform: translate(-10%, 0);
  transition: all 0.5s;
  background-color: #f2f2f2;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .lv3 > li {
  line-height: 1.45;
  margin-bottom: 0.6875em;
  color: #333;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .lv3 > li:last-child {
  margin-bottom: 0;
}
header .lv3 > li a {
  flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
header .lv3 > li i {
  color: #666;
}
header .lv3 > li:hover {
  color: #267A9F;
}
header .lv3 > li:hover i {
  color: inherit;
}
header .search-lang {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}
header .search-lang .search-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.222222em;
  height: 2.222222em;
  border-radius: 50%;
  font-size: clamp(14px, 1.1vw, 18px);
  transition: all 0.5s;
}
header .search-lang .search-icon img {
  width: 1.11111111em;
  height: 1.11111111em;
  object-fit: contain;
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
}
header .search-lang .header-search-on {
  background-color: #31CA9C !important;
}
header .search-lang .header-search-on img {
  filter: contrast(0) brightness(200%) !important;
}
header .search-lang .lang {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  height: 2.22222222em;
  cursor: default;
}
header .search-lang .lang img {
  width: 1.11111111em;
  height: 1.11111111em;
  object-fit: scale-down;
  margin-right: 0.4444em;
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
}
header .search-lang .lang span {
  color: inherit;
  line-height: 1.45;
  font-weight: 700;
  margin-top: -0.1em;
  transition: all 0.5s;
  color: #fff;
}
header .search-lang .lang span i {
  display: inline-block;
  vertical-align: middle;
  font-size: 8px;
  margin-top: -0.25em;
  margin-left: 1em;
}
header .search-lang .lang .lang-tab {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transition: all 0.5s;
}
header .search-lang .lang .lang-tab li {
  text-align: center;
  width: 100%;
  line-height: 1.45;
  font-size: clamp(13px, 1vw, 16px);
}
header .search-lang .lang .lang-tab li a {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
header .search-lang .lang .lang-tab li:hover a {
  color: #fff;
  background-color: #31CA9C;
}
header .search-lang .lang:hover .lang-tab {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
header .tel {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  background-color: #1F80AA;
  height: 2.5em;
  border-radius: 1.25em;
  padding: 0 1em;
}
header .tel img {
  width: 1.3125em;
  object-fit: contain;
  margin-right: 0.5em;
}
header .tel .text {
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}
header .rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 4.405286%;
  font-size: clamp(14px, 1vw, 18px);
  gap: 2em;
}
header nav {
  flex: 1;
  height: 100%;
  margin-left: 1.25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
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: #31CA9C;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #ccc;
  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: #31CA9C;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
.header-active {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.header-active .logo img {
  display: none !important;
}
.header-active .logo img:nth-child(1) {
  display: block !important;
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 > li:hover:not(.search-lang) {
  color: #267A9F;
}
.header-active .lv1 > .active {
  color: #267A9F;
}
.header-active .search-lang .search-icon img {
  filter: contrast(1) brightness(100%);
}
.header-active .search-lang .lang img {
  filter: contrast(1) brightness(100%);
}
.header-active .search-lang .lang span {
  color: #333;
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid #dedede;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  color: #a6a6a6;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #267A9F;
  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: #267A9F;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.index-banner .banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
	padding: 100% 0;
	background-color: rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text h2 {
  font-size: clamp(16px, 3.33333333vw, 64px);
  color: #fff;
  font-weight: 700;
  line-height: 1.375;
}
.index-banner .banner-text h3 {
  font-size: clamp(16px, 3.125vw, 45px);
  color: #333;
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 1.633333em;
}
.index-banner .banner-text h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #155F81;
  line-height: 1.45;
  margin-bottom: 1.5416667em;
}
.index-banner .banner-text .index-more a {
  font-size: clamp(12px, 1.1vw, 18px);
  min-width: 11.111111em;
  line-height: 3.333333;
}
.index-banner .banner-text .index-more a i {
  margin-left: 2.222222em;
}
.index-banner .swiper-btn {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 4.1667%;
}
.index-banner .swiper-btn .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-banner .swiper-pagination {
  position: relative;
  display: flex;
  width: auto;
  bottom: auto;
  left: auto;
  line-height: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(10px, 1.5625vw, 30px);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 0.5em;
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #0AB367;
  opacity: 0.5;
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #0AB367;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(16px, 3.33333333vw, 64px);
  color: #fff;
  transition: all 0.5s;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-banner .swiper-num {
  font-size: clamp(12px, 1.875vw, 36px);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.25;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.index-banner .swiper-num .now {
  font-size: clamp(16px, 3.333333vw, 64px);
  font-weight: 700;
  color: #fff;
}
.index-title {
  margin-bottom: 3.75%;
}
.index-title h3 {
  position: relative;
  font-size: clamp(20px, 2.5vw, 48px);
  color: #333;
  line-height: 1.3125;
  font-weight: 700;
}
.index-title h3 span {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #267A9F;
  font-weight: 500;
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 22px);
  color: #267A9F;
  line-height: 1.45;
  margin-top: 1em;
}
.index-title em {
  display: block;
  font-size: clamp(20px, 2.5vw, 48px);
  width: 1.8958333em;
  height: 3px;
  margin: 0.625em auto 0;
  background: linear-gradient(90deg, #31ca9c 0%, #267a9f 100%);
}
.index-more a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background: linear-gradient(107deg, #31ca9c 0%, #267a9f 99%);
  border-radius: 0.25em;
  line-height: 3.125;
  padding: 0 1em;
  min-width: 10.25em;
  text-align: center;
  transition: all 0.5s;
}
.index-more a i {
  margin-left: 1.875em;
}
.index-more a::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: #fff;
}
.index-more a:hover::after {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s;
  opacity: 0;
}
.index-about {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 48.6458333%;
}
.index-about .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0 4.1667vw 0 0;
}
.index-about .wrapper .lt .pic img {
  display: block;
  width: 100%;
}
.index-about .wrapper .rt {
  width: 47.1875%;
  padding-right: 8.333333%;
}
.index-about .wrapper .rt .index-title {
  margin-bottom: 2.0833vw;
}
.index-about .wrapper .rt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.6667;
}
.index-about .wrapper .rt .index-more {
  margin-top: 3.125vw;
}
.about-data {
  margin-top: 4.1667%;
}
.about-data .container {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.about-data .block h3 {
  font-size: clamp(18px, 3.333333vw, 64px);
  font-family: var(--Montserrat);
  font-weight: 700;
  color: #267A9F;
  line-height: 1.45;
}
.about-data .block h3 em {
  font-size: clamp(12px, 2.5vw, 48px);
  color: #31CA9C;
  font-weight: 700;
}
.about-data .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  line-height: 1.25;
}
.index-prod {
  padding: 4.1667% 0;
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
}
.index-prod .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod .container .lt {
  width: 37.5%;
}
.index-prod .container .lt .index-title {
  margin-bottom: 6.875vw;
}
.index-prod .container .lt .prod-tab li {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.5625vw, 30px);
  font-weight: 700;
  color: #333;
  cursor: pointer;
  line-height: 1.45;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 0.666667em;
  margin-bottom: 2em;
}
.index-prod .container .lt .prod-tab li a {
	color: inherit;
}
.index-prod .container .lt .prod-tab li .icon {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-right: 1em;
}
.index-prod .container .lt .prod-tab li .icon img {
  width: 1.6em;
  height: 1.6em;
  object-fit: scale-down;
}
.index-prod .container .lt .prod-tab .active {
  color: #31CA9C;
  border-bottom-color: #31CA9C;
}
.index-prod .container .lt .prod-tab .active .icon {
  background: linear-gradient(180deg, #31ca9c 0%, #267a9f 100%);
}
.index-prod .container .lt .prod-tab .active .icon img {
  filter: contrast(0) brightness(200%);
}
.index-prod .container .rt {
  width: 55.3125%;
}
.index-prod .container .rt .prod-cate {
  display: none;
}
.index-prod .container .rt .prod-cate:first-child {
  display: block;
}
.index-prod .container .rt .thumbSwiper {
  padding: 8px;
  margin-bottom: 3.125vw;
}
.index-prod .container .rt .thumbSwiper .swiper-slide {
  font-size: clamp(14px, 1.1vw, 18px);
  border-radius: 0.454545em;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 0.5454em 0.6364em 1em 0.6364em;
  transition: border, box-shadow 0.5s;
  cursor: pointer;
}
.index-prod .container .rt .thumbSwiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 31.55893536%;
}
.index-prod .container .rt .thumbSwiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 99%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .container .rt .thumbSwiper .swiper-slide .pic::after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(270deg, #ffffff 13%, #ffffff00 100%);
  right: -1px;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.index-prod .container .rt .thumbSwiper .swiper-slide .pic .icon {
  position: absolute;
  width: 2.2727273em;
  height: 2.2727273em;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0.6818182em;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  transition: all 0.5s;
}
.index-prod .container .rt .thumbSwiper .swiper-slide .pic .icon img {
  width: 1.1818182em;
  height: 1.1818182em;
  transition: all 0.5s;
}
.index-prod .container .rt .thumbSwiper .swiper-slide .title {
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-prod .container .rt .thumbSwiper .swiper-slide-thumb-active {
  border-color: #31CA9C;
  box-shadow: 0 2px 6px 0 rgba(35, 132, 127, 0.4);
}
.index-prod .container .rt .thumbSwiper .swiper-slide-thumb-active .pic .icon {
  background-color: #267A9F;
  border-color: #267A9F;
}
.index-prod .container .rt .thumbSwiper .swiper-slide-thumb-active .pic .icon img {
  filter: contrast(0) brightness(200%);
}
.index-prod .container .rt .thumbSwiper .swiper-slide-thumb-active .title {
  font-weight: 700;
  color: #267A9F;
}
.index-prod .container .rt .mainSwiper {
  font-size: clamp(14px, 1.25vw, 24px);
  padding: 0 3.208333em;
}
.index-prod .container .rt .mainSwiper .swiper-slide {
  width: 100%;
}
.index-prod .container .rt .mainSwiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.666667%;
}
.index-prod .container .rt .mainSwiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-prod .container .rt .mainSwiper .swiper-slide .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  transition: all 0.5s;
}
.index-prod .container .rt .mainSwiper .swiper-slide .title i {
  font-size: clamp(12px, 1.2vw, 20px);
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-left: 1em;
  transition: all 0.5s;
}
.index-prod .container .rt .mainSwiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .container .rt .mainSwiper .swiper-slide:hover .title {
  color: #267A9F;
  font-weight: 700;
}
.index-prod .container .rt .mainSwiper .swiper-slide:hover .title i {
  color: #267A9F;
}
.index-prod .container .rt .mainSwiper .swiper-button-prev,
.index-prod .container .rt .mainSwiper .swiper-button-next {
  font-size: clamp(14px, 3.125vw, 60px);
  color: #31CA9C;
}
.index-prod .container .rt .mainSwiper .swiper-button-prev::after,
.index-prod .container .rt .mainSwiper .swiper-button-next::after {
  font-size: inherit;
  color: inherit;
}
.index-prod .container .rt .mainSwiper .swiper-button-disabled {
  color: #b6b6b6;
  opacity: 1;
}
.index-slogan {
  background: url(../images/index-slogan-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5.208333% 0;
  text-align: center;
  color: #fff;
  line-height: 1.45;
}
.index-slogan h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  margin-bottom: 1em;
}
.index-slogan h3 {
  font-size: clamp(18px, 2.34375vw, 45px);
  font-weight: 700;
  margin-bottom: 1.1778em;
}
.index-slogan .index-more a {
  background: #fff;
  color: #267A9F;
  min-width: 12.3125em;
}
.index-slogan .index-more a::after {
  background-color: #267A9F;
}
.index-customer {
  padding: 5.208333% 0;
}
.index-customer .index-title {
  text-align: center;
}
.index-customer .map {
  position: relative;
  z-index: 1;
}
.index-customer .map .pic {
  position: relative;
}
.index-customer .map .pic > img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.index-customer .map .dot-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-customer .map .dot-wrapper .dot {
  position: absolute;
}
.index-customer .map .dot-wrapper .dot h4 {
  position: absolute;
  font-size: clamp(10px, 1vw, 16px);
  left: 50%;
  top: -5px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.index-customer .map .dot-wrapper .dot h4 img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.index-customer .map .dot-wrapper .dot i {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #267A9F;
  border-radius: 50%;
  animation: waterRing 1.5s infinite linear;
}
.index-customer .map .dot-wrapper .dot .tip {
  position: absolute;
  font-size: clamp(12px, 1vw, 16px);
  padding: 1.25em 1em 1.5em 2em;
  background-color: #f5f5f5;
  border-radius: 0.625em;
  line-height: 1.45;
  white-space: nowrap;
  min-width: 11.25em;
  left: calc(19.73958333vw + 2.5px);
  top: calc(-2em + 2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.index-customer .map .dot-wrapper .dot .tip .title {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  font-weight: 700;
  margin-bottom: 0.5556em;
}
.index-customer .map .dot-wrapper .dot .tip h5 {
  color: #31CA9C;
  margin-bottom: 1.125em;
}
.index-customer .map .dot-wrapper .dot .tip ul {
  list-style: disc;
}
.index-customer .map .dot-wrapper .dot .tip ul li {
  position: relative;
  margin-bottom: 0.625em;
  margin-left: 1.5em;
  list-style: disc;
}
.index-customer .map .dot-wrapper .dot .tip ul li::marker {
  color: #31CA9C;
}
.index-customer .map .dot-wrapper .dot .tip ul li:last-child {
  margin-bottom: 0;
}
.index-customer .map .dot-wrapper .dot .tip::before {
  position: absolute;
  display: block;
  content: "";
  width: 19.73958333vw;
  height: 1px;
  background-color: #267A9F;
  right: 100%;
  top: 2em;
}
.index-customer .map .dot-wrapper .dot .tip::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.125em;
  height: 0.3125em;
  background-color: #267A9F;
  left: 0;
  top: 2em;
  transform: translate(0, -50%);
}
.index-customer .map .dot-wrapper .active h4 {
  font-weight: 700;
}
.index-customer .map .dot-wrapper .active .tip {
  visibility: visible;
  opacity: 1;
}
@keyframes waterRing {
  0% {
    box-shadow: 0 0 0 0 rgba(38, 122, 159, 0.5), 0 0 0 0 rgba(38, 122, 159, 0.2);
  }
  75% {
    box-shadow: 0 0 0 3px rgba(38, 122, 159, 0.18), 0 0 0 5px rgba(38, 122, 159, 0.1);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(38, 122, 159, 0), 0 0 0 10px rgba(38, 122, 159, 0);
  }
}
.index-join {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-join img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.index-join .title {
  position: absolute;
  color: #fff;
  line-height: 1.45;
  top: 13.45515%;
  left: 9.166667%;
}
.index-join .title h3 {
  font-size: clamp(18px, 2.083333vw, 40px);
  font-weight: 700;
  margin-bottom: 0.625em;
}
.index-join .title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
}
.index-join .title .index-more {
  margin-top: 3.4375vw;
}
.index-join .lt {
  position: relative;
  width: 50%;
}
.index-join .rt {
  position: relative;
  width: 50%;
}
.about-culture {
  position: relative;
}
.about-culture .pic {
  position: relative;
}
.about-culture .pic > img {
  display: block;
  width: 100%;
}
.about-culture .pic .dot-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-culture .pic .dot-wrapper .dot {
  position: absolute;
  font-size: clamp(12px, 1.1vw, 18px);
}
.about-culture .pic .dot-wrapper .dot em {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #00B1FF;
  animation: waterRing 1.5s infinite linear;
  transition: all 0.5s;
}
.about-culture .pic .dot-wrapper .dot i {
  position: absolute;
  display: block;
  width: 1.125em;
  height: 1.125em;
  background: url(../images/location-icon.png) no-repeat;
  background-size: contain;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  filter: contrast(0.8) hue-rotate(50deg) brightness(90%);
  z-index: 1;
  transition: all 0.5s;
}
.about-culture .pic .dot-wrapper .dot h4 {
  position: absolute;
  color: #fff;
  white-space: nowrap;
}
.about-culture .pic .dot-wrapper .dot:hover h4 {
  font-weight: 700;
}
.about-culture .pic .dot-wrapper .dot:hover em {
  scale: 1.2857143;
}
.about-culture .pic .dot-wrapper .dot:hover i {
  filter: contrast(1) hue-rotate(0deg) brightness(100%);
}
.about-culture .pic .dot-wrapper .dot .left {
  left: -0.5em;
  top: 50%;
  transform: translate(-100%, -50%);
}
.about-culture .pic .dot-wrapper .dot .right {
  right: -0.5em;
  top: 50%;
  transform: translate(100%, -50%);
}
.about-culture .pic .dot-wrapper .dot .top {
  top: -1em;
  left: 50%;
  transform: translate(-50%, -100%);
}
.about-culture .pic .dot-wrapper .dot .bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
footer {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 5.208333%;
}
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.33333333em;
  height: 3.33333333em;
  border-radius: 50%;
  background-color: #24AF85;
  transition: all 0.5s;
  box-shadow: 0 0 0 0.625em rgba(36, 175, 133, 0.35);
}
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 h4 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.45;
}
footer .footer-mid h4::after {
  display: block;
  content: "";
  width: 1.25em;
  height: 0.15em;
  background-color: #fff;
  border-radius: 0.5em;
  margin: 0.7em 0 1.45em;
}
footer .footer-mid nav {
  display: flex;
  justify-content: space-between;
  width: 66.5%;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em;
  line-height: 1.45;
}
footer .footer-mid nav ul li {
  color: #fff;
  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: 23.75%;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
}
footer .footer-mid address p {
  margin-bottom: 1em;
}
footer .footer-mid address p:last-of-type {
  margin-bottom: 0;
}
footer .footer-mid address p img {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.2em;
  object-fit: scale-down;
  margin-right: 0.5em;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
  padding: 1.25% 0 2%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
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 .bread-crumb {
  position: absolute;
  width: 100%;
  bottom: 8%;
  left: 0;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.45;
  color: #fff;
}
.inner-banner .bread-crumb p i {
  margin-right: 0.25em;
}
.inner-banner .bread-crumb p a {
  color: inherit;
  margin: 0 0.375em;
  transition: all 0.5s;
}
.inner-banner .bread-crumb p a:hover {
  text-decoration: underline !important;
}
.inner-banner .banner-text {
  position: absolute;
  width: 100%;
  top: 38%;
  left: 0;
  color: #fff;
  line-height: 1.45;
}
.inner-banner .banner-text h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  font-weight: 700;
  margin-bottom: 0.375em;
  line-height: 1.325;
}
.inner-banner .banner-text h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  font-family: var(--Montserrat);
  font-weight: 500;
}
.customer-data {
  position: relative;
  overflow: hidden;
  margin-bottom: 8.125%;
}
.customer-data .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer-data .container .block {
  width: 32.1875%;
  background: url(../images/customer-data-bg.jpg) no-repeat;
  background-size: cover;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.7em 2.4em;
}
.customer-data .container .block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0.5em;
}
.customer-data .container .block .title h4 {
  color: #333;
  font-weight: 700;
  line-height: 1.25;
  flex: 1;
  margin-right: 0.5em;
}
.customer-data .container .block .title img {
  width: 2.4em;
  height: 2.4em;
  object-fit: scale-down;
}
.customer-data .container .block .text {
  display: flex;
  align-items: center;
}
.customer-data .container .block .text .num {
  font-size: clamp(20px, 3.75vw, 72px);
  color: #267A9F;
  font-weight: 700;
  line-height: 1.25;
  font-family: var(--Montserrat);
}
.customer-data .container .block .text .brief {
  flex: 1;
  line-height: 1.3333;
  font-size: clamp(12px, 1.1vw, 18px);
  margin-left: 0.7222em;
}
.customer-data .container .block .text .brief h4 {
  font-size: clamp(12px, 1.875vw, 36px);
  color: #31CA9C;
  font-weight: 700;
  margin-top: -0.35em;
}
.customer-data .container .block .text .brief h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
}
.contact-info {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0;
}
.contact-info .index-title {
  text-align: center;
}
.contact-info .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-info .wrapper .block {
  width: 31.5%;
  border: 1px solid #d8d8d8;
  font-size: clamp(12px, 1.2vw, 20px);
  padding: 3.7em 1em 3.6em;
  border-radius: 0.5em;
  line-height: 1.45;
  text-align: center;
  transition: all 0.5s;
}
.contact-info .wrapper .block .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  border-radius: 0.5em;
  background: linear-gradient(133deg, #267a9f 3%, #31ca9c 100%);
  margin: 0 auto 2em;
}
.contact-info .wrapper .block .icon img {
  width: 3.2em;
  height: 2.7em;
  object-fit: scale-down;
}
.contact-info .wrapper .block h4 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
}
.contact-info .wrapper .block h4::after {
  display: block;
  content: "";
  width: 1.3333em;
  height: 0.1333em;
  background-color: #267A9F;
  margin: 0.6em auto 1.3333em;
}
.contact-info .wrapper .block .text {
  color: #3d3d3d;
}
.contact-info .wrapper .block .text b,
.contact-info .wrapper .block .text strong {
  color: #333;
  font-weight: 700;
}
.contact-info .wrapper .block .text img {
  width: 1em;
  height: 1em;
  object-fit: scale-down;
  margin-top: -0.2em;
  margin-right: 0.5em;
}
.contact-info .wrapper .block .text p {
  margin-bottom: 1em;
}
.contact-info .wrapper .block .text p:last-of-type {
  margin-bottom: 0;
}
.contact-info .wrapper .block:hover {
  border-color: #31CA9C;
  box-shadow: 0 0 0.5em 0 rgba(38, 122, 159, 0.3);
}
.contact-info .wrapper .block:hover .icon {
  animation: swing 1s;
}
.recruit-list {
  margin-bottom: 5.208333%;
}
.recruit-list .index-title {
  text-align: center;
}
.recruit-list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  padding: 0.25em 3.055556%;
  line-height: 1.45;
  min-height: 3.833333em;
}
.recruit-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-list ul li:nth-child(1) {
  justify-content: flex-start;
  text-align: left;
  width: 26.47928%;
}
.recruit-list ul li:nth-child(2) {
  width: 40.04142%;
}
.recruit-list ul li:nth-child(3) {
  width: 26.47929%;
  justify-content: flex-end;
}
.recruit-list .title ul {
  background: linear-gradient(92deg, #267a9f 0%, #31ca9c 99%);
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 700;
  color: #fff;
  border-radius: 0.4167em;
}
.recruit-list .row {
  border-bottom: 1px solid #d8d8d8;
}
.recruit-list .row ul {
  min-height: 5.7em;
  cursor: pointer;
}
.recruit-list .row ul i {
  font-size: clamp(10px, 1vw, 16px);
  transition: all 0.5s;
  margin-left: 0.5em;
}
.recruit-list .row ul li {
  transition: all 0.5s;
}
.recruit-list .row ul li:first-child {
  font-weight: 700;
}
.recruit-list .row ul li:last-child {
  color: #666;
}
.recruit-list .row .content-wrapper {
  display: none;
}
.recruit-list .row article {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
  padding: 1.5em 2.2em;
  border: 1px solid #d8d8d8;
  border-radius: 0.625em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.recruit-list .row article b,
.recruit-list .row article strong {
  font-weight: 700;
}
.recruit-list .row article h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #267A9F;
  font-weight: 700;
  margin-bottom: 1.8em;
}
.recruit-list .row article .index-more {
  align-self: center;
}
.recruit-list .row article section {
  width: 39.5546824%;
}
.recruit-list .active {
  border-bottom-color: transparent;
}
.recruit-list .active ul li:last-child {
  color: #267A9F;
}
.recruit-list .active ul i {
  rotate: 90deg;
}
.recruit-list .more {
  margin-top: 3.75%;
  text-align: center;
}
.recruit-list .more a {
  min-width: 11.625em;
}
.contact-us {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us .lt {
  width: 50%;
  padding: 4.1667% 2.8125% 4.1667% 8.333333%;
  background: url(../images/contact-msg-bg.jpg) no-repeat;
  background-size: cover;
}
.contact-us .lt .index-title em {
  margin: 0.625em 0 0;
}
.contact-us .lt form {
  font-size: clamp(14px, 1vw, 16px);
}
.contact-us .lt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.contact-us .lt form .form-row .form-col {
  width: 48.65951743%;
}
.contact-us .lt form input,
.contact-us .lt form textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  outline: none;
}
.contact-us .lt form input {
  height: 3.125em;
  padding: 0 0.75em;
}
.contact-us .lt form textarea {
  height: 7.9375em;
  padding: 0.5em 0.75em;
}
.contact-us .lt form .code-row {
  position: relative;
}
.contact-us .lt form .code-row .code {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.contact-us .lt form .code-row .code img {
  cursor: pointer;
  height: 100%;
  width: auto;
  object-fit: scale-down;
}
.contact-us .lt form button {
  cursor: pointer;
  outline: none;
  background-color: #31CA9C;
  color: #fff;
  min-width: 7.3125em;
  height: 2.5em;
  padding: 0 1em;
  margin-top: 1.5em;
  border-radius: 4px;
  transition: all 0.5s;
}
.contact-us .lt form button:hover {
  box-shadow: 0 0 1em #31CA9C;
}
.contact-us .rt {
  width: 50%;
}
.contact-us .rt iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.prod-list {
  padding: 5.208333% 0 6.5625%;
}
.prod-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .container aside {
  width: 24%;
}
.prod-list .container aside .aside-title {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
  background: linear-gradient(104deg, #267a9f 1%, #31ca9c 100%);
  padding: 1em 0.9em;
  border-radius: 6px 6px 0 0;
}
.prod-list .container aside .aside-lv1 {
  background-color: #f2f2f2;
  border-radius: 0 0 6px 6px;
  font-size: clamp(14px, 1.25vw, 24px);
  padding: 1.25em 1em 1.25em 1.1667em;
  line-height: 1.45;
}
.prod-list .container aside .aside-lv1 > li {
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
.prod-list .container aside .aside-lv1 > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.prod-list .container aside .aside-lv1 > li a {
  color: inherit;
  transition: all 0.5s;
}
.prod-list .container aside .aside-lv1 > li a:hover {
  color: #267A9F;
}
.prod-list .container aside .aside-lv1 .active {
  color: #267A9F;
}
.prod-list .container aside .aside-lv2 {
  font-size: clamp(13px, 1.1vw, 18px);
  padding-top: 1.6667em;
}
.prod-list .container aside .aside-lv2 li {
  color: #666;
  font-weight: 400;
  margin-bottom: 0.8889em;
}
.prod-list .container aside .aside-lv2 div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod-list .container aside .aside-lv2 li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.prod-list .container aside .aside-lv2 li a {
  flex: 1;
  margin-right: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
.prod-list .container aside .aside-lv2 li i {
  font-size: clamp(12px, 1vw, 16px);
	transition: all .5s;
}
.prod-list .container aside .aside-lv2 li:hover a {
  color: #31CA9C;
  font-weight: 700;
}
.prod-list .container aside .aside-lv2 .active a {
  color: #31CA9C;
  font-weight: 700;
}
.prod-list .container aside .aside-lv2 .active i {
	rotate: 90deg;
	color: #31CA9C;
}
.prod-list .container aside .aside-lv3 {
	width: 100%;
}
.prod-list .container aside .aside-lv3 li {
	padding: 0.5em 1em;
	margin-bottom: 0;
	color: #999 !important;
}
.prod-list .container aside .aside-lv3 li a {
	color: inherit !important;
	font-weight: 400 !important;
}
.prod-list .container aside .aside-lv3 li a:hover {
	color: #31CA9C !important;
	font-weight: 700 !important;
}
.prod-list .container aside .aside-lv3 .active {
	color: #31CA9C !important;
	font-weight: 700 !important;
}
.prod-list .container aside .sub-nav {
	display: none;
}
.prod-list .container main {
  width: 69.75%;
}
.prod-list .container main .block-title {
  margin-bottom: 5.3763441%;
}
.prod-list .container main .block-title h3 {
  font-size: clamp(16px, 1.875vw, 36px);
  font-weight: 700;
  color: #333;
  line-height: 1.45;
  padding-bottom: 0.722222em;
  border-bottom: 1px solid #d8d8d8;
}
.prod-list .container main .cate-intro {
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.433692% 2.24014337%;
  border-radius: 10px;
  margin-bottom: 7.1684588%;
}
.prod-list .container main .cate-intro .lt {
  width: 41.18198874%;
}
.prod-list .container main .cate-intro .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.92027335%;
}
.prod-list .container main .cate-intro .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-list .container main .cate-intro .rt {
  text-align: center;
  width: 56.28517824%;
  line-height: 1.45;
}
.prod-list .container main .cate-intro .rt h3 {
  font-size: clamp(14px, 1.875vw, 36px);
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5556em;
}
.prod-list .container main .cate-intro .rt h5 {
  font-size: clamp(12px, 1.25vw, 20px);
  color: #267A9F;
}
.prod-list .container main .prod-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .container main .prod-wrapper .block {
  width: 47.9390681%;
  margin-bottom: 2.688172%;
}
.prod-list .container main .prod-wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.17757%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  transition: all 0.5s;
}
.prod-list .container main .prod-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-list .container main .prod-wrapper .block .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 1.25vw, 24px);
  line-height: 1.25;
  margin-top: 1em;
}
.prod-list .container main .prod-wrapper .block .title h4 {
  color: #333;
  font-weight: 700;
  margin-right: 0.8333em;
  max-width: calc(100% - 1.5em);
}
.prod-list .container main .prod-wrapper .block .title i {
  position: relative;
  font-size: clamp(10px, 1vw, 16px);
  opacity: 0;
  width: 0;
  color: #333;
  overflow: hidden;
  transition: all 0.5s;
}
.prod-list .container main .prod-wrapper .block:hover .pic {
  border-color: #31CA9C;
}
.prod-list .container main .prod-wrapper .block:hover .pic img {
  scale: 1.05;
}
.prod-list .container main .prod-wrapper .block:hover .title h4 {
  color: #267A9F;
}
.prod-list .container main .prod-wrapper .block:hover .title i {
  width: 1em;
  opacity: 1;
  color: #267A9F;
}
.prod-intro {
  padding: 5.208333% 0;
}
.prod-intro .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prod-intro .intro .lt {
  width: 50%;
}
.prod-intro .intro .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s;
}
.prod-intro .intro .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-intro .intro .lt .pic::after {
  position: absolute;
  content: "";
  display: block;
  font-size: clamp(14px, 1.2vw, 20px);
  width: 2.4em;
  height: 2.4em;
  background: url(../images/zoom-icon.png) no-repeat;
  background-size: contain;
  transition: all 0.5s;
  right: 0;
  bottom: 0;
  transform: translate(100%, 100%);
}
.prod-intro .intro .lt .pic:hover::after {
  transform: translate(0, 0);
}
.prod-intro .intro .lt .picSwiper {
  margin-bottom: 20px;
}
.prod-intro .intro .lt .thumbSwiper .swiper-slide {
  cursor: pointer;
}
.prod-intro .intro .lt .thumbSwiper .swiper-slide-thumb-active .pic {
  border-color: #31CA9C;
}
.prod-intro .intro .rt {
  width: 42.0625%;
}
.prod-intro .intro .rt .title {
  margin-bottom: 0.8333em;
  font-size: clamp(18px, 2.083333vw, 40px);
  margin-bottom: 0.8444em;
  line-height: 0.6em;
}
.prod-intro .intro .rt .title h3 {
  color: #333;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.9em 0 0;
}
.prod-intro .intro .rt .title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #666;
}
.prod-intro .intro .rt .title h5 a {
  color: inherit;
  transition: all 0.5s;
}
.prod-intro .intro .rt .title h5 a:hover {
  color: #267A9F;
}
.prod-intro .intro .rt .title h5 a:last-of-type {
  color: #267A9F;
}
.prod-intro .intro .rt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: 1.45;
  min-height: 2.9em;
  margin-bottom: 1.5em;
}
.prod-intro .intro .rt .tel {
  border-top: 1px dashed rgba(49, 202, 156, 0.5);
  border-bottom: 1px dashed rgba(49, 202, 156, 0.5);
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  padding: 0.75em 0;
  font-weight: 700;
  line-height: 1.45;
}
.prod-intro .intro .rt .tel img {
  width: 1.25em;
  height: 1.25em;
  object-fit: scale-down;
  margin-right: 0.5em;
  margin-top: -0.2em;
}
.prod-intro .intro .rt .tel b {
  font-family: var(--Montserrat);
  font-weight: 700;
  color: #267A9F;
  font-size: clamp(16px, 1.25vw, 24px);
}
.prod-intro .intro .rt .index-more {
  margin-top: 2.083333vw;
}
.prod-detail {
  padding-bottom: 4.1667%;
}
.prod-detail article {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.45;
}
.prod-detail article h1 {
  font-size: clamp(20px, 2.083333vw, 40px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-detail article h2 {
  font-size: clamp(18px, 1.5625vw, 30px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-detail article h3 {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-detail article h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-detail article h5 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-detail article img {
  display: block;
  margin: 1em auto;
}
.prod-detail article table {
  max-width: 100% !important;
  width: 1175px;
  margin: 1em auto;
}
.prod-detail article table tr:nth-child(odd) td {
  background-color: #f1f1f1;
}
.prod-detail article table tr td {
  font-size: clamp(10px, 1vw, 16px);
  text-align: center;
  vertical-align: middle;
  padding: 0.25em 0.5em;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  color: #333;
  line-height: 1.45;
  height: 3em;
}
.prod-detail article table tr td:first-child {
  font-weight: 700;
  color: #fff;
  background-color: #267A9F;
}
.prod-detail section {
  margin-bottom: 5%;
}
.prod-detail .article-tab p a:hover {
  color: #267A9F;
}
.section-title {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  font-size: clamp(16px, 1.875vw, 36px);
  line-height: 1.45;
  margin-bottom: 2.5%;
}
.section-title span {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #333;
  font-weight: 700;
  padding-bottom: 0.4em;
}
.section-title span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #267a9f 0%, #31ca9c 96%);
  bottom: -3px;
  left: 0;
  border-radius: 3px;
}
.online-msg {
  padding-bottom: 7.55208333%;
}
.online-msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.6875%;
}
.online-msg form .form-row .form-col {
  width: 49.125%;
}
.online-msg form .code-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.online-msg form .code-row input {
  flex: 1;
  margin-right: 1em;
}
.online-msg form .code-row .code {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.online-msg form input,
.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;
}
.online-msg form textarea {
  height: 129px;
}
.online-msg form label {
  display: block;
  width: 100%;
  color: #333;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 0.5em;
  line-height: 1.45;
}
.online-msg form label span {
  color: #f00;
}
.online-msg form button {
  display: block;
  margin: 0 auto;
  outline: none;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  height: 3.125em;
  border-radius: 0.25em;
  background: linear-gradient(107deg, #0079c4 0%, #31ca9c 102%);
  min-width: 9.375em;
  padding: 0 1em;
  transition: all 0.5s;
  margin-top: 2.642857em;
}
.online-msg form button:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.news-detail {
  margin: 5.208333% 0 8.125%;
}
.news-detail .title {
  text-align: center;
  margin-bottom: 4.25%;
}
.news-detail .title h3 {
  font-size: clamp(18px, 2.083333vw, 40px);
  line-height: 1.45;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5em;
}
.news-detail .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.45;
  margin-top: 1em;
}
.news-detail .title h5 i {
  color: #267A9F;
  margin-right: 0.5em;
}
.news-detail .index-title {
  text-align: center;
}
.news-detail article {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.45;
}
.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 h1 {
  font-size: clamp(20px, 2.083333vw, 40px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.news-detail article h2 {
  font-size: clamp(18px, 1.5625vw, 30px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.news-detail article h3 {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.news-detail article h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.news-detail article h5 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.news-detail article b,
.news-detail article strong {
  font-weight: 700;
}
.news-detail article a {
  color: #267A9F;
}
.news-detail article a:hover {
  text-decoration: underline !important;
}
.article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.75%;
}
.article-tab p {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  margin-bottom: 1em;
}
.article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #267A9F;
}
.culture-list {
  padding: 5.208333% 0 6.0416667%;
}
.culture-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture-list .wrapper .block {
  position: relative;
  overflow: hidden;
  width: 32.125%;
  background-color: #f5f5f5;
  margin-bottom: 2.5%;
  border-radius: 10px;
}
.culture-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.59144%;
}
.culture-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.culture-list .wrapper .block .title {
  display: flex;
  align-items: center;
  line-height: 1.45;
  font-size: clamp(10px, 1.2vw, 20px);
  padding: 1em 1.75em 1em 1.5em;
  min-height: 6.5em;
}
.culture-list .wrapper .block .title .text {
  flex: 1;
  margin-right: 0.5em;
}
.culture-list .wrapper .block .title .text h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.625em;
}
.culture-list .wrapper .block .title .text h4 {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.culture-list .wrapper .block .title i {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #267A9F;
  color: #267A9F;
  transition: all 0.5s;
  z-index: 1;
}
.culture-list .wrapper .block .title i::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(139deg, #31ca9c 10%, #267a9f 86%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.culture-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.culture-list .wrapper .block:hover .title .text h4 {
  color: #267A9F;
}
.culture-list .wrapper .block:hover .title i {
  border-color: transparent;
  color: #fff;
}
.culture-list .wrapper .block:hover .title i::after {
  opacity: 1;
}
.inner-about-tab {
  position: sticky;
  top: 100px;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  z-index: 5;
}
.inner-about-tab ul {
  display: flex;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em 3em;
}
.inner-about-tab ul li a {
  position: relative;
  bottom: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.45;
  padding: 0 1em;
  min-width: 9em;
  min-height: 5em;
  height: 100%;
  color: #333;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
}
.inner-about-tab ul li a:hover {
  color: #267A9F;
}
.inner-about-tab ul .active a {
  color: #267A9F;
  font-weight: 700;
  border-bottom: 2px solid #267A9F;
}
.about-intro {
  padding: 5.208333% 0;
}
.about-intro .index-title em {
  margin: 0.625em 0 0;
}
.about-intro .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-intro .wrapper .lt {
  width: 54.375%;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 2;
  color: #333;
}
.about-intro .wrapper .rt {
  width: 40.5%;
}
.about-intro .wrapper .rt .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about-intro .wrapper .rt .pic img {
  display: block;
  width: 100%;
}
.about-history {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0 8.69791667%;
  background: url(../images/about-history-bg.jpg) no-repeat;
  background-size: cover;
}
.about-history .index-title h3 {
  color: #fff;
}
.about-history .index-title em {
  margin: 0.625em 0 0;
}
.about-history .swiper {
  position: relative;
  font-size: clamp(10px, 1.5625vw, 30px);
}
.about-history .swiper::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 4.3em;
}
.about-history .swiper .swiper-slide h3 {
  font-size: 2.4em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-family: var(--Montserrat);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 1.25;
  scale: 0.555556;
}
.about-history .swiper .swiper-slide em {
  display: block;
  margin: 1em auto 1.2em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 0.366667em #31CA9C;
}
.about-history .swiper .swiper-slide .brief {
  background: linear-gradient(112deg, #267a9f99 0%, #31ca9c99 108%);
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.42857;
  padding: 1.5em 2em 2em;
  border-radius: 10px;
  transition: all 0.5s;
  opacity: 0;
}
.about-history .swiper .swiper-slide .brief h4 {
  text-align: center;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 700;
  margin-bottom: 0.8em;
}
.about-history .swiper .swiper-slide-active h3 {
  color: #fff;
  scale: 1;
}
.about-history .swiper .swiper-slide-active .brief {
  opacity: 1;
}
.about-history .swiper .swiper-button-prev,
.about-history .swiper .swiper-button-next {
  font-size: 2em;
  color: #fff;
  top: 2.15em;
}
.about-history .swiper .swiper-button-prev::after,
.about-history .swiper .swiper-button-next::after {
  font-size: inherit;
}
.about-history .swiper .swiper-button-prev {
  left: 30%;
}
.about-history .swiper .swiper-button-next {
  right: 30%;
}
.about-env {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0;
}
.about-env .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.about-env .index-title em {
  margin: 0.625em 0 0;
}
.about-env .index-title .swiper-btn {
  display: flex;
  font-size: clamp(12px, 1.2vw, 20px);
  gap: 1em;
}
.about-env .index-title .swiper-btn .swiper-button-prev,
.about-env .index-title .swiper-btn .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #31CA9C;
  background-color: #31CA9C;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
}
.about-env .index-title .swiper-btn .swiper-button-prev::after,
.about-env .index-title .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.about-env .index-title .swiper-btn .swiper-button-disabled {
  opacity: 1;
  border: 1px solid #b6b6b6;
  background-color: transparent;
  color: #b6b6b6;
}
.about-env .swiper {
  overflow: visible;
}
.about-env .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.53846154%;
}
.about-env .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-env .swiper .title {
  text-align: center;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  margin-top: 0.8333em;
  transition: all 0.5s;
}
.about-env .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.about-env .swiper .swiper-slide:hover .title {
  color: #267A9F;
}
.about-env .swiper .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 3.1875%;
  background-color: #d8d8d8;
}
.about-env .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #31CA9C;
}
.company-culture {
  padding: 6.7708333% 0;
  background: url(../images/company-culture-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.company-culture .container {
  display: flex;
  justify-content: space-between;
	align-items: flex-end;
  flex-wrap: wrap;
}
.company-culture .container .lt {
  width: 35.5625%;
}
.company-culture .container .lt .index-title {
  margin-bottom: 3.48958333vw;
}
.company-culture .container .lt .index-title em {
  margin: 0.625em 0 0;
}
.company-culture .container .lt .block {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.2vw, 20px);
  background: linear-gradient(101deg, #267a9f 0%, #31ca9c 100%);
  background-position: left center;
  background-size: 500%;
  border-radius: 0.5em;
  padding: 1.3em 1em 1.3em 1.8em;
  margin-bottom: 2em;
  line-height: 1.45;
  transition: all 0.5s;
}
.company-culture .container .lt .block:last-child {
  margin-bottom: 0;
}
.company-culture .container .lt .block .icon {
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  background-color: #fff;
  line-height: 3.2;
  text-align: center;
  margin-right: 1.6em;
}
.company-culture .container .lt .block .icon img {
  width: 1.5em;
  height: 1.5em;
  object-fit: scale-down;
}
.company-culture .container .lt .block h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  flex: 1;
}
.company-culture .container .lt .block h4 b {
  font-weight: 700;
}
.company-culture .container .lt .block:hover {
  background-size: 100%;
}
.company-culture .container .lt .block:hover .icon {
  animation: swing 1s;
}
.company-culture .container .rt {
  width: 60%;
}
.company-culture .container .rt .about-culture {
  position: relative;
  overflow: auto;
  border-radius: 20px;
}
.company-culture .container .rt .title {
  position: absolute;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  top: 2.166667em;
  left: 2.166667em;
}
.global-business {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0 8.125%;
}
.global-business .index-title em {
  margin: 0.625em 0 0;
}
.global-business .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.global-business .wrapper .block {
  width: 24%;
  border: 1px solid #31CA9C;
  box-shadow: 0 0 0.5em 0 rgba(21, 95, 129, 0.4);
  font-size: clamp(12px, 1.2vw, 20px);
  padding: 4em 1.5em;
  text-align: center;
  line-height: 1.45;
  border-radius: 0.5em;
  transition: all 0.5s;
}
.global-business .wrapper .block .icon {
  width: 5em;
  height: 5em;
  margin: 0 auto 2em;
}
.global-business .wrapper .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.global-business .wrapper .block h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  font-weight: 700;
  margin-bottom: 0.642857em;
}
.global-business .wrapper .block h4 span {
	color: #267A9F;
	font-family: var(--Montserrat);
	font-weight: 400;
}
.global-business .wrapper .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  font-family: var(--Montserrat);
  color: #267A9F;
  line-height: 1.25;
  margin-bottom: 0.375em;
}
.global-business .wrapper .block address {
	font-size: clamp(12px, 1vw, 16px);
  padding: 1.5em 0 0;
  color: #333;
  border-top: 1px solid #d8d8d8;
}
.global-business .wrapper .block address img {
  width: 1.5em;
  height: 1.5em;
  object-fit: scale-down;
  margin-right: 1em;
}
.global-business .wrapper .block:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.4);
}
.global-business .wrapper .block:hover .icon {
  animation: swing 1s;
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
