@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;
}
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: 76px;
  width: 100%;
}
.mycontainer {
  max-width: 1200px;
  width: 80%;
  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;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}
header .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
}
header .logo {
  width: 16.66666667%;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: clamp(16px, 1.2vw, 18px);
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li > a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li > a:hover {
  text-decoration: underline !important;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #0e6eb8;
}
header .lv1 > .active > a {
  font-weight: 700;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
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 {
  width: 77.0833333%;
  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;
}
.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: #035fa8;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #035fa8;
}
.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;
  scale: 1.1;
  transition: all 4s;
}
.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 {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.5s;
  margin: 0 6.5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.show-swiper .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.show-swiper .swiper .swiper-slide {
  width: 20.72916667%;
}
.show-swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 102.512563%;
}
.show-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.show-swiper .pic:hover img {
  scale: 1.05;
}
.show-swiper .pic .title {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	color: #fff;
	font-size: clamp(12px, 1.1458333vw, 22px);
	background-color: rgba(1, 88, 191, .8);
	border-radius: 0 0.909091em 0 0.909091em;
	z-index: 1;
	padding: 0 0.727273em;
}
.show-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 1.40625% 0 18px;
}
.show-swiper .swiper-pagination .swiper-pagination-bullet {
  width: clamp(6px, 1vw, 16px);
  height: clamp(6px, 1vw, 16px);
  background-color: #0158bf;
  opacity: 1;
  transition: all 0.5s;
  margin: 0 clamp(3px, 0.8463542vw, 6.5px);
}
.show-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d20a05;
}
.index-title {
  text-align: center;
}
.index-title h3 {
  font-size: clamp(20px, 2.25vw, 36px);
  color: #333;
  font-weight: 700;
}
.index-title h3 span {
  color: #cc0202;
}
.index-title h4 {
  font-size: clamp(20px, 1.875vw, 30px);
  color: #333;
  font-weight: 700;
}
.index-title h4 span {
  color: #0158bf;
}
.index-title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  font-weight: 300;
}
.index-about {
  background-color: #f4f4f4;
  padding: 3.07291667% 0 3.75%;
}
.index-about .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .intro .lt {
  width: 48.4166667%;
}
.index-about .intro .lt .index-title {
  text-align: left;
  margin-bottom: 4.475%;
}
.index-about .intro .lt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #272727;
  line-height: 2.6875;
}
.index-about .intro .lt .more {
  margin-top: 5.67986%;
}
.index-about .intro .lt .more a {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 2.5;
  background-color: #0158bf;
  border-radius: 1.25em;
  padding: 0 1.125em;
  transition: all 0.5s;
}
.index-about .intro .lt .more a:hover {
  filter: brightness(120%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.index-about .intro .rt {
  width: 48.9166667%;
}
.index-about .intro .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 68.31346%;
}
.index-about .intro .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .intro .rt .pic:hover img {
  scale: 1.05;
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.833333%;
}
.index-about .data .block {
  line-height: 1.3;
}
.index-about .data .block h5 {
  font-size: clamp(12px, 1.162791vw, 20px);
  color: #333;
}
.index-about .data .block h3 {
  font-size: clamp(24px, 2.3958333vw, 46px);
  font-weight: 700;
  color: #0158bf;
}
.index-intro {
  margin: 5.2083333% 0 4.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: 30.583333%;
  margin-bottom: 13.916667%;
}
.index-intro .mycontainer .block .title {
  display: inline-block;
  font-size: clamp(18px, 1.458333vw, 28px);
  color: #fff;
  background-color: #0e62c2;
  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-case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-case .lt {
  width: 50%;
  background: url(../images/index-case-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2% 3.28125% 1% 18.75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-case .lt .index-title {
  text-align: left;
  margin-bottom: 4.427083vw;
}
.index-case .lt .index-title h4 {
  color: #fff;
}
.index-case .lt .index-title h5 {
  color: #fff;
}
.index-case .lt .brief {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #fff;
  font-weight: 300;
  line-height: 2.833333;
}
.index-case .lt .swiper-btn {
  display: flex;
  margin-top: 5.10416667vw;
}
.index-case .lt .swiper-btn .swiper-button-prev,
.index-case .lt .swiper-btn .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  color: #0158bf;
  background-color: #fff;
  font-size: 14.5px;
  width: 2em;
  height: 2em;
}
.index-case .lt .swiper-btn .swiper-button-prev::after,
.index-case .lt .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-case .lt .swiper-btn .swiper-button-next {
  margin-left: 2em;
}
.index-case .rt {
  width: 50%;
}
.index-case .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.5416667%;
}
.index-case .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod {
  padding: 10px 0 1.875%;
}
.index-prod .mycontainer {
  max-width: 1464px;
}
.index-prod .index-title {
  margin-bottom: 16px;
}
.index-prod .list-tab {
  display: flex;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: 0 auto 1.36612%;
  gap: 1.044715%;
}
.index-prod .list-tab li {
  min-width: 13.3902439%;
  text-align: center;
  background-color: #eee;
  border-radius: 0.5em;
  font-size: clamp(14px, 1vw, 15px);
  transition: all 0.5s;
  margin-bottom: 0.81301%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.25em;
}
.index-prod .list-tab li a {
  display: block;
  width: 100%;
  color: #333;
  line-height: 3em;
}
.index-prod .list-tab li:hover {
  filter: brightness(90%);
}
.index-prod .swiper .swiper-slide {
  padding: 14px 13px 4px;
  background-color: #eee;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title em {
  transform: translate(-50%, -50%) rotate(360deg);
}
.index-prod .swiper .swiper-slide:hover .title p {
  color: #0e6eb8;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 86.54434251%;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  position: relative;
  font-size: clamp(14px, 1.2vw, 18px);
}
.index-prod .swiper .title em {
  position: absolute;
  display: block;
  font-size: 2em;
  font-weight: 300;
  color: #fff;
  background-color: #0158bf;
  line-height: 0.6;
  width: 0.72222222em;
  height: 0.72222222em;
  border-radius: 50%;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.index-prod .swiper .title p {
  text-align: center;
  padding: 0.7777778em 0.5em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-weight: 300;
}
.index-prod .swiper .title p a {
  color: inherit;
}
.index-serv {
  background-color: #f1f1f1;
  padding: 2.083333% 0 2.34375%;
}
.index-serv .index-title {
  margin-bottom: 3%;
}
.index-serv .index-title h5 {
  font-size: clamp(12px, 1.375vw, 22px);
  font-weight: 400;
  color: #666;
}
.index-serv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .wrapper .block {
  width: 16.25%;
}
.index-serv .wrapper .block .icon {
  font-size: clamp(14px, 1.4534884vw, 25px);
  color: #fff;
  text-align: center;
  background-color: #0158bf;
  border: 1px solid #cc0202;
  border-radius: 0 1.2vw 0 1.2vw;
  box-shadow: inset 0 0 0 0.4em #f1f1f1;
  padding: 1.16em;
  width: 7em;
  margin: 0 auto 0.88em;
}
.index-serv .wrapper .block .icon img {
  width: 2.16em;
  height: 2.16em;
  object-fit: scale-down;
}
.index-serv .wrapper .block .brief {
  text-align: justify;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #666;
  text-align-last: center;
}
.index-honor {
  margin: 2% 0;
}
.index-honor .index-title {
  margin-bottom: 3%;
}
.index-honor .swiper .swiper-slide {
  width: 43.166667%;
}
.index-honor .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71.814672%;
}
.index-honor .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-honor .swiper-btn {
  display: flex;
  justify-content: center;
  margin: 22px auto 0;
}
.index-honor .swiper-btn .swiper-button-prev,
.index-honor .swiper-btn .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  color: #fff;
  background-color: #0158bf;
  font-size: 14.5px;
  width: 2em;
  height: 2em;
}
.index-honor .swiper-btn .swiper-button-prev::after,
.index-honor .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-honor .swiper-btn .swiper-button-next {
  margin-left: 2em;
}
.index-slogan img {
  display: block;
  width: 100%;
}
.index-news {
  margin: 2% 0;
}
.index-news .index-title {
  margin-bottom: 3%;
}
.index-news .title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
.index-news .title:hover h4 {
  color: #0e6eb8;
}
.index-news .title:hover .date a {
  color: #0e6eb8;
}
.index-news .title h4 {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.4444444em;
}
.index-news .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  font-weight: 300;
  line-height: 2.2857;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-news .title .date {
  display: flex;
  justify-content: space-between;
  font-size: clamp(10px, 1vw, 12px);
  color: #666;
  font-weight: 300;
}
.index-news .title .date a {
  transition: all 0.5s;
}
.index-news .title a {
  color: inherit;
}
.index-news .pic {
  position: relative;
  overflow: hidden;
}
.index-news .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .pic:hover img {
  scale: 1.05;
}
.index-news .line1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.index-news .line1 .lt {
  width: 71.33333%;
}
.index-news .line1 .lt .pic {
  width: 100%;
  height: 100%;
}
.index-news .line1 .rt {
  width: 27.583333%;
}
.index-news .line1 .rt .block {
  margin-bottom: 2.41691843%;
}
.index-news .line1 .rt .block:last-child {
  margin-bottom: 0;
}
.index-news .line1 .rt .block .title p {
  display: none;
}
.index-news .line1 .rt .block:first-child {
  margin-bottom: 5.7401813%;
}
.index-news .line1 .rt .block:first-child .title h4 {
  margin-bottom: 1.222222em;
}
.index-news .line1 .rt .block:first-child .title p {
  display: -webkit-box;
  margin-bottom: 2.29166667vw;
}
.index-news .line2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .line2 .block {
  width: 49.4166667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .line2 .block .lt {
  width: 42.495784%;
}
.index-news .line2 .block .lt .pic {
  width: 100%;
  height: 0;
  padding-bottom: 81.746032%;
}
.index-news .line2 .block .lt .pic img {
  position: absolute;
}
.index-news .line2 .block .rt .title {
  margin-bottom: 2.777778%;
}
.index-news .line2 .block .rt .title:last-child {
  margin-bottom: 0;
}
footer .tools-bar {
  position: fixed;
  top: 50%;
  right: 4.47916667%;
  z-index: 10;
}
footer .tools-bar li {
  position: relative;
  background-color: #d20a05;
  text-align: center;
  font-size: clamp(10px, 1vw, 14px);
  color: #fff;
  margin-bottom: 3px;
  min-width: 5.214286em;
  min-height: 5.214286em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  perspective: 800px;
}
footer .tools-bar li::after {
  display: block;
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  border-left: 0;
  border-right: 0 solid #d20a05;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  transition: all 0.5s;
}
footer .tools-bar li a {
  color: inherit;
}
footer .tools-bar li a img {
  width: 2.57143em;
  height: 2.57143em;
  object-fit: scale-down;
  object-position: bottom center;
}
footer .tools-bar li a h5 {
  line-height: 2;
}
footer .tools-bar li .tip {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc(-150% - 1em), -50%) rotateY(90deg);
  min-width: 88px;
  background-color: #d20a05;
  white-space: nowrap;
  font-size: clamp(14px, 1.333333vw, 20px);
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
footer .tools-bar li .tip p {
  padding: 0 0.5em;
}
footer .tools-bar li .tip img {
  width: 100%;
}
footer .tools-bar li:hover::after {
  border-right: 1em solid #d20a05;
}
footer .tools-bar li:hover .tip {
  transform: translate(calc(-100% - 1em), -50%) rotateY(0);
  opacity: 1;
  visibility: visible;
}
footer .tools-bar .contact::after {
  display: none;
}
footer .footer-top {
  background-color: #1b1b1b;
  border-top: 1px solid #e1e8cf;
  padding: 3.5416667% 0 2%;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top h4 {
  font-size: clamp(18px, 1.04166667vw, 20px);
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1.05em;
  padding-bottom: 0.6em;
}
footer .footer-top h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
footer .footer-top p {
  font-size: 16px;
  color: #fff;
}
footer .footer-top h6 {
  font-size: 14px;
  color: #fff;
}
footer .footer-top ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 14px;
  height: 20.1em;
  align-content: space-between;
}
footer .footer-top ul li {
  color: #fff;
  margin-bottom: 0.857143em;
  max-width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-top ul li a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top ul li a:hover {
  opacity: 0.5;
}
footer .footer-top ul li:nth-child(n+15) {
  display: none;
}
footer .footer-top .info {
  width: 26.6666667%;
}
footer .footer-top .info h5,
footer .footer-top .info p {
  margin-bottom: 0.5em;
}
footer .footer-top .ewm {
  width: 15.5%;
  text-align: center;
}
footer .footer-top nav {
  width: 23.8333333%;
}
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;
}
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.5);
}
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: #cc0202;
  cursor: pointer;
  height: 2.33333em;
  margin-top: 6px;
}
footer .footer-top .msg form button:hover {
  filter: brightness(130%);
}
footer .footer-bt {
  text-align: center;
  line-height: 1.8;
  color: #fff;
  background-color: #1b1b1b;
  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;
}
