@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);
}
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: 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%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .logo {
  width: 31.25%;
  text-align: center;
}
header .logo img {
  transition: all 0.5s;
}
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(14px, 1.1vw, 18px);
}
header .lv1 > li:first-child {
  margin-left: 0;
}
header .lv1 > li a {
  color: #333;
  padding: 0 1em;
  line-height: 2.2222em;
  border-radius: 4px;
  text-align: center;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li:hover > a {
  color: #fff;
  background-color: #E21621;
  font-weight: 700;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active > a {
  color: #fff;
  background-color: #E21621;
  font-weight: 700;
}
header .lv1 .tel {
  line-height: 1.2;
}
header .lv1 .tel h5 {
  font-size: clamp(14px, 1vw, 16px);
  color: #E21621;
  font-weight: 700;
}
header .lv1 .tel h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #E21621;
  font-weight: 700;
}
header .lv1 .search-lang .search-icon {
  cursor: pointer;
  color: #999;
  transition: all 0.5s;
  margin-right: 1.6667em;
}
header .lv1 .search-lang .search-icon:hover {
  color: #333;
}
header .lv1 .search-lang .search {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 1.5% 3%;
  display: none;
}
header .lv1 .search-lang .search form {
  max-width: 100%;
  width: 650px;
  display: flex;
  margin: 0 auto;
}
header .lv1 .search-lang .search form input {
  flex: 1;
  font-size: clamp(16px, 1.1vw, 18px);
  color: #333;
  height: 2.5em;
  border: 1px solid #ddd;
  border-radius: 1.25em 0 0 1.25em;
  outline: none;
  padding: 0 1em;
  transition: all 0.5s;
}
header .lv1 .search-lang .search form input:focus {
  border-color: #999;
}
header .lv1 .search-lang .search form button {
  font-size: clamp(16px, 1.1vw, 18px);
  width: 3.5em;
  background-color: #ddd;
  color: #333;
  cursor: pointer;
  border-radius: 0 1.25em 1.25em 0;
  transition: all 0.5s;
}
header .lv1 .search-lang .search form button:hover {
  background-color: #999;
}
header .lv1 .search-lang .search .close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100%, 100%);
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
}
header .lv1 .search-lang .search .close:hover {
  transform: translate(-100%, 100%) rotate(360deg);
}
header .lv1 .search-lang .lang {
  position: relative;
  line-height: 2.1111111;
  border: 1px solid #999;
  color: #999;
  border-radius: 1em;
  padding: 0 1em;
  cursor: default;
  transition: all 0.5s;
}
header .lv1 .search-lang .lang:hover {
  color: #333;
}
header .lv1 .search-lang .lang i {
  margin-left: 1em;
}
header .lv1 .search-lang .lang:hover ul {
  transform: translate(-50%, 1%);
  opacity: 1;
  visibility: visible;
}
header .lv1 .search-lang .lang ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
header .lv1 .search-lang .lang ul li {
  text-align: center;
  white-space: nowrap;
  padding: 0 1em;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
header .lv1 .search-lang .lang ul li a {
  color: #999;
  font-weight: 400;
  transition: all 0.5s;
}
header .lv1 .search-lang .lang ul li a:hover {
  color: #E21621;
}
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 nav {
  flex: 1;
  margin-left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #E21621;
  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: #E21621;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #E21621;
  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;
  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%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #E21621;
  transition: all 0.5s;
  margin: 0 6.5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E21621;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #E21621;
  font-weight: 700;
  position: relative;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
.index-title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  line-height: 1.6667;
  text-transform: uppercase;
  color: #333;
}
.search-banner {
  z-index: 10;
  background-color: #FAFAFA;
  padding: 1.0416667% 0;
}
.search-banner .mycontainer {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em;
}
.search-banner .mycontainer span {
  font-size: clamp(14px, 1vw, 16px);
  color: #E21621;
  white-space: nowrap;
  line-height: 1.875;
}
.search-banner .mycontainer .keywords {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #666;
  line-height: 1.66667;
}
.search-banner .mycontainer .keywords a {
  color: inherit;
}
.search-banner .mycontainer .keywords a:hover {
  text-decoration: underline !important;
}
.search-banner .mycontainer form {
  font-size: clamp(14px, 1vw, 16px);
  display: flex;
  align-items: center;
}
.search-banner .mycontainer form input {
  background-color: #fff;
  border: 1px solid #E21621;
  border-right: 0;
  outline: none;
  height: 2.5em;
  width: 15em;
  padding: 0 1em;
}
.search-banner .mycontainer form button {
  width: 5em;
  height: 2.5em;
  outline: none;
  border: 0;
  background: #E21621;
  cursor: pointer;
}
.index-about {
  padding: 3.125% 0 2.60416667%;
  background-color: #F6F6F6;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 61.875%;
  padding: 0 3.125%;
}
.index-about .wrapper .lt .title {
  font-size: clamp(20px, 2.083333vw, 40px);
  font-weight: 700;
  color: #333;
  line-height: 2;
  margin-bottom: 0.75em;
  text-align: center;
}
.index-about .wrapper .lt .brief {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  line-height: 2.083333;
  text-indent: 2em;
}
.index-about .wrapper .lt a {
  display: inline-block;
  color: #E21621;
  font-weight: 500;
  border: 1px solid #E21621;
  border-radius: 0.5em;
  line-height: 2.9;
  padding: 0 1.425em;
  transition: all 0.5s;
  margin-top: 1em;
}
.index-about .wrapper .lt a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.index-about .wrapper .lt .data {
  display: flex;
  justify-content: space-around;
  background-color: #E21621;
  padding: 3% 3.773585% 3.7%;
  margin-top: 4.3%;
}
.index-about .wrapper .lt .data .block {
  color: #fff;
  max-width: 24%;
}
.index-about .wrapper .lt .data .block h2 {
  font-size: clamp(18px, 1.666667vw, 32px);
  font-weight: 700;
  line-height: 1.5625;
  margin-bottom: 0.5em;
}
.index-about .wrapper .lt .data .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.25;
}
.index-about .wrapper .rt {
  width: 37.5%;
}
.index-about .wrapper .rt .pic {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 0;
  padding-bottom: 105%;
}
.index-about .wrapper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .wrapper .rt .pic:hover img {
  scale: 1.05;
}
.index-prod {
  margin: 2.083333% 0;
}
.index-prod .prod-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em 2em;
  margin-bottom: 3.125%;
}
.index-prod .prod-tab li a {
  color: #E21621;
  display: block;
  min-width: 10em;
  padding: 0 0.5em;
  border-radius: 0.5em;
  border: 1px solid #E21621;
  text-align: center;
  line-height: 2.5;
  transition: all 0.5s;
}
.index-prod .prod-tab li a:hover {
  background-color: #E21621;
  color: #fff;
  font-weight: 700;
}
.index-prod .swiper {
  margin: 10px;
}
.index-prod .swiper .swiper-slide {
  padding: 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide:hover {
  border-color: #E21621;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.01;
}
.index-prod .swiper .swiper-slide:hover .title {
  background-color: #E21621;
  color: #fff;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  transition: all 0.5s;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  width: 100%;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em;
  transition: all 0.5s;
  line-height: 2.91666667;
  margin-top: 10px;
}
.index-prod .swiper .title a {
  color: inherit;
}
.index-news {
  padding: 2.083333% 0 1.5625%;
  background-color: #f2f2f2;
}
.index-news .news-tab {
  display: flex;
  font-size: clamp(14px, 1.25vw, 24px);
  gap: 0.833333em;
  margin-bottom: 1.875%;
  padding: 0 2.5%;
}
.index-news .news-tab li {
  cursor: pointer;
  color: #333;
  line-height: 2.083333;
  padding: 0 0.9375em;
  border-bottom: 0.208333em solid transparent;
  transition: all 0.5s;
}
.index-news .news-tab li:hover {
  color: #E21621;
}
.index-news .news-tab .active {
  color: #E21621;
  border-bottom-color: #E21621;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.875%;
}
.index-news .wrapper .lt {
  width: 62.33766234%;
}
.index-news .wrapper .lt .content {
  display: none;
}
.index-news .wrapper .lt .content:first-child {
  display: block;
}
.index-news .wrapper .lt .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #9c9c9c;
  font-size: clamp(10px, 1.2vw, 20px);
  padding: 0.5em 0.5em 1em;
  margin-bottom: 2.083333%;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .date {
  width: 14.893617%;
  font-size: clamp(10px, 1.2vw, 20px);
  color: #E21621;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}
.index-news .wrapper .lt .block .title {
  width: 84.0425532%;
}
.index-news .wrapper .lt .block .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .lt .block .title p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #666;
  line-height: 1.6666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .lt .block .title a {
  color: inherit;
}
.index-news .wrapper .lt .block:hover {
  background-color: rgba(226, 22, 33, 0.1);
  border-color: #E21621;
}
.index-news .wrapper .lt .block:hover .title h4 {
  color: #E21621;
}
.index-news .wrapper .rt {
  width: 36.3636364%;
}
.index-more {
  margin-top: 2.8125%;
  text-align: center;
}
.index-more a {
  display: inline-block;
  font-size: clamp(14px, 1.25vw, 24px);
  border: 1px solid #999;
  color: #999;
  min-width: 8.3333em;
  line-height: 2;
  padding: 0 1.5em;
  border-radius: 1.04166667em;
  transition: all 0.5s;
}
.index-more a:hover {
  border-color: #E21621;
  color: #E21621;
}
footer {
  background-color: #221815;
  padding: 2.8645833% 0 3.90625%;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.125%;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 0.5556em;
}
footer .footer-top .info {
  width: 28.75%;
  margin-right: 5%;
}
footer .footer-top .info .logo {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-bottom: 1em;
}
footer .footer-top .info .logo img {
  width: 3em;
  margin-right: 0.5em;
}
footer .footer-top .info .logo h3 {
  color: #fff;
  line-height: 1.3333;
}
footer .footer-top .info .logo h5 {
  font-size: 10px;
  color: #fff;
  line-height: 2;
}
footer .footer-top .info .logo h4 {
  margin-bottom: 0;
}
footer .footer-top .info .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #999;
  line-height: 1.6667;
}
footer .footer-top nav {
  width: 22.5%;
}
footer .footer-top nav ul {
  font-size: clamp(16px, 1.1vw, 18px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 12em;
  gap: 0 1.5em;
}
footer .footer-top nav ul li {
  line-height: 2.2222;
  margin-bottom: 0.5556em;
}
footer .footer-top nav ul li a {
  color: #999;
  transition: all 0.5s;
}
footer .footer-top nav ul li a:hover {
  color: #fff;
  text-decoration: underline !important;
}
footer .footer-top address {
  width: 22%;
}
footer .footer-top address p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #999;
  line-height: 2.2222;
  margin-bottom: 0.5556em;
}
footer .footer-top .ewm {
  text-align: center;
  width: 12.5%;
}
footer .footer-top .ewm img {
  max-width: 140px;
}
footer .footer-top .ewm p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.6667;
  margin-top: 0.5556em;
}
footer .footer-bt {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #999;
  line-height: 1.6667;
  text-align: center;
  display: flex;
}
footer .footer-bt p {
  flex: 1;
}
footer .footer-bt a {
  color: #C98487;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
footer .footer-bt span i {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 800px;
}
footer .footer-bt span i > img {
  transition: all 0.5s;
}
footer .footer-bt span i .tip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -150%) rotateX(-90deg) rotateY(90deg);
  white-space: nowrap;
  min-width: 100px;
  min-height: 100px;
  transition: all 0.5s;
}
footer .footer-bt span i .tip img {
  width: 100px;
  height: 100px;
}
footer .footer-bt span i:hover > img {
  filter: brightness(200%);
}
footer .footer-bt span i:hover .tip {
  transform: translate(-50%, -100%) rotateX(0deg) rotateY(0deg);
  visibility: visible;
  opacity: 1;
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
.back-top {
  position: fixed;
  right: 1%;
  bottom: 5%;
  background-color: #E21621;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: clamp(12px, 1.2vw, 20px);
  border-radius: 4px;
  transition: all 0.5s;
  animation: fadeOutRight 0.5s;
  visibility: hidden;
}
.back-top:hover {
  filter: sepia(1);
}
.back-top-show {
  animation: fadeInLeft 0.5s;
  visibility: visible;
}
