@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';
}
* {
	font-family: var(--Noto-Sans-SC);
	font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  transition: all 0.3s;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 90px;
  width: 100%;
}
.container {
  max-width: 1540px;
  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;
  animation: slideInDown 1s;
  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;
  height: 90px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .logo {
  width: clamp(180px, 11.4583333vw, 220px);
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #000;
  font-size: clamp(16px, 1vw, 19px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li a:hover {
  color: #0058da;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang img {
  margin-right: 4px;
}
header .lv1 .lang .on {
  color: #0e6eb8;
}
header .lv1 .tel {
  position: relative;
  height: 100%;
  font-size: 1.157895em;
  font-weight: 700;
  color: #fff;
  padding-left: 1.727273em;
}
header .lv1 .tel::after {
  position: absolute;
  display: block;
  width: 200%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #0058da;
  z-index: -1;
}
header .lv1 .tel img {
  margin-right: 0.77273em;
}
header .lv1 > .active > a {
  color: #0058da;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
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: #666;
}
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(255, 255, 255, 0.8);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
header nav {
  flex: 1;
  margin-left: 3.1818182%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .nav-btn {
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0058da;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: all 0.5s;
}
header .nav-btn:hover {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
}
header .nav-btn i {
  display: block;
  width: 29px;
  height: 3px;
  background-color: #fff;
  border-radius: 1.5px;
  margin: 3px 0;
  transition: all 0.5s;
  transform-origin: center;
}
header .on i:nth-child(1) {
  transform: translateY(40%) rotate(45deg);
  margin: 0;
}
header .on i:nth-child(2) {
  width: 0;
  height: 0;
  margin: 0;
}
header .on i:nth-child(3) {
  transform: translateY(-40%) rotate(-45deg);
  margin: 0;
}
header .side-nav {
  position: fixed;
  width: 250px;
  top: 0;
  right: 0;
  padding-top: 100px;
  transform: translate(100%, 0);
  height: 100vh;
  background-color: #0058da;
}
header .side-nav ul li {
  position: relative;
  padding: 1em;
  border-bottom: 1px solid #eee;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
header .side-nav ul li a {
  display: inline-block;
  color: inherit;
  transition: all 0.5s;
}
header .side-nav ul li a:hover {
  transform: translateY(-3px);
}
.header-active {
  background-color: transparent;
  box-shadow: none;
  animation: none;
  height: 100px;
}
.header-active nav {
  display: none;
}
.header-active .nav-btn {
  display: flex;
}
.body-active {
  transform: translateX(-250px);
  transition: all 1s;
  overflow: visible !important;
}
.body-active .header-active .side-nav ul li {
  animation: slideInRight;
}
.body-active .header-active .side-nav ul li:nth-child(1) {
  animation-duration: 0.65s;
}
.body-active .header-active .side-nav ul li:nth-child(2) {
  animation-duration: 0.7s;
}
.body-active .header-active .side-nav ul li:nth-child(3) {
  animation-duration: 0.75s;
}
.body-active .header-active .side-nav ul li:nth-child(4) {
  animation-duration: 0.8s;
}
.body-active .header-active .side-nav ul li:nth-child(5) {
  animation-duration: 0.85s;
}
.body-active .header-active .side-nav ul li:nth-child(6) {
  animation-duration: 0.9s;
}
.body-active .header-active .side-nav ul li:nth-child(7) {
  animation-duration: 0.95s;
}
.body-active .header-active .side-nav ul li:nth-child(8) {
  animation-duration: 1s;
}
.index-banner {
  position: relative;
  height: 100vh;
}
.index-banner .swiper {
  height: 100%;
}
.index-banner .swiper .swiper-slide {
  position: relative;
  height: 100%;
}
.index-banner .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 5s;
  transform: scale(1.1);
  object-fit: cover;
  max-height: 100vh;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active > img {
  transform: scale(1);
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .swiper-pagination {
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.5s;
  margin: 0 6.5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-title {
  text-align: center;
}
.index-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0058da;
  font-weight: 700;
  position: relative;
  line-height: 1.8;
}
.index-title h4 {
  font-size: clamp(20px, 1.40625vw, 27px);
  color: #000;
  font-weight: 700;
}
.index-title h5 {
  font-size: clamp(12px, 0.8333333vw, 16px);
  color: #666;
}
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: 100vh;
  padding: calc(100px + 2%) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-about .intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .intro .lt {
  width: 46.36364%;
  position: relative;
}
.index-about .intro .lt .index-title {
  text-align: left;
  margin-bottom: 4.481793%;
}
.index-about .intro .lt .brief {
  font-size: clamp(14px, 0.833333vw, 16px);
  color: #000;
  line-height: 3.1875;
  text-indent: 2em;
}
.index-about .intro .lt .more {
  display: block;
  font-size: clamp(14px, 0.833333vw, 16px);
  width: 12em;
  line-height: 3.1875;
  color: #fff;
  text-align: center;
  border-radius: 1.59375em;
  background-color: #0058da;
  transition: all 0.5s;
  margin-top: 8.9635854%;
}
.index-about .intro .lt .more:hover {
  transform: translateY(-3px);
  filter: brightness(120%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.index-about .intro .rt {
  width: 51.42857143%;
}
.index-about .intro .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.631313%;
}
.index-about .intro .rt .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .intro .rt .pic .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(40px, 4.166667vw, 80px);
}
.index-about .intro .rt .pic .play-btn img {
  position: relative;
  transition: all 0.8s;
}
.index-about .intro .rt .pic:hover img {
  scale: 1.05;
  filter: brightness(90%);
}
.index-about .intro .rt .pic:hover .play-btn img {
  scale: 0.9;
  filter: brightness(100%);
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-top: 1.883117%;
}
.index-about .wrapper a {
  width: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: clamp(16px, 1.09375vw, 21px);
  border: 1px solid #0058da;
  background-color: #fff;
  transition: all 0.5s;
  line-height: 1.6;
  padding: 14px 10px;
  border-radius: 0 1em 0 1em;
}
.index-about .wrapper a .icon {
  width: 2em;
  height: 2em;
}
.index-about .wrapper a .icon img {
  max-height: 100%;
  transition: all 0.5s;
}
.index-about .wrapper a h4 {
  color: #333;
}
.index-about .wrapper a h5 {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.index-about .wrapper a:hover {
  background-color: #0058da;
}
.index-about .wrapper a:hover .icon img {
  filter: contrast(0) brightness(200%);
}
.index-about .wrapper a:hover h4 {
  color: #fff;
}
.index-about .wrapper a:hover h5 {
  color: #fff;
}
.index-prod {
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding: calc(100px + 2%) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.index-prod .container {
	max-width: 1680px;
	width: 90%;
}
.index-prod .index-title {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-prod .index-title h3 {
  color: #fff;
}
.index-prod .index-title h5 {
  color: #fff;
}
.index-prod .index-title .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 0;
  width: auto;
}
.index-prod .index-title .swiper-pagination .swiper-pagination-bullet {
  width: clamp(8px, 0.72916667vw, 14px);
  height: clamp(8px, 0.72916667vw, 14px);
  background-color: #fff;
  margin: 0 clamp(3px, 0.3125vw, 6px);
}
.index-prod .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-prod .wrapper .lt {
  width: 16.1038961%;
  height: 13.6818182em;
  font-size: clamp(16px, 1.14583333vw, 22px);
}
.index-prod .wrapper .lt .swiper {
  height: 100%;
}
.index-prod .wrapper .lt .swiper .swiper-slide {
  width: 100%;
  height: 2.3636364em;
  margin-bottom: 1.3636364em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 1.1818182em 0 1.2727273em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
  border-radius: 1.1818182em;
}
.index-prod .wrapper .lt .swiper .swiper-slide img {
  margin-left: 0.2em;
  width: 1.2727273em;
}
.index-prod .wrapper .lt .swiper .swiper-slide p {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .wrapper .lt .swiper .swiper-slide:last-child {
  margin-bottom: 0;
}
.index-prod .wrapper .lt .swiper .swiper-slide-thumb-active {
  border-color: #fff;
}
.index-prod .wrapper .mid {
  position: relative;
  width: 30.654762%;
}
.index-prod .wrapper .mid .line1 {
  position: absolute;
  width: 108.7378641%;
  height: 108.7378641%;
  border: 6px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-prod .wrapper .mid .line2 {
  position: absolute;
  width: 114.7573%;
  height: 114.7573%;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-prod .wrapper .mid .path {
  width: clamp(6px, 0.625vw, 12px);
  height: clamp(6px, 0.625vw, 12px);
  background-color: #fff;
  border-radius: 50%;
  offset-path: circle(50% at 50% 50%);
  animation: mv 8s infinite linear;
}
.index-prod .wrapper .mid #path1 {
  animation-delay: -3s;
  animation-direction: reverse;
}
.index-prod .wrapper .mid #path3 {
  animation-delay: -5s;
  animation-direction: reverse;
}
.index-prod .wrapper .mid #path5 {
  animation-delay: -7s;
  animation-direction: reverse;
}
.index-prod .wrapper .mid #path2 {
  width: clamp(10px, 1.19791667vw, 23px);
  height: clamp(10px, 1.19791667vw, 23px);
  animation-delay: -2s;
}
.index-prod .wrapper .mid #path4 {
  width: clamp(10px, 1.19791667vw, 23px);
  height: clamp(10px, 1.19791667vw, 23px);
  animation-delay: -4s;
}
@keyframes mv {
  0% {
    offset-distance: 0;
  }
  100% {
    offset-distance: 100%;
  }
}
.index-prod .wrapper .mid .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.index-prod .wrapper .mid .pic .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.index-prod .wrapper .mid .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-prod .wrapper .rt {
  width: 36.766234%;
  color: #fff;
}
.index-prod .wrapper .rt .title {
  font-size: clamp(18px, 1.51041667vw, 29px);
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.2758621em;
  margin-bottom: 4%;
}
.index-prod .wrapper .rt .brief {
  font-size: clamp(12px, 0.9375vw, 16px);
  line-height: 2.25;
}
.index-prod .wrapper .rt .brief h4 {
  font-size: clamp(14px, 1.33333em, 24px);
  line-height: 2;
  margin-bottom: 2%;
}
.index-prod .wrapper .rt .more {
  display: inline-block;
  color: #0058da;
  font-size: clamp(14px, 0.78125vw, 15px);
  background-color: #fff;
  border-radius: 0 0.8em 0 0.8em;
  line-height: 1.866667;
  padding: 0 1.13333em 0 1em;
  transition: all 0.5s;
  margin-top: 5%;
}
.index-prod .wrapper .rt .more:hover {
  transform: translateY(-3px);
}
.index-business {
  height: 100vh;
  background: url(../images/index-business-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: calc(100px + 2%) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-business .index-title {
  margin-bottom: 5.844156%;
}
.index-business .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-business .wrapper .block {
  position: relative;
  width: 23.83117%;
  background-color: #fff;
  background-image: url(../images/index-business-block-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: clamp(16px, 1.35416667vw, 26px);
  color: #333;
  border-radius: 0 1.15385em 0 1.15385em;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 0 1em 6.3636364%;
  transition: all 0.5s;
}
.index-business .wrapper .block .icon {
  width: 3.9615385em;
  height: 3.9615385em;
  background-color: #0058da;
  box-shadow: inset 0 0 0 8px #fff, 0 0 3px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: -18%;
  margin-bottom: 0.23077em;
}
.index-business .wrapper .block .icon img {
  max-width: 55%;
  max-height: 55%;
}
.index-business .wrapper .block .title {
  margin-bottom: 0.5769231em;
}
.index-business .wrapper .block .brief {
  font-size: clamp(12px, 0.6923077em, 18px);
}
.index-business .wrapper .block .brief p {
  margin-bottom: 0.5556em;
}
.index-business .wrapper .block em {
  position: absolute;
  display: block;
  border-radius: 50%;
  font-size: 1em;
  width: 1.0769231em;
  height: 1.0769231em;
  border: 1px solid #0058da;
  color: #0058da;
  text-align: center;
  line-height: .9;
  font-weight: 300;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
.index-business .wrapper .block:hover {
  transform: translateY(-3px);
}
.index-business .wrapper .block:hover .icon {
  animation: swing 1s;
}
.index-business .wrapper .block:hover em {
  transform: translate(-50%, 0) rotate(360deg);
}
.index-case {
  height: 100vh;
  background: url(../images/index-case-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: calc(100px + 2%) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-case .index-title {
  margin-bottom: 3.5714286%;
}
.index-case .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 13.1770833vw 0 0 13.1770833vw;
}
.index-case .swiper .swiper-slide .lt {
  width: 61.6883117%;
}
.index-case .swiper .swiper-slide .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 52.16495%;
  border-radius: 13.1770833vw;
}
.index-case .swiper .swiper-slide .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-case .swiper .swiper-slide .rt {
  position: relative;
  overflow: hidden;
  width: 35.7143%;
  z-index: 1;
  align-self: center;
  padding: 1% 3.896104% 1% 0;
}
.index-case .swiper .swiper-slide .rt .bg {
  position: absolute;
  font-size: clamp(100px, 29.21875vw, 561px);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: clamp(20px, 2.60416667vw, 50px) solid rgba(0, 83, 149, 0.05);
  right: 0;
  bottom: 0;
  transform: translate(30%, 30%);
  z-index: -1;
}
.index-case .swiper .swiper-slide .rt .title {
  color: #0058da;
  margin-bottom: 3.807615%;
}
.index-case .swiper .swiper-slide .rt .title h4 {
  font-size: clamp(18px, 1.458333vw, 28px);
  font-weight: 700;
}
.index-case .swiper .swiper-slide .rt .title h5 {
  font-size: clamp(16px, 1.19791667vw, 23px);
}
.index-case .swiper .swiper-slide .rt .brief {
  font-size: clamp(14px, 1vw, 19px);
  color: #666;
  line-height: 2.79;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.index-case .swiper .swiper-slide:hover .lt .pic img {
  scale: 1.05;
}
.index-case .swiper .swiper-button-prev,
.index-case .swiper .swiper-button-next {
  font-size: clamp(16px, 1.5625vw, 30px);
  width: 2em;
  height: 2em;
  font-weight: 300;
  color: #fff;
  background-color: #0058da;
  transition: all 0.5s;
}
.index-case .swiper .swiper-button-prev::after,
.index-case .swiper .swiper-button-next::after {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.index-case .swiper .swiper-button-next {
  right: 0;
}
.index-application {
  height: 100vh;
  background: url(../images/index-app-bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: calc(100px + 2%) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-application .index-title {
  margin-bottom: 2.857143%;
}
.index-application .swiper .swiper-slide {
  width: 24.1558442%;
  margin-right: 1.103896%;
}
.index-application .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.index-application .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 140.8602151%;
}
.index-application .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-application .swiper .swiper-slide .pic .mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 88, 218, 0.6);
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: clamp(16px, 1.5625vw, 30px);
  transition: all 1.5s;
  padding: 20.967742% 3% 0;
  color: #fff;
  clip-path: circle(0);
  scale: 2;
}
.index-application .swiper .swiper-slide .pic .mask .icon {
  width: 2em;
  height: 1.5em;
  margin-bottom: 0.4333em;
}
.index-application .swiper .swiper-slide .pic .mask .icon img {
  position: relative;
  width: auto;
  height: auto;
  max-height: 100%;
  filter: contrast(0) brightness(200%);
}
.index-application .swiper .swiper-slide .pic .mask em {
  display: block;
  width: 1px;
  height: 6.8em;
  background-color: #fff;
}
.index-application .swiper .swiper-slide .pic .mask i {
  margin-top: 1em;
}
.index-application .swiper .swiper-slide .pic .mask i img {
  position: relative;
  width: 1.2em;
  height: auto;
}
.index-application .swiper .swiper-slide:hover .mask {
  clip-path: circle(100%);
  transition: all 1s;
  scale: 1;
}
.index-partner {
  height: 100vh;
  background: url(../images/index-partner-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: calc(100px + 2%) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-partner .index-title {
  margin-bottom: 5.19481%;
}
.index-partner .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.36364%;
}
.index-partner .wrapper .block {
  width: 15.519481%;
  margin-bottom: 3.5065%;
}
.index-partner .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 51.046025%;
  background-color: #fff;
  border-radius: 19px;
  transition: all 0.5s;
}
.index-partner .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-partner .pic:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.index-partner .pic:hover img {
  scale: 0.9;
}
.index-news {
  height: 100vh;
  background: url(../images/index-news-bg.png) no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
  padding: calc(100px + 2%) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.index-news .index-title {
  margin-bottom: 3.0519481%;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper h3 {
  font-size: clamp(16px, 1.3020833vw, 25px);
  font-weight: 700;
  color: #0058da;
  margin-bottom: 0.56em;
  line-height: 1.4;
}
.index-news .wrapper .lt {
  width: 26.233766%;
}
.index-news .wrapper .lt .block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 8.168317% 0 10.148515% 0;
}
.index-news .wrapper .lt .block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.index-news .wrapper .lt .block .date {
  white-space: nowrap;
  color: #666;
  font-size: clamp(12px, 1.1458333vw, 22px);
  line-height: 1.6;
  margin-right: 1em;
}
.index-news .wrapper .lt .block .date h4 {
  font-size: 1.318182em;
  font-weight: 700;
}
.index-news .wrapper .lt .block .title {
  font-size: clamp(14px, 1.04166667vw, 20px);
  color: #000;
  font-weight: 300;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.6em;
  transition: all 0.5s;
  flex: 1;
  max-width: 73.0198%;
}
.index-news .wrapper .lt .block .title a {
  color: inherit;
}
.index-news .wrapper .lt .block:hover .title {
  color: #0058da;
}
.index-news .wrapper .mid {
  position: relative;
  width: 43.766234%;
}
.index-news .wrapper .mid .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .mid .swiper .swiper-slide:hover .title {
  color: #0058da;
}
.index-news .wrapper .mid .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 68.84273%;
}
.index-news .wrapper .mid .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .mid .title {
  text-align: center;
  font-size: clamp(14px, 1.1458333vw, 22px);
  color: #000;
  transition: all 0.5s;
  margin-top: 3.115727%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .mid .title a {
  color: inherit;
}
.index-news .wrapper .mid .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 8px;
}
.index-news .wrapper .mid .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #0058da;
  margin: 0 4px;
}
.index-news .wrapper .rt {
  width: 27.2727273%;
}
.index-news .wrapper .rt .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60.952381%;
}
.index-news .wrapper .rt .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .title {
  font-size: clamp(14px, 1.0416667vw, 20px);
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  margin-top: 2.61905%;
  border-bottom: 1px solid #e5e5e5;
}
.index-news .wrapper .rt .block .title a {
  color: inherit;
}
.index-news .wrapper .rt .block .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.4em;
}
.index-news .wrapper .rt .block .title span {
  text-align: right;
  display: block;
  margin-top: 2.3809524%;
}
.index-news .wrapper .rt .block:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .rt .block:hover .title p {
  color: #0058da;
}
footer * {
	font-weight: 500;
}
footer .footer-top {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 6.1458333% 0 3.9583333%;
}
footer .footer-top nav {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  font-size: clamp(14px, 1vw, 16px);
  color: #909090;
}
footer .footer-top nav a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top nav a:hover {
  opacity: 0.5;
}
footer .footer-top nav h4 {
  font-size: 1.125em;
  position: relative;
  margin-bottom: 1.069767em;
	font-weight: 700;
	color: #fff;
}
footer .footer-top nav h4::after {
  display: block;
  content: "";
  width: 4.1860465em;
  height: 2px;
  background: -webkit-linear-gradient(left, #fff 50%, #0058da 50%);
  margin-top: 0.3721em;
}
footer .footer-top nav ul li {
  margin-bottom: 1.33721em;
}
footer .footer-top nav p {
  margin-bottom: 1.33721em;
}
footer .footer-top nav p b {
  font-size: 1.511628em;
  line-height: 1;
}
footer .footer-top .footer-media {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
footer .footer-top .media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(30px, 3.6458333vw, 70px);
  margin: 1.948052% 0 2.727273%;
}
footer .footer-top .media .icon {
  position: relative;
  transform-style: preserve-3d;
  perspective: 800px;
  cursor: pointer;
  text-align: center;
  width: clamp(90px, 6.25vw, 120px);
}
footer .footer-top .media .icon::after {
  position: absolute;
  display: none;
  content: "";
  border: 11px solid transparent;
  border-top: 0;
  border-bottom: 0;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 0.3s;
}
footer .footer-top .media .icon .tip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 50%) rotateX(-90deg);
  width: clamp(90px, 8.2291667vw, 158px);
  text-align: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
footer .footer-top .media .icon:hover::after {
  border-top: 10px solid #fff;
  opacity: 1;
}
footer .footer-top .media .icon:hover .tip {
  transform: translate(-50%, 16px) rotateX(0deg);
  transition: all 0.7s;
  opacity: 1;
  visibility: visible;
}
footer .footer-top .slogan {
  font-size: clamp(20px, 3.0208333vw, 58px);
  color: #fff;
  font-weight: 300;
}
footer .footer-bt {
  background-color: #0058da;
  padding: 1.5625% 0;
  text-align: center;
  color: #fff;
  font-size: clamp(12px, 0.7291667vw, 14px);
}
footer .footer-bt a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  opacity: 0.5;
}
#fullpage .active#section1 {
  animation: clipCircleCenter 3s;
}
#fullpage .active#section2 {
  animation: clipCircleTop 3s;
}
#fullpage .active#section3 {
  animation: clipCircleDown 3s;
}
#fullpage .active#section4 {
  animation: clipCircleLeft 3s;
}
#fullpage .active#section5 {
  animation: clipCircleRight 3s;
}
#fullpage .active#section6 {
  animation: clipCircleDown 3s;
}
#fullpage .active#section7 {
  animation: clipRectX 3s;
}
#fullpage .active#section8 {
  animation: slideInUp 2s;
}
#fullpage .active#section8 .index-title {
  animation: bounceInDown 2.5s;
}
#fullpage .active#section8 .wrapper .lt {
  animation: bounceInLeft 2.5s;
}
#fullpage .active#section8 .wrapper .mid {
  animation: bounceInUp 2.5s;
}
#fullpage .active#section8 .wrapper .rt {
  animation: bounceInRight 2.5s;
}
#fullpage .active#section9 {
  animation: clipCircleTop 3s;
}
.inner-banner img {
  width: 100%;
}
.inner-content {
  padding: 2.5% 0 3%;
}
.content-bg {
  background-color: #f6f6f6;
}
.news-list .index-title {
  margin-bottom: 20px;
}
.news-list .list-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.news-list .list-tab li {
  font-size: clamp(14px, 1.1458333vw, 22px);
  margin: 0 0.8409091em 0.8409091em;
}
.news-list .list-tab a {
  display: block;
  color: #fff;
  background-color: #0058da;
  text-align: center;
  line-height: 2.0909091;
  padding: 0 1.2727273em;
  border-radius: 0.409091em;
  transition: all 0.5s;
}
.news-list .list-tab a:hover {
  transform: translateY(-3px);
  filter: brightness(120%);
}
.news-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .wrapper .block {
  position: relative;
  width: 32%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 30px 16px 16px;
  margin-bottom: 1.44737%;
  transition: all 0.5s;
}
.news-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71.875%;
  border-radius: 0 0 0 30px;
}
.news-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .wrapper .block .title {
  padding: 2.5% 4.375% 2.70833%;
}
.news-list .wrapper .block .title h4 {
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3333em;
  transition: all 0.5s;
}
.news-list .wrapper .block .title h4 a {
  color: inherit;
}
.news-list .wrapper .block .title p {
  font-size: clamp(14px, 0.83333vw, 16px);
  color: #666;
  line-height: 2.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 7.5em;
}
.news-list .wrapper .block .title p a {
  color: inherit;
}
.news-list .wrapper .block .title .more {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding: 2.0548% 0 0 6.1644%;
  line-height: 1.7333;
  font-size: clamp(12px, 0.78125vw, 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: #0058da;
  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 {
  box-shadow: 0 0 0 2px #0058da;
}
.news-list .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.news-list .wrapper .block:hover .title h4 {
  color: #0058da;
}
.news-list .wrapper .block:hover .title .more::after {
  width: 100%;
}
.news-list .wrapper .block:hover .title .more a {
  background-color: #0058da;
  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%;
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #0058da;
  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: #0058da;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #0058da;
  border-color: transparent;
}
.news-detail {
  background-color: #fff;
  color: #333;
  border-radius: 0.894737em;
  font-size: clamp(14px, 1vw, 19px);
  padding: 2% 3%;
}
.news-detail .news-title {
  text-align: center;
  margin-bottom: 1em;
}
.news-detail .news-title h3 {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #0058da;
  font-weight: 700;
}
.news-detail .news-title h5 {
  color: #999;
}
.news-detail article {
  line-height: 2.84211;
}
.news-detail article img {
  margin: 0.5em 0;
}
.article-tab {
  font-size: clamp(14px, 1vw, 19px);
  color: #333;
  margin-top: 1.883117%;
}
.article-tab a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab a:hover {
  color: #0058da;
}
.article-tab p {
  transition: all 0s;
  margin-bottom: 0.9em;
}
.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, 22px);
  color: #fff;
  padding: 0 10px 3.57143% 0;
  font-weight: 300;
  line-height: 2;
}
.join-us .intro-wrapper .rt b,
.join-us .intro-wrapper .rt strong {
  font-size: 1.2727273em;
  font-weight: 700;
}
.join-us .intro-wrapper .rt .title {
  text-align: center;
  font-size: clamp(20px, 3.125vw, 60px);
  font-weight: 400;
  color: transparent;
  margin-top: -1.07em;
  margin-bottom: 3.539823%;
  background: -webkit-linear-gradient(top, #0058da 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: #0058da;
  width: 106%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 0;
}
.join-us .intro-wrapper .rt .brief {
  padding-left: 10%;
}
.join-us .intro-wrapper .rt p {
  margin-bottom: 0.5em;
}
.join-us .recruit-list {
  font-size: clamp(10px, 1.25vw, 24px);
}
.join-us .recruit-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ededed;
  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%;
}
.join-us .recruit-list ul li:nth-child(2) {
  width: 9.439528%;
}
.join-us .recruit-list ul li:nth-child(3) {
  width: 12.38938%;
}
.join-us .recruit-list ul li:nth-child(4) {
  width: 12.38938%;
}
.join-us .recruit-list ul li:nth-child(5) {
  width: 47%;
}
.join-us .recruit-list .title {
  background-color: #0058da;
}
.join-us .recruit-list .title li {
  font-size: 1.083333em;
  color: #fff;
}
.contact-us .index-title {
  margin-bottom: 4.35065%;
}
.contact-us .contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.4026%;
}
.contact-us .contact-info .block {
  width: 24.35065%;
  background-color: #fff;
  font-size: clamp(14px, 1.3333vw, 16px);
  color: #333;
  border-radius: 1.875em 1.875em 0 0;
  padding: 1em;
  transition: all 0.5s;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.contact-us .contact-info .block .icon {
  margin: 0 auto;
  width: clamp(50px, 4.4270833vw, 85px);
  height: clamp(50px, 4.4270833vw, 85px);
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #0058da;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -18%;
  margin-bottom: 0.75em;
}
.contact-us .contact-info .block .icon img {
  max-width: 55%;
  max-height: 55%;
}
.contact-us .contact-info .block .title {
  color: #0058da;
  font-weight: 700;
  margin-bottom: 0.625em;
}
.contact-us .contact-info .block .brief p {
  margin-bottom: 0.625em;
}
.contact-us .contact-info .block:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.contact-us .contact-info .block:hover .icon {
  animation: tada 1s;
}
.contact-us .contact-map {
  width: 100%;
  height: clamp(300px, 27.708333vw, 532px);
  margin-bottom: 2.2078%;
}
.contact-us .contact-map iframe {
  width: 100%;
  height: 100%;
}
.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: #0058da;
  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;
}
.prod-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .container aside {
  width: 17.53247%;
}
.prod-list .container aside .aside-title {
  background-color: #0058da;
  color: #fff;
  text-align: center;
  padding: 14px 5px 17px;
}
.prod-list .container aside .aside-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
}
.prod-list .container aside .aside-title h5 {
  font-size: clamp(12px, 1vw, 16px);
}
.prod-list .container aside ul li {
  padding: 0 0.5em 0 1.6111111em;
  font-size: clamp(14px, 1vw, 18px);
  background-color: #f4f4f4;
  border-bottom: 1px solid #bfbfbf;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod-list .container aside ul li a {
  display: block;
  color: inherit;
  line-height: 3.55556;
  transition: all 0.5s;
}
.prod-list .container aside ul li a:hover {
  color: #0058da;
}
.prod-list .container main {
  /* width: 80.714286%; */
	width: 100%;
}
.prod-list .container main .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .container main .wrapper .block {
  width: 49.4770716%;
  background-color: #eee;
  font-size: clamp(14px, 1.04166667vw, 20px);
  padding: 0.7em;
  margin-bottom: 16px;
}
.prod-list .container main .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 52.901024%;
  background-color: #fff;
}
.prod-list .container main .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-list .container main .wrapper .block .title {
  position: relative;
  text-align: center;
  padding-top: 1.4em;
}
.prod-list .container main .wrapper .block .title em {
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 1.9em;
  line-height: 0.9;
  text-align: center;
  font-weight: 300;
  color: #fff;
  border-radius: 50%;
  background-color: #0058da;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.prod-list .container main .wrapper .block .title p {
  color: #333;
}
.prod-list .container main .wrapper .block .title p a {
  color: inherit;
}
.prod-list .container main .wrapper .block:hover .pic img {
  scale: 1.05;
}
.prod-list .container main .wrapper .block:hover .title em {
  transform: translate(-50%, -50%) rotate(360deg);
}
.prod-list .container main .wrapper .block:hover .title p {
  color: #0058da;
}
.prod-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.53247%;
}
.prod-tab li {
  min-width: 11.49351%;
  background-color: #eee;
  color: #333;
  font-size: clamp(14px, 1.1458333vw, 22px);
  transition: all 0.5s;
  border-radius: 0 1.3636364em 0 1.3636364em;
  text-align: center;
  padding: 1.409091em 0.5em 1.318182em;
  margin-bottom: 19px;
}
.prod-tab li .icon {
  width: 2.3636364em;
  height: 2.3636364em;
  margin: 0 auto;
}
.prod-tab li .icon img {
  max-height: 100%;
}
.prod-tab li a {
  color: inherit;
}
.prod-tab li:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.prod-tab .active {
  background-color: #0058da;
  color: #fff;
}
.prod-tab .active .icon img {
  filter: contrast(0) brightness(200%);
}
.prod-detail .prod-intro {
  background-color: #f6f6f6;
  padding: 1.6233766%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 19px;
}
.prod-detail .prod-intro .lt {
  width: 41.0738255%;
}
.prod-detail .prod-intro .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 87.4183%;
  background-color: #fff;
}
.prod-detail .prod-intro .lt .pic .swiper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.prod-detail .prod-intro .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-detail .prod-intro .lt .pic:hover img {
  scale: 1.05;
}
.prod-detail .prod-intro .rt {
  width: 56.10738255%;
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #333;
}
.prod-detail .prod-intro .rt .title {
  font-size: clamp(18px, 1.25vw, 24px);
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  margin-bottom: 0.5416667em;
}
.prod-detail .prod-intro .rt .brief {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.83333em;
  margin-bottom: 0.444444em;
}
.prod-detail .prod-intro .rt .advantage {
  margin-bottom: 0.944444em;
}
.prod-detail .prod-intro .rt .advantage b,
.prod-detail .prod-intro .rt .advantage strong {
  font-weight: 700;
}
.prod-detail .prod-intro .rt .thumb-swiper {
  position: relative;
  padding-right: 8.373206%;
}
.prod-detail .prod-intro .rt .thumb-swiper .swiper-button-next {
  width: 2em;
  height: 2em;
  color: #fff;
  background-color: #0058da;
  border-radius: 4px;
  right: 0;
}
.prod-detail .prod-intro .rt .thumb-swiper .swiper-button-next::after {
  font-size: inherit;
  color: inherit;
}
.prod-detail .prod-intro .rt .thumb-swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 88.034188%;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s;
}
.prod-detail .prod-intro .rt .thumb-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-detail .prod-intro .rt .thumb-swiper .pic:hover img {
  scale: 1.05;
}
.prod-detail .prod-intro .rt .thumb-swiper .swiper-slide-thumb-active .pic {
  opacity: 1;
}
.prod-detail .prod-feature .title {
  font-size: clamp(16px, 1.0416667vw, 20px);
  margin-bottom: 2.4675325%;
  background-color: #f6f6f6;
  color: #fff;
  line-height: 2.45;
}
.prod-detail .prod-feature .title span {
  display: inline-block;
  padding: 0 0.95em 0 0.75em;
  background-color: #0058da;
}
.prod-detail .prod-feature .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prod-detail .prod-feature .wrapper .block {
  width: 24.025974%;
  background-color: #f3f3f3;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, 0.9375vw, 18px);
  border-radius: 0 1.6666667em 0 1.6666667em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.prod-detail .prod-feature .wrapper .block .name {
  font-size: clamp(12px, 1.0416667vw, 20px);
  color: #fff;
  background-color: #0058da;
  padding: 0 0.75em;
  line-height: 1.9;
  margin-bottom: 1.5em;
}
.prod-detail .prod-feature .wrapper .block .brief {
  padding: 0 1.94444em 2.22222em 1.388889em;
  line-height: 2.7778;
}
.application-area .index-title {
  margin-bottom: 1.81818182%;
}
.application-area .app-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.53247%;
  margin-bottom: 1.2987%;
}
.application-area .app-tab li {
  min-width: 12.4026%;
  background-color: #eee;
  color: #333;
  font-size: clamp(14px, 1.5625vw, 30px);
  transition: all 0.5s;
  border-radius: 0 1.3636364em 0 1.3636364em;
  text-align: center;
  padding: 0.66667em 0.5em 0.8em;
  margin-bottom: 19px;
}
.application-area .app-tab li .icon {
  width: 2em;
  height: 2em;
  margin: 0 auto;
}
.application-area .app-tab li .icon img {
  max-height: 100%;
}
.application-area .app-tab li a {
  color: inherit;
}
.application-area .app-tab li:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.application-area .app-tab .active {
  background-color: #0058da;
  color: #fff;
}
.application-area .app-tab .active .icon img {
  filter: contrast(0) brightness(200%);
}
.application-area .swiper .swiper-slide {
  width: 32.727273%;
}
.application-area .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 78.373016%;
  background-color: #fff;
}
.application-area .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.application-area .swiper .swiper-slide .title {
  background-color: #f3f3f3;
  color: #000;
  font-size: clamp(12px, 1.0416667vw, 20px);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 4;
  transition: all 0.5s;
  padding: 0 0.5em;
}
.application-area .swiper .swiper-slide .title a {
  color: inherit;
}
.application-area .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.application-area .swiper .swiper-slide:hover .title {
  color: #0058da;
}
.application-area .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3.05195%;
}
.application-area .swiper .swiper-pagination .swiper-pagination-bullet {
  width: clamp(8px, 0.9375vw, 18px);
  height: clamp(8px, 0.9375vw, 18px);
  margin: 0 clamp(4px, 0.49479167vw, 9.5px);
  background-color: #0058da;
}
.partner .list {
  margin-bottom: 1.2987%;
}
.partner .list .title {
  border-bottom: 1px solid #0058da;
  margin-bottom: 1.948052%;
}
.partner .list .title span {
  display: inline-block;
  color: #fff;
  background-color: #0058da;
  font-size: clamp(18px, 1.4583333vw, 28px);
  padding: 0 1.7857143em;
  border-radius: 1.07143em 1.07143em 0 0;
  line-height: 2.42857143;
}
.partner .list .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3766228%;
}
.partner .list .wrapper .block {
  width: 15.519481%;
  margin-bottom: 1.753247%;
}
.partner .list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 51.046025%;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.partner .list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.partner .list .wrapper .block .pic:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.partner .list .wrapper .block .pic:hover img {
  scale: 0.95;
}
.industry-case .index-title {
  margin-bottom: 23px;
}
.industry-case .wrapper .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  margin-bottom: 27px;
  transition: all 0.5s;
}
.industry-case .wrapper .block .lt {
  width: 51.4935065%;
}
.industry-case .wrapper .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 54.476671%;
}
.industry-case .wrapper .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.industry-case .wrapper .block .rt {
  width: 48.5064935%;
  padding: 2% 1.623377% 2% 2.012987%;
  align-self: center;
}
.industry-case .wrapper .block .rt .title {
  font-size: clamp(16px, 1.25vw, 24px);
}
.industry-case .wrapper .block .rt .title h3 {
  color: #000;
  font-weight: 700;
}
.industry-case .wrapper .block .rt .title h4 {
  color: #0058da;
}
.industry-case .wrapper .block .rt .brief {
  font-size: clamp(14px, 1vw, 18px);
  color: #000;
  line-height: 2.8888889;
}
.industry-case .wrapper .block:nth-child(even) {
  flex-direction: row-reverse;
}
.industry-case .wrapper .block:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.industry-case .wrapper .block:hover .lt .pic img {
  scale: 1.05;
}
.main-business {
  background: none;
  padding-top: 3.7013%;
  height: auto;
}
.main-business .wrapper {
  margin-bottom: 2.987013%;
}
.main-business .wrapper .block {
  padding-bottom: 3%;
  background-position: center 8.59375vw;
}
.main-business .wrapper .block em {
  display: none;
}
.main-business .intro .index-title {
  margin-bottom: 1.623377%;
}
.main-business .intro .index-title h3 {
  color: #000;
}
.main-business .intro .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f0f0f0;
  margin-bottom: 18px;
  transition: all 0.5s;
}
.main-business .intro .block .lt {
  width: 58.44156%;
}
.main-business .intro .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 46.66666667%;
}
.main-business .intro .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.main-business .intro .block .rt {
  width: 41.55844%;
  font-size: clamp(14px, 1.145833vw, 22px);
  color: #000;
  font-weight: 300;
  line-height: 2.5;
  padding: 3.766234% 2.66234% 2%;
}
.main-business .intro .block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.main-business .intro .block:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.main-business .intro .block:hover .pic img {
  scale: 1.05;
}
.main-business .detail .tab {
  position: sticky;
  top: 90px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
}
.main-business .detail .tab a {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  background-color: #0058da;
  border-radius: 1.25em 1.25em 0 0;
  min-width: 8.95833333em;
  padding: 0 0.5em;
  text-align: center;
  line-height: 2.20833;
  margin: 0 0.666667em 0.666667em;
  transition: all 0.5s;
}
.main-business .detail .tab a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.main-business .detail .brief {
  background-color: #f0f0f0;
  font-size: clamp(14px, 1.2vw, 18px);
  padding: 0.277778em 1.666667em 0.9444444em;
  color: #666;
  line-height: 2.2222;
  margin-bottom: 3.57143%;
}
.main-business .detail .brief h4 {
  font-size: 1.11111111em;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.main-business .detail .list-title {
  background-color: #f0f0f0;
  line-height: 2.45;
  font-size: clamp(16px, 1.33333vw, 20px);
  color: #fff;
  margin-bottom: 0.9em;
}
.main-business .detail .list-title span {
  display: inline-block;
  background-color: #0058da;
  font-weight: 700;
  padding: 0 1.35em;
}
.main-business .detail .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.36364% 1.2987% 2.33766%;
  background-color: #f7f7f7;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #666;
  line-height: 2.222222;
  margin-bottom: 1em;
}
.main-business .detail .block b,
.main-business .detail .block strong {
  font-weight: 700;
}
.main-business .detail .block h4 {
  font-size: 1.11111111em;
  font-weight: 700;
  color: #333;
}
.main-business .detail .block .text {
  width: 100%;
  margin-bottom: 3.466667%;
}
.main-business .detail .block .description {
  line-height: 2.5555556;
  width: 48.266667%;
}
.main-business .detail .block .picture {
  width: 48.2%;
}
.main-business .detail .block .picture .pic {
  text-align: center;
}
.about-tab {
  position: sticky;
  top: 90px;
  z-index: 10;
}
.about-tab ul {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  margin-top: -40px;
  gap: 1em;
  font-size: clamp(16px, 1.09375vw, 21px);
}
.about-tab ul li a {
  display: block;
  color: #333;
  text-align: center;
  line-height: 1.6;
  padding: 1.4286em 1em 1.1905em;
  transition: all 0.5s;
}
.about-tab ul li a .icon {
  width: 2em;
  height: 2em;
  margin: 0 auto;
}
.about-tab ul li a .icon img {
  max-height: 100%;
  transition: all 0.5s;
}
.about-tab ul li a h5 {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.about-tab ul li a:hover .icon img {
  animation: tada 1s;
}
.about-tab ul .active a {
  background-color: #0058da;
}
.about-tab ul .active a .icon img {
  filter: contrast(0) brightness(200%);
}
.about-tab ul .active a h4 {
  color: #fff;
}
.about-tab ul .active a h5 {
  color: #fff;
}
.about-intro {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 30px 0;
}
.about-intro .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-intro .container .lt {
  width: 45.4545455%;
}
.about-intro .container .lt .index-title {
  text-align: left;
  margin-bottom: 2.714286%;
}
.about-intro .container .lt .brief {
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #000;
  line-height: 2.833333;
  text-indent: 2em;
}
.about-intro .container .rt {
  width: 50.12987%;
}
.about-intro .container .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 77.5906736%;
}
.about-intro .container .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-intro .container .rt .pic .play-btn img {
  position: relative;
  transition: all 0.8s;
}
.about-intro .container .rt .pic .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(40px, 4.166667vw, 80px);
}
.about-intro .container .rt .pic:hover img {
  scale: 1.05;
}
.about-intro .container .rt .pic:hover img {
  scale: 1.05;
  filter: brightness(90%);
}
.about-intro .container .rt .pic:hover .play-btn img {
  scale: 0.9;
  filter: brightness(100%);
}
.dev-history {
  background-color: #e6e4e4;
  background-image: url(../images/dev-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 16px 0 20px;
}
.dev-history .index-title {
  margin-bottom: 16px;
}
.dev-history .devSwiper .swiper-button-prev,
.dev-history .devSwiper .swiper-button-next {
  font-size: 16px;
  color: #fff;
  background-color: #0058da;
  width: 2em;
  height: 2em;
}
.dev-history .devSwiper .swiper-button-prev::after,
.dev-history .devSwiper .swiper-button-next::after {
  font-size: inherit;
  color: inherit;
}
.dev-history .devSwiper .content {
  max-width: 788px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
  padding: 4.22078% 4.15584416% 1.883117%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -2.171053%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.dev-history .devSwiper .content .lt {
  width: 39.3939394%;
  font-size: clamp(14px, 1.0416667vw, 20px);
  color: #333;
  line-height: 2.45;
}
.dev-history .devSwiper .content .rt {
  width: 51.3636364%;
}
.dev-history .devSwiper .date {
  font-size: clamp(40px, 5.29166667vw, 101.6px);
  line-height: 1;
  font-weight: 700;
  color: #0058da;
  text-shadow: 0 7px 2px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.dev-history .thumbSwiper {
  position: relative;
  font-size: clamp(14px, 1.5625vw, 30px);
}
.dev-history .thumbSwiper .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0058da;
  left: 0;
  top: 4.06666667em;
}
.dev-history .thumbSwiper .swiper-slide {
  position: relative;
  width: 16.66667%;
  text-align: center;
  padding: 3em 0.25em 0;
  cursor: pointer;
}
.dev-history .thumbSwiper .swiper-slide:nth-child(even) em {
  scale: 1.66666667;
}
.dev-history .thumbSwiper .swiper-slide h3 {
  position: absolute;
  color: #0058da;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transform: translateY(0%) scale(0);
}
.dev-history .thumbSwiper .swiper-slide em {
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 0.13333333em solid #0058da;
  margin: 0.66666667em auto 0.8em;
  transition: all 0.5s;
}
.dev-history .thumbSwiper .swiper-slide .dot {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 50%;
  top: 4.06666667em;
  right: 0;
  transform: translate(50%, -50%);
}
.dev-history .thumbSwiper .swiper-slide .dot i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0058da;
}
.dev-history .thumbSwiper .swiper-slide h4 {
  color: #333;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dev-history .thumbSwiper .swiper-slide h5 {
  font-size: clamp(12px, 1.125vw, 18px);
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 auto;
  width: 75%;
}
.dev-history .thumbSwiper .swiper-slide-thumb-active em {
  background-color: #0058da;
  scale: 1 !important;
}
.dev-history .thumbSwiper .swiper-slide-thumb-active h3 {
  transform: translateY(-100%) scale(1);
}
.dev-history .thumbSwiper .swiper-slide-thumb-active h4,
.dev-history .thumbSwiper .swiper-slide-thumb-active h5 {
  transform: translateY(-100%) scale(0);
}
.company-culture {
  margin: 30px 0;
}
.company-culture .container {
  background-color: #000;
  background-image: url(../images/about-culture-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 32px 0 8.44155844%;
  text-align: center;
  font-size: clamp(18px, 1.5625vw, 30px);
}
.company-culture .index-title {
  margin-bottom: 2.2078%;
}
.company-culture .index-title h3 {
  color: #fff;
}
.company-culture .slogan {
  text-align: center;
  display: inline-block;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.86666667em;
  line-height: 1.733333;
  padding: 0 2em;
  margin-bottom: 5.1948052%;
}
.company-culture .title {
  color: #fff;
  margin-bottom: 2.4675325%;
}
.company-culture .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.766667em;
}
.company-culture .wrapper .block .icon {
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
}
.company-culture .wrapper .block .icon img {
  vertical-align: baseline;
  max-height: 100%;
}
.company-culture .wrapper .block h4 {
  font-size: 0.9333333em;
  color: #fff;
}
.company-culture .wrapper .block:hover .icon img {
  animation: swing 1s;
}
.honor {
  background: url(../images/honor-bg.jpg) no-repeat;
  background-size: contain;
  padding: 27px 0 35px;
}
.honor .index-title {
  margin-bottom: 2.727273%;
}
.honor .index-title h3 {
  color: #fff;
}
.honor .index-title h5 {
  color: #fff;
}
.honor .swiper .swiper-slide {
  width: 38.83117%;
}
.honor .swiper .swiper-slide .pic {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 66.6666667%;
}
.honor .swiper .swiper-slide .pic img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.honor .swiper-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.honor .swiper-btn .swiper-button-prev,
.honor .swiper-btn .swiper-button-next {
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #0058da;
  width: 2em;
  height: 2em;
  left: auto;
  right: auto;
  margin: 0 30px;
}
.honor .swiper-btn .swiper-button-prev::after,
.honor .swiper-btn .swiper-button-next::after {
  font-size: inherit;
  color: inherit;
}
.company-env {
  background-color: #eee;
  padding: 23px 0 4.166667%;
}
.company-env .env-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2%;
}
.company-env .env-tab li {
	font-size: clamp(14px, 1.2vw, 18px);
	cursor: pointer;
	color: #333;
	padding: 0 1.5em;
	border-radius: 1.25em;
	line-height: 2.5;
	border: 1px solid #999;
	transition: all .5s;
	margin: 0.5em;
}
.company-env .env-tab li:hover {
	border-color: #0058da;
	color: #0058da;
}
.company-env .env-tab .active {
	border-color: #0058da;
	background-color: #0058da;
	color: #fff !important;
}
.company-env .swiper-content .swiper {
	display: none;
}
.company-env .swiper-content .swiper:first-child {
	display: block;
}
.company-env .index-title {
  margin-bottom: 1.5%;
}
.company-env .swiper .swiper-slide {
  background-color: #fff;
  padding: 13px 12px 12px 11px;
}
.company-env .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 78.977273%;
}
.company-env .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.company-env .swiper .swiper-slide .title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-weight: 700;
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .5));
  font-size: clamp(14px, 1.2vw, 18px);
  text-align: left;
	line-height: 2.5;
	padding: 0 1em;
  margin-top: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-env .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.company-env .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3.896104%;
}
.company-env .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(8px, 1.0666667vw, 16px);
  width: 1em;
  height: 1em;
  background-color: #0058da;
  margin: 0 0.375em;
  transition: all 0.5s;
}
.anchor-fixed {
  position: relative;
  top: -240px;
}
.list-title {
  background-color: #f0f0f0;
  line-height: 2.45;
  font-size: clamp(16px, 1.33333vw, 20px);
  color: #fff;
  margin-bottom: 0.9em;
}
.list-title span {
  display: inline-block;
  background-color: #0065b5;
  font-weight: 700;
  padding: 0 1.35em;
}
.business-cate {
  padding: 0.4375% 0 0;
  background-color: #f2f2f2;
  position: sticky;
  top: 90px;
  z-index: 10;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}
.business-cate .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #666;
}
.business-cate .container .block {
  position: relative;
  padding-bottom: 0.606061em;
}
.business-cate .container .block::after {
  display: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #004ab5;
}
.business-cate .container .block a {
  color: inherit;
}
.business-cate .container .block a:hover {
  color: #004ab5;
}
.business-cate .container .active {
  font-weight: 700;
  color: #004ab5;
}
.business-cate .container .active::after {
  display: block;
}
.business-cate .container em:last-of-type {
  display: none;
}
.business-title {
  text-align: center;
  margin-bottom: 3%;
}
.business-title h4 {
  font-size: clamp(18px, 1.3vw, 24px);
  color: #333;
  margin-bottom: 0.5em;
}
.business-title h5 {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #666;
}
.business1 section {
  margin-bottom: 2%;
}
.business1 .section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.038961% 1.038961% 1.038961% 2.0779221%;
  background-color: #f4f4f4;
  font-size: clamp(14px, 1.1vw, 16px);
  border-radius: 0.722222em;
}
.business1 .section1 .lt {
  width: 41.6775885%;
  color: #666;
  line-height: 3;
}
.business1 .section1 .rt {
  width: 56.225426%;
}
.business1 .section2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.business1 .section2 .lt {
  width: 48.980892%;
}
.business1 .section2 .lt .pic {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.18);
}
.business1 .section2 .rt {
  width: 48.343949%;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #666;
  line-height: 2;
}
.business1 .section2 .rt h4 {
  font-size: clamp(16px, 1.4vw, 24px);
  color: #333;
  margin-bottom: 0.5em;
}
.business1 .section2 .rt p {
  margin-bottom: 1em;
}
.business1 .section2 .rt p::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.222222em solid #0058da;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 0.888889em;
}
.business1 .section3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business1 .section3 .block {
  width: 49.2356688%;
}
.business1 .section3 .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 43.725744%;
}
.business1 .section3 .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business1 .section3 .block .brief {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #666;
  line-height: 2.5;
  margin-top: 0.5em;
}
.business1 .section3 .block .brief strong,
.business1 .section3 .block .brief b {
  font-weight: 700;
  color: #333;
}
.business1 .section4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.205584% 1.33248731% 1.142132% 1.6497462%;
  background-color: #f4f4f4;
  font-size: clamp(14px, 1.1vw, 16px);
  border-radius: 0.722222em;
}
.business1 .section4 .lt {
  width: 56.937868%;
  color: #666;
}
.business1 .section4 .lt p {
  margin-bottom: 1em;
}
.business1 .section4 .lt p::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.222222em solid #0058da;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 0.5em;
}
.business1 .section4 .rt {
  width: 42.0156965%;
}
.business1 .section5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business1 .section5 .block {
  width: 49.27076728%;
}
.business1 .section5 .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60.746461%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.business1 .section5 .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business1 .section5 .block .title {
  text-align: center;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  margin-top: 1em;
}
.business2 section {
  margin-bottom: 2%;
}
.business2 .section1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.business2 .section1 .lt {
  width: 48.980892%;
}
.business2 .section1 .lt .pic {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.18);
}
.business2 .section1 .rt {
  width: 48.343949%;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #666;
  line-height: 2;
}
.business2 .section1 .rt h4 {
  font-size: clamp(16px, 1.4vw, 24px);
  color: #333;
  margin-bottom: 0.5em;
}
.business2 .section1 .rt p {
  margin-bottom: 1em;
}
.business2 .section1 .rt p::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.222222em solid #0058da;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 0.888889em;
}
.business2 .section2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business2 .section2 .block {
  width: 32.294978%;
  background-color: #eee;
  padding: 1.038961%;
  margin-bottom: 2.0779221%;
}
.business2 .section2 .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 79.831933%;
}
.business2 .section2 .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business2 .section2 .block .title {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  margin-top: 0.5em;
}
.business2 .section2 .block:hover .pic img {
  scale: 1.05;
}
.business3 section {
  margin-bottom: 2%;
}
.business3 .section1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business3 .section1 .block {
  width: 49.55584%;
  background-color: #f7f7f7;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #666;
  padding: 0 1.2987% 2.2727273% 0.844156%;
  border-radius: 0.722222em;
}
.business3 .section1 .block .title {
  text-align: center;
  font-size: 1.11111111em;
  color: #fff;
  margin-bottom: 1em;
}
.business3 .section1 .block .title span {
  display: inline-block;
  background-color: #0058da;
  min-width: 14.2em;
  line-height: 2.15;
  border-radius: 0 0 1.075em 1.075em;
}
.business3 .section1 .block .brief {
  line-height: 3;
}
.business3 .section1 .block .brief p::before {
  display: inline-block;
  content: "";
  width: 1.36111111em;
  height: 1em;
  background: url(../business-images/p-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.4444em;
}
.business3 .section2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.205584% 1.33248731% 1.142132% 1.6497462%;
  background-color: #f4f4f4;
  font-size: clamp(14px, 1.1vw, 16px);
  border-radius: 0.722222em;
}
.business3 .section2 .lt {
  width: 56.937868%;
  color: #666;
}
.business3 .section2 .lt h4 {
  font-size: clamp(16px, 1.4vw, 24px);
  margin-bottom: 0.5em;
  color: #333;
}
.business3 .section2 .lt p {
  margin-bottom: 1em;
}
.business3 .section2 .lt p::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.222222em solid #0058da;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 0.5em;
}
.business3 .section2 .rt {
  width: 42.0156965%;
}
.business3 .section3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.business3 .section3 .lt {
  width: 48.980892%;
}
.business3 .section3 .lt .pic {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.18);
}
.business3 .section3 .rt {
  width: 48.343949%;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #666;
  line-height: 2;
}
.business3 .section3 .rt h4 {
  font-size: clamp(16px, 1.3vw, 24px);
  color: #333;
  margin-bottom: 0.5em;
}
.business3 .section3 .rt p {
  margin-bottom: 1em;
}
.business3 .section3 .rt p::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.222222em solid #0058da;
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 0.888889em;
}
.business4 .index-title {
  margin-bottom: 2%;
}
.business4 section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f4f4f4;
}
.business4 section .lt {
  width: 52.55102%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1% 2% 1% 5.19481%;
}
.business4 section .lt .block {
  width: 49%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10%;
}
.business4 section .lt .block:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.business4 section .lt .block .num {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #fff;
  width: 2.0333333em;
  line-height: 2.16666667;
  background: url(../business-images/b4-2.png) no-repeat;
  background-size: cover;
  text-align: center;
  font-weight: 700;
  margin-right: 0.666667em;
}
.business4 section .lt .block .text {
  flex: 1;
  font-size: clamp(12px, 1.2vw, 16px);
}
.business4 section .lt .block .text .title {
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 700;
  color: #0058da;
}
.business4 section .lt .block .text .brief {
  color: #333;
  line-height: 2.4444;
}
.business4 section .rt {
  width: 47.44898%;
}
.business4 section .rt .pic {
  width: 100%;
  height: 100%;
}
.consult {
  margin-top: 3%;
}
.consult .tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.consult .tab li {
  width: 48.636652%;
  text-align: center;
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #333;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 0.53333333em;
  padding: 3.633333em 1em 3.33333333em;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.consult .tab li .icon {
  width: 2.3em;
  height: 2.3em;
  margin: 0 auto 0.3em;
}
.consult .tab li .icon img {
  max-height: 100%;
}
.consult .tab li h4 {
  transition: all 0s;
}
.consult .tab li:hover h4 {
  color: #0066cb;
  text-decoration: underline;
}
.consult .tab .active {
  border: 1px solid #0066cb;
}
.consult .tab .active h4 {
  color: #0066cb;
  text-decoration: underline;
}
.consult .form-wrapper form {
  display: none;
  font-size: clamp(14px, 1.2vw, 16px);
  color: #333;
}
.consult .form-wrapper form .wrapper .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.consult .form-wrapper form .wrapper .row .col {
  width: 32.356688%;
  margin-bottom: 2.0779221%;
}
.consult .form-wrapper form input[type="text"],
.consult .form-wrapper form textarea {
  display: block;
  width: 100%;
  height: 2.77777778em;
  border-radius: 1.38888889em;
  outline: none;
  border: 1px solid #0066cb;
  padding: 0 1em;
  color: #000;
}
.consult .form-wrapper form input[type="checkbox"] {
  width: 1.444444em;
  height: 1.444444em;
  margin-right: 0.8333em;
  outline: none;
}
.consult .form-wrapper form textarea {
  height: 8.714286em;
  padding: 1em;
}
.consult .form-wrapper form span {
  margin-bottom: 0.2222em;
}
.consult .form-wrapper form span em {
  color: #f00;
}
.consult .form-wrapper form .agree {
  display: flex;
  align-items: center;
  margin-top: 0.5555556em;
}
.consult .form-wrapper form .agree a {
  color: #0066cb;
}
.consult .form-wrapper form .agree a:hover {
  text-decoration: underline !important;
}
.consult .form-wrapper form .btn-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2%;
}
.consult .form-wrapper form .btn-row button {
  color: #fff;
  background-color: #0066cb;
  outline: none;
  cursor: pointer;
  width: 26.11465%;
  line-height: 3.55556;
  transition: all 0.5s;
}
.consult .form-wrapper form .btn-row button:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  filter: brightness(120%);
}
.consult .form-wrapper form .btn-row a {
  width: 33.6306%;
  text-align: center;
  color: #fff;
  background-color: #0066cb;
  line-height: 3.2;
  font-size: 1.11111111em;
  transition: all 0.5s;
}
.consult .form-wrapper form .btn-row a:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  filter: brightness(120%);
}
.consult .form-wrapper form .btn-row a img {
  filter: contrast(0) brightness(200%);
  margin-right: 0.9em;
	width: 2.05em;
}
.consult .form-wrapper form .btn-row .info {
  width: 33.63057325%;
  text-align: center;
  background-color: #c2d9ef;
  color: #0066cb;
  line-height: 3.2;
  font-size: 1.11111111em;
}
.consult .form-wrapper form .btn-row .info img {
  margin-right: 0.9em;
	width: 2.05em;
}
.fancybox-slide--video .fancybox-content {
	background-color: transparent !important;
}
.fancybox-iframe, .fancybox-video {
	object-fit: cover;
}
.tools-bar {
  position: fixed;
  top: 50%;
  right: 1%;
  z-index: 50;
}
.tools-bar li {
  position: relative;
  background-color: #0066cb;
  text-align: center;
  font-size: clamp(10px, 1vw, 14px);
  color: #fff;
  margin-bottom: 3px;
  min-width: 5.214286em;
  min-height: 5.214286em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  perspective: 800px;
}
.tools-bar li::after {
  display: block;
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  border-left: 0;
  border-right: 0 solid #0066cb;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  transition: all 0.5s;
}
.tools-bar li a {
  color: inherit;
}
.tools-bar li a img {
  width: 2.57143em;
  height: 2.57143em;
  object-fit: scale-down;
  object-position: bottom center;
}
.tools-bar li a h4 {
	font-size: clamp(16px, 1.3vw, 24px);
	line-height: 1.5;
}
.tools-bar li a h5 {
  line-height: 2;
}
.tools-bar li .tip {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc(-150% - 1em), -50%) rotateY(90deg);
  min-width: 88px;
  background-color: #0066cb;
  white-space: nowrap;
  font-size: clamp(14px, 1.333333vw, 20px);
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.tools-bar li .tip p {
  padding: 0 0.5em;
}
.tools-bar li .tip img {
  width: 100%;
}
.tools-bar li:hover::after {
  border-right: 1em solid #0066cb;
}
.tools-bar li:hover .tip {
  transform: translate(calc(-100% - 1em), -50%) rotateY(0);
  opacity: 1;
  visibility: visible;
}
.tools-bar .contact::after {
  display: none;
}
.prod-picture {
	background-color: #f6f6f6;
	padding: 1.6234% 1.6234% 2.5974%;
	margin-bottom: 2%;
}
.prod-picture .pic {
	background-color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 15% 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prod-picture .pic img {
	position: absolute;
	display: block;
	max-width: 90%;
	max-height: 90%;
}
.prod-picture .swiper-button-prev, .prod-picture .swiper-button-next {
	font-size: clamp(16px, 1.5625vw, 30px);
}
.prod-picture .swiper-button-prev::after, .prod-picture .swiper-button-next::after {
	font-size: inherit;
}
.prod-content {
	font-size: clamp(14px, 1.1vw, 16px);
	color: #333;
}
.prod-detail-tab {
	display: flex;
	flex-wrap: wrap;
	background-color: #f6f6f6;
	margin-bottom: 2%;
}
.prod-detail-tab li {
	color: #000;
	font-size: clamp(14px, 1.2vw, 20px);
	transition: all .5s;
	padding: 0.45em 1em;
	background-color: #dbdbdb;
	cursor: pointer;
}
.prod-detail-tab .active {
	color: #fff;
	background-color: #0059a6;
}
.prod-content p {
	margin-bottom: 0.75em;
}
.prod-content .wrapper {
	display: none;
}
.prod-content .wrapper:first-child {
	display: block;
}