@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-Condensed: 'Roboto Condensed', 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';
  --exCondensed: 'Fira Sans Extra Condensed', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
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: 88px;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
}
header .mycontainer .logo {
  width: 27.08333333%;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(16px, 1.1627907vw, 20px);
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li a {
  display: block;
  color: #000;
  transition: all 0.5s;
  text-transform: uppercase;
  line-height: 58px;
  text-align: center;
}
header .lv1 > li:last-child::before {
  display: none;
}
header .lv1 > li:hover > a {
  color: #0e62c2;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  color: #fff;
  margin-right: 5%;
}
header .lv1 .lang img {
  margin-right: 9px;
}
header .lv1 .lang a {
  padding: 0;
  background-color: transparent !important;
}
header .lv1 .lang a:hover {
  text-decoration: underline !important;
}
header .lv1 .lang .on {
  color: #fff;
  font-weight: 700;
}
header .lv1 > .active a {
  color: #0e62c2;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  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: 16px;
  color: #fff;
}
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.66667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search form {
  position: relative;
}
header .search form input {
  width: 214px;
  height: 30px;
  border-radius: 15px;
  outline: none;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 35px 0 14px;
  transition: all 0.5s;
}
header .search form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .search form button {
  position: absolute;
  outline: none;
  border: 0;
  background-color: transparent;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.5s;
}
.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;
  margin-top: 2%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #1f61be;
  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: #1f61be;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #1f61be;
  border-color: transparent;
}
.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-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 {
  transform: scale(1);
}
.index-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 5s;
}
.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 {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  line-height: 1;
  background-color: #0e62c2;
  transition: all 0.5s;
  margin: 0 3px;
}
.index-banner .swiper-page {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #222;
  font-weight: 700;
  position: relative;
}
.index-title h3 span {
  color: #0e62c2;
}
.index-title em {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 2px auto 11px;
}
.index-title em::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #0e62c2;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.index-title h4 {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
.index-title h4::before,
.index-title h4::after {
  display: inline-block;
  content: "";
  position: relative;
  width: 5em;
  height: 0.9333333em;
  background: url(../images/index-title-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.6em;
}
.index-title h4::after {
  transform: rotateY(180deg);
}
.index-title h5 {
  font-size: clamp(12px, 1.14583333vw, 22px);
  color: #666;
  line-height: 1.4;
}
.index-title h6 {
  font-size: clamp(12px, 1.04166667vw, 20px);
  color: #777;
  text-transform: uppercase;
  font-family: var(--Noto-Serif-SC);
  line-height: 1.4;
}
.index-title i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.714286%;
}
.index-title i img {
  margin: 0 8px;
}
.index-title i::before,
.index-title i::after {
  content: "";
  display: block;
  width: 5.8333333vw;
  height: 3px;
  background-color: #d5d5d5;
}
.search-banner .mycontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 105px;
  padding: 0.5em 0;
  gap: 1em;
}
.search-banner .mycontainer .lt {
  border-right: 1px solid #e9e9e9;
  padding-right: 13px;
}
.search-banner .mycontainer .lt h4 {
  font-size: clamp(16px, 1.40625vw, 27px);
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  margin-bottom: 0.2em;
}
.search-banner .mycontainer .lt h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  background-color: #0e62c1;
  padding: 0 0.5em;
  line-height: 1.857143;
}
.search-banner .mycontainer .mid {
  flex: 1;
  border-right: 1px solid #e9e9e9;
  padding-right: 13px;
}
.search-banner .mycontainer .mid form {
  display: flex;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.search-banner .mycontainer .mid form input {
  background-color: transparent;
  outline: none;
  font-size: 12px;
  flex: 1;
  height: 35px;
}
.search-banner .mycontainer .mid form button {
  cursor: pointer;
  outline: none;
  background-color: transparent;
}
.search-banner .mycontainer .mid span {
  font-size: 12px;
  color: #222;
  line-height: 1.5;
  display: inline-block;
  margin-top: 0.5em;
}
.search-banner .mycontainer .mid span a {
  color: inherit;
}
.search-banner .mycontainer .mid span a:hover {
  text-decoration: underline !important;
}
.search-banner .mycontainer .rt h6 {
  font-size: 12px;
  color: #525252;
}
.search-banner .mycontainer .rt h3 {
  font-size: clamp(18px, 1.40625vw, 27px);
  font-weight: 700;
  line-height: 1.6;
  color: #0e62c1;
}
.index-serv {
  background-color: #f0f0f0;
  padding: 2% 0 3.5%;
}
.index-serv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .wrapper .block {
  width: 16.1666667%;
  font-size: clamp(12px, 1.2vw, 18px);
}
.index-serv .wrapper .block .icon {
  font-size: 1.388889em;
  background-color: #0e62c1;
  border: 1px solid #0e62c1;
  box-shadow: inset 0 0 0 0.4em #f3f3f3;
  border-radius: 0 1.2em 0 1.2em;
  text-align: center;
  color: #fff;
  padding: 1.2em 0.5em 1.12em;
}
.index-serv .wrapper .block .icon img {
  width: 2.48em;
  height: 2.48em;
  object-fit: scale-down;
}
.index-serv .wrapper .block .brief {
  color: #666;
  margin-top: 1.166667em;
  text-align: justify;
  text-align-last: center;
}
.index-serv .wrapper .block:hover .icon img {
  animation: swing 1s;
}
.index-prod {
  margin: 2% 0 3%;
}
.index-prod .mycontainer {
  max-width: 1616px;
}
.index-prod .tab {
  display: flex;
  flex-wrap: wrap;
  max-width: 1340px;
  margin: 0 auto 2%;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1.11111111%;
  margin-bottom: 2%;
}
.index-prod .tab li {
  background-color: #eee;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  /* min-width: 13.33333%; */
	width: 11.3333%;
  min-height: 2.7em;
  margin-bottom: 1.1111%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  color: #000;
  transition: all 0.5s;
}
.index-prod .tab li a {
  color: inherit;
  display: block;
  line-height: 1.2;
}
.index-prod .tab li:hover {
  background-color: #0e62c2;
  color: #fff;
}
.index-prod .swiper .swiper-slide {
  background-color: #eee;
  padding: 10px 10px 0;
  transition: background-color 0.5s;
}
.index-prod .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 78.021978%;
  background-color: #fff;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.index-prod .swiper .swiper-slide .title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  transition: all 0.5s;
  line-height: 3.3;
  padding: 0 1em;
}
.index-prod .swiper .swiper-slide .title a {
  color: inherit;
}
.index-prod .swiper .swiper-slide:hover {
  background-color: #0e62c2;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}
.index-prod .swiper .swiper-slide:hover .title {
  color: #fff;
}
.index-prod .swiper .swiper-pagination {
  position: relative;
  margin-top: 2%;
  bottom: 0;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(12px, 1.25vw, 23px);
  width: 1em;
  height: 1em;
  background-color: #000;
  margin: 0 0.304348em;
  transition: all 0.5s;
}
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2% 0 3.5%;
}
.index-about .index-title h3 {
  color: #fff;
}
.index-about .index-title h5 {
  color: #fff;
}
.index-about .brief {
  font-size: clamp(14px, 1.2vw, 21px);
  color: #fff;
  text-indent: 2em;
  line-height: 2.33333;
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.index-about .data .block {
  min-width: 15%;
  max-width: 24%;
  background-color: #fff;
  font-size: clamp(18px, 1.875vw, 36px);
  color: #000;
  text-align: center;
  line-height: 1.8;
  border-radius: 0 0.833333em 0 0.833333em;
  padding: 0.9444em 0.5em 0.88889em;
}
.index-about .data .block h5 {
  font-size: clamp(12px, 1.2vw, 22px);
}
.index-about .data .block h3 {
  font-weight: 700;
}
.index-device {
  margin: 2% 0 3%;
}
.index-device .mycontainer {
  max-width: 1224px;
}
.index-device .swiper .swiper-slide {
  background-color: #eee;
}
.index-device .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-device .swiper .swiper-slide:hover .title {
  color: #0e62c1;
}
.index-device .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.1570248%;
}
.index-device .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-device .swiper .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em;
  font-size: clamp(14px, 1.2vw, 18px);
  transition: all 0.5s;
  text-align: center;
}
.index-device .swiper .title a {
  color: inherit;
}
.index-device .more a {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #0e62c1;
  transition: all 0.5s;
  text-align: center;
  width: 10em;
  line-height: 3.42857143;
  margin: 20px auto 0;
}
.index-device .more a:hover {
  color: #fff;
  transform: translateY(-3px);
  filter: brightness(120%);
}
.index-slogan1 {
  position: relative;
  color: #fff;
  text-align: center;
  background: url(../images/index-slogan-pic1.jpg) no-repeat;
  background-size: cover;
  padding: 2.13541667% 0 2.23958333%;
}
.index-slogan1 h2 {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 700;
}
.index-slogan1 h4 {
  font-size: clamp(16px, 10162791vw, 20px);
}
.index-slogan1 h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 300;
}
.index-slogan1::after {
  position: absolute;
  display: block;
  content: "";
  font-size: clamp(14px, 3.22916667vw, 62px);
  border: 1em solid transparent;
  border-bottom: 0;
  border-top: 0.67742em solid #081223;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.index-intro {
  margin: 3.2083333% 0 2.875%;
}
.index-intro .mycontainer {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30%;
}
.index-intro .mycontainer .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40.75%;
}
.index-intro .mycontainer .block {
  width: 32.583333%;
  margin-bottom: 13.916667%;
}
.index-intro .mycontainer .block .title {
  display: inline-block;
  font-size: clamp(18px, 1.458333vw, 28px);
  color: #fff;
  background-color: #000;
  border-radius: 0 0.642857em 0 0.642857em;
  min-width: 7.607143em;
  padding: 0 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.index-intro .mycontainer .block .brief {
  font-size: clamp(14px, 1.27604167vw, 24.5px);
  color: #131313;
  line-height: 1.8;
}
.index-intro .mycontainer .block:nth-of-type(even) {
  text-align: right;
}
.index-intro .mycontainer .block:nth-of-type(n+3) {
  margin-bottom: 0;
}
.index-slogan img {
  display: block;
  width: 100%;
}
.index-honor {
  margin: 1.5% 0 2.5%;
}
.index-honor .mycontainer {
  max-width: 1588px;
}
.index-honor .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index-honor .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 142.28188%;
}
.index-news {
  padding: 2% 0 3.4895833%;
  background-color: #f0f0f0;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 50.666667%;
}
.index-news .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.157895%;
}
.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:hover img {
  scale: 1.05;
}
.index-news .wrapper .lt .title {
  margin-top: 2%;
}
.index-news .wrapper .rt {
  width: 48%;
}
.index-news .wrapper .rt .block {
  background-color: #f2f2f2;
  padding: 4px 13px 4px 4px;
  display: flex;
  justify-content: space-between;
}
.index-news .wrapper .rt .block .picture {
  width: 44.54383%;
}
.index-news .wrapper .rt .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.0682731%;
}
.index-news .wrapper .rt .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .picture .pic:hover img {
  scale: 1.05;
}
.index-news .wrapper .rt .block .title {
  width: 52.9517%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .wrapper .rt .block .title h4 {
  margin-bottom: 0;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news .wrapper .rt .block .title p {
  font-size: clamp(12px, 1vw, 14px);
  -webkit-line-clamp: 2;
  line-height: 2.3;
  height: 4.6em;
}
.index-news .wrapper .rt .block .title .more {
  justify-content: flex-end;
}
.index-news .wrapper .rt .line {
  margin-top: 3.6458333%;
}
.index-news .wrapper .rt .line .title {
  padding-bottom: 3px;
}
.index-news .wrapper .rt .line .title h4 {
  line-height: 1.8;
  margin-bottom: 0.2em;
}
.index-news .wrapper .rt .line .title .more {
  justify-content: flex-end;
}
.index-news .wrapper .title {
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}
.index-news .wrapper .title h4 {
  color: #000;
  font-size: clamp(14px, 1.2vw, 20px);
  margin-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .title h4 a {
  color: inherit;
}
.index-news .wrapper .title p {
  font-size: clamp(12px, 1.1vw, 17px);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2.3;
  height: 6.9em;
  margin-bottom: 2em;
}
.index-news .wrapper .title p a {
  color: inherit;
}
.index-news .wrapper .title .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(12px, 1vw, 14px);
  color: #999;
}
.index-news .wrapper .title .more a {
  display: block;
  background-color: #fff;
  line-height: 2.142857;
  border-radius: 1.0714285em;
  color: inherit;
  transition: all 0.5s;
  padding: 0 1em;
}
.index-news .wrapper .title .more a:hover {
  filter: brightness(80%);
}
.index-news .wrapper .title:hover h4 {
  color: #0e62c2;
}
footer {
  background-color: #001730;
}
footer .footer-top {
  border-top: 1px solid #e1e8cf;
  padding: 3.5416667% 0 2%;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.1627907vw, 20px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.05em;
  padding-bottom: 0.6em;
}
footer .footer-top h5 {
  font-size: clamp(14px, 1.06666667vw, 16px);
  color: #fff;
  font-weight: 700;
}
footer .footer-top p {
  font-size: clamp(14px, 1.06666667vw, 16px);
  color: #fff;
}
footer .footer-top h6 {
  font-size: clamp(12px, 0.933333vw, 14px);
  color: #fff;
}
footer .footer-top .info {
  width: 22.6666667%;
}
footer .footer-top .info h5,
footer .footer-top .info p {
  margin-bottom: 0.5em;
}
footer .footer-top .ewm {
  text-align: center;
}
footer .footer-top .ewm img {
  width: clamp(90px, 9.0625vw, 174px);
}
footer .footer-top nav {
  width: 30.083333%;
}
footer .footer-top nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  height: 20.1em;
}
footer .footer-top nav ul li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0.857143em;
  line-height: 2;
  margin-right: 1em;
}
footer .footer-top nav ul a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top nav ul a:hover {
  opacity: 0.5;
}
footer .footer-top .msg {
  width: 25%;
}
footer .footer-top .msg form input,
footer .footer-top .msg form textarea {
  outline: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0 1em;
  height: 42px;
  margin-bottom: 3px;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid rgba(253, 253, 253, 0.25);
}
footer .footer-top .msg form input::placeholder,
footer .footer-top .msg form textarea::placeholder {
  color: #fff;
}
footer .footer-top .msg form input:focus,
footer .footer-top .msg form textarea:focus {
  background-color: rgba(0, 0, 0, 0.7);
}
footer .footer-top .msg form textarea {
  padding: 0.5em 1em;
  height: 57px;
}
footer .footer-top .msg form button {
  width: 100%;
  outline: none;
  transition: all 0.5s;
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #fff;
  font-weight: 700;
  background-color: #84ce13;
  cursor: pointer;
  height: 2.33333em;
  margin-top: 6px;
}
footer .footer-top .msg form button:hover {
  filter: brightness(80%);
}
footer .footer-bt {
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-size: 14px;
  padding: 0.78125% 0;
}
footer .footer-bt a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  opacity: 0.7;
}
