@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';
  --Anton: 'Anton', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  scroll-behavior: smooth;
  background-color: #fff;
}
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: 160px;
  width: 100%;
}
.mycontainer {
  max-width: 1200px;
  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-mid {
  background-color: #fff;
}
header .header-mid .mycontainer {
  height: 116px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-mid .logo {
  width: 25%;
}
header .header-mid .tel {
  width: 45%;
}
header .header-bt {
  background-color: #152d7b;
}
header .header-bt .mycontainer {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 3px;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.25vw, 20px);
  color: #fff;
  transition: all 0.5s;
}
header .lv1 > li a {
  display: block;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  padding: 0 1em;
}
header .lv1 > li:last-child::before {
  display: none;
}
header .lv1 > li:hover {
  background-color: #fff;
  color: #004B8C;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  background-color: #fff;
  color: #004B8C;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: #fff;
  padding: 8px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
header .lv2 > li {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 2px 0.5em;
  font-size: 16px;
  line-height: 1.875;
  color: #333;
  font-weight: normal;
  transition: all 0.5s;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  background-color: #004B8C;
  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;
  height: 100%;
  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: #004B8C;
}
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: #004B8C;
}
.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: #004B8C;
  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: #004B8C;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #004B8C;
  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 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 {
  font-size: clamp(10px, 1.1vw, 18px);
  width: 1em;
  height: 1em;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #152d7b;
  transition: all 0.5s;
  margin: 0 0.6111em;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #152d7b;
}
.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, 1.2vw, 20px);
  border-radius: 50%;
  background-color: #fff;
  width: 2.9em;
  height: 2.9em;
  outline: none;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  display: none;
}
.index-banner .swiper-button-prev img,
.index-banner .swiper-button-next img {
  height: 1em;
}
.index-banner .swiper-button-prev {
  left: 2.2395833%;
}
.index-banner .swiper-button-next {
  right: 2.2395833%;
}
.index-title {
  text-align: center;
  margin: 0 auto 3%;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #333;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  text-transform: uppercase;
}
.index-title h5 {
  color: #aaa;
  font-size: clamp(12px, 1.2vw, 20px);
}
.index-about {
  padding: 3.75% 0 4.4270833%;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-color: #f5f5f5;
  background-size: contain;
  background-position: center bottom;
}
.index-about .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .mycontainer .lt {
  width: 48.66667%;
}
.index-about .mycontainer .lt .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.index-about .mycontainer .lt .index-title a {
  display: block;
  font-size: 50px;
  text-align: center;
  width: 0.94em;
  height: 0.94em;
  line-height: 0.85;
  font-weight: 300;
  color: #fff;
  background-color: #db5014;
  transition: all 0.5s;
}
.index-about .mycontainer .lt .index-title a:hover {
  rotate: 180deg;
}
.index-about .mycontainer .lt .brief {
  font-size: clamp(14px, 1vw, 16px);
  line-height: clamp(1.8em, 1.875vw, 2.25em);
  color: #333;
}
.index-about .mycontainer .rt {
  width: 47.916667%;
}
.index-about .mycontainer .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 125.3913%;
}
.index-prod {
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2.3958333% 0 3.125%;
}
.index-prod .mycontainer {
  max-width: 1546px;
}
.index-prod .index-title h3,
.index-prod .index-title h5 {
  color: #fff;
}
.index-prod .prod-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5%;
}
.index-prod .prod-tab li {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #fff;
}
.index-prod .prod-tab li a {
  position: relative;
  display: inline-block;
  color: inherit;
  padding: 0.375em 1em;
  line-height: 1.25;
  border-radius: 1em;
  transition: all 0.5s;
}
.index-prod .prod-tab li a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #fff;
  transition: all 0.5s;
}
.index-prod .prod-tab li:hover a {
  background-color: #db5014;
  scale: 1.1;
}
.index-prod .prod-tab li:hover a::after {
  opacity: 0;
}
.index-prod .prod-tab li:last-child a::after {
  display: none;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.3968254%;
  background-color: #fff;
  margin-bottom: 3px;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  background-color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 3.22222;
  padding: 0 0.5em;
  transition: all 0.5s;
}
.index-prod .swiper .title a {
  color: inherit;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title {
  color: #db5014;
}
.index-prod .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3%;
}
.index-prod .swiper-pagination .swiper-pagination-bullet {
  background-color: #db5014;
  font-size: clamp(10px, 1.2vw, 22px);
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  transition: all 0.5s;
  opacity: 0.5;
}
.index-prod .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-partner {
  margin: 2% 0 4%;
}
.index-partner .mycontainer {
  max-width: 1474px;
}
.index-partner .swiper .pic {
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: 0;
  padding-bottom: 52.13675214%;
}
.index-partner .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-partner .swiper .pic:hover img {
  scale: 0.9;
}
.index-service {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-service .lt {
  width: 41.6667%;
  background: url(../images/serv-bg1.jpg) no-repeat;
  background-size: cover;
  padding: 2.1875% 5% 0 19.7395833%;
}
.index-service .lt .index-title {
  text-align: left;
}
.index-service .lt .index-title h3,
.index-service .lt .index-title h5 {
  color: #fff;
}
.index-service .lt .text {
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-size: clamp(40px, 4.296875vw, 82.5px);
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  margin: 0.2em auto 0;
}
.index-service .rt {
  width: 58.3333%;
  background: url(../images/serv-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 5.6770833% 3% 1% 0;
}
.index-service .rt h4 {
  position: relative;
  display: flex;
  font-size: clamp(14px, 1.458333vw, 28px);
  color: #fff;
  line-height: 1.2142857;
  transform: translate(-0.60714285em, 0);
  margin-bottom: 1.5357143em;
}
.index-service .rt h4::before {
  content: "";
  display: block;
  min-width: 1.2142857em;
  height: 1.2142857em;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #db5014;
  box-shadow: inset 0 0 0 0.17857143em #152d7b;
  margin-right: 6px;
}
.index-news {
  background-color: #f1f1f1;
  padding: 2% 0 3%;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 49.25%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.index-news .wrapper .lt .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-news .wrapper .rt {
  width: 49.25%;
}
.index-news .wrapper .rt:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 68.4745763%;
}
.index-news .wrapper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .title {
  width: 100%;
  background-color: #fff;
  padding: 1.69205%;
}
.index-news .wrapper .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.15em;
}
.index-news .wrapper .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: clamp(12px, 1vw, 14px);
  color: #333;
  line-height: 2.2857;
  height: 6.8571em;
}
.index-news .wrapper .title a {
  color: inherit;
}
.index-news .wrapper .title:hover h4 {
  color: #db5014;
}
.index-more {
  text-align: center;
  margin-top: 2%;
}
.index-more a {
  display: inline-block;
  color: #fff;
  font-size: clamp(14px, 1.2vw, 20px);
  background-color: #152d7b;
  padding: 0 1em;
  line-height: 1.7;
  border-radius: 3px 0.75em 3px 0.75em;
  transition: all 0.5s;
}
.index-more a:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
footer {
  background-color: #101832;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline !important;
}
footer .footer-top {
  padding: 1.7708333% 0;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .mycontainer nav {
  width: 25%;
}
footer .footer-top .mycontainer .info {
  width: 45%;
}
footer .footer-top .mycontainer .ewm {
  width: 16%;
}
footer .footer-top .mycontainer p {
  font-size: clamp(14px, 1.1vw, 16px);
  margin-bottom: 0.4375em;
}
footer .footer-top .mycontainer ul li {
  font-size: clamp(14px, 1.1vw, 16px);
  margin-bottom: 0.4375em;
}
footer .footer-bt {
  padding: 1% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.875;
}
