@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;
}
html,
body {
	scroll-behavior: smooth;
  max-width: 1920px;
  margin: 0 auto;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 100px;
  width: 100%;
}
.container {
  max-width: 1550px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
  background-color: transparent;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
	max-width: 1720px;
	width: 90%;
}
header .logo {
  width: 16.322581%;
}
header .logo img {
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 18px;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(16px, 1.1vw, 18px);
}
header .lv1 > li a {
  color: inherit;
  /* text-transform: capitalize; */
  transition: all 0.5s;
}
header .lv1 > li a:hover {
  color: #2180c2;
}
header .lv1 > li::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #2180c2;
  height: 2px;
  width: 0;
  transition: all 0.5s;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .search-lang {
  display: flex;
  align-items: center;
}
header .lv1 .search-lang::after {
  display: none;
}
header .lv1 .search-lang .search {
  position: relative;
}
header .lv1 .search-lang .search > img {
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
  cursor: pointer;
}
header .lv1 .search-lang .search form {
  display: none;
  position: absolute;
  top: 0;
  right: -5px;
}
header .lv1 .search-lang .search form input {
  width: 214px;
  height: 30px;
  border-radius: 15px;
  outline: none;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 0 35px 0 14px;
  transition: all 0.5s;
}
header .lv1 .search-lang .search form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .lv1 .search-lang .search form button {
  position: absolute;
  outline: none;
  border: 0;
  background-color: transparent;
  right: 10px;
  height: 100%;
  width: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
header .lv1 .search-lang .lang {
  font-weight: 700;
  margin-left: 13px;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: #f8f8f8;
  padding: 12px 12px 0;
  visibility: hidden;
  opacity: 0;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 0.388889em 0;
  min-width: 145px;
  border-bottom: 1px solid #eee;
}
header .lv2 > li a {
  font-size: clamp(16px, 1vw, 17px);
  color: #444;
  transition: all 0.5s;
}
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: 72%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header:hover {
  background-color: #fff;
}
header:hover .logo img {
  filter: contrast(1) brightness(100%);
}
header:hover .lv1 > li {
  color: #333;
}
header:hover .lv1 .search-lang .search > img {
  filter: contrast(1) brightness(100%);
}
.header-active {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 .search-lang .search > img {
  filter: contrast(1) brightness(100%);
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #0055b5;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #2180c2;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #2180c2;
  border-color: transparent;
}
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .html5zoo-nav {
  position: absolute !important;
  width: auto !important;
  left: 10% !important;
  bottom: 2% !important;
  top: auto !important;
  margin: 0 !important;
}
.index-banner .html5zoo-nav .html5zoo-bullet-span {
  position: relative;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  color: #fff;
  font-size: clamp(12px, 1.2vw, 18px) !important;
  margin-right: 2px !important;
  pointer-events: none;
  transition: all 0.5s;
}
.index-banner .html5zoo-nav .html5zoo-bullet-span::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.88889em;
  height: 3px;
  background-color: #fff;
  margin-right: 0.5em;
  transition: all 1s;
}
.index-banner .html5zoo-nav .html5zoo-bullet-span.active {
  font-weight: 700;
}
.index-banner .html5zoo-nav .html5zoo-bullet-span.active::before {
  width: 3.833333em;
}
.index-banner .banner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-text h2 {
  font-size: clamp(24px, 2.8125vw, 54px);
  color: #82c025;
  font-family: var(--Noto-Sans-SC);
  font-weight: 800;
	line-height: 1.8;
	transition: all 1.5s;
	transform: translateY(100px);
	opacity: 0;
	line-height: 1.6;
}
.index-banner .banner-text h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #fff;
  font-family: var(--Noto-Sans-SC);
  font-weight: 700;
	transition: all 2s;
	transform: translateY(100px);
	opacity: 0;
	line-height: 1.6;
}
.index-banner .banner-text em {
	display: block;
	width: 0%;
	max-width: 880px;
	margin: 1% 0 2%;
	height: 1px;
	background-color: #fff;
	transition: width 5s ease-out, transform 2s;
	transform: translateY(100px);
}
.index-banner .banner-text h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
	letter-spacing: .05em;
  font-family: var(--Noto-Sans-SC);
	transition: all 2.5s;
	transform: translateY(100px);
	opacity: 0;
	max-width: 880px;
}
.index-banner .swiper .swiper-slide-active h2 {
	opacity: 1;
	transform: translateY(0);
}
.index-banner .swiper .swiper-slide-active h3 {
	opacity: 1;
	transform: translateY(0);
}
.index-banner .swiper .swiper-slide-active em {
	width: 100%;
	transform: translateY(0);
}
.index-banner .swiper .swiper-slide-active h5 {
	opacity: 1;
	transform: translateY(0);
}
.index-banner .swiper video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.index-banner .swiper img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.cross-bar-glitch {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
}
/* .cross-bar-glitch {
	display: none;
} */
.cross-bar-glitch {
  position: relative;
  display: flex;
  justify-content: center;
}
.cross-bar-glitch .bars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cross-bar-glitch .bars .bar {
  width: 100%;
  flex: 1;
  background: currentColor;
  border-radius: 50px;
  animation: 0.6s cubic-bezier(0.4, 0.2, 0.175, 1) forwards;
}
.cross-bar-glitch .bars .bar:nth-child(odd) {
  transform: translateX(100%);
  animation-name: slide-left;
}
.cross-bar-glitch .bars .bar:nth-child(even) {
  transform: translateX(-100%);
  animation-name: slide-right;
}
.cross-bar-glitch .bars .bar:nth-child(1) {
  animation-delay: 0.3s;
}
.cross-bar-glitch .bars .bar:nth-child(2) {
  animation-delay: 0.2s;
}
.cross-bar-glitch .bars .bar:nth-child(3) {
  animation-delay: 0.5s;
}
.cross-bar-glitch .bars .bar:nth-child(4) {
  animation-delay: 0.3s;
}
.cross-bar-glitch .bars .bar:nth-child(5) {
  animation-delay: 0.4s;
}
.cross-bar-glitch .glitch {
  opacity: 1;
  animation: reveal forwards 0.5s;
  animation-delay: 0.6s;
}
.cross-bar-glitch .glitch span:not(:last-child) {
  --ratio: calc(100% / var(--slice-count));
  --top: calc(var(--ratio) * (var(--i) - 1));
  --bottom: calc(var(--ratio) * (var(--slice-count) - var(--i)));
  position: absolute;
  white-space: nowrap;
  clip-path: inset(var(--top) 0 var(--bottom) 0);
  animation-duration: 0.5s;
}
.cross-bar-glitch .glitch span:nth-child(odd) {
  animation-name: slide-from-left;
}
.cross-bar-glitch .glitch span:nth-child(even) {
  animation-name: slide-from-right;
}
.cross-bar-glitch .glitch span:last-child {
  opacity: 0;
  animation: reveal steps(1) forwards;
  animation-delay: 1.2s;
}
@keyframes slide-from-left {
  from {
    transform: translateX(-20%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-from-right {
  from {
    transform: translateX(20%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes reveal {
  to {
    opacity: 1;
  }
}
@keyframes slide-left {
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-right {
  to {
    transform: translateX(100%);
  }
}
.index-title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2%;
}
.index-title h3 {
  color: #1f1a1b;
  font-size: clamp(20px, 1.97916667vw, 38px);
}
.index-title h4 {
  font-size: clamp(12px, 1.1vw, 16px);
  color: #444;
  margin-top: 0.75em;
}
.index-title h5 {
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 14px);
  color: #030303;
}
.index-title em {
  display: inline-block;
  font-size: clamp(20px, 1.666667vw, 32px);
  width: 1em;
  height: 0.1875em;
  background-color: #2180c2;
}
.index-about {
  margin: 3% 0;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fafafa;
}
.index-about .wrapper .lt {
  width: 54.6354167%;
  padding: 1% 3.0104167% 1% 4.1875%;
}
.index-about .wrapper .lt .title {
  font-size: clamp(18px, 1.51041667vw, 29px);
  color: #030303;
  font-weight: 700;
  border-bottom: 3px solid #e4e0dd;
  padding-bottom: 0.758621em;
  margin-bottom: 0.48275862em;
}
.index-about .wrapper .lt .brief {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #555454;
  line-height: 2;
}
.index-about .wrapper .rt {
  width: 45.3645833%;
}
.index-about .wrapper .rt .pic {
  width: 100%;
  height: 100%;
}
.index-about .wrapper .rt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .wrapper .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.90625%;
}
.index-about .wrapper .data .block {
  width: 32.12598425%;
  background-color: #fff;
  text-align: center;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #333;
  padding: 0.1em 0.5em 0.666667em;
  cursor: default;
  transition: all 0.5s;
}
.index-about .wrapper .data .block img {
  width: 1.46666667em;
  height: 1.46666667em;
  object-fit: scale-down;
}
.index-about .wrapper .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #666;
}
.index-about .wrapper .data .block h3 {
  font-weight: 700;
  line-height: 1.2;
}
.index-about .wrapper .data .block:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.index-about .wrapper .data .block:hover img {
  animation: swing 1s;
}
.index-app .wrapper {
  display: flex;
}
.index-app .wrapper .block {
  flex: 1;
  transition: all 0.5s;
}
.index-app .wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 33.75vw;
}
.index-app .wrapper .block .pic img {
  width: auto;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-app .wrapper .block .pic .mask {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 29.784%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, transparent, #000);
  color: #fff;
  font-size: clamp(14px, 1.2791vw, 22px);
  padding: 0 0.5em 1em;
}
.index-app .wrapper:hover .block {
  flex: 2;
}
.index-app .wrapper:hover .block:not(:hover) {
  flex: 1;
  filter: brightness(60%);
}
.index-business {
  margin: 3% 0;
}
.index-business .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.84631%;
}
.index-business .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-business .swiper .pic a::after {
  position: absolute;
  display: block;
  transform: skewX(-30deg);
  content: "";
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.35), transparent);
  width: 75px;
  height: 100%;
  animation: slideInOut 3s infinite;
}
@keyframes slideInOut {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.index-business .swiper .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 4.5;
  padding: 0 0.5em;
  transition: all 0.5s;
}
.index-business .swiper .title a {
  color: inherit;
}
.index-business .swiper .swiper-slide {
  position: relative;
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
}
.index-business .swiper .swiper-slide em {
  position: absolute;
  background-color: #2180c2;
  transition: all 0.7s;
}
.index-business .swiper .swiper-slide em:nth-of-type(1) {
  width: 0;
  height: 1px;
  top: -1px;
  left: -1px;
}
.index-business .swiper .swiper-slide em:nth-of-type(2) {
  width: 1px;
  height: 0;
  bottom: -1px;
  right: -1px;
}
.index-business .swiper .swiper-slide em:nth-of-type(3) {
  width: 0;
  height: 1px;
  bottom: -1px;
  right: -1px;
}
.index-business .swiper .swiper-slide em:nth-of-type(4) {
  width: 1px;
  height: 0;
  top: -1px;
  left: -1px;
}
.index-business .swiper .swiper-slide:hover em:nth-of-type(1) {
  width: calc(100% + 2px);
}
.index-business .swiper .swiper-slide:hover em:nth-of-type(2) {
  height: calc(100% + 2px);
}
.index-business .swiper .swiper-slide:hover em:nth-of-type(3) {
  width: calc(100% + 2px);
}
.index-business .swiper .swiper-slide:hover em:nth-of-type(4) {
  height: calc(100% + 2px);
}
.index-business .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-business .swiper .swiper-slide:hover .title {
  color: #2180c2;
}
.index-case {
  margin: 3% 0;
}
.index-case .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.index-case .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-case .swiper .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2180c2;
  transition: all 0.75s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3% 18.75%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  perspective: 800px;
}
.index-case .swiper .pic .mask h3 {
  font-size: clamp(20px, 1.666667vw, 32px);
  text-align: center;
  scale: 5;
  opacity: 0;
  transform: rotateX(180deg);
	line-height: 1.5;
}
.index-case .swiper .pic .mask h4 {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(100%);
  opacity: 0;
}
.index-case .swiper .pic .mask em {
  display: block;
  width: 1px;
  height: 1em;
  font-size: clamp(20px, 1.875vw, 36px);
  background-color: #fff;
  margin: 0.25em auto 0.5em;
  transform: translateY(100%);
  transition: all 0.5s;
  opacity: 0;
}
.index-case .swiper .pic .mask .brief {
  font-size: 14px;
	text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 6em;
  line-height: 2;
  transform: translateY(100%);
  transition: all 0.5s;
  opacity: 0;
}
.index-case .swiper .pic .mask a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 26px;
  background-color: #fff;
  margin-top: 20px;
  border: 1px solid transparent;
  transition: all 0.5s;
  z-index: 1;
  transform: translateY(100%);
  opacity: 0;
}
.index-case .swiper .pic .mask a i {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #2180c2;
  transition: all 1s;
  transform: translate(-50%, 0) skewX(-30deg);
}
.index-case .swiper .pic .mask a::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #999;
  z-index: 1;
  transition: all 0.5s;
}
.index-case .swiper .pic .mask a::after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #999;
  z-index: 1;
  transition: all 0.5s;
}
.index-case .swiper .pic .mask a:hover {
  border-color: #fff;
}
.index-case .swiper .pic .mask a:hover i {
  width: 150%;
}
.index-case .swiper .pic .mask a:hover::before,
.index-case .swiper .pic .mask a:hover::after {
  background-color: #fff;
}
.index-case .swiper .pic:hover .mask {
  opacity: 1;
  visibility: visible;
}
.index-case .swiper .pic:hover .mask h3 {
  scale: 1;
  opacity: 1;
  transition-delay: 0.1s;
  transform: rotateX(0deg);
}
.index-case .swiper .pic:hover .mask h4 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.index-case .swiper .pic:hover .mask em {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.index-case .swiper .pic:hover .mask .brief {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.index-case .swiper .pic:hover .mask a {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.index-news {
  margin: 3% 0 4%;
}
.index-news .swiper .date {
  line-height: 1.4;
}
.index-news .swiper .date h3 {
  font-size: clamp(20px, 3.02083333vw, 58px);
  color: #999;
}
.index-news .swiper .date h3 span {
  font-size: clamp(12px, 1.2vw, 18px);
  color: #999;
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.3295455%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .title {
  font-size: clamp(12px, 2vw, 14px);
  margin-top: 1.7857143em;
  padding-bottom: 1px;
}
.index-news .swiper .title h4 {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25em;
}
.index-news .swiper .title h4 a {
  color: inherit;
}
.index-news .swiper .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.36;
  height: 5.44em;
  color: #999;
}
.index-news .swiper .title p a {
  color: inherit;
}
.index-news .swiper .title .more {
  font-size: clamp(12px, 1.2vw, 15px);
  margin-top: 2em;
}
.index-news .swiper .title .more a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 11.2em;
  height: 2.73333333em;
  border-radius: 1.36666667em;
  border: 1px solid #c4c4c4;
  color: #999;
  padding: 0 2.33333333em 0 1.3333333em;
  z-index: 1;
  transition: all 0.5s;
}
.index-news .swiper .title .more a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: #2180c2;
  animation: slideOutRight 2s;
  transition: all 1s;
}
.index-news .swiper .title .more a span {
  position: relative;
  z-index: 1;
}
.index-news .swiper .title .more a img {
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  width: 1.53333em;
}
.index-news .swiper .title .more a:hover {
  border-color: #2180c2;
  color: #fff;
  transition-delay: 0.3s;
}
.index-news .swiper .title .more a:hover img {
  transform: translateX(0.5em);
  filter: contrast(0) brightness(200%);
  transition-delay: 0.3s;
}
.index-news .swiper .title .more a:hover::after {
  left: 0;
  animation: slideInLeft 0.5s;
}
.index-news .swiper .swiper-slide:hover .date h3 {
  color: #2180c2;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title h4 {
  color: #2180c2;
}
footer {
  background-color: #2180c2;
}
footer a {
  color: inherit;
  transition: all 0.5s;
}
footer a:hover {
  color: #fff;
}
footer .footer-contact {
	padding: 2% 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-contact .container {
	font-size: clamp(14px, 1.1vw, 16px);
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	align-items: center;
	gap: 1.5em;
	max-width: 1720px;
	width: 90%;
}
footer .footer-contact .container a {
	color: inherit;
}
footer .footer-contact .container a:hover {
	text-decoration: underline !important;
}
footer .footer-contact i {
	font-size: clamp(14px, 1.2vw, 20px);
	border: 1px solid #fff;
	width: 2em;
	height: 2em;
	line-height: 2;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.3);
	margin-right: 0.5em;
}
footer .footer-contact h3 {
 font-size: clamp(18px, 1.25vw, 24px);
}
footer .footer-contact h4 {
	font-size: clamp(14px, 1.1vw, 16px);
}
footer .footer-top {
  padding: 1.5% 0;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
	max-width: 1720px;
	width: 90%;
	gap: 1em;
}
footer .footer-top .container h4 {
  font-size: clamp(16px, 1.2vw, 18px);
  color: #fff;
  margin-bottom: 0.3em;
}
footer .footer-top .container .section {
	max-width: 20%;
}
footer .footer-top .container ul li {
  color: #d2d2d2;
  margin-bottom: 1em;
	font-size: clamp(14px, 1.1vw, 16px);
	line-height: 1.5;
}
footer .footer-top .container em {
  display: none;
  width: 1px;
  background: #313131;
}
footer .footer-top .container .ewm h5 {
  font-size: 16px;
  color: #d2d2d2;
}
footer .footer-top .container .ewm h5 i {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
	text-align: center;
	line-height: .9;
  border-radius: 50%;
  vertical-align: middle;
  content: "";
  border: 1px solid #d2d2d2;
  margin-right: 6px;
}
footer .footer-top .container .ewm h5 i::before {
	font-size: .6em;
}
footer .footer-top .container .ewm h3 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  line-height: 1.8;
  margin-bottom: 0.6em;
}
footer .footer-top .container .ewm .wrapper {
  display: flex;
  justify-content: space-around;
  gap: 1em;
}
footer .footer-top .container .ewm .wrapper .block {
  text-align: center;
}
footer .footer-top .container .ewm .wrapper .block img {
	border-radius: 6px;
}
footer .footer-top .container .ewm .wrapper .block h6 {
  color: #fff;
  font-size: clamp(14px, 1.1vw, 16px);
  margin-top: 0.5em;
	line-height: 1.5;
}
footer .footer-bt {
  font-size: clamp(12px, 1vw, 14px);
  color: #d2d2d2;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 0;
}
.inner-content {
  margin: 3% 0;
}
.device-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.device-list .wrapper .block {
  width: 32.322581%;
  position: relative;
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
  margin-bottom: 1.483871%;
}
.device-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.84631%;
}
.device-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.device-list .wrapper .block .pic a::after {
  position: absolute;
  display: block;
  transform: skewX(-30deg);
  content: "";
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.35), transparent);
  width: 75px;
  height: 100%;
  animation: slideInOut 3s infinite;
}
@keyframes slideInOut {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.device-list .wrapper .block .title {
  text-align: center;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
  overflow: hidden;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
	line-height: 1.5;
  min-height: 4.5em;
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 0 0.5em;
  transition: all 0.5s;
}
.device-list .wrapper .block .title a {
  color: inherit;
}
.device-list .wrapper .block em {
  position: absolute;
  background-color: #2180c2;
  transition: all 0.7s;
}
.device-list .wrapper .block em:nth-of-type(1) {
  width: 0;
  height: 1px;
  top: -1px;
  left: -1px;
}
.device-list .wrapper .block em:nth-of-type(2) {
  width: 1px;
  height: 0;
  bottom: -1px;
  right: -1px;
}
.device-list .wrapper .block em:nth-of-type(3) {
  width: 0;
  height: 1px;
  bottom: -1px;
  right: -1px;
}
.device-list .wrapper .block em:nth-of-type(4) {
  width: 1px;
  height: 0;
  top: -1px;
  left: -1px;
}
.device-list .wrapper .block:hover em:nth-of-type(1) {
  width: calc(100% + 2px);
}
.device-list .wrapper .block:hover em:nth-of-type(2) {
  height: calc(100% + 2px);
}
.device-list .wrapper .block:hover em:nth-of-type(3) {
  width: calc(100% + 2px);
}
.device-list .wrapper .block:hover em:nth-of-type(4) {
  height: calc(100% + 2px);
}
.device-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.device-list .wrapper .block:hover .title {
  color: #2180c2;
}
.news-list .index-title {
  position: relative;
}
.news-list .index-title form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(14px, 1.1vw, 16px);
}
.news-list .index-title form input {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #333;
  display: block;
  width: 21em;
  height: 2.75em;
  border-radius: 1.375em;
  padding: 0 3.5em 0 1.375em;
  outline: none;
}
.news-list .index-title form input::placeholder {
  color: #333;
}
.news-list .index-title form button {
  position: absolute;
  width: 3.25em;
  height: 100%;
  right: 0;
  top: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.news-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .wrapper .block {
  width: 31.7419355%;
  /* padding: 1px; */
  background-color: #f6f6f6;
  transition: all 0.5s;
  margin-bottom: 2%;
}
.news-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.209776%;
}
.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 {
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 0.5em 1em 1.5em;
}
.news-list .wrapper .block .title a {
  color: inherit;
}
.news-list .wrapper .block .title h4 {
  font-size: 0.9em;
  color: #999;
  /* margin-bottom: 0.5em; */
}
.news-list .wrapper .block .title p {
  color: #333;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
.news-list .wrapper .block:hover {
  background-color: #2180c2;
}
.news-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.news-list .wrapper .block:hover .title h4 {
  color: #fff;
}
.news-list .wrapper .block:hover .title p {
  color: #fff;
}
.bread-crumb {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #000;
  border-bottom: 1px solid #000;
	margin-bottom: 2%;
}
.bread-crumb .container {
  min-height: 3.3em;
  display: flex;
  align-items: center;
}
.bread-crumb img {
  margin-right: 0.5em;
  width: 1.35em;
}
.bread-crumb a {
  color: inherit;
}
.bread-crumb a:hover {
  text-decoration: underline !important;
}
.news-detail {
  margin: 2% 0 3%;
}
.news-detail .bread-crumb {
	padding-bottom: 1%;
}
.news-detail .news-title {
  text-align: center;
  margin-bottom: 2%;
}
.news-detail .news-title h3 {
  font-size: clamp(18px, 1.666667vw, 32px);
  color: #444;
}
.news-detail .news-title h5 {
  font-size: clamp(12px, 1.1vw, 16px);
  color: #999;
  font-weight: 300;
	text-align: left;
}
.news-detail article {
  /* padding: 0 4.83871%; */
  font-size: clamp(14px, 1.2vw, 19px);
  color: #333;
  line-height: 2.84211;
}
.news-detail .article-tab {
  margin-top: 3%;
	padding-top: 1%;
	border-top: 1px solid #000;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-detail .article-tab p {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #333;
	font-weight: 700;
  margin-bottom: 0.5em;
  transition: all 0s;
	max-width: 49%;
}
.news-detail .article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.news-detail .article-tab p a:hover {
  color: #0065b5;
}
.application-field {
  margin-bottom: 3%;
}
.application-field .list-tab {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  font-size: 14px;
  max-width: 895px;
  min-height: 90px;
  background-color: #fff;
  margin: -2.70967742% auto 3%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.application-field .list-tab li {
  color: #444;
  margin: 0 2.30681%;
  text-align: center;
}
.application-field .list-tab li a {
  color: inherit;
  transition: all 0.5s;
}
.application-field .list-tab li a:hover {
  color: #2180c2;
}
.application-field .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application-field .list .block {
  width: 48.83871%;
  margin-bottom: 2.322581%;
}
.application-field .list .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.672391%;
  font-size: clamp(14px, 1.2vw, 20px);
  border-radius: 1.2em;
}
.application-field .list .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.application-field .list .block .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  padding: 0 1.45em 1.15em 1.15em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.application-field .list .block .pic .mask h4 {
  color: #fff;
  font-weight: 700;
}
.application-field .list .block .pic .mask p {
  color: #fff;
  font-size: 0.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2;
  height: 6em;
}
.application-field .list .block .pic:hover img {
  scale: 1.05;
  filter: brightness(80%);
}
.application-field .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application-field .wrapper .lt {
  width: 48.83871%;
}
.application-field .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.672391%;
  font-size: clamp(14px, 1.2vw, 20px);
  border-radius: 1.2em;
}
.application-field .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.application-field .wrapper .lt .pic:hover img {
  scale: 1.05;
}
.application-field .wrapper .rt {
  width: 45.93548387%;
}
.application-field .wrapper .rt .title {
  font-size: clamp(18px, 1.5625vw, 30px);
  color: #444;
  margin-bottom: 0.5em;
}
.application-field .wrapper .rt .brief {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #444;
  line-height: 2.6666667;
}
.case-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-list .wrapper .block {
  width: 32.322581%;
  margin-bottom: 1.806452%;
}
.case-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58.88223553%;
}
.case-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-list .wrapper .block .pic .mask {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 128, 194, 0.8);
  font-size: clamp(12px, 1.1vw, 17px);
  color: #fff;
  padding: 0 4.1176471em;
  transition: all 1s;
  transform: translate(0, -100%);
	padding: 1em;
}
.case-list .wrapper .block .pic .mask h4 {
  font-size: 1.529412em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25em;
	max-width: 100%;
}
.case-list .wrapper .block .pic .mask .brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 2;
  height: 6em;
  overflow: hidden;
}
.case-list .wrapper .block .pic .mask span {
  display: block;
  font-size: 0.94117647em;
  text-align: center;
  min-width: 6.5625em;
  padding: 0 1em;
  line-height: 1.9375;
  border-radius: 0.96875em;
  color: #333;
  background-color: #fff;
  margin-top: 1.5625em;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.case-list .wrapper .block .pic .mask span:hover {
  border-color: #fff;
  color: #fff;
  background-color: #2180c2;
}
.case-list .wrapper .block .title {
  font-size: clamp(14px, 1.1vw, 18px);
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em;
  margin-top: 0.75em;
  transition: all 0.5s;
}
.case-list .wrapper .block:hover .pic .mask {
  transform: translateY(0);
}
.case-list .wrapper .block:hover .title {
  scale: 0;
}
.contact-us .contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us .contact-info .block {
  width: 31.7419355%;
  color: #444;
  background-color: #f1f1f1;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 2;
  padding: 1.42857em;
  margin-bottom: 2.3871%;
}
.contact-us .map-info .block {
	padding: 0;
	background: none;
}
.contact-us .map {
  width: 100%;
  height: clamp(250px, 18.2291667vw, 350px);
}
.contact-us .map iframe {
  width: 100%;
  height: 100%;
}
.online-msg {
  background-color: #e8f6fd;
  padding: 2% 0 5%;
}
.online-msg .title {
  font-size: clamp(18px, 1.35416667vw, 26px);
  color: #1f1a1b;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.42857143em;
  margin-bottom: 1.42857143em;
}
.online-msg form .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.online-msg form .row .col {
  width: 49.35484%;
  margin-bottom: 1.2903226%;
  display: flex;
  gap: 1em;
}
.online-msg form input[type='text'],
.online-msg form textarea {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  outline: none;
  width: 100%;
  border: 1px solid #eee;
}
.online-msg form input[type='radio'] {
	font-size: clamp(14px, 1vw, 16px);
	width: 1em;
	cursor: pointer;
}
.online-msg form input::placeholder,
.online-msg form textarea::placeholder {
  color: #999;
}
.online-msg form label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(14px, 1vw, 16px);
	cursor: pointer;
}
.online-msg form input {
  height: 66px;
  padding: 0 1em;
}
.online-msg form textarea {
  height: 274px;
  padding: 1em;
}
.online-msg form select {
  height: 66px;
  font-size: clamp(14px, 1vw, 16px);
  outline: none;
  padding: 0 1em;
  color: #333;
  border: 1px solid #eee;
}
.online-msg form button {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #fff;
  cursor: pointer;
  outline: none;
  background-color: #2180c2;
  min-width: 10.7222222em;
  height: 3em;
  border-radius: 1.5em;
  transition: all 0.5s;
  padding: 0 1em;
  margin-top: 2.12903226%;
}
.online-msg form button:hover {
  filter: brightness(120%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.case-detail {
  margin: 2% 0 3%;
}
.case-detail .index-title {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2.19355%;
}
.case-detail .intro {
  font-size: clamp(14px, 1.05vw, 16px);
  color: #666;
  line-height: 1.875;
}
.case-detail .intro h4 {
  font-size: 1em;
	font-weight: 700;
  color: #1f1a1b;
  line-height: 2;
}
.case-detail .intro .parameter {
  padding: 1.5% 0 3%;
  background-color: #f8f9fa;
}
.case-detail .intro .parameter h4 {
  margin-bottom: 0.5em;
}
.case-detail .intro .parameter table {
  width: 100% !important;
}
.case-detail .intro .parameter table tr td {
  padding: 0.25em 0.5em;
  font-size: clamp(12px, 1.05vw, 16px);
  border: 1px solid #333;
  color: #333;
  line-height: 1.8;
	text-align: center;
}
.case-detail .intro .parameter table tr:nth-child(even) {
  background-color: #dbe5f1;
}
.case-detail .intro .parameter table tr:first-child td {
  font-weight: 700;
  color: #000;
  font-size: 1.1111111em;
}
/* .case-detail .intro .parameter table tr td sub,
.case-detail .intro .parameter table tr td sup {
	font-size: 1em;
} */
.case-detail .download {
  margin: 3% 0;
}
.case-detail .download .tab {
  display: flex;
  flex-wrap: wrap;
  background-color: #333;
  margin-bottom: 2%;
}
.case-detail .download .tab li {
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  font-size: 14px;
  min-height: 4em;
  width: 10.5em;
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.case-detail .download .tab li::after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.case-detail .download .tab .active {
  background-color: #018ccf;
}
.case-detail .download .tab .active::after {
  opacity: 0;
}
.case-detail .download .wrapper .content {
  display: none;
}
.case-detail .download .wrapper .content:first-child {
  display: block;
}
.case-detail .download .wrapper .content video {
  max-width: 100%;
  height: auto;
}
.case-detail .list-title {
  font-size: clamp(18px, 1.35416667vw, 26px);
  color: #1f1a1b;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.42857143em;
  margin-bottom: 1.42857143em;
}
.about-us .index-title h3 {
  font-weight: 700;
}
.about-us .inner-intro {
  margin: 0 0 3%;
}
.about-us .inner-intro .wrapper {
  padding: 3% 0 1%;
  align-items: center;
}
.about-us .inner-intro .wrapper .lt {
  padding: 1% 4.0104167% 1% 9.8958333%;
}
.about-us .inner-intro .wrapper .lt .brief {
  line-height: clamp(2em, 2.1vw, 2.5em);
}
.about-us .inner-intro .wrapper .data {
  margin-top: 2%;
}
.about-us .inner-intro .wrapper .data .block {
  background-color: transparent;
  font-size: clamp(20px, 2.083333vw, 40px);
}
.about-us .inner-intro .wrapper .data .block h5 {
  font-size: clamp(12px, 1.5vw, 26px);
}
.about-us .inner-intro .wrapper .data .block:hover {
  background-color: #fff;
}
.about-us .company-culture {
  margin: 0 0 2%;
}
.about-us .company-culture .pic {
  text-align: center;
}
.about-us .workshop {
  margin: 3% 0;
}
.about-us .partner {
  margin: 3% 0 6%;
}
.about-us .partner .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.451613%;
}
.about-us .partner .wrapper .block {
  width: 12.06451613%;
  margin-bottom: 0.77419355%;
}
.about-us .partner .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 23.52941176% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  transition: all 0.5s;
}
.about-us .partner .wrapper .block .pic img {
  position: absolute;
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  transition: all 0.5s;
}
.about-us .partner .wrapper .block .pic:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.about-us .partner .wrapper .block .pic:hover img {
  scale: 0.95;
}
.anchor-fixed {
	position: relative;
	top: -82px;
}
.business-list .wrapper .block {
	width: 24.322581%;
}



/*  */
.pos_r {
	position: relative;

}

.details_return {
	position: absolute;
	top: 27%;
	right: 80px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999;
	background-color: #f2f2f2;
	border-radius: 20px;
	display: block;
}

.pos_r img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.details_zsl {
	position: absolute;
	width: 40%;
	left: 16%;
	top: 23%;
}

.template_details01 img {
	max-width: 100%;
}

.template_details01 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url(../images/page.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 1;
}

.template_details01 .swiper-pagination-bullet-active {
	background-image: url(../images/page_active.png);
}

.template_details01.swiper-container {
	padding-bottom: 40px;
}

.details_zsr {
	position: absolute;
	width: 30%;
	right: 10%;
	top: 29%;
}

.details_zsr h2 {
	text-align: center;
	margin: 50px 0 13.9373%;
}

.details_zsr h2 span {
	vertical-align: middle;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	line-height: 40px;
	margin-right: 6px;
}

.details_zsr .p2 {
	text-align: left;
	margin-bottom: 13.9373%;
	color: #666;
	line-height: 1.5;
	font-size: clamp(14px, 1.1vw, 16px);
}

.details_zsr .p3 {
	margin-bottom: 100px;
	text-align: center;
}

.details_zsr .p3 a.a03 {
	padding-left: 22px;
	background-image: url(../images/caiye.png);
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 19px auto;
	margin: 0 16px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
}

.details_zsr .p4 {
	text-align: center;
}

.details_zsr .p4 b {
	display: inline-block;
	vertical-align: middle;
	width: 38%;
	height: 1px;
	background-color: #eee;
}

.details_zsr .p4 span,
.details_zsr .p4 span.active {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	margin: 0 4px;
	padding-left: 24px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 20px auto;
	cursor: pointer;
}

.details_zsr .p4 span {
	background-image: url(../images/star.png);
}
