@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: 105px;
  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%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105px;
}
header .logo {
  width: 360px;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 18px;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li a {
  color: #333;
  font-size: 18px;
  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 Narrow';
}
header .lv1 .lang .on {
  color: #0e6eb8;
}
header .lv1 > .active > a {
  color: #0e6eb8;
}
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 {
  width: 64.8%;
  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 a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #0e6eb8;
  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: #0e6eb8;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #0e6eb8;
  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 .swiper .swiper-slide-duplicate-active .banner-img {
  transform: scale(1);
}
.index-banner .banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 6s;
}
.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 {
  bottom: 1%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: clamp(6px, 1.25vw, 24px);
  height: clamp(6px, 1.25vw, 24px);
  opacity: 0.5;
  background: -webkit-linear-gradient(left, #01bafe, #13b140);
  transition: all 0.5s;
  margin: 0 9px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-title {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 26px;
  color: #000;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 700;
  position: relative;
}
.index-title h5 {
  font-size: clamp(12px, 1.0416667vw, 20px);
  font-weight: 300;
}
.prod-rec {
  margin: 18px 0 0;
}
.prod-rec .container {
  max-width: 1581px;
}
.prod-rec .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-rec .wrapper .block {
  width: 32.384567%;
  margin-bottom: 22px;
}
.prod-rec .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80.078125%;
	border: 1px solid #ddd;
	background-color: #fff;
}
.prod-rec .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-rec .wrapper .block .pic span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.0416667vw, 20px);
  background-color: #0068b7;
  color: #fff;
  padding: 0 0.5em;
  min-width: 5.65em;
  text-align: center;
  line-height: 2.15;
  border-radius: 0 0 0 1.5em;
}
.prod-rec .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.index-section1 {
  background: url(../images/index-section1-bg.png) no-repeat;
  background-size: contain;
  background-position: center right;
}
.index-about {
  position: relative;
  overflow: hidden;
  margin: 60px 0 0;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .container .lt {
  position: relative;
  padding: 16px 0 30px;
  width: 53.4666667%;
}
.index-about .container .lt::before {
  position: absolute;
  display: block;
  content: "";
  width: 120%;
  height: 100%;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  right: 0;
  top: 0;
  transform: translate(-5%, 0);
}
.index-about .container .lt .index-title {
  text-align: left;
  color: #fff;
}
.index-about .container .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.9650873%;
}
.index-about .container .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .container .lt .data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(12px, 1.1458333vw, 22px);
  margin-top: 6.4838%;
}
.index-about .container .lt .data .block {
  color: #f4f5f9;
  line-height: 1.4;
}
.index-about .container .lt .data .block h2 {
  font-size: 2.0909091em;
  font-weight: 700;
}
.index-about .container .lt .data .block i {
  font-size: 0.47826087em;
  font-weight: normal;
  font-style: normal;
}
.index-about .container .lt .data em {
  display: block;
  position: relative;
  width: 2.6818182em;
  height: 0.36363636em;
  background-color: rgba(244, 245, 249, 0.3);
  margin: 0 clamp(3%, 2.6041667vw, 50%);
}
.index-about .container .lt .data em:last-child {
  display: none;
}
.index-about .container .lt .data em::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 100%;
  height: 100%;
  background-color: rgba(244, 245, 249, 0.3);
}
.index-about .container .rt {
  width: 43.866667%;
  padding: 3% 0;
}
.index-about .container .rt .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5.167173%;
}
.index-about .container .rt .brief {
  font-size: clamp(14px, 0.88541667vw, 17px);
  color: #333;
  line-height: 3.1764706;
  text-align: justify;
  text-indent: 2em;
}
.index-about .container .rt .index-more {
  margin: 5% 0 0 auto;
}
.tab .tab-lv1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.tab .tab-lv1 li {
  font-size: clamp(14px, 0.9895833vw, 19px);
  color: #fff;
  text-align: center;
  line-height: 2.31579;
  border-radius: 1.157895em;
  background-color: #0068b7;
  transition: all 0.5s;
  cursor: pointer;
  min-width: 8.5263158em;
  padding: 0 0.5em;
  margin: 0 1.157895em;
}
.tab .tab-lv1 li a {
  color: inherit;
  display: block;
}
.tab .tab-lv1 li:hover {
  filter: brightness(120%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}
.tab .tab-lv1 .active {
  filter: brightness(150%) !important;
}
.tab .tab-lv2 {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 0.9895833vw, 19px);
  color: #333;
  margin-bottom: 33px;
}
.tab .tab-lv2 li {
  position: relative;
  transition: all 0.5s;
  margin: 0 1em;
  cursor: pointer;
}
.tab .tab-lv2 li a {
  color: inherit;
}
.tab .tab-lv2 li::after {
  content: "|";
  position: absolute;
  display: block;
  right: -1em;
  font-size: inherit;
  top: 50%;
  transform: translate(0, -55%);
  line-height: 1;
  color: #333;
  pointer-events: none;
}
.tab .tab-lv2 li:last-child::after {
  display: none;
}
.tab .tab-lv2 li:hover {
  color: #0068b7;
}
.tab .tab-lv2 .active {
  color: #0068b7;
}
.tab .tab-lv2 em:last-of-type {
  display: none;
}
.tab .show {
  display: flex;
}
.index-prod {
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
  padding: 22px 0 2.34375%;
}
.index-prod .container {
  max-width: 1581px;
}
.index-prod .swiper-container .swiper .swiper-slide {
  width: 32.384567%;
  margin-right: 1.4548%;
}
.index-prod .swiper-container .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80.078125%;
	background-color: #fff;
	border: 1px solid #ddd;
}
.index-prod .swiper-container .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-prod .swiper-container .swiper .swiper-slide .title {
  font-size: clamp(14px, 0.9375vw, 18px);
  background-color: #fff;
  line-height: 3.83333;
  color: #000;
  text-align: center;
  padding: 0 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .swiper-container .swiper .swiper-slide .title a {
  transition: all 0.5s;
}
.index-prod .swiper-container .swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}
.index-prod .swiper-container .swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0;
  margin: 20px auto 0;
}
.index-prod .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #0068b7;
  width: 12px;
  height: 12px;
  margin: 0 5.5px;
}
.index-prod .swiper-container .swiper-container-lv1,
.index-prod .swiper-container .swiper-container-lv2 {
  display: none;
}
.index-prod .swiper-container .show {
  display: block;
}
.index-more {
  font-size: clamp(14px, 1.3020833vw, 25.2px);
  color: #fff;
  text-align: center;
  width: 7.92em;
  line-height: 2.16;
  border-radius: 1.08em;
  background-color: #0068b7;
  display: block;
  padding-left: 0.5em;
  transition: all 0.5s;
}
.index-more:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  filter: brightness(120%);
}
.index-factory {
  margin: 46px 0 36px;
}
.index-factory .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 16px;
}
.index-factory .index-title .title {
  text-align: left;
}
.index-factory .row1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-factory .row1 .pic {
  width: 49.133333%;
}
.index-factory .row2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-factory .row2 .pic:nth-child(1) {
  width: 60.33333%;
}
.index-factory .row2 .pic:nth-child(2) {
  width: 39%;
}
.index-factory .pic {
  position: relative;
  overflow: hidden;
}
.index-factory .pic img {
  transition: all 0.5s;
}
.index-factory .pic:hover img {
  transform: scale(1.05);
}
.index-intro {
  background: url(../images/index-intro-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 7.65625% 0 9.21875%;
}
.index-intro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-intro h4 {
  font-size: clamp(16px, 1.875vw, 36px);
  color: #000;
  line-height: 1.8;
  margin-bottom: 0.277778em;
}
.index-intro h2 {
  font-size: clamp(24px, 3.08854167vw, 59.3px);
  color: #0068b7;
  line-height: 1.6;
  margin-bottom: 3.3333%;
}
.index-intro h5 {
  font-size: clamp(14px, 1.6145833vw, 31px);
  color: #fff;
  background-color: #0068b7;
  padding: 0 1.1935484em;
  border-radius: 1em;
  margin-bottom: 2.93333%;
}
.index-intro h3 {
  font-size: clamp(18px, 2.5vw, 48px);
  color: #0068b7;
  line-height: 1.8;
  font-weight: 700;
}
.index-customer {
  background-color: #f6f6f6;
  background-image: url(../images/index-customer-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
  padding: 37px 0 50px;
}
.index-customer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-customer .container .lt {
  width: 52.666667%;
}
.index-customer .container .lt .index-title {
  text-align: left;
}
.index-customer .container .lt .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.index-customer .container .lt .wrapper .block {
  width: 31.139241%;
  margin: 0 1.097046%;
}
.index-customer .container .lt .wrapper .block:hover img {
  animation: swing 1s;
}
.index-customer .container .lt .wrapper .block:nth-child(n+3) {
  margin-top: -10%;
}
.index-customer .container .lt .wrapper .block:nth-child(5n+1) {
  margin-left: 18%;
}
.index-customer .container .rt {
  width: 222px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-customer .container .rt a {
  display: block;
  font-size: clamp(20px, 3.4375vw, 66px);
  line-height: 1.2727273;
  width: 1.2727273em;
  text-align: center;
  font-weight: 300;
  color: #fff;
  background-color: #0068b7;
  margin-bottom: 0.2878788em;
}
.index-customer .container .rt .line {
  border: 2.5px solid transparent;
  border-top: 23.645833vw solid #0068b7;
  width: 5px;
  margin-bottom: 24px;
}
.index-customer .container .rt .brief {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 300;
  line-height: 1.75;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 32px 0;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top .name {
  align-self: center;
  line-height: 1.4;
}
footer .footer-top .name h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
}
footer .footer-top .name h5 {
  font-size: clamp(12px, 1.09375vw, 21px);
  color: #fff;
  font-weight: 300;
}
footer .footer-top h4 {
  font-size: 18px;
  font-weight: 700;
  color: #f3f3f3;
  margin-bottom: 0.4444em;
}
footer .footer-top ul li {
  font-size: 16px;
  color: #f3f3f3;
  margin-bottom: 0.4375em;
}
footer .footer-top ul li a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top ul li a:hover {
  opacity: 0.5;
}
footer .footer-top nav {
  width: 20%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top address {
  font-size: 14px;
  color: #f3f3f3;
  width: clamp(250px, 12.60416667vw, 100%);
}
footer .footer-top address p {
  margin-bottom: 0.714286em;
}
footer .footer-top .ewm img {
  width: clamp(100px, 11.875vw, 228px);
}
footer .footer-bt {
  font-size: 14px;
  color: #f3f3f3;
  text-align: center;
  line-height: 1.8;
  padding: 0.9375% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-bt a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  opacity: 0.5;
}
.index-news {
  position: relative;
  overflow: hidden;
  background: url(../images/index-news-bg.png) no-repeat;
  background-size: cover;
  padding: 40px 0 50px;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .index-title .title {
  text-align: left;
}
.index-news .swiper {
  overflow: visible;
}
.index-news .swiper .swiper-slide {
  width: 46.0666667%;
}
.index-news .swiper .swiper-slide .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 70.767%;
}
.index-news .swiper .swiper-slide .pic img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: -10%;
}
.index-news .wrapper .block {
  width: 49.73333%;
  background-color: #fff;
  font-size: 16px;
  border-radius: 1.3125em;
  padding: 1.5em 1.875em 10px;
}
.index-news .wrapper .block h4 {
  font-size: 1.5em;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .block h4 a {
  transition: all 0.5s;
}
.index-news .wrapper .block p {
  color: #333;
  line-height: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-news .wrapper .block p a {
  transition: all 0.5s;
}
.index-news .wrapper .block .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 17px;
  margin-top: 5.53936%;
}
.index-news .wrapper .block .more span {
  font-size: 14px;
  color: #000;
  line-height: 1;
}
.index-news .wrapper .block .more span em {
  font-size: clamp(14px, 1.770833vw, 34px);
}
.index-news .wrapper .block .more a img {
  transition: all 0.5s;
}
.index-news .wrapper .block .more a:hover img {
  filter: hue-rotate(240deg);
}
.inner-banner img {
  display: block;
  width: 100%;
}
.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;
  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 .pic {
  position: relative;
  overflow: hidden;
  width: 36.407433%;
  padding-bottom: 24.43221%;
  border-radius: 0;
  height: 0;
}
.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 {
  width: 61.872%;
  padding: 0;
}
.news-list .wrapper .block .title h4 {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4.4494%;
  transition: all 0.5s;
}
.news-list .wrapper .block .title h4 a {
  color: inherit;
}
.news-list .wrapper .block .title p {
  font-size: 16px;
  color: #666;
  line-height: 2.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-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: 3.67075% 0 0 3.00334%;
  line-height: 1.7333;
  font-size: 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, #B43F0D, #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-detail {
  margin: 3% 0;
}
.news-detail .news-title {
  text-align: center;
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #eee;
}
.news-detail .news-title h3 {
  font-size: 24px;
  color: #000;
}
.news-detail .news-title h5 {
  font-size: 14px;
  color: #999;
}
.news-detail article {
  background-color: #fff;
  font-size: 16px;
  color: #666;
}
.news-detail .article-tab {
  font-size: 14px;
  color: #666;
  margin-top: 2%;
  padding-top: 2%;
  border-top: 1px solid #eee;
}
.news-detail .article-tab p {
  margin-bottom: 0.5em;
}
.news-detail .article-tab a {
  color: inherit;
  transition: all 0.5s;
}
.news-detail .article-tab a:hover {
  color: #eb6100;
}
.factory .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.factory .wrapper .block {
  width: 32.8%;
  margin-bottom: 1.333333%;
}
.factory .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.92683%;
}
.factory .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.factory .wrapper .block .title {
  font-size: clamp(14px, 1.0416667vw, 20px);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.factory .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.inner-content {
  padding: 16px 0 4.3229167%;
  background: url(../images/inner-content-bg.png) no-repeat;
  background-size: auto;
  background-position: right bottom;
}
.prod-list .container {
  max-width: 1620px;
}
.prod-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .wrapper .block {
  width: 24.320988%;
  margin-bottom: 2.03704%;
}
.prod-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 130.71066%;
  border: 1px solid #ebebeb;
	background-color: #fff;
}
.prod-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-list .wrapper .block .title {
  font-size: 17px;
  color: #333;
  text-align: center;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ebebeb;
  line-height: 2.70588;
  margin-top: 0.5em;
}
.prod-list .wrapper .block .title a {
  transition: all 0.5s;
}
.prod-list .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.contact-us .contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #0068b7;
  margin-bottom: 2.763158%;
}
.contact-us .contact-info .lt {
  width: 50.93333%;
}
.contact-us .contact-info .lt .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact-us .contact-info .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-us .contact-info .rt {
  align-self: center;
  width: 49.06667%;
  padding: 0 0 0;
  font-size: clamp(14px, 1.3020833vw, 25px);
  color: #fff;
  padding: 2% 3.3333% 2% 5.3333%;
}
.contact-us .contact-info .rt p {
  margin-bottom: 0.64em;
}
.contact-us .online-msg .title {
  font-size: clamp(16px, 1.400521vw, 26.89px);
  color: #656565;
  text-align: center;
  margin-bottom: 2%;
}
.contact-us .online-msg .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us .online-msg .wrapper .lt {
  width: 49.35065%;
}
.contact-us .online-msg .wrapper .lt form input {
  width: 100%;
  font-size: clamp(14px, 0.9375vw, 18px);
  border: 1px solid #eee;
  height: 4.22222em;
  outline: none;
  padding: 0 1.11111em;
  margin-bottom: 2.5675676%;
}
.contact-us .online-msg .wrapper .lt form textarea {
  width: 100%;
  font-size: clamp(14px, 0.9375vw, 18px);
  border: 1px solid #eee;
  height: 7.5555556em;
  outline: none;
  padding: 1.11111em;
}
.contact-us .online-msg .wrapper .lt form button {
  display: block;
  cursor: pointer;
  margin: 5.657895% auto 0;
  outline: none;
  width: 100%;
  height: 2.62069em;
  font-size: clamp(14px, 1.5104167vw, 29px);
  color: #fff;
  background-color: #0068b7;
  transition: all 0.5s;
}
.contact-us .online-msg .wrapper .lt form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  filter: brightness(120%);
}
.contact-us .online-msg .wrapper .rt {
  width: 49.025974%;
}
.contact-us .online-msg .wrapper .rt iframe {
  width: 100%;
  height: 100%;
}
.company-intro .brief {
  font-size: clamp(14px, 1.0416667vw, 20px);
  color: #333;
  line-height: 2.4;
  text-indent: 2em;
}
.company-culture {
  margin: 2% 0;
}
.company-culture .index-title {
  margin-bottom: 1.3333%;
}
.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: 22px;
  margin-bottom: 0.18182em;
}
.company-culture .wrapper .block .pic .mask .brief {
  font-size: 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);
}
.dev-history {
  background: url(../images/dev-bg.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0 3%;
}
.dev-history .container {
  max-width: 1600px;
}
.dev-history .wrapper {
  position: relative;
  font-size: clamp(14px, 1.04166667vw, 20px);
}
.dev-history .wrapper::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1a6bb9;
  left: 0;
  top: 2.95em;
  z-index: 10;
}
.dev-history .wrapper .swiper .swiper-slide {
  width: auto;
  margin-right: 2%;
  max-width: 13.3333333%;
}
.dev-history .wrapper .swiper .swiper-slide h4 {
  color: #0056a7;
  text-align: center;
  font-weight: 700;
}
.dev-history .wrapper .swiper .swiper-slide em {
  display: block;
  width: 0.95em;
  height: 0.95em;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #0056a7;
  margin: 0.5em auto 1.15em;
  z-index: -1;
}
.dev-history .wrapper .swiper .swiper-slide .brief {
  text-align: center;
  color: #000;
  line-height: 1.5;
}
.dev-history .wrapper .swiper-button-prev,
.dev-history .wrapper .swiper-button-next {
  margin: 0;
  font-size: inherit;
  top: 2.95em;
  transform: translate(0, -50%);
}
.dev-history .wrapper .swiper-button-prev::after,
.dev-history .wrapper .swiper-button-next::after {
  font-size: inherit;
}
.dev-history .wrapper .swiper-button-prev {
  left: -2%;
}
.dev-history .wrapper .swiper-button-next {
  right: -2%;
}
.company-env {
  margin: 20px 0 0;
}
.company-env .container {
  max-width: 1600px;
}
.company-env .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-env .wrapper .block {
  width: 24.3125%;
  margin-bottom: 1.3125%;
}
.company-env .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 73.521851%;
}
.company-env .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.company-env .wrapper .block .title {
  font-size: clamp(14px, 1.041667vw, 20px);
  background-color: #efefef;
  color: #333;
  text-align: center;
  line-height: 2.4;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-env .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
