@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';
  --Oswald: 'Oswald', '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 {
  -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: 150px;
  width: 100%;
}
.mycontainer {
  max-width: 1200px;
  width: 80%;
  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: #fff;
}
header .header-top {
  position: relative;
  overflow: hidden;
}
header .header-top .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .header-top .logo {
  display: flex;
  align-items: center;
  width: 37.5%;
  height: 100%;
  position: relative;
}
header .header-top .logo::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #14A09A;
  border-radius: 0 0 37px 0;
}
header .header-top .logo img {
  transition: all 0.5s;
}
header .header-top .tel {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.3541667vw, 26px);
}
header .header-top .tel img {
  width: 2em;
  margin-right: 0.34615385em;
}
header .header-top .tel .text {
  line-height: 1.2;
}
header .header-top .tel .text h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
}
header .header-top .tel .text h4 {
  color: #383838;
  font-weight: 700;
}
header .header-top .tel .text h3 {
  font-size: clamp(20px, 1.97916667vw, 38px);
  color: #14A09A;
  font-family: var(--Oswald);
  font-weight: 600;
}
header .header-bt {
  background-color: #fff;
  border-bottom: 1px solid rgba(229, 229, 229, 0.44);
}
header .header-bt .mycontainer {
  height: 50px;
}
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;
  font-size: clamp(16px, 1.1vw, 18px);
  color: #383838;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #14A09A;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li:hover {
  color: #14A09A;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(0%, 0);
  visibility: visible;
  pointer-events: all;
}
header .lv1 > .active {
  color: #14A09A;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv2 {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 150px;
  transform: translate(0%, 10%);
  transition: all 0.5s;
  background-color: #fff;
  padding: 1.3541667% 18.75%;
  box-shadow: 0 3px 5px rgba(0, 6, 26, 0.19);
  display: flex;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  gap: 1em;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #383838;
  font-weight: 300;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  color: #14A09A;
}
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 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search form {
  position: relative;
}
header .search form input {
  width: 214px;
  height: 30px;
  border-radius: 15px;
  outline: none;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 35px 0 14px;
  transition: all 0.5s;
}
header .search form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .search form button {
  position: absolute;
  outline: none;
  border: 0;
  background-color: transparent;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.5s;
}
.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;
}
.pagination > li a {
  display: block;
  font-size: 22px;
  padding: 0 14px;
  line-height: 40px;
  background-color: #edf5fb;
  margin: 5px 8px;
  color: #5f5f5f;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #14A09A;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #14A09A;
}
.pagination .btn {
  margin: 0 29px;
}
.pagination .btn a {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.3);
  font-weight: 700;
}
.pagination .btn i {
  margin: 0 20px;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #dcdcdc !important;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  scale: 1.1;
}
.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 {
  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 {
  bottom: 5%;
  width: auto;
  display: inline-block;
  left: 18.75%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 22px);
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: transparent;
  background-color: #ccc;
  transition: all 0.5s;
  margin: 0 1em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #14A09A;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #14A09A;
  font-weight: 700;
  position: relative;
  line-height: 1.6667;
  z-index: 1;
}
.index-title h4 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #14A09A;
  font-weight: 700;
  line-height: 1.6667;
}
.index-prod-tab {
  background-color: #14A09A;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.index-prod-tab ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod-tab ul li {
  flex: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.45;
  padding: 1em;
  min-height: 6.6666667em;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.index-prod-tab ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.index-prod-tab ul li:hover {
  background-color: #2A82E4;
}
.index-prod-tab ul .active {
  background-color: #2A82E4;
}
.index-prod {
  margin: 3.6458333% 0 2.1875%;
}
.index-prod .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod .mycontainer .lt {
  width: 31.0833333%;
}
.index-prod .mycontainer .lt .index-title {
  text-align: left;
}
.index-prod .mycontainer .lt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.6667;
  color: #383838;
  font-weight: 300;
}
.index-prod .mycontainer .lt .index-more {
  margin-top: 6.875vw;
}
.index-prod .mycontainer .rt {
  width: 60.75%;
}
.index-prod .mycontainer .rt .swiper {
  display: none;
}
.index-prod .mycontainer .rt .swiper:first-child {
  display: block;
}
.index-prod .mycontainer .rt .swiper .swiper-slide {
  padding: 9px;
  background: linear-gradient(90deg, #cccccc 0%, rgba(204, 204, 204, 0.1) 100%);
  height: auto;
}
.index-prod .mycontainer .rt .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .mycontainer .rt .swiper .swiper-slide:hover .title h4 {
  color: #14A09A;
}
.index-prod .mycontainer .rt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 84.9056604%;
  border: 1px solid #383838;
}
.index-prod .mycontainer .rt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .mycontainer .rt .swiper .title {
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1em 0.5em 2em;
}
.index-prod .mycontainer .rt .swiper .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  line-height: 1.45;
  height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}
.index-prod .mycontainer .rt .swiper .title em {
  display: block;
  font-size: clamp(10px, 1.2vw, 20px);
  content: "";
  width: 2em;
  height: 0.1em;
  background-color: #14A09A;
  margin: 1em auto;
}
.index-prod .mycontainer .rt .swiper .title .brief {
  font-size: clamp(12px, 1vw, 14px);
  color: #383838;
  font-weight: 300;
  line-height: 1.8;
  height: 7.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: center;
}
.index-prod .mycontainer .rt .swiper .swiper-pagination {
  position: relative;
  top: auto;
  margin-top: 3.292181%;
  margin-bottom: 2px;
  height: 1px;
}
.index-prod .mycontainer .rt .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 4px;
  background-color: #14A09A;
  margin-top: -2px;
}
.index-more {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff !important;
  text-align: center;
  font-weight: 300;
  background-color: #14A09A;
  line-height: 2.3125;
  border-radius: 1.15625em;
  padding: 0 1.6875em;
  transition: all 0.5s;
}
.index-more:hover {
  box-shadow: 0 3px 6px rgba(0, 6, 26, 0.3);
}
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: 100% auto;
  padding: 6.5625% 0 0;
  margin-bottom: 6.5625%;
}
.index-about .wrapper {
  background-color: #fff;
  box-shadow: 13px 13px 22px -12px rgba(0, 0, 0, 0.15);
  padding: 4.1666667% 6%;
}
.index-about .wrapper .intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .wrapper .intro .lt {
  flex: 1;
  margin-right: 1em;
  position: relative;
  padding-left: 11px;
}
.index-about .wrapper .intro .lt::before {
  position: absolute;
  display: block;
  content: "";
  font-size: clamp(20px, 1.5625vw, 30px);
  top: 0.2em;
  left: 0;
  width: 3px;
  height: 1.4em;
  line-height: 1;
  background-color: #14A09A;
}
.index-about .wrapper .intro .lt h5 {
  font-size: 12px;
  color: #14A09A;
  font-weight: 500;
  line-height: 1.45;
}
.index-about .wrapper .intro .lt h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #383838;
  line-height: 1.45;
}
.index-about .wrapper .intro .rt {
  width: 80.30303%;
}
.index-about .wrapper .intro .rt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #383838;
  font-weight: 300;
  line-height: 1.6667;
}
.index-about .wrapper .intro .rt .index-more {
  margin-top: 1.25vw;
}
.index-about .wrapper .advantages {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.598485%;
}
.index-about .wrapper .advantages .block {
  width: 24.6212121%;
}
.index-about .wrapper .advantages .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 89.230769%;
}
.index-about .wrapper .advantages .block .pic > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .wrapper .advantages .block .pic .mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  padding: 1em 1.66667em;
  transition: all 0.5s;
}
.index-about .wrapper .advantages .block .pic .mask .icon img {
  width: 2.4166667em;
  height: 2.4166667em;
  object-fit: scale-down;
}
.index-about .wrapper .advantages .block .pic .mask h4 {
  font-weight: 500;
  line-height: 1.6667;
  margin: 0.25em 0;
}
.index-about .wrapper .advantages .block .pic .mask h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.6667;
  font-weight: 300;
}
.index-about .wrapper .advantages .block:hover .pic .mask {
  background-color: rgba(20, 160, 154, 0.8);
}
.index-about .wrapper .advantages .block:hover .pic .mask .icon img {
  animation: rubberBand 1s;
}
.index-chart {
  margin: 0 0 3.125%;
}
.index-chart .swiper .swiper-slide {
  background-color: #EDEDED;
  border: 1px solid #000;
  width: 55.5555556%;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 0.9em 0.9em 1.2em;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.index-chart .swiper .swiper-slide:hover .pic img {
  scale: 0.95;
}
.index-chart .swiper .swiper-slide:hover .title a {
  color: #fff;
  background-color: #14A09A;
}
.index-chart .swiper .swiper-slide:hover .title a i {
  color: #14A09A;
  background-color: #fff;
}
.index-chart .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.33461%;
  background-color: #fff;
}
.index-chart .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-chart .swiper .title {
  text-align: center;
  padding: 1em;
}
.index-chart .swiper .title h4 {
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
}
.index-chart .swiper .title em {
  display: block;
  width: 3.5em;
  height: 0.15em;
  background-color: #14A09A;
  margin: 0.5em auto 0.8em;
}
.index-chart .swiper .title a {
  display: inline-block;
  width: 9.5em;
  padding: 0 0.3333em 0 1.3333em;
  font-size: 12px;
  color: #000;
  line-height: 1.6667;
  border: 1px solid #14A09A;
  border-radius: 1em;
  white-space: nowrap;
  transition: all 0.5s;
}
.index-chart .swiper .title a i {
  color: #fff;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  line-height: 1.25;
  border-radius: 50%;
  background-color: #14A09A;
  margin-left: 2.5em;
  transition: all 0.5s;
}
.index-chart .swiper .swiper-slide-visible {
  opacity: 0.5;
}
.index-chart .swiper .swiper-slide-active {
  opacity: 1;
  pointer-events: all;
}
.index-chart .chart-swiper {
  position: relative;
  padding: 0 8%;
}
.index-chart .chart-swiper .swiper-button-prev,
.index-chart .chart-swiper .swiper-button-next {
  font-size: clamp(15px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #14A09A;
}
.index-chart .chart-swiper .swiper-button-prev::after,
.index-chart .chart-swiper .swiper-button-next::after {
  font-size: inherit;
}
.index-document {
  background: url(../images/index-doc-bg.jpg) no-repeat;
  background-size: 100% auto;
  background-color: #f5f5f5;
  padding: 2.2395833% 0 2.96875%;
}
.index-document .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-document .index-title h3 {
  color: #fff;
}
.index-document .index-title .index-more2 {
  border-color: #fff;
  color: #fff;
}
.index-document .swiper .swiper-slide {
  background-color: #fff;
  height: auto;
  border-bottom: 7px solid #14A09A;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  padding: 1.375em 1em 1.875em;
}
.index-document .swiper .swiper-slide a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 4.5em 1.375em;
  background-color: #14A09A;
  line-height: 1.4375;
  height: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  transition: all 0.5s;
}
.index-document .swiper .swiper-slide a:hover {
  box-shadow: inset -4px -6px 10px rgba(255, 255, 255, 0.5);
}
.index-more2 {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 2.75;
  border: 1px solid #14A09A;
  border-radius: 1.375em;
  color: #14A09A;
  padding: 0 2em;
}
.index-more2 i {
  margin-left: 3em;
  font-style: normal;
}
.index-news {
  background-color: #e5e5e5;
  padding: 3.125% 0;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .index-title .index-more2 {
  color: #14A09A;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 65.916667%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt .block {
  position: relative;
  overflow: hidden;
  width: 48.54614412%;
}
.index-news .wrapper .lt .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 82.03125%;
}
.index-news .wrapper .lt .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .title {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.5em 1.4em 2em;
}
.index-news .wrapper .lt .block .title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #14A09A;
  margin-bottom: 0.75em;
}
.index-news .wrapper .lt .block .title span {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
  margin-bottom: 0.75em;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 300;
  color: #383838;
  line-height: 1.45;
  height: 2.9em;
}
.index-news .wrapper .lt .block .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #14A09A;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.5s;
  opacity: 0;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  padding: 1em 1.3333em;
}
.index-news .wrapper .lt .block .mask img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  left: 0;
  top: 0;
}
.index-news .wrapper .lt .block .mask h5 {
  line-height: 1.45;
}
.index-news .wrapper .lt .block .mask p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 2;
  height: 12em;
  font-size: clamp(12px, 1vw, 16px);
}
.index-news .wrapper .lt .block .mask span {
  line-height: 1.45;
}
.index-news .wrapper .lt .block:hover .mask {
  opacity: 1;
}
.index-news .wrapper .rt {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.index-news .wrapper .rt .block {
  display: flex;
  justify-content: space-between;
}
.index-news .wrapper .rt .block .picture {
  width: 50%;
}
.index-news .wrapper .rt .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-news .wrapper .rt .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;

  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .title {
  width: 45.05208333%;
}
.index-news .wrapper .rt .block .title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 0.25em;
}
.index-news .wrapper .rt .block .title h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #14A09A;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.index-news .wrapper .rt .block .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
  height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .rt .block .title em {
  display: block;
  line-height: 1;
  font-size: clamp(14px, 1.5625vw, 30px);
  font-weight: 300;
  color: #14A09A;
  margin-top: 0.25em;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .rt .block:hover .title em {
  transform: translateX(0.2em);
}
footer {
  background-color: #14A09A;
}
footer .footer-top {
  position: relative;
  padding: 4.375% 0 2.44791667%;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
footer .footer-top .mycontainer h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 500;
  margin-bottom: 1em;
}
footer .footer-top .mycontainer p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 1em;
}
footer .footer-top .mycontainer ul li {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 1em;
}
footer .footer-top .mycontainer ul li a {
  color: inherit;
}
footer .footer-top .mycontainer ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .mycontainer .info {
  width: 22.166667%;
}
footer .footer-top .mycontainer nav {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  min-width: 20%;
}
footer .footer-top .mycontainer nav ul {
  columns: 2;
  gap: 2em;
}
footer .footer-top .mycontainer .msg {
  width: 33.9166667%;
}
footer .footer-top .mycontainer .msg h5 {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 2em 0 1em;
}
footer .footer-top .mycontainer .msg form {
  max-width: 292px;
}
footer .footer-top .mycontainer .msg form input,
footer .footer-top .mycontainer .msg form textarea {
  display: block;
  font-size: 14px;
  color: #000;
  outline: none;
  margin-bottom: 1em;
  width: 100%;
  height: 2.42857143em;
  border-radius: 1.21428572em;
  padding: 0.5em 1.5em;
}
footer .footer-top .mycontainer .msg form input::placeholder,
footer .footer-top .mycontainer .msg form textarea::placeholder {
  color: #000;
  font-weight: 300;
}
footer .footer-top .mycontainer .msg form textarea {
  height: 7.7857143em;
}
footer .footer-top .mycontainer .msg form button {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 300;
  height: 34px;
  width: 100px;
  border-radius: 17px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s;
}
footer .footer-top .mycontainer .msg form button:hover {
  color: #14A09A;
  font-weight: 700;
}
footer .footer-bt {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  font-weight: 200;
  text-align: center;
  line-height: 1.45;
}
footer .footer-bt .mycontainer {
  padding: 1% 0;
  border-top: 1px solid #fff;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
