@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', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
html {
  scroll-behavior: smooth;
  font-family: var(--Roboto);
}
body {
  position: relative;
  overflow: hidden;
  background: url(../images/body-bg.jpg) no-repeat;
  background-size: 100% auto;
  scroll-behavior: smooth;
  font-family: var(--Roboto);
}
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: 134px;
  width: 100%;
}
.container {
  max-width: 1400px;
  width: 80%;
  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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
  /* border-bottom: 1px solid #afafaf; */
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  max-width: 1670px;
  width: 90%;
}
header .logo {
  width: 112px;
}
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 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li a {
  color: #000;
  font-size: 16px;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li a:hover {
  text-decoration: underline !important;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  /* padding: 10px; */
  visibility: hidden;
  opacity: 0;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 > li a {
  font-size: 16px;
  color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  width: 44.311377%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .rt {
  display: flex;
  align-items: center;
}
header .rt .lang {
  background: -webkit-linear-gradient(left, #647dea, #ed96ca);
  border-radius: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.4444em 1.4444em 0.27778em;
  font-size: 18px;
}
header .rt .lang i {
  display: inline-block;
  font-style: normal;
  font-size: 15px;
  vertical-align: middle;
}
header .rt .lang a {
  color: inherit;
}
header .rt .lang a:hover {
  text-decoration: underline !important;
}
header .rt em {
  display: inline-block;
  width: 1px;
  height: 31px;
  background-color: #afafaf;
  margin: 0 1.4444em;
  font-size: 18px;
}
header .rt .link {
  display: block;
  font-size: 18px;
  color: #1c2226;
  border: 1px solid #1c2226;
  border-radius: 24px;
  padding: 0.4444em 1.1111em 0.27778em;
  min-width: 123px;
  margin-right: 1.2222em;
  text-align: center;
}
header .rt .link:hover {
  text-decoration: underline !important;
}
header .rt .link:last-child {
  margin-right: 0;
}
.about-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.about-header .logo img {
  filter: contrast(0) brightness(200%);
}
.about-header .lv1 > li a {
  color: #fff;
}
.about-header .rt .lang {
  background: #fff;
  color: #4551fb;
}
.about-header .rt .link {
  color: #fff;
  border: 1px solid #fff;
}
.header-active {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  animation: slideInDown 1.5s;
}
.header-active .logo {
  width: 112px;
}
.header-active .logo img {
  transition: all 0.5s;
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li a {
  color: #000;
}
.header-active .lv2 {
  background-color: #fff;
  box-shadow: 0 0 13px rgba(88, 88, 88, 0.1);
}
.header-active .rt .lang {
  background: -webkit-linear-gradient(left, #647dea, #ed96ca);
  color: #fff;
}
.header-active .rt .link {
  color: #1c2226;
  border: 1px solid #1c2226;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  font-size: 22px;
  padding: 0 14px;
  line-height: 40px;
  background-color: #edf5fb;
  margin: 5px 8px;
  color: #5f5f5f;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #035fa8;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #035fa8;
}
.pagination .btn {
  margin: 0 29px;
}
.pagination .btn a {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.3);
  font-weight: 700;
}
.pagination .btn i {
  margin: 0 20px;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #dcdcdc !important;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.banner {
  position: relative;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 134px 0 3.125%;
}
.index-banner .swiper .swiper-slide-active h3 {
  opacity: 1;
  transform: scale(1);
}
.index-banner .swiper .swiper-slide-active .dot {
  opacity: 1;
  transform: scale(1);
}
.index-banner .swiper .swiper-slide-active h1 {
  opacity: 1;
  transform: scale(1);
}
.index-banner .swiper .swiper-slide-active .bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.index-banner .banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.index-banner .container {
  max-width: 1600px;
  width: 90%;
}
.index-banner .banner-text {
  width: 100%;
  position: relative;
}
.index-banner .banner-text h3 {
  font-size: 42px;
  color: #000;
  line-height: 1.6;
  transition: all 0.8s;
  opacity: 0;
  transform: scale(2);
}
.index-banner .banner-text h1 {
  font-size: 100px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--Roboto);
  margin: 0;
  transition: all 0.9s;
  opacity: 0;
  transform: scale(2);
}
.index-banner .banner-text .dot {
  margin: 2.5% 0 4.875%;
  transition: all 1s;
  opacity: 0;
  transform: scale(2);
}
.index-banner .banner-text .dot em {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dac7f9;
  margin-right: 14px;
}
.index-banner .banner-text .bg {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
  z-index: -1;
  transition: all 1s;
}
.index-banner .banner-text .bg img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}
.index-banner .scroll-down-btn {
  right: 6.45833%;
  bottom: 17%;
}
.scroll-down-btn {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 126px;
  height: 126px;
  background-color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.scroll-down-btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 146.8254%;
  height: 146.8254%;
  background: url(../images/scroll-down-text.png) no-repeat;
  background-size: contain;
  animation: spin 10s linear infinite;
}
.scroll-down-btn:hover::before {
  animation-play-state: paused;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottom-contact {
  background: -webkit-linear-gradient(left, #5d7cec, #ef98ca);
  text-align: center;
  padding: 3.3333% 0 4.21875%;
}
.bottom-contact h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: var(--Roboto);
  line-height: 1.25;
  margin-bottom: 0.125em;
}
.bottom-contact h4 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 1.769231em;
}
.bottom-contact a {
  display: block;
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  font-family: var(--Roboto);
  margin: 0 auto;
  background-color: #181818;
  border-radius: 10px;
  width: 11.13158em;
  text-align: center;
  line-height: 2.13158;
  transition: all 0.5s;
}
.bottom-contact a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}
.index-contact {
  background: url(../images/index-bt-contact.jpg) no-repeat;
  background-size: cover;
}
.index-contact h2 {
  color: #000;
}
.index-contact h4 {
  color: #000;
}
footer {
  background-color: #d6d6d6;
}
footer .container {
  max-width: 1670px;
  width: 90%;
}
footer .footer-top {
  padding: 2% 0 1.5%;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .info {
  width: 29.94012%;
}
footer .footer-top .info .logo {
  width: 170px;
  margin-bottom: 23px;
}
footer .footer-top .info p {
  font-size: 18px;
  color: #000;
  line-height: 1.8889;
}
footer .footer-top .info a {
  display: inline-block;
  font-size: 20px;
  color: #181818;
  font-family: var(--Roboto);
  font-weight: 700;
  line-height: 1.45;
  padding: 0 0.6em;
  border-radius: 4px;
  border: 1px solid #181818;
  margin-top: 0.6em;
}
footer .footer-top nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top nav .block h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 1em;
}
footer .footer-top nav .block ul li {
  font-size: 16px;
  color: #666;
  margin-bottom: 0.5111em;
  line-height: 1.6;
}
footer .footer-top nav .block ul li a {
  color: inherit;
}
footer .footer-top nav .block ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-bt {
  border-top: 1px solid #fff;
  padding: 1.09375% 0 1.302083%;
}
footer .footer-bt .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
footer .footer-bt .container p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(102, 102, 102, 0.7);
}
footer .footer-bt .container p a {
  color: inherit;
}
footer .footer-bt .container p a:hover {
  color: #666;
  text-decoration: underline !important;
}
.index-title h1 {
  margin: 0;
  font-size: 80px;
  color: #dfe0e8;
  line-height: 1.0625;
  font-weight: 700;
  font-family: var(--Roboto);
}
.index-title h2 {
  font-size: 42px;
  color: #000;
  font-weight: 700;
  line-height: 1.8;
}
.index-title h2::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 4px;
  height: 0.9762em;
  background: -webkit-linear-gradient(top, #5d7cec, #ef98ca);
  margin-top: -0.15em;
  margin-right: 0.309524em;
}
.index-title h3 {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  line-height: 1.8;
}
.index-title h4 {
  font-size: 24px;
  color: #000;
  line-height: 1.8;
}
.index-title p {
  font-size: 18px;
  color: #333;
}
.index-purpose {
  background: -webkit-linear-gradient(top, transparent, #fffaf8 10%);
  padding: 6.6145833% 0;
  position: relative;
  z-index: 1;
}
.index-purpose .bg {
  position: absolute;
  bottom: -5%;
  z-index: 0;
}
.index-purpose .wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(88, 88, 88, 0.1);
  max-width: 1052px;
  padding: 4.07143% 5.357143% 6.14286%;
}
.index-purpose .wrapper .index-title {
  margin-bottom: 6.651885%;
}
.index-purpose .wrapper .brief {
  font-size: 18px;
  color: #000;
  margin-bottom: 5.09978%;
}
.index-purpose .wrapper .brief h4 {
  font-size: 28px;
  color: #000;
  line-height: 1.9286;
}
.index-purpose .wrapper .brief h5 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  font-family: var(--Roboto);
}
.index-purpose .wrapper .brief p {
  line-height: 2.27778;
}
.index-purpose .wrapper .more {
  display: inline-block;
  text-align: center;
  padding: 0 1em;
  font-size: 18px;
  font-family: var(--Roboto);
  color: #fff;
  background-color: #181818;
  border-radius: 10px;
  min-width: 15.555556em;
  line-height: 3.055556em;
  transition: all 0.5s;
  margin-right: 0.61111em;
}
.index-purpose .wrapper .more:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}
.index-business {
  position: relative;
  background-color: #fffaf8;
  padding-bottom: 6.71875%;
}
.index-business .index-title {
  margin-bottom: 2.57143%;
}
.index-business .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-business .wrapper .block {
  width: 48.57143%;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(88, 88, 88, 0.1);
  padding: 2.857143% 4.714286% 3.9286%;
  margin-bottom: 2.7143%;
}
.index-business .wrapper .block .title {
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0.6667em;
}
.index-business .wrapper .block .brief {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  text-align: justify;
  text-align-last: center;
  line-height: 1.875;
  min-height: 5.625em;
}
.index-business .wrapper .block .more {
  text-align: center;
  margin-top: 6.751825%;
}
.index-business .wrapper .block .more a {
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #181818;
  line-height: 2.5;
  min-width: 9.3125em;
  padding: 0 1em;
  border-radius: 10px;
  transition: all 0.5s;
}
.index-business .wrapper .block .more a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}
.index-business .customer-voice {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(88, 88, 88, 0.1);
  max-width: 1069px;
  margin: 1.57143% 0 0 auto;
  padding: 5.2857143% 4.5% 6.07143%;
}
.index-business .customer-voice .index-title {
  margin-bottom: 3.39343%;
}
.index-business .customer-voice .brief {
  font-size: 18px;
  color: #444;
  font-weight: 300;
  line-height: 2.1111;
  margin-bottom: 6.99894%;
}
.index-business .customer-voice .more {
  display: inline-block;
  text-align: center;
  padding: 0 1em;
  font-size: 18px;
  font-family: var(--Roboto);
  color: #fff;
  background-color: #181818;
  border-radius: 10px;
  min-width: 15.555556em;
  line-height: 3.055556em;
  transition: all 0.5s;
  margin-right: 0.61111em;
}
.index-business .customer-voice .more:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}
.index-business .bg {
  position: absolute;
  z-index: 0;
  top: 45%;
}
.index-recruit {
  background: url(../images/index-recruit-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.864583% 0 3.0729167%;
}
.index-recruit .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1670px;
  width: 90%;
}
.index-recruit .container .lt {
  padding-left: 8.0838%;
}
.index-recruit .container .rt {
  width: 47.7844%;
  font-size: 20px;
  color: #fff;
  line-height: 2.1;
}
.index-recruit .index-title h1 {
  color: #fff;
}
.index-recruit .index-title h3 {
  color: #fff;
}
.index-news {
  padding: 6.25% 0 6.354167%;
  background-color: #fffaf8;
}
.index-news .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5%;
}
.index-news .index-title .rt a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  background-color: #181818;
  border-radius: 10px;
  line-height: 3.05556;
  text-align: center;
  padding: 0 1em;
  min-width: 10.3333em;
  transition: all 0.5s;
}
.index-news .index-title .rt a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt ul li {
  transition: all 0.5s;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-family: var(--Roboto);
  cursor: pointer;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.index-news .wrapper .lt ul li::before {
  display: inline-block;
  width: 1.1em;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  vertical-align: middle;
  margin-right: 0.7em;
}
.index-news .wrapper .lt ul .active {
  color: #000;
  margin-bottom: 1.1em;
}
.index-news .wrapper .lt ul .active::before {
  background-color: #000;
}
.index-news .wrapper .rt {
  width: 68.92857%;
}
.index-news .wrapper .rt .row {
  padding: 2.07254% 2.07254% 2.07254% 3.10881%;
  display: flex;
  align-items: center;
  border-top: 1px solid #bababa;
}
.index-news .wrapper .rt .row:last-child {
  border-bottom: 1px solid #bababa;
}
.index-news .wrapper .rt .row .date {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  font-family: var(--Roboto);
  margin-right: 0.9375em;
  transition: all 0.5s;
}
.index-news .wrapper .rt .row .name {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  width: 10em;
  line-height: 2;
  background: -webkit-linear-gradient(top, #0083cc, #0056a1);
  border-radius: 1em;
  text-align: center;
  white-space: nowrap;
  transition: all 0.5s;
}
.index-news .wrapper .rt .row .title {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 2.875em;
  flex: 1;
  transition: all 0.5s;
}
.index-news .wrapper .rt .row:hover .date,
.index-news .wrapper .rt .row:hover .title {
  color: #000;
}
.index-news .wrapper .rt .row:hover .name {
  filter: hue-rotate(110deg);
}
.inner-banner .bread-crumb {
  margin: 4.7857143% 0 3.214286%;
}
.inner-banner .bread-crumb p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.inner-banner .bread-crumb p a {
  color: inherit;
}
.inner-banner .bread-crumb p a:hover {
  text-decoration: underline !important;
}
.join-banner {
  background: url(../images/join-banner.jpg) no-repeat;
  background-size: cover;
  padding: 134px 0 7.1875%;
  overflow: hidden;
}
.join-banner .bread-crumb p {
  color: #fff;
}
.join-banner .banner-text {
  text-align: center;
  color: #fff;
}
.join-banner .banner-text h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.578125;
  margin-bottom: 5%;
}
.join-banner .banner-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.join-banner .banner-text p:last-child {
  margin-bottom: 0;
}
.go-into-celm {
  background: -webkit-linear-gradient(top, transparent, #fffaf8 10%);
  padding: 8.4895833% 0 3.645833%;
}
.go-into-celm .index-title {
  margin-bottom: 2.7143%;
}
.go-into-celm .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.go-into-celm .row:last-child .rt {
  border-bottom: 0;
}
.go-into-celm .row .lt {
  width: 25.64286%;
}
.go-into-celm .row .lt .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 0;
  padding: 50% 0;
  background: url(../images/go-into-celm-title-bg.png) no-repeat;
  background-size: contain;
  line-height: 1.5;
}
.go-into-celm .row .lt .title h4 {
  font-size: 28px;
  color: #000;
  font-family: var(--Abel);
}
.go-into-celm .row .lt .title h3 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.go-into-celm .row .rt {
  width: 69%;
  border-bottom: 1px solid #c9c9c9;
  padding: 7.2857143% 0;
}
.go-into-celm .row .rt .title h3 {
  font-size: 28px;
  color: #000;
  line-height: 1.6667;
  margin-bottom: 1em;
}
.go-into-celm .row .rt .title h3::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 0.9643em;
  background: -webkit-linear-gradient(top, #e7937e, #7da3d8);
  margin-top: -0.15em;
  margin-right: 0.39286em;
}
.go-into-celm .row .rt .brief {
  font-size: 18px;
  color: #444;
  text-align: justify;
  line-height: 1.8889;
}
.recruitment-block {
  background-color: #fffaf8;
  padding: 6.25% 0 2.13541667%;
}
.recruitment-block .index-title {
  margin-bottom: 2.57143%;
}
.recruitment-block article {
  padding-bottom: 3%;
  font-size: 18px;
  color: #333;
}
.recruitment-block article h3 {
  font-size: 24px;
  color: #000;
  display: inline-block;
  padding: 0 1.25em;
  line-height: 2.16667;
  border: 1px solid #1c2226;
  border-radius: 1.08333em;
  margin-bottom: 1.2857143%;
}
.recruitment-block article h4 {
  font-size: 20px;
  color: #333;
  line-height: 1.95;
}
.recruitment-block article h5 {
  font-size: 22px;
  color: #7c81e5;
  margin-bottom: 0.7143%;
}
.recruitment-block article ul {
  background-color: #fff;
  padding: 2.857143% 2.2857143%;
  font-size: 18px;
  color: #333;
  box-shadow: 0 0 13px rgba(88, 88, 88, 0.1);
  margin: 2% 0;
}
.recruitment-block article ul li {
  display: flex;
  align-items: flex-start;
  line-height: 2.375;
}
.recruitment-block article ul li::before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background: -webkit-linear-gradient(top, #5d7cec, #ef98ca);
  border-radius: 50%;
  margin-right: 0.6875em;
  margin-top: 0.9em;
}
.recruitment-block article ul li p {
  flex: 1;
}
.recruitment-block article > p {
  font-size: 18px;
  color: #333;
  line-height: 2.4375;
}
.recruitment-block article .brief {
  background-color: #fff;
  padding: 2% 2.42857143% 2.357143%;
  box-shadow: 0 0 13px rgba(88, 88, 88, 0.1);
  margin: 2% 0;
}
.recruitment-block article table {
  width: 100%;
}
.recruitment-block article table tr td {
  font-size: 18px;
  color: #333;
  border: 1px solid #d5d5d5;
  padding: 0.5em 2.625em;
  height: 70px;
  vertical-align: middle;
}
.recruitment-block article table tr td:first-child {
  background-color: #f8f8f8;
  color: #000;
  padding-left: 4.625em;
}
.tel-block span {
  background: -webkit-linear-gradient(left, #5d7cec, #ef98ca);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.social-recruit-tel {
  background-color: #fffaf8;
  text-align: center;
  padding-bottom: 6px;
}
.social-recruit-tel h2 {
  font-size: 42px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3.2143%;
}
.intern-recruit-tel {
  margin: 5.83333% 0 5.989583%;
}
.intern-recruit-tel .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.intern-recruit-tel .container .lt {
  width: 53.57143%;
}
.intern-recruit-tel .container .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666667%;
}
.intern-recruit-tel .container .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intern-recruit-tel .container .rt {
  width: 46.42857%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fffaf8;
}
.intern-recruit-tel .container .rt h2 {
  font-size: 35px;
  color: #000;
  line-height: 1.6667;
}
.intern-recruit-tel .container .rt span {
  font-size: 48px;
  line-height: 1.6;
}
.inner-banner {
  padding-bottom: 4.94791667%;
  overflow: hidden;
}
.inner-banner .index-title h1 {
  font-size: 82px;
}
.inner-banner .scroll-down-btn {
  position: absolute;
  right: 6.45833%;
  bottom: 30%;
}
.project-intro {
  position: relative;
  background: -webkit-linear-gradient(top, transparent, #fffaf8 30%);
  padding: 4.58333% 0 29.89583%;
}
.project-intro .block {
  position: relative;
  z-index: 1;
  max-width: 1052px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(88, 88, 88, 0.1);
  padding: 6.2857143% 6.4286% 6.42857143%;
  margin-bottom: 8.57143%;
}
.project-intro .block .index-title {
  margin-bottom: 3.440367%;
}
.project-intro .block .index-title h2 {
  font-size: 34px;
}
.project-intro .block .index-title h2::before {
  height: 0.911765em;
}
.project-intro .block .brief {
  font-size: 20px;
  line-height: 2.2;
  text-align: justify;
}
.project-intro .block:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
.project-intro .bg1 {
  position: absolute;
  z-index: 0;
  top: 8%;
}
.project-intro .bg2 {
  position: absolute;
  z-index: 0;
  top: 55%;
  transform: rotateY(180deg);
}
.project-background {
  margin: 6.614583% 0 0;
}
.project-background .index-title {
  margin-bottom: 3.714286%;
}
.project-background .index-title h1 {
  color: #000;
}
.project-background .index-title .text-line {
  color: transparent;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
  font-weight: normal;
  margin-top: 1.4286%;
}
.project-background .block {
  margin-bottom: 6.5104167%;
}
.project-background .block:last-child {
  margin-bottom: 0;
}
.project-background .intro .index-title {
  margin-bottom: 2.910361%;
}
.project-background .intro .index-title h2 {
  font-size: 38px;
}
.project-background .intro .wrapper {
  box-shadow: 0 0 13px rgba(88, 88, 88, 0.1);
  max-width: 1040px;
  padding: 4.4286% 4.14286% 4.2857143%;
  margin: 0 0 0 auto;
}
.project-background .intro .wrapper .brief {
  font-size: 18px;
  color: #000;
  text-align: justify;
  line-height: 2.1111;
}
.project-background .feedback {
  background: -webkit-linear-gradient(top, transparent, #fffaf8 30%);
  padding: 10.625% 0 5.8854167%;
}
.project-background .feedback .index-title {
  margin-bottom: 2.5%;
}
.project-background .feedback .index-title h2 {
  font-size: 40px;
}
.project-background .feedback .row {
  border-top: 1px dashed #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  min-height: 4.5em;
  padding: 0.5625em 1.25em 0.5625em 0;
}
.project-background .feedback .row:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.project-background .feedback .row p {
  color: #000;
  line-height: 1.8;
  flex: 1;
  margin-right: 1em;
}
.project-background .feedback .row span {
  font-family: var(--Abel);
  color: transparent;
  -webkit-text-stroke: 1px #666;
  font-size: 27px;
}
.anchor-fixed {
  position: relative;
  top: -150px;
}
img[data-pic="device-mob"] {
  display: none;
}
