@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: 192px;
  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 .header-top {
  background-color: #f0edec;
}
header .header-top .mycontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  font-size: clamp(14px, 1vw, 16px);
  color: #000;
}
header .header-top .mycontainer a {
  color: inherit;
}
header .header-top .mycontainer a:hover {
  text-decoration: underline !important;
}
header .header-top .mycontainer span {
  font-size: 14px;
}
header .header-mid .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
header .header-mid .logo {
  width: 37.5%;
}
header .header-mid .logo img {
  transition: all 0.5s;
}
header .header-mid .info {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  line-height: 1.6;
  font-weight: normal;
}
header .header-mid .info img {
  margin-right: 11px;
}
header .header-mid .info h4 {
  font-size: clamp(18px, 1.97916667vw, 38px);
  line-height: 1.2;
  color: #f08519;
  font-style: italic;
}
header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0057b0;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(16px, 1.2vw, 22px);
  color: #fff;
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
header .lv1 > li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
  line-height: 72px;
  text-align: center;
  padding: 0 1em;
}
header .lv1 > li i {
  margin-left: 0.41em;
}
header .lv1 > li:last-child::before {
  display: none;
}
header .lv1 > li:hover > a {
  color: #f08519;
}
header .lv1 > li:hover > a::after {
  width: 100%;
}
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: #fff !important;
  background-color: #f08519;
}
header .lv1 > .active a::after {
  width: 100%;
}
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;
  transition: all 0.5s;
}
header .lv2 > li a:hover {
  color: #f08519;
}
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 .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 > img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 5s;
}
.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 .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 {
  font-size: clamp(12px, 1.51041667vw, 29px);
  width: 2em;
  height: 0.44827586em;
  line-height: 1;
  background-color: #f08519;
  transition: all 0.5s;
  margin: 0 0.3965517em;
  border-radius: 0.22413793em;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.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: 2%;
}
.index-title h2 {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 700;
  color: #222;
  line-height: 1.6;
}
.index-title h2 span {
  color: #0066cb;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #000;
  position: relative;
  font-weight: 700;
}
.index-title h3 span {
  color: #0066cb;
}
.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: #cc0202;
  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.2vw, 18px);
  color: #000;
}
.index-title h6 {
  font-size: clamp(12px, 1.2vw, 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 {
  background-color: #eee;
}
.search-banner .mycontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0.5em 0;
  gap: 1em;
}
.search-banner .mycontainer .lt {
  width: 71.25%;
  font-size: clamp(12px, 1vw, 14px);
  color: #595959;
  line-height: 1.8;
}
.search-banner .mycontainer .lt a {
  color: inherit;
}
.search-banner .mycontainer .lt a:hover {
  text-decoration: underline !important;
}
.search-banner .mycontainer .lt span {
  color: #000;
}
.search-banner .mycontainer .rt {
  width: 27.083333%;
}
.search-banner .mycontainer .rt form {
  position: relative;
  display: flex;
  font-size: 14px;
  width: 100%;
  font-size: clamp(14px, 1vw, 16px);
}
.search-banner .mycontainer .rt input {
  display: block;
  width: 100%;
  height: 3em;
  outline: none;
  color: #000;
  padding: 0 6.25em 0 1.9375em;
  border-radius: 1.5em;
}
.search-banner .mycontainer .rt input::placeholder {
  color: rgba(59, 59, 59, 0.3);
}
.search-banner .mycontainer .rt button {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.85em;
  background-color: #0057b0;
  cursor: pointer;
  outline: none;
  font-size: 1.25em;
  color: #fff;
  height: 100%;
  border-radius: 0 1.2em 1.2em 0;
}
.search-banner .mycontainer .rt button img {
  margin-left: 0.4em;
}
.index-prod {
  margin: 1.5% 0 1.5%;
}
.index-prod .app-tab .mycontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5%;
  margin-bottom: 1%;
}
.index-prod .app-tab .block {
  min-width: 11.08333%;
  background-color: #eee;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  text-align: center;
  margin-bottom: 1.5%;
  padding: 1.25em 0.5em 0.9em;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.index-prod .app-tab .block .icon {
  display: inline-block;
  width: 3em;
  height: 2.5em;
}
.index-prod .app-tab .block .icon img {
  max-height: 100%;
}
.index-prod .app-tab .block:hover {
  border-color: #0057b0;
  box-shadow: 0 5px 6.37px 0.63px rgba(0, 0, 0, 0.14);
}
.index-prod .app-tab .block:hover .icon {
  animation: swing 1s;
}
.index-prod .swiper.mycontainer {
  max-width: 1706px;
  width: 90%;
}
.index-prod .swiper.mycontainer .swiper-slide {
  background-color: #eee;
  padding: 14px 13px 0;
  transition: background-color 0.5s;
}
.index-prod .swiper.mycontainer .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80.72916667%;
  background-color: #fff;
  transition: all 0.5s;
}
.index-prod .swiper.mycontainer .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.index-prod .swiper.mycontainer .swiper-slide .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 13px;
}
.index-prod .swiper.mycontainer .swiper-slide .title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 16.66px);
  margin-right: 0.5em;
  color: #000;
}
.index-prod .swiper.mycontainer .swiper-slide .title p a {
  color: inherit;
}
.index-prod .swiper.mycontainer .swiper-slide .title .more {
  font-size: clamp(14px, 1.2vw, 19px);
  color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  background-color: #e57100;
  transition: all 0.5s;
}
.index-prod .swiper.mycontainer .swiper-slide:hover .pic img {
  transform: scale(1.05);
}
.index-prod .swiper.mycontainer .swiper-slide:hover .title .more {
  rotate: 360deg;
}
.index-about {
  position: relative;
  padding: 2.23% 0 0;
  margin-bottom: 3%;
}
.index-about .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28.75vw;
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
.index-about .index-title h3 {
  color: #fff;
}
.index-about .index-title h5 {
  color: #fff;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.08);
  padding: 1.75% 0.9166667% 3% 2.75%;
}
.index-about .wrapper .lt {
  width: 46.712803%;
}
.index-about .wrapper .lt .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt .title h4 {
  color: #000;
  font-weight: 700;
  font-size: clamp(18px, 1.458333vw, 28px);
}
.index-about .wrapper .lt .title a {
  font-size: clamp(14px, 1vw, 16px);
  color: #000;
  line-height: 1.675;
  border-radius: 1em;
  border: 2px solid #e5e4e2;
  display: inline-block;
  padding: 0 1em;
  transition: all 0.5s;
}
.index-about .wrapper .lt .title a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
.index-about .wrapper .lt .brief {
  font-size: clamp(14px, 1vw, 18px);
  color: #333;
  line-height: 2.55556;
}
.index-about .wrapper .rt {
  width: 51.3841%;
}
.index-about .wrapper .culture {
  margin-top: 2.6%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.index-about .wrapper .culture .block {
  width: 150px;
  height: 150px;
  text-align: center;
  color: #000;
  background-color: #f5f5f5;
  border: 2px solid #e5e4e2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  transition: all 0.5s;
}
.index-about .wrapper .culture .block:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.index-about .wrapper .culture .block:hover .icon img {
  animation: swing 1s;
}
.index-about .wrapper .culture .block .icon {
  display: inline-block;
}
.index-about .wrapper .culture .block h4 {
  font-size: 16px;
}
.index-about .wrapper .culture .block h5 {
  font-size: 14px;
}
.index-more {
  text-align: center;
  margin-top: 2%;
  width: 100%;
}
.index-more a {
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #fff;
  transition: all 0.5s;
  background-color: #e57100;
  line-height: 2.55556;
  border-radius: 1.27778em;
  padding: 0 1.2222em 0 1.5em;
}
.index-more a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.index-flow {
  background: url(../images/index-flow-bg.jpg) no-repeat;
  background-size: cover;
  padding: 1.5% 0 3.5%;
}
.index-flow .mycontainer {
  max-width: 1400px;
}
.index-flow .index-title h3 {
  color: #fff;
}
.index-flow .index-title h5 {
  color: #fff;
}
.index-flow .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-flow .wrapper .block {
  width: 14%;
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 1.2vw, 17.4px);
}
.index-flow .wrapper .block .icon {
  width: 7.1264368em;
  height: 7.1264368em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #0057b0;
  margin: 0 auto;
}
.index-flow .wrapper .block .icon::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
  box-sizing: border-box;
}
.index-flow .wrapper .block h4 {
  margin-top: 0.6322em;
}
.index-flow .wrapper .block h5 {
  font-size: 10.15px;
}
.index-flow .wrapper .block:hover .icon {
  background-color: #f08300;
}
.index-flow .wrapper .block:hover .icon::after {
  width: 86.371%;
  height: 86.371%;
  border-width: 2px;
}
.index-flow .wrapper .block:hover .icon img {
  animation: swing 1s;
}
.index-news {
  padding: 2% 0 3%;
  background-color: #f4f4f4;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 49.75%;
  background-color: #fff;
}
.index-news .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 77.55444%;
}
.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 .rt {
  width: 49.333333%;
}
.index-news .wrapper .rt .text {
  background-color: #fff;
  margin-bottom: 2.5338%;
  padding: 1% 3.18258% 4.0540541% 3.517588%;
}
.index-news .wrapper .rt .text:last-child {
  margin-bottom: 0;
}
.index-news .wrapper .text {
  padding: 0 3.18258% 4.0201% 3.517588%;
}
.index-news .wrapper .text .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 20px);
  margin-bottom: 0.3333em;
}
.index-news .wrapper .text .title h4 {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.index-news .wrapper .text .title span {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #898989;
  font-weight: 300;
}
.index-news .wrapper .text .title span em {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  font-weight: normal;
}
.index-news .wrapper .text .brief {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  line-height: 2;
  height: 4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .text a {
  color: inherit;
}
.index-news .wrapper .text:hover .title h4 {
  color: #e57100;
}
footer {
  background-color: #001326;
}
footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-top ul {
  display: flex;
  justify-content: space-between;
  font-size: clamp(16px, 1.2vw, 22px);
  margin-bottom: 0;
}
footer .footer-top ul li {
  color: #fff;
}
footer .footer-top ul li a {
  color: inherit;
  line-height: 3.13636364;
}
footer .footer-top ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-mid {
  padding: 2.5% 0 2.76%;
}
footer .footer-mid .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .footer-mid h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.05em;
}
footer .footer-mid h5 {
  font-size: clamp(12px, 1.1vw, 16px);
  color: #fff;
}
footer .footer-mid p {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #fff;
}
footer .footer-mid .slogan {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  align-self: center;
}
footer .footer-mid .slogan h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
}
footer .footer-mid .slogan h5 {
  font-size: clamp(12px, 1.1vw, 16px);
}
footer .footer-mid .pic {
  width: 61.53846154%;
}
footer .footer-mid .info {
  width: 23.3333%;
  line-height: 1.8889;
}
footer .footer-mid .info p {
  margin-bottom: 0.6em;
}
footer .footer-mid .ewm {
  text-align: center;
  width: 14.166667%;
}
footer .footer-mid .ewm h5 {
  margin-top: 0.5em;
}
footer .footer-mid nav {
  width: 25%;
}
footer .footer-mid nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  max-height: 9.7776em;
  gap: 0.4444em;
  font-size: clamp(14px, 1.2vw, 18px);
}
footer .footer-mid nav ul li {
  line-height: 2;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-mid nav ul li:nth-child(n+9) {
  display: none;
}
footer .footer-mid nav ul a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-mid nav ul a:hover {
  opacity: 0.5;
}
footer .footer-mid .msg {
  width: 26%;
}
footer .footer-mid .msg form {
  font-size: 13px;
}
footer .footer-mid .msg form input,
footer .footer-mid .msg form textarea {
  outline: none;
  width: 100%;
  background-color: #fff;
  padding: 0 2.46154em 0 0.769231em;
  height: 40px;
  margin-bottom: 7px;
  color: #000;
  transition: all 0.5s;
  background-image: url(../images/msg-icon1.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) center;
}
footer .footer-mid .msg form input::placeholder,
footer .footer-mid .msg form textarea::placeholder {
  color: #666;
}
footer .footer-mid .msg form input:focus,
footer .footer-mid .msg form textarea:focus {
  background-color: rgba(255, 255, 255, 0.85);
}
footer .footer-mid .msg form input:nth-child(2) {
  background-image: url(../images/msg-icon2.png);
  background-position: calc(100% - 10px) center;
}
footer .footer-mid .msg form textarea {
  background-image: url(../images/msg-icon3.png);
  background-position: calc(100% - 6px) 9px;
  padding: 0.5em 2.46154em 0.5em 0.769231em;
  height: 71px;
}
footer .footer-mid .msg form button {
  width: 100%;
  outline: none;
  transition: all 0.5s;
  color: #fff;
  background-color: #0a58b0;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  height: 42px;
  margin-top: 35px;
}
footer .footer-mid .msg form button:hover {
  filter: brightness(80%);
}
footer .footer-bt {
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 15px);
  padding: 0.9375% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-bt a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  opacity: 0.7;
}
