@font-face {
  font-family: "iconfont";
  src: url("fonts/iconfont.woff2") format("woff2");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrowr:before {
  content: "\e600";
}

.icon-search:before {
  content: "\e741";
}

.icon-Top:before {
  content: "\e769";
}

@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url("../fonts/SourceHanSerifCN-Regular.0e6e0bfbcfc7.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #333;
}

ol,
ul {
  padding-left: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul ul {
  list-style-type: none;
}

html :where(img) {
  height: auto;
  max-width: 100%;
}

.wow {
  visibility: hidden;
}

.no-cssanimations .wow {
  visibility: visible;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes wShow {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes wShow {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.wShow {
  -webkit-animation-name: wShow;
  animation-name: wShow;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

html,
body {
  font-family: "SourceHanSerifCN-Regular", "Source Han Serif", 思源宋体, serif;
}

.t-st,
.nav-con .nt-0,
.nav-con .nt-1,
.h-con-0,
.h-con-0 .h1.h1-0,
.h-con-1 .t,
.contact-x .t,
.pr-c-1 .c .t,
.n-content .t,
.service-con-0 h3,
.service-con-0 li,
.service-con-0 a,
.contact-c-1 .a-1,
.contact-con .t-c .t-0,
.contact-con .t-c .t-1,
.contact-con .t-c .t-2,
.contact-con .t-c .t-3,
.at-item__txt,
.ac-con-1,
.zp-con-t .t,
.jobdesc-item {
  /* font-family: "SourceHanSerifCN-Regular", "Source Han Serif", 思源宋体, serif; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.t-ht,
.h-con-1 .h1,
.h-con-1 .h,
.h-con-x .t,
.h-con-x .t-5,
.pr-c-0 a.nav-link,
.n-content .h-con a,
.at-con-1 .c-0 .t,
.at-con-1 .t,
.contact-c-0 .h,
.related-title,
.at-item__title,
.zp-con-t .h,
.job-title {
}

.t-rh {
}

.h-con-1 .h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.nav-con .c {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
}

.nav-con .nav-0 {
  padding: 0px 0 0px 20px;
}

.nav-con .nav-1 {
  padding-top: 10px;
}

.nav-con .nav-1 .nav-link {
  position: relative;
  padding: 0.5rem 1.9rem;
}

.nav-con .collapsing {
  transition: width 0s, height 0s, background-color 0s, transform 0s;
}

.nav-con .show .nav-1 {
  background: #fff;
  transition: width 0s, height 0s, background-color 0.65s, transform 0.65s;
}

.nav-con .nav-0 img {
  height: 60px;
  /*box-shadow: 2px 3px 10px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 2px 3px 10px rgb(0 0 0 / 50%);
  -moz-box-shadow: 2px 3px 10px rgb(0 0 0 / 50%);*/
}

.nav-con .nt-0 {
  color: #fff;
  /* font-size: 21px; */
  font-size: 18px;
  text-align: center;
  padding: 0rem 0rem 0.1rem 0rem;
  /*text-shadow: 2px 3px 2px rgb(0 0 0 / 70%);
  -webkit-text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);*/
  text-shadow: 1px 2px 3px rgb(0 0 0 / 99%);
  -webkit-text-shadow: 1px 2px 3px rgb(0 0 0 / 99%);
  -moz-text-shadow: 1px 2px 3px rgb(0 0 0 / 99%);
}

.nav-con .nt-1 {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 65%);
  -webkit-text-shadow: 1px 1px 5px rgb(0 0 0 / 65%);
  -moz-text-shadow: 1px 1px 5px rgb(0 0 0 / 65%);
  opacity: 0;
  transition: all 0.5s;
}

.nav-con.nav-con-1 .nt-0 {
  color: #000;
  /* font-size: 21px; */
  font-size: 18px;
  text-align: center;
  padding: 0rem 0rem 0.1rem 0rem;
  /* text-shadow: 2px 3px 2px rgb(0 0 0 / 70%);
  -webkit-text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7); */
  text-shadow: unset;
  -webkit-text-shadow: unset;
  -moz-text-shadow: unset;
}

.nav-con.nav-con-1 .nt-1 {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 15px;
  color: #000;
  text-align: center;
  /* text-shadow: 1px 1px 5px rgb(0 0 0 / 65%);
  -webkit-text-shadow: 1px 1px 5px rgb(0 0 0 / 65%);
  -moz-text-shadow: 1px 1px 5px rgb(0 0 0 / 65%); */
  text-shadow: unset;
  -webkit-text-shadow: unset;
  -moz-text-shadow: unset;
  opacity: 0;
  transition: all 0.5s;
}

.nav-con li.nav-item:hover .nt-1 {
  opacity: 1;
}

.swiper a {
  width: 100%;
}

.swiper.s-con-0 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper.s-con-0 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper.s-con-0 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
}

.swiper.s-con-0 .swiper-button-next,
.swiper.s-con-0 .swiper-button-prev {
  color: #fff;
}

.swiper.s-con-0 .swiper-pagination-bullet-active {
  background: #fff;
}

.h-con-0 {
  margin-top: 150px;
}

.h-con-0 .h1 {
  font-size: 36px;
  font-weight: 600;
}

.h-con-0 .h1.h1-0 {
  text-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
  -webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.298039215686275);
  -moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.298039215686275);
}

.h-con-0 .h1.h1-1 {
  color: rgba(127, 127, 127, 0.6);
}

.h-con-0 .t-0 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
}

.h-con-0 .t-0 p {
  margin-bottom: 0rem;
}

.h-con-0 .t-1 {
  font-size: 14px;
  color: #7f7f7f;
}

.h-con-0 .t-1 p {
  margin-bottom: 0rem;
}

.h-con-1 {
  margin-top: 150px;
  margin-bottom: 100px;
}

.h-c-1 img,
.pr-c-1 .c img,
.ps-con-0 img,
.ps-con-1 img {
  width: 100%;
  cursor: pointer;
}

.ps-con-0 figure.wp-block-image {
  margin: 0 0 10px 0;
}

.h-c-1 .pic img,
.pr-c-1 .pic img,
.btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*.h-c-1 .pic img,
.pr-c-1 .pic img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}*/

.h-c-1 .pic:hover img,
.pr-c-1 .pic:hover img {
  -webkit-filter: none;
  filter: none;
}

.h-con-1 .h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.h-con-1 .h {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.h-con-1 .h a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.h-c-1 .h .t {
  font-size: 17px;
  color: #7f7f7f;
}

.h-con-x {
  margin-top: 50px;
  background: #f2f2f2;
  padding: 30px 0 40px 0;
  max-height: 100%;
  overflow: hidden;
}

.h-con-x .t {
  font-size: 14px;
  padding-bottom: 13.9px;
}

.h-con-x .p-con {
  text-align: right;
  padding-right: 30px;
}

.h-con-x .t-4 {
  font-size: 14px;
  text-align: right;
  padding-right: 40px;
  margin-top: 12px;
}

.h-con-x .p-con img {
  width: 60px;
  margin: 0 10px;
}

.h-con-x .c-2 {
  position: relative;
}

.h-con-x .t-v {
  position: absolute;
  top: 0;
  right: 0;
}

.h-con-x .t-5 {
  font-size: 14px;
  font-weight: 700;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  letter-spacing: 11.6px;
}

.h-con-x .t-4 a {
  color: #333;
  text-decoration: none;
}

.h-con-x .t-4 a:hover {
  color: #7f7f7f;
}



.pr-c-0 a.nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0px 10px 65px 10px;
}

.wp-block-column h3 {
  font-size: 20px;
  color: #555;
}

.pr-c-0 a.nav-link:hover {
  color: #7f7f7f;
}

.pr-c-1 .c {
  padding: 0 65px;
  margin-bottom: 100px;
}

.pr-c-1 .c .t {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.pr-c-1 .c a {
  color: #333;
  text-decoration: none;
}

.pr-c-1 .c p {
  margin-top: 0;
  margin-bottom: 0;
}

.pr-c-1 :nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.contact-x .c {
  color: #333;
  font-size: 22px;
  text-decoration: none;
}

.contact-x .t {
  position: relative;
}

.contact-x .t:after {
  margin: 0 0px 0 12px;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(images/arrow_0.bdf1fbfcd785.jpg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 15%;
  right: -30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-x:hover .t:after {
  right: -36px;
}

.n-content {
  margin-bottom: 65px;
}

.n-content .t-con {
  padding-left: 50px;
}

.n-content .h-con {
  margin-top: -6px;
}

.n-content .h-con a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid rgba(121, 121, 121, 1);
}

.n-content .h-con a:hover {
  color: #7f7f7f;
}

.n-content .t {
  font-size: 14px;
  margin-top: 10px;
}

.at-con-1 {
  margin-top: 50px;
}

.at-con-1 .c-0 .t {
  font-size: 18px;
  font-weight: 700;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  letter-spacing: 5px;
  padding-top: 5px;
}

.at-con-1 .t {
  font-size: 14px;
}

.at-con-2 {
  margin-top: 100px;
}

.at-con-2 a {
  text-decoration: none;
}

.at-con-3 {
  margin-top: 100px;
}

.at-con-0 .swiper-button-next,
.at-con-0 .swiper-button-prev {
  color: #fff;
}

.at-con-0 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.ac-con-x .c0 {
  font-size: 14px;
}

.service-con-0 h3 {
  font-size: 20px;
}

.service-con-0 li {
  /* font-size: 18px; */
  color: #555;
}

.service-con-0 a {
  /* font-size: 18px; */
  color: #555;
}

.service-con-0 a:hover {
  color: #7f7f7f;
}

.service-con-0 .partners .wp-block-image img {
  box-shadow: 3px 3px 11px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 3px 3px 11px rgb(0 0 0 / 30%);
  -moz-box-shadow: 3px 3px 11px rgb(0 0 0 / 30%);
}

.contact-c-0 {
  margin-bottom: 100px;
}

.contact-c-0 .pic {
  padding-right: 0;
}

.contact-c-0 .t-con {
  background: #f2f2f2;
  margin-right: -15px;
}

.contact-c-0 .h {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0 20px 0;
}

.contact-c-0 .pic-1,
.contact-c-1 .pic-1 {
  /* width: 50px; */
  width: 75px;
}

.contact-c-1 .a-1 {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  border-color: #c9c9c9;
}

.contact-c-1 .a-1:hover {
  background: #c9c9c9;
  border-color: #c1c1c1;
}

.contact-con {
  margin-bottom: 100px;
}

.contact-con .t-c .t-0,
.contact-con .t-c .t-1,
.contact-con .t-c .t-2,
.contact-con .t-c .t-3 {
  font-size: 14px;
}

.contact-x {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-x .c {
  font-size: 18px;
  color: #7f7f7f;
  text-decoration: none;
}

.contact-c-1 .c-x-c-1 {
  font-size: 14px;
}

.cx-0 input,
.cx-1 input,
.cx-2 textarea {
  font-size: 14px;
}

.zp-con-0 h3 {
  font-size: 22px;
}

.zp-con-0 .t {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  letter-spacing: 5px;
  margin-block-start: 0px;
}

.zp-con-0 .x {
  width: 150px;
  height: 10px;
  background: rgba(215, 215, 215, 1);
  color: transparent;
}

.ps-con-0 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ps-con-0 .h-c,
.ps-con-1 .h-c {
  margin-bottom: 10px;
}

.ps-con-0 .h-0 {
  font-size: 22px;
  font-weight: 600;
}

.ps-con-1 .h-0 {
  font-size: 18px;
  font-weight: 600;
}

.ps-con-0 .h-0 a {
  font-size: 24px;
  color: #333;
  text-decoration: none;
}

.ps-con-0 .h-0 span {
  font-size: 18px;
  color: #555;
}

.ps-con-0 p {
  margin-bottom: 10px;
}

.ps-con-0 .h-1 a,
.ps-con-1 .h-1 a {
  color: #333;
  font-size: 13px;
  display: inline-block;
  padding-top: 10px;
}

.ps-con-0 .h-1 a:hover,
.ps-con-1 .h-1 a:hover,
.ps-con-1 .h a:hover {
  color: #7f7f7f;
}

.ps-con-0 .pic-1 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.ps-con-1 {
  margin-bottom: 50px;
}

.ps-con-1 .h {
  font-size: 14px;
  margin-top: 10px;
}

.ps-con-1 .h a {
  color: #333;
  text-decoration: none;
}

.ac-con-1 {
  position: relative;
  margin-top: 100px;
}

.ac-con-1 .h-t {
  position: absolute;
}

.ac-con-1 .h-t-a {
  position: absolute;
  right: 0;
  font-size: 13px;
  color: #333;
}

.ac-con-1 .h-t-a:hover {
  color: #7f7f7f;
}

.nav-con .n-t {
  position: relative;
  margin-top: -10px;
  margin-right: 10px;
}

.nav-con .n-t span {
  position: absolute;
  top: 50%;
  right: 4px;
  background-color: #000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 2px 3px 10px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 2px 3px 10px rgb(0 0 0 / 50%);
  -moz-box-shadow: 2px 3px 10px rgb(0 0 0 / 50%);
}

.nav-con .n-t span:nth-of-type(1) {
  margin-top: -9px;
}

.nav-con .n-t span:nth-of-type(2) {
  width: 36px;
  height: 4px;
  margin-top: -1px;
}

.nav-con .n-t span:nth-of-type(1),
.nav-con .n-t span:nth-of-type(3) {
  width: 30px;
  height: 3px;
}

.nav-con .n-t span:nth-of-type(3) {
  margin-top: 9px;
}

.nav-con .n-t[aria-expanded="true"] span:nth-of-type(1) {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-con .n-t[aria-expanded="true"] span:nth-of-type(2) {
  width: 0;
  visibility: hidden;
  opacity: 0;
}

.nav-con .n-t[aria-expanded="true"] span:nth-of-type(3) {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-con .n.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.nav-con .n.show .nav-item {
  width: 100%;
}

.nav-con .n.show .nt-1 {
  display: none;
}

.nav-con .n.show .nt-0 {
  color: #333;
  font-size: 21px;
  text-align: center;
  padding: 0rem 0rem 0.1rem 0rem;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
}

.nav-con .nav-0,
.nav-con .n-t {
  z-index: 999;
}

.nav-con .n.show .nav-1 {
  padding-top: 100px;
}

.tt-0 {
  margin-top: 210px;
}

.at-con-0 img {
  max-width: 100%;
  height: auto;
}

.tt-1 {
  margin-top: 130px;
}

.n-con-1 img,
.contact-con img {
  max-width: 100%;
}

.related-title {
  font-size: 18px;
}

.phonor-item {
  color: #7f7f7f;
}

.phonor-item .js-ph-title {
  font-size: 14px;
}

.zp-con-t .h {
  width: 200px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  padding-top: 8px;
  display: inline-block;
  vertical-align: top;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  letter-spacing: 5px;
  margin-block-start: 0px;
}

.zp-con-t .t {
  width: calc(100% - 250px);
  margin-left: 40px;
  position: relative;
  padding-top: 8px;
  padding-bottom: 90px;
  display: inline-block;
  vertical-align: top;
}

.list-jobdesc li:nth-child(2) {
  padding-left: 15px;
}

.act-con-0 .pic-0 {
  width: 100%;
}

.c-x {
  width: 90%;
}

.cx-0 input {
  width: 49%;
  float: left;
  padding-left: 5px;
  margin-bottom: 15px;
}

.cx-0 .t-0 input {
  margin-right: 1%;
}

.cx-0 .t-1 input {
  margin-left: 1%;
}

.cx-1 input,
.cx-2 textarea {
  width: 100%;
  padding-left: 5px;
  margin-bottom: 15px;
}

.c-x input,
.c-x textarea {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  outline: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

.c-x .your-company,
.cx-2 {
  position: relative;
}

.cx-2 .wpcf7-form-control-wrap {
  position: unset;
}

.c-x .wpcf7-not-valid-tip {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 10px;
  width: 60px;
}

.c-x .your-company .wpcf7-not-valid-tip {
  top: -3px;
}

.cx-3 input {
  background: transparent;
  border: none;
}

.cx-3 .x {
  position: relative;
  color: transparent;
}

.cx-3 .x:after {
  margin: 0 0px 0 12px;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(images/arrow_0.bdf1fbfcd785.jpg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 15%;
  left: -79px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cx-3:hover .x:after {
  left: -70px;
}

.c-x-c-1 .pic-1 {
  padding-top: 27px;
}

.nav-n {
  text-align: center;
  margin-top: 60px;
}

.nav-n a {
  color: #333;
  padding: 0 5px;
}

.nav-n a:hover {
  color: #666;
}

::marker {
  font-size: 10px !important;
}

.go-top {
  position: fixed;
  right: 15px;
  bottom: 100px;
  display: none;
}

.go-top img {
  width: 39px;
}

.go-top.show {
  display: block;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1000px;
  }
}

@media (max-width: 1250px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 49.5px;
  }
}

@media (max-width: 1199.98px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 41.5px;
  }
}

@media (max-width: 1150px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 39.5px;
  }
}

@media (max-width: 1100px) {}

@media (max-width: 1050px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 37.5px;
  }
}

@media (max-width: 1024px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 67px;
  }
}

@media (max-width: 1000px) {}

@media (max-width: 991.98px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 49px;
  }

  .pr-c-1 .c {
    padding: 0 25px;
    margin-bottom: 90px;
  }

  .at-con-1 .c-0 .t {
    font-size: 28px;
    font-weight: 700;
    writing-mode: initial;
    writing-mode: tb-lr;
    letter-spacing: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .n-content .h-con {
    margin-top: -10px;
    padding-left: 15px;
  }

  .contact-c-0 .pic {
    padding-right: 0;
    padding-left: 0;
  }

  .contact-c-0 .pic-0 {
    width: 100%;
  }

  .c-x {
    width: 100%;
  }

  .ps-con-1 .t-c .c {
    margin-bottom: 39px;
  }

  .contact-c-0 {
    margin-bottom: 60px;
  }

  .nav-con .nav-1 .nav-link {
    padding: 0.5rem 1.6rem;
  }

  .nav-con .nt-1 {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 46px;
  }
}

@media (max-width: 850px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 43px;
  }

  .nav-con .nav-1 .nav-link {
    padding: 0.5rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .list-at>li:nth-of-type(n + 3) {
    margin-top: 29px;
  }

  .container.pr-con-0.tt-0 {
    max-width: 100%;
  }

  .n-content .h-con {
    margin-top: 10px;
    padding-left: 0;
  }

  .n-con-1 img {
    width: 100%;
  }

  .n-content .t-con {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h-con-x .c-2 {
    margin-top: 20px;
  }

  .h-con-x .p-con {
    text-align: left;
    padding-right: 30px;
  }

  .h-con-x .t-4 {
    text-align: left;
    padding-right: 20px;
    margin-top: 15px;
  }

  .h-con-x .t-v {
    position: absolute;
    top: 0;
    right: auto;
    left: 45%;
  }

  .h-con-x .p-con img {
    width: 60px;
    margin: 0 10px 0 0px;
  }

  .h-con-x .t-5 {
    font-size: 13px;
  }

  .h-con-0 {
    margin-top: 60px;
  }

  .h-con-1 {
    margin-top: 60px;
  }
}

@media (max-width: 750px) {
  .sat-item.first .at-item__img::before {
    padding-top: 130%;
  }

  .ps-con-1 .h-c {
    margin-bottom: 30px;
  }
}

@media (max-width: 720px) {
  .pr-c-0 a.nav-link {
    margin: 0px 5px 65px 5px;
  }
}

@media (max-width: 665px) {
  .pr-c-0 a.nav-link {
    font-size: 22px;
    margin: 0px 0px 65px 0px;
  }
}

@media (max-width: 599px) {
  .wp-block-columns.partners .wp-block-column {
    text-align: center;
  }
}

@media (max-width: 590px) {
  .pr-c-0 a.nav-link {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .pr-c-0 {
    margin-bottom: 65px;
  }

  .pr-c-0 a.nav-link {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px;
  }
}

@media (max-width: 515px) {}

@media (max-width: 500px) {
  .h-con-x .t-v {
    position: absolute;
    top: 0;
    right: auto;
    left: 55%;
  }
}

@media (max-width: 450px) {
  .nav-con .nav-0 img {
    height: 50px;
  }

  .h-con-0 .h1 {
    font-size: 31px;
  }

  .h-con-x .t-v {
    position: absolute;
    top: 0;
    right: auto;
    left: 60%;
  }
}

@media (max-width: 400px) {
  .h-con-0 .h1 {
    font-size: 26px;
  }

  .h-con-x .t-v {
    position: absolute;
    top: 0;
    right: 30%;
    left: auto;
  }
}

@media (max-width: 390px) {
  .h-con-0 .h1 {
    font-size: 25px;
  }

  .h-con-x .t-v {
    position: absolute;
    top: 0;
    right: 100px;
    left: auto;
  }
}

@media (max-width: 360px) {
  .h-con-x .t-v {
    position: absolute;
    top: 0;
    right: 30px;
    left: auto;
  }
}
