<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
body {
  overflow: hidden;
}
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: 1520px;
  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(255, 255, 255, 0.7);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .logo {
  width: 148px;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 18px;
}
header .lv1 &gt; li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 &gt; li &gt; a {
  color: #0a0405;
  font-size: 18px;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 &gt; li &gt; a:hover {
  text-decoration: underline !important;
}
header .lv1 &gt; li:hover::after {
  width: 100%;
}
header .lv1 &gt; li:hover .lv2 {
  top: 100%;
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #f12f32;
}
header .lv1 &gt; .active &gt; a {
  color: #f12f32;
}
header .lv1 &gt; .active a:hover {
  text-decoration: none !important;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 17px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
header .lv2 &gt; li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 5px 15px;
  min-width: 160px;
}
header .lv2 &gt; li a {
  font-size: 18px;
  color: #0a0405;
  transition: all 0.5s;
}
header .lv2 &gt; li a:hover {
  color: #f12f32;
}
header .lv2 &gt; 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: 60.42945%;
  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;
}
.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 &gt; li a {
  display: block;
  font-size: 20px;
  padding: 0 14px;
  line-height: 40px;
  background-color: #ffefef;
  margin: 5px 8px;
  color: #f12f32;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #f12f32;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  opacity: 0.7;
}
.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: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 18px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  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;
  color: #f12f32;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active h2::after {
  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 .banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 44px;
  color: transparent;
  background: -webkit-linear-gradient(left, #f12f32, #f67778);
  font-weight: 700;
  line-height: 1.6;
  -webkit-background-clip: text;
}
.index-banner .banner-text h2::after {
  display: block;
  width: 1.36364em;
  height: 3px;
  background-color: #f12f32;
  content: "";
  margin: 0.68182em auto;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.7778;
}
.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: 4.2%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 8px;
  border-radius: 0;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f12f32;
}
.index-title h3 {
  font-size: 40px;
  color: #131313;
  font-weight: 700;
  position: relative;
}
.index-title h3 span {
  color: #f12f32;
}
.index-title h3::after {
  display: block;
  content: "";
  width: 0.925em;
  height: 3px;
  background-color: #f12f32;
  margin: 2px 0 5px;
}
.index-title h4 {
  font-size: 26px;
  color: #d8d5d5;
  text-transform: uppercase;
}
.index-intro {
  background: -webkit-linear-gradient(left, #fff6f6, transparent);
  padding: 4.6875% 0 4.375%;
}
.index-intro .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.index-intro .lt {
  width: 45%;
  background: url(../images/index-intro-bg.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.index-intro .lt .index-title {
  margin-bottom: 7.017544%;
}
.index-intro .lt .brief {
  font-size: 18px;
  color: #606060;
  margin-bottom: 10.526316%;
}
.index-intro .rt {
  width: 50%;
}
.index-intro .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.1579%;
  z-index: 1;
}
.index-intro .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px 0 32px 0;
}
.index-intro .rt .pic::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f12f32;
  border-radius: 32px 0 32px 0;
  transform: translate(-3.33333%, 5.416667%);
  z-index: -1;
}
.index-more {
  display: block;
  width: 140px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 8px 0 8px 0;
  background: -webkit-linear-gradient(left, #f12f32, #f67778);
  transition: all 0.5s;
}
.index-more:hover {
  color: #fff;
  transform: translateY(-3px);
}
.index-team {
  padding: 4.4791667% 0 4.16667%;
  background: url(../images/index-team-bg.jpg) no-repeat;
  background-size: cover;
}
.index-team .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.8158%;
}
.index-team .teamSwiper {
  margin-bottom: 2.63158%;
}
.index-team .teamSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-team .teamSwiper .lt {
  width: 31.31579%;
}
.index-team .teamSwiper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 105.2521%;
}
.index-team .teamSwiper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-team .teamSwiper .rt {
  width: 63.618421%;
}
.index-team .teamSwiper .rt h4 {
  font-size: 26px;
  color: #282626;
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 0.15385em;
}
.index-team .teamSwiper .rt h5 {
  font-size: 22px;
  color: #282626;
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 1.1818em;
}
.index-team .teamSwiper .rt .brief .row {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #606060;
  line-height: 1.8889;
  margin-bottom: 1.3889em;
}
.index-team .teamSwiper .rt .brief .row:last-child {
  margin-bottom: 0;
}
.index-team .teamSwiper .rt .brief .row .name {
  white-space: nowrap;
  color: #f12f32;
  font-weight: 700;
  margin-right: 0.5em;
}
.index-team .teamSwiper .rt .brief .row .intro {
  flex: 1;
  text-align: justify;
}
.index-team .teamThumbSwiper .swiper-slide {
  text-align: center;
}
.index-team .teamThumbSwiper .swiper-slide-thumb-active h4,
.index-team .teamThumbSwiper .swiper-slide-thumb-active h5 {
  color: #f12f32;
}
.index-team .teamThumbSwiper .swiper-button-prev,
.index-team .teamThumbSwiper .swiper-button-next {
  font-size: 18px;
  width: 2.2222em;
  height: 2.2222em;
  background-color: #f12f32;
  border-radius: 8px 0 8px 0;
}
.index-team .teamThumbSwiper .swiper-button-prev::after,
.index-team .teamThumbSwiper .swiper-button-next::after {
  font-size: inherit;
  color: #fff;
}
.index-team .teamThumbSwiper .swiper-button-prev {
  left: 0;
}
.index-team .teamThumbSwiper .swiper-button-next {
  right: 0;
}
.index-team .teamThumbSwiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 104.2857%;
}
.index-team .teamThumbSwiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-team .teamThumbSwiper h4 {
  font-size: 22px;
  color: #282626;
  line-height: 1.667;
  margin-top: 1em;
}
.index-team .teamThumbSwiper h5 {
  font-size: 20px;
  color: #282626;
  line-height: 1.667;
}
.index-dynamic {
  background: url(../images/index-dynamic-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4.4791667% 0 4.53125%;
}
.index-dynamic .index-title {
  margin-bottom: 7.56579%;
}
.index-dynamic .index-title h4 {
  color: #fff;
}
.index-dynamic .wrapper {
  width: 100%;
  max-width: 830px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-dynamic .wrapper .block {
  width: 48.1927711%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
  line-height: 1.6667;
  padding: 1.3333em 1.1111em;
  margin-bottom: 3.61446%;
  box-shadow: 0 0 18px rgba(23, 1, 2, 0.23);
}
.index-dynamic .wrapper .block p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0s;
}
.index-dynamic .wrapper .block a {
  color: inherit;
}
.index-dynamic .wrapper .block:hover {
  background-color: rgba(241, 47, 50, 0.2);
  color: #f12f32;
}
.index-office {
  background: url(../images/index-office-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4.4791667% 0 1.45833%;
}
.index-office .index-title {
  text-align: center;
  margin-bottom: 3.157895%;
}
.index-office .index-title h3::after {
  margin-left: auto;
  margin-right: auto;
}
.index-office .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-office .wrapper .block {
  width: 23.68421%;
  margin-bottom: 1.776316%;
}
.index-office .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80.55556%;
  border-radius: 8px;
}
.index-office .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-office .wrapper .block h4 {
  font-size: 26px;
  color: #282626;
  font-weight: 700;
  line-height: 1.5556;
  margin: 0.846154em 0 0.269231em;
}
.index-office .wrapper .block h5 {
  font-size: 18px;
  color: #282626;
  font-weight: 700;
  line-height: 1.5556;
}
.index-office .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.index-honor {
  background: url(../images/index-honor-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.4791667% 0 3.28125%;
  position: relative;
  overflow: hidden;
}
.index-honor .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.763158%;
}
.index-honor .swiper {
  overflow: visible;
}
.index-honor .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 81.687243%;
}
.index-honor .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-honor .swiper-btn {
  display: flex;
  justify-content: center;
  margin-top: 3.94737%;
}
.index-honor .swiper-btn .swiper-button-prev,
.index-honor .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  top: auto;
  right: auto;
  color: #fff;
  background: -webkit-linear-gradient(left, #f12f32, #f67778);
  width: 50px;
  height: 40px;
  margin: 0 12px;
  font-size: 24px;
}
.index-honor .swiper-btn .swiper-button-prev::after,
.index-honor .swiper-btn .swiper-button-next::after {
  display: none;
}
.index-honor .swiper-btn .swiper-button-prev {
  border-radius: 0 8px 0 8px;
}
.index-honor .swiper-btn .swiper-button-next {
  border-radius: 8px 0 8px 0;
}
footer {
  background-color: #f1f1f1;
}
footer .footer-top {
  padding: 3.8020833% 0 5.6770833%;
}
footer .footer-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-top .lt .logo {
  width: 218px;
  margin-bottom: 43px;
}
footer .footer-top .lt .info ul {
  display: flex;
  gap: 27px;
}
footer .footer-top .lt .info ul li {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #dcdcdc;
  color: #767676;
  cursor: pointer;
}
footer .footer-top .lt .info ul li:hover {
  color: #f12f32;
  background-color: #ffdbdc;
}
footer .footer-top .lt .info ul li .tip {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
  color: #282626;
  padding: 3px;
  background-color: #fff;
  top: 160%;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 77px;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
footer .footer-top .lt .info ul li .tip::before {
  position: absolute;
  display: block;
  content: "";
  border: 5px solid transparent;
  border-bottom: 7px solid #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
footer .footer-top .lt .info ul li .tip img {
  display: block;
  max-width: 80px;
}
footer .footer-top .lt .info ul li:hover .tip {
  opacity: 1;
  visibility: visible;
  top: 130%;
}
footer .footer-top .rt {
  width: 47.763158%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .rt .block h3 {
  font-size: 20px;
  color: #282626;
  font-weight: 700;
  margin-bottom: 1.6em;
}
footer .footer-top .rt .block ul li {
  font-size: 18px;
  color: #5a5a5a;
  transition: all 0.5s;
  margin-bottom: 0.7778em;
}
footer .footer-top .rt .block ul li a {
  color: inherit;
}
footer .footer-top .rt .block ul li:hover {
  color: #f12f32;
}
footer .footer-bt {
  border-top: 1px solid #e2e2e2;
  padding: 0.833333% 0;
}
footer .footer-bt .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
footer .footer-bt .container p {
  font-size: 16px;
  color: #838383;
  line-height: 1.5;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.bread-crumb {
  border-bottom: 1px solid #ececec;
}
.bread-crumb .container {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bread-crumb .container p {
  font-size: 16px;
  color: #282626;
  transition: all 0s;
}
.bread-crumb .container p img {
  margin-right: 0.625em;
}
.bread-crumb .container p a {
  color: inherit;
  transition: all 0.5s;
}
.bread-crumb .container p a:hover {
  color: #f12f32;
}
.bread-crumb .container ul {
  display: flex;
  gap: 2.5625em;
}
.bread-crumb .container ul li {
  font-size: 16px;
  color: #282626;
  transition: all 0.5s;
}
.bread-crumb .container ul li a {
  color: inherit;
}
.bread-crumb .container ul li:hover {
  color: #f12f32;
}
.bread-crumb .container ul .active {
  color: #f12f32;
}
.about-us {
  background: url(../images/about-us-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.95833% 0 4.166667%;
}
.about-us .index-title {
  margin-bottom: 1.31579%;
}
.about-us .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-us .wrapper .lt {
  width: 50%;
  font-size: 18px;
  color: #606060;
  line-height: 2.1111;
}
.about-us .wrapper .rt {
  width: 39.868421%;
}
.about-us .wrapper .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 61.716172%;
  z-index: 1;
}
.about-us .wrapper .rt .pic::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #f12f32;
  transform: translate(-4.7855%, 7.75401%);
  z-index: -1;
}
.about-us .wrapper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-data {
  margin: 6px 0 4.6875%;
}
.about-data .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-data .block {
  text-align: center;
}
.about-data .block .icon {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.about-data .block h2 {
  font-size: 18px;
  color: #0a0405;
  font-weight: 700;
  line-height: 1.5;
}
.about-data .block h2 span {
  font-size: 78px;
  font-family: var(--Din);
}
.about-data .block h2 em {
  font-size: 30px;
}
.about-data .block p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.6667;
}
.about-honor .index-title {
  text-align: center;
  display: block;
}
.about-honor .index-title h3::after {
  margin-left: auto;
  margin-right: auto;
}
.team-member {
  margin: 3.95833% 0 4.166667%;
}
.team-member .index-title {
  text-align: center;
  margin-bottom: 2.89474%;
}
.team-member .index-title h3::after {
  margin-left: auto;
  margin-right: auto;
}
.team-member .wrapper .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.63158%;
  box-shadow: 0 0 32px 2px rgba(37, 37, 37, 0.11);
  margin-bottom: 2.63158%;
}
.team-member .wrapper .block .lt {
  width: 22.638889%;
}
.team-member .wrapper .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 118.405%;
}
.team-member .wrapper .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-member .wrapper .block .rt {
  width: 74.58333%;
}
.team-member .wrapper .block .rt h4 {
  font-size: 26px;
  color: #131313;
  font-weight: 700;
  line-height: 1.6667;
}
.team-member .wrapper .block .rt h5 {
  font-size: 20px;
  color: #131313;
  line-height: 1.6667;
  margin-bottom: 1.2em;
}
.team-member .wrapper .block .rt .brief .row {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.875;
  margin-bottom: 1em;
}
.team-member .wrapper .block .rt .brief .row:last-child {
  margin-bottom: 0;
}
.team-member .wrapper .block .rt .brief .row .name {
  font-weight: 700;
  color: #f12f32;
  white-space: nowrap;
  margin-right: 0.625em;
}
.team-member .wrapper .block .rt .brief .row .intro {
  flex: 1;
  text-align: justify;
}
.edu-bg {
  background: url(../images/edu-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.95833% 0 3.125%;
}
.edu-bg .index-title {
  text-align: center;
  margin-bottom: 3.289474%;
}
.edu-bg .index-title h3::after {
  margin-left: auto;
  margin-right: auto;
}
.edu-bg .wrapper .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.7763158%;
}
.edu-bg .wrapper .block {
  background: url(../images/edu-icon-bg.png) no-repeat;
  background-size: contain;
  width: 10.921053%;
  margin-bottom: 2.1053%;
}
.edu-bg .wrapper .block:first-child {
  opacity: 0.5;
}
.edu-bg .wrapper .block:last-child {
  opacity: 0.5;
}
.edu-bg .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 86.746988%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 43.373494% 0;
}
.edu-bg .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  max-width: 75%;
  max-height: 75%;
}
.edu-bg .wrapper .empty {
  opacity: 0.3;
}
.trade-list {
  margin: 3.958333% 0 5.208333%;
}
.trade-list .index-title {
  text-align: center;
  margin-bottom: 1.9737%;
}
.trade-list .index-title h3::after {
  margin-left: auto;
  margin-right: auto;
}
.trade-list .wrapper {
  display: flex;
}
.trade-list .wrapper .block {
  width: 22.4%;
  transition: all 0.3s;
}
.trade-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45.15625vw;
}
.trade-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trade-list .wrapper .block .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #110001, transparent 20%);
  transition: all 0.5s;
  opacity: 1;
}
.trade-list .wrapper .block .pic .name {
  position: absolute;
  height: 5em;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.5s;
  line-height: 1.4;
  padding: 0 0.5em;
}
.trade-list .wrapper .block .pic .name i {
  opacity: 0;
  width: 0;
  font-weight: 400;
  transition: all 0.5s;
}
.trade-list .wrapper .active {
  width: 32.8%;
}
.trade-list .wrapper .active .pic .mask {
  opacity: 0;
}
.trade-list .wrapper .active .pic .name {
  background-color: #f12f32;
  width: 68.254%;
  right: 0;
}
.trade-list .wrapper .active .pic .name i {
  opacity: 1;
  width: 1em;
  margin-left: 4.36364em;
}
.inner-title {
  text-align: center;
}
.inner-title h3 {
  font-size: 28px;
  color: #282626;
  font-weight: 700;
}
.inner-title h5 {
  font-size: 16px;
  color: rgba(2, 20, 45, 0.6);
}
.trade-detail {
  margin: 4.375% 0 3.645833%;
}
.trade-detail .inner-title {
  margin-bottom: 3.2895%;
}
.trade-detail .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trade-detail .wrapper .block {
  width: 18.421053%;
  box-shadow: 0 0 10px 2px rgba(37, 37, 37, 0.14);
  padding: 1em 1em 20px 1em;
  margin-bottom: 1.973684%;
  transition: all 0.5s;
}
.trade-detail .wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 43.6508%;
}
.trade-detail .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.trade-detail .wrapper .block p {
  line-height: 1.5;
  font-size: 20px;
  color: #282626;
  text-align: center;
  /*font-weight: 700;*/
}
.trade-detail .wrapper .block:hover {
  background-color: #f12f32;
}
.trade-detail .wrapper .block:hover .pic img {
  filter: contrast(0) brightness(200%);
}
.trade-detail .wrapper .block:hover p {
  color: #fff;
}
.news-list {
  padding: 3.958333% 0 4.94791667%;
}
.news-list .index-title {
  text-align: center;
  margin-bottom: 2.89474%;
}
.news-list .index-title h3::after {
  margin-left: auto;
  margin-right: auto;
}
.news-list .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.9737% 3.94737% 1.9737% 1.9737%;
  box-shadow: 0 0 13px rgba(17, 5, 5, 0.07);
  margin-bottom: 1.9737%;
  border-radius: 16px;
}
.news-list .row .picture {
  width: 28.951%;
}
.news-list .row .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70.04831%;
  border-radius: 8px;
}
.news-list .row .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .row .title {
  width: 66.853147%;
}
.news-list .row .title h4 {
  font-size: 24px;
  color: #282626;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .row .title h4 a {
  color: inherit;
}
.news-list .row .title p {
  font-size: 18px;
  color: #606060;
  line-height: 1.8889;
  margin-bottom: 10.251%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .row .title p a {
  color: inherit;
}
.news-list .row .title .more {
  display: flex;
  justify-content: space-between;
  color: #a39d9d;
  transition: all 0.5s;
  font-size: 16px;
}
.news-list .row .title .more a {
  color: #606060;
}
.news-list .row:hover .picture .pic img {
  transform: scale(1.05);
}
.news-list .row:hover .title h4 {
  color: #f12f32;
}
.news-list .row:hover .title p {
  color: #f12f32;
}
.news-list .row:hover .title .more {
  color: #f12f32;
}
.news-list .row:hover .title .more a {
  color: inherit;
}
.news-list .box {
  margin-top: 5%;
}
.news-detail {
  margin: 4.7916667% 0 5%;
}
.news-detail .inner-title {
  line-height: 1.5;
  margin-bottom: 3.026316%;
}
.news-detail .inner-title h3 {
  margin-bottom: 0.64286em;
}
.news-detail article {
  font-size: 18px;
  color: #606060;
  line-height: 1.8889;
}
.news-detail article a {
  color: #f12f32;
}
.news-detail .article-tab {
  font-size: 18px;
  color: #606060;
  line-height: 1.6667;
  border-top: 1px solid #b2b2b2;
  padding-top: 1.44737%;
  margin-top: 3.2895%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-detail .article-tab .lt {
  width: 50%;
}
.news-detail .article-tab p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.052632%;
}
.news-detail .article-tab p:last-child {
  margin-bottom: 0;
}
.news-detail .article-tab a {
  color: inherit;
  transition: all 0.5s;
}
.news-detail .article-tab a:hover {
  color: #f12f32;
}
.contact-us {
  margin: 3.958333% 0 4.895833%;
}
.contact-us .index-title {
  text-align: center;
  margin-bottom: 3.026316%;
}
.contact-us .index-title h3::after {
  margin-left: auto;
  margin-right: auto;
}
.contact-us .thumbSwiper {
  margin-bottom: 4.6053%;
}
.contact-us .thumbSwiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #494949;
  cursor: pointer;
  padding-top: 12px;
}
.contact-us .thumbSwiper .swiper-slide::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eee;
  top: 0;
  left: 0;
}
.contact-us .thumbSwiper .swiper-slide::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #f12f32;
  transition: all 0.5s;
  z-index: 1;
}
.contact-us .thumbSwiper .swiper-slide img {
  filter: grayscale(1);
  transition: all 0.5s;
  margin-right: 0.9167em;
  max-height: 70px;
  max-width: 70px;
  object-fit: contain;
}
.contact-us .thumbSwiper .swiper-slide h3 {
  font-weight: 700;
}
.contact-us .thumbSwiper .swiper-slide-thumb-active {
  color: #0a0405;
}
.contact-us .thumbSwiper .swiper-slide-thumb-active::after {
  width: 100%;
  right: auto;
  left: 0;
}
.contact-us .thumbSwiper .swiper-slide-thumb-active img {
  filter: grayscale(0);
}
.contact-us .locationSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.contact-us .locationSwiper .swiper-slide .lt {
  position: relative;
  width: 50%;
  padding: 4.21053% 3.553% 3% 3.553%;
  min-height: 528px;
}
.contact-us .locationSwiper .swiper-slide .lt h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  padding-bottom: 0.5769231em;
  margin-bottom: 1.25em;
  max-width: 434px;
}
.contact-us .locationSwiper .swiper-slide .lt h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.3333em;
}
.contact-us .locationSwiper .swiper-slide .lt h5:last-of-type {
  margin-bottom: 0;
}
.contact-us .locationSwiper .swiper-slide .lt .ewm {
  margin-top: 12.8834356%;
  display: inline-block;
  max-width: 100px;
}
.contact-us .locationSwiper .swiper-slide .lt .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f12f32;
  z-index: -1;
  left: 0;
  top: 0;
}
.contact-us .locationSwiper .swiper-slide .lt .bg img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
}
.contact-us .locationSwiper .swiper-slide .rt {
  position: relative;
  width: 50%;
}
.contact-us .locationSwiper .swiper-slide .rt iframe {
  /*display: none;*/
  /*visibility: hidden;*/
  /*position: absolute;*/
  width: 100%;
  height: 100%;
}
.contact-us .locationSwiper .swiper-slide-active .rt iframe {
  display: block;
  /*visibility: visible;*/
}
.contact-us .locationSwiper .swiper-btn {
  position: absolute;
  right: 5px;
  top: 30px;
  display: flex;
}
.contact-us .locationSwiper .swiper-btn .swiper-button-prev,
.contact-us .locationSwiper .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  font-size: 25px;
  color: #fff;
  background-color: #f12f32;
  width: 2em;
  height: 1.6em;
  box-shadow: 0 0 8px rgba(14, 6, 6, 0.2);
  transition: all 0.5s;
}
.contact-us .locationSwiper .swiper-btn .swiper-button-prev::after,
.contact-us .locationSwiper .swiper-btn .swiper-button-next::after {
  display: none;
}
.contact-us .locationSwiper .swiper-btn .swiper-button-prev {
  border-radius: 0 8px 0 8px;
  margin-right: 1em;
}
.contact-us .locationSwiper .swiper-btn .swiper-button-next {
  border-radius: 8px 0 8px 0;
}
.contact-us .locationSwiper .swiper-btn .swiper-button-disabled {
  background-color: #fff;
  color: #f12f32;
  opacity: 1;
}
.join-us {
  margin: 3.958333% 0 4.1666667%;
}
.join-us .index-title {
  text-align: center;
  margin-bottom: 1.57895%;
}
.join-us .index-title h3::after {
  margin-left: auto;
  margin-right: auto;
}
.join-us .intro {
  font-size: 18px;
  color: #606060;
  text-align: justify;
  line-height: 2.1111;
  margin-bottom: 3.94737%;
}
.join-us .recruit-wrapper {
  box-shadow: 0 0 29px rgba(14, 6, 6, 0.08);
}
.join-us .recruit-wrapper .recruit-title {
  display: flex;
  align-items: center;
  background-color: #f12f32;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 4.60526316% 0 3.684211%;
  gap: 1em;
  height: 3.75em;
}
.join-us .recruit-wrapper .recruit-title li {
  display: flex;
  align-items: center;
  width: 30%;
}
.join-us .recruit-wrapper .recruit-title li img {
  margin-right: 0.5833em;
  max-width: 48px;
  max-height: 44px;
  object-fit: contain;
}
.join-us .recruit-wrapper .row .title {
  display: flex;
  align-items: center;
  padding: 0 4.60526316% 0 3.684211%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 4.2727273em;
  gap: 1.1em;
  transition: all 0.5s;
}
.join-us .recruit-wrapper .row .title li {
  width: 30%;
}
.join-us .recruit-wrapper .row .title .operate {
  flex: 1;
}
.join-us .recruit-wrapper .row .title .operate a {
  display: inline-block;
  width: 2.2727273em;
  height: 1.818182em;
  line-height: 1.8182em;
  border-radius: 8px 0 8px 0;
  background: -webkit-linear-gradient(left, #f12f32, #f67778);
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.join-us .recruit-wrapper .row .content {
  display: none;
  padding: 1.513158% 4.60526316% 2.96053% 3.684211%;
  font-size: 18px;
  color: #606060;
}
.join-us .recruit-wrapper .row .content h3 {
  font-size: 24px;
  color: #0a0405;
  font-weight: 700;
}
.join-us .recruit-wrapper .row .content .send-email {
  display: inline-block;
  background: -webkit-linear-gradient(left, #f12f32, #f67778);
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  border-radius: 8px 0 8px 0;
  padding: 0 0.909091em;
  line-height: 2.27273em;
  transition: all 0.5s;
  margin-top: 3.0129125%;
}
.join-us .recruit-wrapper .row .content .send-email:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 15px rgba(0, 6, 26, 0.19);
}
.join-us .recruit-wrapper .active .title {
  color: #f12f32;
}
.join-us .recruit-wrapper .active .title .operate a {
  transform: rotateX(180deg);
}
.anchor-fixed {
  position: relative;
  top: -50px;
}
</pre></body></html>