@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;
}
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: 90px;
  width: 100%;
}
.container {
  max-width: 1500px;
  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%;
  z-index: 99;
  transition: all 0.5s;
  background: -webkit-linear-gradient(top, #000, transparent);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
header .logo {
  width: 20.4%;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: clamp(16px, 1.1vw, 18px);
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li a:hover {
  text-decoration: underline !important;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  font-family: 'Arial';
}
header .lv1 .lang .on {
  color: #0e6eb8;
}
header .lv1 > .active > a {
  font-weight: 700;
}
header .lv1 > .active > a:hover {
  text-decoration: none !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 nav {
  flex: 1;
  margin-left: 2.4666667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search {
  width: 4.27777778em;
}
header .search form {
  position: relative;
  width: 100%;
}
header .search form input {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 16px;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 2em 0 1em;
  transition: all 0.5s;
}
header .search form input::placeholder {
  color: #fff;
  transition: all 0.5s;
}
header .search form input:focus {
  width: 200%;
  height: 24px;
  backdrop-filter: blur(4px);
}
header .search form button {
  position: absolute;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  line-height: 1;
  background-color: transparent;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.5s;
}
.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: #0055b5;
  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: #0055b5;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #0055b5;
  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;
}
.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 .container {
  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 {
  left: 10.9375%;
  bottom: 2%;
  width: auto;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(12px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 300;
  transition: all 0.5s;
  background-color: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 1.6em;
  opacity: 1;
  outline: none;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  font-weight: 700;
}
.index-title {
  text-align: center;
  margin-bottom: 2%;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #000;
  font-weight: 700;
  position: relative;
}
.index-title h3 span {
  color: #ff9f00;
}
.index-title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #000;
  font-weight: 300;
  letter-spacing: 0.5em;
}
.index-title h6 {
  font-size: clamp(12px, 1.2vw, 18px);
  color: #333;
}
.index-title em {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background-color: #dcdcdc;
  margin: 2px auto 11px;
}
.index-title em::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #8d6830;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.index-rec {
  margin: 1.5% 0 2.96875%;
}
.index-rec .swiper .swiper-slide {
  background-color: #eef0ef;
}
.index-rec .swiper .swiper-slide:hover .pic img {
  scale: 0.95;
}
.index-rec .swiper .swiper-slide:hover .title {
  color: #0065b5;
}
.index-rec .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 130.411%;
}
.index-rec .swiper .pic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.index-rec .swiper .pic a img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-rec .swiper .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  transition: all 0.5s;
  padding: 0 0.5em;
  line-height: 2.5;
  border-top: 1px solid #fff;
}
.index-rec .swiper .title a {
  color: inherit;
}
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-position: bottom 25% center;
  margin: 1.5% 0 2%;
}
.index-about .index-title {
  width: 100%;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .container .lt {
  position: relative;
  width: 47.0666667%;
}
.index-about .container .lt::before {
  position: absolute;
  content: "ABOUT US";
  left: 0;
  top: -10%;
  writing-mode: vertical-lr;
  z-index: -1;
  font-size: clamp(30px, 6.25vw, 120px);
  color: #f4f4f4;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
.index-about .container .lt .index-title {
  text-align: left;
}
.index-about .container .lt .index-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0065b5;
}
.index-about .container .lt .brief {
  font-size: clamp(14px, 1.1vw, 17px);
  color: #000;
  line-height: 2.411765;
  text-indent: 2em;
}
.index-about .container .lt .index-more {
  margin-top: 9.915%;
}
.index-about .container .rt {
  width: 50.8666667%;
}
.index-about .container .rt .pic img {
  display: block;
  width: 100%;
}
.index-about .container .data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3.066667% 2% 2.8%;
  box-shadow: 0px 5px 3.8px 0.2px rgba(97, 97, 97, 0.07);
  background-color: #fff;
  font-size: clamp(14px, 1.5625vw, 30px);
  border-radius: 1em;
  margin-top: 5.466667%;
}
.index-about .container .data .block {
  line-height: 1.35;
}
.index-about .container .data .block h3 {
  font-size: clamp(24px, 3.125vw, 60px);
  color: #0065b5;
  font-weight: 300;
}
.index-about .container .data .block h4 {
  font-size: clamp(12px, 1.5625vw, 30px);
  color: #333;
  font-weight: 300;
}
.index-more a {
  display: inline-block;
  color: #fff;
  background-color: #0065b5;
  text-align: center;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 3.125;
  padding: 0 1em;
  border-radius: 1.5625em;
  border: 1px solid transparent;
  min-width: 12em;
  transition: all 0.5s;
}
.index-more a:hover {
  background-color: #fff;
  color: #0065b5;
  border-color: #0065b5;
}
.index-prod .wrapper {
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2.1875% 0;
}
.index-prod .tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.25vw, 23px);
  gap: 1em 0.6087em;
  margin-bottom: 2%;
}
.index-prod .tab li {
  min-width: 10em;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0 0.78261em 0 0.78261em;
  line-height: 1.5;
  color: #fff;
  transition: all 0.5s;
}
.index-prod .tab li a {
  display: block;
  padding: 0.6956522em 0.2em 0.78261em;
  color: inherit;
}
.index-prod .tab li:hover {
  background-color: #fff;
  color: #333;
}
.index-prod .swiper .swiper-slide {
  background-color: #fff;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 0.95;
}
.index-prod .swiper .swiper-slide:hover .title {
  color: #0065b5;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 130.411%;
}
.index-prod .swiper .pic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.index-prod .swiper .pic a img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  transition: all 0.5s;
  padding: 0 0.5em;
  line-height: 2.5;
  border-top: 1px solid #e5e5e5;
}
.index-prod .swiper .title a {
  color: inherit;
}
.index-prod .swiper .swiper-pagination {
  position: relative;
  margin-top: 2%;
  bottom: 0;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  font-size: clamp(12px, 1.25vw, 24px);
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.22916667em;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3aa8ff;
}
.index-adv {
  margin: 2% 0 4%;
}
.index-adv .wrapper .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding: 20px 0 3%;
  box-shadow: 15px 20px 20px -15px rgba(0, 0, 0, 0.2);
}
.index-adv .wrapper .row .lt {
  display: flex;
  width: 49.25%;
}
.index-adv .wrapper .row .lt .num {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-adv .wrapper .row .lt .num h2 {
  position: relative;
  font-size: clamp(20px, 1.875vw, 36px);
  font-family: Impact, sans-serif;
  line-height: 1.0952381;
  width: 1.85714286em;
  background-color: #ff9f00;
  color: #fff;
  text-align: center;
}
.index-adv .wrapper .row .lt .num h2::before,
.index-adv .wrapper .row .lt .num h2::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  transform: translate(0, -100%);
  border: 0.92857143em solid transparent;
  border-bottom: 0.52381em solid #ff9f00;
  border-top: 0;
}
.index-adv .wrapper .row .lt .num h2::after {
  transform: translate(0, 100%) rotate(180deg);
  top: auto;
  bottom: 0;
}
.index-adv .wrapper .row .lt .num em {
  flex: 1;
  padding-top: 44px;
  width: 1px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.index-adv .wrapper .row .lt .num em i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #666;
  animation: shine 1s infinite;
}
.index-adv .wrapper .row .lt .num em i:nth-child(1) {
  animation-delay: 0s;
}
.index-adv .wrapper .row .lt .num em i:nth-child(2) {
  animation-delay: 0.2s;
}
.index-adv .wrapper .row .lt .num em i:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes shine {
  0% {
    background-color: #666;
  }
  100% {
    scale: 1.3;
    background-color: #ff9f00;
  }
}
.index-adv .wrapper .row .lt .brief {
  flex: 1;
  margin-left: 4.647887%;
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #666;
  line-height: 2.6;
}
.index-adv .wrapper .row .lt .brief .title {
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.507837%;
  margin-bottom: 10px;
}
.index-adv .wrapper .row .lt .brief .title h4 {
  color: #ff9f00;
  font-size: clamp(16px, 1.35416667vw, 26px);
  font-weight: 700;
}
.index-adv .wrapper .row .lt .brief .title h5 {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #333;
}
.index-adv .wrapper .row .rt {
  width: 46.583333%;
  padding: 0 2.0833333% 0 0;
}
.index-adv .wrapper .row .rt .pic {
  text-align: center;
}
.index-adv .wrapper .row:nth-child(even) {
  flex-direction: row-reverse;
  box-shadow: -15px 20px 20px -15px rgba(0, 0, 0, 0.2);
}
.index-adv .wrapper .row:nth-child(even) .lt {
  flex-direction: row-reverse;
}
.index-adv .wrapper .row:nth-child(even) .lt .brief {
  margin-left: 0;
  margin-right: 4.647887%;
}
.index-adv .wrapper .row:nth-child(even) .rt {
  padding: 0 0 0 1.7857143%;
}
.index-case {
  padding: 1.5% 0 5.1041667%;
  background: url(../images/index-case-bg.jpg);
  background-size: cover;
}
.index-case .container {
  max-width: 1580px;
}
.index-case .swiper .swiper-slide {
  background-color: #fff;
}
.index-case .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-case .swiper .swiper-slide:hover .title {
  color: #0065b5;
}
.index-case .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 87.3057%;
}
.index-case .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-case .swiper .title {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  text-align: center;
  padding: 0.3em 0.5em 0.7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-case .swiper .title a {
  color: inherit;
}
.index-news {
  margin: 2% 0;
}
.index-news .container {
  max-width: 1544px;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 28.4326425%;
  background: url(../images/news-bg.jpg) no-repeat;
  background-size: cover;
  padding: 8.8083% 5.95855% 8.61399% 3.7565%;
}
.index-news .wrapper .lt h3 {
  font-size: clamp(18px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
}
.index-news .wrapper .lt h5 {
  font-size: clamp(12px, 1vw, 16px);
  font-family: Arial;
  color: #fff;
  margin-bottom: 4.0625vw;
  text-transform: uppercase;
}
.index-news .wrapper .lt p {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 2.25;
}
.index-news .wrapper .lt a {
  display: inline-block;
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
  background-color: #fff;
  line-height: 2.375;
  border-radius: 1.1875em;
  padding: 0 1.875em;
  margin-top: 5.9375vw;
  transition: all 0.5s;
}
.index-news .wrapper .lt a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
}
.index-news .wrapper .rt {
  width: 70.7254%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .wrapper .rt .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .wrapper .rt .block .picture {
  width: 49.725275%;
}
.index-news .wrapper .rt .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.9834254%;
}
.index-news .wrapper .rt .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .picture .pic:hover img {
  scale: 1.05;
}
.index-news .wrapper .rt .block .title {
  width: 49.725275%;
  padding: 1% 2.381%;
}
.index-news .wrapper .rt .block .title h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #000;
  margin-bottom: 0.6667em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .rt .block .title h4 a {
  color: inherit;
}
.index-news .wrapper .rt .block .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #999;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-news .wrapper .rt .block .title p a {
  color: inherit;
}
.index-news .wrapper .rt .block .title .index-more {
  margin-top: 2.6041667vw;
}
.index-news .wrapper .rt .block:nth-child(even) {
  flex-direction: row-reverse;
}
.index-msg {
  background: url(../images/footer-msg-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 3.4375% 0 6.25%;
}
.index-msg .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-msg .container .lt {
  width: 42.13333%;
}
.index-msg .container .lt .title h3 {
  font-size: clamp(18px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
}
.index-msg .container .lt .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  font-family: Arial;
  color: #fff;
  margin-bottom: 4.0625vw;
  text-transform: uppercase;
}
.index-msg .container .lt form input,
.index-msg .container .lt form textarea {
  display: block;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  padding: 1.25em 0.375em;
  margin-bottom: 7.59493671%;
  transition: all 0.5s;
}
.index-msg .container .lt form input::placeholder,
.index-msg .container .lt form textarea::placeholder {
  font-weight: 300;
  color: #fff;
}
.index-msg .container .lt form input:hover,
.index-msg .container .lt form textarea:hover {
  border-bottom: 1px solid #fff;
}
.index-msg .container .lt form button {
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
  background-color: #0065b5;
  border: 1px solid transparent;
  font-size: clamp(14px, 1vw, 16px);
  height: 3.25em;
  border-radius: 1.625em;
  min-width: 12em;
  margin-top: 4.74683544%;
}
.index-msg .container .lt form button:hover {
  background-color: #fff;
  border-color: #0065b5;
  color: #0065b5;
}
.index-msg .container .rt {
  width: 41.466667%;
}
footer .footer-top {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding: 1.5% 0;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em;
  color: #fff;
}
footer .footer-top .container a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top .container a:hover {
  opacity: 0.5;
}
footer .footer-top .container .logo {
  width: 20.6666667%;
  align-self: center;
}
footer .footer-top .container .nav {
  max-width: 30%;
}
footer .footer-top .container .nav ul li {
  margin-bottom: 0.875em;
}
footer .footer-top .container .info {
  max-width: 30%;
}
footer .footer-top .container .info p {
  margin-bottom: 0.875em;
}
footer .footer-top .container .ewm {
  width: 12.8%;
}
footer .footer-top .container h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.9em;
}
footer .footer-bt {
  background-color: #014195;
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.6667;
  padding: 1.6666667% 0;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
.inner-content {
  margin: 2% 0 3%;
}
.news-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .wrapper .block {
  position: relative;
  width: 32%;
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 0 30px 16px 16px;
  margin-bottom: 1.44737%;
}
.news-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71.875%;
  border-radius: 0 0 0 30px;
}
.news-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .wrapper .block .title {
  padding: 2.5% 4.375% 2.70833%;
}
.news-list .wrapper .block .title h4 {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3333em;
  transition: all 0.5s;
}
.news-list .wrapper .block .title h4 a {
  color: inherit;
}
.news-list .wrapper .block .title p {
  font-size: clamp(12px, 1.1vw, 16px);
  color: #666;
  line-height: 2.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 7.5em;
}
.news-list .wrapper .block .title p a {
  color: inherit;
}
.news-list .wrapper .block .title .more {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding: 2.0548% 0 0 6.1644%;
  line-height: 1.7333;
  font-size: clamp(12px, 1vw, 15px);
  margin-top: 2.28311%;
}
.news-list .wrapper .block .title .more::after {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: 0;
  width: 9.1333em;
  height: 2px;
  background: -webkit-linear-gradient(left, #E53F0D, #F1C30B);
  transition: all 0.5s;
}
.news-list .wrapper .block .title .more span {
  color: #999;
}
.news-list .wrapper .block .title .more a {
  display: inline-block;
  background-color: #e5e5e5;
  color: #999;
  padding: 0 0.5em 0 1em;
  transition: all 0.5s;
}
.news-list .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.news-list .wrapper .block:hover .title h4 {
  color: #0e6eb8;
}
.news-list .wrapper .block:hover .title .more::after {
  width: 100%;
}
.news-list .wrapper .block:hover .title .more a {
  background-color: #0e6eb8;
  color: #fff;
}
.news-list .wrapper .block:nth-child(n+4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.33333% 2% 1.66667% 1.133333%;
  border-radius: 0;
  margin-bottom: 2.8%;
}
.news-list .wrapper .block:nth-child(n+4) .pic {
  width: 36.407433%;
  padding-bottom: 24.43221%;
  border-radius: 0;
}
.news-list .wrapper .block:nth-child(n+4) .title {
  width: 61.872%;
  padding: 0;
}
.news-list .wrapper .block:nth-child(n+4) .title h4 {
  margin-bottom: 4.4494%;
}
.news-list .wrapper .block:nth-child(n+4) .title .more {
  padding: 3.67075% 0 0 3.00334%;
}
.news-detail .news-title {
  text-align: center;
  margin-bottom: 2%;
  line-height: 2;
}
.news-detail .news-title h3 {
  font-size: clamp(18px, 1.3541667vw, 26px);
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.news-detail .news-title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #999;
  font-weight: 300;
}
.news-detail article {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  border-radius: 1em;
  line-height: 2.8333;
  max-width: 1200px;
  margin: 0 auto;
}
.news-detail article img {
  margin: 1em 0;
}
.news-detail .article-tab {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2%;
  margin-top: 3%;
  border-top: 1px solid #eee;
}
.news-detail .article-tab p {
  max-width: 49%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0s;
}
.news-detail .article-tab a {
  color: inherit;
  transition: all 0.5s;
}
.news-detail .article-tab a:hover {
  color: #0e6eb8;
}
.case-list .container {
  max-width: 1580px;
}
.case-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-list .wrapper .block {
  width: 24.43038%;
  background-color: #eee;
  margin-bottom: 1.708861%;
}
.case-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.case-list .wrapper .block:hover .title {
  color: #0065b5;
}
.case-list .wrapper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 87.3057%;
}
.case-list .wrapper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.case-list .wrapper .title {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  text-align: center;
  padding: 0.3em 0.5em 0.7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.case-list .wrapper .title a {
  color: inherit;
}
.device-list .container {
  max-width: 1500px;
}
.device-list .wrapper .block {
  width: 32.4%;
}
.case-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #666;
  line-height: 2.5;
}
.case-detail article img {
  margin: 1em auto;
}
.case-detail .article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 3%;
}
.case-detail .article-tab div {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.09375vw, 21px);
  color: #333;
}
.case-detail .article-tab div p {
  margin-bottom: 0.25em;
}
.case-detail .article-tab div a {
  color: inherit;
  transition: all 0.5s;
}
.case-detail .article-tab div a:hover {
  color: #076bb4;
}
.case-detail .back {
  text-align: center;
}
.case-detail .back a {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  min-width: 12.8125em;
  line-height: 3.25;
  border: 1px solid #bbb;
  border-radius: 1.625em;
  font-family: var(--Noto-Sans-SC);
  font-weight: 600;
  margin-top: 2.5714286%;
  transition: all 0.5s;
}
.case-detail .back a img {
  margin-left: 4px;
}
.case-detail .back a:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}
.contact-info {
  margin: 2% 0;
}
.contact-info .container {
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-info .container .lt {
  width: 66%;
}
.contact-info .container .lt .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.0505051%;
}
.contact-info .container .lt .map iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-info .container .rt {
  width: 34%;
  padding: 1.4286% 1.4286% 1.4286% 2.14286%;
  font-size: clamp(14px, 1.27907vw, 22px);
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-info .container .rt img {
  width: 1.409091em;
  height: 1.409091em;
  object-fit: scale-down;
}
.contact-info .container .rt p {
  margin-bottom: 0.5909091em;
}
.contact-info .container .rt p:last-child {
  margin-bottom: 0;
}
.online-msg {
  margin-bottom: 3%;
}
.online-msg .index-title {
  background: url(../images/online-msg-title-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.64286% 0 2.2857143%;
}
.online-msg .index-title h3 {
  color: #fff;
}
.online-msg form .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.14286%;
}
.online-msg form .row .col {
  width: 48.857143%;
}
.online-msg form .btn-row {
  text-align: center;
}
.online-msg form button {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #fff;
  cursor: pointer;
  outline: none;
  width: 10.611111em;
  height: 2.83333333em;
  border-radius: 1.41666667em;
  background-color: #076bb4;
  transition: all 0.5s;
}
.online-msg form button:hover {
  filter: brightness(120%);
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.online-msg form input,
.online-msg form textarea {
  width: 100%;
  outline: none;
  font-size: 13px;
  color: #333;
  height: 3.46154em;
  border-radius: 1.73077em;
  padding: 0 1em 0 3.3077em;
  background-repeat: no-repeat;
  background-position: 1em center;
  background-color: #f2f2f2;
}
.online-msg form input::placeholder,
.online-msg form textarea::placeholder {
  color: #999;
}
.online-msg form textarea {
  height: 13.615385em;
  border-radius: 4px;
  padding: 1em 1em 1em 3.3077em;
  background-position: 1em 0.7em;
}
.prod-list .tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.25vw, 23px);
  gap: 1em 0.6087em;
  margin-bottom: 2%;
}
.prod-list .tab li {
  min-width: 10em;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 0 0.78261em 0 0.78261em;
  line-height: 1.5;
  color: #151515;
  transition: all 0.5s;
}
.prod-list .tab li a {
  display: block;
  padding: 0.6956522em 0.2em 0.78261em;
  color: inherit;
}
.prod-list .tab li:hover {
  font-weight: 700;
}
.prod-list .tab .active {
  font-weight: 700;
}
.prod-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .wrapper .block {
  width: 24.266667%;
  background-color: #eef0ef;
  margin-bottom: 1%;
}
.prod-list .wrapper .block:hover .pic img {
  scale: 0.95;
}
.prod-list .wrapper .block:hover .title {
  color: #0065b5;
}
.prod-list .wrapper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 130.411%;
}
.prod-list .wrapper .pic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.prod-list .wrapper .pic a img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-list .wrapper .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  transition: all 0.5s;
  padding: 0 0.5em;
  line-height: 2.5;
  border-top: 1px solid #fff;
}
.prod-list .wrapper .title a {
  color: inherit;
}
.honor {
  margin: 2% 0 3%;
}
.honor .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 141.37931%;
}
.honor .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.honor .swiper .pic:hover img {
  scale: 1.02;
}
.company-culture {
  margin: 2% 0 3%;
}
.company-culture .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-culture .wrapper .block {
  width: 24.466667%;
}
.company-culture .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 136.5123%;
}
.company-culture .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
}
.company-culture .wrapper .block .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding: 10px 5px;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
}
.company-culture .wrapper .block .pic .mask h4 {
  font-size: clamp(14px, 1.2vw, 22px);
  margin-bottom: 0.18182em;
}
.company-culture .wrapper .block .pic .mask .brief {
  font-size: clamp(12px, 1vw, 15px);
  line-height: 2.4667;
  text-align: center;
  min-height: 12.3335em;
}
.company-culture .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.company-culture .wrapper .block:hover .pic .mask {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}
