@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  scroll-behavior: smooth;
  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;
}
.out-header {
  height: 100px;
  width: 100%;
}
.mycontainer {
  max-width: 1600px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  max-width: 1820px;
  width: 95%;
}
header .logo {
  width: 16.48351648%;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1vw, 18px);
}
header .lv1 > li:first-child {
  margin-left: 0;
}
header .lv1 > li a {
  color: #333;
  padding: 0 1em;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li:hover a {
  background-color: rgba(234, 30, 41, 0.1);
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active > a {
  color: #fff;
  background-color: #EA1E29 !important;
  font-weight: 700;
}
header .lv1 .tel {
  line-height: 1.2;
  font-size: clamp(16px, 1.1vw, 20px);
}
header .lv1 .tel img {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}
header .lv1 .tel h5 {
  font-size: clamp(14px, 1vw, 18px);
  color: #333;
}
header .lv1 .tel h4 {
  font-size: clamp(16px, 1.1vw, 20px);
  color: #EA1E29;
  font-weight: 700;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 > li a {
  font-size: 16px;
  color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  flex: 1;
  margin-left: 3.75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search-lang {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 0.3333em;
}
header .search-lang em {
  display: block;
  width: 1px;
  height: 1.1111em;
  background-color: #333;
}
header .search-lang .search-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: all 0.5s;
}
header .search-lang .search-icon img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  transition: all 0.5s;
}
header .search-lang .header-search-on {
  background-color: #EA1E29 !important;
}
header .search-lang .header-search-on img {
  filter: contrast(0) brightness(200%) !important;
}
header .search-lang .lang {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
}
header .search-lang .lang a {
  color: inherit;
  line-height: 1.45;
  margin-top: -0.15em;
  margin-left: 0.3333em;
  transition: all 0.5s;
}
header .search-lang .lang a:hover {
  text-decoration: underline !important;
}
header .header-search-form {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 2% 0;
  background-color: #f5f5f5;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .header-search-form .container {
  height: auto;
}
header .header-search-form form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
  width: 100%;
}
header .header-search-form form input {
  flex: 1;
  height: 3em;
  outline: none;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 1em;
  transition: all 0.5s;
  border: 1px solid #ddd;
}
header .header-search-form form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .header-search-form form input:focus {
  border-color: #EA1E29;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #ccc;
  width: 3em;
  cursor: pointer;
  transition: all 0.5s;
}
header .header-search-form form button img {
  transition: all 0.5s;
}
header .header-search-form form button:hover {
  background-color: #EA1E29;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #EA1E29;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #EA1E29;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #EA1E29;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  scale: 1.1;
}
.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: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
  background-color: #333;
  transition: all 0.5s;
  margin: 0 4px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EA1E29;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(16px, 2.7083333vw, 52px);
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 5.9230769em;
  top: 0;
  margin: 0;
  padding: 10px;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-banner .swiper-button-prev:active,
.index-banner .swiper-button-next:active {
  color: #EA1E29;
}
.index-banner .swiper-button-prev {
  justify-content: flex-start;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) -10%, rgba(216, 216, 216, 0) 50%);
  left: 0;
}
.index-banner .swiper-button-next {
  justify-content: flex-end;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.42) -10%, rgba(216, 216, 216, 0) 50%);
  right: 0;
}
.index-title {
  text-align: center;
  margin-bottom: 1.875%;
}
.index-title h3 {
  font-size: clamp(20px, 2.0833333vw, 40px);
  color: #000;
  font-weight: 700;
  position: relative;
  line-height: 1.25;
}
.index-title h3::after {
  display: block;
  content: "";
  width: 1.5em;
  height: 0.15em;
  border-radius: 0.15em;
  background-color: #EA1E29;
  margin: 0.25em auto;
}
.index-title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #333;
  line-height: 1.6667;
}
.index-prod {
  padding: 4.1667% 0;
}
.index-prod .index-title {
  margin-bottom: 3.75%;
}
.index-prod .prod-tab {
  display: flex;
	flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 2%;
  margin-bottom: 3.4375%;
}
.index-prod .prod-tab li {
  position: relative;
  width: 23.5%;
	margin-bottom: 2%;
  display: flex;
	align-items: center;
	justify-content: space-between;
  padding: 1em 2em;
  cursor: pointer;
	background-color: #f2f2f2;
	transition: all .5s;
	z-index: 1;
}
.index-prod .prod-tab li::after {
	position: absolute;
  display: block;
	content: "";
	transition: all .3s;
	border: .75em solid transparent;
	border-top: .75em solid #EA1E29;
	border-bottom: 0;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -100%);
	opacity: 0;
	z-index: -1;
}
.index-prod .prod-tab li img {
  width: 6.5em;
  height: 6.5em;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-prod .prod-tab li h4 {
  line-height: 1.45;
  color: #333;
	flex: 1;
	margin-left: 1em;
	font-weight: 700;
}
.index-prod .prod-tab .active {
	background-color: #EA1E29;
}
.index-prod .prod-tab .active::after {
	opacity: 1;
	transform: translate(-50%, 0);
	transition-delay: .25s;
}
.index-prod .prod-tab .active h4 {
  color: #fff;
  font-weight: 700;
}
.index-prod .swiper {
  display: none;
}
.index-prod .swiper:first-child {
  display: block;
}
.index-prod .swiper .swiper-slide {
  padding: 9px;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.3);
  transition: border 0.5s;
}
.index-prod .swiper .swiper-slide:hover {
  border-color: #EA1E29;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title {
  background-color: #EA1E29;
  color: #fff;
  font-weight: 700;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 73.68421%;
  background-color: #f6f6f6;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  width: 100%;
  font-size: clamp(14px, 1.2vw, 20px);
  background-color: #f6f6f6;
  color: #666;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em;
  line-height: 2.5;
  transition: all 0.5s;
  margin-top: 10px;
}
.index-prod .swiper .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 3%;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	transition: all .5s;
	background-color: #333;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #EA1E29;
}
.index-about {
  padding: 3.125% 0;
  background-color: #f6f6f6;
}
.index-about .intro .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .intro .wrapper .lt {
  width: 57.5%;
}
.index-about .intro .wrapper .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: clamp(1.6667em, 2.083333vw, 2em);
}
.index-about .intro .wrapper .rt {
  width: 41.25%;
}
.index-about .intro .wrapper .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.545454%;
  transform-style: preserve-3d;
  perspective: 800px;
}
.index-about .intro .wrapper .rt .pic img,
.index-about .intro .wrapper .rt .pic video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .intro .wrapper .rt .pic i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(14px, 1.2vw, 20px);
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: all 0.5s;
}
.index-about .intro .wrapper .rt .pic:hover i {
  transform: translate(-50%, -50%) rotateY(360deg);
}
.index-about .dev {
  padding: 10px;
  margin-top: 20px;
}
.index-about .dev .thumbSwiper {
  border-bottom: 1px dashed #EA1E29;
  font-size: clamp(14px, 1.2vw, 20px);
}
.index-about .dev .thumbSwiper .swiper-slide {
  text-align: center;
  width: 10em;
  cursor: pointer;
  padding: 0.75em 0;
}
.index-about .dev .thumbSwiper .swiper-slide em {
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin: 0 auto 0.5em;
  background-color: #f6f6f6;
  border: 1px solid rgba(153, 153, 153, 0.5);
  transition: box-shadow 0.5s, background-color 0.5s, border 0.2s;
}
.index-about .dev .thumbSwiper .swiper-slide h5 {
  line-height: 1.5;
  color: #333;
}
.index-about .dev .thumbSwiper .swiper-slide-thumb-active em {
  background-color: #EA1E29;
  border: 0.2em solid #fff;
  box-shadow: 0px 0.2em 0.5em 0px #EA1E29;
}
.index-about .dev .devSwiper {
  margin-top: 10px;
}
.index-about .dev .devSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #EA1E29;
  font-weight: 500;
  min-height: 2.5em;
  line-height: 1.25;
}
.index-app {
  padding: 4.6875% 0 0;
}
.index-app .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-app .wrapper .lt {
  width: 31.25%;
  background: url(../images/index-app-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.75%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-app .wrapper .lt .swiper {
  width: 100%;
}
.index-app .wrapper .lt .swiper .swiper-slide {
  color: #fff;
  width: 100%;
}
.index-app .wrapper .lt .swiper .swiper-slide .title {
  font-weight: 700;
  font-size: clamp(14px, 2.083333vw, 40px);
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.index-app .wrapper .lt .swiper .swiper-slide .brief {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.875;
  max-height: 18.75em;
  overflow: auto;
}
.index-app .wrapper .lt .swiper .swiper-slide .brief::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.index-app .wrapper .lt .swiper .swiper-slide .brief::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.index-app .wrapper .lt .swiper .swiper-slide .brief::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #fff;
}
.index-app .wrapper .rt {
  width: 68.75%;
}
.index-app .wrapper .rt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 46.212121%;
}
.index-app .wrapper .rt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-app .wrapper .rt .swiper .swiper-button-prev,
.index-app .wrapper .rt .swiper .swiper-button-next {
  font-size: clamp(14px, 1.2vw, 20px);
  background-color: #EA1E29;
  padding: 0.5em;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  transition: all 0.5s;
}
.index-app .wrapper .rt .swiper .swiper-button-prev img,
.index-app .wrapper .rt .swiper .swiper-button-next img {
  width: 2em;
  height: 2em;
}
.index-app .wrapper .rt .swiper .swiper-button-prev::after,
.index-app .wrapper .rt .swiper .swiper-button-next::after {
  display: none;
}
.index-app .wrapper .rt .swiper .swiper-button-prev img {
  rotate: -180deg;
}
.index-case {
  padding: 4.6875% 0 2.6041667%;
}
.index-case .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-case .wrapper .lt {
  width: 60%;
}
.index-case .wrapper .lt .swiper {
  width: 100%;
  height: 100%;
}
.index-case .wrapper .lt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-case .wrapper .lt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-case .wrapper .rt {
  width: 37.5%;
  background: url(../images/index-app-bg.jpg) no-repeat;
  background-size: cover;
  padding: 6.5% 3.75% 4.625%;
}
.index-case .wrapper .rt .swiper .title {
  font-size: clamp(14px, 2.083333vw, 40px);
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
.index-case .wrapper .rt .swiper .title::after {
  display: block;
  content: "";
  width: 2em;
  height: 0.1em;
  background-color: #fff;
  margin-top: 1.5625vw;
  margin-bottom: 3.125vw;
}
.index-case .wrapper .rt .swiper .brief {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.875;
  height: 7.5em;
  color: #fff;
  overflow: auto;
}
.index-case .wrapper .rt .swiper .brief::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.index-case .wrapper .rt .swiper .brief::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.index-case .wrapper .rt .swiper .brief::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #fff;
}
.index-case .wrapper .rt .swiper-btn {
  display: flex;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 0.5em;
  margin-top: 3.125vw;
}
.index-case .wrapper .rt .swiper-btn .swiper-button-prev,
.index-case .wrapper .rt .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 5em;
  height: 3em;
  border: 1px solid #fff;
  background-color: #EA1E29;
  transition: all 0.5s;
}
.index-case .wrapper .rt .swiper-btn .swiper-button-prev img,
.index-case .wrapper .rt .swiper-btn .swiper-button-next img {
  width: 2em;
  height: 2em;
}
.index-case .wrapper .rt .swiper-btn .swiper-button-prev::after,
.index-case .wrapper .rt .swiper-btn .swiper-button-next::after {
  display: none;
}
.index-case .wrapper .rt .swiper-btn .swiper-button-disabled {
  background-color: #333;
  opacity: 1;
}
.index-case .wrapper .rt .swiper-btn .swiper-button-prev {
  border-radius: 3em 0 0 3em;
}
.index-case .wrapper .rt .swiper-btn .swiper-button-prev img {
  rotate: -180deg;
}
.index-case .wrapper .rt .swiper-btn .swiper-button-next {
  border-radius: 0 3em 3em 0;
}
.index-news {
  padding: 3.125% 0 4.6875%;
}
.index-news .tab {
  display: flex;
  justify-content: center;
  font-size: clamp(14px, 1.25vw, 24px);
  gap: 1.25em;
  margin-bottom: 2.5%;
}
.index-news .tab li {
  text-align: center;
  line-height: 2;
  border: 1px solid #999;
  color: #999;
  padding: 0 1em;
  min-width: 8.333333em;
  border-radius: 2em;
  transition: all 0.5s;
  cursor: pointer;
}
.index-news .tab .active {
  background-color: #EA1E29;
  color: #fff;
  border-color: #EA1E29;
}
.index-news .swiper {
  display: none;
}
.index-news .swiper:first-child {
  display: block;
}
.index-news .swiper .swiper-slide {
  padding: 9px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  transition: border 0.5s;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title h4 {
  color: #EA1E29;
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 54.5454545%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .title {
  padding: 10px 10px 0;
}
.index-news .swiper .title h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.6667;
  font-weight: 700;
  margin-bottom: 0.2222em;
}
.index-news .swiper .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.875;
  height: 5.625em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.25em;
}
.index-news .swiper .title h5 {
  text-align: right;
  font-size: clamp(12px, 1vw, 16px);
  color: #EA1E29;
  line-height: 1.875;
  font-weight: 700;
}
footer {
  background-color: #f6f6f6;
}
footer .footer-top {
  padding: 2.0833% 0;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top .info {
  width: 26.25%;
}
footer .footer-top .info .logo {
  /* margin-bottom: 10px; */
	width: 250px;
	margin: 0 auto;
}
footer .footer-top .info .logo h3 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  line-height: 1.3333;
}
footer .footer-top .info .logo h5 {
  font-size: 10px;
  color: #fff;
  line-height: 2;
}
footer .footer-top .info .logo img {
  margin-right: 10px;
}
footer .footer-top .info .logo h4 {
  margin-bottom: 0;
}
footer .footer-top .info ul {
  display: flex;
  justify-content: space-around;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 1.6667em;
}
footer .footer-top .info ul li {
  color: #333;
}
footer .footer-top .info ul li a {
  color: inherit;
}
footer .footer-top .info ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top address {
  width: 30%;
}
footer .footer-top address h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  margin-bottom: 0.4167em;
}
footer .footer-top address p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #999;
  line-height: 2;
  margin-bottom: 0.2222em;
}
footer .footer-top address i {
	display: inline-block;
	vertical-align: text-bottom;
	color: #fff;
	background-color: #EA1E29;
	border-radius: 50%;
	min-width: 2em;
	min-height: 2em;
	text-align: center;
	line-height: 2;
	font-size: .75em;
	margin-right: 0.5em;
}
footer .footer-top .ewm {
	display: flex;
	gap: 1em 1.5em;
  text-align: center;
  width: 26.25%;
  font-size: clamp(14px, 1.1vw, 18px);
}
footer .footer-top .ewm img {
  width: 6.666667em;
  height: 6.666667em;
}
footer .footer-top .ewm p {
  color: #333;
  margin-top: 0.5556em;
}
footer .footer-bt {
  font-size: clamp(12px, 1vw, 16px);
  background-color: #EA1E29;
  color: #fff;
  line-height: 1.6667;
  padding: 0.88541667% 0;
  text-align: center;
}
footer .footer-bt p {
  flex: 1;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
footer .footer-bt span i {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 800px;
}
footer .footer-bt span i > img {
  transition: all 0.5s;
}
footer .footer-bt span i .tip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -150%) rotateX(-90deg) rotateY(90deg);
  white-space: nowrap;
  min-width: 100px;
  min-height: 100px;
  transition: all 0.5s;
}
footer .footer-bt span i .tip img {
  width: 100px;
  height: 100px;
}
footer .footer-bt span i:hover > img {
  filter: brightness(200%);
}
footer .footer-bt span i:hover .tip {
  transform: translate(-50%, -100%) rotateX(0deg) rotateY(0deg);
  visibility: visible;
  opacity: 1;
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
.back-top {
  position: fixed;
  right: 1%;
  bottom: 20%;
  background-color: #EA1E29;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: clamp(12px, 1.2vw, 20px);
  border-radius: 4px;
  transition: all 0.5s;
  animation: fadeOutRight 0.5s;
  visibility: hidden;
}
.back-top:hover {
  filter: sepia(1);
}
.back-top-show {
  animation: fadeInLeft 0.5s;
  visibility: visible;
}
