@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);
  margin: 0 auto;
}
body {
  overflow: visible;
}
html {
  scroll-behavior: smooth;
  overflow-y: 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%;
  z-index: 99;
  background-color: #fff;
  transition: all 0.5s;
}
header .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .logo {
  width: 16.666667%;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: clamp(14px, 1vw, 18px);
  transition: all 0.5s;
  line-height: 1.45;
}
header .lv1 > li > a {
  position: relative;
  color: inherit;
  padding: 4px;
}
header .lv1 > li:hover {
  color: #0E62C2;
}
header .lv1 > li:hover > a::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  color: #0E62C2;
}
header .lv1 > .active > a {
  font-weight: 700;
}
header .lv1 > .active > a::after {
  width: 100%;
}
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(13px, 1vw, 16px);
  color: #333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  padding: 0.625em 0;
}
header .lv2 > li {
  position: relative;
  line-height: 3.0625;
  font-weight: 400;
}
header .lv2 > li:last-child {
  margin-bottom: 0;
}
header .lv2 > li > a {
  display: block;
  text-align: center;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 11.875em;
  padding: 0 1em;
  transition: all 0.5s;
}
header .lv2 > li:hover > a {
  color: #fff;
  background-color: #0E62C2;
  font-weight: 700;
}
header .lv3 {
  font-size: inherit;
  position: absolute;
  font-size: clamp(12px, 1vw, 14px);
  width: 18.142857em;
  padding: 0.5em 0.857143em 1.57143em;
  top: 0;
  left: 100%;
  transform: translate(-10%, 0);
  transition: all 0.5s;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .lv3 .swiper {
  margin-bottom: 0.7857143em;
}
header .lv3 .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.3913%;
  border-radius: 6px;
}
header .lv3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
header .lv3 ul li {
  max-width: 49%;
  min-width: 34%;
  margin-bottom: 0.642857em;
  color: #333;
}
header .lv3 ul li a {
  color: inherit;
  transition: all 0.5s;
}
header .lv3 ul li a:hover {
  color: #0E62C2;
}
header .lv3 .more {
  color: #033692;
  font-size: 14px;
  margin-top: 0.5em;
}
header .search-lang {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 0.4em;
  margin-left: 3.611111%;
}
header .search-lang .search-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: all 0.5s;
}
header .search-lang .search-icon img {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0;
  object-fit: contain;
  transition: all 0.5s;
}
header .search-lang .header-search-on {
  background-color: #0E62C2 !important;
}
header .search-lang .header-search-on img {
  filter: contrast(0) brightness(200%) !important;
}
header .search-lang .lang-icon {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.4em;
}
header .search-lang .lang-icon img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  margin-right: 0.15em;
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
}
header .search-lang .lang-icon .tip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  background-color: #fff;
  color: #333;
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
  line-height: 1.45;
  min-width: 120px;
  padding: 0.5em;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
header .search-lang .lang-icon .tip p {
  padding: 0.25em 1em;
}
header .search-lang .lang-icon .tip a {
  color: inherit;
  transition: all 0.5s;
}
header .search-lang .lang-icon .tip a:hover {
  color: #0E62C2;
}
header .search-lang .lang-icon:hover .tip {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}
header .search-lang em {
  display: block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  transition: all 0.5s;
}
header .tel {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.1vw, 18px);
  color: #0E62C2;
  font-weight: 700;
  margin-left: 4.166667%;
  transition: all 0.5s;
}
header .tel img {
  width: 2.11111111em;
  height: 2.11111111em;
  margin-right: 1.277778em;
  object-fit: scale-down;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}
header .link {
  margin-left: 2.65957%;
}
header nav {
  flex: 1;
  margin-left: 7.1527778%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header-search-form {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  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 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: #0E62C2;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-left: 0;
  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: #0E62C2;
  border-color: #0E62C2;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
.header-active {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 > li:hover {
  color: #0E62C2;
}
.header-active .lv1 > li:hover > a::after {
  width: 100%;
  background-color: #0E62C2;
}
.header-active .lv1 > .active {
  color: #0E62C2;
}
.header-active .lv1 > .active > a::after {
  background-color: #0E62C2;
}
.header-active .search-lang .search-icon img,
.header-active .search-lang .lang-icon img {
  filter: contrast(1) brightness(100%);
}
.header-active .search-lang em {
  background-color: #0E62C2;
}
.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 #dedede;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  color: #a6a6a6;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #1D2088;
  border-color: transparent;
}
.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: #1D2088;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.index-banner {
  position: relative;
  background-color: #000;
}
.index-banner .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: scale 2.5s, opacity 0.5s;
  scale: 1.2;
  opacity: 0;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active .banner-text h4 {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0s;
}
.index-banner .swiper .swiper-slide-active .banner-text h3 {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.15s;
}
.index-banner .swiper .swiper-slide-active .banner-text h5 {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.3s;
}
.index-banner .swiper .swiper-slide-active .banner-text .link {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}
.index-banner .banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  line-height: 1.45;
}
.index-banner .banner-text h4 {
  font-size: clamp(14px, 1.5625vw, 30px);
  font-weight: 500;
  color: #0E62C2;
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0s;
  margin-bottom: 0.5em;
}
.index-banner .banner-text h3 {
  font-size: clamp(16px, 3.333333vw, 64px);
  color: #fff;
  font-weight: 700;
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0s;
  margin-bottom: 0.421875em;
}
.index-banner .banner-text h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #fff;
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0s;
}
.index-banner .banner-text .link {
  color: #fff;
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0s;
  margin-top: 4.0625%;
}
.index-banner .banner-text .link a {
  margin-right: 2em;
}
.index-banner .swiper-pagination {
  font-size: clamp(10px, 1.2vw, 20px);
  bottom: 5.208333%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.15em;
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0E62C2;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(14px, 3.125vw, 60px);
  color: #fff;
  width: 1em;
  height: 1em;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-banner .swiper-button-prev:active,
.index-banner .swiper-button-next:active {
  color: #0E62C2;
}
.index-title {
  margin-bottom: 4.1667%;
  line-height: 1.45;
}
.index-title h3 {
  position: relative;
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #3d3d3d;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-shadow: 0px 0.2em 0.05em rgba(0, 0, 0, 0.15);
}
.index-title h3 span {
  color: #0E62C2;
}
.index-title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #a2a2a2;
}
.index-prod {
  position: relative;
  overflow: hidden;
  padding: 4.1667% 0;
  background: linear-gradient(0deg, #0E62C2 31.21761658%, transparent 31.21761658%);
}
.index-prod .index-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.index-prod .index-title .rt {
  display: flex;
  align-items: center;
}
.index-prod .index-title .rt ul {
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
}
.index-prod .index-title .rt ul li {
  cursor: pointer;
  color: #3d3d3d;
  line-height: 1.45;
  margin-right: 4.8889em;
  transition: all 0.5s;
}
.index-prod .index-title .rt ul .active {
  font-weight: 500;
  color: #0E62C2;
}
.index-prod .swiper {
  display: none;
}
.index-prod .swiper:first-child {
  display: block;
}
.index-prod .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 96.8523%;
}
.index-prod .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.45;
  margin-top: 0.611111em;
}
.index-prod .swiper .swiper-slide .title h4 {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  flex: 1;
  margin-right: 0.5em;
}
.index-prod .swiper .swiper-slide .title i {
  font-size: clamp(12px, 1vw, 14px);
  width: 2.85714286em;
  height: 2.85714286em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3a3a3a;
  background-color: #fff;
  border-radius: 50%;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-more {
  font-size: clamp(12px, 1vw, 14px);
  color: #0E62C2;
  text-align: center;
  display: inline-block;
  min-width: 12.642857em;
  padding: 0 1em;
  line-height: 2.857143;
  border-radius: 2em;
  background-color: #EEF2FB;
  transition: all 0.5s;
}
.index-more:hover {
  color: #fff;
  background-color: #0E62C2;
}
.index-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 4.1667%;
}
.index-about .lt {
  position: relative;
  z-index: 1;
  width: 46.875%;
}
.index-about .lt .intro {
  padding: 0 0 6.666667% 26.666667%;
}
.index-about .lt .intro .index-title {
  margin-bottom: 3.125vw;
}
.index-about .lt .intro .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #6d6c6c;
  line-height: 2.3125;
}
.index-about .lt .intro .index-more {
  margin-top: 3.125vw;
}
.index-about .lt .data {
  position: relative;
  width: 145.222222%;
  display: flex;
  justify-content: space-between;
  padding: 8.888889% 49.111111% 7% 26.666667%;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
}
.index-about .lt .data .block {
  line-height: 1.45;
  color: #fff;
}
.index-about .lt .data .block h3 {
  font-size: clamp(12px, 1.2vw, 20px);
}
.index-about .lt .data .block h3 span {
  font-size: clamp(14px, 2.083333vw, 40px);
  font-weight: 700;
}
.index-about .lt .data .block h5 {
  font-size: 12px;
  width: 6em;
}
.index-about .lt .data .tip {
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(12px, 1vw, 16px);
  color: #3d3d3d;
  background-color: #fff;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 1em;
  line-height: 1.45;
  min-width: 17.4375em;
  min-height: 4.625em;
}
.index-about .lt .data .tip img {
  width: 2.125em;
  height: 2.125em;
  object-fit: scale-down;
  margin-right: 0.8125em;
}
.index-about .rt {
  width: 46.458333%;
  margin-top: 4.0625%;
}
.index-app {
  position: relative;
  overflow: hidden;
}
.index-app .bg-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-app .bg-wrapper img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}
.index-app .bg-wrapper .show {
  opacity: 1;
}
.index-app .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-app .mycontainer .index-title {
  width: 50%;
  margin-top: 4.1667%;
}
.index-app .mycontainer .index-title h3 span {
  color: #fff;
}
.index-app .mycontainer .index-title h5 {
  color: #fff;
}
.index-app .mycontainer .text {
  width: 47.569444%;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
}
.index-app .mycontainer .text .block {
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 18em;
}
.index-app .mycontainer .text .block .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.index-app .mycontainer .text .block .title img {
  width: 3em;
  height: 3em;
  object-fit: scale-down;
  margin-bottom: 0.9em;
}
.index-app .mycontainer .text .block .title h4 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.65em;
}
.index-app .mycontainer .text .block .title h5 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.857143;
}
.index-app .mycontainer .text .block .mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  background-color: rgba(14, 98, 194, 0.6);
  width: 100%;
  height: 100%;
  padding: 1em 2em;
  opacity: 0;
  transition: all 0.5s;
}
.index-app .mycontainer .text .block .mask img {
  width: 3em;
  height: 3em;
  object-fit: scale-down;
  margin-bottom: 1.25em;
}
.index-app .mycontainer .text .block .mask h4 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.75em;
}
.index-app .mycontainer .text .block .mask .brief {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.857143;
}
.index-app .mycontainer .text .block .active .title {
  opacity: 0;
}
.index-app .mycontainer .text .block .active .mask {
  opacity: 1;
}
.index-app .mycontainer .text .active .title {
  opacity: 0;
}
.index-app .mycontainer .text .active .mask {
  opacity: 1;
}
.index-news {
  padding: 4.1667% 0;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 58.5416667%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt .block {
  position: relative;
  width: 48.5172005%;
}
.index-news .wrapper .lt .block .title {
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 2.85em 2.55em 2.2em 1.65em;
  border: 1px solid #bababa;
  line-height: 1.5;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #3d3d3d;
  margin-bottom: 0.6875em;
}
.index-news .wrapper .lt .block .title h4 {
  color: #3d3d3d;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  margin-bottom: 2em;
}
.index-news .wrapper .lt .block .title p {
  color: #3d3d3d;
  font-size: clamp(12px, 1vw, 16px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
 
  height: 3em;
  margin-bottom: 10.25em;
}
.index-news .wrapper .lt .block .title span {
  display: block;
  color: #3d3d3d;
  font-size: clamp(12px, 1vw, 16px);
  text-align: right;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
.index-news .wrapper .lt .block .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .wrapper .lt .block:hover .title {
  border-color: transparent;
}
.index-news .wrapper .lt .block:hover .title h5,
.index-news .wrapper .lt .block:hover .title h4,
.index-news .wrapper .lt .block:hover .title p,
.index-news .wrapper .lt .block:hover .title span {
  color: #fff;
}
.index-news .wrapper .lt .block:hover .pic {
  opacity: 1;
}
.index-news .wrapper .rt {
  width: 39.722222%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .wrapper .rt .block {
  font-size: clamp(14px, 1.2vw, 20px);
  border: 1px solid #bababa;
  padding: 1.65em 1.6em 2em 1.65em;
  line-height: 1.5;
}
.index-news .wrapper .rt .block h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #3d3d3d;
  margin-bottom: 0.6875em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .wrapper .rt .block h5 span {
  transition: all 0.5s;
}
.index-news .wrapper .rt .block h4 {
  color: #3d3d3d;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  margin-bottom: 0.5em;
}
.index-news .wrapper .rt .block p {
  color: #3d3d3d;
  font-size: clamp(12px, 1vw, 16px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.index-news .wrapper .rt .block:hover h5 span {
  color: #0E62C2;
}
.index-news .wrapper .rt .block:hover h4 {
  color: #0E62C2;
}
footer {
  background-color: #323232;
}
footer .footer-top {
  padding: 4.6875% 0;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.875;
}
footer .footer-top .info {
  width: 29.444444%;
  border-right: 1px solid #d8d8d8;
  padding-right: 3%;
}
footer .footer-top .info .logo img {
  filter: contrast(0) brightness(200%);
}
footer .footer-top .info address {
  margin-top: 1.875em;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.875;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.25em;
}
footer .footer-top nav {
  width: 29.444444%;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .ewm {
  max-width: 29.444444%;
}
footer .footer-top .ewm .block {
  text-align: center;
}
footer .footer-top .ewm .block img {
  width: 7.5em;
  height: 7.5em;
  object-fit: scale-down;
  margin-bottom: 1.5em;
}
footer .footer-bt {
  border-top: 1px solid #d8d8d8;
  padding: 0.5703125% 0;
}
footer .footer-bt .mycontainer {
  text-align: center;
  line-height: 1.45;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
}
footer .footer-bt .mycontainer a {
  color: inherit;
}
footer .footer-bt .mycontainer a:hover {
  text-decoration: underline !important;
}
