@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 {
  font-family: var(--Noto-Sans-SC);
  margin: 0 auto;
}
body {
  overflow: visible;
}
html {
  scroll-behavior: smooth;
  overflow-y: 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%;
}
.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;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 2.3958333%;
  transition: all 0.5s;
}
header .logo {
  width: 21.8818381%;
}
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%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 700;
  transition: all 0.5s;
  line-height: 1.45;
}
header .lv1 > li > a {
  position: relative;
  color: inherit;
  text-transform: uppercase;
  padding: 4px;
}
header .lv1 > li:hover:not(.search-lang) {
  color: #CD001E;
}
header .lv1 > li:hover:not(.search-lang) > a::after {
  width: 100%;
}
header .lv1 > li:hover:not(.search-lang) .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  color: #CD001E;
}
header .lv1 > .active > a::after {
  width: 100%;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10px);
  transition: all 0.5s;
  background-color: #fff;
  border-top: 4px solid #CD001E;
  visibility: hidden;
  opacity: 0;
  font-size: clamp(13px, 1vw, 16px);
  color: #333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  padding: 1.125em 0;
}
header .lv2 > li {
  position: relative;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 0.625em;
}
header .lv2 > li:last-child {
  margin-bottom: 0;
}
header .lv2 > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 12em;
  color: inherit;
  white-space: nowrap;
  transition: all 0.5s;
  padding: 0 1.5em;
}
header .lv2 > li > a i {
  margin-left: 1em;
}
header .lv2 > li:hover > a {
  color: #CD001E;
  font-weight: 700;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .business-lv2 {
  columns: 2;
  column-fill: auto;
  max-height: 25em;
}
header .lv3 {
  font-size: inherit;
  position: absolute;
  font-size: clamp(12px, 1vw, 14px);
  width: 18.142857em;
  padding: 0.5em 0.857143em 1.57143em;
  top: 0;
  left: 100%;
  transform: translate(-10%, 0);
  transition: all 0.5s;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .lv3 .swiper {
  margin-bottom: 0.7857143em;
}
header .lv3 .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.3913%;
  border-radius: 6px;
}
header .lv3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
header .lv3 ul li {
  max-width: 49%;
  min-width: 34%;
  margin-bottom: 0.642857em;
  color: #333;
}
header .lv3 ul li a {
  color: inherit;
  transition: all 0.5s;
}
header .lv3 ul li a:hover {
  color: #CD001E;
}
header .lv3 .more {
  color: #033692;
  font-size: 14px;
  margin-top: 0.5em;
}
header .search-lang {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 0.6em;
  margin-right: 0.6em;
}
header .search-lang em {
  display: block;
  width: 2px;
  height: 1em;
  background-color: #fff;
  transition: all 0.5s;
}
header .search-lang .search-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  transition: all 0.5s;
}
header .search-lang .search-icon img {
  width: 1em;
  height: 1em;
  margin-right: 0;
  object-fit: contain;
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .search-lang .header-search-on {
  background-color: #CD001E !important;
}
header .search-lang .header-search-on img {
  filter: contrast(0) brightness(200%) !important;
}
header .search-lang .lang {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5em 0.2em;
}
header .search-lang .lang img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  margin-right: 0.15em;
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
}
header .search-lang .lang:hover .lv2 {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}
header .tel {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.45;
}
header .tel img {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  object-fit: scale-down;
}
header .tel .text {
  flex: 1;
}
header .tel .text h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  margin-top: -0.1em;
}
header .rt {
  display: flex;
  align-items: center;
  margin-left: 4.3763676%;
  font-size: clamp(10px, 1vw, 16px);
  gap: 2.875em;
  height: 100%;
}
header nav {
  flex: 1;
  margin-left: 8.2056893%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
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: #CD001E;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-left: 0;
  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: #CD001E;
  border-color: #CD001E;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
.header-active {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  border-bottom: 0;
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 > li:hover:not(.search-lang) {
  color: #CD001E;
}
.header-active .lv1 > li:hover:not(.search-lang) > a::after {
  width: 100%;
  background-color: #CD001E;
}
.header-active .lv1 > .active {
  color: #CD001E;
}
.header-active .lv1 > .active > a::after {
  background-color: #CD001E;
}
.header-active .search-lang .search-icon img {
  filter: contrast(1) brightness(100%);
}
.header-active .search-lang em {
  background-color: #333;
}
.header-active .search-lang .lang img {
  filter: contrast(1) brightness(100%);
}
.header-active .tel .text h4 {
  color: #333;
}
.pagination {
  margin-top: 4.166667%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  background-color: #f2f2f2;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  color: #666;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #CD001E;
  border-color: transparent;
}
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid transparent;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  background-color: #CD001E;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.index-banner {
  position: relative;
  background-color: #000;
}
.index-banner .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: scale 2.5s, opacity 0.5s;
  scale: 1.2;
  opacity: 0;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active .banner-text h3 {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
}
.index-banner .swiper .swiper-slide-active .banner-text h5 {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.3s;
}
.index-banner .banner-text {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text h3 {
  font-size: clamp(20px, 3.4375vw, 66px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 2.1875vw;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.2273em;
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0s;
}
.index-banner .banner-text h5 {
  font-size: clamp(8px, 1.3541667vw, 26px);
  color: #fff;
  font-weight: 500;
  line-height: 1.45;
  font-family: var(--Poppins);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0s;
}
.index-banner .banner-text a {
  display: inline-block;
  font-size: clamp(12px, 1.2vw, 20px);
  padding: 0 2em;
  line-height: 2.9em;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1.45em;
  color: #fff;
}
.index-banner .banner-text a i {
  margin-left: 2em;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .swiper-pagination {
  display: flex;
  flex-direction: column;
  bottom: 35.625%;
  left: auto;
  right: 2.44791667%;
  width: auto;
  line-height: 1;
  font-size: clamp(10px, 1.2vw, 20px);
  gap: 1.55em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 2.4em;
  height: 2.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
  opacity: 1;
  background-color: transparent;
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet::after {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #CD001E;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #CD001E;
}
.index-banner .swiper-btn {
  position: absolute;
  z-index: 1;
  bottom: 23%;
  left: 12.5%;
  display: flex;
  font-size: clamp(12px, 1.5625vw, 30px);
  gap: 0.666667em;
}
.index-banner .swiper-btn .swiper-button-prev,
.index-banner .swiper-btn .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  width: 2.4em;
  height: 2.4em;
  border: 2px solid #fff;
  color: #fff;
}
.index-banner .swiper-btn .swiper-button-prev::after,
.index-banner .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-banner .swiper-btn .swiper-button-prev:active,
.index-banner .swiper-btn .swiper-button-next:active {
  background-color: #CD001E;
  border-color: #CD001E;
}
.index-title {
  margin-bottom: 2.777778%;
  line-height: 1.45;
}
.index-title h3 {
  position: relative;
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
}
.index-title h3::after {
  display: block;
  content: "";
  width: 1.65em;
  height: 0.125em;
  background-color: #CD001E;
  margin-top: 0.5em;
}
.index-more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  border: 1px solid #CD001E;
  font-size: clamp(12px, 1vw, 16px);
  min-width: 11.25em;
  line-height: 2.6875;
  padding: 0 1em;
  color: #CD001E;
  z-index: 1;
  transition: all 0.5s;
}
.index-more i {
  margin-left: 1.25em;
}
.index-more:hover {
  background-color: #CD001E;
  color: #fff;
}
.index-about {
  position: relative;
  overflow: hidden;
  padding: 4.1667% 0 5.208333%;
}
.index-about .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4.1667%;
}
.index-about .wrapper .lt {
  width: 47.708333%;
  font-size: clamp(14px, 1vw, 18px);
  color: #333;
  line-height: 1.7778;
}
.index-about .wrapper .rt {
  width: 47.708333%;
}
.index-about .wrapper .rt .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.05967977%;
}
.index-about .wrapper .rt .video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .wrapper .rt .video .play-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.index-about .wrapper .rt .video .play-btn i {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  border: 0.2em solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.5s;
}
.index-about .wrapper .rt .video .play-btn:hover i {
  transform: rotateY(360deg);
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
}
.index-about .data .block h3 {
  font-size: clamp(20px, 3.333333vw, 64px);
  font-weight: 700;
  line-height: 1.45;
  color: #CD001E;
}
.index-about .data .block h3 em {
  font-size: clamp(12px, 1.875vw, 36px);
  font-weight: 700;
}
.index-about .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 1.45;
  color: #333;
}
.index-about .data i {
  background-color: #bfbfbf;
  width: 1px;
  height: 5.98958333vw;
}
.index-about .data i:last-of-type {
  opacity: 0;
}
.index-business {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0;
  background: url(../images/index-business-bg.jpg) no-repeat;
  background-size: cover;
}
.index-business .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.index-business .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.45em;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  min-height: 10.5em;
}
.index-business .swiper .swiper-slide:hover .icon {
  animation: swing 1s;
}
.index-business .swiper .swiper-slide:hover h4 {
  color: #CD001E;
}
.index-business .swiper .icon {
  width: 2em;
  height: 2em;
  margin-bottom: 1em;
}
.index-business .swiper .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-business .swiper h4 {
  line-height: 1.45;
  font-weight: 700;
  color: #333;
}
.index-business .swiper a {
  display: inline-block;
  color: inherit;
}
.index-business .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3.47222%;
}
.index-business .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 0.15em;
}
.index-business .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CD001E;
}
.index-news {
  position: relative;
  overflow: hidden;
  padding: 5.208333% 0;
}
.index-news .news-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6667em;
  font-size: clamp(14px, 1.1vw, 18px);
}
.index-news .news-tab li {
  cursor: pointer;
  color: #CD001E;
  border: 1px solid #CD001E;
  transition: all 0.5s;
  line-height: 2.666667;
  text-align: center;
  min-width: 8.277778em;
}
.index-news .news-tab .active {
  background-color: #CD001E;
  color: #fff;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.index-news .news-wrapper {
  display: none;
}
.index-news .news-wrapper:first-child {
  display: block;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .title {
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.5556;
  padding: 1.2222em 1.5em 1.5em;
}
.index-news .wrapper .title h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #CD001E;
  margin-bottom: 1.5em;
  line-height: 1.25;
}
.index-news .wrapper .title h5 i {
  margin-right: 0.357143em;
}
.index-news .wrapper .title h4 {
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.1112em;
  margin-bottom: 0.8333em;
}
.index-news .wrapper .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.5556em;
}
.index-news .wrapper .title span {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  transition: all 0.5s;
}
.index-news .wrapper .title span i {
  margin-left: 1.25em;
}
.index-news .wrapper .lt {
  width: 61.875%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt .block {
  width: 48.59708193%;
  background-color: #f5f5f5;
}
.index-news .wrapper .lt .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.7413395%;
}
.index-news .wrapper .lt .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .title h4 {
  margin-bottom: 1.35em;
}
.index-news .wrapper .lt .block:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .lt .block:hover .title h4 {
  color: #CD001E;
}
.index-news .wrapper .lt .block:hover .title span {
  color: #CD001E;
}
.index-news .wrapper .rt {
  width: 36.388889%;
  padding-top: 1.6667%;
}
.index-news .wrapper .rt .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4.5801527%;
  margin-bottom: 4.5801527%;
  border-bottom: 1px solid #d8d8d8;
}
.index-news .wrapper .rt .block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.index-news .wrapper .rt .block .picture {
  width: 38.16793893%;
}
.index-news .wrapper .rt .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64%;
}
.index-news .wrapper .rt .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .title {
  width: 58.0152672%;
  padding: 0;
}
.index-news .wrapper .rt .block .title h5 {
  margin-bottom: 1em;
  color: #666;
}
.index-news .wrapper .rt .block .title h4 {
  margin-bottom: 0.6111em;
  line-height: 1.45;
  height: 2.9em;
  padding-right: 2em;
}
.index-news .wrapper .rt .block:hover .picture .pic img {
  scale: 1.05;
}
.index-news .wrapper .rt .block:hover .title h4,
.index-news .wrapper .rt .block:hover .title span {
  color: #CD001E;
}
.index-contact {
  background: url(../images/index-contact-bg.jpg) no-repeat;
  background-size: cover;
}
.index-contact .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-contact .container .lt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46.111111%;
}
.index-contact .container .lt .index-title {
  margin-bottom: 2.0833vw;
}
.index-contact .container .lt .brief {
  font-size: clamp(14px, 1vw, 18px);
  color: #333;
  line-height: 1.6667;
}
.index-contact .container .lt address {
  margin-top: 2.0833vw;
  color: #333;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.5;
}
.index-contact .container .lt address p {
  font-weight: 700;
  margin-bottom: 0.75em;
}
.index-contact .container .lt address p:last-child {
  margin-bottom: 0;
}
.index-contact .container .lt address p img {
  width: 1em;
  height: 1em;
  object-fit: scale-down;
  margin-right: 0.75em;
}
.index-contact .container .lt address p span {
  color: #CD001E;
}
.index-contact .container .rt {
  width: 50%;
  background-color: #f5f5f5;
  padding: 5.625% 1.666667% 6.0416667%;
}
.index-contact .container .rt form {
  font-size: clamp(14px, 1vw, 16px);
}
.index-contact .container .rt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4.1728763%;
}
.index-contact .container .rt form .form-row .form-col {
  width: 48.1371088%;
}
.index-contact .container .rt form label {
  display: block;
  color: #333;
}
.index-contact .container .rt form label span {
  color: #CD001E;
  line-height: 1.45;
}
.index-contact .container .rt form input,
.index-contact .container .rt form textarea {
  display: block;
  width: 100%;
  border: 1px solid #c4c4c4;
  background-color: #eee;
  outline: none;
  border-radius: 4px;
  transition: all 0.5s;
}
.index-contact .container .rt form input:focus,
.index-contact .container .rt form textarea:focus {
  border-color: #CD001E;
}
.index-contact .container .rt form input {
  height: 2.5em;
  padding: 0 0.5em;
}
.index-contact .container .rt form textarea {
  height: 9.375em;
  padding: 0.25em 0.5em;
}
.index-contact .container .rt form .code-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1.5625em;
}
.index-contact .container .rt form .code-row input {
  width: auto;
  flex: 1;
}
.index-contact .container .rt form .code-row .code {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 8.4375em;
  height: 2.5em;
  background-color: #fff;
}
.index-contact .container .rt form .code-row .code img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  cursor: pointer;
}
.index-contact .container .rt form .code-row button {
  cursor: pointer;
  transition: all 0.5s;
  width: 10em;
  height: 2.5em;
  border-radius: 4px;
  outline: none;
  background-color: #CD001E;
  color: #fff;
}
.index-contact .container .rt form .code-row button:hover {
  box-shadow: 0 0 1em #CD001E;
}
.index-honor {
  padding: 5.208333% 0;
}
.index-honor .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 4.1667%;
}
.index-honor .swiper-btn {
  display: flex;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 0.9em;
}
.index-honor .swiper-btn .swiper-button-prev,
.index-honor .swiper-btn .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  color: #fff;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  background-color: #CD001E;
  font-weight: 700;
  border: 1px solid transparent;
  transition: all 0.5s;
  outline: none;
}
.index-honor .swiper-btn .swiper-button-prev::after,
.index-honor .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-honor .swiper-btn .swiper-button-disabled {
  opacity: 1;
  border-color: #CD001E;
  background-color: transparent;
  color: #CD001E;
}
.index-honor .swiper .swiper-slide {
  background: url(../images/index-honor-icon.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  font-size: clamp(14px, 1.2vw, 22px);
  padding: 0.909091em 1.454545em 0.6818182em;
  line-height: 1.32;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-honor .swiper .swiper-slide h4 {
  color: #333;
  margin-bottom: 0.363636em;
}
.index-honor .swiper .swiper-slide h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #666;
}
.index-honor .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3.47222%;
}
.index-honor .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 0.15em;
}
.index-honor .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CD001E;
}
footer {
  padding: 3.125% 0 2.34375%;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top .info {
  width: 35.9027778%;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 0 3.2638889% 2.777778% 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-top .info .logo {
  width: 64.893617%;
  margin-bottom: 1.71875vw;
}
footer .footer-top .info .logo img {
  filter: contrast(0) brightness(200%);
}
footer .footer-top .info .text {
  /* width: 64.4680851%; */
  line-height: 1.45;
}
footer .footer-top .info .text h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  margin-bottom: 0.8125em;
}
footer .footer-top .info .text h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #CD001E;
  font-weight: 700;
  margin-bottom: 0.8em;
}
footer .footer-top .info .text p {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  margin-bottom: 0.8125em;
}
footer .footer-top .info .text b,
footer .footer-top .info .text strong {
  font-weight: 700;
}
footer .footer-top .info .ewm {
  width: 29.7872341%;
  font-size: clamp(12px, 1vw, 16px);
  text-align: center;
}
footer .footer-top .info .ewm img {
  width: 8.75em;
  height: 8.75em;
  object-fit: scale-down;
}
footer .footer-top .info .ewm h5 {
  color: #fff;
  font-weight: 700;
  margin-top: 0.75em;
  line-height: 1.45;
}
footer .footer-top nav {
  width: 60.833333%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.777778%;
  gap: 2em;
}
footer .footer-top nav h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
}
footer .footer-top nav h4::after {
  display: block;
  content: "";
  width: 0.8em;
  height: 0.1em;
  background-color: #CD001E;
  margin-top: 0.5em;
  margin-bottom: 1.2em;
}
footer .footer-top nav ul {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
}
footer .footer-top nav ul li {
  margin-bottom: 0.8125em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top nav .block:nth-child(2) ul {
  gap: 2em;
  columns: 3;
  column-fill: auto;
  height: 15.8375em;
}
footer .footer-bt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
  padding-top: 1.25%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.inner-banner .banner-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.45;
  text-align: center;
}
.inner-banner .banner-text h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 700;
}
.inner-banner .banner-text h3::after {
  display: block;
  content: "";
  width: 1.833333em;
  height: 0.138889em;
  background-color: #CD001E;
  margin: 0.4167em auto 0;
}
.bread-crumb {
  background-color: #f2f2f2;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.45;
  color: #333;
}
.bread-crumb .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.75em;
}
.bread-crumb p i {
  margin-right: 0.25em;
  color: #999;
}
.bread-crumb p a {
  color: inherit;
  margin: 0 0.375em;
  transition: all 0.5s;
}
.bread-crumb p a:hover {
  text-decoration: underline !important;
}
.bread-crumb p a:last-of-type {
  color: #CD001E;
}
.inner-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  line-height: 1.333333;
  margin-bottom: 4.166667%;
}
.inner-title h3 {
  position: relative;
  padding-left: 1em;
  font-size: clamp(20px, 1.875vw, 36px);
  color: #333;
  font-weight: 700;
}
.inner-title h3::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 0.166667em;
  height: 1.333333em;
  background-color: #CD001E;
}
.inner-tab {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 0.8889em;
}
.inner-tab li a {
  display: block;
  color: #333;
  background-color: #f2f2f2;
  line-height: 2.777778;
  text-align: center;
  min-width: 9.444444em;
  padding: 0 1em;
  transition: all 0.5s;
}
.inner-tab li a:hover {
  color: #CD001E;
}
.inner-tab .active a {
  color: #fff !important;
  background-color: #CD001E;
}
.news-list .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5%;
  padding-bottom: 1.125%;
  border-bottom: 1px solid #d8d8d8;
  font-size: clamp(12px, 1.666667vw, 32px);
  gap: 1em;
}
.news-list .block .lt {
  width: 16.4375%;
}
.news-list .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.0190114%;
}
.news-list .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .block .mid {
  width: 68.3125%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list .block .mid .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.95em;
}
.news-list .block .mid .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
}
.news-list .block .mid .title a {
  color: inherit;
}
.news-list .block .mid .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45;
  font-size: clamp(12px, 1vw, 16px);
}
.news-list .block .mid .more span {
  color: #95A1BB;
}
.news-list .block .mid .more a {
  color: #666;
  transition: all 0.5s;
}
.news-list .block .rt {
  width: 4.25em;
  font-size: clamp(12px, 1.666667vw, 32px);
  line-height: 1.45;
}
.news-list .block .rt h3 {
	font-size: clamp(12px, 1vw, 16px);
  color: #333;
}
.news-list .block .rt em {
  display: inline-block;
  margin-top: 0.5em;
  color: #b7b7b7;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
.news-list .block:hover .lt .pic img {
  scale: 1.05;
}
.news-list .block:hover .mid .title h4 {
  color: #CD001E;
}
.news-list .block:hover .mid .more a {
  color: #CD001E;
}
.news-list .block:hover .rt em {
  transform: translate(0, 0);
}
.news-detail .inner-title {
  margin-bottom: 3.838384%;
  gap: 0;
  display: block;
}
.news-detail .inner-title h3 {
  margin-bottom: 0.6944em;
}
.news-detail .inner-title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 1.45;
}
.news-detail .inner-title h5 i {
  color: #CD001E;
  margin-right: 2px;
}
.news-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
}
.news-detail article ol {
  list-style: decimal;
}
.news-detail article ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.news-detail article ul {
  list-style: disc;
}
.news-detail article ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.news-detail article ul li::marker {
  font-size: 0.5em;
}
.news-detail article img {
  margin: 1em 0;
}
.news-detail article h4 {
  font-size: 1.125em;
  font-weight: 700;
}
.news-detail article h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.news-detail article h2 {
  font-size: 2em;
  font-weight: 700;
}
.news-detail article h1 {
  font-size: 3em;
  font-weight: 700;
}
.news-detail article b,
.news-detail article strong {
  font-weight: 700;
}
.article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.75%;
}
.article-tab p {
  max-width: 45%;
  color: #666;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 700;
}
.article-tab p a {
  font-weight: 400;
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #CD001E;
}
.article-tab p:first-child {
  text-align: left;
}
.article-tab p:last-child {
  text-align: right;
}
.inner-content {
  padding: 5.208333% 0;
}
.inner-list .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.inner-list .container aside {
  position: sticky;
  top: 120px;
  width: 20.833333%;
}
.inner-list .container aside .aside-title {
  font-size: clamp(18px, 1.25vw, 24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background-color: #CD001E;
  min-height: 2.916667em;
  padding: 0 0.833333em;
}
.inner-list .container aside .aside-title i {
  display: none;
}
.inner-list .container aside .on i {
  rotate: -180deg;
}
.inner-list .container aside .aside-footer {
  background-color: #f2f2f2;
  margin-top: 3.125vw;
}
.inner-list .container aside .aside-footer .text {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
  padding: 1.5em 1em 1.5em 1.25em;
}
.inner-list .container aside .aside-footer .text p {
  margin-bottom: 0.75em;
}
.inner-list .container aside .aside-footer .text p:last-child {
  margin-bottom: 0;
}
.inner-list .container aside .aside-footer .text b,
.inner-list .container aside .aside-footer .text strong {
  font-weight: 700;
  color: #CD001E;
}
.inner-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;
}
.inner-list .container aside .aside-lv1 {
  font-size: clamp(14px, 1vw, 16px);
  background-color: #f2f2f2;
  line-height: 1.5;
  padding: 0.5em 0;
}
.inner-list .container aside .aside-lv1 > li {
  color: #333;
}
.inner-list .container aside .aside-lv1 > li a {
  color: inherit;
  flex: 1;
  margin-right: 0.5em;
  transition: all 0.5s;
}
.inner-list .container aside .aside-lv1 > li a:hover {
  color: #CD001E;
}
.inner-list .container aside .aside-lv1 > li i {
  color: #bfbfbf;
  pointer-events: none;
}
.inner-list .container aside .aside-lv1 > li > div {
  display: flex;
  align-items: center;
  padding: 0.25em 1em 0.25em 1.25em;
  min-height: 2em;
  margin-bottom: 0.25em;
}
.inner-list .container aside .aside-lv1 > .active {
  color: #CD001E;
  font-weight: 700;
}
.inner-list .container aside .aside-lv1 > .active > div > i {
  color: #CD001E;
}
.inner-list .container aside .aside-lv2 {
  display: none;
  font-size: clamp(14px, 1.1vw, 16px);
  padding: 0.5em 0;
  margin: 0 0.875em 0.25em;
  background-color: #fff;
}
.inner-list .container aside .aside-lv2 > li {
  color: #666;
  padding: 0.25em 0.5em 0.25em 1.125em;
  font-weight: 400;
}
.inner-list .container aside .aside-lv2 > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 0;
}
.inner-list .container aside .aside-lv2 > .active {
  color: #CD001E;
  font-weight: 700;
}
.inner-list .container aside .aside-lv2 > .active > div > i {
  rotate: 90deg;
  color: #CD001E;
}
.inner-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;
}
.inner-list .container aside .aside-lv3 > li {
  color: #666;
  font-weight: 400;
}
.inner-list .container aside .aside-lv3 > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 0;
}
.inner-list .container aside .aside-lv3 > .active {
  color: #CD001E;
}
.inner-list .container aside .aside-lv3 > .active > div > i {
  rotate: 90deg;
  color: #CD001E;
}
.inner-list .container aside .aside-lv4 {
  display: none;
  padding: 0 1em;
}
.inner-list .container aside .aside-lv4 > li {
  font-weight: 400;
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  padding: 0.25em 0;
}
.inner-list .container aside .aside-lv4 > .active {
  color: #CD001E;
}
.inner-list .container main {
  width: 70.833333%;
}
.inner-list .container main .pagination {
  margin-top: 1%;
}
.hot-news {
  background-color: #f2f2f2;
  font-size: clamp(12px, 1vw, 14px);
  padding: 1.42857em 1.42857em 1.7857em;
}
.hot-news .swiper {
	max-height: 340px;
}
.hot-news .swiper .swiper-slide {
	height: auto;
}
.hot-news .block {
  line-height: 1.45;
  /* margin-bottom: 1em; */
  padding-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
}
/* .hot-news .block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
} */
.hot-news .block h5 {
  font-size: clamp(10px, 0.9vw, 12px);
  color: #666;
  margin-bottom: 0.5em;
}
.hot-news .block h4 {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hot-news .block:hover h4 {
  color: #CD001E;
}
.contact-us {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5.208333% 0;
}
.contact-us .inner-title {
  margin-bottom: 2.96875vw;
}
.contact-us .lt {
  width: 41.0416667%;
  padding: 4.16667% 0 4.16667% 12.5%;
}
.contact-us .lt h4 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1em;
}
.contact-us .lt .info {
  line-height: 1.45;
  color: #222;
  font-size: clamp(14px, 1.2vw, 20px);
}
.contact-us .lt .info p {
  display: flex;
  margin-bottom: 0.75em;
}
.contact-us .lt .info p b {
  white-space: nowrap;
}
.contact-us .lt .info p img {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.6em;
  margin-top: -0.25em;
  object-fit: scale-down;
}
.contact-us .lt .ewm {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.1vw, 18px);
  margin-top: 2.5vw;
}
.contact-us .lt .ewm img {
  width: 10.555556em;
  height: 10.555556em;
  object-fit: scale-down;
  margin-right: 1.9444em;
}
.contact-us .lt .ewm h5 {
  color: #333;
  line-height: 1.45;
}
.contact-us .rt {
  width: 53.69791667%;
  background-color: #f2f2f2;
  padding: 3.59375% 12.5% 4.16667% 3.75%;
}
.contact-us .rt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 1em;
}
.contact-us .rt form .form-row .form-col {
  width: 47.98331%;
}
.contact-us .rt form input,
.contact-us .rt form textarea {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #a6a6a6;
  font-size: clamp(14px, 1vw, 16px);
  border-radius: 4px;
  padding: 0 1em;
  height: 3em;
  color: #333;
  transition: all 0.5s;
}
.contact-us .rt form input::placeholder,
.contact-us .rt form textarea::placeholder {
  color: transparent;
  background: -webkit-linear-gradient(left, #666 var(--size), #f00 var(--size));
  background-clip: text;
  -webkit-background-clip: text;
}
.contact-us .rt form input:focus,
.contact-us .rt form textarea:focus {
  border-color: #CD001E;
}
.contact-us .rt form textarea {
  padding: 0.75em 1em;
  height: 11.5em;
}
.contact-us .rt form button {
  outline: none;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background-color: #CD001E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2em;
  min-width: 10em;
  line-height: 3;
  border-radius: 4px;
  margin-top: 3.125vw;
  transition: all 0.5s;
}
.contact-us .rt form button i {
  margin-left: 3.3125em;
}
.contact-us .rt form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px #CD001E;
}
.contact-us .rt form .code {
  cursor: pointer;
}
.our-location {
  margin-bottom: 5.208333%;
}
.our-location .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(300px, 26.5625vw, 510px);
}
.our-location .map::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.our-location .map iframe {
  width: 100%;
  height: 100%;
}
.our-location .map:hover::after {
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.index-title-center {
  text-align: center;
}
.index-title-center h3::after {
  margin: 0.5em auto 0;
}
.talent-recruit {
  padding: 5.208333% 0;
}
.talent-recruit .container {
  display: flex;
  justify-content: space-between;
  background-color: #f2f2f2;
}
.talent-recruit .container .lt {
  width: 41.25%;
}
.talent-recruit .container .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.talent-recruit .container .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talent-recruit .container .rt {
  width: 58.75%;
  padding: 3.194444%;
  line-height: 1.45;
}
.talent-recruit .container .rt .inner-title {
  margin-bottom: 2.0833vw;
}
.talent-recruit .container .rt h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #CD001E;
  font-weight: 700;
  margin-bottom: 1em;
}
.talent-recruit .container .rt .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
}
.recruit-list {
  margin-bottom: 5.208333%;
}
.recruit-list .wrapper {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.recruit-list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  padding: 0.25em 3.055556%;
  line-height: 1.45;
  min-height: 3.5em;
}
.recruit-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-list ul li:nth-child(1) {
  justify-content: flex-start;
  text-align: left;
  width: 26.47928%;
  padding-right: 1em;
}
.recruit-list ul li:nth-child(2) {
  width: 47.04142%;
  padding: 0 1em;
}
.recruit-list ul li:nth-child(3) {
  width: 26.47929%;
  justify-content: flex-end;
  padding-left: 1em;
}
.recruit-list .title ul {
  background-color: #f2f2f2;
  border-top: 0.2em solid #CD001E;
}
.recruit-list .title ul li {
  line-height: 2.15;
  border-right: 1px solid #bfbfbf;
}
.recruit-list .title ul li:last-child {
  border-right: 0;
}
.recruit-list .row {
  border-bottom: 1px solid #d8d8d8;
}
.recruit-list .row ul {
  min-height: 5em;
  cursor: pointer;
}
.recruit-list .row ul i {
  display: none;
  color: #CD001E;
}
.recruit-list .row ul i:nth-child(1) {
  display: block;
}
.recruit-list .row ul li {
  transition: all 0.5s;
}
.recruit-list .row ul li:first-child {
  font-weight: 700;
}
.recruit-list .row ul li:last-child {
  padding-right: 1.5em;
}
.recruit-list .row .content-wrapper {
  display: none;
}
.recruit-list .row article {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.45;
  padding: 1.5em 2.2em;
  background-color: #f2f2f2;
}
.recruit-list .row article b,
.recruit-list .row article strong {
  font-weight: 700;
}
.recruit-list .row article h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #CD001E;
  font-weight: 700;
  margin-bottom: 1em;
}
.recruit-list .active ul li:first-child {
  color: #CD001E;
}
.recruit-list .active ul i {
  display: block;
}
.recruit-list .active ul i:nth-child(1) {
  display: none;
}
.delivery-method {
  margin-bottom: 5.208333%;
}
.delivery-method .container {
  display: flex;
  justify-content: space-between;
  background-color: #f2f2f2;
}
.delivery-method .container .lt {
  width: 58.75%;
  padding: 3.194444%;
  line-height: 1.45;
}
.delivery-method .container .lt .inner-title {
  margin-bottom: 2.0833vw;
}
.delivery-method .container .lt h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #CD001E;
  font-weight: 700;
  margin-bottom: 1em;
}
.delivery-method .container .lt .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
}
.delivery-method .container .lt .brief b,
.delivery-method .container .lt .brief strong {
  font-weight: 700;
}
.delivery-method .container .lt .brief span {
  color: #CD001E;
  font-weight: 700;
}
.delivery-method .container .rt {
  width: 41.25%;
}
.delivery-method .container .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.delivery-method .container .rt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-us {
  margin-bottom: 3.125%;
}
.join-us .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-us .wrapper .block {
  width: 47.708333%;
  border: 1px solid #bfbfbf;
  font-size: clamp(10px, 1.1vw, 20px);
  padding: 2em 2.75em;
  margin-bottom: 2.7778%;
  line-height: 1.45;
}
.join-us .wrapper .block:hover .icon {
  animation: tada 1s;
}
.join-us .wrapper .block:hover .title {
  color: #CD001E;
}
.join-us .wrapper .block .icon {
  width: 4.5em;
  height: 4.5em;
  margin-bottom: 0.75em;
}
.join-us .wrapper .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.join-us .wrapper .block .title {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  margin-bottom: 1em;
  transition: all 0.5s;
}
.join-us .wrapper .block .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
}
.research-list .wrapper .block {
  display: flex;
  justify-content: space-between;
  padding: 2.0833% 0;
  border-bottom: 1px solid #d8d8d8;
}
.research-list .wrapper .block:first-child {
  border-top: 1px solid #d8d8d8;
}
.research-list .wrapper .block:last-child {
  border-bottom: 0;
}
.research-list .wrapper .block .date {
  width: 12.5%;
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  transition: all 0.5s;
}
.research-list .wrapper .block .title {
  width: 85.833333%;
  line-height: 1.45;
}
.research-list .wrapper .block .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  font-weight: 700;
  /* margin-bottom: 1em; */
}
.research-list .wrapper .block .title h5 {
	font-size: clamp(10px, 1vw, 14px);
  color: #666;
	margin-bottom: 0.5em;
}
.research-list .wrapper .block .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #444;
}
.research-list .wrapper .block:hover .date {
  color: #CD001E;
}
.research-list .wrapper .block:hover .title h4 {
  color: #CD001E;
}
.about-tab {
  position: sticky;
  width: 100%;
  top: 100px;
  z-index: 10;
  background-color: #f2f2f2;
}
.about-tab ul {
  display: flex;
}
.about-tab ul li {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4em;
  min-width: 9.7em;
  padding: 0 1em;
  cursor: pointer;
  transition: all 0.5s;
}
.about-tab ul li:hover {
  color: #CD001E;
}
.about-tab ul .active {
  background-color: #CD001E;
  color: #fff !important;
}
.about-intro {
  margin: 4.1667% 0 0;
}
.about-intro .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f2f2f2;
}
.about-intro .wrapper .lt {
  width: 50%;
}
.about-intro .wrapper .lt .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.about-intro .wrapper .lt .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-intro .wrapper .lt .video .play-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.about-intro .wrapper .lt .video .play-btn i {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #fff;
  border: 0.1333em solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.5s;
}
.about-intro .wrapper .lt .video .play-btn:hover i {
  transform: rotateY(360deg);
}
.about-intro .wrapper .rt {
  width: 50%;
  padding: 2.5%;
}
.about-intro .wrapper .rt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.7778;
}
.about-intro .data {
  margin-top: 2.5%;
}
.about-intro .data .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-intro .data .block h3 {
  font-size: clamp(20px, 3.333333vw, 64px);
  font-weight: 700;
  line-height: 1.45;
  color: #CD001E;
}
.about-intro .data .block h3 em {
  font-size: clamp(12px, 1.875vw, 36px);
  font-weight: 700;
}
.about-intro .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 1.45;
  color: #333;
}
.serv-grade {
  margin: 5.208333% 0 4.1667%;
}
.serv-grade .brief {
  /* text-align: center; */
	/* text-indent: 2em; */
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
  margin-bottom: 2.7778%;
}
.serv-grade .swiper {
  padding: 6px;
}
.serv-grade .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 19.46902655% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.serv-grade .swiper .pic img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  object-fit: scale-down;
}
.serv-grade .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.7778%;
}
.serv-grade .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 0.15em;
}
.serv-grade .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CD001E;
}
.honor-intro {
  padding: 5.208333% 0 4.1667%;
  background: url(../images/company-honor-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.honor-intro .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
  margin-bottom: 2.7778%;
}
.honor-intro .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor-intro .wrapper .lt {
  width: 55.555556%;
  padding: 4% 0 2%;
}
.honor-intro .wrapper .lt .swiper .swiper-slide {
  width: 61.125%;
}
.honor-intro .wrapper .lt .swiper .swiper-slide-active .title {
  opacity: 1;
}
.honor-intro .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.68916155%;
}
.honor-intro .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honor-intro .wrapper .lt .title {
  font-size: clamp(14px, 1vw, 18px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 0.5em;
  transition: all 0.5s;
  opacity: 0;
}
.honor-intro .wrapper .rt {
  width: 35.7638889%;
  display: flex;
  flex-direction: column;
}
.honor-intro .wrapper .rt .index-title {
  text-align: left;
}
.honor-intro .wrapper .rt .swiper-content {
  padding: 10px 0;
  flex: 1;
  border-left: 1px solid #888;
}
.honor-intro .wrapper .rt .title-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.honor-intro .wrapper .rt .title-swiper .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-1px);
}
.honor-intro .wrapper .rt .title-swiper .swiper .swiper-slide {
  position: relative;
  font-size: clamp(14px, 1vw, 16px);
  height: auto;
  min-height: 2.5em;
  padding-left: 1.875em;
  display: flex;
  align-items: center;
  line-height: 1.25;
  cursor: pointer;
}
.honor-intro .wrapper .rt .title-swiper .swiper .swiper-slide::before {
  position: absolute;
  display: block;
  width: 2px;
  height: 0%;
  left: 0;
  top: 0%;
  background-color: #CD001E;
  content: "";
  transition: all 0.5s;
}
.honor-intro .wrapper .rt .title-swiper .swiper .swiper-slide h5 {
  font-size: clamp(14px, 1vw, 16px);
}
.honor-intro .wrapper .rt .title-swiper .swiper .swiper-slide-thumb-active::before {
  height: 100%;
}
.honor-intro .wrapper .rt .title-swiper .swiper .swiper-slide-thumb-active h5 {
  font-size: clamp(16px, 1.2vw, 22px);
  color: #CD001E;
  font-weight: 700;
}
.party-build {
  padding: 5.208333% 0;
}
.party-build .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f5f5f5;
}
.party-build .block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.party-build .block .lt {
  width: 50%;
  padding: 2% 3.333333%;
}
.party-build .block .lt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.625;
}
.party-build .block .rt {
  width: 50%;
}
.party-build .block .rt .swiper .swiper-slide {
	height: auto;
}
.party-build .block .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.party-build .block .rt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-slogan {
  padding: 4.1667% 0;
  background: url(../images/about-slogan-bg.jpg) no-repeat;
  background-size: cover;
}
.about-slogan h3 {
  font-size: clamp(24px, 3.125vw, 60px);
  color: #fff;
  line-height: 1.6667;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-family: 
        "FangSong",           /* 首选 */
        "STFangsong",         /* 备选1 */
        "仿宋",               /* 中文名称 */
        "FangSong_GB2312",    /* 旧系统 */
        "SimSun",             /* 宋体 */
        "NSimSun",            /* 新宋体 */
        "Songti SC",          /* macOS */
        "Microsoft YaHei",    /* 最后回退 */
        sans-serif;
}
.about-slogan h3 span {
	font-size: clamp(14px, 1.5625vw, 30px);
	color: #fff;
	line-height: 1.6667;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-family: var(--Noto-Serif-SC);
	font-weight: 700;
	font-style: italic;
	margin-left: 6em;
}
.business-list .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
  margin-bottom: 2.7778%;
}
.business-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business-list .wrapper .block {
  position: relative;
  overflow: hidden;
  width: 31.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 3.777778em;
  padding: 0 1em;
  margin-bottom: 2.7778%;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  border: 1px solid #bfbfbf;
  transition: all 0.5s;
}
.business-list .wrapper .block::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/business-block-bg.jpg) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
.business-list .wrapper .block h4 {
  line-height: 1.25;
  font-weight: 700;
  transition: all 0s;
}
.business-list .wrapper .block i {
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 0;
  transition: all 0.5s;
}
.business-list .wrapper .block:hover {
  color: #fff;
  border-color: transparent;
}
.business-list .wrapper .block:hover::after {
  opacity: 1;
}
.business-list .wrapper .block:hover i {
  margin-left: 1.1111em;
  width: 1em;
}
.business-detail .brief {
  padding: 2.156863% 0 5.882353%;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.75;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 6.176471%;
}
.business-detail .brief h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #CD001E;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.business-detail .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 3.92156863%;
}
.business-detail .block-title h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  line-height: 1.45;
  font-weight: 700;
}
.business-detail .core-team {
	margin-bottom: 2%;
}
.business-detail .core-team .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.64706%;
}
.business-detail .core-team .wrapper .block {
  width: 20.882353%;
	padding: 5px;
	border: 1px solid #d8d8d8;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.9411765%;
}
.business-detail .core-team .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 124.41314554%;
}
.business-detail .core-team .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business-detail .core-team .wrapper .block .name {
  text-align: center;
  line-height: 1.45;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 0.5em;
}
.business-detail .core-team .wrapper .block .name h4 {
  color: #333;
  margin-bottom: 0.277778em;
}
.business-detail .core-team .wrapper .block .name h4 span {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  transition: all 0.5s;
}
.business-detail .core-team .wrapper .block .name h5 {
  color: #333;
  font-weight: 700;
}
.business-detail .core-team .wrapper .block:hover .pic img {
  scale: 1.05;
}
.business-detail .core-team .wrapper .block:hover .name h4 {
  color: #CD001E;
}
.business-detail .core-team .wrapper .block:hover .name h4 span {
  color: #CD001E;
}
.business-detail .team-swiper {
  position: relative;
  font-size: clamp(12px, 1vw, 14px);
  border: 1px solid #d8d8d8;
  padding: 1.357143em 2.2857143em;
}
.business-detail .team-swiper .swiper-button-prev,
.business-detail .team-swiper .swiper-button-next {
  color: #fff;
  font-weight: 700;
  width: 1.857143em;
  height: 1.857143em;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.business-detail .team-swiper .swiper-button-prev::after,
.business-detail .team-swiper .swiper-button-next::after {
  font-size: inherit;
}
.business-detail .team-swiper .swiper-button-prev:active,
.business-detail .team-swiper .swiper-button-next:active {
  background-color: #CD001E;
}
.business-detail .team-swiper .swiper-button-prev {
  left: 0;
}
.business-detail .team-swiper .swiper-button-next {
  right: 0;
}
.business-detail .team-swiper .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 132.954545%;
}
.business-detail .team-swiper .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business-detail .team-swiper .swiper .name {
  text-align: center;
  line-height: 1.45;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 0.5em;
}
.business-detail .team-swiper .swiper .name h4 {
  color: #333;
}
.business-detail .team-swiper .swiper .name h4 span {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  transition: all 0.5s;
}
.business-detail .team-swiper .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.business-detail .team-swiper .swiper .swiper-slide:hover .name h4 {
  color: #CD001E;
}
.business-detail .team-swiper .swiper .swiper-slide:hover .name h4 span {
  color: #CD001E;
}
.business-detail .team-swiper .swiper .swiper-pagination {
  position: relative;
  margin-top: 2.5%;
  line-height: auto;
  bottom: 0;
}
.business-detail .team-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.3em;
  height: 0.3em;
  opacity: 1;
  background-color: #d8d8d8;
  transition: all 0.5s;
  margin: 0 0.1em;
}
.business-detail .team-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CD001E;
}
.online-msg {
  margin-top: 4.1667%;
}
.online-msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.6667%;
}
.online-msg form .form-row .form-col {
  width: 49.1666667%;
}
.online-msg form .code-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.online-msg form .code-row input {
  flex: 1;
  margin-right: 1.5em;
}
.online-msg form .code-row .code {
  font-size: clamp(14px, 1vw, 16px);
  border: 1px solid #c4c4c4;
  border-radius: 0.25em;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 9.125em;
  height: 2.5em;
  cursor: pointer;
}
.online-msg form .code-row .code img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.online-msg form input,
.online-msg form textarea {
  width: 100%;
  outline: none;
  border-radius: 0.25em;
  border: 1px solid #c4c4c4;
  background-color: #f2f2f2;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  padding: 0.25em 0.5em;
  height: 2.5em;
  transition: all 0.5s;
}
.online-msg form input:focus,
.online-msg form textarea:focus {
  border-color: #CD001E;
}
.online-msg form textarea {
  height: 9.375em;
}
.online-msg form label {
  display: block;
  width: 100%;
  color: #333;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 0.25em;
}
.online-msg form label span {
  color: #f00;
}
.online-msg form button {
  outline: none;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  height: 2.5em;
  border-radius: 0.25em;
  background-color: #CD001E;
  min-width: 10em;
  padding: 0 1em;
  transition: all 0.5s;
  margin-top: 1.875em;
}
.online-msg form button:hover {
  box-shadow: 0 2px 5px #CD001E;
}
.team-filter .container {
  position: relative;
  z-index: 1;
  margin-top: -3.125%;
  background-color: #f2f2f2;
  padding: 1.97916667% 1.875%;
}
.team-filter form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 1.5em;
}
.team-filter form select,
.team-filter form input {
  outline: none;
  width: 28.4356725%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  height: 3.25em;
  padding: 0 0.75em;
}
.team-filter form button {
  width: 9.79532164%;
  background-color: #CD001E;
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
}
.team-filter form button:hover {
  box-shadow: 0 0 1em #CD001E;
}
.team-filter form button img {
  width: 1.125em;
  height: 1.125em;
  object-fit: scale-down;
  filter: contrast(0) brightness(200%);
  margin-right: 0.5em;
  vertical-align: middle;
  margin-top: -0.2em;
}
.team-filter .char-filter {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.6667;
  gap: 1em 2.1111em;
}
.team-filter .char-filter a {
  color: #333;
  transition: all 0.5s;
}
.team-filter .char-filter a:hover {
  color: #CD001E;
  text-decoration: underline !important;
}
.team-filter .char-filter a:last-of-type {
  color: #CD001E;
}
.team-filter .char-filter .active {
  color: #CD001E;
}
.team-list .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-list .wrapper .block {
  width: 17.847222%;
  margin-bottom: 3.958333%;
  background-color: #f2f2f2;
	border: 1px solid #d8d8d8;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding: 9px;
}
.team-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 118.2370821%;
}
.team-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.team-list .wrapper .block .title {
  position: relative;
  text-align: center;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.45;
  padding: 0.6667em 0.5em;
  transition: all 0.5s;
}
.team-list .wrapper .block .title::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #CD001E;
  transition: all 0.5s;
}
.team-list .wrapper .block .title h4 {
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-list .wrapper .block .title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.team-list .wrapper .block:hover .title {
  background-color: #f2f2f2;
}
.team-list .wrapper .block:hover .title h4 {
  color: #ffae00;
}
.team-list .wrapper .block:hover .title::after {
  width: 100%;
}
.member-intro .container {
  position: relative;
  z-index: 1;
  margin-top: -3.125%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.member-intro .container .picture {
  width: 18.2638889%;
}
.member-intro .container .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 133.07984791%;
}
.member-intro .container .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-intro .container .intro {
  flex: 1;
  padding: 1% 3.8889% 2% 4.375%;
}
.member-intro .container .intro .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.5%;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2%;
  gap: 1em;
}
.member-intro .container .intro .title h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  line-height: 1.6;
  border-left: 0.2em solid #CD001E;
  padding-left: 1.0667em;
  font-weight: 700;
  color: #333;
}
.member-intro .container .intro .title h3 span {
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 400;
  margin-left: 0.4em;
}
.member-intro .container .intro .title .index-more img {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  margin-top: -0.2em;
  transition: all 0.5s;
}
.member-intro .container .intro .title .index-more:hover img {
  filter: contrast(0) brightness(200%);
}
.member-intro .container .intro ul li {
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: #333;
}
.member-intro .container .intro ul li b,
.member-intro .container .intro ul li strong {
  font-weight: 700;
  min-width: 7em;
  margin-right: 1em;
}
.member-intro .container .intro ul li img {
  width: 1em;
  height: 1em;
  margin-right: 0.8em;
  margin-top: -0.2em;
}
.member-intro .container .intro ul li span {
  color: #CD001E;
  padding-right: 1.2em;
  margin-right: 1.2em;
  border-right: 1px solid #bfbfbf;
}
.member-intro .container .intro ul li span:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.member-intro .container .intro ul li:last-child {
  margin-bottom: 0;
}
.member-article article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.75;
}
.member-article h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  line-height: 1.6;
  border-left: 0.2em solid #CD001E;
  padding-left: 1.0667em;
  font-weight: 700;
  color: #333;
  margin-bottom: 2.7778%;
}
.member-article h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  font-weight: 700;
}
.search-content:not(:has(.block)) {
	padding: 0;
}
.search-content:has(.block) {
	padding: 0 0 4.1667%;
}
.search-content:has(.inner-title) {
	padding: 4.1667% 0 0;
}
.fancybox-bg {
  background-color: #fff !important;
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
