@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: 160px;
  width: 100%;
}
.container {
  max-width: 1400px;
  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 .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105px;
}
header .header-top .logo {
  width: 62.857143%;
}
header .header-top .logo img {
  transition: all 0.5s;
}
header .header-top .info {
  display: flex;
  align-items: flex-start;
}
header .header-top .info img {
  margin-right: 14px;
}
header .header-top .info span {
  font-size: 14px;
  color: #666;
  margin-top: 0.3em;
}
header .header-top .info h4 {
  font-size: 18px;
  color: #003f97;
  font-weight: 700;
  line-height: 1.7;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 20px;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
  text-transform: uppercase;
  line-height: 55px;
  padding: 0 1.6em;
}
header .lv1 > li > a:hover {
  background-color: #009a44;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  color: #fff;
  margin-right: 5%;
}
header .lv1 .lang img {
  margin-right: 9px;
}
header .lv1 .lang a {
  padding: 0;
  background-color: transparent !important;
}
header .lv1 .lang a:hover {
  text-decoration: underline !important;
}
header .lv1 .lang .on {
  color: #fff;
  font-weight: 700;
}
header .lv1 > .active > a {
  color: #fff;
  background-color: #009a44;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 20px);
  transition: all 0.5s;
  background-color: #003f97;
  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;
  transition: all .5s;
}
header .lv2 > li > a:hover {
  opacity: .5;
}
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: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #003f97;
}
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;
  margin-top: 2%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #1f61be;
  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: #1f61be;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #1f61be;
  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 .banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 5s;
}
.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 {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 2em;
  height: auto;
  line-height: 1;
  opacity: 1;
  background-color: transparent;
  transition: all 0.5s;
  margin: 0 4px;
  font-size: clamp(12px, 1.4140625vw, 27.15px);
  color: #0d6bf3;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  color: #009a44;
  font-weight: 700;
}
.index-banner .swiper-pagination em {
  display: block;
  width: 100px;
  height: 3px;
  background-color: #fff;
}
.index-banner .swiper-page {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.index-banner .swiper-page em {
  position: relative;
  width: 82px;
  height: 2px;
  background-color: #0d6bf3;
}
.index-banner .swiper-page em i {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #6fba2c;
  overflow: visible !important;
}
.index-banner .swiper-page em i::after {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 13.3px;
  height: 13.3px;
  border-radius: 50%;
  background-color: #6fba2c;
  box-shadow: 0 0 0 3px rgba(111, 186, 44, 0.5);
}
.index-title {
  text-align: center;
  margin-bottom: 18px;
}
.index-title h2 {
  font-size: clamp(20px, 2.29166667vw, 44px);
  font-weight: 700;
  color: #333;
}
.index-title h2 span {
  color: #003f97;
}
.index-title h3 {
  font-size: clamp(20px, 1.97916667vw, 38px);
  color: #333;
  font-weight: 700;
  position: relative;
}
.index-title em {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  max-width: 1200px;
  background-color: #dcdcdc;
  margin: 2px auto 11px;
}
.index-title em::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #a98040;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.index-title h4 {
  font-size: clamp(20px, 1.666667vw, 32px);
  font-weight: 700;
}
.index-title h4::after {
  display: block;
  content: "";
  margin: 0.28125em auto 0.375em;
  background-color: #009a44;
  width: 1.4375em;
  height: 0.15625em;
  border-radius: 2px;
}
.index-title h5 {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #333;
}
.index-title i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.714286%;
}
.index-title i img {
  margin: 0 8px;
}
.index-title i::before,
.index-title i::after {
  content: "";
  display: block;
  width: 5.8333333vw;
  height: 3px;
  background-color: #d5d5d5;
}
.search-banner {
  background-color: #f6f6f6;
}
.search-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0.5em 0;
}
.search-banner .container .lt {
  flex: 1;
  margin-right: 1em;
  font-size: 15px;
  color: #333;
  line-height: 1.375;
}
.search-banner .container .lt span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  border-left: 3px solid #003f98;
  padding-left: 0.5625em;
}
.search-banner .container .lt span::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  font-size: inherit;
  background-color: #003f98;
  left: 0.125em;
  top: 0;
}
.search-banner .container .rt form {
  position: relative;
  font-size: 15px;
}
.search-banner .container .rt form input {
  width: clamp(235px, 16.51041667vw, 317px);
  height: 2.0666667em;
  color: #333;
  padding: 0 4em 0 2.466667em;
  outline: none;
  border: 1px solid #d7d8da;
  border-radius: 1.03333335em;
  display: block;
}
.search-banner .container .rt form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5333333em;
  height: 100%;
  border-radius: 0 1.03333335em 1.03333335em 0;
  background-color: #003f98;
  cursor: pointer;
}
.index-prod {
  margin: 20px 0 33px;
}
.index-prod .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index-prod .wrapper .lt {
  width: clamp(200px, 15.10416667vw, 290px);
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 13px;
}
.index-prod .wrapper .lt .aside-title {
  background-color: #004cb4;
  text-align: center;
  line-height: 1.5;
  padding: 18px 10px 0;
  position: relative;
}
.index-prod .wrapper .lt .aside-title em {
  display: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0.25em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
  transition: all 0.5s;
  transform-origin: center;
}
.index-prod .wrapper .lt .aside-title::after {
  position: absolute;
  content: "";
  width: 0;
  border: calc(clamp(200px, 15.10416667vw, 290px) / 2) solid transparent;
  display: block;
  border-top: 30px solid #004cb4;
  border-bottom: 0;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}
.index-prod .wrapper .lt .aside-title h4 {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
}
.index-prod .wrapper .lt .aside-title h4 img {
  width: 1.083333em;
  vertical-align: middle;
  margin-top: -0.2em;
}
.index-prod .wrapper .lt .aside-title h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial;
  color: rgba(255, 255, 255, 0.32);
}
.index-prod .wrapper .lt .on em {
  transform: translate(-50%, 100%) rotate(45deg);
}
.index-prod .wrapper .lt .aside-content {
  /* flex: 1; */
  margin: 0 2.4137931% 0;
  background-color: #f2f2f2;
  padding: 46px 5.1094891% 10px;
  overflow: auto;
}
.index-prod .wrapper .lt .aside-content aside {
  max-height: 100%;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 0.5em;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 12px;
  border: 1px solid #dadada;
  background-color: #e5e5e5;
  height: 2.4375em;
  margin-bottom: 8px;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li div > a {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li div > a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0.8125em;
  height: 0.8125em;
  border-radius: 50%;
  background-color: #004cb4;
  border: 1px solid #004cb4;
  box-shadow: inset 0 0 0 2px #fff;
  margin-right: 0.6875em;
  margin-top: -0.2em;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li div i {
  cursor: pointer;
  border: 7px solid transparent;
  border-right: 0;
  border-left: 7px solid #c9c9c9;
  transition: all 0.5s;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > .active div i {
  transform: rotate(90deg);
  border-left-color: #009a44;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 {
  display: none;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 > li {
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1em;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 > li > a {
  color: inherit;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 > li > a::before {
  display: inline-block;
  content: "";
  width: 0.86666667em;
  height: 0.86666667em;
  background: url(../images/aside-lv2-icon.png) no-repeat;
  background-size: contain;
  margin-right: 0.933333em;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 > .active {
  color: #004cb4;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 {
  display: none;
  background-color: #004cb4;
  margin-top: 11px;
  padding: 10px 0 2px 0;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 > li {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 9px;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 > li a {
  position: relative;
  color: inherit;
  margin-left: clamp(30px, 3.125vw, 60px);
  max-width: 100%;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 > li a::before {
  position: absolute;
  display: block;
  content: "";
  border: 4.5px solid transparent;
  border-top: 4.5px solid #fff;
  border-right: 4.5px solid #fff;
  left: -0.857143em;
  top: 0.4em;
  transform: translate(-100%, 0);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 > li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.index-prod .wrapper .lt .aside-footer {
  margin: 0 2.4137931% 3.436426%;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #555;
  padding: 0 0.5em 0.714286em 1em;
}
.index-prod .wrapper .rt {
  /* flex: 1;
  margin-left: 1.57143%; */
	width: calc(100% - 1.57143% - clamp(200px, 15.10416667vw, 290px));
}
.index-prod .wrapper .rt .prod-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod .wrapper .rt .prod-wrapper .block {
  width: 32.5068871%;
  margin-bottom: 13px;
}
.index-prod .wrapper .rt .prod-wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 44.91525424% 0;
  background: url(../images/prod-bg.jpg) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  border: 1px solid #bfbfbf;
}
.index-prod .wrapper .rt .prod-wrapper .block .pic a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-prod .wrapper .rt .prod-wrapper .block .pic img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  transition: all 0.5s;
  mix-blend-mode: multiply;
}
.index-prod .wrapper .rt .prod-wrapper .block .title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(14px, 1.04166667vw, 20px);
  color: #333;
  background-color: #f7f8f9;
  transition: all 0.5s;
  line-height: 2.7;
  padding: 0 2em 0 1em;
}
.index-prod .wrapper .rt .prod-wrapper .block .title a {
  color: inherit;
}
.index-prod .wrapper .rt .prod-wrapper .block .title::after {
  position: absolute;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  content: "+";
  right: 0.15em;
  bottom: 0;
  background-color: #1f61be;
  color: #fff;
  transition: all 0.5s;
}
.index-prod .wrapper .rt .prod-wrapper .block:hover .pic {
  border-color: #1f61be;
}
.index-prod .wrapper .rt .prod-wrapper .block:hover .pic img {
  transform: scale(0.95);
}
.index-prod .wrapper .rt .prod-wrapper .block:hover .title {
  background-color: #1f61be;
  color: #fff;
}
.index-prod .wrapper .rt .prod-wrapper .block:hover .title::after {
  background-color: #f7f8f9;
  color: #1f61be;
}
.index-slogan img {
  display: block;
  width: 100%;
}
.index-about {
  padding: 20px 0 25px;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
}
.index-about .container {
  max-width: 1450px;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
	align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 39.310345%;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  /* text-indent: 2em; */
  text-align: justify;
  line-height: 1.8;
}
.index-about .wrapper .picture {
  width: 43.10345%;
}
.index-about .wrapper .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 74.72%;
  transform-style: preserve-3d;
  perspective: 800px;
}
.index-about .wrapper .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .wrapper .picture .pic .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s;
  width: clamp(30px, 3.4375vw, 66px);
}
.index-about .wrapper .picture .pic .play-btn img {
  position: relative;
  object-fit: contain;
  height: auto;
}
.index-about .wrapper .picture .pic:hover img {
  filter: brightness(70%);
}
.index-about .wrapper .picture .pic:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.05);
}
.index-about .wrapper .picture .pic:hover .play-btn img {
  filter: brightness(100%);
}
.index-about .wrapper .rt {
  width: 13.7931%;
}
.index-about .wrapper .rt .block {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #003f97;
  line-height: 1.4;
  margin-bottom: clamp(20px, 3.958333vw, 76px);
}
.index-about .wrapper .rt .block:last-child {
  margin-bottom: 0;
}
.index-about .wrapper .rt .block span {
  font-size: clamp(20px, 2.5vw, 48px);
  font-weight: 700;
}
.index-adv {
  margin: 44px 0 0;
}
.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: 50.7143%;
}
.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, 2.1875vw, 42px);
  font-family: Impact, sans-serif;
  line-height: 1.0952381;
  width: 1.85714286em;
  background-color: #003f97;
  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 #003f97;
  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: #003f97;
  }
}
.index-adv .wrapper .row .lt .brief {
  flex: 1;
  margin-left: 4.647887%;
  font-size: clamp(14px, 1.0416667vw, 20px);
  color: #666;
  line-height: 2.2;
}
.index-adv .wrapper .row .lt .brief .title {
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.507837%;
}
.index-adv .wrapper .row .lt .brief .title h4 {
  color: #009a44;
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
}
.index-adv .wrapper .row .lt .brief .title h5 {
  font-size: clamp(12px, 1.09375vw, 21px);
  color: #333;
}
.index-adv .wrapper .row .rt {
  width: 46.57143%;
  padding: 0 1.7857143% 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-application {
  margin: 20px 0 22px;
}
.index-application .container {
  max-width: 1600px;
}
.index-application .swiper .swiper-slide {
  width: 24.25%;
}
.index-application .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 1.5625% 0 0;
}
.index-application .swiper .swiper-pagination .swiper-pagination-bullet {
  width: clamp(6px, 0.88541667vw, 17px);
  height: clamp(6px, 0.88541667vw, 17px);
  margin: 0 5px;
  background-color: #003f97;
  opacity: 1;
  transition: all 0.5s;
}
.index-application .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009a44;
}
.index-application .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 137.8866%;
}
.index-application .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-application .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: clamp(14px, 0.9895833vw, 19px);
}
.index-application .pic .mask h4 {
  color: #fff;
  margin-bottom: 0.5em;
  text-align: center;
}
.index-application .pic .mask em {
  border: 1px solid transparent;
  border-bottom: 6.875vw solid #fff;
}
.index-application .pic .mask i {
  font-style: normal;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 0.5em;
}
.index-application .pic:hover img {
  filter: brightness(70%);
}
.index-service {
  background-color: #f4f4f4;
  padding: 16px 0 5%;
}
.index-service .container {
  max-width: 1560px;
}
.index-service .index-title {
  margin-bottom: 3%;
}
.index-service .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-service .wrapper .lt {
  width: 15.1515152%;
  display: flex;
  flex-direction: column;
}
.index-service .wrapper .lt .block {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #575757;
  font-size: clamp(14px, 1.09375vw, 21px);
  cursor: pointer;
  transition: all 0.5s;
  padding: 10px;
  flex: 1;
	text-align: center;
}
.index-service .wrapper .lt .block:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.index-service .wrapper .lt .block img {
  width: 2.2857143em;
  height: 2.2857143em;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-service .wrapper .lt .active {
  background-color: #009a44;
}
.index-service .wrapper .lt .active img {
  filter: contrast(0) brightness(200%);
}
.index-service .wrapper .lt .active h4 {
  color: #fff;
}
.index-service .wrapper .rt {
  width: 82.6923077%;
}
.index-service .wrapper .rt .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-service .wrapper .rt .swiper .swiper-slide .brief {
  font-size: clamp(14px, 1.0416667vw, 20px);
  color: #8c8c8c;
  width: 35.65891473%;
  /* text-align: justify; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.index-service .wrapper .rt .swiper .swiper-slide .brief .title {
  display: flex;
  align-items: center;
  margin-bottom: 10%;
}
.index-service .wrapper .rt .swiper .swiper-slide .brief .title .num {
  font-family: Arial Narrow;
  font-weight: 700;
  color: #333;
  font-size: clamp(24px, 4.6875vw, 90px);
  line-height: 1;
  margin-right: 0.2em;
}
.index-service .wrapper .rt .swiper .swiper-slide .brief .title h3 {
  font-size: clamp(20px, 2.70833333vw, 52px);
  color: #003f97;
  font-weight: 700;
  line-height: 1.2;
}
.index-service .wrapper .rt .swiper .swiper-slide .brief .title h5 {
  font-size: 1.1em;
  line-height: 1.6;
}
.index-service .wrapper .rt .swiper .swiper-slide .brief h4 {
  font-size: 1.35em;
  font-weight: 700;
  color: #003f97;
}
.index-service .wrapper .rt .swiper .swiper-slide .brief address {
  border-top: 1px solid #e5e5e5;
  padding-top: clamp(10px, 2.6041667vw, 50px);
  margin-top: 5%;
}
.index-service .wrapper .rt .swiper .swiper-slide .picture {
  width: 62.55814%;
}
.index-service .wrapper .rt .swiper .swiper-slide .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.084263%;
}
.index-service .wrapper .rt .swiper .swiper-slide .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-factory {
  margin: 16px 0 33px;
  position: relative;
  overflow: hidden;
}
.index-factory .container {
  max-width: 1620px;
}
.index-factory .swiper .swiper-slide {
  width: 37.037037%;
}
.index-factory .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.666667%;
}
.index-factory .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-factory .swiper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.index-factory .swiper .swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
}
.index-factory .swiper .swiper-btn .swiper-button-prev,
.index-factory .swiper .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  font-size: clamp(14px, 1.0416667vw, 20px);
  color: #fff;
  background-color: #003f97;
  width: 1.65em;
  height: 1.65em;
  margin: 0 0.95em;
}
.index-factory .swiper .swiper-btn .swiper-button-prev::after,
.index-factory .swiper .swiper-btn .swiper-button-next::after {
  color: inherit;
  font-size: inherit;
}
.index-cooperation {
  background: url(../images/index-coop-bg.jpg) no-repeat;
  background-size: cover;
  padding: 26px 0 4.32291667%;
}
.index-cooperation .index-title h4 {
  color: #fff;
}
.index-cooperation .index-title h5 {
  color: #fff;
}
.index-cooperation .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transform-style: preserve-3d;
  perspective: 800px;
}
.index-cooperation .wrapper .block {
  width: 13.5714286%;
  background-color: #fff;
  font-size: clamp(14px, 1.04166667vw, 20px);
  text-align: center;
  padding: 1.214286% 10px 2.14286%;
  border-radius: 0 1.5em 0 1.5em;
  cursor: default;
  transition: all 0.5s;
}
.index-cooperation .wrapper .block:hover {
  transform: translateZ(10px);
}
.index-cooperation .wrapper .block:hover .icon {
  animation: swing 1s;
}
.index-cooperation .wrapper .block h3 {
  font-size: 1.4em;
  font-weight: 700;
  color: #2f63ac;
}
.index-cooperation .wrapper .block .icon {
  width: 3em;
  height: 3em;
  margin: 0 auto;
}
.index-cooperation .wrapper .block .icon img {
  max-height: 100%;
}
.index-cooperation .wrapper .block h5 {
  color: #000;
}
.index-news {
  padding: 16px 0 2.8125%;
  background: url(../images/index-news-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
.index-news .wrapper h4 {
  font-size: 1.2857143em;
  font-weight: normal;
  margin-bottom: 0.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper p {
  font-weight: 300;
  line-height: 2.4;
  height: 7.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-news .wrapper a {
  color: inherit;
}
.index-news .wrapper .lt {
  width: 49.857143%;
}
.index-news .wrapper .lt .block {
  background-color: #fff;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block:last-child {
  margin-bottom: 0;
}
.index-news .wrapper .lt .block:first-child .pic {
  display: block;
}
.index-news .wrapper .lt .block:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index-news .wrapper .lt .block:hover .pic img {
  transform: scale(1.05);
}
.index-news .wrapper .lt .block:hover h4 {
  color: #0d6bf3;
}
.index-news .wrapper .lt .block .pic {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 48.8538682%;
}
.index-news .wrapper .lt .block .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .title {
  padding: 1.2894% 4.58453% 2.149% 2.722063%;
}
.index-news .wrapper .rt {
  width: 49.2857143%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .wrapper .rt .block {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.0434783% 1.594203% 2.02898551% 2.7536232%;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block:last-child {
  margin-bottom: 0;
}
.index-news .wrapper .rt .block:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index-news .wrapper .rt .block:hover .lt .pic img {
  transform: scale(1.05);
}
.index-news .wrapper .rt .block:hover .rt h4 {
  color: #0d6bf3;
}
.index-news .wrapper .rt .block:hover .rt .more a {
  color: #0d6bf3;
}
.index-news .wrapper .rt .block .lt {
  width: 33.636364%;
}
.index-news .wrapper .rt .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 81.0810811%;
}
.index-news .wrapper .rt .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .rt {
  width: 62.878788%;
}
.index-news .wrapper .rt .block .rt p {
  height: 4.8em;
  -webkit-line-clamp: 2;
}
.index-news .wrapper .rt .block .rt .more {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding-top: 2.8915663%;
  margin-top: 3.373494%;
}
.index-news .wrapper .rt .block .rt .more span {
  font-weight: 300;
}
.index-news .wrapper .rt .block .rt .more a {
  transition: all 0.5s;
  font-weight: 300;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 2.34375% 0 1.0416667%;
}
footer .footer-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3%;
}
footer .footer-top .logo {
  width: 18.14286%;
  align-self: center;
}
footer .footer-top .info {
  width: 322px;
  max-width: 100%;
}
footer .footer-top nav {
  width: 27.142857%;
}
footer .footer-top .ewm img {
  width: clamp(90px, 10vw, 150px);
}
footer .footer-top h4 {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 1em;
}
footer .footer-top h4::before {
  position: absolute;
  display: block;
  content: "";
  width: 4.055556em;
  height: 2px;
  background-color: #009a44;
  bottom: -1px;
  left: 0;
}
footer .footer-top h4::after {
  display: block;
  content: "";
  width: 5.72222em;
  height: 1px;
  background-color: #fff;
  margin-top: 0.5556em;
}
footer .footer-top p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 1.57143em;
}
footer .footer-top ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  max-height: 25em;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
footer .footer-top ul li {
  margin-bottom: 1.57143em;
}
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 ul li:nth-child(n+13) {
  display: none;
} */
footer .footer-bt {
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.78125% 0;
}
footer .footer-bt a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  opacity: 0.5;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.prod-detail .intro {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px 14px;
}
.prod-detail .intro .picture {
  width: 50.04686%;
}
.prod-detail .intro .picture .pic {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.9663%;
}
.prod-detail .intro .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-detail .intro .picture .pic:hover img {
  scale: 1.1;
}
.prod-detail .intro .picture .swiper-button-prev,
.prod-detail .intro .picture .swiper-button-next {
	font-size: clamp(16px, 1.5625vw, 30px);
	color: #003f97;
}
.prod-detail .intro .picture .swiper-button-prev::after,
.prod-detail .intro .picture .swiper-button-next::after {
	font-size: inherit;
	color: inherit;
}
.prod-detail .intro .brief {
  width: 44.985942%;
  font-size: 16px;
  color: #333;
  line-height: 2.5;
}
.prod-detail .intro .brief h4 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2;
}
.prod-detail article {
  position: relative;
  font-size: 16px;
  color: #333;
  margin: 10px 0 13px;
}
.prod-detail article h4 {
  font-size: 16px;
  display: inline-block;
  background-color: #0049b6;
  color: #fff;
  padding: 0 0.75em;
  line-height: 2.5;
  margin-bottom: 0.875em;
}
.prod-detail article h4::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5em;
  background-color: #f1f1f1;
  left: 0;
  z-index: -1;
}
.prod-detail article table {
  width: 100% !important;
}
.prod-detail article table tr td {
  font-size: 14px;
  color: #333;
  padding: 0 0.5em;
  text-align: center;
}
.application-area {
  margin-bottom: 6.770833%;
}
.application-area .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application-area .wrapper .block {
  width: 24.2857143%;
  margin-bottom: 1.07143%;
}
.news-list {
  margin: 20px 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;
  display: none;
}
.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: 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: 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: 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, #1c448a, #19aaee);
  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: #1c448a;
}
.news-list .wrapper .block:hover .title .more::after {
  width: 100%;
}
.news-list .wrapper .block:hover .title .more a {
  background-color: #1c448a;
  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 {
  margin: 20px 0 7%;
}
.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, 0.9375vw, 18px);
  color: #999;
  font-weight: 300;
}
.news-detail article {
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #333;
  border-radius: 1em;
  line-height: 2.8333;
}
.news-detail article img {
  margin: 1em 0;
}
.news-detail .article-tab {
  font-size: 18px;
  color: #333;
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news-detail .article-tab .lt {
  width: 50%;
}
.news-detail .article-tab .lt p {
  margin-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail .article-tab .lt a {
  color: inherit;
  transition: all 0.5s;
}
.news-detail .article-tab .lt a:hover {
  color: #1c448a;
}
.news-detail .article-tab .rt a {
  display: inline-block;
  width: 8.1111em;
  line-height: 2.5;
  border-radius: 1.25em;
  color: #fff;
  background-color: #1c448a;
  transition: all 0.5s;
  text-align: center;
  padding-left: 0.25em;
}
.news-detail .article-tab .rt a:hover {
  filter: brightness(120%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding-left: 0;
}
.join-us {
  margin: 20px 0 7.2916667%;
}
.join-us .intro-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4.57143%;
}
.join-us .intro-wrapper .lt {
  width: 58.92857143%;
}
.join-us .intro-wrapper .rt {
  flex: 1;
  position: relative;
  z-index: 1;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  padding: 0 10px 3.57143% 0;
  font-weight: 300;
}
.join-us .intro-wrapper .rt .title {
  text-align: center;
  font-size: clamp(20px, 3.21354167vw, 61.7px);
  font-weight: 400;
  color: transparent;
  margin-top: -1.07em;
  margin-bottom: 3.539823%;
  background: -webkit-linear-gradient(top, #1c448a 1.07em, #fff 1.07em);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.join-us .intro-wrapper .rt::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #1c448a;
  width: 106%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 0;
}
.join-us .recruit-list {
  font-size: clamp(10px, 0.9375vw, 18px);
}
.join-us .recruit-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #efefef;
  margin-bottom: 1.714286%;
  border-radius: 1.375em;
  padding: 0.54166667em 0.5em 0.54166667em 1.5833333em;
  line-height: 1.666667;
}
.join-us .recruit-list ul li {
  color: #333;
  text-align: center;
}
.join-us .recruit-list ul li:first-child {
  text-align: left;
}
/* .join-us .recruit-list ul li:last-child {
  text-align: left;
} */
.join-us .recruit-list ul li:nth-child(1) {
  /* width: 12.79941%; */
  width: 25%;
}
.join-us .recruit-list ul li:nth-child(2) {
  /* width: 9.439528%; */
  width: 25%;
}
.join-us .recruit-list ul li:nth-child(3) {
  /* width: 12.38938%; */
  width: 25%;
}
.join-us .recruit-list ul li:nth-child(4) {
  /* width: 12.38938%; */
  width: 15%;
}
.join-us .recruit-list ul li:nth-child(5) {
  /* width: 47%; */
  width: 100%;
  margin-top: 1em;
  display: flex;
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 1em;
  font-size: clamp(10px, 0.9375vw, 16px);
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-us .recruit-list ul li:nth-child(5) div {
  width: 48%;
}
.join-us .recruit-list .title {
  background-color: #1c448a;
}
.join-us .recruit-list .title li {
  font-size: 1.083333em;
  color: #fff;
}
.contact-us {
  margin: 20px 0 4.21875%;
}
.contact-us .contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  margin-bottom: 2.763158%;
}
.contact-us .contact-info .lt {
  width: 58.357143%;
  min-height: clamp(300px, 25.3645833vw, 487px);
}
.contact-us .contact-info .lt iframe {
  width: 100%;
  height: 100%;
}
.contact-us .contact-info .rt {
  align-self: center;
  width: 41.642857%;
  font-size: clamp(14px, 1.09375vw, 21px);
  color: #333;
  padding: 2% 2% 2% 3.714286%;
}
.contact-us .contact-info .rt p {
  margin-bottom: 1.61905em;
}
.contact-us .contact-info .rt p:last-child {
  margin-bottom: 0;
}
.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.4583333vw, 28px);
  color: #fff;
  background-color: #0049b6;
  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 .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact-us .online-msg .wrapper .rt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-culture {
  padding: 20px 0 20px;
  background: url(../images/company-honor-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.company-culture .container {
  max-width: 1610px;
}
.company-culture .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-culture .wrapper .block {
  width: 24.5962733%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/company-culture-bg.jpg) no-repeat;
  background-size: auto;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  font-size: clamp(14px, 1.0416667vw, 20px);
  line-height: 3;
  padding: 3% 0;
  min-height: clamp(15em, 23.645833vw, 454px);
  margin-bottom: 1%;
}
.company-culture .wrapper .block h4 {
  font-weight: 700;
}
.company-culture .wrapper .block .brief {
  min-height: 9em;
  padding: 0 0.5em;
}
.company-honor {
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
  background: url(../images/company-honor-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.company-honor .swiper {
  overflow: visible;
}
.company-honor .swiper .swiper-slide {
  width: 43.2857143%;
}
.company-honor .swiper .swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.company-honor .swiper .swiper-btn .swiper-button-prev,
.company-honor .swiper .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  font-size: clamp(14px, 1.0416667vw, 20px);
  color: #fff;
  background-color: #0049b6;
  width: 2.3em;
  height: 2.3em;
  margin: 0 0.65em;
}
.company-honor .swiper .swiper-btn .swiper-button-prev::after,
.company-honor .swiper .swiper-btn .swiper-button-next::after {
  color: inherit;
  font-size: inherit;
}
