@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-Condensed: 'Roboto Condensed', 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';
  --exCondensed: 'Fira Sans Extra Condensed', '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) !important;
  background-color: #fff;
  max-width: 1920px;
  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: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 100px;
  width: 100%;
}
.mycontainer {
  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, 0, 0, 0.15);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .header-nav {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.875%;
}
header .logo {
  width: 179px;
  text-align: center;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: all 0.5s;
  flex: 1;
}
header .lv1 > li a {
  color: inherit;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .lv1 > li:hover {
  color: #3AB3C4;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .search-icon {
  flex: unset;
  flex: none;
  padding: 0;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 2.2222em;
}
header .lv1 .search-icon img {
  transition: all 0.5s;
}
header .lv1 .search-icon::before {
  display: none;
}
header .lv1 .search-on {
  background-color: #3AB3C4;
}
header .lv1 .search-on img {
  filter: contrast(0) brightness(200%);
}
header .lv1 .tel {
  flex: unset;
  flex: none;
  height: auto;
  display: flex;
  align-items: center;
  line-height: 2.5;
  font-size: clamp(14px, 1vw, 16px);
  white-space: nowrap;
  padding: 0 1.125em 0 0.75em;
  background-color: #3AB3C4;
  border-radius: 1.25em;
  font-weight: 700;
  color: #fff !important;
  margin-left: 2.5em;
}
header .lv1 .tel img {
  width: 1.125em;
  height: 1.125em;
  object-fit: scale-down;
  margin-right: 0.4375em;
}
header .lv1 .tel h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #3d3d3d;
  font-weight: 700;
}
header .lv1 .tel h4 {
  color: #3AB3C4;
  font-weight: 700;
}
header .lv1 > .active {
  color: #fff !important;
  font-weight: 700;
  background-color: #3AB3C4;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: rgba(51, 51, 51, 0.95);
  visibility: hidden;
  opacity: 0;
  padding: 12px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  min-width: 130px;
  font-size: 16px;
  padding: 0 15px;
  color: #fff;
  transition: all 0.5s;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  background-color: #3AB3C4;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  flex: 1;
  height: 100%;
  margin-left: 3.35497836%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search-form {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #ccc;
  padding: 1.5% 0;
  display: none;
}
header .search-form form {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
header .search-form form input {
  flex: 1;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  padding: 0 1em;
  height: 2.5em;
  outline: none;
  border: 1px solid #ccc;
  font-weight: 300;
  transition: all 0.5s;
}
header .search-form form input:focus {
  border-color: #3AB3C4;
}
header .search-form form button {
  font-size: clamp(14px, 1.1vw, 18px);
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  background-color: #ccc;
  transition: all 0.5s;
  color: #333;
  outline: none;
}
header .search-form form button:hover {
  color: #fff;
  background-color: #3AB3C4;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #3AB3C4;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #3AB3C4;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #3AB3C4;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 4s;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active img {
  transform: scale(1);
}
.index-banner .mycontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  position: absolute;
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 2.5px;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5EC446;
}
.index-banner .swiper-page {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(16px, 2.5vw, 48px);
  width: 1em;
  height: 1em;
  outline: none;
  color: #fff;
  font-weight: 400;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
  font-weight: inherit;
}
.index-banner .swiper-button-prev {
  left: 0.83333%;
}
.index-banner .swiper-button-next {
  right: 0.83333%;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #333;
  font-weight: 700;
  position: relative;
  line-height: 1.45;
}
.index-title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #3AB3C4;
  font-weight: 400;
}
.index-more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff !important;
  line-height: 3.125;
  background-color: #3AB3C4;
  padding: 0 1.4375em 0 1.875em;
  border-radius: 1.5625em;
  margin-top: 2.5%;
  transition: all 0.5s;
}
.index-more::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-color: #fff;
}
.index-more i {
  margin-left: 2em;
}
.index-more:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.index-more:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: all 0.5s;
}
.index-about {
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4.1667% 0 14.01041667%;
}
.index-about .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .mycontainer .lt {
  width: 36.1111111%;
}
.index-about .mycontainer .lt .index-title {
  text-align: left;
}
.index-about .mycontainer .rt {
  width: 62.6388889%;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  line-height: 1.45;
}
.index-about .mycontainer .data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.1944444%;
}
.index-about .mycontainer .data .block h2 {
  font-size: clamp(20px, 3.75vw, 72px);
  color: #3AB3C4;
  font-weight: 700;
  line-height: 1.45;
}
.index-about .mycontainer .data .block h2 em {
  font-size: clamp(12px, 1.5625vw, 30px);
  font-weight: 400;
  color: #333;
  margin-left: 0.3em;
}
.index-about .mycontainer .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  line-height: 1.45;
}
.index-app {
  margin: 4.1667% 0 0;
}
.index-app .appThumbSwiper .swiper-slide {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 7.3em;
  padding: 0.5em;
  transition: background 0.5s;
}
.index-app .appThumbSwiper .swiper-slide img {
  width: 2em;
  height: 2em;
  object-fit: scale-down;
  margin-bottom: 0.75em;
  transition: all 0.5s;
}
.index-app .appThumbSwiper .swiper-slide h5 {
  color: #333;
}
.index-app .appThumbSwiper .swiper-slide-thumb-active {
  background-color: #3AB3C4;
}
.index-app .appThumbSwiper .swiper-slide-thumb-active img {
  filter: contrast(0) brightness(200%);
}
.index-app .appThumbSwiper .swiper-slide-thumb-active h5 {
  color: #fff;
  font-weight: 700;
}
.index-app .appSwiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 46.9444444%;
}
.index-app .appSwiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-app .appSwiper .swiper-button-prev,
.index-app .appSwiper .swiper-button-next {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  width: 3.333333em;
  height: 3.333333em;
  transition: all 0.5s;
  background-color: #3AB3C4;
}
.index-app .appSwiper .swiper-button-prev::after,
.index-app .appSwiper .swiper-button-next::after {
  font-size: inherit;
}
.index-app .appSwiper .swiper-button-disabled {
  background-color: #fff;
  color: #666;
  opacity: 1;
}
.index-app .appSwiper .swiper-button-prev {
  left: 0;
}
.index-app .appSwiper .swiper-button-next {
  right: 0;
}
.index-process {
  padding: 7.083333% 0 4.166667%;
  background: url(../images/process-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin-top: -2.9166667%;
}
.index-process .index-title h3,
.index-process .index-title h5 {
  color: #fff;
}
.index-process .swiper .swiper-slide {
  height: auto;
  background-color: #fff;
  font-size: clamp(14px, 1.2vw, 20px);
  border-radius: 0.5em;
  text-align: center;
  padding: 0 1.1em 0.9em;
  margin-top: 1.6999998em;
}
.index-process .swiper .swiper-slide .num {
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  background-color: #d8d8d8;
  width: 2.833333em;
  height: 2.833333em;
  border-radius: 50%;
  line-height: 2.833333;
  margin: -1.4166665em auto 1.35em;
  transition: all 0.5s;
}
.index-process .swiper .swiper-slide img {
  width: 1.8em;
  height: 1.8em;
  object-fit: scale-down;
  margin-bottom: 1.1em;
}
.index-process .swiper .swiper-slide h5 {
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.6em;
}
.index-process .swiper .swiper-slide .brief {
  font-size: clamp(12px, 1vw, 14px);
  color: #333;
  line-height: 1.45;
  min-height: 10.15em;
}
.index-process .swiper .swiper-slide:hover img {
  animation: swing 1s;
}
.index-process .swiper .swiper-slide:hover .num {
  background-color: #3AB3C4;
}
.index-process .swiper .swiper-slide:hover h5 {
  color: #3AB3C4;
}
.index-process .swiper .swiper-pagination {
  position: relative;
  top: auto;
  font-size: clamp(10px, 1.2vw, 20px);
  height: 0.5em;
  margin-top: 2.083333%;
  background-color: #fff;
  border-radius: 0.5em;
}
.index-process .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  font-size: inherit;
  background-color: #5EC446;
  border-radius: 0.5em;
}
.index-case {
  margin: 4.1667% 0;
}
.index-case .case-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4.583333%;
}
.index-case .case-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 17px);
  color: #333;
  width: 13.194444%;
  text-align: center;
  line-height: 1.45;
  padding: 0.5em 1em;
  min-height: 4.23529412em;
  background-color: #f2f2f2;
  transition: all 0.5s;
}
.index-case .case-tab a:hover {
  color: #3AB3C4;
}
.index-case .case-tab .active {
  color: #fff !important;
  background-color: #3AB3C4;
}
.index-case .case-swiper .swiper {
  display: none;
}
.index-case .case-swiper .swiper:nth-child(1) {
  display: block;
}
.index-case .case-swiper .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71.274298%;
}
.index-case .case-swiper .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-case .case-swiper .swiper .pic:hover img {
  scale: 1.05;
}
.index-case .case-swiper .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.77778%;
}
.index-case .case-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 2.5px;
  opacity: 1;
}
.index-case .case-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5EC446;
}
.index-prod {
  padding: 4.1667% 0;
  background-color: #f2f2f2;
}
.index-prod .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-prod .index-title h3,
.index-prod .index-title h5 {
  text-align: left;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 69.117647%;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  position: relative;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 0.5556em 0.5em 0.72222em;
  transition: all 0.5s;
}
.index-prod .swiper .title::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  width: 88.23529412%;
  height: 1px;
  background-color: #d8d8d8;
  transform: translate(-50%, 0);
}
.index-prod .swiper .title h4 {
  color: #333;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .swiper .title h5 {
  font-size: 12px;
  color: #666;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .swiper .swiper-slide {
  background-color: #fff;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title {
  background-color: #3AB3C4;
}
.index-prod .swiper .swiper-slide:hover .title h4 {
  font-weight: 700;
  color: #fff;
}
.index-prod .swiper .swiper-slide:hover .title h5 {
  color: #fff;
}
.index-prod .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.77778%;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 2.5px;
  opacity: 1;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5EC446;
}
.index-partner {
  margin: 4.1667% 0;
}
.index-partner .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding: 25.3393665% 0;
  border: 1px solid #bbb;
}
.index-partner .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  max-width: 90%;
  max-height: 80%;
  transition: all 0.5s;
}
.index-partner .swiper .swiper-slide .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(12px, 1vw, 14px);
  color: #333;
  line-height: 1.45;
  margin-top: 0.5em;
  transition: all 0.5s;
}
.index-partner .swiper .swiper-slide:hover .pic img {
  scale: 0.9;
}
.index-partner .swiper .swiper-slide:hover .title {
  color: #3AB3C4;
}
.index-news {
  padding: 4.1667% 0;
  background: url(../images/new-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72.043011%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .title {
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.15em 1.3em 0.9em 1.1em;
  background-color: #fff;
  transition: all 0.5s;
}
.index-news .swiper .title h4 {
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  margin-bottom: 0.7em;
}
.index-news .swiper .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  line-height: 1.45;
  height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .swiper .title h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45;
  margin-top: 1.1em;
  color: #a6a6a6;
}
.index-news .swiper .title h5 span {
  font-size: 12px;
}
.index-news .swiper .title h5 span i {
  margin-right: 0.3em;
}
.index-news .swiper .title h5 em {
  font-size: clamp(14px, 1.2vw, 20px);
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title {
  background-color: #3AB3C4;
}
.index-news .swiper .swiper-slide:hover .title h4 {
  color: #fff;
}
.index-news .swiper .swiper-slide:hover .title p {
  color: #fff;
}
.index-news .swiper .swiper-slide:hover .title h5 {
  color: #fff;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 2.0833% 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-top .mycontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-top .logo {
  width: 190px;
}
footer .footer-top ul {
  flex: 1;
  margin-left: 11.319444%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top ul li {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
}
footer .footer-top ul li a {
  color: inherit;
}
footer .footer-top ul li:hover {
  opacity: 0.5;
}
footer .footer-mid {
  padding: 2.0833% 0 2.6041667%;
}
footer .footer-mid .mycontainer {
  display: flex;
  justify-content: space-between;
}
footer .footer-mid nav {
  display: flex;
  justify-content: space-between;
  width: 30.6944444%;
  gap: 1.5em;
}
footer .footer-mid address {
  width: 20.833333%;
}
footer .footer-mid form {
  width: 30.1388889%;
  font-size: 14px;
}
footer .footer-mid form .form-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
footer .footer-mid form .form-row .form-col {
  position: relative;
  width: 48.8479263%;
}
footer .footer-mid form input,
footer .footer-mid form textarea {
  width: 100%;
  outline: none;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.5s;
  padding: 0.57143em 0.5em 0.643em;
}
footer .footer-mid form input::placeholder,
footer .footer-mid form textarea::placeholder {
  background: -webkit-linear-gradient(left, #fff var(--size), #f00 var(--size));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
footer .footer-mid form input:focus,
footer .footer-mid form textarea:focus {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
footer .footer-mid form button {
  color: #3AB3C4;
  background-color: #fff;
  height: 2.642857em;
  border-radius: 1.3214285em;
  min-width: 8.42857143em;
  padding: 0 1.5em;
  outline: none;
  cursor: pointer;
  margin-top: 0.7857143em;
  transition: all 0.5s;
}
footer .footer-mid form button:hover {
  box-shadow: inset 0 0 1em 1px #3AB3C4;
}
footer .footer-mid form .code {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
}
footer .footer-mid form .code img {
  max-height: 100%;
}
footer .footer-mid h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.3888889em;
}
footer .footer-mid p {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  margin-bottom: 0.5em;
  line-height: 1.45;
}
footer .footer-mid ul {
  font-size: clamp(14px, 1vw, 16px);
}
footer .footer-mid ul li {
  line-height: 1.45;
  margin-bottom: 0.5em;
  color: #fff;
}
footer .footer-mid ul li a {
  color: inherit;
}
footer .footer-mid ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.45;
  padding: 1.325% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
