@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;
}
html,
body {
  font-family: var(--Noto-Sans-SC);
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.wow {
  visibility: hidden;
}
.out-header {
  height: 118px;
  width: 100%;
}
.container {
  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;
  transition: all 0.5s;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 118px;
  max-width: 1590px;
}
header .logo {
  width: 18.75%;
}
header .logo img {
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: clamp(16px, 1.1vw, 18px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  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: #b20224;
}
header .lv1 .tel {
  font-size: clamp(16px, 1.2vw, 20px);
}
header .lv1 .tel img {
  width: 1.6em;
  height: 1.6em;
  object-fit: contain;
  margin-right: 0.5em;
}
header .lv1 > .active > a {
  color: #b20224;
}
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: 63.875%;
  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;
}
.header-active {
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  background-color: #fff;
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .search form input {
  color: #fff;
  background-color: #81c11f;
}
.header-active .search form input::placeholder {
  color: #fff;
}
.header-active .search form button {
  filter: contrast(0) brightness(200%);
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: clamp(12px, 1vw, 14px);
  padding: 0 0.80357143em;
  line-height: 2.142857;
  background-color: #fff;
  margin: 0.464286em;
  color: #3d3d3d;
  transition: all 0.5s;
  font-family: var(--Din);
  border: 1px solid #CBCBCB;
}
.pagination span {
  display: block;
  font-size: clamp(12px, 1vw, 14px);
  padding: 0 0.80357143em;
  line-height: 2.142857;
  background-color: #b20224;
  margin: 0.464286em;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border: 1px solid transparent;
}
.pagination i {
  color: #b20224;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #b20224;
  border-color: transparent;
}
.pagination a:hover i {
  color: #fff;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.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 .container {
  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;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(16px, 3.645833vw, 70px);
  color: #fff;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-banner .swiper-button-prev {
  left: 2%;
}
.index-banner .swiper-button-next {
  right: 2%;
}
.index-banner .mouse-btn {
  cursor: pointer;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  font-size: clamp(20px, 1.875vw, 36px);
}
.index-banner .mouse-btn img {
  width: 1em;
  animation: bounce 1.5s infinite;
}
.search-banner {
  padding: 1.1458333% 0;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  min-height: 100px;
}
.search-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.search-banner .container .lt {
  width: 43.055556%;
  font-size: clamp(12px, 1.1vw, 16px);
  color: #333;
  line-height: 1.6667;
}
.search-banner .container .lt a {
  color: inherit;
}
.search-banner .container .lt a:hover {
  text-decoration: underline !important;
}
.search-banner .container .lt span {
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 20px);
}
.search-banner .container .rt {
  width: 54.791667%;
}
.search-banner .container .rt form {
  position: relative;
  font-size: clamp(12px, 1vw, 14px);
}
.search-banner .container .rt form input {
  width: 100%;
  background-color: #e5e5e5;
  color: #333;
  height: 3.92857143em;
  border-radius: 1.96428572em;
  outline: none;
  padding: 0 11.42857143em 0 1.57143em;
}
.search-banner .container .rt form input::placeholder {
  color: #5d5d5d;
}
.search-banner .container .rt form button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #b20224;
  font-size: clamp(12px, 1.2vw, 20px);
  outline: none;
  cursor: pointer;
  height: 100%;
  width: 7.3em;
  border-radius: 1.4em;
}
.index-title {
  text-align: center;
  margin-bottom: 1.5%;
}
.index-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
  position: relative;
}
.index-prod {
  margin: 3.020833% 0 4.166667%;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.82792666%;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .pic::after {
  position: absolute;
  display: block;
  transform: skewX(-30deg);
  content: "";
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  width: 100px;
  height: 100%;
  animation: slideInOut 3s infinite;
}
@keyframes slideInOut {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.index-prod .swiper .pic .title {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.5625vw, 30px);
  width: 100%;
  height: 5em;
  padding: 0 1.6em 0 1.33333em;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.77));
}
.index-prod .swiper .pic .title h3 {
  color: #fff;
  font-weight: 700;
  flex: 1;
  margin-right: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .swiper .pic .title i {
  width: 1.6em;
  height: 1.6em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b20224;
  background-color: #fff;
  border-radius: 50%;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s;
}
.index-prod .swiper .pic .title i img {
  position: relative;
  width: 0.833333em;
  height: auto;
  object-fit: scale-down;
}
.index-prod .swiper .pic:hover img {
  scale: 1.05;
}
.index-prod .swiper .pic:hover .title i {
  opacity: 1;
  scale: 1;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4), 0 0 0 9px rgba(255, 255, 255, 0.2), 0 0 0 13px rgba(255, 255, 255, 0.2);
}
.index-prod .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.7778%;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background-color: #dcdcdc;
  margin: 0 4px;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b20224;
}
.index-about {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.020833%;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #7f0119;
}
.index-about .wrapper .lt {
  width: 57.29166667%;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.index-about .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72.727273%;
}
.index-about .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .wrapper .lt .pic::after {
  position: absolute;
  display: block;
  transform: skewX(-30deg);
  content: "";
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  width: 200px;
  height: 100%;
  animation: slideInOut 5s infinite;
}
@keyframes slideInOut {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.index-about .wrapper .lt .pic:hover img {
  scale: 1.05;
}
.index-about .wrapper .lt .swiper-button-prev,
.index-about .wrapper .lt .swiper-button-next {
  font-size: clamp(14px, 1.458333vw, 28px);
  color: #fff;
  width: 2.142857em;
  height: 2.142857em;
  border-radius: 50%;
  border: 4px solid #fff;
  font-weight: 700;
}
.index-about .wrapper .lt .swiper-button-prev::after,
.index-about .wrapper .lt .swiper-button-next::after {
  font-size: inherit;
  font-weight: inherit;
}
.index-about .wrapper .lt .swiper-button-prev {
  left: 4%;
}
.index-about .wrapper .lt .swiper-button-next {
  right: 10%;
}
.index-about .wrapper .rt {
  position: relative;
  width: 42.70833333%;
  padding: 5.416667% 4.375% 2% 18px;
}
.index-about .wrapper .rt .index-title {
  text-align: left;
}
.index-about .wrapper .rt .index-title h3 {
  color: #fff;
}
.index-about .wrapper .rt .index-title h3 span {
  font-size: clamp(12px, 1.1vw, 18px);
}
.index-about .wrapper .rt .brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 1.5;
}
.index-about .wrapper .rt .index-more {
  margin-top: 5%;
}
.index-about .wrapper .rt .text {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translate(-50%, -50%);
  font-size: clamp(30px, 6.7708333vw, 130px);
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  font-family: var(--Montserrat);
  pointer-events: none;
}
.index-about .data {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 3.8194444% 2% 4.583333%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 33.97px 9.03px rgba(0, 0, 0, 0.15);
  margin-top: -6.7361111%;
}
.index-about .data .block {
  width: 20%;
  text-align: center;
}
.index-about .data .block h3 {
  font-size: clamp(20px, 3.125vw, 60px);
  color: #b20224;
  font-family: Impact, sans-serif;
  line-height: 1.25;
}
.index-about .data .block h3 em {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #333;
}
.index-about .data .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  font-weight: 700;
  line-height: 1.6667;
}
.index-more a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.5s;
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 3.1875;
  border-radius: 1.59375em;
  background-color: #fff;
  min-width: 10em;
  padding: 0 1em;
  text-align: center;
}
.index-more a img {
  width: 1.0625em;
  margin-left: 1.875em;
  vertical-align: baseline;
  display: inline-block;
}
.index-more a::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 1;
  background-color: #b20224;
  border-radius: 50%;
}
.index-more a:hover {
  color: #b20224;
  font-weight: 700;
}
.index-more a:hover::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s;
}
.index-choose {
  margin-bottom: 4.166667%;
}
.index-choose .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-choose .wrapper .lt {
  width: 48.819444%;
}
.index-choose .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 77.667141%;
}
.index-choose .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-choose .wrapper .lt .pic::after {
  position: absolute;
  display: block;
  transform: skewX(-30deg);
  content: "";
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  width: 200px;
  height: 100%;
  animation: slideInOut 5s infinite;
}
@keyframes slideInOut {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.index-choose .wrapper .rt {
  width: 48.8888889%;
}
.index-choose .wrapper .rt .block {
  margin-bottom: 4.1193182%;
  cursor: pointer;
}
.index-choose .wrapper .rt .block:last-child {
  margin-bottom: 0;
}
.index-choose .wrapper .rt .block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 0 1.4em 0 1.8em;
  height: 3.25em;
  background-color: #e5e5e5;
  transition: all 0.5s;
}
.index-choose .wrapper .rt .block .title h3 {
  position: relative;
  color: #333;
  font-weight: 700;
  padding-left: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-choose .wrapper .rt .block .title h3::before {
  position: absolute;
  display: inline-block;
  content: "·";
  left: 0;
}
.index-choose .wrapper .rt .block .title em {
  width: 1.2em;
}
.index-choose .wrapper .rt .block .title em img {
  transition: all 0.5s;
}
.index-choose .wrapper .rt .block .brief {
  display: none;
  background-color: #e5e5e5;
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.6667;
  padding: 1.25em 2.125em 2.75em 3.25em;
}
.index-choose .wrapper .rt .on .title {
  background-color: #b20224;
}
.index-choose .wrapper .rt .on .title h3 {
  color: #fff;
}
.index-choose .wrapper .rt .on .title em img {
  filter: contrast(0) brightness(200%);
  rotate: 90deg;
}
.index-slogan {
  position: relative;
  overflow: hidden;
  background: url(../images/index-slogan-pic.jpg) no-repeat;
  background-size: cover;
  padding: 3.125% 0 3.4375%;
}
.index-slogan .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-slogan .container .text {
  flex: 1;
  margin-right: 3%;
  color: #fff;
}
.index-slogan .container .text h3 {
  font-size: clamp(16px, 1.875vw, 36px);
  font-weight: 700;
  margin-bottom: 0.1em;
}
.index-slogan .container .text h5 {
  font-size: clamp(12px, 1.1vw, 18px);
}
.index-slogan .container .index-more a {
  color: #b20224;
  font-weight: 700;
}
.index-honor {
  margin: 3.020833% 0;
}
.index-honor .container {
  max-width: 1666px;
  width: 90%;
}
.index-honor .honor-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 1.77778em;
  margin-bottom: 2.5%;
}
.index-honor .honor-tab li {
  color: #333;
  line-height: 2.722222;
  border-radius: 1.361111em;
  text-align: center;
  min-width: 8em;
  padding: 0 1em;
  background-color: #eee;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: 700;
}
.index-honor .honor-tab .active {
  background-color: #b20224;
  color: #fff;
}
.index-honor .honor-swiper {
  background: url(../images/index-honor-bg.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 6.7708333%;
}
.index-honor .swiper {
  display: none;
}
.index-honor .swiper:first-child {
  display: block;
}
.index-honor .swiper .swiper-slide {
  width: 28.5714286%;
}
.index-honor .swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  opacity: 0;
}
.index-honor .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-honor .swiper .swiper-slide .title {
  font-size: clamp(14px, 1.1vw, 18px);
  text-align: center;
  color: #333;
  font-weight: 700;
  margin-top: 0.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: all 0.5s;
}
.index-honor .swiper .swiper-slide-visible .pic {
  opacity: 1;
}
.index-honor .swiper .swiper-slide-active .pic img {
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.15));
}
.index-honor .swiper .swiper-slide-active .title {
  opacity: 1;
}
.index-honor .swiper .swiper-button-prev,
.index-honor .swiper .swiper-button-next {
  font-size: clamp(14px, 1.25vw, 23px);
  color: #fff;
  width: 2.39130435em;
  height: 2.39130435em;
  border-radius: 50%;
  background-color: #b20224;
}
.index-honor .swiper .swiper-button-prev::after,
.index-honor .swiper .swiper-button-next::after {
  font-size: inherit;
}
.index-honor .swiper .swiper-button-prev {
  left: 37.334934%;
}
.index-honor .swiper .swiper-button-next {
  right: 37.334934%;
}
.index-partner {
  margin-bottom: 2.083333%;
}
.index-partner .container {
  max-width: 1464px;
}
.index-partner .swiper {
  padding: 12px;
}
.index-partner .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 23.78277155% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.index-partner .swiper .pic img {
  position: absolute;
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-partner .swiper .pic:hover img {
  scale: 0.95;
}
.index-partner .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1.36612%;
}
.index-partner .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
  margin: 0 2px;
  background-color: #dcdcdc;
  transition: all 0.5s;
}
.index-partner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b20224;
}
.index-contact {
  padding: 3.75% 0 4.166667%;
  background: url(../images/index-contact-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-contact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-contact .container .lt {
  width: 46.5277778%;
}
.index-contact .container .lt .index-title {
  text-align: left;
}
.index-contact .container .lt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.5;
}
.index-contact .container .lt .more {
  display: inline-block;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  background-color: #b20224;
  line-height: 2.977778;
  border-radius: 1.488889em;
  padding: 0 1em;
  min-width: 11.111111em;
  margin-top: 7%;
  transition: all 0.5s;
}
.index-contact .container .lt .more:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px #b20224;
}
.index-contact .container .lt .more img {
  width: 1.333333em;
  margin-right: 0.3333em;
}
.index-contact .container .rt {
  width: 50%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2.5% 3.263889% 4.097222% 3.472222%;
}
.index-contact .container .rt .title h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
}
.index-contact .container .rt .title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
}
.index-contact .container .rt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.76282%;
}
.index-contact .container .rt form .form-row .form-col {
  width: 46.9551282%;
}
.index-contact .container .rt form label {
  font-size: clamp(14px, 1vw, 16px);
  color: #777;
  margin-bottom: 0.375em;
  display: inline-block;
}
.index-contact .container .rt form label em {
  color: #f00;
}
.index-contact .container .rt form input,
.index-contact .container .rt form textarea {
  display: block;
  width: 100%;
  outline: none;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  height: 2.5em;
  border-radius: 0.25em;
  border: 1px solid #d2d2d2;
  padding: 0 1em;
}
.index-contact .container .rt form textarea {
  padding: 0.75em 1em;
  height: 7.6875em;
}
.index-contact .container .rt form button {
  display: inline-block;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  transition: all 0.5s;
  min-width: 8.6875em;
  text-align: center;
  line-height: 2.9375;
  background-color: #b20224;
  border-radius: 1.46875em;
  margin-top: 5.1282%;
}
.index-contact .container .rt form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px #b20224;
}
footer {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.166667% 0 0;
}
footer .back-top {
  z-index: 3;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  width: 4.6em;
  height: 4.6em;
  border-radius: 50%;
  background-color: #b20224;
  cursor: pointer;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
footer .back-top h5 {
  transition: all 0s;
}
footer .back-top:hover {
  background-color: #fff;
  box-shadow: 0 3px 15px #b20224, inset 0 3px 15px #b20224;
  color: #b20224;
}
footer .tools-bar {
  z-index: 3;
  position: fixed;
  right: 0;
  top: 50%;
  animation: fadeOutRight 1s;
  transition: all 1s;
  visibility: hidden;
}
footer .tools-bar li {
  position: relative;
  font-size: clamp(12px, 1vw, 14px);
  width: 3.42857143em;
  height: 3.42857143em;
  background-color: #b20224;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2857143em;
  cursor: pointer;
  color: #333;
}
footer .tools-bar li:hover > img {
  animation: swing 1s;
}
footer .tools-bar li:hover .tip {
  transform: translate(-100%, 0);
  visibility: visible;
  left: 0;
  opacity: 1;
}
footer .tools-bar li img {
  width: 1.71428571em;
  height: 1.71428571em;
  object-fit: scale-down;
}
footer .tools-bar li .tip {
  position: absolute;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0px 0px 6.79px 0.21px rgba(0, 0, 0, 0.19);
  transition: all 0.5s;
  left: 100%;
  z-index: -1;
  padding: 0 1.214286em 0 0.64285714em;
  visibility: hidden;
  opacity: 0;
}
footer .tools-bar-show {
  visibility: visible;
  animation: fadeInRight 1s;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-top .logo {
  width: 18.75%;
}
footer .footer-top .logo img {
  filter: contrast(0) brightness(200%);
}
footer .footer-top nav {
  width: 62.5%;
  border-bottom: 1px solid #666;
  font-size: clamp(16px, 1.1vw, 18px);
  padding-bottom: 0.61111em;
}
footer .footer-top nav ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-top nav ul li {
  color: #fff;
  font-weight: 700;
}
footer .footer-top nav ul li a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top nav ul li a:hover {
  opacity: 0.5;
}
footer .footer-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.777778% 0 3.1944444%;
}
footer .footer-mid h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
}
footer .footer-mid .tel {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.5625vw, 30px);
  color: #fff;
  line-height: 1.5;
  width: 22.916667%;
}
footer .footer-mid .tel img {
  width: 1.4em;
  margin-right: 0.5em;
}
footer .footer-mid .tel h3 {
  font-weight: 700;
}
footer .footer-mid .ewm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 40.277778%;
}
footer .footer-mid .ewm .block {
  width: 21.896552%;
  background-color: #fff;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  padding: 0.5em;
}
footer .footer-mid .ewm .block img {
  width: 100%;
}
footer .footer-mid .ewm .block h5 {
  color: #333;
  margin-top: 0.25em;
}
footer .footer-mid .info {
  width: 24.0972222%;
}
footer .footer-mid .info p {
  display: flex;
  align-items: flex-start;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.6667;
  margin-bottom: 0.25em;
}
footer .footer-mid .info p img {
  width: 1em;
  min-width: 1em;
  object-fit: scale-down;
  margin: 0.25em 0.5em 0 0;
}
footer .footer-bt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1% 0;
  border-top: 1px solid #666;
}
footer .footer-bt p {
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.5;
}
footer .footer-bt p a {
  color: inherit;
}
footer .footer-bt p a:hover {
  text-decoration: underline !important;
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner > img {
  display: block;
  width: 100%;
  min-height: 140px;
  object-fit: cover;
}
.inner-banner .banner-tab {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.inner-banner .banner-tab ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-banner .banner-tab ul li {
  width: 20%;
}
.inner-banner .banner-tab ul li a {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  width: 100%;
  min-height: 4.38888889em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
  transition: all 0.5s;
}
.inner-banner .banner-tab ul li a img {
  width: 1.61111111em;
  height: 1.61111111em;
  object-fit: scale-down;
  margin-right: 0.5em;
}
.inner-banner .banner-tab ul li a:hover img {
  animation: swing 1s;
}
.inner-banner .banner-tab ul li:last-child a {
  border-right: 1px solid #fff;
}
.inner-banner .banner-tab ul .active a {
  border-color: transparent !important;
  background-color: #b20224;
}
.bread-crumb {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6667;
  padding: 1.25% 0;
  background-color: #e5e5e5;
}
.bread-crumb i {
  color: #888;
  margin-right: 0.25em;
}
.bread-crumb a {
  color: inherit;
  transition: all 0.5s;
}
.bread-crumb a:hover {
  text-decoration: underline !important;
  color: #b20224;
}
.inner-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 4.1667% 0 3.38541667%;
}
.inner-about .lt {
  width: 49.0625%;
}
.inner-about .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.69426752%;
}
.inner-about .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.inner-about .lt .pic:hover img {
  scale: 1.05;
}
.inner-about .lt .swiper-button-prev,
.inner-about .lt .swiper-button-next {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  width: 2.9em;
  height: 2.9em;
  font-weight: 700;
  border-radius: 50%;
  background: rgba(178, 2, 36, 0.8);
}
.inner-about .lt .swiper-button-prev::after,
.inner-about .lt .swiper-button-next::after {
  font-size: inherit;
}
.inner-about .rt {
  width: 48.22916667%;
  padding: 2% 12.5% 2% 0;
}
.inner-about .rt .index-title {
  text-align: left;
}
.inner-about .rt .index-title span {
  color: #b20224;
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 400;
}
.inner-about .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  color: #3d3d3d;
}
.about-data {
  margin-bottom: 4.1667%;
}
.about-data .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-data .container .block {
  width: 20%;
  text-align: center;
}
.about-data .container .block h3 {
  font-size: clamp(20px, 3.125vw, 60px);
  color: #b20224;
  font-family: Impact, sans-serif;
  line-height: 1.25;
}
.about-data .container .block h3 em {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #333;
}
.about-data .container .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  font-weight: 700;
  line-height: 1.6667;
}
.about-factory {
  margin-bottom: 4.1667%;
  position: relative;
  overflow: hidden;
}
.about-factory .swiper {
  overflow: visible;
}
.about-factory .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58.39210155%;
}
.about-factory .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-factory .pic:hover img {
  scale: 1.05;
}
.about-factory .title {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #3d3d3d;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5em;
}
.about-factory .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1%;
}
.about-factory .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  transition: all 0.5s;
  background-color: #d8d8d8;
}
.about-factory .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b20224;
}
.about-culture {
  margin-bottom: 4.1667%;
}
.about-culture .index-title {
  text-align: left;
}
.about-culture .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-culture .wrapper .block {
  width: 23.9583333%;
  background-color: #f2f2f2;
}
.about-culture .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 114.20289855%;
}
.about-culture .wrapper .block .pic .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  opacity: 0;
}
.about-culture .wrapper .block .pic .mask {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #3d3d3d;
  padding: 1.25em 1.083333em 1em;
}
.about-culture .wrapper .block .pic .mask .icon {
  width: 2em;
  height: 2em;
}
.about-culture .wrapper .block .pic .mask .icon img {
  transition: all 0.5s;
}
.about-culture .wrapper .block .pic .mask h3 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.about-culture .wrapper .block .pic .mask h5 {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.5;
  min-height: 3em;
}
.about-culture .wrapper .active .pic .bg {
  opacity: 1;
}
.about-culture .wrapper .active .pic .mask {
  color: #fff;
}
.about-culture .wrapper .active .pic .mask .icon img {
  filter: contrast(0) brightness(200%);
}
.inner-partner {
  margin-bottom: 9.5833333%;
}
.inner-partner .partner-swiper {
  position: relative;
}
.inner-partner .partner-swiper .swiper-button-prev,
.inner-partner .partner-swiper .swiper-button-next {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  width: 2.6666667em;
  height: 2.6666667em;
  background-color: #b20224;
  border-radius: 50%;
  transition: all 0.5s;
}
.inner-partner .partner-swiper .swiper-button-prev::after,
.inner-partner .partner-swiper .swiper-button-next::after {
  font-size: inherit;
}
.inner-partner .partner-swiper .swiper-button-prev {
  left: -5%;
}
.inner-partner .partner-swiper .swiper-button-next {
  right: -5%;
}
.inner-partner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 2.5px;
}
.about-serv {
  margin-bottom: 6%;
}
.about-serv .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #B63134;
  border-radius: 20px;
  padding: 1% 4.8958333%;
}
.about-serv .container .lt {
  width: 44%;
}
.about-serv .container .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 88.148148%;
}
.about-serv .container .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.about-serv .container .rt {
  width: 50%;
}
.about-serv .container .rt .index-title {
  text-align: left;
}
.about-serv .container .rt .index-title h3 {
  color: #fff;
}
.about-serv .container .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.5;
}
.about-serv .container .rt .index-more {
  margin-top: 5%;
}
.about-serv .container .rt .index-more a {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #b20224;
  font-weight: 700;
}
.about-serv .container .rt .index-more a img {
  width: 1.388889em;
}
.honor-intro {
  margin: 4.1667% 0 3.020833%;
}
.honor-intro .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor-intro .container .lt {
  width: 42.708333%;
}
.honor-intro .container .lt .index-title {
  text-align: left;
  margin-bottom: 3%;
}
.honor-intro .container .lt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #3d3d3d;
}
.honor-intro .container .lt .brief h4 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #b20224;
  margin-bottom: 0.25em;
}
.honor-intro .container .rt {
  width: 55.277778%;
}
.honor-intro .container .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.honor-intro .container .rt .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.company-cert {
  margin-bottom: 4.1667%;
}
.company-cert .cert-swiper {
  position: relative;
}
.company-cert .cert-swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 142.063492%;
}
.company-cert .cert-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.company-cert .cert-swiper .title {
  font-size: clamp(14px, 1vw, 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #3d3d3d;
  margin-top: 0.5em;
}
.company-cert .cert-swiper .swiper-button-prev,
.company-cert .cert-swiper .swiper-button-next {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  width: 2.6666667em;
  height: 2.6666667em;
  background-color: #b20224;
  border-radius: 50%;
  transition: all 0.5s;
}
.company-cert .cert-swiper .swiper-button-prev::after,
.company-cert .cert-swiper .swiper-button-next::after {
  font-size: inherit;
}
.company-cert .cert-swiper .swiper-button-prev {
  left: -5%;
}
.company-cert .cert-swiper .swiper-button-next {
  right: -5%;
}
.company-honor {
  background-color: #f2f2f2;
  padding: 3.020833% 0 4.1667%;
}
.company-honor .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-honor .lt {
  width: 48.611111%;
  padding: 4% 0 2%;
}
.company-honor .lt .swiper .swiper-slide {
  width: 58.2857143%;
}
.company-honor .lt .swiper .swiper-slide-active .title {
  opacity: 1;
}
.company-honor .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.company-honor .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company-honor .lt .title {
  font-size: clamp(14px, 1vw, 16px);
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 0.5em;
  transition: all 0.5s;
  opacity: 0;
}
.company-honor .rt {
  width: 35.7638889%;
  display: flex;
  flex-direction: column;
}
.company-honor .rt .index-title {
  text-align: left;
}
.company-honor .rt .swiper-content {
  padding: 10px 0;
  flex: 1;
  border-left: 1px solid #888;
}
.company-honor .rt .title-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.company-honor .rt .title-swiper .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-1px);
}
.company-honor .rt .title-swiper .swiper .swiper-slide {
  position: relative;
  font-size: clamp(14px, 1vw, 16px);
  height: 2.5em;
  padding-left: 1.875em;
  display: flex;
  align-items: center;
  line-height: 1.25;
  cursor: pointer;
}
.company-honor .rt .title-swiper .swiper .swiper-slide::before {
  position: absolute;
  display: block;
  width: 2px;
  height: 0%;
  left: 0;
  top: 0%;
  background-color: #b20224;
  content: "";
  transition: all 0.5s;
}
.company-honor .rt .title-swiper .swiper .swiper-slide h5 {
  font-size: clamp(14px, 1vw, 16px);
}
.company-honor .rt .title-swiper .swiper .swiper-slide-thumb-active::before {
  height: 100%;
}
.company-honor .rt .title-swiper .swiper .swiper-slide-thumb-active h5 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #b20224;
}
.case-list {
  padding: 3.020833% 0 6%;
}
.case-list .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-list .index-title a {
  color: #b20224;
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 20px);
  display: flex;
  align-items: center;
}
.case-list .index-title a img {
  width: 1.25em;
  margin-left: 0.75em;
}
.case-list .case-tab {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em 1.7em;
  margin-bottom: 5.625%;
}
.case-list .case-tab li a {
  display: block;
  color: inherit;
  color: #333;
  font-weight: 700;
  transition: all 0.5s;
  min-width: 10.4em;
  line-height: 2.75;
  text-align: center;
  padding: 0 1em;
  background-color: #f2f2f2;
  border-radius: 1.375em;
}
.case-list .case-tab li a:hover {
  background-color: #b20224;
  color: #fff;
}
.case-list .case-tab .active a {
  background-color: #b20224;
  color: #fff;
}
.case-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-list .wrapper .block {
  width: 23.9583333%;
  margin-bottom: 3.0555556%;
}
.case-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.2463768%;
}
.case-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.case-list .wrapper .block .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #3d3d3d;
  margin-top: 0.25em;
}
.case-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.case-list .wrapper .block:hover .title {
  color: #b20224;
}
.download-list {
  padding: 3.020833% 0 7.395833%;
}
.download-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download-list .wrapper .block {
  border: 1px solid #CBCBCB;
  width: 23.958333%;
  padding: 6px;
  margin-bottom: 1.388889%;
}
.download-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 68.86227545%;
}
.download-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.download-list .wrapper .block .pic i {
  position: absolute;
  font-size: clamp(20px, 2.5vw, 48px);
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(5);
  transition: all 0.5s;
  opacity: 0;
}
.download-list .wrapper .block .pic i img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.download-list .wrapper .block .title {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-top: 0.2222em;
  min-height: 4em;
  line-height: 1.5;
}
.download-list .wrapper .block .title a {
  color: inherit;
}
.download-list .wrapper .block:hover .pic img {
  scale: 1.05;
  filter: brightness(80%);
}
.download-list .wrapper .block:hover .pic i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.download-list .wrapper .block:hover .title {
  color: #b20224;
}
.news-list {
  padding: 3.020833% 0 6%;
}
.news-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .wrapper .block {
  width: 31.1805556%;
  background-color: #f2f2f2;
  margin-bottom: 5.5555%;
  transition: all 0.5s;
}
.news-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58.3518931%;
}
.news-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .wrapper .block .title {
  padding: 3.118% 6.236%;
}
.news-list .wrapper .block .title h5 {
  font-size: clamp(10px, 1vw, 14px);
  color: #888;
}
.news-list .wrapper .block .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #3d3d3d;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .wrapper .block .title h4 a {
  color: inherit;
}
.news-list .wrapper .block .title p {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5;
  color: #3d3d3d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.news-list .wrapper .block .title p a {
  color: inherit;
}
.news-list .wrapper .block .title .more {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  color: #b20224;
  margin-top: 0.5em;
}
.news-list .wrapper .block:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.news-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.news-list .wrapper .block:hover .title h4 {
  color: #b20224;
}
.news-list .wrapper .news-row {
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.777778% 6.25% 2.777778% 4.6527778%;
  margin-bottom: 2.7777778%;
  transition: all 0.5s;
}
.news-list .wrapper .news-row .lt {
  width: 62.74357%;
}
.news-list .wrapper .news-row .lt h5 {
  font-size: clamp(10px, 1vw, 14px);
  color: #888;
}
.news-list .wrapper .news-row .lt h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #3d3d3d;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
}
.news-list .wrapper .news-row .lt h4 a {
  color: inherit;
}
.news-list .wrapper .news-row .lt p {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5;
  color: #3d3d3d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.news-list .wrapper .news-row .lt p a {
  color: inherit;
}
.news-list .wrapper .news-row .rt a {
  font-size: clamp(12px, 1vw, 16px);
  color: #b20224;
}
.news-list .wrapper .news-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.news-list .wrapper .news-row:hover .lt h4 {
  color: #b20224;
}
.news-detail {
  padding: 3.020833% 0 6%;
}
.news-detail .index-title {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
  margin-bottom: 3%;
}
.news-detail .index-title h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
}
.news-detail .index-title h5 i {
  margin-right: 0.5em;
  color: #a6a6a6;
}
.news-detail .article {
  font-size: clamp(14px, 1vw, 16px);
  color: #3d3d3d;
  line-height: 1.5;
}
.news-detail .article b,
.news-detail .article strong {
  font-weight: 700;
}
.news-detail .article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.news-detail .article-tab p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45%;
  font-size: 14px;
  color: #b20224;
}
.news-detail .article-tab p a {
  color: #666;
  transition: all 0.5s;
}
.news-detail .article-tab p a:hover {
  color: #b20224;
}
.contact-us {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4.1667% 0;
}
.contact-us .lt {
  width: 45.98958333%;
  padding: 0 0 0 12.5%;
}
.contact-us .lt .index-title {
  text-align: left;
}
.contact-us .lt .hotline {
  display: inline-block;
  font-size: clamp(15px, 1.5625vw, 30px);
  font-weight: 700;
  color: #3d3d3d;
  background-color: #f2f2f2;
  line-height: 2.633333;
  border-radius: 1.3166665em;
  text-align: center;
  padding: 0 1em;
  margin-bottom: 0.8em;
}
.contact-us .lt .hotline span {
  color: #b20224;
}
.contact-us .lt address {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #3d3d3d;
  line-height: 1.5;
  margin-bottom: 1.77778em;
}
.contact-us .lt address img {
  width: 2.2222222em;
  height: 2.2222222em;
  object-fit: scale-down;
  margin-right: 0.5em;
}
.contact-us .lt address .text {
  flex: 1;
  max-width: 400px;
}
.contact-us .lt address h4 {
  font-weight: 700;
}
.contact-us .lt .ewm {
  border-top: 1px solid #d8d8d8;
}
.contact-us .lt .ewm .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  margin-bottom: 8px;
  max-width: 580px;
}
.contact-us .lt .ewm .title h4 {
  color: #3d3d3d;
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 20px);
}
.contact-us .lt .ewm .title a {
  display: block;
  background-color: #f2f2f2;
  color: #b20224;
  font-weight: 700;
  line-height: 2.5;
}
.contact-us .lt .ewm .title a img {
  margin-left: 0.6875em;
}
.contact-us .lt .ewm .wrapper {
  max-width: 580px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us .lt .ewm .wrapper .block {
  width: 20.6896552%;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  padding: 0.5em;
}
.contact-us .lt .ewm .wrapper .block h5 {
  color: #333;
  margin-top: 0.25em;
}
.contact-us .rt {
  width: 53.69791667%;
  background-color: #f2f2f2;
  padding: 4.16667% 12.5% 4.16667% 3.75%;
}
.contact-us .rt .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #3d3d3d;
  font-weight: 700;
  margin-bottom: 3%;
}
.contact-us .rt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.631285%;
}
.contact-us .rt form .form-row .form-col {
  width: 46.3687151%;
}
.contact-us .rt form input,
.contact-us .rt form textarea {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #a6a6a6;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 1em;
  height: 40px;
  background-color: transparent;
  color: #333;
}
.contact-us .rt form input::placeholder,
.contact-us .rt form textarea::placeholder {
  color: transparent;
  background: -webkit-linear-gradient(left, #666 var(--size), #b20224 var(--size));
  background-clip: text;
  -webkit-background-clip: text;
}
.contact-us .rt form textarea {
  padding: 0.75em 1em;
  height: 215px;
}
.contact-us .rt form button {
  outline: none;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background-color: #b20224;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 2.375em;
  min-width: 11.3125em;
  line-height: 3.125;
  border-radius: 1.5625em;
  margin-top: 5.865922%;
  transition: all 0.5s;
}
.contact-us .rt form button img {
  width: 1.1875em;
  margin-left: 3.3125em;
  filter: contrast(0) brightness(200%);
}
.contact-us .rt form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px #b20224;
}
.workplace {
  background-color: #f2f2f2;
  padding: 4.1667% 0 5.9895833%;
}
.workplace .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.workplace .wrapper .block {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.2vw, 20px);
  width: 49.30555556%;
  margin-bottom: 2.777778%;
  background-color: #fff;
  padding: 3.8194444% 7.5694444%;
  transition: all 0.5s;
}
.workplace .wrapper .block img {
  width: 2.4em;
  height: 2.4em;
  object-fit: scale-down;
  margin-right: 1.6em;
}
.workplace .wrapper .block .text {
  flex: 1;
}
.workplace .wrapper .block .text h4 {
  color: #3d3d3d;
  font-weight: 700;
}
.workplace .wrapper .block .text h5 {
  font-size: clamp(14px, 1vw, 16px);
  color: #3d3d3d;
  line-height: 1.5;
}
.workplace .wrapper .block:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.workplace .wrapper .block:hover img {
  animation: swing 1s;
}
.activity-intro {
  margin: 3.020833% 0;
}
.activity-intro .activity-tab {
  display: flex;
  flex-wrap: wrap;
}
.activity-intro .activity-tab li {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #3d3d3d;
  font-weight: 700;
  text-align: center;
  padding: 0 1em;
  line-height: 2.277778;
  min-width: 6.722222em;
  background-color: #e7e7e7;
  transition: all 0.5s;
  cursor: pointer;
}
.activity-intro .activity-tab .active {
  color: #fff;
  background-color: #b20224;
}
.activity-intro .content {
  display: none;
}
.activity-intro .content:first-child {
  display: block;
}
.activity-intro .wrapper {
  padding: 2.43055556% 1.25%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activity-intro .wrapper .lt {
  width: 49.002849%;
}
.activity-intro .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 54.79651163%;
}
.activity-intro .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.activity-intro .wrapper .rt {
  width: 49.002849%;
  line-height: 1.5;
  font-size: clamp(14px, 1vw, 16px);
  color: #3d3d3d;
}
.activity-intro .wrapper .rt h4 {
  color: #b20224;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
}
.activity-intro .wrapper .index-more {
  width: 100%;
  text-align: center;
  margin-top: 3.4188%;
}
.activity-intro .wrapper .index-more a {
  color: #fff;
  font-weight: 700;
  background-color: #b20224;
}
.activity-intro .wrapper .index-more a img {
  filter: contrast(0) brightness(200%);
}
.activity-intro .wrapper .index-more a::after {
  background-color: #fff;
}
.task-process {
  margin-bottom: 3.020833%;
}
.task-process .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.task-process .wrapper .block {
  width: 32.43055556%;
  background-color: #f2f2f2;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #3d3d3d;
  padding: 1.8em 1em;
  text-align: center;
  transition: all 0.5s;
}
.task-process .wrapper .block .icon {
  width: 4.8em;
  height: 4.8em;
  margin: 0 auto 0.5em;
}
.task-process .wrapper .block .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.task-process .wrapper .block h4 {
  font-weight: 700;
}
.task-process .wrapper .block h5 {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.5;
}
.task-process .wrapper .block:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.task-process .wrapper .block:hover .icon {
  animation: swing 1s;
}
.material-download {
  margin-bottom: 4.1667%;
}
.material-download .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.material-download .wrapper .lt {
  width: 39.2361111%;
}
.material-download .wrapper .lt .block {
  height: 100%;
}
.material-download .wrapper .lt .block .pic {
  height: 100%;
}
.material-download .wrapper .rt {
  width: 58.3333333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.material-download .wrapper .rt .block {
  width: 48.2142857%;
}
.material-download .wrapper .rt .block .pic {
  height: 0;
  padding-bottom: 84.197531%;
}
.material-download .wrapper .rt .block:nth-child(1) {
  width: 100%;
  margin-bottom: 3.57142857%;
}
.material-download .wrapper .rt .block:nth-child(1) .pic {
  height: 0;
  padding-bottom: 40.5952381%;
}
.material-download .wrapper .block {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.material-download .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.material-download .wrapper .block .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.material-download .wrapper .block .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: -webkit-linear-gradient(top, transparent 50%, rgba(32, 32, 32, 0.7));
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: all 0.5s;
  font-size: clamp(14px, 1.2vw, 22px);
  color: #fff;
  padding: 0 1.227273em 1em 1.409091em;
}
.material-download .wrapper .block .mask h4 {
  font-weight: 700;
}
.material-download .wrapper .block .mask h5 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5;
}
.material-download .wrapper .block .mask img {
  width: 1.227273em;
}
.material-download .wrapper .block .mask .text {
  flex: 1;
  margin-right: 1em;
}
.material-download .wrapper .block:hover .bg {
  scale: 1.05;
}
.material-download .wrapper .block:hover .mask {
  background-size: 100% 100%;
}
.material-download .wrapper .block:hover .mask img {
  animation: bounce 1s;
}
.media-support .block {
  margin-bottom: 4.1667%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f2f2f2;
}
.media-support .block:nth-child(even) {
  flex-direction: row-reverse;
}
.media-support .block .lt {
  width: 48.8194444%;
}
.media-support .block .rt {
  width: 51.1805556%;
  padding: 2% 2.7083333%;
}
.media-support .block .rt h3 {
  font-size: clamp(16px, 1.875vw, 36px);
  color: #333;
  font-weight: 700;
}
.media-support .block .rt h5 {
  font-size: clamp(14px, 1vw, 16px);
  color: #3d3d3d;
}
.media-support .block .rt a {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #b20224;
  font-weight: 700;
}
.media-support .block .rt a:hover {
  text-decoration: underline !important;
}
.media-support .block .rt .ewm {
  display: flex;
  font-size: clamp(12px, 1vw, 16px);
  color: #b20224;
  align-items: center;
  line-height: 1.5;
  margin-top: 1em;
}
.media-support .block .rt .ewm img {
  width: 7.75em;
  height: 7.75em;
  object-fit: contain;
  margin-right: 1.75em;
  padding: 0.5em;
  background-color: #fff;
}
.btn-wrapper {
  margin-bottom: 6%;
}
.btn-wrapper .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-wrapper .container a {
  width: 48.8194444%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  background-color: #b20224;
  padding: 1.83333em;
  line-height: 1.5;
  min-height: 6.125em;
  transition: all 0.5s;
}
.btn-wrapper .container a img {
  filter: contrast(0) brightness(200%);
  margin-left: 1em;
}
.btn-wrapper .container a:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px #b20224;
}
.smart-intro {
  margin: 4.166667% 0;
}
.smart-intro .container {
  position: relative;
}
.smart-intro .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.smart-intro .swiper .swiper-slide .lt {
  width: 36.805556%;
}
.smart-intro .swiper .swiper-slide .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.smart-intro .swiper .swiper-slide .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smart-intro .swiper .swiper-slide .rt {
  width: 54.861111%;
  padding: 2% 8.33333% 2% 0;
}
.smart-intro .swiper .swiper-slide .rt .index-title {
  text-align: left;
  line-height: 1.5;
}
.smart-intro .swiper .swiper-slide .rt h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #b20224;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.smart-intro .swiper .swiper-slide .rt .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #3d3d3d;
  line-height: 1.6667;
}
.smart-intro .swiper .swiper-pagination {
  bottom: 0;
  position: relative;
}
.smart-intro .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.smart-intro .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b20224;
}
.smart-intro .swiper-button-prev,
.smart-intro .swiper-button-next {
  font-size: clamp(16px, 2.96875vw, 57px);
  color: #b20224;
}
.smart-intro .swiper-button-prev::after,
.smart-intro .swiper-button-next::after {
  font-size: inherit;
}
.smart-intro .swiper-button-prev {
  left: -3%;
}
.smart-intro .swiper-button-next {
  right: -3%;
}
.smart-dish-slogan {
  background-image: url(../images/smart-dish-slogan-bg.jpg);
}
.custom-process {
  padding: 3.0208333% 0 6.3020833%;
  background-color: #f2f2f2;
}
.custom-process .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.custom-process .wrapper .block {
  position: relative;
  width: 14%;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #3d3d3d;
}
.custom-process .wrapper .block .icon {
  width: 5.75em;
  height: 5.75em;
  border-radius: 50%;
  border: 1px solid #b20224;
  background-color: #b20224;
  box-shadow: inset 0 0 0 0.45em #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.custom-process .wrapper .block .icon img {
  width: 2.4em;
  height: 2.4em;
  object-fit: scale-down;
}
.custom-process .wrapper .block h5 {
  position: absolute;
  font-weight: 700;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1.5;
  width: 100%;
  margin-top: 0.6em;
}
.custom-process .wrapper em {
  width: 2.29166667%;
}
.custom-process .wrapper em img {
  display: block;
  width: 100%;
  object-fit: scale-down;
}
.smart-prod {
  margin: 3.0208333% 0 6.3020833%;
}
.smart-prod .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.smart-prod .wrapper aside {
  width: 21.458333%;
  line-height: 1.5;
}
.smart-prod .wrapper aside i {
  font-size: clamp(14px, 1.1vw, 16px) !important;
  width: 2.375em;
  height: 2.375em;
  line-height: 2.375;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.smart-prod .wrapper aside .aside-lv1 {
  font-size: clamp(16px, 1.2vw, 20px);
}
.smart-prod .wrapper aside .aside-lv1 > li {
  color: #fff;
  font-weight: 700;
}
.smart-prod .wrapper aside .aside-lv1 > li a {
  color: inherit;
  flex: 1;
  margin-right: 2.5em;
}
.smart-prod .wrapper aside .aside-lv1 > li i {
  color: #fff;
}
.smart-prod .wrapper aside .aside-lv1 > li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #b20224;
  padding: 0.5em 1.25em 0.5em 1.15em;
  min-height: 3.35em;
}
.smart-prod .wrapper aside .aside-lv1 > .active > div > i {
  rotate: 90deg;
}
.smart-prod .wrapper aside .aside-lv2 {
  display: none;
  font-size: clamp(14px, 1.1vw, 16px);
  padding: 1.5em 0;
  background-color: #f2f2f2;
}
.smart-prod .wrapper aside .aside-lv2 > li {
  color: #3d3d3d;
  font-weight: 400;
}
.smart-prod .wrapper aside .aside-lv2 > li i {
  color: #a6a6a6;
}
.smart-prod .wrapper aside .aside-lv2 > li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5em 0 1.4375em;
}
.smart-prod .wrapper aside .aside-lv2 > li a {
  color: inherit;
  transition: all 0.5s;
}
.smart-prod .wrapper aside .aside-lv2 > li a:hover {
  color: #b20224;
}
.smart-prod .wrapper aside .aside-lv2 > .active {
  color: #b20224;
}
.smart-prod .wrapper aside .aside-lv2 > .active > div > i {
  color: #b20224;
  rotate: 90deg;
}
.smart-prod .wrapper aside .aside-lv3 {
  display: none;
  font-size: clamp(12px, 1vw, 14px);
}
.smart-prod .wrapper aside .aside-lv3 > li {
  padding: 0.5em 1.642857em;
  color: #3d3d3d;
}
.smart-prod .wrapper aside .aside-lv3 > .active {
  color: #b20224;
}
.smart-prod .wrapper main {
  width: 75.2777778%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: baseline;
}
.smart-prod .wrapper main .block {
  width: 22.8782288%;
  background-color: #f2f2f2;
  margin-bottom: 2.12177122%;
}
.smart-prod .wrapper main .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.93548387%;
}
.smart-prod .wrapper main .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.smart-prod .wrapper main .block .title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(12px, 1vw, 14px);
  color: #3d3d3d;
  line-height: 1.5;
  padding: 0.5em 1.42857143em;
  min-height: 5.2857143em;
}
.smart-prod .wrapper main .block:hover .pic img {
  scale: 1.05;
}
.smart-prod .wrapper main .pagination {
  width: 100%;
  margin-top: 2%;
}
.prod-list {
  margin: 4.1667% 0 6%;
}
.prod-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .container aside {
  width: 20.9027778%;
}
.prod-list .container aside .aside-title {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  background-color: #b20224;
  line-height: 2.333333;
  padding: 0 1.333333em;
}
.prod-list .container aside i {
  display: inline-block;
  font-size: 12px !important;
  transition: all 0.5s;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  cursor: pointer;
}
.prod-list .container aside .aside-lv1 {
  font-size: clamp(16px, 1.2vw, 18px);
  background-color: #f2f2f2;
  line-height: 1.5;
}
.prod-list .container aside .aside-lv1 > li {
  color: #3d3d3d;
  font-weight: 700;
}
.prod-list .container aside .aside-lv1 > li a {
  color: inherit;
  
  margin-right: 0.3em;
  transition: all 0.5s;
}
.prod-list .container aside .aside-lv1 > li a:hover {
  color: #b20224;
}
.prod-list .container aside .aside-lv1 > li i {
  color: #a6a6a6;
}
.prod-list .container aside .aside-lv1 > li > div {
  display: flex;
  align-items: center;
  background-color: #d8d8d8;
  padding: 0.25em 1em 0.25em 0.3333em;
  min-height: 2.6666667em;
}
.prod-list .container aside .aside-lv1 > .active {
  color: #b20224;
}
.prod-list .container aside .aside-lv1 > .active > div > i {
  rotate: 90deg;
  color: #b20224;
}
.prod-list .container aside .aside-lv2 {
  display: none;
  font-size: clamp(14px, 1.1vw, 16px);
  padding-bottom: 0.75em;
}
.prod-list .container aside .aside-lv2 > li {
  color: #3d3d3d;
  font-weight: 700;
  padding: 0.25em 1.5em 0.25em 2em;
}
.prod-list .container aside .aside-lv2 > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 0;
}
.prod-list .container aside .aside-lv2 > .active {
  color: #b20224;
}
.prod-list .container aside .aside-lv2 > .active > div > i {
  rotate: 90deg;
  color: #b20224;
}
.prod-list .container aside .aside-lv3 {
  display: none;
  font-size: clamp(13px, 1.05vw, 15px);
  padding: 0.5em 0;
  border-top: 1px solid #d8d8d8;
  margin-top: 0.25em;
}
.prod-list .container aside .aside-lv3 > li {
  color: #666;
  font-weight: 400;
}
.prod-list .container aside .aside-lv3 > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 0;
}
.prod-list .container aside .aside-lv3 > .active {
  color: #b20224;
}
.prod-list .container aside .aside-lv3 > .active > div > i {
  rotate: 90deg;
  color: #b20224;
}
.prod-list .container aside .aside-lv4 {
  display: none;
  padding: 0 1em;
}
.prod-list .container aside .aside-lv4 > li {
  font-weight: 400;
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  padding: 0.25em 0;
}
.prod-list .container aside .aside-lv4 > .active {
  color: #b20224;
}
.prod-list .container main {
  width: 76.1111111%;
}
.prod-list .container main .prod-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.649635%;
}
.prod-list .container main .prod-search h3 {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid #b20224;
  padding-left: 1em;
}
.prod-list .container main .prod-search form {
  display: flex;
  flex: 1;
  margin-left: 20px;
  max-width: 508px;
  font-size: 14px;
}
.prod-list .container main .prod-search form input {
  flex: 1;
  color: #000;
  outline: none;
  background-color: #f2f2f2;
  padding: 0 1em;
  height: 4em;
}
.prod-list .container main .prod-search form input::placeholder {
  color: #666;
}
.prod-list .container main .prod-search form button {
  cursor: pointer;
  outline: none;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  background-color: #b20224;
  width: 5.7em;
  transition: all 0.5s;
}
.prod-list .container main .prod-search form button:hover {
  box-shadow: 0 2px 10px #b20224;
  filter: brightness(120%);
}
.prod-list .container main .prod-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  margin-bottom: 5.20073%;
}
.prod-list .container main .prod-category .lt {
  width: 38.50365%;
  padding: 2% 3%;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(15px, 1.25vw, 24px);
  color: #3d3d3d;
  font-weight: 700;
}
.prod-list .container main .prod-category .rt {
  width: 61.49635%;
}
.prod-list .container main .prod-category .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 44.51038576%;
}
.prod-list .container main .prod-category .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-list .container main .prod-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: baseline;
}
.prod-list .container main .prod-wrapper .block {
  width: 31.38686131%;
  background-color: #f2f2f2;
  margin-bottom: 5.291971%;
}
.prod-list .container main .prod-wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.56976744%;
}
.prod-list .container main .prod-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-list .container main .prod-wrapper .block .title {
  font-size: clamp(12px, 1.1vw, 16px);
  color: #3d3d3d;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em 1.75em;
  min-height: 6em;
}
.prod-list .container main .prod-wrapper .block:hover .pic img {
  scale: 1.05;
}
.anchor-fixed {
	position: relative;
	top: -118px;
}
