@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);
  margin: 0 auto;
}
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%;
}
.container {
  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%;
  z-index: 99;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 3.333333% 0 2.65625%;
}
header .logo {
  width: 20%;
  outline: none;
}
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;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
  transition: all 0.5s;
  line-height: 1.45;
}
header .lv1 > li > a {
  position: relative;
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
}
header .lv1 > li > a::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
header .lv1 > li:hover:not(.search-lang) {
  color: #E6212A;
}
header .lv1 > li:hover:not(.search-lang) .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  color: #E6212A;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10px);
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  font-size: clamp(13px, 1vw, 16px);
  color: #333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  min-width: 142px;
}
header .lv2 > li {
  position: relative;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}
header .lv2 > li:last-child a {
  border-bottom: 0;
}
header .lv2 > li > a {
  display: block;
  flex: 1;
  padding: 0.5em 1em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
header .lv2 > li:hover a {
  color: #fff;
  background-color: #15306E;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  font-size: inherit;
  position: absolute;
  width: 11.8125em;
  top: -0.4375em;
  padding: 0.75em 0.75em 0.9375em;
  left: 100%;
  transform: translate(-10%, 0);
  transition: all 0.5s;
  background-color: #f2f2f2;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .lv3 > li {
  line-height: 1.45;
  margin-bottom: 0.6875em;
  color: #333;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .lv3 > li:last-child {
  margin-bottom: 0;
}
header .lv3 > li a {
  flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
header .lv3 > li i {
  color: #666;
}
header .lv3 > li:hover {
  color: #E6212A;
}
header .lv3 > li:hover i {
  color: inherit;
}
header .search-lang {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}
header .search-lang .search-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.222222em;
  height: 2.222222em;
  border-radius: 50%;
  font-size: clamp(14px, 1.1vw, 18px);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
header .search-lang .search-icon img {
  width: 1.11111111em;
  height: 1.11111111em;
  object-fit: contain;
  transition: all 0.5s;
}
header .search-lang .header-search-on {
  background-color: #E6212A !important;
}
header .search-lang .lang {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  height: 2.22222222em;
  border-radius: 1.11111111em;
  padding: 0 1.27778em 0 1.05556em;
  background-color: #E6212A;
  cursor: default;
}
header .search-lang .lang img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  margin-right: 0.4444em;
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
}
header .search-lang .lang span {
  color: inherit;
  line-height: 1.45;
  font-weight: 700;
  margin-top: -0.1em;
  transition: all 0.5s;
  color: #fff;
}
header .search-lang .lang span i {
  display: inline-block;
  vertical-align: middle;
  font-size: 8px;
  margin-top: -0.25em;
  margin-left: 1em;
}
header .search-lang .lang .lang-tab {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
header .search-lang .lang .lang-tab li {
  text-align: center;
  width: 100%;
  line-height: 1.45;
  font-size: clamp(13px, 1vw, 16px);
}
header .search-lang .lang .lang-tab li a {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
header .search-lang .lang .lang-tab li:hover a {
  color: #fff;
  background-color: #15306E;
}
header .search-lang .lang:hover .lang-tab {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
header .tel {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  background-color: #1F80AA;
  height: 2.5em;
  border-radius: 1.25em;
  padding: 0 1em;
}
header .tel img {
  width: 1.3125em;
  object-fit: contain;
  margin-right: 0.5em;
}
header .tel .text {
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}
header .rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 4.405286%;
  font-size: clamp(14px, 1vw, 18px);
  gap: 2em;
}
header nav {
  flex: 1;
  height: 100%;
  margin-left: 8.31024931%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-search-form {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 2% 0;
  background-color: #f5f5f5;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .header-search-form .container {
  height: auto;
}
header .header-search-form form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
  width: 100%;
}
header .header-search-form form input {
  flex: 1;
  height: 3em;
  outline: none;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 1em;
  transition: all 0.5s;
  border: 1px solid #ddd;
}
header .header-search-form form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .header-search-form form input:focus {
  border-color: #15306E;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #ccc;
  width: 3em;
  cursor: pointer;
  transition: all 0.5s;
}
header .header-search-form form button img {
  transition: all 0.5s;
}
header .header-search-form form button:hover {
  background-color: #15306E;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
.header-active {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 > li:hover:not(.search-lang) {
  color: #E6212A;
}
.header-active .lv1 > .active {
  color: #E6212A;
}
.header-active .search-lang .search-icon {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-active .search-lang .lang img {
  filter: contrast(1) brightness(100%);
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid #dedede;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  color: #a6a6a6;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #E6212A;
  border-color: transparent;
}
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid transparent;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  background-color: #E6212A;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.index-banner .banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text h2 {
  font-size: clamp(16px, 3.33333333vw, 64px);
  color: #fff;
  font-weight: 700;
  line-height: 1.375;
}
.index-banner .banner-text h3 {
  font-size: clamp(16px, 3.33333333vw, 64px);
  color: #fff;
  line-height: 1.375;
  margin-bottom: 0.40625em;
}
.index-banner .banner-text h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #fff;
  line-height: 1.45;
  margin-bottom: 4.47916667vw;
}
.index-banner .banner-text a {
  display: inline-block;
  font-size: clamp(12px, 1.1vw, 18px);
  padding: 0 2em 0 1.7778em;
  line-height: 3em;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1.6em;
  color: #fff;
}
.index-banner .banner-text a i {
  margin-left: 1.4444em;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .swiper-pagination {
  display: inline-block;
  width: auto;
  left: 8.3333%;
  bottom: 6%;
  line-height: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 3em;
  height: 0.2em;
  border-radius: 0.1em;
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.3em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E6212A;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(16px, 3.33333333vw, 64px);
  color: #fff;
  transition: all 0.5s;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-title {
  margin-bottom: 2.5%;
  text-align: center;
}
.index-title h3 {
  position: relative;
  font-size: clamp(20px, 2.34375vw, 45px);
  color: #333;
  line-height: 1.45;
  font-weight: 700;
}
.index-title h5 {
  font-size: clamp(12px, 1.5625vw, 30px);
  color: #E6212A;
  font-family: var(--Poppins);
  line-height: 1.45;
}
.index-prod {
  padding: 4.1667% 0;
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
}
.index-prod .index-title {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.index-prod .index-title .prod-tab1 {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 22px);
  gap: 1em 1.36364em;
}
.index-prod .index-title .prod-tab1 li {
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  transition: all 0.5s;
  line-height: 2.727273;
  border-radius: 1.3636365em;
  padding: 0 0.5em;
  min-width: 9.545454em;
}
.index-prod .index-title .prod-tab1 li:hover {
  color: #15306E;
  box-shadow: inset 0 0 0.5em #15306E;
}
.index-prod .index-title .prod-tab1 .active {
  background-color: #15306E;
  font-weight: 700;
  color: #fff !important;
}
.index-prod .prod-tab2 {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 22px);
  gap: 1em 1.727273em;
  margin-bottom: 3.5%;
}
.index-prod .prod-tab2 li {
  cursor: pointer;
  color: #333;
  line-height: 1.45;
  transition: all 0.5s;
}
.index-prod .prod-tab2 li:hover {
  color: #E6212A;
}
.index-prod .prod-tab2 .active {
  color: #E6212A;
}
.index-prod .prod-tab2-list .show {
  display: flex;
}
.index-prod .prod-swiper1 .prod-swiper2 {
  display: none;
}
.index-prod .prod-swiper1 .prod-swiper2:first-child {
  display: block;
}
.index-prod .swiper {
  display: none;
}
.index-prod .swiper:first-child {
  display: block;
}
.index-prod .swiper .swiper-slide {
  pointer-events: none;
  width: 34%;
  height: auto;
}
.index-prod .swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  padding: 50% 0;
}
.index-prod .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 71.875%;
  height: 0;
  padding-bottom: 58.0882353%;
  transition: all 0.5s;
  margin: 0 auto;
}
.index-prod .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .title {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.45;
  margin-top: 1.18182em;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .title h4 {
  font-size: clamp(12px, 1.2vw, 22px);
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .swiper .swiper-slide .title i {
  font-size: clamp(12px, 1.2vw, 20px);
  opacity: 0;
  color: #E6212A;
  position: relative;
  overflow: hidden;
  width: 0;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide-active {
  pointer-events: all;
}
.index-prod .swiper .swiper-slide-active .pic {
  width: 100%;
  padding-bottom: 89.889705%;
}
.index-prod .swiper .swiper-slide-active .pic:hover img {
  scale: 0.95;
}
.index-prod .swiper .swiper-slide-active .title {
  margin-top: 0.8333em;
}
.index-prod .swiper .swiper-slide-active .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
}
.index-prod .swiper .swiper-slide-active .title i {
  width: 1em;
  opacity: 1;
  margin-left: 1em;
}
.index-prod .swiper .swiper-slide-active:hover .title h4 {
  color: #15306E;
}
.index-prod .swiper .swiper-button-prev,
.index-prod .swiper .swiper-button-next {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #15306E;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #15306E;
  font-weight: 700;
}
.index-prod .swiper .swiper-button-prev::after,
.index-prod .swiper .swiper-button-next::after {
  font-size: inherit;
}
.index-prod .swiper .swiper-button-prev:active,
.index-prod .swiper .swiper-button-next:active {
  border-color: transparent;
  background-color: #E6212A;
  color: #fff;
}
.index-prod .swiper .swiper-button-prev {
  left: 27%;
}
.index-prod .swiper .swiper-button-next {
  right: 27%;
}
.index-about {
  position: relative;
  overflow: hidden;
  padding: 4.1667% 0;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-about .index-title h3 {
  color: #fff;
}
.index-about .about-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 0.5556em;
  margin-bottom: 2.8125%;
}
.index-about .about-tab li {
  cursor: pointer;
  color: #15306E;
  background-color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
  text-align: center;
  padding: 0 1em;
  min-width: 8.777778em;
  transition: all 0.5s;
}
.index-about .about-tab li:hover {
  color: #E6212A;
  box-shadow: inset 0 0 0.5em #E6212A;
}
.index-about .about-tab .active {
  color: #fff !important;
  font-weight: 700;
  background-color: #E6212A;
}
.index-about .about-content {
  margin-bottom: 3.125%;
}
.index-about .about-content .brief {
  display: none;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.45;
  color: #fff;
  text-align: justify;
  text-align-last: center;
}
.index-about .about-content .brief:first-child {
  display: block;
}
.index-about .index-more a {
  color: #fff;
  border-color: #fff;
}
.index-about .index-more a::after {
  background-color: #fff;
}
.index-about .index-more a:hover {
  color: #fff;
}
.index-about .about-data {
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: 2.5%;
  padding: 1.5% 1% 2%;
  border-radius: 2.0833vw 0 2.0833vw 0;
  gap: 1em;
}
.index-about .about-data .block {
  min-width: 10%;
}
.index-about .about-data .block h3 {
  font-size: clamp(18px, 2.34375vw, 45px);
  font-family: var(--Poppins);
  font-weight: 700;
  color: #15306E;
  line-height: 1.45;
}
.index-about .about-data .block h3 em {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #E6212A;
  font-weight: 700;
}
.index-about .about-data .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  line-height: 1.25;
}
.index-more {
  text-align: center;
}
.index-more a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #15306E;
  border: 1px solid #15306E;
  border-radius: 1.6em;
  line-height: 3;
  padding: 0 1.75em;
  transition: all 0.5s;
}
.index-more a i {
  font-size: clamp(12px, 1vw, 14px);
  margin-left: 1.42857em;
}
.index-more a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #15306E;
}
.index-more a:hover {
  color: #15306E;
}
.index-more a:hover::after {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s;
  opacity: 0;
}
.index-tech {
  padding: 4.1667% 0;
  background: url(../images/index-tech-bg.jpg) no-repeat;
  background-size: cover;
}
.index-tech .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  gap: 1em;
}
.index-tech .techThumbSwiper {
  margin-bottom: 2.5%;
}
.index-tech .techThumbSwiper::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #d8d8d8;
}
.index-tech .techThumbSwiper .swiper-slide {
  border-top: 2px solid transparent;
  font-size: clamp(14px, 1.2vw, 20px);
  padding-top: 0.7em;
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.45;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}
.index-tech .techThumbSwiper .swiper-slide-thumb-active {
  color: #15306E;
  border-top-color: #E6212A;
}
.index-tech .techSwiper .swiper-slide {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-tech .techSwiper .swiper-slide .lt {
  width: 50%;
}
.index-tech .techSwiper .swiper-slide .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-tech .techSwiper .swiper-slide .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-tech .techSwiper .swiper-slide .rt {
  width: 50%;
  padding: 2% 3.375%;
  line-height: 1.45;
}
.index-tech .techSwiper .swiper-slide .rt h3 {
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #15306E;
  font-weight: 700;
}
.index-tech .techSwiper .swiper-slide .rt h3::after {
  display: block;
  content: "";
  width: 2em;
  height: 0.133333em;
  background-color: #E6212A;
  margin-top: 1.0416667vw;
  margin-bottom: 2.083333em;
}
.index-tech .techSwiper .swiper-slide .rt .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  margin-bottom: 2.083333vw;
}
.index-tech .techSwiper .swiper-slide .rt .index-more {
  text-align: left;
}
.index-tech .techSwiper .swiper-slide .rt .index-more a {
  background-color: #E6212A;
  border-color: transparent;
  color: #fff;
}
.index-tech .techSwiper .swiper-slide .rt .index-more a::after {
  background-color: #fff;
}
.index-tech .techSwiper .swiper-slide .rt .index-more a:hover {
  color: #fff;
}
.index-app .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
}
.index-app .wrapper .block {
  position: relative;
  width: 20%;
}
.index-app .wrapper .block::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #E6212A;
  transition: all 0.5s;
}
.index-app .wrapper .block .pic {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.index-app .wrapper .block .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-app .wrapper .block .mask {
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 2.25em 1.25em;
}
.index-app .wrapper .block .mask .icon {
  width: 3.2em;
  height: 3.2em;
  margin-bottom: 16.40625vw;
}
.index-app .wrapper .block .mask .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-app .wrapper .block .mask .text {
  color: #fff;
  line-height: 1.45;
}
.index-app .wrapper .block .mask .text h4 {
  font-weight: 700;
  margin-bottom: 0.75em;
}
.index-app .wrapper .block .mask .text .brief {
  font-size: clamp(12px, 1vw, 16px);
  min-height: 7.25em;
}
.index-app .wrapper .block:hover::after {
  width: 100%;
}
.index-app .wrapper .block:hover .pic img {
  filter: brightness(80%);
}
.index-app .wrapper .block:hover .mask .icon {
  animation: tada 1s;
}
.index-honor {
  padding: 4.1667% 0;
  background: url(../images/index-honor-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-honor .honor-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em 2em;
  margin-bottom: 2.8125%;
}
.index-honor .honor-tab li {
  cursor: pointer;
  text-align: center;
  min-width: 9em;
  padding: 0 0.5em;
  color: #333;
  line-height: 2.5;
  border-radius: 1.25em;
  background-color: #fff;
  transition: all 0.5s;
}
.index-honor .honor-tab li:hover {
  color: #15306E;
  box-shadow: inset 0 0 0.5em #15306E;
}
.index-honor .honor-tab .active {
  color: #fff !important;
  font-weight: 700;
  background-color: #15306E;
}
.index-honor .honor-swiper .swiper {
  display: none;
}
.index-honor .honor-swiper .swiper:first-child {
  display: block;
}
.index-honor .honor-swiper .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.index-honor .honor-swiper .swiper .pic {
  width: 100%;
  border: 1px solid #000;
  font-size: clamp(10px, 1.2vw, 20px);
  padding: 0.5em;
  background-color: #eee;
  border: 1px solid #d0d0d0;
}
.index-honor .honor-swiper .swiper .pic img {
  width: 100%;
  box-shadow: 0px 0px 0.25em 0px rgba(0, 0, 0, 0.2);
}
.index-honor .honor-swiper .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.7778%;
  line-height: 1;
}
.index-honor .honor-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 3px;
}
.index-honor .honor-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #15306E;
}
.index-honor .honor-swiper .swiper .swiper-button-prev,
.index-honor .honor-swiper .swiper .swiper-button-next {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #15306E;
  top: 40%;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #15306E;
  font-weight: 700;
}
.index-honor .honor-swiper .swiper .swiper-button-prev::after,
.index-honor .honor-swiper .swiper .swiper-button-next::after {
  font-size: inherit;
}
.index-honor .honor-swiper .swiper .swiper-button-prev:active,
.index-honor .honor-swiper .swiper .swiper-button-next:active {
  border-color: transparent;
  background-color: #E6212A;
  color: #fff;
}
.index-news {
  padding: 4.1667% 0;
  background: url(../images/index-news-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  gap: 1em;
}
.index-news .swiper {
  padding-top: 2.125%;
  border-top: 1px solid #d8d8d8;
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58.3732057%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .title {
  line-height: 1.45;
}
.index-news .swiper .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #15306E;
  margin: 1.25em 0 1.875em;
}
.index-news .swiper .title h5 i {
  margin-right: 0.375em;
}
.index-news .swiper .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  font-weight: 700;
  margin-bottom: 0.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
}
.index-news .swiper .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  margin-bottom: 1.875em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
}
.index-news .swiper .title span {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
}
.index-news .swiper .swiper-slide {
  padding: 1.5625% 3.125% 3.375%;
  border-right: 1px solid #d8d8d8;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title h4 {
  color: #E6212A;
}
.index-news .swiper .swiper-slide:hover .title span {
  color: #15306E;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  border-top: 8px solid #E6212A;
}
footer .footer-top {
  padding: 2.916667% 0 1.5625%;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top address {
  width: 30.625%;
  align-self: center;
  line-height: 1.45;
}
footer .footer-top address p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  margin-bottom: 0.5556em;
  padding-left: 1.388889em;
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: left top 0.3333em;
}
footer .footer-top address .tel {
  background-image: url(../images/footer-tel.png);
}
footer .footer-top address .email {
  background-image: url(../images/footer-email.png);
}
footer .footer-top address .location {
  background-image: url(../images/footer-location.png);
}
footer .footer-top address .logo {
  font-size: clamp(14px, 1.25vw, 24px);
  width: 9.666667em;
  margin-bottom: 0.75em;
}
footer .footer-top address h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5556em;
}
footer .footer-top nav {
  position: relative;
  font-size: clamp(16px, 1.2vw, 20px);
  width: 61.5%;
  display: flex;
  justify-content: space-between;
  padding-left: 1%;
  gap: 1em;
}
footer .footer-top nav::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 2.4em;
  width: 100%;
  height: 1px;
  background-color: rgba(242, 242, 242, 0.3);
}
footer .footer-top nav h4 {
  color: #fff;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 1.9em;
}
footer .footer-top nav h5 {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
}
footer .footer-top nav p {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
  margin-bottom: 0.625em;
}
footer .footer-top nav ul {
  font-size: clamp(14px, 1vw, 16px);
}
footer .footer-top nav ul li {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 0.5em;
  max-width: 12em;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-bt {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
  text-align: center;
}
footer .footer-bt .container {
  padding: 1.30208333% 0 1.5625%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
footer .footer-bt .back-top {
  font-size: clamp(10px, 1.2vw, 20px);
  color: #fff;
  width: 3.4em;
  height: 3.4em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6212A;
  cursor: pointer;
  transition: all 0.5s;
}
footer .footer-bt .back-top:hover {
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.3);
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.inner-banner .bread-crumb {
  position: absolute;
  width: 100%;
  bottom: 5.4545%;
  left: 0;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.45;
  color: #fff;
}
.inner-banner .bread-crumb .container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.9em;
}
.inner-banner .bread-crumb p {
  text-align: center;
}
.inner-banner .bread-crumb p i {
  margin-right: 0.25em;
  color: #E6212A;
}
.inner-banner .bread-crumb p a {
  color: inherit;
  margin: 0 0.375em;
  transition: all 0.5s;
}
.inner-banner .bread-crumb p a:hover {
  color: #E6212A;
  text-decoration: underline !important;
}
.inner-banner .contact-bread-crumb .container {
  justify-content: flex-end;
}
.inner-banner .banner-text {
  position: absolute;
  width: 100%;
  top: 38%;
  left: 0;
}
.inner-banner .banner-text .index-title h3,
.inner-banner .banner-text .index-title h5 {
  color: #fff;
}
.inner-title {
  margin-bottom: 2.5%;
  text-align: center;
}
.inner-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
}
.inner-title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #15306E;
  line-height: 1.45;
}
.contact-us {
  position: relative;
  z-index: 1;
  margin: -5.5208333% 0 4.1667%;
}
.contact-us .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us .wrapper .title {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.15em;
}
.contact-us .wrapper .lt {
  width: 45.875%;
  background-color: #f2f2f2;
  padding: 2.1875% 4.6875% 3.25% 2.4375%;
}
.contact-us .wrapper .lt .title {
  color: #113480;
}
.contact-us .wrapper .lt form {
  font-size: 14px;
}
.contact-us .wrapper .lt form .form-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0.7142857em;
}
.contact-us .wrapper .lt form .form-row .form-col {
  width: 48.38709677%;
}
.contact-us .wrapper .lt form label {
  display: block;
  color: #333;
  line-height: 1.45;
  margin-bottom: 0.7142857em;
}
.contact-us .wrapper .lt form label span {
  color: #f00;
}
.contact-us .wrapper .lt form button {
  color: #fff;
  background-color: #E6212A;
  border-radius: 1.5em;
  cursor: pointer;
  outline: none;
  border: 1px solid #E6212A;
  transition: all 0.5s;
  height: 2.857143em;
  padding: 0 1.57143em 0 1.857143em;
  margin-top: 1.42857em;
}
.contact-us .wrapper .lt form button i {
  margin-left: 1em;
}
.contact-us .wrapper .lt form button:hover {
  box-shadow: 0 3px 10px #E6212A;
}
.contact-us .wrapper .lt form input,
.contact-us .wrapper .lt form textarea {
  display: block;
  width: 100%;
  color: #333;
  background-color: #fff;
  border: 1px solid transparent;
  outline: none;
  border-radius: 0.2857143em;
  transition: all 0.5s;
}
.contact-us .wrapper .lt form input:focus,
.contact-us .wrapper .lt form textarea:focus {
  border-color: #15306E;
}
.contact-us .wrapper .lt form input::placeholder,
.contact-us .wrapper .lt form textarea::placeholder {
  color: #666;
}
.contact-us .wrapper .lt form input {
  height: 2.857143em;
  padding: 0 0.625em;
}
.contact-us .wrapper .lt form textarea {
  height: 12.857143em;
  padding: 0.5625em 0.625em;
}
.contact-us .wrapper .lt form .code {
  height: 2.857143em;
  display: flex;
  align-items: center;
}
.contact-us .wrapper .lt form .code img {
  cursor: pointer;
}
.contact-us .wrapper .rt {
  width: 50%;
  padding: 2.1875% 0;
}
.contact-us .wrapper .rt p {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
  margin-bottom: 5.875%;
}
.contact-us .wrapper .rt .info .block {
  font-size: clamp(14px, 1.2vw, 20px);
  display: flex;
  align-items: center;
  padding: 0 0.9em 3%;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 3.5%;
}
.contact-us .wrapper .rt .info .block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.contact-us .wrapper .rt .info .block .icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us .wrapper .rt .info .block .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.contact-us .wrapper .rt .info .block .text {
  color: #333;
  line-height: 1.45;
}
.contact-us .wrapper .rt .info .block .text h4 {
  font-weight: 700;
}
.our-location {
  margin-bottom: 4.1667%;
}
.our-location .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(300px, 24.2708333vw, 466px);
}
.our-location .map::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.our-location .map iframe {
  width: 100%;
  height: 100%;
}
.our-location .map:hover::after {
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.join-us {
  position: relative;
  overflow: hidden;
  margin: 4.1667% 0 6.51041667%;
}
.join-us .wrapper {
  position: relative;
  background: url(../images/join-bg.jpg) no-repeat;
  background-size: cover;
  margin-right: 8.6875%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 7.4606434% 0;
}
.join-us .wrapper .block {
  position: relative;
  overflow: hidden;
  float: right;
  width: 51.19781%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-right: -9.5140315%;
  padding: 3.6961% 3.6961% 4.03833%;
}
.join-us .wrapper .block h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.8333em;
}
.join-us .wrapper .block h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #15306E;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1em;
}
.join-us .wrapper .block p {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.join-us .wrapper .block .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(100px, 15.208333vw, 292px);
  transform: translate(10%, 20%);
}
.recruit-list {
  margin-bottom: 5.7291667%;
}
.recruit-list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  padding: 0.25em 3.958333%;
  line-height: 1.45;
  min-height: 3.85em;
  border-bottom: 1px solid #d8d8d8;
}
.recruit-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-list ul li:nth-child(1) {
  justify-content: flex-start;
  text-align: left;
  width: 19.60784314%;
}
.recruit-list ul li:nth-child(2) {
  width: 22.6244344%;
}
.recruit-list ul li:nth-child(3) {
  width: 15.08295626%;
}
.recruit-list ul li:nth-child(4) {
  width: 11.3122172%;
}
.recruit-list .title ul {
  background-color: #f2f2f2;
  border-top: 0.2em solid #15306E;
  border-bottom: 0;
}
.recruit-list .title ul li {
  font-weight: 700;
}
.recruit-list .row ul {
  min-height: 4.4em;
  cursor: pointer;
}
.recruit-list .row ul i {
  display: none;
  color: #15306E;
}
.recruit-list .row ul i:nth-child(1) {
  display: block;
}
.recruit-list .row .content-wrapper {
  display: none;
}
.recruit-list .row .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(10px, 1.1vw, 18px);
  color: #3d3d3d;
  line-height: 1.45;
  border-bottom: 1px solid #d8d8d8;
  padding: 1em 3.16667em 1.5556em;
}
.recruit-list .row .content article {
  width: 47.66214178%;
}
.recruit-list .row .content b,
.recruit-list .row .content strong {
  font-weight: 700;
}
.recruit-list .active ul i {
  display: block;
}
.recruit-list .active ul i:nth-child(1) {
  display: none;
}
.news-list {
  margin: 4.1667% 0;
}
.news-list .inner-title {
  text-align: left;
  padding-bottom: 2.5%;
  margin-bottom: 1.125%;
  border-bottom: 1px solid #d8d8d8;
}
.news-list .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5%;
  padding-bottom: 1.125%;
  border-bottom: 1px solid #d8d8d8;
  font-size: clamp(12px, 1.666667vw, 32px);
  gap: 1em;
}
.news-list .block .lt {
  width: 16.4375%;
}
.news-list .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.0190114%;
}
.news-list .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .block .mid {
  width: 68.3125%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list .block .mid .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.95em;
}
.news-list .block .mid .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
}
.news-list .block .mid .title a {
  color: inherit;
}
.news-list .block .mid .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45;
  font-size: clamp(12px, 1vw, 16px);
}
.news-list .block .mid .more span {
  color: #95A1BB;
}
.news-list .block .mid .more a {
  color: #666;
  transition: all 0.5s;
}
.news-list .block .rt {
  width: 3.25em;
  font-size: clamp(12px, 1.666667vw, 32px);
  line-height: 1.45;
}
.news-list .block .rt h3 {
  color: #333;
}
.news-list .block .rt em {
  display: inline-block;
  margin-top: 0.5em;
  color: #b7b7b7;
  transform: translate(-100%, 0);
  transition: all 0.5s;
}
.news-list .block:hover .lt .pic img {
  scale: 1.05;
}
.news-list .block:hover .mid .title h4 {
  color: #113480;
}
.news-list .block:hover .mid .more a {
  color: #E6212A;
}
.news-list .block:hover .rt em {
  transform: translate(0, 0);
}
.news-detail {
  margin: 4.1667% 0;
}
.news-detail .title {
  text-align: center;
  margin-bottom: 4.25%;
}
.news-detail .title h3 {
  font-size: clamp(18px, 2.083333vw, 40px);
  line-height: 1.45;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5em;
}
.news-detail .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.45;
  margin-top: 1em;
}
.news-detail .title h5 i {
  color: #E6212A;
  margin-right: 0.5em;
}
.news-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
}
.news-detail article ol {
  list-style: decimal;
}
.news-detail article ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.news-detail article ul {
  list-style: disc;
}
.news-detail article ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.news-detail article ul li::marker {
  font-size: 0.5em;
}
.news-detail article img {
  margin: 1em 0;
}
.news-detail article h4 {
  font-size: 1.125em;
  font-weight: 700;
}
.news-detail article h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.news-detail article h2 {
  font-size: 2em;
  font-weight: 700;
}
.news-detail article h1 {
  font-size: 3em;
  font-weight: 700;
}
.news-detail article b,
.news-detail article strong {
  font-weight: 700;
}
.article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.75%;
}
.article-tab p {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  margin-bottom: 1em;
}
.article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #E6212A;
}
.tech-detail .title {
  margin-bottom: 2.1875%;
  padding-bottom: 2%;
  border-bottom: 1px solid #d8d8d8;
}
.tech-detail .title h3 {
  margin-bottom: 0;
}
.tech-detail .article-tab p a:hover {
  color: #113480;
}
.tech-list {
  padding: 4.1667% 0;
}
.tech-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tech-list .wrapper .block {
  width: 32.125%;
  font-size: clamp(14px, 1.2vw, 20px);
  margin-bottom: 1.2em;
}
.tech-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding: 34.43579767% 0;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  transition: all 0.5s;
}
.tech-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  object-fit: scale-down;
  transition: all 0.5s;
  max-width: 90%;
  max-height: 90%;
}
.tech-list .wrapper .block .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.8em;
  line-height: 1.45;
  transition: all 0.5s;
  font-weight: 700;
}
.tech-list .wrapper .block:hover .pic {
  border-color: #15306E;
}
.tech-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.tech-list .wrapper .block:hover .title {
  color: #15306E;
}
.inner-tab {
  margin-bottom: 2.9375%;
  font-size: clamp(14px, 1.2vw, 20px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 2em;
}
.inner-tab li a {
  display: block;
  line-height: 2.5;
  text-align: center;
  color: #333;
  background-color: #f2f2f2;
  min-width: 10em;
  border-radius: 1.25em;
  padding: 0 0.5em;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-tab li a:hover {
  color: #15306E;
  box-shadow: inset 0 0 0.5em #15306E;
}
.inner-tab .active a {
  background-color: #15306E;
  font-weight: 700;
  color: #fff !important;
}
.inner-about-tab {
  position: sticky;
  top: 100px;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 4.1667%;
  z-index: 5;
}
.inner-about-tab ul {
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
}
.inner-about-tab ul li {
  padding: 0.5em 0;
  transition: all 0.5s;
}
.inner-about-tab ul li a {
  display: block;
  text-align: center;
  line-height: 2.222222;
  border-right: 1px solid #d8d8d8;
  padding: 0 1em;
  min-width: 12.333333em;
  color: #333;
  transition: all 0.5s;
}
.inner-about-tab ul li a img {
  width: 1.111111em;
  height: 1.111111em;
  object-fit: contain;
  margin-right: 0.6111em;
  margin-top: -0.1em;
  transition: all 0.5s;
}
.inner-about-tab ul li a:hover {
  color: #E6212A;
}
.inner-about-tab ul li:last-child a {
  border-right: 0;
}
.inner-about-tab ul .active {
  background-color: #E6212A;
}
.inner-about-tab ul .active a {
  color: #fff !important;
  border-right-color: transparent;
}
.inner-about-tab ul .active a img {
  filter: contrast(0) brightness(200%);
}
.about-equipment-company {
  padding: 4.1667% 0;
  background: url(../images/about-equip-bg.jpg) no-repeat;
  background-size: cover;
}
.about-equipment-company .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about-equipment-company .container .lt {
  width: 56.875%;
}
.about-equipment-company .container .lt .inner-title {
  text-align: left;
}
.about-equipment-company .container .lt .inner-title h5 {
  margin-bottom: 0.8333em;
}
.about-equipment-company .container .lt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
}
.about-equipment-company .container .rt {
  width: 29.375%;
}
.about-equipment-company .container .rt .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 20px);
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.4893617%;
  margin-bottom: 4.680851%;
}
.about-equipment-company .container .rt .block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.about-equipment-company .container .rt .block .text {
  line-height: 1.45;
}
.about-equipment-company .container .rt .block .text h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
}
.about-equipment-company .container .rt .block .text h3 {
  font-size: clamp(20px, 2.5vw, 48px);
  color: #15306E;
  font-family: var(--Poppins);
}
.about-equipment-company .container .rt .block .icon {
  font-size: clamp(14px, 1.2vw, 20px);
  width: 2.25em;
  height: 2.25em;
}
.about-equipment-company .container .rt .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.about-material-company {
  padding: 4.1667% 0;
  background: url(../images/about-material-bg.jpg) no-repeat;
  background-size: cover;
}
.about-material-company .inner-title h5 {
  color: #E6212A;
}
.about-material-company .inner-title h3 {
  color: #fff;
}
.about-material-company .brief {
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
}
.inner-honor {
  background-image: url(../images/inner-honor-bg.jpg);
}
.inner-honor .honor-tab {
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 2.7778;
  min-width: 10em;
  border-radius: 1.3889em;
}
.inner-honor .honor-tab li:hover {
  color: #E6212A;
  box-shadow: inset 0 0 0.5em #E6212A;
}
.inner-honor .honor-tab .active {
  background-color: #E6212A;
}
.inner-honor .honor-swiper .swiper .picture {
  display: flex;
  align-items: center;
  flex: 1;
}
.inner-honor .honor-swiper .swiper .title {
  width: 100%;
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
  color: #333;
  line-height: 1.45;
  margin-top: 0.7142857em;
}
.inner-honor .honor-swiper .swiper .swiper-button-prev:active,
.inner-honor .honor-swiper .swiper .swiper-button-next:active {
  background-color: #15306E;
}
.factory-workshop {
  padding: 4.1667% 0;
  position: relative;
  overflow: hidden;
}
.factory-workshop .inner-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.factory-workshop .inner-title .swiper-btn {
  display: flex;
  position: relative;
  font-size: clamp(12px, 1.2vw, 20px);
  gap: 1.25em;
}
.factory-workshop .inner-title .swiper-btn .swiper-button-prev,
.factory-workshop .inner-title .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #E6212A;
  background-color: #E6212A;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
}
.factory-workshop .inner-title .swiper-btn .swiper-button-prev::after,
.factory-workshop .inner-title .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.factory-workshop .inner-title .swiper-btn .swiper-button-disabled {
  opacity: 1;
  border-color: #15306E;
  color: #15306E;
  background-color: transparent;
}
.factory-workshop .swiper {
  overflow: visible;
}
.factory-workshop .swiper .swiper-slide {
  width: 29.625%;
}
.factory-workshop .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.1898734%;
}
.factory-workshop .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.factory-workshop .swiper .swiper-slide .pic:hover img {
  scale: 1.05;
}
.device-showcase {
  padding: 4.1667% 0;
  background: url(../images/device-bg.jpg) no-repeat;
  background-size: cover;
}
.device-showcase .inner-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.device-showcase .inner-title .swiper-btn {
  display: flex;
  position: relative;
  font-size: clamp(12px, 1.2vw, 20px);
  gap: 1.25em;
}
.device-showcase .inner-title .swiper-btn .swiper-button-prev,
.device-showcase .inner-title .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #E6212A;
  background-color: #E6212A;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
}
.device-showcase .inner-title .swiper-btn .swiper-button-prev::after,
.device-showcase .inner-title .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.device-showcase .inner-title .swiper-btn .swiper-button-disabled {
  opacity: 1;
  border-color: #15306E;
  color: #15306E;
  background-color: transparent;
}
.device-showcase .swiper .pic {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding: 34.5454545% 0;
  border-radius: 4px;
  background-color: #fff;
}
.device-showcase .swiper .pic img {
  position: absolute;
  display: block;
  object-fit: scale-down;
  max-width: 90%;
  max-height: 90%;
  transition: all 0.5s;
}
.device-showcase .swiper .title {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0.8333em 0 0.5556em;
}
.device-showcase .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.device-showcase .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.5%;
  line-height: 1;
}
.device-showcase .swiper .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 3px;
}
.device-showcase .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #15306E;
}
.prod-lv1 {
  padding: 4.1667% 0 0;
}
.prod-lv1 .inner-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.prod-lv1 .inner-title .inner-tab {
  margin-bottom: 0;
}
.prod-lv1 .prod-lv2 {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 22px);
  gap: 1em 1.727273em;
  line-height: 1.45;
}
.prod-lv1 .prod-lv2 li a {
  color: #333;
  transition: all 0.5s;
}
.prod-lv1 .prod-lv2 li a:hover {
  color: #E6212A;
}
.prod-lv1 .prod-lv2 .active a {
  color: #E6212A;
  font-weight: 700;
}
.prod-list {
  padding: 3% 0 4.1667%;
}
.prod-list .prod-search {
  padding: 1.04166667%;
  margin-bottom: 4.1667%;
  background-color: #f2f2f2;
}
.prod-list .prod-search .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.prod-list .prod-search .container .lt h5 {
  font-size: 16px;
  line-height: 1;
  border-left: 2px solid #E6212A;
  padding-left: 1em;
}
.prod-list .prod-search .container .rt {
  font-size: clamp(14px, 1vw, 16px);
}
.prod-list .prod-search .container .rt form {
  display: flex;
  align-items: center;
}
.prod-list .prod-search .container .rt input {
  outline: none;
  border: none;
  background: none;
  width: 22.5em;
  color: #333;
}
.prod-list .prod-search .container .rt button {
  width: 1.25em;
  height: 1.25em;
  background: none;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
}
.prod-list .prod-search .container .rt button:hover {
  color: #15306E;
}
.prod-list .prod-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .prod-wrapper .wrapper .block {
  width: 32.25%;
  margin-bottom: 2.5%;
}
.prod-list .prod-wrapper .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 35.658915% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  transition: all 0.5s;
}
.prod-list .prod-wrapper .wrapper .block .pic img {
  position: absolute;
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-list .prod-wrapper .wrapper .block .pic .watermark {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  max-width: 18.427%;
}
.prod-list .prod-wrapper .wrapper .block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(12px, 1.2vw, 20px);
  margin-top: 1em;
  line-height: 1.45;
}
.prod-list .prod-wrapper .wrapper .block .title h4 {
  color: #333;
  font-weight: 700;
  flex: 1;
  margin-right: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod-list .prod-wrapper .wrapper .block .title i {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #15306E;
  border: 1px solid #15306E;
  transition: all 0.5s;
}
.prod-list .prod-wrapper .wrapper .block:hover .pic img {
  scale: 1.05;
}
.prod-list .prod-wrapper .wrapper .block:hover .title h4 {
  color: #15306E;
}
.prod-list .prod-wrapper .wrapper .block:hover .title i {
  background-color: #E6212A;
  border-color: transparent;
  color: #fff;
}
.prod-list .pagination span {
  background-color: #15306E;
}
.prod-list .pagination a:hover {
  background-color: #15306E;
}
.prod-intro {
  padding: 4.1667% 0;
}
.prod-intro .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prod-intro .intro .lt {
  width: 42.0625%;
}
.prod-intro .intro .lt .title {
  font-size: clamp(18px, 2.083333vw, 40px);
  margin-bottom: 7.42942%;
}
.prod-intro .intro .lt .title h3 {
  font-size: clamp(18px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
}
.prod-intro .intro .lt .title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #15306E;
  line-height: 1.45;
  margin-bottom: 1em;
}
.prod-intro .intro .lt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
}
.prod-intro .intro .lt .tel {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.45;
  padding: 1em 0;
  border-top: 1px dashed rgba(3, 54, 146, 0.23);
  border-bottom: 1px dashed rgba(3, 54, 146, 0.23);
  margin-bottom: 7.42942%;
}
.prod-intro .intro .lt .tel img {
  width: 1.25em;
  height: 1.25em;
  object-fit: scale-down;
  margin-right: 0.5em;
}
.prod-intro .intro .lt .tel h4 {
  font-weight: 700;
  color: #3d3d3d;
}
.prod-intro .intro .lt .tel span {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  color: #E6212A;
}
.prod-intro .intro .lt .index-more {
  text-align: left;
}
.prod-intro .intro .lt .index-more a {
  background-color: #15306E;
  color: #fff;
}
.prod-intro .intro .lt .index-more a::after {
  background-color: #fff;
}
.prod-intro .intro .rt {
  width: 50%;
}
.prod-intro .intro .rt .pic {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding: 32.0625% 0;
  border: 1px solid #dedede;
  border-radius: 10px;
  transition: all 0.5s;
}
.prod-intro .intro .rt .pic img {
  position: absolute;
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-detail {
  padding-bottom: 4.1667%;
}
.prod-detail article {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.45;
}
.prod-detail article h1 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-detail article h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-detail article h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prod-detail article h4 {
  font-size: 1.125em;
  font-weight: 700;
}
.prod-detail article h5 {
  font-size: 1em;
  font-weight: 700;
}
.prod-detail article table {
  max-width: 100% !important;
  margin: 1em 0;
}
.prod-detail article table tr td {
  font-size: clamp(10px, 1vw, 16px);
  text-align: center;
  vertical-align: middle;
  padding: 0.25em 0.5em;
  border: 1px solid #fff;
  background-color: #f2f2f2;
  color: #333;
  line-height: 1.45;
  height: 3em;
}
.prod-detail article table tr:first-child td {
  font-weight: 700;
  font-size: clamp(12px, 1.1vw, 18px);
  background-color: #15306E;
  color: #fff;
}
.prod-detail article table tr:nth-child(even) td {
  background-color: #ddd;
}
.prod-detail .article-tab p a:hover {
  color: #E6212A;
}
.section-title {
  border-bottom: 1px solid #15306E;
  width: 100%;
  font-size: clamp(16px, 1.5625vw, 30px);
  line-height: 1.45;
  margin-bottom: 2.5%;
}
.section-title span {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #15306E;
  font-weight: 700;
  padding-bottom: 0.666667em;
}
.section-title span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #E6212A;
  bottom: -3px;
  left: 0;
}
.online-msg {
  padding-bottom: 4.1667%;
}
.online-msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.875%;
}
.online-msg form .form-row .form-col {
  width: 49.1666667%;
}
.online-msg form .code-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.online-msg form .code-row input {
  flex: 1;
  max-width: 247px;
  margin-right: 1em;
}
.online-msg form .code-row .code {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.online-msg form input,
.online-msg form textarea {
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  color: #333;
  padding: 0.25em 0.5em;
  height: 33px;
}
.online-msg form textarea {
  height: 129px;
}
.online-msg form label {
  display: block;
  width: 100%;
  color: #666;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.online-msg form label span {
  color: #f00;
}
.online-msg form button {
  outline: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  height: 2.75em;
  border-radius: 1.375em;
  background-color: #E6212A;
  min-width: 8.5em;
  padding: 0 1em;
  transition: all 0.5s;
  margin-top: 2.642857em;
}
.online-msg form button:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
