@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 {
  background-color: #f5f5f5;
  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: 1200px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: rgba(56, 56, 56, 0.5);
}
header .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  gap: 1em;
}
header .logo {
  width: 10%;
	height: 90%;
}
header .logo img {
  transition: all 0.5s;
	max-height: 100%;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  text-transform: uppercase;
}
header .lv1 > li:hover {
  background-color: #BA2F2F;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #0e6eb8;
}
header .lv1 > .active {
  background-color: #BA2F2F;
}
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: 58.333333%;
  height: 100%;
  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 .tel {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.35416667vw, 26px);
  color: #fff;
  line-height: 1.5;
}
header .tel h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 500;
}
header .tel img {
  width: 1.46153846em;
  height: 1.46153846em;
  object-fit: contain;
  margin-right: 0.5em;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  font-size: 22px;
  padding: 0 14px;
  line-height: 40px;
  background-color: #edf5fb;
  margin: 5px 8px;
  color: #5f5f5f;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #035fa8;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #035fa8;
}
.pagination .btn {
  margin: 0 29px;
}
.pagination .btn a {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.3);
  font-weight: 700;
}
.pagination .btn i {
  margin: 0 20px;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #dcdcdc !important;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
  filter: grayscale(1) brightness(0.02);
}
.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;
  filter: grayscale(0) brightness(1);
  transition: all 3s;
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text .mycontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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 .banner-slogan {
  background: url(../images/banner-slogan-bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.78125% 0;
}
.index-banner .banner-slogan .mycontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-banner .banner-slogan h3 {
  display: inline-block;
  text-align: center;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 500;
  color: transparent;
  background: linear-gradient(90deg, #BC9A43 0%, #FEFEC8 20.14%, #C6A238 38.19%, #E1BD59 56.94%, #9A6D1A 79.86%, #F5DE85 100%);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.45;
}
.index-banner .banner-slogan h3 span {
  font-weight: 900;
  font-size: 1.1818182em;
}
.index-banner .banner-slogan .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-banner .banner-slogan .wrapper form {
  flex: 1;
  display: flex;
  font-size: clamp(12px, 1.1vw, 18px);
}
.index-banner .banner-slogan .wrapper form .input-wrapper {
  flex: 1;
  display: flex;
  padding: 6px 0;
  background-color: #fff;
}
.index-banner .banner-slogan .wrapper form input {
  height: 100%;
  flex: 1;
  outline: none;
  background-color: #fff;
  font-weight: 300;
  border-right: 1px solid #a6a6a6;
  padding: 0 1em 0 2.833333em;
  background-image: url(../images/banner-form-icon1.png);
  background-size: auto;
  background-position: 0.72222em center;
  background-repeat: no-repeat;
}
.index-banner .banner-slogan .wrapper form input:last-child {
  border-right: 0;
}
.index-banner .banner-slogan .wrapper form input:nth-child(2) {
  background-image: url(../images/banner-form-icon2.png);
}
.index-banner .banner-slogan .wrapper form input:nth-child(3) {
  background-image: url(../images/banner-form-icon3.png);
}
.index-banner .banner-slogan .wrapper form input::placeholder {
  color: #a6a6a6;
}
.index-banner .banner-slogan .wrapper form button {
  width: 9.166667em;
  color: #383838;
  background: linear-gradient(90deg, #BC9A43 0%, #FEFEC8 20.14%, #C6A238 38.19%, #E1BD59 56.94%, #9A6D1A 79.86%, #F5DE85 100%);
  border-radius: 0.3333em;
  height: 2.2222em;
  margin: 0 0.66667em;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
}
.index-banner .banner-slogan .wrapper form button:hover {
  filter: hue-rotate(-20deg);
}
.index-banner .banner-slogan .wrapper .tel {
  font-size: clamp(14px, 1.35416667vw, 26px);
  line-height: 1.5;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.index-banner .banner-slogan .wrapper .tel img {
  width: 1.5769231em;
  height: 1.5769231em;
  object-fit: contain;
}
.index-banner .banner-slogan .wrapper .tel .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-banner .banner-slogan .wrapper .tel h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  display: inline-block;
  font-weight: 500;
  color: transparent;
  background: linear-gradient(90deg, #BC9A43 0%, #FEFEC8 20.14%, #C6A238 38.19%, #E1BD59 56.94%, #9A6D1A 79.86%, #F5DE85 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.index-banner .banner-slogan .wrapper .tel h4 {
  display: inline-block;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(90deg, #BC9A43 0%, #FEFEC8 20.14%, #C6A238 38.19%, #E1BD59 56.94%, #9A6D1A 79.86%, #F5DE85 100%);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.25;
}
.index-title {
  text-align: center;
  margin-bottom: 2%;
}
.index-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #000;
}
.index-title h3 span {
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 700;
}
.index-slogan {
  position: relative;
  overflow: hidden;
  margin: 2% 0 1%;
}
.index-slogan .swiper {
  overflow: visible;
}
.index-slogan .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index-slogan .swiper .swiper-slide {
  width: 11.7083333em;
  min-height: 10.416667em;
  font-size: clamp(14px, 1.25vw, 24px);
  text-align: center;
  border: 1px solid #a6a6a6;
  border-right: 0;
  padding: 2em 2.16667em 1em;
	height: auto;
}
.index-slogan .swiper .swiper-slide .icon {
  width: 2.29166667em;
  height: 2.29166667em;
  margin: 0 auto;
}
.index-slogan .swiper .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-slogan .swiper .swiper-slide h4 {
  font-weight: 500;
  color: #2c2c2c;
  margin: 0.5em 0 0.75em;
}
.index-slogan .swiper .swiper-slide .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #808080;
  line-height: 1.45;
}
.index-slogan .swiper .swiper-slide:hover .icon {
  animation: swing 1s;
}
.index-case {
  position: relative;
  overflow: hidden;
  background: url(../images/case-bg.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: 2%;
  margin-bottom: 3%;
}
.index-case .index-title .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-case .index-title .mycontainer .case-tab li {
  display: inline-block;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #383838;
  font-weight: 300;
}
.index-case .index-title .mycontainer .case-tab li a {
  color: inherit;
  transition: all 0.5s;
}
.index-case .index-title .mycontainer .case-tab li a:hover {
  color: #D43030;
  font-weight: 700;
}
.index-case .index-title .mycontainer .case-tab li::after {
  display: inline;
  content: "丨";
}
.index-case .index-title .mycontainer .case-tab li:last-child::after {
  display: none;
}
.index-case .index-title .mycontainer h3 {
  color: #383838;
}
.index-case .wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-left: 14.01041667%;
  font-size: clamp(12px, 1.1vw, 18px);
}
.index-case .wrapper .casePicSwiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 38.277778em;
}
.index-case .wrapper .casePicSwiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.1;
  filter: grayscale(1) brightness(0.05);
}
.index-case .wrapper .casePicSwiper .swiper-slide-active .pic img {
  scale: 1;
  transition: all 1s;
  filter: grayscale(0) brightness(1);
}
.index-case .wrapper .caseTextSwiper {
  position: absolute;
  width: 19.5em;
  height: 86.937591%;
  z-index: 1;
  right: 21.8049667%;
  top: 8.27286%;
  background-color: rgba(56, 56, 56, 0.3);
}
.index-case .wrapper .caseTextSwiper .swiper-wrapper {
  height: auto;
}
.index-case .wrapper .caseTextSwiper .swiper-slide {
  color: #fff;
  line-height: 1.45;
  padding: 2em 1em 1em;
}
.index-case .wrapper .caseTextSwiper .swiper-slide .title {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-case .wrapper .caseTextSwiper .swiper-slide .brief {
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  height: 17.4em;
}
.index-case .wrapper .caseTextSwiper .swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2.44791667vw, 47px);
  padding: 0 1em;
  margin: 0.6em 0;
}
.index-case .wrapper .caseTextSwiper .swiper-btn .swiper-button-prev,
.index-case .wrapper .caseTextSwiper .swiper-btn .swiper-button-next {
  position: relative;
  top: 0;
  margin: 0;
  font-size: inherit;
  color: #fff;
  outline: none;
}
.index-case .wrapper .caseTextSwiper .swiper-btn .swiper-button-prev::after,
.index-case .wrapper .caseTextSwiper .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-case .wrapper .caseTextSwiper .swiper-btn .swiper-pagination {
  flex: 1;
  position: relative;
  bottom: 0;
  background-color: #fff;
  height: 1px;
}
.index-case .wrapper .caseTextSwiper .swiper-btn .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 3px;
  margin-top: -1px;
  background-color: #BA2F2F;
}
.index-case .wrapper .caseTextSwiper .more {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 7em);
  font-size: clamp(14px, 1.1vw, 18px);
}
.index-case .wrapper .caseTextSwiper .more a {
  color: #fff;
  font-weight: 300;
  transition: all 0.5s;
}
.index-case .wrapper .caseTextSwiper .more a:hover {
  color: #BA2F2F;
}
.index-process {
  position: relative;
  z-index: 1;
}
.index-process .index-title {
  text-align: right;
}
.index-process .index-title h3 {
  color: #383838;
}
.index-process .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: clamp(15px, 1.5625vw, 30px);
}
.index-process .wrapper::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 3.1999995em);
  height: 1px;
  border-top: 1px dashed #808080;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -1.0666665em);
  z-index: -1;
}
.index-process .wrapper .block {
  width: 11.111111%;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
}
.index-process .wrapper .block .icon {
  width: 3.5556em;
  height: 3.5556em;
  margin: 0 auto;
}
.index-process .wrapper .block .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-process .wrapper .block h4 {
  text-align: center;
  line-height: 1.5;
  margin: 0.85em 0;
}
.index-process .wrapper .block .num {
  font-size: clamp(15px, 1.5625vw, 30px);
  color: #808080;
  font-weight: 500;
  margin: 0 auto;
  width: 2.133333em;
  height: 2.133333em;
  border: 1px solid #808080;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  background-color: #f5f5f5;
  transition: all 0.5s;
}
.index-process .wrapper .block:hover .icon {
  animation: swing 1s;
}
.index-process .wrapper .block:hover .num {
  background-color: #BA2F2F;
  color: #fff;
  border-color: transparent;
}
.index-adv {
  margin: 2.8645833% 0 1.5625%;
}
.index-adv .adv-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  margin-bottom: 2em;
}
.index-adv .adv-tab li {
  position: relative;
  width: 23.33333%;
  background-color: #fff;
  color: #D43030;
  padding: 1.25em;
  min-height: 10em;
  z-index: 1;
  cursor: pointer;
}
.index-adv .adv-tab li::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(120.67deg, #900708 0%, #EC3637 48.72%, #8F0707 100%);
  transition: all 0.5s;
  opacity: 0;
}
.index-adv .adv-tab li::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: 50%;
  bottom: 0;
  border: 0.65em solid transparent;
  border-bottom: 0;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 0.5s;
}
.index-adv .adv-tab li .icon {
  position: relative;
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto 0.25em;
}
.index-adv .adv-tab li .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-adv .adv-tab li h4 {
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-align: center;
}
.index-adv .adv-tab li h5 {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1vw, 14px);
  text-align: center;
  line-height: 1.45;
}
.index-adv .adv-tab li:hover .icon {
  animation: swing 1s;
}
.index-adv .adv-tab .active {
  color: #fff;
}
.index-adv .adv-tab .active::before {
  opacity: 1;
}
.index-adv .adv-tab .active::after {
  transform: translate(-50%, 100%);
  opacity: 1;
  border-top: 1.2em solid #CE2727;
}
.index-adv .adv-tab .active .icon img {
  filter: contrast(0) brightness(200%);
}
.index-adv .swiper .swiper-slide {
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-adv .swiper .swiper-slide .lt {
  width: 48.965517%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-adv .swiper .swiper-slide .lt .top .title {
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2.083333vw, 40px);
  margin-bottom: 0.6em;
  padding-top: 0.6em;
}
.index-adv .swiper .swiper-slide .lt .top .title .num {
  color: #D43030;
  font-weight: 700;
  width: 2.1em;
  height: 2.1em;
  line-height: 2;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  margin-right: 0.6em;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.index-adv .swiper .swiper-slide .lt .top .title .text {
  flex: 1;
  line-height: 1.6667;
}
.index-adv .swiper .swiper-slide .lt .top .title .text h4 {
  font-size: clamp(16px, 1.2vw, 22px);
  color: #000;
  font-weight: 500;
}
.index-adv .swiper .swiper-slide .lt .top .title .text h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #808080;
}
.index-adv .swiper .swiper-slide .lt .top .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #383838;
  line-height: 2;
  text-indent: 2em;
}
.index-adv .swiper .swiper-slide .lt .bt {
  font-size: clamp(15px, 1.5625vw, 30px);
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-color: #D43030;
  line-height: 1.9;
  margin-top: 0.5em;
}
.index-adv .swiper .swiper-slide .rt {
  width: 48.965517%;
}
.index-adv .swiper .swiper-slide .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.93661972%;
}
.index-adv .swiper .swiper-slide .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-adv .swiper .swiper-slide .rt .pic:hover img {
  scale: 1.05;
}
.index-about {
  padding: 3.6458333% 0 3.4375%;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 1.875%;
}
.index-about .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .mycontainer .lt .index-title {
  text-align: left;
}
.index-about .mycontainer .lt .index-title h2 {
  font-size: clamp(30px, 3.6458333vw, 70px);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #808080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1;
}
.index-about .mycontainer .lt .index-title h3 {
  margin-top: -1.2em;
  font-weight: 700;
  line-height: 1.45;
}
.index-about .mycontainer .lt .title {
  font-size: clamp(24px, 2.60416667vw, 50px);
  margin-top: 0.6em;
}
.index-about .mycontainer .lt .title h2 {
  color: #BA2F2F;
  font-weight: 700;
  line-height: 1.2;
}
.index-about .mycontainer .lt .more {
  margin-top: 5.10416667vw;
}
.index-about .mycontainer .lt .more a {
  display: inline-block;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  text-align: center;
  min-width: 8.111111em;
  padding: 0 1em;
  line-height: 2.222222;
  background-color: #BA2F2F;
  transition: all 0.5s;
}
.index-about .mycontainer .lt .more a:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px #BA2F2F;
}
.index-about .mycontainer .rt {
  width: 50.333333%;
}
.index-about .mycontainer .rt .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .mycontainer .rt .data .block {
  width: 32%;
  line-height: 1.25;
}
.index-about .mycontainer .rt .data .block h2 {
  font-size: clamp(14px, 1.35416667vw, 26px);
  color: #000;
  font-weight: 300;
}
.index-about .mycontainer .rt .data .block h2 span {
  font-size: clamp(20px, 2.39583333vw, 46px);
  font-weight: 400;
}
.index-about .mycontainer .rt .data .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
}
.index-about .mycontainer .rt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #383838;
  font-weight: 300;
  text-indent: 2em;
  line-height: 1.77778;
  margin-top: 2.5em;
}
.index-news {
  background: url(../images/news-bg.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: 3.4375%;
  margin-bottom: 2.2916667%;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5.3333%;
}
.index-news .wrapper .lt .index-title {
  text-align: left;
}
.index-news .wrapper .lt .index-title h2 {
  font-size: clamp(24px, 2.2916667vw, 44px);
  color: #383838;
  font-weight: 900;
  line-height: 1.45;
}
.index-news .wrapper .lt .index-title h3 {
  font-weight: 700;
}
.index-news .wrapper .lt .more {
  margin-top: 1vw;
}
.index-news .wrapper .lt .more a {
  position: relative;
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
  text-align: center;
  padding: 0 1em;
  border: 1px solid #383838;
  line-height: 2.55;
  min-width: 9.5em;
  transition: all 0.5s;
}
.index-news .wrapper .lt .more a::after {
  position: absolute;
  display: block;
  content: "";
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.7em;
  background-color: #F4EBE2;
}
.index-news .wrapper .lt .more a:hover {
  border-color: #BA2F2F;
  color: #BA2F2F;
  letter-spacing: 0.1em;
}
.index-news .wrapper .rt {
  width: 50%;
}
.index-news .wrapper .rt h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #383838;
  font-weight: 500;
  line-height: 1.6667;
}
.index-news .wrapper .rt h4 {
  font-size: clamp(14px, 1.25vw, 23px);
  color: #383838;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25em;
}
.index-news .wrapper .rt h4 a {
  color: inherit;
}
.index-news .wrapper .rt p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
  height: 4.35em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-news .wrapper .rt p a {
  color: inherit;
}
.index-news .wrapper .rt .swiper-pagination {
  position: relative;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: clamp(10px, 1.1vw, 18px);
  margin-top: 1em;
}
.index-news .wrapper .rt .swiper-pagination .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
  transition: all 0.5s;
  opacity: 1;
  background-color: #e5e5e5;
}
.index-news .wrapper .rt .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BA2F2F;
}
.index-news .newsSwiper2 .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.73913em;
}
.index-news .newsSwiper2 .more a {
  position: relative;
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
  text-align: center;
  padding: 0 1em;
  border: 1px solid #383838;
  line-height: 1.9;
  min-width: 9.5em;
  transition: all 0.5s;
}
.index-news .newsSwiper2 .more a::after {
  position: absolute;
  display: block;
  content: "";
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.7em;
  background-color: #fff;
}
.index-news .newsSwiper2 .more a:hover {
  background-color: #BA2F2F;
  color: #fff;
  letter-spacing: 0.1em;
  border-color: transparent;
}
.index-news .newsSwiper2 .more .date {
  line-height: 1.45;
}
.index-news .newsSwiper2 .more .date h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #000;
  font-weight: 700;
}
.index-news .newsSwiper2 .more .date h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
}
.index-news .newsSwiper2 .title h4 {
  font-size: clamp(14px, 1.25vw, 23px);
  color: #383838;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25em;
}
.index-news .newsSwiper2 .title h4 a {
  color: inherit;
}
.index-news .newsSwiper2 .title p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
  height: 4.35em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-news .newsSwiper2 .title p a {
  color: inherit;
}
.index-news .newsSwiper2 .swiper-slide {
  background-color: #fff;
  font-size: clamp(14px, 1.25vw, 23px);
  padding: 1.73913em 1.173913em;
}
.index-news .newsSwiper2 .swiper-slide:hover .title h4 {
  color: #BA2F2F;
}
.index-news .newsSwiper2 .swiper-pagination {
  position: relative;
  margin-top: 5%;
  height: 1px;
  width: 100%;
  margin-bottom: 4px;
  background-color: rgba(128, 128, 128, 0.36);
}
.index-news .newsSwiper2 .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 4px;
  background-color: #D43030;
  margin-top: -1px;
}
footer {
  background-color: #383838;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2% 0;
}
footer .footer-top .info {
  width: 33.333333%;
}
footer .footer-top .info .brief {
  font-size: clamp(18px, 1.5625vw, 30px);
  color: #fff;
  margin-top: 1.4em;
}
footer .footer-top .info .brief h4 {
  line-height: 1.45;
}
footer .footer-top .info .brief h5 {
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 300;
  line-height: 1.8;
}
footer .footer-top nav {
  width: 63.333333%;
  display: flex;
  justify-content: space-between;
  gap: 8%;
}
footer .footer-top nav h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em;
}
footer .footer-top nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-bottom: 0.5em;
}
footer .footer-top nav ul li {
  color: #fff;
  font-weight: 300;
  min-width: 45%;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-mid {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 300;
  padding: 1.5% 0;
  border-top: 1px solid #fff;
}
footer .footer-mid .lt {
  flex: 1;
}
footer .footer-mid .rt {
  text-align: center;
}
footer .footer-mid .rt img {
  width: 98px;
  height: 98px;
  border: 8px solid #fff;
  border-radius: 8px;
}
footer .footer-mid .rt h5 {
  font-weight: 400;
  font-size: 12px;
  margin-top: 0.25em;
}
footer .footer-bt {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  font-size: clamp(12px, 1.1vw, 18px);
  padding: 1% 0;
  border-top: 1px solid #fff;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
