@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  scroll-behavior: smooth;
  font-family: var(--Noto-Sans-SC);
  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%;
}
.mycontainer {
  max-width: 1440px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  max-width: 1820px;
  width: 96%;
}
header .logo {
  width: 23.0769%;
	height: 80%;
	text-align: center;
}
header .logo img {
  transition: all 0.5s;
	max-height: 100%;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
}
header .lv1 > li:first-child {
  margin-left: 0;
}
header .lv1 > li a {
  color: #333;
  padding: 0 1em;
  line-height: 2.2222em;
  text-align: center;
  transition: all 0.5s;
  text-transform: uppercase;
  border-radius: 4px;
}
header .lv1 > li:hover > a {
  background-color: rgba(26, 70, 153, 0.1);
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active > a {
  color: #fff;
  background-color: #045ECE !important;
  font-weight: 700;
}
header .lv1 .tel {
  line-height: 1.2;
}
header .lv1 .tel img {
  margin-right: 10px;
}
header .lv1 .tel h5 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
}
header .lv1 .tel h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #045ECE;
  font-weight: 700;
}
header .lv1 .lang {
  color: #999;
  cursor: pointer;
  line-height: 2.11111111;
  border-radius: 1.05555556em;
  border: 1px solid #999;
  padding: 0 1em;
}
header .lv1 .lang i {
  margin-left: 0.5em;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 > li a {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}
header .lv2 > li a:hover {
  text-decoration: underline !important;
}
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 {
  flex: 1;
  margin-left: 2.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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: #045ECE;
  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: #045ECE;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #045ECE;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  scale: 1.1;
  min-height: 110px;
}
.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 {
  scale: 1;
}
.index-banner .mycontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  bottom: 3%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #045ECE;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 6.5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #045ECE;
  border: 1px solid #fff;
}
.index-title {
  text-align: center;
  margin-bottom: 2.083333%;
}
.index-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #000;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  z-index: 1;
  margin-bottom: 0.25em;
	text-transform: uppercase;
}
.index-title h3::before,
.index-title h3::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin: 0 1.25em;
  width: 1em;
  height: 3px;
  background-color: #045ECE;
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 1.6667;
  color: #666;
}
.prod-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 1em 2.2222em;
  margin-bottom: 3.125%;
}
.prod-tab li {
  width: 13.888889%;
  color: #333;
  display: flex;
	justify-content: center;
	align-items: center;
  padding: 0.27775em 1em;
  background-color: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  line-height: 1.6667;
  transition: all 0.5s;
  cursor: pointer;
}
.prod-tab li:hover {
  color: #fff;
  background-color: #045ECE;
}
.prod-tab li a {
  color: inherit;
}
.prod-tab .active {
  color: #fff;
  background-color: #045ECE;
  font-weight: 700;
}
.index-prod {
  position: relative;
  overflow: hidden;
  padding: 2.6041667% 0 2.34375%;
  background: url(../images/prod-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-prod .prod-wrapper {
  display: none;
  padding: 0 2.083333%;
}
.index-prod .prod-wrapper:first-child {
  display: block;
}
.index-prod .prod-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod .prod-wrapper .block {
  width: 17.39130435%;
  padding: 4px;
  border: 1px solid transparent;
  transition: all 0.5s;
  margin-bottom: 1.0869565%;
}
.index-prod .prod-wrapper .block:hover {
  border: 1px solid #045ECE;
}
.index-prod .prod-wrapper .block:hover .pic img {
  filter: brightness(90%);
}
.index-prod .prod-wrapper .block:hover .title h4 {
  color: #fff;
  font-weight: 700;
  background-color: #045ECE;
}
.index-prod .prod-wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.index-prod .prod-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .prod-wrapper .block .title {
  margin-top: 5px;
  text-align: center;
}
.index-prod .prod-wrapper .block .title h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6667;
  padding: 0 0.5em;
}
.index-about {
  padding: 2.6041667% 0 2.083333%;
  background-color: #f6f6f6;
}
.index-about .mycontainer {
  max-width: 1600px;
}
.index-about .intro .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .intro .wrapper .lt {
  width: 53.75%;
}
.index-about .intro .wrapper .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: clamp(1.6667em, 2.60416667vw, 2.5em);
  text-indent: 2em;
  margin-bottom: 1.125em;
}
.index-about .intro .wrapper .lt .data {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-about .intro .wrapper .lt .data .block {
  text-align: center;
}
.index-about .intro .wrapper .lt .data .block h3 {
  font-size: clamp(18px, 2.0833333vw, 40px);
  color: #045ECE;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.125em;
}
.index-about .intro .wrapper .lt .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  line-height: 1.5;
}
.index-about .intro .wrapper .rt {
  width: 40%;
}
.index-about .intro .wrapper .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64.0625%;
  transform-style: preserve-3d;
  perspective: 800px;
}
.index-about .intro .wrapper .rt .pic video,
.index-about .intro .wrapper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .intro .wrapper .rt .pic i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(14px, 1.2vw, 20px);
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: all 0.5s;
}
.index-about .intro .wrapper .rt .pic:hover i {
  transform: translate(-50%, -50%) rotateY(360deg);
}
.index-about .adv {
  margin-top: 2.5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 3.125%;
}
.index-about .adv .block {
  width: 15%;
  text-align: center;
  font-size: clamp(12px, 1.25vw, 24px);
}
.index-about .adv .block img {
  width: 4.16666667em;
  height: 4.16666667em;
  object-fit: scale-down;
}
.index-about .adv .block h4 {
  color: #333;
  line-height: 1.6667;
  margin-top: 0.4167em;
	font-size: clamp(12px, 1.1vw, 18px);
}
.index-about .adv .block:hover img {
  animation: tada 1s;
}
.index-honor {
  padding: 2.6041667% 0 6.1458333%;
  background: url(../images/index-honor-bg.jpg) no-repeat;
  background-size: cover;
}
.index-honor .index-title {
  margin-bottom: 5.972222%;
}
.index-honor .swiper .swiper-slide {
  width: 17.5%;
}
.index-honor .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 137.3015873%;
  opacity: 0;
  transition: all 0.5s;
}
.index-honor .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-honor .swiper .swiper-slide-visible .pic {
  opacity: 1;
}
.index-device {
  padding: 2.60416667% 0 0;
  background-color: #f6f6f6;
}
.index-device .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1.0416667%;
}
.index-device .wrapper .block {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 31.7708333vw;
  transition: all 1s;
}
.index-device .wrapper .block h3 {
  position: absolute;
  width: 100%;
  line-height: 4.1666667;
  bottom: 0;
  left: 0;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  background-color: rgba(51, 51, 51, 0.2);
  transition: all 1s;
}
.index-device .wrapper .block img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-device .wrapper .active {
  flex: 2.81481482;
}
.index-device .wrapper .active h3 {
  transform: translateY(50%);
  bottom: 50%;
  font-size: clamp(18px, 2.0833333vw, 40px);
  line-height: 2.5;
  background-color: rgba(4, 94, 206, 0.8);
}
.index-slogan {
  padding: 20px 0;
  background-color: #f6f6f6;
}
.index-slogan img {
  display: block;
  width: 100%;
}
.index-app {
  position: relative;
  overflow: hidden;
}
.index-app .appSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, 1.25vw, 24px);
  padding: 5.208333% 0 10.4166667em;
}
.index-app .appSwiper .swiper-slide .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.index-app .appSwiper .swiper-slide h4 {
  font-size: clamp(16px, 2.5vw, 48px);
  font-family: var(--Montserrat-SemiBold);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.25;
}
.index-app .appSwiper .swiper-slide h3 {
  font-size: clamp(20px, 3.333333vw, 64px);
  color: #fff;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.46875em;
}
.index-app .appSwiper .swiper-slide .brief {
  max-width: 1055px;
  padding-right: 6px;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  font-weight: 500;
  line-height: clamp(1.6667em, 3.125vw, 2.5em);
  margin-bottom: 2.08333em;
  height: calc(4 * clamp(1.6667em, 3.125vw, 2.5em));
  overflow: auto;
}
.index-app .appSwiper .swiper-slide .brief::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index-app .appSwiper .swiper-slide .brief::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index-app .appSwiper .swiper-slide .brief::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #fff;
}
.index-app .app-thumb {
  position: absolute;
  display: block;
  font-size: clamp(14px, 1.25vw, 24px);
  width: 100%;
  left: 0;
  bottom: 4.1666667em;
}
.index-app .app-thumb .swiper-slide {
  text-align: center;
  transition: background 0.5s;
  background: rgba(51, 51, 51, 0.7);
  padding: 0.416667em;
  cursor: pointer;
}
.index-app .app-thumb .swiper-slide .icon {
  display: inline-block;
  width: 3.33333333em;
  height: 3.33333333em;
  object-fit: scale-down;
}
.index-app .app-thumb .swiper-slide h4 {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6667;
  margin-top: 0.416667em;
}
.index-app .app-thumb .swiper-slide:hover .icon {
  animation: swing 1s;
}
.index-app .app-thumb .swiper-slide-thumb-active {
  background-color: rgba(4, 94, 206, 0.8);
}
.index-news {
  padding: 2.6041667% 0;
}
.index-news .news-tab {
  display: flex;
  font-size: clamp(14px, 1.25vw, 24px);
  gap: 0.833333em;
  margin-bottom: 1.875%;
  padding: 0 2.5%;
  border-bottom: 1px solid rgba(4, 94, 206, 0.5);
}
.index-news .news-tab li {
  cursor: pointer;
  color: #333;
  line-height: 2.083333;
  padding: 0 0.9375em;
  border-bottom: 0.208333em solid transparent;
  transition: all 0.5s;
}
.index-news .news-tab li:hover {
  color: #045ECE;
}
.index-news .news-tab .active {
  color: #045ECE;
  border-bottom-color: #045ECE;
  font-weight: 700;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 50%;
}
.index-news .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.66666667%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.index-news .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .pic .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0.833333em;
  line-height: 2.0833;
  background-color: rgba(51, 51, 51, 0.6);
}
.index-news .wrapper .lt .pic .title h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 0.5em;
}
.index-news .wrapper .lt .pic .title span {
  white-space: nowrap;
}
.index-news .wrapper .lt .pic:hover img {
  scale: 1.05;
}
.index-news .wrapper .rt {
  width: 48.0263158%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.index-news .wrapper .rt .block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  padding: 10px;
  background-color: #fff;
}
.index-news .wrapper .rt .block .date {
  width: 16.4383562%;
  white-space: nowrap;
  color: #333;
  text-align: center;
  padding: 10px 10px;
  transition: all 0.5s;
  background-color: #f2f2f2;
}
.index-news .wrapper .rt .block .date h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  line-height: 1.25;
}
.index-news .wrapper .rt .block .date h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 2.5;
}
.index-news .wrapper .rt .block .title {
  width: 83.5616438%;
  padding: 0 10px;
}
.index-news .wrapper .rt .block .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  line-height: 1.6667;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .rt .block .title p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #666;
  line-height: 1.6667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .rt .block .title a {
  color: inherit;
}
.index-news .wrapper .rt .block:hover {
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.index-news .wrapper .rt .block:hover .date {
  background-color: #045ECE;
}
.index-news .wrapper .rt .block:hover .date h3,
.index-news .wrapper .rt .block:hover .date h5 {
  color: #fff;
}
.index-news .wrapper .rt .block:hover .date h3 {
  font-weight: 700;
}
.index-news .wrapper .rt .block:hover .title h4 {
  color: #045ECE;
}
.index-news .news-content {
  display: none;
}
.index-news .news-content:first-child {
  display: block;
}
.index-more {
  margin-top: 1.875%;
  text-align: center;
}
.index-more a {
  display: inline-block;
  font-size: clamp(14px, 1.25vw, 24px);
  border: 1px solid #045ECE;
  color: #045ECE;
  min-width: 8.333333em;
  line-height: 2;
  padding: 0 1em;
  border-radius: 1em;
  transition: all 0.5s;
}
.index-more a:hover {
  color: #045ECE;
  font-weight: 700;
}
footer {
  padding: 2.083333% 0;
  background-color: #020305;
}
footer .mycontainer {
  max-width: 1600px;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3%;
  gap: 2%;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 1em;
}
footer .footer-top .block {
  position: relative;
  font-size: clamp(16px, 1.25vw, 24px);
  padding-left: 3.125em;
}
footer .footer-top .block em {
  position: absolute;
  display: block;
  left: 1.04166667em;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
footer .footer-top .block em::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.08333333em;
  height: 2.08333333em;
  top: 2.08333333em;
  left: 0;
  transform: translate(-50%, 0);
  background: url(../images/footer-nav1.png) no-repeat;
  background-size: contain;
}
footer .footer-top .info {
  width: 25.4375%;
}
footer .footer-top .info .logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
footer .footer-top .info .logo h3 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  line-height: 1.6667;
}
footer .footer-top .info .logo h5 {
  font-size: 10px;
  color: #fff;
  line-height: 2;
}
footer .footer-top .info .logo img {
  margin-right: 10px;
}
footer .footer-top .info .logo h4 {
  margin-bottom: 0;
}
footer .footer-top .info .brief {
  font-size: clamp(14px, 1.1vw, 20px);
  color: #fff;
  line-height: 2;
}
footer .footer-top nav {
  display: flex;
  justify-content: space-between;
  width: 41.25%;
}
footer .footer-top nav ul {
  font-size: clamp(16px, 1.1vw, 18px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 11em;
  gap: 0 1.3333em;
}
footer .footer-top nav ul li {
  line-height: 1.6667;
  margin-bottom: 1em;
  width: 7em;
}
footer .footer-top nav ul li a {
  color: #999;
  transition: all 0.5s;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
  color: #fff;
}
footer .footer-top nav .block {
  min-width: 34.848485%;
}
footer .footer-top nav .site-nav ul {
  width: 17.777778em;
  max-width: 100%;
}
footer .footer-top nav .site-nav em::after {
  background-image: url(../images/footer-nav1.png);
}
footer .footer-top nav .news em::after {
  background-image: url(../images/footer-nav2.png);
}
footer .footer-top address {
  width: 33.75%;
}
footer .footer-top address em::after {
  background-image: url(../images/footer-nav3.png);
}
footer .footer-top address p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #999;
  line-height: 1.6667;
  margin-bottom: 1em;
}
footer .footer-top .ewm {
  text-align: center;
  width: 20%;
}
footer .footer-top .ewm img {
  max-width: 100%;
  width: 7.5em;
  min-width: 90px;
  font-size: clamp(14px, 1.25vw, 24px);
}
footer .footer-top .ewm p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.6667;
  margin-top: 0.5556em;
}
footer .footer-bt {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.6667;
  text-align: center;
  display: flex;
  padding-top: 1.25%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-bt p {
  flex: 1;
}
footer .footer-bt a {
  color: #fff;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
footer .footer-bt span i {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 800px;
}
footer .footer-bt span i > img {
  transition: all 0.5s;
}
footer .footer-bt span i .tip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -150%) rotateX(-90deg) rotateY(90deg);
  white-space: nowrap;
  min-width: 100px;
  min-height: 100px;
  transition: all 0.5s;
}
footer .footer-bt span i .tip img {
  width: 100px;
  height: 100px;
}
footer .footer-bt span i:hover > img {
  filter: brightness(200%);
}
footer .footer-bt span i:hover .tip {
  transform: translate(-50%, -100%) rotateX(0deg) rotateY(0deg);
  visibility: visible;
  opacity: 1;
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
.back-top {
  position: fixed;
  right: 1%;
  bottom: 5%;
  background-color: #045ECE;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: clamp(12px, 1.2vw, 20px);
  border-radius: 4px;
  transition: all 0.5s;
  animation: fadeOutRight 0.5s;
  visibility: hidden;
}
.back-top:hover {
  filter: sepia(1);
}
.back-top-show {
  animation: fadeInLeft 0.5s;
  visibility: visible;
}
