.section {
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 80px 0;
    overflow: hidden;
  }
}
.section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 98vw;
  height: 68%;
}
@media screen and (max-width: 1024px) {
  .section:before {
    width: 100vw;
    height: 80vw;
    transform: skewY(12.5deg);
    transform-origin: 100% 100%;
  }
}
.section .section-inner {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section .section-inner {
    width: 90vw;
  }
}
.section .section-inner .head {
  text-align: center;
  margin-bottom: 30px;
}
.section .section-inner .head .title {
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .section .section-inner .head .title {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 25px;
  }
}
.l-inner {
  position: relative;
  margin: 0 auto;
  width: 85.35871%;
  max-width: 80%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .l-inner {
    width: 89.33333%;
    max-width: 100%;
  }
}
.garnish_text {
  position: absolute;
  font-size: 12vw;
  font-family: Montserrat, sans-serif;
}
.banner-section .banner-content {
  height: 840px;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-content {
    height: 480px;
  }
}
.banner-section .banner-content .mobile-vis {
  height: 100%;
}
.banner-section .radian {
  background-image: url("/static/img/yuanhu4.png");
}
.banner-section .slogan {
  display: none;
}
.guest {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  width: -moz-max-content;
  max-width: 80%;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  z-index: 3;
  text-align: center;
  overflow: hidden;
}
.guest .guest-group-title {
  height: 208px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .guest .guest-group-title {
    margin-bottom: 5px;
    height: 104px;
  }
}
.guest .guest-group-desc {
  height: 96px;
  overflow: hidden;
  margin-bottom: 45px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .guest .guest-group-desc {
    margin-bottom: 12px;
    height: 60px;
  }
}
.guest .kv_heading {
  font-size: 80px;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .guest .kv_heading {
    font-size: 36px;
  }
}
.guest .kv_statement {
  font-size: 24px;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .guest .kv_statement {
    font-size: 15px;
  }
}
.kv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  width: -moz-max-content;
  max-width: 80%;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  z-index: 3;
  text-align: center;
}
.kv_content .kv_heading {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv_content .kv_heading {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
.kv_content .kv_statement {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv_content .kv_statement {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.kv_content .kv_btnbox {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .kv_content .kv_btnbox {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .kv_content .kv_btnbox {
    flex-direction: column;
  }
}
.kv_content .kv_btnbox a {
  width: 350px!important;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .kv_content .kv_btnbox a {
    width: 90% !important;
    font-size: 25px;
  }
  .kv_content .kv_btnbox a .text {
    font-size: 25px;
  }
}
.kv_content .kv_btnbox a:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .kv_content .kv_btnbox a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.kv {
  position: relative;
  background-color: #2e2e2e;
  transition: all 300ms linear;
}
.kv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/static/img/yuanhu4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 174px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .kv:before {
    height: 90px;
    background-size: 100%;
  }
}
.kv .kv_btnbox {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*a{
            width: 350px!important;
            font-size: 28px;
            &:first-child{
                margin-right: 10px;
            }
            @media screen and (max-width: 768px) {
                width: 90% !important;
                font-size: 25px;
                .text{
                    font-size: 25px;
                }
            }
            &:first-child{
                margin-right: 20px;
                @media screen and (max-width: 1024px) {
                    margin-right: 0;
                    margin-bottom: 20px;
                }
            }
        }*/
}
@media screen and (max-width: 768px) {
  .kv .kv_btnbox {
    height: 72px;
    justify-content: space-around;
    bottom: 8vw;
    overflow: hidden;
  }
}
.kv .kv_btnbox a:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .kv .kv_btnbox a:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv_btnbox a.button {
    width: calc(50% - 10px);
    height: 44px;
    padding: 0 8px 0 8px;
  }
  .kv .kv_btnbox a.button .text {
    font-size: 14px;
  }
  .kv .kv_btnbox a.button .text i {
    font-size: 24px;
  }
  .kv .kv_btnbox a.button .dot {
    width: 30px;
    height: 30px;
  }
}
.kv .hero {
  width: 100%;
  height: 840px;
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .hero {
    height: 600px;
  }
}
.kv .hero .item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kv .kv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  width: -moz-max-content;
  max-width: 80%;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  z-index: 3;
  text-align: center;
}
.kv .kv_content .kv_heading {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .kv_content .kv_heading {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
.kv .kv_content .kv_statement {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .kv_content .kv_statement {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.kv .kv_content .kv_btnbox {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .kv .kv_content .kv_btnbox {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .kv .kv_content .kv_btnbox {
    flex-direction: column;
  }
}
.kv .kv_content .kv_btnbox a {
  width: 350px!important;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .kv .kv_content .kv_btnbox a {
    width: 90% !important;
    font-size: 25px;
  }
  .kv .kv_content .kv_btnbox a .text {
    font-size: 25px;
  }
}
.kv .kv_content .kv_btnbox a:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .kv .kv_content .kv_btnbox a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.kv .kv_scroll {
  position: absolute;
  bottom: calc(8% + 30px);
  right: 67px;
  width: 130px;
  height: 13px;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .kv_scroll {
    display: none;
  }
}
.kv .kv_scroll span {
  font-size: 13px;
  color: #fff;
  display: block;
  transform-origin: right center;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.kv .kv_scroll i {
  width: 75px;
  height: 3px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kv .kv_scroll i:before,
.kv .kv_scroll i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.kv .kv_scroll i:before {
  background-color: #23d152;
  z-index: 1;
  animation: scroll 1.5s infinite linear;
}
.kv .kv_scroll i:after {
  background-color: #fff;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
@keyframes scroll {
  0% {
    left: -100%;
  }
  80% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.kv:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, #222 0, rgba(34, 34, 34, 0) 100%);
  background-size: cover;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv:after {
    width: 100%;
  }
}
.situations {
  background-color: #191919;
  margin-top: -1px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations {
    padding-top: 36px;
  }
}
.situations .garnish_text {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.04;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
  left: 5%;
  top: 0;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .garnish_text {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .heading_model {
    margin-bottom: 30px;
  }
}
.situations .heading_section {
  color: #fefefe;
  text-align: center;
  font-size: 54px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .heading_section {
    text-align: center;
    font-size: 36px;
  }
}
.section-works:before {
  height: 48%;
}
.section-works .case-inner {
  width: 96vw;
}
.section-works .row-wrapper {
  margin-top: 60px;
}
.section-works .row-wrapper .row {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row {
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
}
.section-works .row-wrapper .row .case-box {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 0 8vw;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row .case-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box {
    padding: 0;
  }
}
.section-works .row-wrapper .row .case-box .case-list {
  width: 100%;
}
.section-works .row-wrapper .row .case-box .case-list .swiper-slide {
  padding: 0 20px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item {
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  border-radius: 40px;
  width: 50%;
  min-width: 550px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-list .case-item {
    width: 100%;
    min-width: 100%;
  }
}
.section-works .row-wrapper .row .case-box .case-list .case-item a {
  padding: 60px 20px 60px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info {
  text-align: center;
  margin-bottom: 40px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .work-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .title {
  margin-top: 10px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .price {
  color: #000;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-list .case-item .info .price {
    font-size: 20px;
  }
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .proper {
  background-color: #00b135;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-list .case-item .info .proper {
    width: 26px;
    height: 26px;
  }
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .proper i {
  font-size: 12px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .resolution {
  position: relative;
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .resolution i {
  position: absolute;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .resolution i.lf {
  left: -20px;
  top: 0;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .resolution i.rf {
  right: -20px;
  bottom: 0;
  transform: rotate(180deg);
}
.section-works .row-wrapper .row .case-box .case-per {
  position: absolute;
  top: 20%;
  font-weight: 100;
  background-color: rgba(255, 255, 255, 0.6);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}
.section-works .row-wrapper .row .case-box .case-per:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row .case-box .case-per {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-per {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 12px #ccc;
  }
}
.section-works .row-wrapper .row .case-box .case-per i {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-per i {
    font-size: 24px;
  }
}
.section-works .row-wrapper .row .case-box .case-per.case-button-next {
  right: 0;
}
.section-works .row-wrapper .row .case-box .case-per.case-button-prev {
  left: 0;
}
.section-works .btn {
  width: 400px;
  height: 48px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-works .btn {
    width: 82%;
  }
}
.service-section {
  padding-bottom: 0;
}
.backdrop-text {
  width: 64%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .backdrop-text {
    width: 100%;
    padding: 15px;
    padding-bottom: 60px;
  }
}
.backdrop-text .p1 {
  font-size: 22px;
  margin-bottom: 20px;
}
.backdrop-text .p2 {
  font-size: 15px;
}
.bad-section .atlas {
  margin-top: 60px;
}
.bad-section .atlas ul {
  /*            display: flex;
            flex-wrap: wrap;
            justify-content: center;*/
  column-count: 8;
  column-gap: 0;
}
@media screen and (max-width: 1024px) {
  .bad-section .atlas ul {
    justify-content: space-between;
    column-count: 2;
  }
}
.bad-section .atlas ul li {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bad-section .atlas ul li {
    width: 100%;
  }
}
.bad-section .atlas ul li .res img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bad-section .atlas ul li .res img {
    width: 100%;
  }
}
.bad-section .atlas ul li .res:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.bad-section .atlas ul li .res .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-weight: 500;
  font-size: 20px;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 6px;
  overflow: hidden;
}
.bad-section .atlas ul li .res .sa-btn {
  background-image: var(--gradient-1);
  color: #fff;
  padding: 10px 16px;
  position: absolute;
  top: 108%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 80%;
}
.bad-section .atlas ul li .res:hover .sa-btn {
  top: 50%;
  opacity: 1;
}
.bad-section .atlas ul li .res:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
.bad-section .atlas ul li .res:hover .text {
  opacity: 0;
}
.contact-inner {
  position: relative;
  z-index: 2;
}
.contact-back {
  padding: calc(100vh + 300px) 0 100px 0 !important;
}
@media screen and (max-width: 1024px) {
  .contact-back {
    padding: 100vh 0 60px 0!important;
  }
}
.motion,
.peg {
  width: 200px;
  height: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 60%;
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
@media screen and (max-width: 1024px) {
  .motion,
  .peg {
    bottom: 80%;
  }
}
.motion .thumb,
.peg .thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.motion .thumb .bg,
.peg .thumb .bg {
  display: block;
  background-image: url("/static/img/img_kv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -moz-background-attachment: fixed;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0 0;
  -webkit-transform-origin: 100% 0 0;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  .motion .thumb .bg,
  .peg .thumb .bg {
    background-position: 50% 0;
  }
}
.motion.down,
.peg.down {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition-delay: 0.1s;
}
.nomogram {
  width: 100%;
  /*height: 318vh;*/
  position: relative;
  /*&:before{
        content: "";
        background-color: #2e2e2e;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
    }*/
}
.nomogram .thumb {
  width: 100%;
  height: calc(100vh + 60px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb {
    height: 100vh;
  }
}
.nomogram .thumb .bg {
  content: "";
  background-image: url("/static/img/img_kv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 2s linear;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .bg {
    background-position: 42% 0;
  }
}
.nomogram .thumb .bg .mask {
  position: absolute;
  background-color: rgba(0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 2s;
}
.nomogram .thumb .pegs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.nomogram .thumb .mask-back {
  width: 700px;
  height: 700px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/static/img/mash-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: -1;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .mask-back {
    width: 300px;
    height: 410px;
  }
}
.nomogram .thumb .mask-back.out {
  position: fixed;
  opacity: 0;
  transition: all 500ms;
  width: 100%;
  height: calc(100% + 500px);
}
.nomogram .thumb .t-drape {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #191919;
  height: calc(100% - 580px);
  width: 100%;
  z-index: 2;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .t-drape {
    height: calc(100% - 400px);
  }
}
.nomogram .thumb .t-drape .text {
  font-size: 54px;
  color: #fff;
  text-align: center;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .t-drape .text {
    font-size: 22px;
    padding: 0 40px;
  }
}
.nomogram .thumb .l-drape {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #191919;
  height: 200vh;
  width: calc(50% - 340px);
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .l-drape {
    width: calc(50% - 148px);
  }
}
.nomogram .thumb .r-drape {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #191919;
  height: 200vh;
  width: calc(50% - 340px);
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .r-drape {
    width: calc(50% - 148px);
  }
}
.nomogram .lean {
  position: relative;
  /*bottom: 100px;
        left: 0;*/
  width: 100%;
  z-index: 9;
  margin-top: 120px;
  padding-bottom: 120px;
}
.nomogram .heading_model {
  margin-bottom: 40px;
}
.nomogram.show .thumb .bg {
  position: fixed;
}
.nomogram.show .thumb .t-drape {
  height: 0;
}
.nomogram.show .thumb .t-drape .text {
  opacity: 0;
}
.nomogram.show .thumb .l-drape {
  width: 0;
}
.nomogram.show .thumb .r-drape {
  width: 0;
}
.nomogram.show .mask {
  opacity: 0.7;
  animation-name: mask_depth;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 1s;
}
@media screen and (max-width: 1024px) {
  .nomogram.show .mask {
    animation-delay: 1s;
  }
}
.nomogram.down .thumb {
  bottom: 0;
  top: unset;
}
.nomogram.down .thumb .bg {
  position: absolute;
  bottom: 0;
  top: unset;
}
@keyframes mask_fade {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mask_depth {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
.work-section {
  padding: 120px 0;
  position: relative;
  background-color: #191919;
  transition: all 500ms;
  /*&:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #191919;

    }*/
}
@media screen and (max-width: 768px) {
  .work-section {
    padding: 60px 15px;
  }
}
.work-section .section-header {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 500ms;
}
@media screen and (max-width: 1024px) {
  .work-section .section-header {
    font-size: 26px;
  }
}
.work-section.back-showin {
  background-color: #f2f2f2;
}
.work-section.back-showin .section-header {
  color: #000;
}
.work-section .job-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}
.work-section .job-main .job-item {
  border-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: calc(25% - 10px);
  padding: 180px 60px;
  background-color: transparent;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0.3, 0.47, 0.78);
  margin: 5px;
}
@media screen and (min-width: 768px) {
  .work-section .job-main .job-item:nth-child(1),
  .work-section .job-main .job-item:nth-child(5),
  .work-section .job-main .job-item:nth-child(9) {
    transition-delay: 0s;
  }
  .work-section .job-main .job-item:nth-child(2),
  .work-section .job-main .job-item:nth-child(6),
  .work-section .job-main .job-item:nth-child(10) {
    transition-delay: 0.2s;
  }
  .work-section .job-main .job-item:nth-child(3),
  .work-section .job-main .job-item:nth-child(7),
  .work-section .job-main .job-item:nth-child(11) {
    transition-delay: 0.4s;
  }
  .work-section .job-main .job-item:nth-child(4),
  .work-section .job-main .job-item:nth-child(8),
  .work-section .job-main .job-item:nth-child(12) {
    transition-delay: 0.6s;
  }
}
.work-section .job-main .job-item.showin {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .work-section .job-main .job-item {
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .work-section .job-main .job-item {
    width: 100%;
    margin: 5px 10px;
  }
}
.work-section .job-main .job-item .bg {
  background-image: url("/static/img/kv.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.2s ease;
  background-position: center;
  border-radius: 16px;
}
.work-section .job-main .job-item .bg:before,
.work-section .job-main .job-item .bg:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
}
.work-section .job-main .job-item .bg:before {
  transition: 1s ease;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item .bg:before {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.work-section .job-main .job-item .content {
  position: relative;
  z-index: 1;
}
.work-section .job-main .job-item .content .outline {
  color: #fff;
  text-align: center;
  display: block;
}
.work-section .job-main .job-item .content .outline .name {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.9);
  transition: 0.3s ease;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item .content .outline .name {
    font-size: 24px;
    color: #fff;
  }
}
.work-section .job-main .job-item .content .outline .icon {
  /*display: flex;
                        justify-content: center;
                        align-items: center;*/
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .work-section .job-main .job-item .content .outline .icon {
    width: 120px;
  }
}
.work-section .job-main .job-item .content .outline .icon .text {
  opacity: 0;
  transition: 0.3s ease;
  font-size: 18px;
  color: #fff;
  margin-left: -12px;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .work-section .job-main .job-item .content .outline .icon .text {
    opacity: 1;
    font-size: 16px;
  }
}
.work-section .job-main .job-item .content .outline .icon .iconfont {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .work-section .job-main .job-item .content .outline .icon .iconfont {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .work-section .job-main .job-item .content .outline .icon .iconfont {
    right: 5px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .work-section .job-main .job-item .content .outline:hover .name {
    color: #fff;
  }
}
.work-section .job-main .job-item .content .text {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item .content .text {
    font-size: 13px;
  }
}
.work-section .job-main .job-item .accordion {
  position: absolute;
  top: calc(100% - 140px);
  left: 0;
  width: calc(100% - 20px);
  margin: auto;
  opacity: 0;
  background-color: #0000008a;
  border-radius: 16px;
  transform: translate(10px, 10px);
  transition: 0.3s ease;
  transition-property: opacity, transform;
  z-index: 2;
  box-shadow: 10px 10px 20px rgba(133, 87, 74, 0.2);
  color: #000;
  pointer-events: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item .accordion {
    position: relative;
    margin-top: 20px;
    color: #fff;
    z-index: 1;
    opacity: 1;
    background-color: transparent;
    top: unset;
    left: unset;
    width: 100%;
    transform: unset;
    pointer-events: auto;
    box-shadow: none;
  }
}
.work-section .job-main .job-item .accordion .trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .work-section .job-main .job-item .accordion .trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 36px;
    padding-top: 10px;
  }
  .work-section .job-main .job-item .accordion .trigger .icon {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.25s ease;
  }
  .work-section .job-main .job-item .accordion .trigger .icon:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .work-section .job-main .job-item .accordion .trigger .icon:before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .work-section .job-main .job-item .accordion .trigger.show .icon {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .work-section .job-main .job-item .accordion .expand {
    height: auto!important;
  }
}
@media screen and (max-width: 768px) {
  .work-section .job-main .job-item .accordion .expand {
    height: 0;
    overflow: hidden;
    transition: 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition-property: height, opacity, padding;
  }
}
.work-section .job-main .job-item .accordion .list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 40px;
  font-size: 1.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item .accordion .list {
    padding: 0;
    height: auto;
  }
}
.work-section .job-main .job-item .accordion .list li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  font-size: 14px;
}
.work-section .job-main .job-item .accordion .list li:first-child {
  border-top: none;
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item .accordion .list li {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .work-section .job-main .job-item .accordion .list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.work-section .job-main .job-item .accordion .list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: none;
  opacity: 1;
  transition: color 0.12s ease-in;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item .accordion .list li a {
    color: rgba(255, 255, 255, 0.8);
  }
}
.work-section .job-main .job-item .accordion .list li a .s1 {
  display: inline-block;
  font-weight: 300;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: all 0.2s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.work-section .job-main .job-item .accordion .list li a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  transition: all 0.2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition-property: transform, color;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
  transform: translateX(0);
}
@media screen and (max-width: 1400px) {
  .work-section .job-main .job-item .accordion .list li a i {
    color: rgba(255, 255, 255, 0.8);
  }
}
.work-section .job-main .job-item .accordion .list li a:hover .s1 {
  opacity: 0.85;
}
.work-section .job-main .job-item .accordion .list li a:hover i {
  transform: translateX(6px);
}
@media screen and (min-width: 1401px) {
  .work-section .job-main .job-item:hover .bg:before {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .work-section .job-main .job-item:hover .accordion {
    opacity: 1 !important;
    transform: translate(10px, 0);
    pointer-events: auto;
  }
  .work-section .job-main .job-item:hover .outline .icon {
    width: 120px;
  }
  .work-section .job-main .job-item:hover .outline .icon .text {
    opacity: 1;
  }
  .work-section .job-main .job-item:hover .outline .icon .iconfont {
    right: 5px;
    transform: translateY(-50%);
    color: #ffffff;
  }
}
.recruitment-section {
  padding: 120px 80px 0 80px;
  position: relative;
  background-color: var(--back-color);
  z-index: 2;
  background-image: url("/static/img/bg-stars3.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.recruitment-section .yuanhu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-user-drag: none;
  user-select: none;
}
@media screen and (max-width: 1024px) {
  .recruitment-section {
    padding: 0 20px;
    padding-top: 48px;
  }
}
.recruitment-section .section-header {
  font-size: 36px;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruitment-section .section-header {
    font-size: 26px;
    margin-bottom: 60px;
  }
}
.recruitment-section .main {
  margin-top: -260px;
}
.recruitment-section .main .together {
  padding-top: 260px;
  border-bottom: 1px solid #1d1d1d;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.recruitment-section .main .together .item {
  padding: 40px 60px;
  width: 45%;
  margin-left: 80px;
  position: relative;
  transition: 0.2s ease;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .recruitment-section .main .together .item {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item {
    padding: 20px;
  }
}
.recruitment-section .main .together .item:nth-child(1) {
  margin-left: 180px;
}
@media screen and (max-width: 1024px) {
  .recruitment-section .main .together .item:nth-child(1) {
    margin-left: 20px;
  }
}
.recruitment-section .main .together .item:nth-child(2) {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .recruitment-section .main .together .item:nth-child(2) {
    margin-left: 0;
  }
}
.recruitment-section .main .together .item:nth-child(3) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .recruitment-section .main .together .item:nth-child(3) {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}
.recruitment-section .main .together .item:nth-child(4) {
  margin-left: auto;
  margin-right: 80px;
}
@media screen and (max-width: 1024px) {
  .recruitment-section .main .together .item:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
  }
}
.recruitment-section .main .together .item:nth-child(5) {
  margin-left: 80px;
  padding-bottom: 260px;
}
@media screen and (max-width: 1024px) {
  .recruitment-section .main .together .item:nth-child(5) {
    margin-left: 20px;
    padding-bottom: 40px;
  }
}
.recruitment-section .main .together .item .name {
  font-size: 36px;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: center;
  color: var(--position_title_color);
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item .name {
    font-size: 26px;
  }
  .recruitment-section .main .together .item .name .icon {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
  }
  .recruitment-section .main .together .item .name .icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .recruitment-section .main .together .item .name .icon:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
  }
}
.recruitment-section .main .together .item .desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  position: relative;
  z-index: 2;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item .desc {
    font-size: 16px;
  }
}
.recruitment-section .main .together .item .opaque {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media screen and (min-width: 1024px) {
  .recruitment-section .main .together .item .opaque {
    color: var(--position_work_hover_color);
    opacity: 1;
  }
}
.recruitment-section .main .together .item .opaque .content {
  position: absolute;
  padding-top: 20px;
  width: 100%;
  max-width: 600px;
  top: 0;
  left: 0;
  font-size: 16px;
  transition-duration: 200ms;
}
@media screen and (min-width: 1024px) {
  .recruitment-section .main .together .item .opaque .content {
    -webkit-mask: -webkit-gradient(linear, 0% 0%, 0% 70%, from(#ffffff), to(rgba(255, 255, 255, 0)));
  }
}
.recruitment-section .main .together .item .opaque .content .recruit {
  margin-bottom: 20px;
  font-size: 18px;
}
.recruitment-section .main .together .item .opaque .content .recruit:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item .opaque .content .recruit {
    font-size: 16px;
  }
}
.recruitment-section .main .together .item .opaque .content .recruit label {
  font-weight: 700;
}
.recruitment-section .main .together .item .opaque .content .recruit p {
  font-weight: 300;
}
.recruitment-section .main .together .item .opaque .more-btn {
  letter-spacing: -0.02em;
  font-size: 26px;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  border-bottom: 2px solid currentColor;
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item .opaque .more-btn {
    font-size: 18px;
  }
}
.recruitment-section .main .together .item .opaque .more-btn-box {
  width: 40%;
  max-width: 400px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item .opaque .more-btn-box {
    width: 80%;
    height: 40px;
  }
}
.recruitment-section .main .together .item .opaque .more-btn-box .arr-btn {
  color: var(--position_btn_color);
  border-color: var(--position_btn_color);
  border-width: 1px;
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item .opaque .more-btn-box .arr-btn span {
    font-size: 14px;
  }
}
.recruitment-section .main .together .item .opaque .more-btn-box .arr-btn span:before,
.recruitment-section .main .together .item .opaque .more-btn-box .arr-btn span:after {
  background-color: var(--position_btn_color);
}
.recruitment-section .main .together .item .opaque .more-btn-box .arr-btn:hover {
  color: var(--position_text_btn_hover_color);
  background-color: var(--position_back_btn_hover_color);
  border-color: var(--position_back_btn_hover_color);
}
.recruitment-section .main .together .item .opaque .more-btn-box .arr-btn:hover span:before,
.recruitment-section .main .together .item .opaque .more-btn-box .arr-btn:hover span:after {
  background-color: var(--position_text_btn_hover_color);
}
.recruitment-section .main .together .item .bg-bor {
  border: 1px solid var(--position_border_color);
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--position_back_color);
  background-image: var(--back-hover-img);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 1000px;
  z-index: 0;
  opacity: 0.9;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  transition: all 0.2s;
  overflow: hidden;
}
.recruitment-section .main .together .item .bg-bor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item .bg-bor {
    background-size: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media screen and (min-width: 769px) {
  .recruitment-section .main .together .item:hover {
    top: -200px;
  }
  .recruitment-section .main .together .item:hover .name {
    color: var(--position_title_hover_color);
  }
  .recruitment-section .main .together .item:hover .opaque {
    color: var(--position_work_hover_color);
  }
  .recruitment-section .main .together .item:hover .opaque .content {
    -webkit-mask: initial;
  }
  .recruitment-section .main .together .item:hover .opaque .more-btn {
    color: rgba(255, 255, 255, 0.8);
  }
  .recruitment-section .main .together .item:hover .opaque {
    opacity: 1;
    transform: translateY(0px);
  }
  .recruitment-section .main .together .item:hover .bg-bor {
    background-image: var(--back-hover-img);
    background-size: cover;
    opacity: 1;
    /*background-position: top center;
                            background-repeat: no-repeat;*/
  }
  .recruitment-section .main .together .item:hover .bg-bor:before {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .recruitment-section .main .together .item.activate {
    top: -260px;
  }
  .recruitment-section .main .together .item.activate .name {
    color: var(--position_title_hover_color);
  }
  .recruitment-section .main .together .item.activate .name .icon:before {
    background-color: var(--position_title_hover_color);
  }
  .recruitment-section .main .together .item.activate .name .icon:after {
    opacity: 0;
  }
  .recruitment-section .main .together .item.activate .opaque {
    opacity: 1;
    transform: translateY(0px);
    color: var(--position_work_hover_color);
  }
  .recruitment-section .main .together .item.activate .opaque .content {
    -webkit-mask: initial;
  }
  .recruitment-section .main .together .item.activate .opaque .more-btn {
    color: rgba(255, 255, 255, 0.8);
  }
  .recruitment-section .main .together .item.activate .bg-bor {
    background-image: var(--back-hover-img);
    background-size: 100%;
    opacity: 1;
    /*background-position: top center;
                            background-repeat: no-repeat;*/
  }
  .recruitment-section .main .together .item.activate .bg-bor:before {
    background-color: rgba(0, 0, 0, 0);
  }
}
.process-section {
  padding: 5% 10%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .process-section {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.process-section .list {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .process-section .list {
    overflow: hidden;
    padding-bottom: 20px;
    padding: 0 15px;
  }
}
.process-section .list .item {
  float: left;
  width: calc(25% - 10px);
  transform: translateY(40px);
  transition-duration: 0.4s;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.7, 0.3, 0.47, 0.78);
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 1280px) {
  .process-section .list .item {
    width: calc(50%);
  }
}
@media screen and (max-width: 768px) {
  .process-section .list .item {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .process-section .list .item:nth-child(1) {
    margin-top: 60px;
    transition-delay: 0.2s;
  }
  .process-section .list .item:nth-child(2) {
    margin-top: 188px;
    transition-delay: 0.4s;
  }
  .process-section .list .item:nth-child(3) {
    margin-top: 0;
    transition-delay: 0.6s;
  }
  .process-section .list .item:nth-child(4) {
    margin-top: 142px;
    transition-delay: 0.8s;
  }
}
.process-section .list .item .back {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding: 40px 25px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .back {
    border-radius: 18px;
    padding: 10px 15px;
  }
}
.process-section .list .item .title {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .title {
    margin-bottom: 10px;
  }
}
.process-section .list .item .title .name {
  font-size: 36px;
  position: relative;
  z-index: 1;
  color: #fefefe;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .title .name {
    font-size: 28px;
  }
}
.process-section .list .item .title .num {
  font-size: 160px;
  font-style: italic;
  color: #666;
  opacity: 0.15;
  position: absolute;
  top: -178px;
  left: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .title .num {
    opacity: 0;
  }
}
.process-section .list .item .img {
  width: 80%;
  padding-top: 80%;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.process-section .list .item .ys {
  width: fit-content;
  width: -moz-fit-content;
}
.process-section .list .item .txt {
  margin-top: 10px;
  padding: 6px 20px;
  display: flex;
  align-items: flex-start;
  background-color: rgba(79, 91, 109, 0.4);
  color: #fefefe;
  border-radius: 100px;
  overflow: hidden;
  font-size: 18px;
  width: max-content;
  width: -moz-max-content;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .txt {
    font-size: 15px;
    margin-top: 4px;
    padding: 4px 14px;
  }
}
.process-section .list .item .txt .proper {
  background-color: #12d16d;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.process-section .list .item .txt .proper i {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.process-section .list .item .txt .s1 {
  flex-grow: 0;
  margin-left: 10px;
}
.process-section.showin .list .item {
  transform: translateY(0);
  opacity: 1;
}
.process-section.showin .list .item:after {
  opacity: 1;
}
.process-section.showin:after {
  opacity: 1;
}
.natural {
  position: relative;
  width: 100%;
  /*top: 16%;*/
  opacity: 0;
  padding-top: 30vh;
  transform: translateY(40px);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0.3, 0.47, 0.78);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural {
    padding-top: 30vh;
  }
}
.natural.showin {
  opacity: 1;
  transform: translateY(0);
}
.natural .l-inner {
  width: 100%;
  max-width: 980px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .natural .l-inner {
    padding: 0 15px;
  }
}
.natural .natural-title {
  color: #fff;
  text-align: center;
  margin-bottom: 120px;
  font-size: 54px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .natural-title {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.natural .situations_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -10px;
  padding-bottom: 80px;
  counter-reset: situations-list;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list {
    display: flex;
    margin-top: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list:last-child {
    padding-bottom: 60px;
  }
}
.natural .situations_list .swiper-slide {
  width: 400px;
  height: 600px;
  margin: 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .swiper-slide {
    width: 210px;
    height: 400px;
    margin: 0 20px;
  }
}
.natural .situations_list .swiper-slide:nth-child(odd) {
  margin-top: 40px;
}
.natural .situations_list .courses {
  color: #fff;
  width: 100%;
  /*.p2{
                font-size: 24px;
                margin-bottom: 10px;
                @media screen and (min-width: 1px) and (max-width: 768px){
                    font-size: 20px;
                }
            }*/
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .courses {
    width: 100%;
  }
}
.natural .situations_list .courses .p1 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .courses .p1 {
    font-size: 24px;
  }
}
.natural .situations_list .courses .p3 {
  font-size: 18px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .courses .p3 {
    font-size: 16px;
  }
}
.natural .situations_list .courses .btn-box {
  margin-top: 40px;
  width: 80%;
  height: 48px;
}
.natural .situations_list .courses .btn-box .arr-btn {
  color: #fff;
  border-color: #fff;
  border-width: 1px;
}
@media screen and (max-width: 768px) {
  .natural .situations_list .courses .btn-box .arr-btn span {
    font-size: 14px;
  }
}
.natural .situations_list .courses .btn-box .arr-btn span:before,
.natural .situations_list .courses .btn-box .arr-btn span:after {
  background-color: #fff;
}
.natural .situations_list .courses .btn-box .arr-btn:hover {
  color: #000;
  background-color: #fff;
}
.natural .situations_list .courses .btn-box .arr-btn:hover span:before,
.natural .situations_list .courses .btn-box .arr-btn:hover span:after {
  background-color: #000;
}
.natural .situations_list .navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.natural .situations_list .navigation a {
  color: #fff;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.natural .situations_list .navigation a:first-child {
  margin-right: 16px;
}
.natural .situations_list .navigation a:hover {
  background-color: #fff;
  color: #000;
}
.natural .situations_list .navigation a i {
  font-size: 24px;
}
.natural .situations_list .navigation .button-prev i {
  transform: rotate(180deg);
}
.natural .situations_list .situations_item {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  /*padding: 50px 0;*/
  text-align: center;
  counter-increment: situations-list;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item {
    /*width: calc(33.33% - 10px);*/
    width: 100%;
    /*padding: 6% 0;*/
    flex-shrink: 0;
  }
}
.natural .situations_list .situations_item .situations_item-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5%;
  border-radius: 50%;
  /*background-image: linear-gradient(to bottom,#4c4c4c,#000);*/
  color: #fff;
  position: relative;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10%;
  }
}
.natural .situations_list .situations_item .situations_item-icon i {
  font-size: 66px;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-icon i {
    font-size: 56px;
  }
}
.natural .situations_list .situations_item .situations_item-icon .proper {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #00b135;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-icon .proper {
    width: 20px;
    height: 20px;
  }
}
.natural .situations_list .situations_item .situations_item-icon .proper i {
  font-size: 10px;
}
.natural .situations_list .situations_item:hover {
  /*.situations_item-icon {
                    &:before {
                        transform: scale(1);
                    }
                    transform: scale(1.2);
                }*/
}
.natural .situations_list .situations_item:before {
  position: absolute;
  content: attr(data-key);
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  color: #f7f7f7;
  bottom: 2px;
  right: 6px;
  line-height: 1;
  z-index: 0;
  opacity: 0;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:before {
    font-size: 80px;
  }
}
.natural .situations_list .situations_item:nth-of-type(1) {
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(2) {
    top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(3) {
    top: 0;
  }
}
.natural .situations_list .situations_item:nth-of-type(4) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(4) {
    top: 0;
    margin-top: 20px;
  }
}
.natural .situations_list .situations_item:nth-of-type(5) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(5) {
    top: 0;
    margin-top: 20px;
  }
}
.natural .situations_list .situations_item:nth-of-type(6) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(6) {
    top: 0;
    margin-top: 20px;
  }
}
.natural .situations_list .situations_item .situations_item-heading {
  font-size: 32px;
  font-weight: 800;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-heading {
    font-size: 20px;
  }
}
.natural .situations_list .situations_item .situations_item-text {
  position: relative;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 12px;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-text {
    font-size: 16px;
  }
}
.faq {
  margin-top: 120px;
  padding: 0 15px;
}
.faq .heading {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.faq .heading .p1 {
  font-size: 54px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .faq .heading .p1 {
    font-size: 36px;
  }
}
.faq .heading .p2 {
  font-weight: 300;
  opacity: 0.6;
  font-size: 24px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .faq .heading .p2 {
    font-size: 15px;
  }
}
.faq .btn-box {
  width: 300px;
  height: 48px;
  margin: 0 auto;
  margin-top: 40px;
}
.faq .btn-box .arr-btn {
  color: #fff;
  border-color: #fff;
  border-width: 1px;
}
@media screen and (max-width: 768px) {
  .faq .btn-box .arr-btn span {
    font-size: 14px;
  }
}
.faq .btn-box .arr-btn span:before,
.faq .btn-box .arr-btn span:after {
  background-color: #fff;
}
.faq .btn-box .arr-btn:hover {
  color: #000;
  background-color: #fff;
}
.faq .btn-box .arr-btn:hover span:before,
.faq .btn-box .arr-btn:hover span:after {
  background-color: #000;
}
.faq ul {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .faq ul {
    width: 98%;
  }
}
.faq ul li {
  padding: 32px;
  font-weight: bold;
  text-align: left;
  background-color: #00000038;
  border-radius: 16px;
  cursor: pointer;
  margin-bottom: 32px;
  border: 1px solid #444;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .faq ul li {
    padding: 16px 32px;
    margin-bottom: 12px;
  }
}
.faq ul li:last-child {
  margin-bottom: 0;
}
.faq ul li dt {
  position: relative;
  padding-right: 48px;
  color: #fff;
}
.faq ul li dt .iconfont {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateX(0deg);
  transition: transform 0.5s ease;
}
.faq ul li dt.on .iconfont {
  transform: translateY(-50%) rotateX(180deg);
  transition: transform 0.5s ease;
}
.faq ul li dd {
  display: none;
  margin-top: 32px;
  padding: 32px;
  background-color: #6f6f6f3b;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .faq ul li dd {
    margin-top: 16px;
    padding: 16px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=index.css.map */