@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 {
  -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: 1200px;
  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 .mycontainer {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 33.333333%;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, 1.2vw, 20px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.5s;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 0.3em;
  background-color: #055AAF;
  border-radius: 0.15em;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  text-transform: uppercase;
}
header .lv1 > li:hover {
  color: #055AAF;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 1.5em);
  visibility: visible;
}
header .lv1 > .active {
  color: #055AAF;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(10% + 2em));
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 6, 26, 0.19);
  visibility: hidden;
  opacity: 0;
  font-size: clamp(13px, 1vw, 16px);
  padding: 0.625em 0;
}
header .lv2::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 0.625em solid transparent;
  border-top: 0;
  border-bottom: 0.75em solid #fff;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #055AAF;
  line-height: 1.45;
  font-weight: 300;
  padding: 0.21875em 2.25em;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  background-color: #f2f2f2;
}
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: 8.333333%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  font-size: 22px;
  padding: 0 14px;
  line-height: 40px;
  background-color: #edf5fb;
  margin: 5px 8px;
  color: #5f5f5f;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #055AAF;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #055AAF;
}
.pagination .btn {
  margin: 0 29px;
}
.pagination .btn a {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.3);
  font-weight: 700;
}
.pagination .btn i {
  margin: 0 20px;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #dcdcdc !important;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  scale: 1.1;
}
.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: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.75em;
  height: 0.75em;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #055AAF;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.25em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #055AAF;
}
.index-title {
  text-align: center;
  margin-bottom: 2.5%;
}
.index-title h3 {
  font-size: clamp(20px, 2.60416667vw, 50px);
  color: #383838;
  font-weight: 700;
  position: relative;
  line-height: 1.45;
  z-index: 1;
}
.index-title h3 span {
  color: #055AAF;
}
.index-title h5 {
  font-size: clamp(12px, 1.5625vw, 30px);
  color: #383838;
  line-height: 1.45;
}
.index-about .mycontainer {
  margin: 1.5625% auto 0;
  padding: 3.125% 0 1.5625%;
  background: url(../images/index-about-bg.png) no-repeat;
  background-position: right top;
  background-size: auto;
}
.index-about .intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-about .intro .lt {
  width: 55%;
}
.index-about .intro .lt .title {
  font-size: clamp(18px, 1.4583333vw, 28px);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.75em;
  color: #383838;
}
.index-about .intro .lt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #383838;
  line-height: 1.6;
  font-weight: 300;
}
.index-about .intro .rt {
  width: 40%;
  text-align: right;
}
.index-about .intro .rt h3 {
  font-size: clamp(16px, 1.3541667vw, 26px);
  color: #383838;
  line-height: 1.45;
}
.index-about .intro .rt h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #6B6B6B;
}
.index-about .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4.166667%;
}
.index-about .info .data {
  width: 46.0833333%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .info .data .block {
  width: 43.0379747%;
  border-bottom: 1px solid #E5E5E5;
  font-size: clamp(12px, 1.2vw, 20px);
  padding-bottom: 0.6em;
  margin-bottom: 1.2em;
}
.index-about .info .data .block:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.index-about .info .data .block h2 {
  font-size: clamp(12px, 1.3541667vw, 26px);
  color: #055AAF;
  line-height: 1.45;
}
.index-about .info .data .block h2 span {
  font-size: clamp(18px, 2.60416667vw, 50px);
  font-weight: 700;
}
.index-about .info .data .block h5 {
  line-height: 1.45;
  color: #808080;
}
.index-about .info .vision {
  width: 43.41666667%;
}
.index-about .info .vision .block {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.5625vw, 30px);
  padding-bottom: 0.4em;
  margin-bottom: 1.3333em;
  border-bottom: 1px solid #E5E5E5;
}
.index-about .info .vision .block:last-child {
  margin-bottom: 0;
}
.index-about .info .vision .block .text {
  flex: 1;
  text-align: right;
  margin-right: 0.3333em;
}
.index-about .info .vision .block .text h4 {
  color: #055AAF;
  font-weight: 700;
  line-height: 1.45;
}
.index-about .info .vision .block .text h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 1.45;
  color: #808080;
}
.index-about .info .vision .block .icon {
  width: 2.6em;
  height: 2.6em;
}
.index-about .info .vision .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-about .more {
  margin-top: 4.16667%;
}
.index-about .more a {
  line-height: 1.45;
  font-size: clamp(14px, 1.1vw, 18px);
  color: transparent;
  background: linear-gradient(90deg, #0C54A6 0%, #86E7FC 6.25em, #0C54A6);
  -webkit-background-clip: text;
  background-size: 100% auto;
  transition: all 0.5s;
}
.index-about .more a:hover {
  background-size: 1em auto;
}
.index-app {
  background: url(../images/index-app-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 3.125% 0 1.875%;
}
.index-app .index-title {
  text-align: left;
}
.index-app .index-title h3 {
  color: rgba(255, 255, 255, 0.47);
}
.index-app .index-title h5 {
  color: #fff;
}
.index-app .wrapper {
  background-color: #fff;
  box-shadow: 20px 20px 45px -12px rgba(0, 0, 0, 0.2), 0px 4px 0px #076bdd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.index-app .wrapper .lt {
  width: 71.75%;
  background-color: #fff;
  padding: 2.5%;
}
.index-app .wrapper .lt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 78.15231%;
}
.index-app .wrapper .lt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-app .wrapper .lt .swiper .pic .mask {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
  padding: 0.6em 1.333333em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)) no-repeat;
  background-position: 0 3.2em;
}
.index-app .wrapper .lt .swiper .pic:hover img {
  scale: 1.05;
}
.index-app .wrapper .lt .swiper .pic:hover .mask {
  background-position: 0 0;
}
.index-app .wrapper .rt {
  width: 28.25%;
  display: flex;
  flex-direction: column;
}
.index-app .wrapper .rt .block {
  flex: 1;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.1vw, 18px);
  background-color: #EEF5FF;
  padding: 0.5em 1em 0.5em 2em;
  transition: all 0.5s;
  cursor: pointer;
}
.index-app .wrapper .rt .block img {
  width: 3.6666667em;
  height: 3.6666667em;
  object-fit: scale-down;
}
.index-app .wrapper .rt .block h4 {
  flex: 1;
  margin-left: 0.8889em;
  line-height: 1.5556;
  color: #383838;
}
.index-app .wrapper .rt .active {
  background-color: #055AAF;
}
.index-app .wrapper .rt .active h4 {
  color: #fff;
}
.index-prod {
  margin: 2%;
}
.index-prod .index-title {
  background: url(../images/prod-title-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 2.083333% 0 3.333333%;
  margin-bottom: 1.875%;
}
.index-prod .index-title h3 {
  color: rgba(255, 255, 255, 0.47);
}
.index-prod .index-title h5 {
  color: #fff;
}
.index-prod .wrapper .block {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  margin-bottom: 1.75%;
}
.index-prod .wrapper .block .lt {
  width: 33.333333%;
}
.index-prod .wrapper .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 91%;
  border: 1px solid #808080;
  background-color: #fff;
}
.index-prod .wrapper .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .wrapper .block .rt {
  width: 66.666667%;
  align-self: center;
  padding: 2% 16.666667% 2% 7.08333%;
}
.index-prod .wrapper .block .rt h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #000;
  line-height: 1.45;
  margin-bottom: 0.625em;
}
.index-prod .wrapper .block .rt .brief {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
  line-height: 1.45;
}
.index-prod .wrapper .block .rt span {
  display: inline-block;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  padding: 0 1.722222em;
  border-radius: 5px;
  line-height: 2;
  background: linear-gradient(90deg, #055AAF 26.39%, #86E7FC 100%);
  background-position: center center;
  background-size: 100% 100%;
  margin-top: 4.1667vw;
  transition: all 0.5s;
}
.index-prod .wrapper .block .rt span:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.index-prod .wrapper .block:hover .lt .pic img {
  scale: 1.05;
}
.index-prod .wrapper .block:hover .rt span {
  background-size: 150% 100%;
}
.index-prod .wrapper .block:nth-child(even) {
  flex-direction: row-reverse;
}
.index-prod .wrapper .block:nth-child(even) .rt {
  padding: 2% 7.08333% 1 2% 6.666667%;
  text-align: right;
}
.index-adv {
  position: relative;
  overflow: hidden;
  padding: 2.083333% 0 4.84375%;
  background: linear-gradient(0deg, #FFFFFF 0%, #EEF5FF 100%);
}
.index-adv .index-title {
  text-align: left;
}
.index-adv .index-title h3 span {
  font-size: 1.2em;
}
.index-adv .mycontainer {
  position: relative;
}
.index-adv .mycontainer::after {
  position: absolute;
  display: block;
  content: "";
  width: 20.833333vw;
  height: 20.833333vw;
  border-radius: 50%;
  background-color: #B6D9FC;
  right: 0;
  bottom: 0;
  transform: translate(30%, 20%);
}
.index-adv .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.index-adv .wrapper .block {
  position: relative;
  overflow: hidden;
  width: 23.75%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: #f5f5f5;
}
.index-adv .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70.1754386%;
  border-radius: 15px;
  z-index: 1;
}
.index-adv .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-adv .wrapper .block .title {
  position: relative;
  overflow: hidden;
  width: 100%;
  flex: 1;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.6em 1em 0.85em;
}
.index-adv .wrapper .block .title h4 {
  position: relative;
  z-index: 1;
  color: #000;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.index-adv .wrapper .block .title p {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #000;
  font-weight: 200;
  line-height: 1.45;
}
.index-adv .wrapper .block .title i {
  position: relative;
  z-index: 1;
  color: transparent;
  background: linear-gradient(270deg, #0C54A6 0%, #86E7FC 100%);
  -webkit-background-clip: text;
  margin-top: 0.7em;
  transition: all 0.5s;
  background-size: 100% 100%;
}
.index-adv .wrapper .block:nth-child(even) {
  flex-direction: column-reverse;
}
.index-adv .wrapper .block::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(90deg, #055AAF 0%, #86E7FC 100%);
  transition: all 0.5s;
  opacity: 0;
}
.index-adv .wrapper .block:hover .title h4,
.index-adv .wrapper .block:hover .title p {
  color: #fff;
}
.index-adv .wrapper .block:hover .title i {
  background: #fff;
  -webkit-background-clip: text;
}
.index-adv .wrapper .block:hover::after {
  opacity: 1;
}
.index-news {
  margin: 1.25% 0 2.08333%;
}
.index-news .index-title {
  text-align: left;
}
.index-news .index-title h5 {
  color: #055AAF;
}
.index-news .wrapper {
  display: grid;
  grid-template-columns: 1.8013245fr 1fr 1fr;
  gap: 26px;
}
.index-news .wrapper .block {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.index-news .wrapper .block:first-child {
  grid-row: 1 / 3;
}
.index-news .wrapper .block:first-child .title {
  padding: 1.5em 1.75em 2.25em;
}
.index-news .wrapper .block:first-child .title h4 {
  height: 1.45em;
  -webkit-line-clamp: 1;
}
.index-news .wrapper .block:first-child .title span {
  color: transparent;
  background: linear-gradient(90deg, #0C54A6 0%, #86E7FC 4.25em, #0C54A6);
  -webkit-background-clip: text;
  float: none;
  background-size: 100% auto;
  transition: all 0.5s;
  margin-top: 0.5em;
}
.index-news .wrapper .block:first-child .title span:hover {
  background-size: 1em auto;
}
.index-news .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50.73529412%;
  border-radius: 14px;
}
.index-news .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .block .title {
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 2.5em 1.5em 1.35em;
  position: relative;
  overflow: hidden;
}
.index-news .wrapper .block .title h5 {
  display: flex;
  justify-content: space-between;
  color: #383838;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.45;
}
.index-news .wrapper .block .title h5 em {
  font-weight: 300;
}
.index-news .wrapper .block .title h4 {
  color: #383838;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.35em;
  margin: 1.3em 0 0.5em;
}
.index-news .wrapper .block .title p {
  font-size: clamp(12px, 1.05vw, 16px);
  color: #808080;
  line-height: 1.45;
  height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 300;
}
.index-news .wrapper .block .title span {
  display: inline-block;
  font-size: clamp(12px, 1.05vw, 16px);
  font-weight: 500;
  line-height: 1.45;
  color: transparent;
  background: linear-gradient(270deg, #0C54A6 0%, #86E7FC 100%);
  -webkit-background-clip: text;
  background-size: 100% auto;
  float: right;
  transition: all 0.5s;
}
.index-news .wrapper .block .title span:hover {
  background-size: 1em auto;
}
.index-news .wrapper .block .title span i {
  font-size: 1.2em;
}
.index-news .wrapper .block:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .block:hover .title h4 {
  color: #055AAF;
}
footer {
  background-color: #FAFAFA;
}
footer .footer-top {
  padding: 2.0833% 0 1.5625%;
}
footer .footer-top section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top .section1 .logo {
  width: 33.3333%;
}
footer .footer-top .section1 .logo img {
  margin-bottom: 2.083333vw;
}
footer .footer-top .section1 .logo h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #000;
  line-height: 1.45;
}
footer .footer-top .section1 .logo h4 {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
}
footer .footer-top .section1 nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 61.66667%;
}
footer .footer-top .section1 nav .block:nth-child(3) ul {
  gap: 0 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer .footer-top .section1 nav h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #000;
  margin-bottom: 0.5em;
}
footer .footer-top .section1 nav ul {
  font-size: clamp(14px, 1.1vw, 18px);
}
footer .footer-top .section1 nav ul li {
  color: #383838;
  font-weight: 300;
  line-height: 2;
}
footer .footer-top .section1 nav ul li a {
  color: inherit;
}
footer .footer-top .section1 nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .section2 {
  justify-content: flex-start;
  padding-top: 2.083333%;
  border-top: 1px solid #E5E5E5;
  margin-top: 2.916667%;
}
footer .footer-top .section2 address {
  width: 51.25%;
  margin-right: 20%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #383838;
  line-height: 1.45;
  margin-bottom: 0.55em;
  font-weight: 300;
}
footer .footer-top .section2 address p {
  min-width: 48%;
}
footer .footer-top .section2 .ewm {
  font-size: 12px;
  text-align: center;
}
footer .footer-top .section2 .ewm img {
  width: 110px;
  height: 110px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
}
footer .footer-top .section2 .ewm h5 {
  color: #808080;
  margin-top: 0.5em;
}
footer .footer-bt {
  border-top: 1px solid #808080;
  padding: 1% 0;
  text-align: center;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
  line-height: 1.45;
  font-weight: 300;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
* p {
	margin-bottom: 0;
}
* ul {
	margin-bottom: 0;
}
