@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;
}
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: 218px;
  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, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .header-top {
  background-color: #eee;
}
header .header-top .mycontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 43px;
  font-size: clamp(12px, 1vw, 14px);
  color: #000;
  font-style: italic;
}
header .header-top .mycontainer a {
  color: inherit;
}
header .header-top .mycontainer a:hover {
  text-decoration: underline !important;
}
header .header-mid .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 106px;
}
header .header-mid .logo {
  width: 30%;
}
header .header-mid .logo img {
  transition: all 0.5s;
}
header .header-mid .info {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.2vw, 22px);
  color: #000;
  line-height: 1.6;
}
header .header-mid .info img {
  width: 1.8636364em;
  height: 2.22727273em;
  object-fit: scale-down;
  margin-right: 0.636364em;
}
header .header-mid .info b {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 29px);
  line-height: 1.2;
  font-style: italic;
  color: #029b02;
}
header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #029b02;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, 1.1vw, 20px);
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 1;
}
header .lv1 > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
  height: 69px;
  line-height: 1.25;
  padding: 0 0.25em;
  text-align: center;
  width: 100%;
}
header .lv1 > li a:hover {
  opacity: 0.7;
}
header .lv1 > li:last-child::before {
  display: none;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang img {
  width: 1.5em;
  height: 1.5em;
  object-fit: scale-down;
  margin-right: 0.3em;
}
header .lv1 .lang a {
  width: auto;
}
header .lv1 > .active a {
  background-color: #8cc90a;
  color: #fff !important;
  opacity: 1 !important;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 > li a {
  font-size: 16px;
  color: #fff;
}
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 .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;
  margin-top: 2%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #1f61be;
  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: #1f61be;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #1f61be;
  border-color: transparent;
}
.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-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 .banner-img {
  transform: scale(1);
}
.index-banner .banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 5s;
}
.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-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(14px, 3.125vw, 60px);
  color: #fff;
  font-weight: 300;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-banner .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 2px;
  line-height: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 2px;
  border-radius: 0;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b93bf;
}
.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-title {
  text-align: center;
  margin-bottom: 3%;
  line-height: 1.6667;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #000;
  font-weight: 700;
}
.index-title i {
  color: #b5b5b5;
  font-size: clamp(12px, 1.2vw, 20px);
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #454545;
}
.index-prod {
  padding: 2.0833% 0;
  background-color: #f4f4f4;
}
.index-prod .swiper .swiper-slide {
  font-size: clamp(14px, 1vw, 18px);
  background-color: #fff;
  padding: 0.8889em 0.9444em 1em;
}
.index-prod .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 79.89691%;
}
.index-prod .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.9444em;
}
.index-prod .swiper .swiper-slide .title h4 {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #454545;
  margin-right: 0.5em;
  line-height: 1.45;
}
.index-prod .swiper .swiper-slide .title i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 1vw, 15px);
  color: #fff;
  background-color: #029b02;
  width: 2.466667em;
  height: 2.466667em;
  border-radius: 50%;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title h4 {
  color: #029b02;
}
.index-prod .swiper .swiper-slide:hover .title i {
  animation: swing 1s;
}
.index-prod .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 4%;
  font-size: clamp(10px, 1.2vw, 20px);
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.6em;
  height: 0.6em;
  opacity: 1;
  transition: all 0.5s;
  margin: 0 0.225em;
  background-color: #029b02;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8cc90a;
}
.index-about {
  padding: 2.0833% 0 4.1667%;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-about .index-title h3,
.index-about .index-title h5,
.index-about .index-title i {
  color: #fff;
}
.index-about .wrapper {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.index-about .wrapper .lt {
  width: 54.166667%;
  padding: 3.3333% 1.6667%;
  font-size: clamp(14px, 1.2vw, 22px);
  color: #333;
  line-height: clamp(1.6667em, 3.333333vw, 2.909091em);
}
.index-about .wrapper .rt {
  width: 45.833333%;
}
.index-about .wrapper .rt .pic {
  width: 100%;
  height: 100%;
}
.index-about .wrapper .rt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-feature {
  position: relative;
  overflow: hidden;
  padding: 2.0833% 0;
}
.index-feature .mycontainer {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-feature .mycontainer .block {
  position: relative;
  width: 20.833333%;
  text-align: center;
  font-size: clamp(10px, 1.2vw, 20px);
  border-radius: 0.5em;
  transition: all 0.5s;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
  line-height: 1.6667;
  padding: 1.4em 1.5em 2.1em;
}
.index-feature .mycontainer .block img {
  width: 4em;
  height: 4em;
  object-fit: scale-down;
  transition: all 0.5s;
  margin-bottom: 1.4em;
}
.index-feature .mycontainer .block h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #000;
  margin-bottom: 0.5em;
}
.index-feature .mycontainer .block p {
  font-size: 12px;
  color: #8d8d8d;
}
.index-feature .mycontainer .block em {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 1.4em;
  transform: translate(-50%, 0);
  width: 2.1em;
  height: 0.2em;
  background-color: #8d8d8d;
  border: 1px solid #eee;
  transition: all 0.5s;
}
.index-feature .mycontainer .block:hover {
  background-color: #029b02;
}
.index-feature .mycontainer .block:hover img {
  filter: contrast(0) brightness(200%);
  animation: swing 1s;
}
.index-feature .mycontainer .block:hover h4,
.index-feature .mycontainer .block:hover p {
  color: #fff;
}
.index-feature .mycontainer .block:hover em {
  background-color: #fff;
  border-color: #fff;
}
.index-news {
  padding: 2.0833% 0 5.208333%;
  background-color: #f5f5f5;
}
.index-news .mycontainer {
  max-width: 1250px;
}
.index-news .swiper .swiper-slide {
  background-color: #fff;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.6667;
  padding: 2em 1.4em 1em;
}
.index-news .swiper .swiper-slide .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #029b02;
  font-size: clamp(14px, 1.5625vw, 30px);
  margin-bottom: 0.5em;
}
.index-news .swiper .swiper-slide .date h5 {
  font-size: clamp(12px, 1vw, 16px);
}
.index-news .swiper .swiper-slide h4 {
  color: #646464;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.3334em;
}
.index-news .swiper .swiper-slide p {
  color: #adadad;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 6.6668em;
  font-size: clamp(12px, 1vw, 14px);
  margin-bottom: 1em;
}
.index-news .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.55685131%;
}
.index-news .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .swiper-slide span {
  display: inline-block;
  margin-top: 0.6667em;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #029b02;
  border-left: 2px solid #c0c0c0;
  padding-left: 0.8889em;
  line-height: 2.7778;
  transition: all 0.5s;
}
.index-news .swiper .swiper-slide:hover h4 {
  color: #029b02;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover span {
  padding-left: 1.5em;
}
.index-slogan {
  padding: 3.75% 0;
  background: url(../images/index-slogan-bg.jpg) no-repeat;
  background-size: cover;
}
.index-slogan .mycontainer {
  max-width: 1260px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.index-slogan .mycontainer .text {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
  margin-bottom: 1.2em;
}
.index-slogan .mycontainer .slogan {
  display: inline-block;
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 300;
  padding: 0.861111em 1em;
  border-radius: 5em;
  border: 1px solid #fff;
}
.index-slogan .mycontainer .tel {
  font-size: clamp(18px, 2.5vw, 48px);
  margin-top: 0.625em;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 2.3958333% 0 3.958333%;
  line-height: 1.6667;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.8em;
}
footer .footer-top .logo {
  width: 25%;
  align-self: center;
}
footer .footer-top .logo img {
  filter: contrast(0) brightness(200%);
}
footer .footer-top nav ul li {
  margin-bottom: 1.5em;
}
footer .footer-top nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top address {
  width: 43.75%;
}
footer .footer-top address p {
  margin-bottom: 1.5em;
}
footer .footer-top address p:last-of-type {
  margin-bottom: 0;
}
footer .footer-top address .ewm {
  float: right;
  text-align: center;
  font-size: clamp(10px, 1.2vw, 20px);
}
footer .footer-top address .ewm img {
  width: 8.65em;
  height: 8.65em;
  object-fit: scale-down;
}
footer .footer-top address .ewm h4 {
  margin-bottom: 1em;
}
footer .footer-top address .ewm h5 {
  font-size: 11px;
  margin-top: 1em;
}
footer .footer-bt {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.6667;
  padding: 1% 0;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
