@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 {
  font-family: var(--Noto-Sans-SC);
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #08A4D5;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #16a9caa2;
}
.out-header {
  height: 80px;
  width: 100%;
}
.container {
  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, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  max-width: 1610px;
  width: 90%;
}
header .logo {
  width: 26.08695652%;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: clamp(14px, 1vw, 16px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6667;
  height: 3.4375em;
  font-weight: 700;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
}
header .lv1 > li:hover > a {
  color: #08A4D5;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active > a {
  font-weight: 700;
  color: #08A4D5 !important;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 .header-tools {
  gap: 1em;
}
header .lv1 .header-tools::after {
  display: none;
}
header .lv1 .header-tools .header-search {
  cursor: pointer;
  transition: all 0.5s;
  width: 1.875em;
  height: 1.875em;
  line-height: 1.7;
  border-radius: 50%;
  text-align: center;
}
header .lv1 .header-tools .header-search img {
  width: 1em;
  height: 1em;
  transition: all 0.5s;
}
header .lv1 .header-tools .header-search-on {
  background-color: #08A4D5;
}
header .lv1 .header-tools .header-search-on img {
  filter: contrast(0) brightness(200%);
}
header .lv1 .header-tools .header-lang {
  position: relative;
  transition: all 0.5s;
  line-height: 1.8;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  background-color: #f2f2f2;
  border-radius: 15px;
  font-weight: 400;
}
header .lv1 .header-tools .header-lang a {
  display: inline-block;
  padding: 0 13px;
  transition: all 0.5s;
}
header .lv1 .header-tools .header-lang a:first-child {
  margin-right: -5px;
}
header .lv1 .header-tools .header-lang a:hover {
  color: #08A4D5;
}
header .lv1 .header-tools .header-lang .on {
  padding: 0 18px;
  color: #fff !important;
  background-color: #08A4D5;
  border-radius: 15px;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10px);
  transition: all 0.5s;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  font-size: clamp(14px, 1.05vw, 16px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  z-index: 5;
  overflow: hidden;
  border-radius: 4px;
}
header .lv2 li {
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  line-height: 2.5;
}
header .lv2 li a {
  display: block;
  color: #333;
  padding: 0 1.125em;
}
header .lv2 li:hover a {
  background-color: #f2f2f2;
  color: #08A4D5;
}
header .lv3 {
  font-size: inherit;
  position: absolute;
  top: -1.375em;
  padding: 1.375em 2.1875em;
  left: 100%;
  transform: translate(-10%, 0);
  transition: all 0.5s;
  background-color: #f5f5f5;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .lv3 li {
  line-height: 1.75;
  margin-bottom: 0.5em;
}
header .lv3 li a {
  transition: all 0.5s;
}
header .lv3 li a:hover {
  color: #08A4D5;
}
header nav {
  width: 66.335404%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-search-form {
  display: none;
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  padding: 2% 0;
  background-color: #f5f5f5;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .header-search-form .container {
  height: auto;
}
header .header-search-form form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
  width: 100%;
}
header .header-search-form form input {
  flex: 1;
  height: 3em;
  outline: none;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 1em;
  transition: all 0.5s;
  border: 1px solid #ddd;
}
header .header-search-form form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .header-search-form form input:focus {
  border-color: #08A4D5;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #ddd;
  width: 3em;
  cursor: pointer;
  transition: all 0.5s;
}
header .header-search-form form button img {
  transition: all 0.5s;
}
header .header-search-form form button:hover {
  background-color: #08A4D5;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
header .header-hots {
  /* display: none; */
  position: absolute;
  z-index: 3;
  right: 8.333333%;
  width: 215px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
header .header-hots .content {
  padding: 18px 0;
}
header .header-hots h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #1D2089;
  font-weight: 700;
  line-height: 1.45;
  padding-bottom: 0.55556em;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0.33333em 0.66667em 0.77778em;
}
header .header-hots ul {
  font-size: clamp(12px, 1vw, 14px);
  padding: 0 1.2857143em 0 1em;
  overflow: auto;
  height: 10.45em;
}
header .header-hots ul li {
  color: #333;
  margin-bottom: 0.64em;
  line-height: 1.45;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-hots ul li a {
  flex: 1;
  margin-right: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
header .header-hots ul li i {
  color: #666;
}
header .header-hots ul li:hover {
  color: #08A4D5;
}
header .header-hots ul li:hover i {
  color: inherit;
}
header .header-hots ul::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e2e2e2;
}
header .header-hots ul::-webkit-scrollbar {
  width: 3px;
  background-color: #e2e2e2;
}
header .header-hots ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #08A4D5;
}
header .header-hots .hots-close-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 10px;
  color: #fff;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.2;
  background-color: #08A4D5;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
header .hots-closed .hots-close-icon {
  transform: translate(-50%, 50%) rotate(180deg);
}
.header-active {
  background-color: #fff;
}
.header-active .lv1 > li > a {
  color: #333;
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid #c1c1c1;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  color: #a6a6a6;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid transparent;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  background-color: #08A4D5;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #08A4D5;
  border-color: transparent;
}
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.index-banner .swiper .swiper-slide {
  position: relative;
  height: auto;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: scale 3s, opacity 0.5s;
}
.index-banner .swiper .swiper-slide video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInUp 0.75s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active h2 span {
  animation: rotateInUpLeft 0.75s ease-out;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInUp 0.1s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active h5 span {
  animation: rotateInUpLeft 1s ease-out;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUpBig 1.25s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
  opacity: 1;
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text h2 {
  position: relative;
  overflow: hidden;
  font-size: clamp(20px, 3.0208333vw, 58px);
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.31034483em;
  opacity: 0;
}
.index-banner .banner-text h2 span {
  display: block;
}
.index-banner .banner-text h5 {
  position: relative;
  overflow: hidden;
  font-size: clamp(12px, 1.25vw, 24px);
  color: #fff;
  line-height: 1.6;
  opacity: 0;
}
.index-banner .banner-text h5 span {
  display: block;
}
.index-banner .banner-text a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 2.86458333vw;
  transition: all 0.5s;
  opacity: 0;
}
.index-banner .banner-text a span {
  margin-left: 0.83333em;
}
.index-banner .swiper-pagination {
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.15em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #08A4D5;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(20px, 2.5vw, 48px);
  color: #fff;
  margin: 0 0.25em;
  transition: all 0.5s;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-title {
  margin-bottom: 3%;
  text-align: center;
}
.index-title h3 {
  font-size: clamp(20px, 2.1875vw, 42px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.2381em;
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #1D2089;
  line-height: 1.45;
}
.index-more {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff !important;
  background-color: #08A4D5;
  border-radius: 4px;
  line-height: 3.125;
  padding: 0 1.4375em;
  transition: all 0.5s;
}
.index-more i {
  margin-left: 3.1875em;
  transition: all 0.5s;
}
.index-more:hover i {
  margin-left: 2em;
}
.index-more-border {
  background-color: transparent;
  border: 1px solid #08A4D5;
  color: #08A4D5 !important;
}
.anchor-fixed {
  position: relative;
  top: -80px;
}
.index-solution {
  margin: 4.16667% 0 3.125%;
}
.index-solution .container {
  max-width: 1540px;
}
.index-solution .solution-tab {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 3%;
}
.index-solution .solution-tab li {
  cursor: pointer;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.45;
  transition: all 0.5s;
}
.index-solution .solution-tab .active {
  color: #08A4D5;
}
.index-solution .pic {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.index-solution .pic img {
  display: block;
  width: 100%;
}
.index-solution .pic a {
  display: none;
}
.index-solution .pic a:first-child {
  display: block;
}
.index-solution .pic a::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  font-size: clamp(30px, 3.33333333vw, 64px);
  width: 1em;
  height: 1em;
  background: url(../images/zoom-icon.jpg) no-repeat;
  background-size: contain;
  transform: translate(100%, 100%);
}
.index-solution .pic a:hover::after {
  transform: translate(0, 0);
}
.index-module {
  margin-bottom: 4.6875%;
}
.index-module .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-module .container .lt {
  width: 60.7638889%;
  background-color: #F3F8FF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(8, 40, 146, 0.15);
  padding: 2.1527778% 0 2.5%;
}
.index-module .container .lt .title {
  display: flex;
  justify-content: space-between;
  margin: 0 4% 0.5em 3.42857143%;
  line-height: 1.45;
  font-size: clamp(14px, 1.1vw, 18px);
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.5em;
}
.index-module .container .lt .title span {
  font-weight: 700;
  color: #1D2089;
}
.index-module .container .lt .title span:nth-child(1) {
  width: 13.9506173%;
}
.index-module .container .lt .title span:nth-child(2) {
  width: 21.1111111%;
}
.index-module .container .lt .title span:nth-child(3) {
  width: 62.4691358%;
}
.index-module .container .lt .list {
  padding: 0 4% 0 3.42857143%;
  font-size: clamp(12px, 1.2vw, 20px);
  height: 22.9em;
  overflow: auto;
}
.index-module .container .lt .list::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e2e2e2;
}
.index-module .container .lt .list::-webkit-scrollbar {
  width: 6px;
  background-color: #e2e2e2;
}
.index-module .container .lt .list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #08A4D5;
}
.index-module .container .lt .list .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.45;
  font-size: clamp(14px, 1.1vw, 18px);
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.index-module .container .lt .list .block:hover h4 {
  color: #08A4D5;
}
.index-module .container .lt .list .block h4 {
  width: 13.9506173%;
  font-size: clamp(12px, 1.05vw, 16px);
  color: #333;
  font-weight: 700;
}
.index-module .container .lt .list .block h4 a {
  color: inherit;
}
.index-module .container .lt .list .block ul {
  font-size: clamp(10px, 1vw, 14px);
  color: #333;
  width: 84.814815%;
}
.index-module .container .lt .list .block ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2142857em;
}
.index-module .container .lt .list .block ul li:last-child {
  margin-bottom: 0;
}
.index-module .container .lt .list .block ul li span:nth-child(1) {
  width: 24.8908297%;
}
.index-module .container .lt .list .block ul li span:nth-child(2) {
  width: 73.65356623%;
}
.index-module .container .rt {
  width: 36.9444444%;
  background-color: #F3F8FF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(8, 40, 146, 0.15);
  padding: 2.1527778% 0 2.5%;
}
.index-module .container .rt .section-title {
  margin: 0 1.2em 1.2em 0.9em;
}
.index-module .container .rt .list {
  font-size: clamp(12px, 1.2vw, 20px);
  padding: 0 3em 0 1.35em;
  height: 22.9em;
  overflow: auto;
}
.index-module .container .rt .list::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e2e2e2;
}
.index-module .container .rt .list::-webkit-scrollbar {
  width: 6px;
  background-color: #e2e2e2;
}
.index-module .container .rt .list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #08A4D5;
}
.index-module .container .rt .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.45;
  margin-bottom: 1em;
}
.index-module .container .rt .block h4 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.index-module .container .rt .block h5 {
  font-size: clamp(10px, 1.2vw, 20px);
  color: #666;
  white-space: nowrap;
}
.index-module .container .rt .block:hover h4 {
  color: #1D2089;
}
.index-module .container .rt .block:hover h5 {
  color: #08A4D5;
}
.index-module .container .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(16px, 1.5625vw, 30px);
  margin: 0 1.2em 1.2em 1em;
}
.index-module .container .section-title h3 {
  color: #333;
  font-weight: 700;
  line-height: 1.45;
}
.index-module .container .section-title a {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  background-color: #08A4D5;
  border-radius: 4px;
  line-height: 1.45;
  padding: 0.6875em 0.875em;
  transition: all 0.5s;
}
.index-module .container .section-title a:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.index-module .container .section-title a i {
  margin-left: 0.5em;
}
.index-module .solution-module {
  display: none;
}
.index-module .solution-module:nth-child(1) {
  display: block;
}
.index-serv {
  margin-bottom: 4.1667%;
}
.index-serv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/index-serv-bg.jpg) no-repeat;
  background-size: cover;
}
.index-serv .wrapper .block {
  position: relative;
  width: 20%;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  padding: 2.3958333% 1.30208333% 2.0833333%;
  transition: all 0.5s;
}
.index-serv .wrapper .block::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 6px;
  transition: all 0.5s;
  background-color: #08A4D5;
}
.index-serv .wrapper .block .icon {
  font-size: clamp(30px, 3.33333333vw, 64px);
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-bottom: 3.65625em;
}
.index-serv .wrapper .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-serv .wrapper .block h3 {
  font-size: clamp(20px, 2.8125vw, 54px);
  color: #08A4D5;
  font-family: var(--Poppins);
  font-weight: 700;
  line-height: 1.5;
}
.index-serv .wrapper .block h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.75em;
}
.index-serv .wrapper .block .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
}
.index-serv .wrapper .block .brief b,
.index-serv .wrapper .block .brief strong {
  font-weight: 700;
}
.index-serv .wrapper:hover .block {
  background-color: rgba(255, 255, 255, 0.1);
}
.index-serv .wrapper:hover .block .icon {
  animation: swing 1s;
}
.index-serv .wrapper:hover .block::after {
  width: 100%;
}
.index-serv .wrapper:hover .block:not(:hover) {
  backdrop-filter: brightness(70%);
  background-color: transparent;
}
.index-serv .wrapper:hover .block:not(:hover) .icon {
  animation: none;
}
.index-serv .wrapper:hover .block:not(:hover)::after {
  width: 0;
}
.index-about {
  background: url(../images/index-about-bg.png) no-repeat;
  background-size: 48.5416667% auto;
  background-position: left bottom;
  margin-bottom: 5.72916667%;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .container .lt {
  width: 47.6388889%;
}
.index-about .container .lt .title h3 {
  font-size: clamp(20px, 2.1875vw, 42px);
  color: #333;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 0.7142857em;
}
.index-about .container .lt .title h5 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #1D2089;
  font-weight: 700;
  margin-bottom: 0.8333em;
}
.index-about .container .lt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
  margin-bottom: 2.5em;
}
.index-about .container .rt {
  width: 48.5416667%;
}
.index-about .container .rt .pic {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.index-about .container .rt .pic img {
  display: block;
  width: 100%;
}
.index-news {
  margin-bottom: 4.1667%;
}
.index-news .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-news .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.2376874%;
}
.index-news .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .swiper-slide .title {
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1em 1.5em 2.15em;
  background-color: #f2f2f2;
  transition: all 0.5s;
}
.index-news .swiper .swiper-slide .title h5 {
  font-size: clamp(10px, 1vw, 14px);
  color: #666;
  line-height: 1.45;
  margin-bottom: 1em;
}
.index-news .swiper .swiper-slide .title h4 {
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
}
.index-news .swiper .swiper-slide .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(242, 242, 242, 0.9);
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.5em 1.5em 2.5em;
  transition: all 0.5s;
  transform: translate(0, 100%);
}
.index-news .swiper .swiper-slide .mask h4 {
  color: #08A4D5;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
  margin-bottom: 0.9em;
}
.index-news .swiper .swiper-slide .mask p {
  font-size: clamp(12px, 1vw, 15px);
  color: #333;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
  margin-bottom: 1.3333em;
}
.index-news .swiper .swiper-slide .mask span {
  font-size: clamp(12px, 1vw, 15px);
  color: #08A4D5;
}
.index-news .swiper .swiper-slide .mask span i {
  margin-left: 1em;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title {
  opacity: 0;
}
.index-news .swiper .swiper-slide:hover .mask {
  transform: translate(0, 0);
}
.index-news .more {
  margin-top: 2.77778%;
  text-align: center;
}
.footer-contact {
  background: url(../images/index-contact-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 4.01041667% 0 4.375%;
}
.footer-contact h3 {
  font-size: clamp(18px, 2.1875vw, 42px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
}
.footer-contact .index-more {
  margin-top: 2%;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 3.3333% 0 2.0833%;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}
footer .footer-top .container .logo {
  align-self: center;
  width: 175px;
}
footer .footer-top .container nav {
  display: flex;
  justify-content: space-between;
  width: 46.1805556%;
  gap: 1em;
}
footer .footer-top .container address {
  width: 21.944444%;
}
footer .footer-top .container address p {
  padding-left: 1.625em;
  background: url(../images/footer-info-contacts.png) no-repeat;
  background-size: 1.25em 1.25em;
  background-position: 0 0.1em;
}
footer .footer-top .container address .contacts {
  background-image: url(../images/footer-info-contacts.png);
}
footer .footer-top .container address .phone {
  background-image: url(../images/footer-info-phone.png);
}
footer .footer-top .container address .tel {
  background-image: url(../images/footer-info-tel.png);
}
footer .footer-top .container address .email {
  background-image: url(../images/footer-info-email.png);
}
footer .footer-top .container address .address {
  background-image: url(../images/footer-info-address.png);
}
footer .footer-top .container h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #1D2089;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1em;
}
footer .footer-top .container ul {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
}
footer .footer-top .container ul li {
  margin-bottom: 0.5em;
}
footer .footer-top .container ul a {
  color: inherit;
}
footer .footer-top .container ul a:hover {
  text-decoration: underline !important;
}
footer .footer-top .container p {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
footer .footer-top .container .ewm {
  display: flex;
  align-items: center;
}
footer .footer-top .container .ewm img {
  width: 73px;
  padding: 5px;
  background-color: #fff;
  box-sizing: content-box;
  margin-right: 17px;
}
footer .footer-top .container .ewm h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #1D2089;
  font-weight: 700;
  line-height: 1.45;
}
footer .footer-bt {
  background-color: #e2e2e2;
  padding: 1% 0;
  font-size: clamp(12px, 1vw, 14px);
  color: #333;
  line-height: 1.5;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
footer .footer-bt .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.bread-crumb {
  background-color: rgba(242, 242, 242, 0.898);
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
  padding: 1.458333% 0;
}
.bread-crumb a {
  color: inherit;
  transition: all 0.5s;
  margin: 0 0.25em;
}
.bread-crumb a:last-of-type {
  color: #08A4D5;
}
.bread-crumb a:hover {
  color: #08A4D5;
}
.bread-crumb i {
  color: #999;
  margin-right: 0.375em;
}
.about-us {
  background-color: #ECF4FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.1667%;
}
.about-us .lt {
  padding: 2% 2.1875% 2% 12.5%;
  width: 51.0416667%;
}
.about-us .lt .title {
  font-size: clamp(20px, 2.0833333vw, 40px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1em;
}
.about-us .lt .title::after {
  display: block;
  content: "";
  width: 1.5em;
  height: 4px;
  border-radius: 2px;
  background-color: #08A4D5;
  margin-top: 0.3em;
}
.about-us .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: 1.45;
}
.about-us .rt {
  width: 48.9583333%;
}
.about-us .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.110756%;
}
.about-us .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-advantage {
  margin-bottom: 4.1667%;
}
.our-advantage .title {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #333;
  text-align: center;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 2.7778%;
}
.our-advantage .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-advantage .wrapper .block {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #E8F2FF;
  width: 31.944444%;
  padding: 2.77778% 2.08333%;
  border-radius: 10px;
  gap: 1em;
}
.our-advantage .wrapper .block h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #1D2089;
  font-weight: 700;
  line-height: 1.45;
}
.our-advantage .wrapper .block .picture {
  width: 43.25%;
}
.our-advantage .wrapper .block .picture .pic {
  position: relative;
  width: 100%;
}
.our-advantage .wrapper .block .picture .pic img {
  width: 100%;
  object-fit: scale-down;
}
.our-advantage .wrapper .block:hover .picture .pic img {
  animation: swing 1s;
}
.system-application {
  margin: 4.1667% 0;
}
.system-application .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.system-application .wrapper .block {
  width: 32.0833333%;
  background-color: #f2f2f2;
}
.system-application .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 62.121212%;
}
.system-application .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.system-application .wrapper .block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  padding: 0.9em 1.7em;
}
.system-application .wrapper .block .title h4 {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
  flex: 1;
}
.system-application .wrapper .block .title i {
  color: #fff;
  width: 3.4375em;
  height: 3.4375em;
  background-color: #d3d3d3;
  font-size: clamp(12px, 1vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.system-application .wrapper .block:hover .pic img {
  scale: 1.05;
}
.system-application .wrapper .block:hover .title h4 {
  color: #08A4D5;
}
.system-application .wrapper .block:hover .title i {
  background-color: #08A4D5;
}
.news-detail {
  margin: 4.1667% 0;
}
.news-detail .title {
  text-align: center;
  margin-bottom: 4%;
}
.news-detail .title h3 {
  font-size: clamp(18px, 2.0833333vw, 40px);
  line-height: 1.45;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.25em;
}
.news-detail .title h4 {
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #1D2089;
  font-weight: 700;
  line-height: 1.45;
}
.news-detail .title h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  line-height: 1.45;
  margin-top: 1em;
}
.news-detail .title h5 i {
  color: #08A4D5;
  margin-right: 0.5em;
}
.news-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
}
.news-detail article ol {
  list-style: decimal;
}
.news-detail article ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.news-detail article ul {
  list-style: disc;
}
.news-detail article ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.news-detail article ul li::marker {
  font-size: 0.5em;
}
.news-detail article img {
  margin: 1em 0;
}
.news-detail article h4 {
  font-size: 1.125em;
  font-weight: 700;
}
.news-detail article h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.news-detail article h2 {
  font-size: 2em;
  font-weight: 700;
}
.news-detail article h1 {
  font-size: 3em;
  font-weight: 700;
}
.news-detail article b,
.news-detail article strong {
  font-weight: 700;
}
.news-detail article table {
	max-width: 100%;
}
.news-detail article table tr td {
	font-size: clamp(10px, 1vw, 14px);
	padding: 0.5em 0.25em;
	line-height: 1.45;
}
.article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6.666667%;
}
.article-tab p {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  margin-bottom: 1em;
}
.article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #08A4D5;
}
.news-list {
  margin: 4.16667% 0;
}
.news-list .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news-list .index-title ul {
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 1.111111em;
}
.news-list .index-title ul li a {
  color: #333;
  display: block;
  text-align: center;
  min-width: 7.6666667em;
  line-height: 1.45;
  padding: 0.666667em 1em;
  border-radius: 4px;
  background-color: #f2f2f2;
  transition: all 0.5s;
}
.news-list .index-title ul li a:hover {
  color: #08A4D5;
}
.news-list .index-title ul .active a {
  background-color: #08A4D5;
  color: #fff !important;
}
.news-list .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5%;
}
.news-list .block .lt {
  width: 30.625%;
}
.news-list .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.2244898%;
  border-radius: 10px;
}
.news-list .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s;
}
.news-list .block .rt {
  width: 60.625%;
  padding: 1.3888889% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list .block .rt .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.45;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
}
.news-list .block .rt .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.75em;
}
.news-list .block .rt .title a {
  color: inherit;
}
.news-list .block .rt .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.375;
  font-size: clamp(12px, 1vw, 16px);
}
.news-list .block .rt .more span {
  color: #95A1BB;
}
.news-list .block .rt .more a {
  color: #666;
  transition: all 0.5s;
}
.news-list .block:hover .lt .pic img {
  scale: 1.05;
}
.news-list .block:hover .rt .title h4 {
  color: #1D2089;
}
.news-list .block:hover .rt .more a {
  color: #08A4D5;
}
.contact-us {
  margin: 4.1667% 0 0;
}
.contact-us .index-title {
  margin-bottom: 5.5556%;
}
.contact-us .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us .wrapper .block {
  width: 23.958333%;
  background-color: #f2f2f2;
  border-radius: 0.4166667em;
  font-size: clamp(14px, 1.25vw, 24px);
  margin-bottom: 2.75em;
  padding: 0 0.5em 1em;
}
.contact-us .wrapper .block:nth-child(5),
.contact-us .wrapper .block:nth-child(6) {
  width: 49.3055556%;
}
.contact-us .wrapper .block:nth-child(6) .icon {
  margin-bottom: 0;
}
.contact-us .wrapper .block .icon {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #08A4D5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1.5em auto 1em;
}
.contact-us .wrapper .block .icon img {
  width: 50%;
  height: 50%;
  object-fit: scale-down;
}
.contact-us .wrapper .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #1D2089;
  text-align: center;
  line-height: 1.45;
}
.contact-us .wrapper .block h4 {
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.contact-us .wrapper .block .ewm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em 2.75em;
}
.contact-us .wrapper .block .ewm img {
  width: clamp(100px, 5.8333333vw, 112px);
}
.contact-us .wrapper .block .ewm h4 {
  text-align: left;
}
.contact-us .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(300px, 28.6458333vw, 550px);
}
.contact-us .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.solution-list {
  margin: 4.1667% 0 3.125%;
}
.solution-list .title {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.45;
  gap: 10px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.5416667em;
  margin-bottom: 0.458333em;
}
.solution-list .title span {
  color: #1D2089;
  font-weight: 700;
}
.solution-list .title span:nth-child(1) {
  width: 19.722222%;
}
.solution-list .title span:nth-child(2) {
  width: 24.5833333%;
}
.solution-list .title span:nth-child(3) {
  width: 54.3055555%;
}
.solution-list .list .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  font-size: clamp(10px, 1vw, 14px);
  margin-bottom: 0.857143em;
	padding-bottom: 0.857143em;
}
.solution-list .list .block h4 {
  width: 19.722222%;
  font-size: clamp(12px, 1.05vw, 16px);
  color: #333;
  font-weight: 700;
	line-height: 1.45;
}
.solution-list .list .block h4 i {
  color: #666;
  margin-left: 1.4em;
  font-size: 10px;
  transition: all 0.5s;
}
.solution-list .list .block h4 a {
  color: inherit;
}
.solution-list .list .block ul {
  width: 79.5833333%;
  font-size: clamp(10px, 1vw, 14px);
  color: #333;
  line-height: 1.45;
}
.solution-list .list .block ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7857143em;
}
.solution-list .list .block ul li:last-child {
	margin-bottom: 0;
}
.solution-list .list .block ul li span:nth-child(1) {
  width: 30.89005236%;
}
.solution-list .list .block ul li span:nth-child(2) {
  width: 68.2373473%;
}
.solution-list .list .block:hover h4 {
  color: #08A4D5;
}
.solution-list .list .block:hover h4 i {
  color: #08A4D5;
}
.solution-detail .section-title {
  background-color: #f2f2f2;
  width: 100%;
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  line-height: 2.65;
  margin-bottom: 2.77778%;
}
.solution-detail .section-title span {
  display: inline-block;
  background-color: #08A4D5;
  padding: 0;
  text-align: center;
  padding: 0 1.5em;
  min-width: 10.15em;
  font-weight: 700;
}
.solution-share .title h3 {
  color: #1D2089;
}
.solution-share article {
  border-top: 1px solid #d8d8d8;
  padding-top: 1.25em;
}
.solution-share article h1,
.solution-share article h2,
.solution-share article h3,
.solution-share article h4 {
  color: #1D2089;
}
