@charset "utf-8";
@font-face {
  font-family: Rajdhani-Bold;
  src: url("../fonts/rajdhani-bold-4.ttf");
}
@font-face {
  font-family: Rajdhani-Medium;
  src: url("../fonts/rajdhani-medium-3.ttf");
}
@font-face {
  font-family: Rajdhani-Regular;
  src: url("../fonts/rajdhani-regular-2.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes scale-bg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scale-bg-1 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes o-scale {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes o-scale-1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes indexsvg {
  0% {
    stroke-dashoffset: 50;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes indexsvg1 {
  0% {
    stroke-dashoffset: 150;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -150;
  }
}
@keyframes indexsvg2 {
  0% {
    stroke-dashoffset: 600;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
  .dom-loaded .header {
    transition: 0.3s;
  }
  .dom-loaded .header .logo img {
    transition: 0.3s;
  }
  .dom-loaded .header li a.single {
    transition: 0.3s;
  }
  .dom-loaded .header a.search {
    transition: 0.3s;
  }
  .dom-loaded .header .global span {
    transition: 0.3s;
  }
  .dom-loaded .header .global span::before {
    transition: 0.3s;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  padding: 0 3.7rem;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .header.down .logo img.show,
  .header:hover .logo img.show {
    opacity: 0;
  }
  .header.down .logo img.hide,
  .header:hover .logo img.hide {
    opacity: 1;
  }
  .header.down li a.single,
  .header:hover li a.single {
    color: rgb(19, 38, 48);
  }
  .header.down span.tel,
  .header:hover span.tel {
    color: rgb(51, 51, 51);
  }
  .header.down .global span,
  .header:hover .global span {
    color: rgb(19, 38, 48);
  }
  .header.down .global span::before,
  .header:hover .global span::before {
    background-image: url("../images/icon-2-2.png");
  }
  .header.down .global span::after,
  .header:hover .global span::after {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .header.down a.search,
  .header:hover a.search {
    background-image: url("../images/icon-3-2.png");
  }
  .header.down {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: rgb(222, 222, 222) 0 0 27px;
  }
  .header.down .logo img {
    transform: scale(0.8);
    transform-origin: left center;
  }
  .header.down li a.single {
    line-height: 5rem;
  }
  .header.translate {
    transform: translateY(-100%);
    box-shadow: none;
  }
  .header:hover {
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(0px);
  }
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  position: relative;
  width: max(120px, 22rem);
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header li a.single {
  display: block;
  font-size: max(14px, 1.125rem);
  line-height: 6.875rem;
  color: rgb(255, 255, 255);
  padding: 0 1.25rem;
  position: relative;
}
.header li a.single::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: rgb(215, 0, 15);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.header li .subnav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 11rem;
  opacity: 0;
  visibility: hidden;
  background: rgb(255, 255, 255);
}
.header li .subnav .s-flex {
  display: block;
}
.header li .subnav .left-box {
  width: 100%;
  opacity: 0;
  transform: translateY(-4px);
}
.header li .subnav .left-box a {
  display: block;
  position: relative;
}
.header li .subnav .left-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleY(0);
  transition: transform 0.3s;
  will-change: transform;
  z-index: 1;
}
.header li .subnav .left-box a span {
  display: block;
  font-size: max(14px, 1rem);
  color: rgb(98, 110, 119);
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
  text-align: center;
}
@media (any-hover: hover) {
  .header li .subnav .left-box a:hover::before {
    transform: scaleY(1);
  }
  .header li .subnav .left-box a:hover::after {
    opacity: 1;
  }
  .header li .subnav .left-box a:hover span {
    color: rgb(255, 255, 255);
  }
}
.header li .subnav .right-box {
  width: 37.5rem;
  margin-left: 9.375rem;
  opacity: 0;
  transform: translateY(-4px);
}
.header li .subnav .right-box .tit {
  font-size: 2rem;
  color: rgb(19, 38, 48);
}
.header li .subnav .right-box p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 1.5rem;
}
.header li .subnav .right-box a.more {
  position: relative;
  display: block;
  margin-top: 5rem;
  width: max(140px, 11.25rem);
  transition: 0.3s;
}
.header li .subnav .right-box a.more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.header li .subnav .right-box a.more span {
  display: block;
  font-size: 14px;
  color: rgb(215, 0, 15);
  text-align: center;
  line-height: max(40px, 3rem);
  border: 1px solid rgb(215, 0, 15);
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .header li .subnav .right-box a.more:hover {
    transform: translateY(-3px);
    box-shadow: rgba(215, 0, 15, 0.3) 0px 0.625rem 1.875rem;
  }
  .header li .subnav .right-box a.more:hover::before {
    transform: scaleX(1);
  }
  .header li .subnav .right-box a.more:hover span {
    color: rgb(255, 255, 255);
  }
}
@media (any-hover: hover) {
  .header li:hover a.single {
    color: rgb(215, 0, 15);
  }
  .header li:hover a.single::after {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .header li:hover .subnav {
    opacity: 1;
    visibility: visible;
  }
  .header li:hover .subnav .left-box,
  .header li:hover .subnav .right-box {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .header li:hover .subnav .right-box {
    transition-delay: 0.1s;
  }
}
.header .global {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header .global span {
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.header .global span::before {
  content: "";
  width: max(16px, 1.25rem);
  height: max(16px, 1.25rem);
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2-1.png");
}
.header .global span::after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0.8rem 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.5);
}
.header .global .hide {
  position: absolute;
  top: 100%;
  right: -2rem;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
}
.header .global .hide::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(255, 255, 255);
  display: block;
  position: absolute;
  right: 2.5rem;
  top: 10px;
  z-index: 2;
}
.header .global .hide .link {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1.875rem;
  padding: 2rem 2.5rem;
  background-color: rgb(255, 255, 255);
}
.header .global .hide a {
  display: block;
  font-size: 14px;
  color: rgb(19, 38, 48);
  white-space: nowrap;
  transition: 0.3s;
  margin-top: 1rem;
}
.header .global .hide a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .header .global .hide a:hover {
    color: rgb(215, 0, 15);
  }
}
.header .global:hover .hide {
  opacity: 1;
  visibility: visible;
}
.header a.search {
  display: inline-block;
  vertical-align: middle;
  width: max(16px, 1.25rem);
  height: max(16px, 1.25rem);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3-1.png");
}
.header-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  display: none;
}
.header-mask.active {
  opacity: 1;
  visibility: visible;
}
.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 11;
  backdrop-filter: blur(10px);
  display: none;
}
.fixed-search .top-block {
  height: 6.875rem;
  padding: 0 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-search .top-block .logo {
  position: relative;
  width: max(120px, 22rem);
}
.fixed-search .top-block .logo img {
  display: block;
  width: 100%;
}
.fixed-search .top-block .close {
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  cursor: pointer;
  transition: 0.5s;
}
.fixed-search .top-block .close:hover,
.fixed-search .top-block .close:active {
  transform: rotate(90deg);
}
.fixed-search .mid-block {
  width: 90%;
  max-width: 80rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-search form {
  position: relative;
  height: 7.5rem;
  padding-right: 7.5rem;
  border-bottom: 4px solid rgb(0, 0, 0);
  box-sizing: content-box;
}
.fixed-search form input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: max(16px, 1.5rem);
  color: rgb(98, 110, 119);
  background-color: transparent;
}
.fixed-search form button {
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-6.png");
  background-size: auto 3rem;
}
.fixed-search .hot-box {
  padding: 5rem 2.5rem 0;
}
.fixed-search .hot-box span {
  display: block;
  font-size: max(14px, 1rem);
  color: rgb(215, 0, 15);
}
.fixed-search .hot-box .link {
  margin-top: 1.5rem;
}
.fixed-search .hot-box .link a {
  display: block;
  font-size: max(16px, 1.5rem);
  color: rgb(98, 110, 119);
  margin-top: 1.5rem;
  transition: 0.3s;
}
.fixed-search .hot-box .link a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .fixed-search .hot-box .link a:hover {
    color: rgb(215, 0, 15);
  }
}
.head-null {
  height: 5rem;
}
.footer .top-block {
  background-color: rgb(240 240 240);
  padding: 5rem 0;
  position: relative;
  z-index: 999;
}
.footer .link-block {
  display: block;
  margin: 3rem 0 0;
}
.footer .link-block .box {
  margin-left: 1.5rem;
  position: relative;
  z-index: 1;
}
.footer .link-block .box:nth-of-type(1) {
  margin: 0;
}
.footer .link-block .box span {
  position: relative;
  display: block;
  font-size: max(14px, 1rem);
  line-height: max(40px, 3.3rem);
  padding: 0 1rem;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
  background: rgb(253 253 253);
}
.footer .link-block .box span::after {
  content: "";
  display: block;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: rgb(25, 25, 25);
  border-image: initial;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 18px;
  margin: auto;
  transform: translateY(-25%) rotate(45deg);
  transition: transform 0.35s;
}
.footer .link-block .box .link {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 19rem;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.footer .link-block .box .link a {
  display: block;
  font-size: max(14px, 1rem);
  line-height: 1.2;
  color: rgb(51, 51, 51);
  padding: 1rem 1.8rem;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .footer .link-block .box .link a:hover {
    background-color: rgb(215, 0, 15);
    color: rgb(255, 255, 255);
  }
}
@media (any-hover: hover) {
  .footer .link-block .box:hover span {
    color: rgb(255, 255, 255);
    background-color: rgb(215, 0, 15);
  }
  .footer .link-block .box:hover span::after {
    border-color: rgb(255, 255, 255);
  }
}
.footer .link-block .box.open {
  z-index: 2;
}
.footer .link-block .box.open span {
  color: rgb(255, 255, 255);
  background-color: rgb(215 0 15);
}
.footer .link-block .box.open span::after {
  border-width: 2px 0 0 2px;
  border-color: rgb(255, 255, 255);
  transform: translateY(25%) rotate(45deg);
}
.footer .link-block .box.open .link {
  opacity: 1;
  visibility: visible;
}
.footer .info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
}
.footer .left-box .img-box {
  width: max(120px, 28rem);
}
.footer .info-block .line {
  background: #e5e5e5;
  width: 1px;
  height: 10rem;
  margin: 0 3rem;
}
.footer .left-box .img-box img {
  display: block;
  width: 100%;
}
.footer .left-box .para {
  margin-top: 3rem;
  font-size: max(14px, 1rem);
  color: rgb(255, 255, 255);
  line-height: 2;
}
.footer .right-box {
}
.footer .right-box .box {
  font-size: max(16px, 1.125rem);
}
.footer .right-box .box > span {
  display: block;
  font-size: max(14px, 1.8rem);
  color: rgb(40, 40, 40);
  font-weight: bold;
  margin-left: 10px;
}
.footer .right-box .box .link {
  margin-top: 1.5rem;
}
.footer .right-box .box .link p {
  display: block;
  font-size: max(14px, 1.2rem);
  color: rgb(103 103 103);
  margin-top: 1rem;
  transition: color 0.3s;
  line-height: 2;
}
.footer .right-box .box .link p img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: max(14px, 1.2rem);
}
.footer .right-box .box .link p span {
}
@media (any-hover: hover) {
  .footer .right-box .box .link a:hover {
    color: rgb(255, 255, 255);
  }
}
.footer .right-box .ewm {
  width: max(100px, 9.375rem);
}
.footer .right-box .ewm .img-box {
  background-color: rgb(255, 255, 255);
}
.footer .right-box .ewm img {
  display: block;
  width: 100%;
}
.footer .right-box .ewm p {
  font-size: max(14px, 1rem);
  color: rgb(98, 110, 119);
  margin-top: 1rem;
  text-align: center;
}
.footer .bot-block {
  background-color: rgb(215 0 15);
  padding: 1.5rem 0px;
  line-height: 2;
}
.footer .bot-block .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .bot-block p {
  font-size: max(14px, 1rem);
  color: rgb(255, 255, 255);
}
.footer .bot-block p a {
  color: rgb(255, 255, 255);
}
.footer .bot-block .link {
  font-size: 0px;
}
.footer .bot-block .link a {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1rem);
  color: rgb(255, 255, 255);
}
.footer .bot-block .link a::after {
  content: "|";
  font-size: max(14px, 1rem);
  color: rgb(255, 255, 255);
  padding: 0px 1rem;
  opacity: 0.5;
}
.footer .bot-block .link a:last-of-type::after {
  display: none;
}
.wrap-s {
  width: 86vw;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 3;
}
.inner-wrap-s {
  width: 86vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.c-bg-fixed,
.index-s4 .pic-box .pic,
.index-s5,
.index-s5 .pic-box,
.about-s2,
.about-s5,
.about-s6,
.about-s7,
.about-s8,
.duty-s2,
.recruit-s2,
.product-s2,
.product-s5 {
  background-attachment: fixed;
}
.index-tit span {
  display: block;
  font-size: 4rem;
  color: rgb(19, 38, 48);
  font-family: Rajdhani-Bold;
}
.c-banner {
  position: relative;
  overflow: hidden;
}
.c-banner .img-box {
  overflow: hidden;
}
.c-banner img {
  display: block;
  width: 100%;
  height: 32.3vw;
  object-fit: cover;
}
.c-banner .txt-box {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-banner .tit {
  font-size: 3.375rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.c-banner p {
  font-size: 1.625rem;
  color: rgb(255, 255, 255);
  margin-top: 1rem;
}
.c-banner .link {
  font-size: 0px;
}
.c-banner .link a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  width: max(120px, 8.75rem);
  transition: 0.3s;
}
.c-banner .link a:nth-of-type(1) {
  margin-left: 0;
}
.c-banner .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.c-banner .link a span {
  display: block;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: max(34px, 3rem);
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-banner .link a:hover {
    transform: translateY(-3px);
    box-shadow: rgba(215, 0, 15, 0.3) 0 0.625rem 1.875rem;
  }
  .c-banner .link a:hover::before {
    transform: scaleX(1);
  }
  .c-banner .link a:hover span {
    color: rgb(255, 255, 255);
    border-color: rgb(215, 0, 15);
  }
}
.c-crumbs {
  font-size: 0;
  margin-top: -5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.c-crumbs .inner-wrap-s {
  width: 100%;
  padding: 0.1rem 2rem;
}
.c-crumbs .flex {
  justify-content: center;
}
.c-crumbs .left-box a {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1.2rem);
  color: rgb(119, 119, 119);
  line-height: 5rem;
  margin-left: 2rem;
  transition: color 0.3s;
}
.c-crumbs .left-box a::before {
  content: "";
  width: max(12px, 1rem);
  height: max(12px, 1rem);
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1-1.png");
  margin: -2px 10px 0px 0px;
  display: inline-block;
}
.c-crumbs .left-box a:nth-of-type(1) {
  margin-left: 0;
}
@media (any-hover: hover) {
  .c-crumbs .left-box a:hover {
    color: rgb(215, 0, 15);
  }
}
.c-crumbs .left-box a.active {
  color: rgb(215, 0, 15);
}
.c-crumbs .left-box a:hover::before,
.c-crumbs .left-box a.active::before {
  display: inline-block;
  background-image: url("../images/about/icon-1.png");
}
.c-banner .right-box a {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1rem);
  color: rgb(255, 255, 255);
  line-height: 5rem;
}
.c-banner .right-box a::before {
  content: "";
  width: max(12px, 0.875rem);
  height: max(12px, 0.875rem);
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  margin: -2px 9.9px 0px 0px;
}
.c-banner .right-box a.home::before {
  background-image: url("../images/about/icon-22.png");
}
.c-banner .right-box a.link {
  margin-left: 0.7rem;
}
.c-banner .right-box a.link::before {
  background-image: url("../images/about/icon-5.png");
}
.c-crumbs.s-height {
  border-top: 1px solid rgb(230, 230, 230);
  padding: 0 7.5rem;
}
.c-crumbs.s-height .left-box a {
  line-height: max(48px, 3.75rem);
}
.c-crumbs.s-height .right-box a {
  line-height: max(48px, 3.75rem);
}
.inner-tit i {
  display: block;
  font-size: 2.5rem;
  color: rgb(119, 119, 119);
  font-style: normal;
  font-weight: lighter;
  margin-bottom: 1rem;
}
.inner-tit h1 {
  display: block;
  font-size: 2.5rem;
  color: rgb(19, 38, 48);
  font-weight: bold;
  margin-bottom: 3rem;
}
.inner-tit span {
  display: block;
  font-size: 2.25rem;
  color: rgb(19, 38, 48);
  font-weight: bold;
}
.inner-tit span i {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2rem;
  background-color: rgb(215, 0, 15);
  margin: 0 1.5rem 0 0;
  position: relative;
}
.inner-tit span i::after {
  content: "";
  display: block;
  width: 5px;
  height: 60%;
  background-color: rgb(215, 0, 15);
  position: absolute;
  bottom: 0;
  right: -10px;
}
.inner-tit.line::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 4px;
  background-color: rgb(215, 0, 15);
  margin: 3rem auto;
}
.inner-tit p {
  display: block;
  font-size: max(14px, 1.7rem);
  color: rgb(19, 38, 48);
  margin: 1.5rem 0 0;
  line-height: 1.6;
}

.c-page {
  text-align: center;
  font-size: 0;
}
.c-page a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgb(226, 234, 243);
  background-color: rgb(255, 255, 255);
  line-height: max(30px, 2.5rem);
  width: max(30px, 2.5rem);
  text-align: center;
  font-size: 14px;
  color: rgb(51, 51, 51);
  margin-left: 10px;
  transition: 0.3s;
}
.c-page a:nth-of-type(1) {
  margin-left: 0;
}
.c-page a.first,
.c-page a.last {
  width: max(40px, 3.5rem);
}
.c-page a.active {
  background-color: rgb(215, 0, 15);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
@media (any-hover: hover) {
  .c-page a:hover {
    background-color: rgb(215, 0, 15);
    color: rgb(255, 255, 255);
    border-color: transparent;
  }
}
.index-s1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index-s1 .banner {
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-s1 .banner .swiper {
  height: 100%;
}
.index-s1 .banner .item {
  overflow: hidden;
}
.index-s1 .banner .item .img-box {
  height: 100%;
}
.index-s1 .banner .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-s1 .banner .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index/banner-img.png");
  background-size: 100% 100%;
}
.index-s1 .banner .item .tit {
  font-size: 4.6rem;
  line-height: 1.8;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.index-s1 .banner .item .tit span {
  display: block;
}
.index-s1 .banner .item .tit#one-line span {
  display: inline;
}
.index-s1 .banner .item .tit#roll-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-s1 .banner .item .tit#roll-block span {
  width: 100%;
  display: inline-block;
}
.index-s1 .banner .item .tit#roll-block span + span {
  margin-top: 1rem;
}
.index-s1 .banner .item .tit#roll-block span em {
  font-style: normal;
  width: 45%;
  display: inline-block; /* text-align: right; */
}
.index-s1 .banner .item .tit#roll-block span em + em {
  /* margin-left: 4rem; */
}
.index-s1 .banner .item .en {
  font-size: max(16px, 1.8rem);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: Rajdhani-Bold;
  margin-top: 2rem;
  text-align: center;
}
.index-s1 .banner .item .tit,
.index-s1 .banner .item .en {
  opacity: 0;
  transform: translateY(3.75rem);
  transition: 0.5s;
}
.index-s1 .banner .item.init .img-box img {
  transform: scale(1);
}
.index-s1 .banner .item.init .tit,
.index-s1 .banner .item.init .en {
  opacity: 1;
  transform: translateY(0px);
}
.index-s1 .banner .item.init .tit {
  transition-delay: 0s;
}
.index-s1 .banner .item.init .en {
  transition-delay: 0.2s;
}
.index-s1 .banner .item.active .img-box img {
  transform: scale(1);
}
.index-s1 .banner .item.swiper-slide-active .tit,
.index-s1 .banner .item.active .en {
  opacity: 1;
  transform: translateY(0px);
}
.index-s1 .banner .item.active .tit {
  transition-delay: 0.8s;
}
.index-s1 .banner .item.active .en {
  transition-delay: 1s;
}
.index-s1 .banner .info {
  position: absolute;
  bottom: max(30px, 1rem);
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 2;
}
.index-s1 .banner .pagination {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  z-index: 2;
}
.index-s1 .banner .pagination span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 1rem;
  cursor: pointer;
}
.index-s1 .banner .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.index-s1 .banner .pagination span::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0px 0px -3px;
}
.index-s1 .banner .pagination span svg {
  fill: none;
  stroke: rgb(215, 0, 15);
  stroke-width: 1px;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  transform: rotate(-90deg);
}
.index-s1 .banner .pagination span.active::after {
  background-color: rgb(215, 0, 15);
}
.index-s1 .banner .pagination span.active svg {
  stroke-dashoffset: 0;
}
.index-s1 .banner .btn {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  position: relative;
  margin-left: 1.5rem;
  cursor: pointer;
}
.index-s1 .banner .btn svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgb(215, 0, 15);
  stroke-width: 1px;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transform: rotate(-90deg);
  animation: 3s linear 0s infinite normal none running indexsvg1;
}
.index-s1 .banner .btn i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3-1.png");
}
.index-s1 .banner .btn.pause i {
  background-image: url("../images/index/icon-3-2.png");
}
.index-s1 .banner .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max(46px, 3.75rem);
  height: max(46px, 3.75rem);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: 0.3s;
}
.index-s1 .banner .button.show {
  opacity: 1;
}
@media (any-hover: hover) {
  .index-s1 .banner .button:hover {
    border-color: rgb(215, 0, 15);
    background-color: rgb(215, 0, 15);
  }
}
.index-s1 .banner .prev {
  left: 3.75rem;
  background-image: url("../images/index/prev.png");
}
.index-s1 .banner .next {
  right: 3.75rem;
  background-image: url("../images/index/next.png");
}
.index-s1 .roll-block {
  position: absolute;
  bottom: 3.75rem;
  left: 0px;
  right: 0px;
}
.index-s1 .roll-block .cont {
  background-color: rgb(255, 255, 255);
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
}
.index-s1 .roll-block span {
  width: 11.25rem;
  font-size: max(18px, 1.5rem);
  color: rgb(51, 51, 51);
  border-right: 1px solid rgb(204, 204, 204);
}
.index-s1 .roll-block span::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0px 0px;
}
.index-s1 .roll-block .swiper-box {
  width: calc(100% - 11.25rem);
  height: max(40px, 3.125rem);
  padding: 0px 2.5rem;
  position: relative;
}
.index-s1 .roll-block .swiper {
  height: 100%;
}
.index-s1 .roll-block .item {
  display: flex;
}
.index-s1 .roll-block .item a {
  width: calc(50% - 3.75rem);
  margin-right: 3.75rem;
  font-size: max(14px, 1rem);
  color: rgb(51, 51, 51);
  line-height: max(40px, 3.125rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .index-s1 .roll-block .item a:hover {
    color: rgb(215, 0, 15);
  }
}
.index-s1 .roll-block .btns {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
}
.index-s1 .roll-block .button {
  width: 10px;
  height: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s;
}
.index-s1 .roll-block .prev {
  background-image: url("../images/index/prev-1.png");
}
@media (any-hover: hover) {
  .index-s1 .roll-block .prev:hover {
    background-image: url("../images/index/prev-2.png");
  }
}
.index-s1 .roll-block .next {
  margin-top: 18px;
  background-image: url("../images/index/next-1.png");
}
@media (any-hover: hover) {
  .index-s1 .roll-block .next:hover {
    background-image: url("../images/index/next-2.png");
  }
}
.index-s2 {
  padding: 4rem 0px 5.5rem;
  background-color: rgb(245, 245, 245);
}
.index-s2 .flex {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
}
.index-s2 .flex1 {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
  align-items: center;
}
.index-s2 .left-box {
  width: calc(62% - 1.125rem);
  position: relative;
}
.index-s2 .left-box .swiper {
  width: 100%;
  overflow: hidden;
  height: 100% !important;
}
.index-s2 .left-box .items {
  position: relative;
  height: 28.875rem;
  z-index: 1;
}
.index-s2 .left-box .item {
  width: 100%;
}
.index-s2 .left-box .item a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.index-s2 .left-box .item .img-box::before {
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  z-index: 2;
}
.index-s2 .left-box .item .img-box {
  height: 100%;
  opacity: 0.2;
  transform: scale(1.1);
  transition: 1s ease-in-out;
  overflow: hidden;
}
.index-s2 .left-box .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: transform 0.5s;
  will-change: transform;
}
.index-s2 .left-box .item .txt-box {
  padding: 0px 3.125rem 2.5rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
}
.index-s2 .left-box .item .tit {
  width: 100%;
  font-size: max(16px, 1.375rem);
  color: rgb(255, 255, 255);
  line-height: 1.5;
  opacity: 0;
  transform: translateY(5rem);
}
.index-s2 .left-box .item .info {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(5rem);
}
.index-s2 .left-box .item span {
  font-size: max(14px, 1rem);
  color: rgb(215, 0, 15);
}
.index-s2 .left-box .item .date {
  margin-left: 1.5rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgb(255, 255, 255);
  font-size: max(14px, 1rem);
  color: rgb(255, 255, 255);
  font-family: Rajdhani-Regular;
}
.index-s2 .left-box .item.swiper-slide-active {
  z-index: 2;
  pointer-events: auto;
}
.index-s2 .left-box .item.swiper-slide-active .img-box {
  opacity: 1;
  transform: scale(1);
}
.index-s2 .left-box .item.swiper-slide-active .img-box .tit {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s;
}
.index-s2 .left-box .item.active .info {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s 0.1s;
}
@media (any-hover: hover) {
  .index-s2 .left-box .item:hover img {
    transform: scale(1.1);
  }
}
.index-s2 .left-box .pagination {
  position: absolute;
  bottom: 1.5rem;
  right: 2.5rem;
  left: auto;
  font-size: 0px;
  padding: 0;
  width: auto;
  z-index: 2;
}
.index-s2 .left-box .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: 0.3s;
  margin-left: 0.5rem;
}
.index-s2 .left-box .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.index-s2 .left-box .pagination span.active {
  background-color: rgb(215, 0, 15);
  opacity: 1;
}
.index-s2 .center-box {
  width: calc(25% - 1.6875rem);
  margin-left: 2.25rem;
}
.index-s2 .center-box .box {
  height: calc(50% - 1.125rem);
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.index-s2 .center-box .box::before {
  content: "";
  width: 9.375rem;
  height: 9.375rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.index-s2 .center-box .box:nth-of-type(2) {
  margin-top: 2.25rem;
}
.index-s2 .center-box .box a {
  height: 100%;
  padding: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  z-index: 2;
}
.index-s2 .center-box .box .tit {
  width: 100%;
  font-size: max(16px, 1.375rem);
  color: rgb(19, 38, 48);
  transition: color 0.3s;
}
.index-s2 .center-box .box .info {
  display: flex;
  align-items: center;
}
.index-s2 .center-box .box span {
  font-size: max(14px, 1rem);
  color: rgb(215, 0, 15);
}
.index-s2 .center-box .box .date {
  margin-left: 1.5rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgb(167, 167, 167);
  font-size: max(14px, 1rem);
  color: rgb(128, 128, 128);
  font-family: Rajdhani-Regular;
}
@media (any-hover: hover) {
  .index-s2 .center-box .box:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0.625rem 1.875rem;
  }
  .index-s2 .center-box .box:hover::before {
    opacity: 1;
  }
  .index-s2 .center-box .box:hover .tit {
    color: rgb(215, 0, 15);
  }
}
.index-s2 .right-box {
  width: calc(39% + 0.5625rem);
  position: relative;
  transition: 0.3s;
}
.index-s2 .right-box .swiper {
  overflow: visible !important;
}
.index-s2 .right-box .swiper-wrapper {
  display: block !important;
  transform: none !important;
}
.index-s2 .right-box .swiper-slide {
  cursor: pointer;
  flex: 0 0 auto !important;
}
.index-s2 .right-box .swiper-slide.active {
  color: rgb(255, 255, 255);
  transform: translateX(-7%);
  width: 107% !important;
}
.index-s2 .right-box .swiper-slide.active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
  will-change: width;
  background: rgb(215, 0, 15);
}
.index-s2 .right-box .item {
  display: block;
  padding: 2rem 2.5rem;
  z-index: 2;
}
.index-s2 .right-box .item::after {
  content: "";
  width: 86%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 2.7rem;
  z-index: -1;
  transition: 0.3s;
  will-change: width;
  background: rgb(219, 219, 219);
}
.index-s2 .right-box .item.active::after {
  background: rgb(215, 0, 15);
}
.index-s2 .right-box .tit {
  width: 100%;
  font-size: max(16px, 1.3rem);
  color: rgb(19, 38, 48);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
  position: relative;
}
.right-box .tit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-s2 .right-box .info {
  display: block;
}
.index-s2 .right-box span {
  font-size: max(14px, 1rem);
  color: rgb(215, 0, 15);
}
.index-s2 .right-box .date {
  font-size: max(14px, 1rem);
  color: rgb(128, 128, 128);
  font-family: Rajdhani-Regular;
}
.index-s2 .right-box .item.active .tit {
  color: rgb(255, 255, 255);
}
.index-s2 .right-box .item.active .date {
  color: rgb(255, 255, 255);
}
@media (any-hover: hover) {
  .index-s2 .right-box:hover {
  }
  .index-s2 .right-box .swiper-slide.active::before {
  }
  .index-s2 .right-box .item:hover .tit {
    color: rgb(215, 0, 15);
  }
  .index-s2 .right-box .item.active:hover .tit {
    color: rgb(255, 255, 255);
  }
  .index-s2 .right-box .date {
    font-size: max(14px, 1rem);
    color: rgb(128, 128, 128);
    font-family: Rajdhani-Regular;
  }
}
.index-s3 .index-tit span {
  color: rgb(255, 255, 255);
}
.index-s3 .index-tit .tips {
  color: rgb(255, 255, 255);
}
.index-s3 {
  padding: 6rem 0;
  background: url("../images/index/img-5.jpg")
    center top / auto no-repeat rgb(97, 110, 119);
}
.index-s3 .top-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.index-s3 .bot-block {
  position: relative;
  overflow: hidden;
}
.index-s3 .bot-block .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
.index-s3 .bot-block .item {
  width: 23%;
  position: relative;
}
.index-s3 .bot-block .item a {
  display: block;
  margin: auto;
}
.index-s3 .bot-block .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-s3 .bot-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.index-s3 .bot-block .item .txt-box {
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 5rem;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.5s;
  border-radius: 0px 2rem 2rem;
}
.index-s3 .bot-block .item .tit {
  position: relative;
  font-size: 1.2rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s3 .bot-block .item .tit span {
  color: rgb(255, 255, 255);
}
.index-s3 .bot-block .item .tit i {
  color: rgb(215, 0, 15);
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
.index-s3 .bot-block .item .icon {
  position: absolute;
  right: 3.75rem;
  bottom: 3.75rem;
  width: 7.5rem;
  height: 7.5rem;
  z-index: 3;
}
.index-s3 .bot-block .item svg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.index-s3 .bot-block .item .svg1 {
  fill: none;
  stroke-width: 1px;
  stroke: rgb(215, 0, 15);
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.index-s3 .bot-block .item .svg2 {
  fill: rgb(215, 0, 15);
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.index-s3 .bot-block .item .txt-box {
}
.index-s3 .bot-block .item .txt-box .list {
  margin-bottom: 2.5rem;
}
.index-s3 .bot-block .item .txt-box .list li {
}
.index-s3 .bot-block .item .txt-box .list li a {
  padding: 1.2rem 0px;
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index-s3 .bot-block .item .more {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  border-color: rgb(255, 255, 255);
}
.index-s3 .bot-block .item a.more::before {
  background-color: rgba(215, 0, 15, 0);
}
.index-s3 .bot-block .item .more span {
  color: rgb(255, 255, 255);
}
@media (any-hover: hover) {
  .index-s3 .bot-block .item:hover .txt-box {
    background: url("../images/index/bg-4-5.png")
      rgb(215, 0, 15);
  }
  .index-s3 .bot-block .item:hover .more {
    background: rgb(255, 255, 255);
  }
  .index-s3 .bot-block .item:hover .more span {
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
  }
  .index-s3 .bot-block .item:hover .svg1 {
    animation: 1s linear 0s 1 normal forwards running indexsvg2;
  }
  .index-s3 .bot-block .item:hover .svg2 {
    opacity: 1;
    transition-delay: 1s;
  }
}
#mapWrap {
  width: 100%;
  position: relative;
}
#mapWrap img {
  width: 100%;
}
.index-s4 {
  padding: 6rem 0 5rem;
  position: relative;
}
.marker {
  position: absolute;
  align-items: center;
  gap: 6px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex !important;
}
.marker.hover-active {
  z-index: 999;
}
.marker-icon {
}
.marker-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.marker-text {
  font-size: 1rem;
  color: rgb(51, 51, 51);
  white-space: nowrap;
}
.marker-tip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 27px;
  white-space: nowrap;
  z-index: 99;
  margin-bottom: 0rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.marker-no25 .marker-tip {
  left: 106%;
}
.marker-no25 .marker-tip::after {
  left: 25%;
}
.marker-no26 .marker-tip {
  left: 130%;
}
.marker-no26 .marker-tip::after {
  left: 25%;
}
.marker-no29 .marker-tip {
  left: 130%;
}
.marker-no29 .marker-tip::after {
  left: 36%;
}
.marker-no41 .marker-tip {
  left: auto;
  right: 0px;
  transform: translateX(0px);
}
.marker-no41 .marker-tip::after {
  right: 13%;
  left: auto;
}
.marker-tip::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-bottom: -7px;
  transform: translateX(-50%) rotate(45deg);
}
.marker-tip h5 {
  color: rgb(255, 255, 255);
  background: rgb(215, 0, 15);
  padding: 0.7rem 1rem;
  font-weight: normal;
  font-size: 1rem;
}
.marker-tip h5 em {
  font-style: normal;
}
.marker-tip p {
  padding: 0.5rem 1rem;
  background: rgb(254, 254, 254);
  line-height: 1.6;
  font-size: 1rem;
}
.marker-tip p img {
  width: 1rem !important;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.marker:hover .marker-tip {
  opacity: 1;
  visibility: visible;
  margin-bottom: 1rem;
}
.index-s4 .index-tit {
  position: relative;
  z-index: 3;
  margin-bottom: 4rem;
}
.index-s4 .index-tit span {
}
.index-s4 .pic-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-s4 .pic-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
}
.index-s4 .pic-box .pic.active {
  visibility: visible;
}
.index-s4 .tab-tit {
  position: relative;
  margin-top: 25rem;
  z-index: 1;
}
.index-s4 .tab-tit img.bg {
  display: block;
  width: 2600px;
  height: 208px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.index-s4 .tab-tit .item {
  position: absolute;
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  cursor: pointer;
  z-index: 2;
}
.index-s4 .tab-tit .item .icon {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  opacity: 0.5;
}
.index-s4 .tab-tit .item .icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0px 0px -4px;
}
.index-s4 .tab-tit .item .layer {
  width: 12.5vw;
  height: 12.5vw;
  border-radius: 50%;
  box-sizing: content-box;
  border: 2600px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(-2600px - 6.25vw) 0px 0px calc(-2600px - 6.25vw);
  opacity: 0;
  visibility: hidden;
  transform: scale(4);
}
.index-s4 .tab-tit .item .txt {
  position: absolute;
  bottom: 0px;
  padding-bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  will-change: opacity;
}
.index-s4 .tab-tit .item i {
  width: 4.625rem;
  height: 4.625rem;
  display: block;
  margin: 0px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s4 .tab-tit .item span {
  display: block;
  font-size: max(14px, 1rem);
  color: rgb(255, 255, 255);
  margin-top: 1rem;
  white-space: nowrap;
}
.index-s4 .tab-tit .item:nth-of-type(1) {
  left: 6%;
  top: 59.722%;
}
.index-s4 .tab-tit .item:nth-of-type(2) {
  left: 27%;
  top: 98.69%;
}
.index-s4 .tab-tit .item:nth-of-type(3) {
  left: 48%;
  top: 83.258%;
}
.index-s4 .tab-tit .item:nth-of-type(4) {
  left: 69%;
  top: 53.2%;
}
.index-s4 .tab-tit .item:nth-of-type(5) {
  right: 10%;
  top: 5.9%;
}
@media screen and (min-width: 769px) {
  .index-s4 .tab-tit .item.active {
    z-index: 1;
  }
  .index-s4 .tab-tit .item.active .layer {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: transform 0.5s;
  }
  .index-s4 .tab-tit .item.active .txt {
    opacity: 0;
  }
}
.index-s4 .tab-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 2;
}
.index-s4 .tab-cont .child {
  display: none;
}
.index-s4 .tab-cont .child.active {
  display: block;
}
.index-s4 .tab-cont .child.active .tit,
.index-s4 .tab-cont .child.active .para,
.index-s4 .tab-cont .child.active .btn {
  animation: 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal forwards running o-upfade-top;
}
.index-s4 .tab-cont .child.active .para {
  animation-delay: 0.1s;
}
.index-s4 .tab-cont .child.active .btn {
  animation-delay: 0.2s;
}
.index-s4 .tab-cont .tit,
.index-s4 .tab-cont .para,
.index-s4 .tab-cont .btn {
  opacity: 0;
}
.index-s4 .tab-cont .tit {
  font-size: 2rem;
  color: rgb(255, 255, 255);
}
.index-s4 .tab-cont .para {
  font-size: max(14px, 1.125rem);
  line-height: 2;
  color: rgb(255, 255, 255);
  margin-top: 1.5rem;
}
.index-s4 .tab-cont .btn {
  margin-top: 3.75rem;
}
.index-s4 .tab-cont a.more {
  position: relative;
  display: block;
  width: max(120px, 11.25rem);
  transition: 0.3s;
}
.index-s4 .tab-cont a.more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.index-s4 .tab-cont a.more span {
  display: block;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: max(34px, 3rem);
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .index-s4 .tab-cont a.more:hover {
    transform: translateY(-3px);
    box-shadow: rgba(215, 0, 15, 0.3) 0px 0.625rem 1.875rem;
  }
  .index-s4 .tab-cont a.more:hover::before {
    transform: scaleX(1);
  }
  .index-s4 .tab-cont a.more:hover span {
    border-color: rgb(215, 0, 15);
  }
}
.index-s4 .num {
  position: absolute;
  right: 0;
  bottom: -5rem;
  font-size: max(16px, 1.25rem);
  color: rgba(255, 255, 255, 0.3);
  font-family: Rajdhani-Bold;
  z-index: 3;
}
.index-s4 .num span.curr {
  font-size: 3.75rem;
  color: rgb(215, 0, 15);
}
.index-s5 {
  padding: 8rem 0;
  position: relative;
}
.index-s5 .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: center;
}
.index-s5 .left-box {
  width: 34rem;
}
.index-s5 .left-box .tips {
  font-size: max(18px, 1.8rem);
  color: rgb(215, 0, 15);
  line-height: 1.33;
  margin-top: 1.5rem;
}
.index-s5 .left-box p {
  margin-top: 1rem;
  color: #4e555a;
  font-size: max(16px, 1.15rem);
  line-height: 1.82;
  letter-spacing: 0.01em;
}
a.more {
  position: relative;
  display: block;
  width: max(120px, 10rem);
  border-radius: 5rem;
  transition: 0.3s;
  border: 1px solid rgb(215, 0, 15);
  overflow: hidden;
}
.index-s5 .left-box a.more {
  margin-top: 5%;
}
a.more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
a.more span {
  display: block;
  font-size: 14px;
  color: rgb(215, 0, 15);
  text-align: center;
  line-height: max(34px, 3rem);
  position: relative;
  border-radius: 5rem;
  z-index: 2;
  transition: color 0.3s;
}
.index-s4 a.more {
  margin: auto;
  display: none;
}
@media (any-hover: hover) {
  a.more:hover {
    transform: translateY(-3px);
    box-shadow: rgba(215, 0, 15, 0.3) 0px 0.625rem 1.875rem;
  }
  a.more:hover::before {
    transform: scaleX(1);
  }
  a.more:hover span {
    color: rgb(255, 255, 255);
  }
}
.index-s5 .right-box {
  width: 55rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  margin-left: 4rem;
}
.right-box .swiper {
  width: 100%;
  overflow: hidden;
}
.right-box .swiper-wrapper {
  display: flex;
}
.right-box .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.right-box .img-box::before {
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  z-index: 2;
}
.right-box .img-box .txt-box {
  padding: 0 3.125rem 2.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
.right-box .img-box .tit {
  width: 90%;
  font-size: max(16px, 1.375rem);
  color: rgb(255, 255, 255);
  line-height: 1.5;
}
.right-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.right-box .pagination {
  text-align: right;
  position: absolute;
  bottom: 1.5rem;
  z-index: 9;
  padding: 0 2rem;
}
.right-box .pagination span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  margin: 0px 4px;
}
.right-box .pagination span.active {
  background: rgb(215, 0, 15);
}
.about-s1 {
  background: 0% 0% / auto rgb(247, 247, 247);
  padding-bottom: 5rem;
}
.about-s1 .inner-wrap-s {
  padding: 0 5rem 3rem;
  background: url("../images/about/img-1.png")
    right 7rem / auto no-repeat rgb(255, 255, 255);
}
.about-s1 .inner-tit {
}
.about-s1 .flex {
  display: block;
}
.about-s1 .left-box {
  width: 100%;
}
.about-s1 .img-box {
  width: 100%;
  margin: 2rem auto;
}
.about-s1 .img-box img {
  display: block;
  width: 100%;
}
.about-s1 .para {
  margin-top: 1.5rem;
  font-size: max(14px, 1.2rem);
  color: rgb(78, 85, 90);
  line-height: 2;
  text-align: justify;
}
.about-s1 .right-box {
  width: 100%;
  display: flex;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.about-s1 .data {
  width: 33.333%;
  min-height: 7rem;
  display: flex;
  align-items: baseline;
}
.about-s1 .data:nth-of-type(1) {
}
.about-s1 .data .num {
  font-size: 3rem;
  color: rgb(215, 0, 15);
  line-height: 1;
  font-family: Rajdhani-Bold;
  margin: 0px 10px;
}
.about-s1 .data i {
  font-style: normal;
}
.about-s1 .data p {
  font-size: max(14px, 1.3rem);
  color: rgb(98, 110, 119);
  text-transform: capitalize;
}
.about-s2 {
  padding: 22.4vw 0px 12.5vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-2.jpg");
}
.about-s2 .inner-tit span {
  color: rgb(255, 255, 255);
}
.about-s2 .item {
  padding-bottom: 2.5rem;
}
.about-s2 .item .inner-tit {
  opacity: 0;
}
.about-s2 .item .para {
  max-width: 62.5rem;
  font-size: max(16px, 1.25rem);
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-top: 1rem;
  opacity: 0;
}
.about-s2 .item.swiper-slide-active .inner-tit,
.about-s2 .item.swiper-slide-active .para {
  animation: 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal forwards running o-upfade-top;
}
.about-s2 .item.swiper-slide-active .para {
  animation-delay: 0.1s;
}
.about-s2 .btns {
  font-size: 0px;
}
.about-s2 .button {
  display: inline-block;
  vertical-align: top;
  width: max(40px, 2.875rem);
  height: max(40px, 2.875rem);
  border-radius: 50%;
  background-color: rgb(97, 109, 118);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto max(16px, 1.25rem);
  cursor: pointer;
  transition: 0.3s;
}
.about-s2 .button.swiper-button-disabled {
  cursor: no-drop;
}
@media (any-hover: hover) {
  .about-s2 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.about-s2 .prev {
  background-image: url("../images/about/prev.png");
}
.about-s2 .next {
  margin-left: 10px;
  background-image: url("../images/about/next.png");
}
.about-s3 {
  padding: 11.25rem 0px;
}
.about-s3 .flex {
  display: flex;
  align-items: center;
}
.about-s3 .txt-box {
  width: 50%;
  padding-left: 5rem;
  order: 2;
}
.about-s3 .para {
  margin-top: 1.5rem;
  font-size: max(14px, 1.0625rem);
  color: rgb(98, 110, 119);
  line-height: 2;
  text-align: justify;
}
.about-s3 .img-box {
  width: 50%;
  overflow: hidden;
}
.about-s3 .img-box img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
}
@media (any-hover: hover) {
  .about-s3 .img-box:hover img {
    transform: scale(1.1);
  }
}
.about-s4 {
  padding-bottom: 5rem;
  background: rgb(247, 247, 247);
}
.about-s4 .para {
  width: 100%;
  margin-top: 1.5rem;
  font-size: max(15px, 1.1rem);
  color: rgb(87, 87, 87);
  line-height: 1.8;
  text-align: justify;
}
.about-s4 .para p {
  margin-bottom: 16px;
}
.about-s4 .para p.img {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.about-s4 .para .img img {
  width: 100%;
  text-align: center;
}
.about-s4 .para p.img span {
  width: 49%;
  display: inline-block;
}
.about-s5 {
  background-color: rgb(244, 244, 244);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-5.jpg");
  padding-bottom: 5rem;
}
.about-s1 .inner-wrap-s,
.about-s4 .inner-wrap-s,
.about-s5 .inner-wrap-s,
.news-s1 .inner-wrap-s,
.news-s3 .inner-wrap-s,
.innovation-s3 .inner-wrap-s,
.product-s11 .inner-wrap-s,
.product-s1 .inner-wrap-s,
.product-s3 .inner-wrap-s,
.culture-s1 .inner-wrap-s,
.contact-s1 .inner-wrap-s {
  padding: 0px 5rem 3rem;
  background: rgb(255, 255, 255);
}
.about-s5 .inner-tit {
  margin-bottom: 3rem;
}
.about-s5 .cate-box {
  font-size: 0px;
  text-align: center;
}
.about-s5 .cate-box a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 0px;
  cursor: pointer;
  transition: 0.3s;
  background: rgb(221, 221, 221);
}
.about-s5 .cate-box a:nth-of-type(1) {
  margin-left: 0px;
}
.about-s5 .cate-box a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.about-s5 .cate-box a span {
  display: block;
  font-size: max(16px, 1.125rem);
  text-align: center;
  line-height: max(40px, 4rem);
  position: relative;
  z-index: 2;
  transition: 0.3s;
  padding: 0px 2rem;
}
.about-s5 .cate-box a.active::before {
  transform: scaleX(1);
}
.about-s5 .cate-box a.active span {
  color: rgb(255, 255, 255);
  border-color: rgb(215, 0, 15);
}
@media (any-hover: hover) {
  .about-s5 .cate-box a:hover::before {
    transform: scaleX(1);
  }
  .about-s5 .cate-box a:hover span {
    color: rgb(255, 255, 255);
    border-color: rgb(215, 0, 15);
  }
}
.about-s5 .items {
  margin: 3.75rem 0px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  column-gap: 3rem;
  justify-content: center;
}
.about-s5 .item {
  width: calc(48% - 4rem); /* margin: 1.25rem 3rem 3rem 0px; */
  display: flex;
  background: rgb(255, 255, 255);
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .about-s5 .item:nth-of-type(1),
  .about-s5 .item:nth-of-type(2),
  .about-s5 .item:nth-of-type(3),
  .about-s5 .item:nth-of-type(4) {
    margin-top: 0px;
  }
}
.about-s5 .item:nth-of-type(4n) {
  margin-right: 0px;
}
.about-s5 .item .img-box {
  overflow: hidden;
}
.about-s5 .item img {
  display: block;
  width: 100%;
  height: 18rem;
  object-fit: cover;
}
.about-s5 .item .txt-box {
  position: relative;
  padding: 1.875rem;
  width: 60%;
  display: flex;
  align-items: center;
}
.about-s5 .item .box {
  position: relative;
  z-index: 2;
}
.about-s5 .item .tit {
  font-size: max(16px, 1.5rem);
  color: rgb(0, 0, 51);
  font-weight: bold;
  text-transform: none;
}
.about-s5 .item p {
  font-size: max(14px, 1.125rem);
  color: rgb(97, 109, 118);
  margin-top: 10px;
  line-height: 1.6;
}
.leader-inner {
  text-align: center;
  margin: 5rem 0;
}
.leader-inner p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  color: #555;
}
.leader-inner p + p {
  color: #333;
  text-align: left;
}
.leader-inner p.img-box {
}
.leader-inner p.img-box img,
.leader-inner p img {
  max-width: 20rem;
}
.leader-inner h5 {
  font-size: max(16px, 1.5rem);
  margin: 2rem 0;
}
@media (any-hover: hover) {
  .about-s5 .item:hover .txt-box::before {
    opacity: 1;
  }
}
.about-s6 {
  padding: 5.625rem 0px 3.75rem;
  background-color: rgb(244, 244, 244);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-5.jpg");
}
.about-s6 .img-box img {
  display: block;
  width: 100%;
}
.about-s7 {
  background-color: rgb(244, 244, 244);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-5.jpg");
}
.about-s7 .tab-tit {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5rem 0px;
  order: 2;
}
.about-s7 .tab-tit .swiper {
  height: 100%;
}
.about-s7 .tab-tit .item {
  position: relative;
  padding-left: 2rem;
}
.about-s7 .tab-tit .item::after {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: rgb(231, 231, 231);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -1px;
  transition: 0.3s;
}
.about-s7 .tab-tit .item span {
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  font-family: Rajdhani-Bold;
  transform: scale(0.75);
  transform-origin: left center;
  transition: 0.3s;
  cursor: pointer;
}
.about-s7 .tab-tit .item.active span {
  color: rgb(215, 0, 15);
  transform: scale(1);
}
.about-s7 .main {
  width: calc(100% - 100px);
  padding: 20rem 3.75rem 15rem 0px;
  border-right: 2px solid rgb(231, 231, 231);
}
.about-s7 .child {
  padding-bottom: 3.125rem;
  position: relative;
  display: none;
}
.about-s7 .child.active {
  display: block;
}
.about-s7 .child.active .year,
.about-s7 .child.active .img-box,
.about-s7 .child.active .txt-box {
  animation: 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal forwards running o-upfade-top;
}
.about-s7 .child.active .img-box {
  animation-delay: 0.1s;
}
.about-s7 .child.active .txt-box {
  animation-delay: 0.2s;
}
.about-s7 .child .year,
.about-s7 .child .img-box,
.about-s7 .child .txt-box {
  opacity: 0;
}
.about-s7 .child .year {
  font-size: 5rem;
  font-family: Rajdhani-Bold;
  color: rgb(215, 0, 15);
  line-height: 1;
}
.about-s7 .child i {
  display: block;
  font-size: 22.5rem;
  font-style: normal;
  font-family: Rajdhani-Bold;
  color: rgb(215, 0, 15);
  line-height: 1;
  opacity: 0.05;
  position: absolute;
  bottom: -8rem;
  left: 0px;
}
.about-s7 .child .flex {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.about-s7 .child .img-box {
  width: 28.4375rem;
  height: 16rem;
  overflow: hidden;
}
.about-s7 .child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-s7 .child .txt-box {
  width: calc(100% - 28.4375rem);
  padding-left: 3.125rem;
}
.about-s7 .child .box {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
.about-s7 .child .box:nth-of-type(1) {
  margin-top: 0px;
}
.about-s7 .child .box span {
  width: 80px;
  font-size: max(16px, 1.25rem);
  color: rgb(215, 0, 15);
  line-height: 32px;
  font-family: Rajdhani-Bold;
  border: 1px solid rgb(215, 0, 15);
  border-radius: 18px;
  text-align: center;
}
.about-s7 .child .box .para {
  width: calc(100% - 80px);
  padding-left: 1.5rem;
  font-size: max(16px, 1.375rem);
  line-height: 1.4;
  color: rgb(17, 17, 17);
}
.about-s7 .btns {
  font-size: 0px;
  position: relative;
  z-index: 2;
}
.about-s7 .button {
  display: inline-block;
  vertical-align: top;
  width: max(40px, 2.875rem);
  height: max(40px, 2.875rem);
  border-radius: 50%;
  background-color: rgb(97, 109, 118);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto max(16px, 1.25rem);
  cursor: pointer;
  transition: 0.3s;
}
.about-s7 .button.swiper-button-disabled {
  cursor: no-drop;
}
@media (any-hover: hover) {
  .about-s7 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.about-s7 .prev {
  background-image: url("../images/about/prev.png");
}
.about-s7 .next {
  margin-left: 10px;
  background-image: url("../images/about/next.png");
}
.about-s8 {
  background-color: rgb(244, 244, 244);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-5.jpg");
  padding: 8.75rem 0px;
  overflow: hidden;
}
.about-s8 .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-s8 .cate-box {
  font-size: 0px;
  text-align: center;
}
.about-s8 .cate-box .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 130px;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.about-s8 .cate-box .item:nth-of-type(1) {
  margin-left: 0px;
}
.about-s8 .cate-box .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.about-s8 .cate-box .item span {
  display: block;
  font-size: max(16px, 1.125rem);
  text-align: center;
  line-height: max(40px, 3rem);
  border: 2px solid rgb(19, 38, 48);
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.about-s8 .cate-box .item.active::before {
  transform: scaleX(1);
}
.about-s8 .cate-box .item.active span {
  color: rgb(255, 255, 255);
  border-color: rgb(215, 0, 15);
}
@media (any-hover: hover) {
  .about-s8 .cate-box .item:hover::before {
    transform: scaleX(1);
  }
  .about-s8 .cate-box .item:hover span {
    color: rgb(255, 255, 255);
    border-color: rgb(215, 0, 15);
  }
}
.about-s8 .tab-cont {
  margin-top: 3.125rem;
}
.about-s8 .tab-cont .child {
  position: relative;
  display: none;
}
.about-s8 .tab-cont .child.active {
  display: block;
}
.about-s8 .tab-cont .item {
  width: 26.875rem;
  padding: 1.25rem;
  margin-right: 1.25rem;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.about-s8 .tab-cont .item .img-box {
  overflow: hidden;
  cursor: pointer;
}
.about-s8 .tab-cont .item img {
  display: block;
  width: 100%;
  height: 16.125rem;
  object-fit: cover;
}
.about-s8 .tab-cont .item .txt-box {
  padding-top: 3.75rem;
  position: relative;
}
.about-s8 .tab-cont .item .txt-box::before {
  content: "";
  width: 11.25rem;
  height: 6.9375rem;
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-7.png");
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.about-s8 .tab-cont .item .box {
  padding-top: 2rem;
  border-top: 1px solid rgb(247, 248, 248);
  position: relative;
  padding-right: 3.75rem;
  z-index: 2;
}
.about-s8 .tab-cont .item .box::after {
  content: "";
  width: max(20px, 1.5rem);
  height: max(20px, 1.5rem);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-4.png");
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.about-s8 .tab-cont .item .tit {
  font-size: max(16px, 1.125rem);
  color: rgb(97, 109, 118);
}
.about-s8 .tab-cont .item .date {
  font-size: max(14px, 1rem);
  color: rgb(97, 109, 118);
  font-family: Rajdhani-Bold;
  margin-top: 5px;
}
@media (any-hover: hover) {
  .about-s8 .tab-cont .item:hover .txt-box::before {
    opacity: 1;
  }
}
.about-s8 .swiper {
  margin: 0px calc(720px - 50vw);
  padding: 0px calc(-720px + 50vw) 8.75rem;
}
.about-s8 .ope {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  z-index: 2;
}
.about-s8 .button {
  width: 46px;
  height: 46px;
  position: relative;
  background-color: rgb(97, 109, 118);
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .about-s8 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.about-s8 .prev {
  background-image: url("../images/about/prev-1.png");
}
.about-s8 .next {
  background-image: url("../images/about/next-1.png");
  margin-left: 10px;
}
.about-s8 .swiper-horizontal > .swiper-scrollbar {
  width: 1320px;
  height: 5px;
  left: auto;
  right: calc(-720px + 50vw);
  bottom: 23px;
  background-color: rgb(242, 221, 222);
}
.about-s8 .swiper-scrollbar-drag {
  background-color: rgb(215, 0, 15);
}
.news-s1 {
  padding-bottom: 5rem;
  background-color: rgb(247, 247, 247);
}
.news-s1 .filter {
  display: flex;
  margin-bottom: 3.75rem;
}
.news-s1 .year-box {
  width: 240px;
  position: relative;
  font-size: 0;
  z-index: 2;
}
.news-s1 .year-box .tit {
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 0 1.5rem;
  font-size: 16px;
  line-height: 50px;
  color: rgb(153, 153, 153);
  position: relative;
  cursor: pointer;
}
.news-s1 .year-box .tit span {
  position: absolute;
  right: 50px;
  top: 0;
}
.news-s1 .year-box .tit::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgb(215, 0, 15);
}
.news-s1 .year-box .hide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
  border-radius: 0px 0px 8px 8px;
  display: none;
}
.news-s1 .year-box .hide a {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 14px;
  line-height: 2;
  color: rgb(133, 133, 133);
  text-align: center;
}
@media (any-hover: hover) {
  .news-s1 .year-box .hide a:hover {
    color: rgb(215, 0, 15);
  }
}
.news-s1 .year-box.open .hide {
  display: block;
}
.news-s1 .form-box {
  width: 460px;
  height: 50px;
  background-color: rgb(255, 255, 255);
  position: relative;
  margin-left: 10px;
  padding-right: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.news-s1 .form-box input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 1.5rem;
  font-size: 16px;
  color: rgb(153, 153, 153);
}
.news-s1 .form-box input::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.news-s1 .form-box button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-3-2.png");
  background-color: transparent;
  cursor: pointer;
}
.news-s1 .items {
  margin-top: -5rem;
  margin-bottom: 4.375rem;
  padding-top: 4rem;
}
.news-s1 .item {
  margin-top: 2rem;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.news-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
.news-s1 .item a {
  display: flex;
  align-items: center;
  padding: 0 0 2rem;
  background-color: rgb(255, 255, 255);
}
.news-s1 .item .img-box {
  width: 320px;
  height: 210px;
  border-radius: 5px;
  overflow: hidden;
}
.news-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  will-change: transform;
}
.news-s1 .item .txt-box {
  width: calc(100% - 320px);
  padding: 0px 2.5rem 0px 3.75rem;
}
.news-s1 .item .date {
  font-size: max(16px, 1.25rem);
  color: rgb(128, 128, 128);
  font-family: Rajdhani-Regular;
}
.news-s1 .item .tit {
  font-size: max(18px, 1.625rem);
  color: rgb(19, 38, 48);
  margin-top: 10px;
  transition: color 0.3s;
}
.news-s1 .item p {
  font-size: max(14px, 1rem);
  color: rgb(153, 153, 153);
  margin-top: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-s1 .item span {
  display: inline-block;
  font-size: 14px;
  color: rgb(123, 123, 123);
  margin-top: 1rem;
}
.news-s1 .item span::after {
  content: "";
  width: 18px;
  height: 11px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0px 0px 10px;
}
@media (any-hover: hover) {
  .news-s1 .item:hover img {
    transform: scale(1.1);
  }
  .news-s1 .item:hover .tit {
    color: rgb(215, 0, 15);
  }
}
.news-s1 .item-1 {
}
.news-s1 .item-1:nth-of-type(1) {
  margin-top: 0;
}
.news-s1 .item-1 a {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
}
.news-s1 .item-1:nth-of-type(1) a {
  padding-top: 0;
}
.news-s1 .item-1 .date {
  width: 7rem;
  border-right: 1px solid rgb(235, 235, 235);
  text-align: right;
  padding: 0.5rem 2rem 0.5rem 0px;
}
.news-s1 .item-1 .date span,
.news-s1 .item-1 .date i {
  display: block;
}
.news-s1 .item-1 .date span {
  font-size: 2rem;
  color: rgb(68, 68, 68);
  font-family: Rajdhani-Medium;
}
.news-s1 .item-1 .date i {
  font-style: normal;
  font-size: max(16px, 1.5rem);
  color: rgb(102, 102, 102);
  font-family: Rajdhani-Medium;
}
.news-s1 .item-1 .txt-box {
  width: calc(100% - 10rem);
  padding-left: 2rem;
}
.news-s1 .item-1 .tit {
  font-size: max(16px, 1.375rem);
  color: rgb(19, 38, 48);
  transition: color 0.3s;
}
.news-s1 .item-1 p {
  font-size: max(14px, 1rem);
  color: rgb(153, 153, 153);
  margin-top: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (any-hover: hover) {
  .news-s1 .item-1:hover .tit {
    color: rgb(215, 0, 15);
  }
}
.news-s2 {
  padding: 13vw 0 7.5rem;
  background: url("../images/news/img-2.png")
    center top / 100% no-repeat rgb(244, 244, 244);
}
.news-s2 .top-block .tit {
  font-size: 3.375rem;
  color: rgb(255, 220, 138);
  font-weight: bold;
  text-align: center;
}
.news-s2 .top-block p {
  font-size: 1.625rem;
  color: rgb(255, 220, 138);
  text-align: center;
  margin-top: 1rem;
}
.news-s2 .items {
  margin: 14vw 0 4.375rem;
}
.news-s2 .item {
  background-color: rgb(255, 255, 255);
  margin-top: 1.875rem;
}
.news-s2 .item:nth-of-type(1) {
  margin-top: 0px;
}
.news-s2 .item a {
  display: flex;
  align-items: center;
}
.news-s2 .item .img-box {
  width: calc(50% - 10px);
  overflow: hidden;
}
.news-s2 .item img {
  display: block;
  width: 100%;
  height: 24.75rem;
  object-fit: cover;
  transition: transform 0.5s;
  will-change: transform;
}
.news-s2 .item .txt-box {
  width: calc(50% + 10px);
  padding: 0px 3.75rem;
}
.news-s2 .item .tit {
  font-size: 1.625rem;
  color: rgb(19, 38, 48);
  line-height: 1.5;
}
.news-s2 .item p {
  font-size: max(14px, 1rem);
  color: rgb(153, 153, 153);
  line-height: 1.5;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-s2 .item span {
  position: relative;
  display: block;
  margin-top: 1.25rem;
  width: max(120px, 11.25rem);
  transition: 0.3s;
}
.news-s2 .item span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.news-s2 .item span i {
  display: block;
  font-size: 14px;
  color: rgb(215, 0, 15);
  text-align: center;
  font-style: normal;
  line-height: max(34px, 3rem);
  border: 1px solid rgb(215, 0, 15);
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .news-s2 .item span:hover {
    transform: translateY(-3px);
    box-shadow: rgba(215, 0, 15, 0.3) 0px 0.625rem 1.875rem;
  }
  .news-s2 .item span:hover::before {
    transform: scaleX(1);
  }
  .news-s2 .item span:hover i {
    color: rgb(255, 255, 255);
  }
}
@media (any-hover: hover) {
  .news-s2 .item:hover img {
    transform: scale(1.05);
  }
}
.news-s3 {
  padding: 0 0 5rem;
  background-color: rgb(247, 247, 247);
}
.news-s3 .inner {
  margin-top: -5rem;
  margin-bottom: 4.375rem;
  padding-top: 4rem;
}
.news-s3 .label {
  font-size: 2.7rem;
  color: rgb(51, 51, 51);
  font-weight: bold;
}
.news-s3 .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 1.75rem;
  border-bottom: 2px solid rgb(227, 227, 227);
}
.news-s3 .info span {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1.125rem);
  color: rgb(102, 102, 102);
  margin-right: 1rem;
}
.news-s3 .info span:last-of-type {
  margin-left: 0;
}
.news-s3 .info .share a {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.news-s3 .info .share a:nth-of-type(1) {
  margin-left: 0;
}
.news-s3 .info .share a.wechat {
  width: 24px;
  height: 19px;
  background-image: url("../images/news/share-1-1.png");
}
@media (any-hover: hover) {
  .news-s3 .info .share a.wechat:hover {
    background-image: url("../images/news/share-1-2.png");
  }
}
.news-s3 .info .share a.sina {
  width: 24px;
  height: 19px;
  background-image: url("../images/news/share-2-1.png");
}
@media (any-hover: hover) {
  .news-s3 .info .share a.sina:hover {
    background-image: url("../images/news/share-2-2.png");
  }
}
.news-s3 .para {
  margin-top: 3.75rem;
  font-size: max(14px, 1.125rem);
  color: rgb(0, 0, 0);
  line-height: 2;
}
.news-s3 .para p,
.news-s3 .para div,
.news-s3 .para span,
.news-s3 .para li,
.news-s3 .para h1,
.news-s3 .para h2,
.news-s3 .para h3,
.news-s3 .para h4,
.news-s3 .para h5,
.news-s3 .para h6,
.news-s3 .para strong,
.news-s3 .para b,
.news-s3 .para em,
.news-s3 .para i,
.news-s3 .para a {
  color: rgb(0, 0, 0) !important;
}
/* 新闻正文统一使用常规字重，覆盖历史富文本中的 h1-h6、strong、b 和内联字重。 */
.news-s3:not(.business-detail) .para,
.news-s3:not(.business-detail) .para * {
  font-weight: 400 !important;
}
.news-s3 .para p {
  margin-top: 1.5rem;
}
.news-s3 .para p:nth-of-type(1) {
  margin-top: 0px;
  display: none;
}
.news-s3 .para img {
  max-width: 100%;
  height: auto !important;
}
.news-s3 .other {
  margin-top: 5.625rem;
  background-color: rgb(255, 255, 255);
  border-top: 3px solid rgb(215, 0, 15);
  position: relative;
  padding: 2rem;
}
.news-s3 .other a.link {
  display: block;
  font-size: max(14px, 1rem);
  color: rgb(51, 51, 51);
  margin-top: 10px;
  transition: color 0.3s;
  margin-right: 160px;
}
.news-s3 .other a.link:nth-of-type(1) {
  margin-top: 0;
}
.news-s3 .para#contens img {
  max-width: 550px;
  margin: 10px auto !important;
}
.news-s3 .para#contens p b,
.news-s3:not(.business-detail) .para p b {
  font-weight: bold !important;
  /*text-align: center;
  display: block;*/
}
.news-s3 .para#contens p:nth-of-type(1) {
  display: block !important;
}
@media (any-hover: hover) {
  .news-s3 .other a.link:hover {
    color: rgb(215, 0, 15);
  }
}
.news-s3 .other a.back {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgb(255, 255, 255);
  background-color: rgb(97, 109, 118);
  line-height: max(40px, 3rem);
  padding: 0px 1.5rem;
  border-radius: 3px;
}
.news-s3 .other a.back::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-2.png");
  margin: -2px 10px 0px 0px;
}
.duty-s1 {
  padding: 10rem 0px;
  background: url("../images/information/img-1.png")
    right bottom / 75% no-repeat;
}
.duty-s1 .para {
  margin-top: 1.5rem;
  font-size: max(14px, 1.0625rem);
  color: rgb(98, 110, 119);
  line-height: 2;
  text-align: justify;
}
.duty-s1 .items {
  margin-top: 3.75rem;
  margin-right: -1.875rem;
  display: flex;
}
.duty-s1 .item {
  width: calc(33.33% - 1.875rem);
  margin-right: 1.875rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.duty-s1 .item .img-box {
  height: 15rem;
  overflow: hidden;
}
.duty-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  will-change: transform;
}
.duty-s1 .item .txt-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 2.5rem 2rem;
  z-index: 2;
}
.duty-s1 .item .tit {
  font-size: 1.875rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.duty-s1 .item p {
  font-size: max(14px, 1.25rem);
  color: rgb(255, 255, 255);
  margin-top: 1rem;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .duty-s1 .item:hover img {
    transform: scale(1.1);
  }
}
.duty-s2 {
  padding: 18.75vw 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.duty-s2 .para {
  max-width: 56.25rem;
  margin: 0px auto;
  font-size: 1.625rem;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: center;
  font-weight: lighter;
}
.duty-s3 {
  padding: 10rem 0px;
}
.duty-s3 .item .box {
  display: flex;
  align-items: center;
}
.duty-s3 .item .img-box {
  width: 41.1875rem;
}
.duty-s3 .item img {
  display: block;
  width: 100%;
  opacity: 0;
}
.duty-s3 .item .txt-box {
  width: calc(100% - 41.1875rem);
  padding-left: 6.25rem;
}
.duty-s3 .item .inner-tit {
  opacity: 0;
}
.duty-s3 .item p {
  font-size: max(14px, 1.0625rem);
  color: rgb(98, 110, 119);
  line-height: 1.8;
  margin-top: 1rem;
  opacity: 0;
}
.duty-s3 .item .btn {
  opacity: 0;
  margin-top: 2rem;
}
.duty-s3 .item a {
  position: relative;
  display: block;
  width: max(120px, 10rem);
  transition: 0.3s;
}
.duty-s3 .item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.duty-s3 .item a span {
  display: block;
  font-size: 14px;
  color: rgb(215, 0, 15);
  text-align: center;
  line-height: max(34px, 3rem);
  border: 1px solid rgb(215, 0, 15);
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .duty-s3 .item a:hover {
    transform: translateY(-3px);
    box-shadow: rgba(215, 0, 15, 0.3) 0px 0.625rem 1.875rem;
  }
  .duty-s3 .item a:hover::before {
    transform: scaleX(1);
  }
  .duty-s3 .item a:hover span {
    color: rgb(255, 255, 255);
  }
}
.duty-s3 .item.swiper-slide-active img,
.duty-s3 .item.swiper-slide-active .inner-tit,
.duty-s3 .item.swiper-slide-active p,
.duty-s3 .item.swiper-slide-active .btn {
  animation: 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal forwards running o-upfade-top;
}
.duty-s3 .item.swiper-slide-active .inner-tit {
  animation-delay: 0.1s;
}
.duty-s3 .item.swiper-slide-active p {
  animation-delay: 0.2s;
}
.duty-s3 .item.swiper-slide-active .btn {
  animation-delay: 0.3s;
}
.duty-s3 .pagination {
  font-size: 0px;
  padding-left: 47.4375rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}
.duty-s3 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 50%;
  margin-left: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
}
.duty-s3 .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.duty-s3 .pagination span.active {
  background-color: rgb(215, 0, 15);
  border-color: rgb(215, 0, 15);
}
.contact-s1 {
  padding-bottom: 5rem;
  background-color: rgb(247, 247, 247);
}
.contact-s1 .inner-tit span {
  display: block;
  font-size: max(17px, 1.7rem);
  color: rgb(19, 38, 48);
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
.contact-s1 .inner-tit span::after {
}
.contact-s1 .items {
  margin-top: -5rem;
  padding-top: 4rem;
}
.contact-s1 .item {
  width: calc(50% - 1rem);
  background-color: rgb(255, 255, 255);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 1rem 0px 0px;
}
.tip-text {
  font-size: max(16px, 1.3rem);
  margin-bottom: 2rem;
  text-align: center;
  color: #777;
}
.search-box {
  position: relative;
  margin-bottom: 12px;
}
.search-box input {
  width: 100%;
  height: 60px;
  border: 1px solid #eee;
  padding: 0 15px;
  font-size: max(18px, 1.1rem);
  border-radius: 2px;
}
.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 60px;
  background: url("../images/icon-3-1.png")
    #d7000f no-repeat center center;
  border: none;
  cursor: pointer;
}
.filter-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 2rem 0;
}
.filter-row label {
  width: 39%;
  position: relative;
}
.filter-row select {
  height: 50px;
  padding: 0 10px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  position: relative;
}
.filter-row label::after {
  content: "";
  display: block;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: rgb(132 126 126);
  border-image: initial;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 18px;
  margin: auto;
  transform: translateY(-25%) rotate(45deg);
  transition: transform 0.35s;
}
.filter-row .reset-btn {
  height: 50px;
  padding: 0 2rem;
  border: 1px solid #dadada;
  background: #dadada;
  cursor: pointer;
  font-size: max(15px, 1rem);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3.8%;
}
.enterprise-card {
  border: 1px solid #eee;
  padding: 2rem;
  width: 100%;
  margin-bottom: 3rem;
}
.card-title {
  font-size: max(16px, 1.2rem);
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 2px solid #d7000f;
  margin-bottom: 1rem;
  text-transform: none;
}
.card-info-item {
  font-size: max(15px, 0.4rem);
  line-height: 1.8;
  margin: 5px 0;
  overflow-wrap: anywhere;
}
.card-info-item strong {
  color: rgb(19, 38, 48);
  font-weight: 500;
}
.directory-empty {
  grid-column: 1 / -1;
  width: 100%;
  padding: 4rem;
  color: #999;
  text-align: center;
}
.load-more-box {
  text-align: center;
}
.load-more-box button {
  padding: 1rem 2rem;
  background: #d7000f;
  color: #fff;
  border: none;
  font-size: max(16px, 1rem);
  cursor: pointer;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .contact-s1 .item:nth-of-type(1),
  .contact-s1 .item:nth-of-type(2) {
    margin-top: 0px;
  }
}
.contact-s1 .item i {
  width: 3.75rem;
  height: 3.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-s1 .item .txt {
  text-align: right;
}
.contact-s1 .item span {
  display: block;
  font-size: max(14px, 1.25rem);
  color: rgb(173, 182, 189);
}
.contact-s1 .item p {
  font-size: 1.625rem;
  color: rgb(97, 109, 118);
  margin-top: 1rem;
}
.contact-s1 .item .tel {
  font-size: 1.875rem;
  color: rgb(97, 109, 118);
  font-family: Rajdhani-Bold;
  margin-top: 1rem;
}
.contact-s2 {
  position: relative;
}
.contact-s2 .img-box img {
  display: block;
  width: 100%;
}
.contact-s2 .info {
  position: absolute;
  bottom: 46.3%;
  left: 59.89%;
  margin-left: -1.6875rem;
}
.contact-s2 .icon {
  width: 3.375rem;
  height: 3.75rem;
  position: relative;
}
.contact-s2 .icon::before {
  content: "";
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: rgba(215, 0, 15, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3.75rem 0px 0px -3.75rem;
  z-index: 1;
  animation: 2s linear 0s infinite normal none running o-scale-1;
}
.contact-s2 .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-2.png");
  position: relative;
  z-index: 2;
}
.contact-s2 .box {
  position: absolute;
  left: 7.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 1.875rem 3.125rem;
}
.contact-s2 .box::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(255, 255, 255);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -10px;
}
.contact-s2 .box img {
  display: block;
  width: 11.25rem;
}
.contact-s3 {
  padding: 10rem 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/contact/img-2.jpg");
}
.contact-s3 .inner-tit span {
  text-align: center;
}
.contact-s3 p {
  font-size: max(16px, 1.375rem);
  color: rgb(97, 109, 118);
  margin-top: 1rem;
  text-align: center;
  font-weight: lighter;
}
.contact-s3 .ewm-box {
  margin-top: 2rem;
  font-size: 0px;
  text-align: center;
}
.contact-s3 .ewm {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5rem;
}
.contact-s3 .ewm:nth-of-type(1) {
  margin-left: 0px;
}
.contact-s3 .ewm .img-box {
  width: max(10px, 9.375rem);
  margin: 0px auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.875rem;
}
.contact-s3 .ewm img {
  display: block;
  width: 100%;
}
.contact-s3 .ewm p {
  font-size: max(14px, 1rem);
  color: rgb(98, 110, 119);
  text-align: center;
  margin-top: 1rem;
}
.recruit-s1 {
  padding: 10rem 0px;
  background: url("../images/recruit/img-2.jpg")
    center bottom / 100% no-repeat rgb(247, 247, 247);
}
.recruit-s1 .flex {
  display: flex;
  align-items: center;
}
.recruit-s1 .img-box {
  width: calc(50% - 2.5rem);
  overflow: hidden;
}
.recruit-s1 .img-box img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
  will-change: transform;
}
@media (any-hover: hover) {
  .recruit-s1 .img-box:hover img {
    transform: scale(1.1);
  }
}
.recruit-s1 .txt-box {
  width: calc(50% + 2.5rem);
  padding: 0px 5rem;
  order: 2;
}
.recruit-s1 .txt-box::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/icon-1.png");
}
.recruit-s1 .para {
  font-size: max(16px, 1.5rem);
  color: rgb(98, 110, 119);
  line-height: 1.75;
  margin-top: 2rem;
}
.recruit-s2 {
  padding: 17.5rem 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/recruit/img-3.jpg");
}
.recruit-s2 .tit {
  position: relative;
}
.recruit-s2 .tit::before {
  content: "";
  width: 36.0625rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/img-4.png");
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.recruit-s2 .tit span {
  display: block;
  font-size: 3rem;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.recruit-s2 .para {
  margin-top: 2.5rem;
}
.recruit-s2 .para p {
  font-size: max(16px, 1.25rem);
  color: rgb(255, 255, 255);
  margin-top: 1.25rem;
  position: relative;
  padding-left: 1.5rem;
}
.recruit-s2 .para p::before {
  content: "";
  width: 12px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/icon-2-1.png");
  position: absolute;
  top: 5px;
  left: 0px;
  transition: 0.3s;
}
.recruit-s2 .para p:nth-of-type(1) {
  margin-top: 0px;
}
@media (any-hover: hover) {
  .recruit-s2 .para p:hover::before {
    background-image: url("../images/recruit/icon-2-2.png");
  }
}
.recruit-s2 a {
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(34px, 3rem);
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(215, 0, 15);
  margin-top: 2.5rem;
}
.recruit-s3 {
  padding: 10rem 0px;
}
.recruit-s3 .inner-tit span {
  text-align: center;
}
.recruit-s3 .swiper {
  margin-top: 3.75rem;
}
.recruit-s3 .item {
  height: auto;
  padding: 3.75rem 3.125rem;
  background-color: rgb(247, 247, 247);
  transition: background 0.3s;
}
.recruit-s3 .item .icon {
  width: max(30px, 2.25rem);
  height: max(30px, 2.25rem);
  position: relative;
}
.recruit-s3 .item i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
  will-change: opacity;
}
.recruit-s3 .item i.show {
  opacity: 0;
}
.recruit-s3 .item .num {
  font-size: 3.75rem;
  color: rgb(215, 0, 15);
  font-family: Rajdhani-Bold;
  margin: 10px 0px 5px;
  transition: color 0.3s;
}
.recruit-s3 .item span {
  display: block;
  font-size: max(14px, 1rem);
  color: rgb(98, 110, 119);
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .recruit-s3 .item:hover {
    background-color: rgb(215, 0, 15);
  }
  .recruit-s3 .item:hover i.show {
    opacity: 1;
  }
  .recruit-s3 .item:hover i.hide {
    opacity: 0;
  }
  .recruit-s3 .item:hover .num {
    color: rgb(255, 255, 255);
  }
  .recruit-s3 .item:hover span {
    color: rgb(255, 255, 255);
  }
}
.recruit-s3 .pagination {
  font-size: 0px;
  margin-top: 3.125rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.recruit-s3 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 50%;
  margin-left: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
}
.recruit-s3 .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.recruit-s3 .pagination span.active {
  background-color: rgb(215, 0, 15);
  border-color: rgb(215, 0, 15);
}
.recruit-s4 {
  padding: 6.25rem 0px;
  background-color: rgb(247, 247, 247);
}
.recruit-s4 .top-block {
  display: flex;
}
.recruit-s4 .top-block .box {
  width: 17.5rem;
  position: relative;
  margin-right: 1.25rem;
  z-index: 1;
}
.recruit-s4 .top-block .box span {
  display: block;
  font-size: max(14px, 1rem);
  line-height: 50px;
  color: rgb(153, 153, 153);
  padding: 0px 1.875rem;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.recruit-s4 .top-block .box span::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgb(215, 0, 15);
}
.recruit-s4 .top-block .box ul {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 25px;
  background: rgb(255, 255, 255);
  padding-top: 25px;
  border-radius: 0px 0px 6px 6px;
  z-index: 1;
  overflow: hidden;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
}
.recruit-s4 .top-block .box ul::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgb(237, 237, 237);
}
.recruit-s4 .top-block .box ul li {
  font-size: max(14px, 1rem);
  color: rgb(153, 153, 153);
  line-height: 50px;
  padding: 0px 1.875rem;
  transition: 0.3s;
  cursor: pointer;
}
.recruit-s4 .top-block .box ul li:hover {
  background-color: rgb(215, 0, 15);
  color: rgb(255, 255, 255);
}
.recruit-s4 .top-block .box.open {
  z-index: 2;
}
.recruit-s4 .top-block .box.open ul {
  display: block;
}
.recruit-s4 .top-block .form-box {
  width: calc(100% - 56.25rem);
  height: 50px;
  background-color: rgb(255, 255, 255);
  position: relative;
  margin-left: 10px;
  padding-right: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.recruit-s4 .top-block .form-box input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 1.25rem;
  font-size: 16px;
  color: rgb(153, 153, 153);
}
.recruit-s4 .top-block .form-box input::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.recruit-s4 .top-block .form-box button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-3-2.png");
  background-color: transparent;
  cursor: pointer;
}
.recruit-s4 .items {
  margin: 3.125rem 0px 4.375rem;
}
.recruit-s4 .item {
  border-bottom: 1px solid rgb(230, 230, 230);
}
.recruit-s4 .item:nth-of-type(1) {
  border-top: 1px solid rgb(230, 230, 230);
}
.recruit-s4 .item:nth-of-type(2n + 1) .show {
  background-color: rgb(255, 255, 255);
}
.recruit-s4 .item:nth-of-type(2n) .show {
  background-color: rgb(247, 247, 247);
}
.recruit-s4 .item .show {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.25rem 1.875rem;
  cursor: pointer;
  transition: 0.3s;
}
.recruit-s4 .item .show::after {
  content: "";
  width: 0.75rem;
  height: 1.125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/icon-8-1.png");
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -0.5625rem;
  transition: 0.3s;
}
.recruit-s4 .item .show .tit {
  width: 40rem;
  padding-right: 2.5rem;
  font-size: max(17px, 1.375rem);
  color: rgb(85, 85, 85);
  transition: color 0.3s;
}
.recruit-s4 .item .show .info {
  width: calc(33.3333% - 13.3333rem);
}
.recruit-s4 .item .show .info span {
  display: block;
  font-size: max(15px, 1.25rem);
  color: rgb(102, 102, 102);
  transition: color 0.3s;
}
.recruit-s4 .item .show .info i {
  display: block;
  font-style: normal;
  font-size: max(14px, 1.125rem);
  color: rgb(51, 51, 51);
  margin-top: 5px;
  transition: color 0.3s;
}
.recruit-s4 .item .show .info .date {
  font-size: max(14px, 1.125rem);
  color: rgb(51, 51, 51);
  font-family: Rajdhani-Regular;
  transition: color 0.3s;
}
.recruit-s4 .item .hide {
  padding: 6.25rem 7.5rem 6.25rem 40rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/recruit/img-5.jpg");
  display: none;
}
.recruit-s4 .item .hide .box {
  margin-top: 2.5rem;
}
.recruit-s4 .item .hide .box:nth-of-type(1) {
  margin-top: 0px;
}
.recruit-s4 .item .hide .tit {
  font-size: max(17px, 1.375rem);
  color: rgb(51, 51, 51);
}
.recruit-s4 .item .hide .para {
  font-size: max(14px, 1rem);
  color: rgb(128, 128, 128);
  line-height: 2;
  margin-top: 1rem;
}
.recruit-s4 .item .hide a {
  margin-top: 2.5rem;
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(34px, 3rem);
  font-size: max(14px, 1rem);
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(215, 0, 15);
}
.recruit-s4 .item.active .show {
  background-color: rgb(215, 0, 15);
}
.recruit-s4 .item.active .show .tit {
  color: rgb(255, 255, 255);
}
.recruit-s4 .item.active .show .info span,
.recruit-s4 .item.active .show .info i,
.recruit-s4 .item.active .show .info .date {
  color: rgb(255, 255, 255);
}
.recruit-s4 .item.active .show::after {
  background-image: url("../images/recruit/icon-8-2.png");
  transform: rotate(90deg);
}
.recruit-s5 {
  padding: 10rem 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/recruit/img-7.jpg");
}
.recruit-s5 .para {
  margin-top: 1.5rem;
  font-size: max(14px, 1.0625rem);
  color: rgb(98, 110, 119);
  line-height: 2;
  text-align: justify;
}
.recruit-s5 .cont {
  margin-top: 4.375rem;
  position: relative;
  background-color: rgb(33, 48, 55);
}
.recruit-s5 .img-box {
  width: 87.5%;
  position: relative;
  z-index: 1;
}
.recruit-s5 .img-box img {
  display: block;
  width: 100%;
}
.recruit-s5 .img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(90deg, transparent, rgb(33, 48, 55));
  z-index: 2;
}
.recruit-s5 .txt-box {
  position: absolute;
  width: max(400px, 40%);
  height: 100%;
  right: 0px;
  top: 0px;
  padding-right: 2.5rem;
  z-index: 2;
}
.recruit-s5 .tit {
  font-size: 2.375rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.recruit-s5 .s-para {
  margin-top: 1.25rem;
  font-size: max(14px, 1.125rem);
  color: rgb(255, 255, 255);
}
.recruit-s5 .s-para p {
  margin-top: 1rem;
}
.recruit-s5 .s-para p:nth-of-type(1) {
  margin-top: 0px;
}
.recruit-s6 {
  padding: 10rem 0px;
  background-color: rgb(247, 247, 247);
}
.recruit-s6 .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
}
.recruit-s6 .item {
  position: relative;
  width: calc(25% - 1.5rem);
  height: max(140px, 12.5rem);
  margin: 1.5rem 1.5rem 0px 0px;
  background-color: rgb(255, 255, 255);
  transition: background 0.3s;
}
@media screen and (min-width: 769px) {
  .recruit-s6 .item:nth-of-type(1),
  .recruit-s6 .item:nth-of-type(2),
  .recruit-s6 .item:nth-of-type(3),
  .recruit-s6 .item:nth-of-type(4) {
    margin-top: 0px;
  }
}
.recruit-s6 .item::before {
  content: "";
  width: 10.9375rem;
  height: 9.875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/img-8.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.recruit-s6 .item .txt-box {
  width: 100%;
  height: 100%;
  padding: 0px 1.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.recruit-s6 .item span {
  font-size: max(16px, 1.25rem);
  color: rgb(98, 110, 119);
  line-height: 1.6;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .recruit-s6 .item:hover {
    background-color: rgb(215, 0, 15);
  }
  .recruit-s6 .item:hover::before {
    opacity: 1;
  }
  .recruit-s6 .item:hover span {
    color: rgb(255, 255, 255);
  }
}
.recruit-s7 {
  padding: 10rem 0px;
  background-color: rgb(247, 247, 247);
}
.recruit-s7 .block {
  margin-top: 6.25rem;
}
.recruit-s7 .block:nth-of-type(1) {
  margin-top: 0px;
}
.recruit-s7 .items {
  margin-top: 2.5rem;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.recruit-s7 .item {
  width: calc(14.28% - 10px);
  margin: 10px 10px 0px 0px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 222, 222);
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .recruit-s7 .item:nth-of-type(1),
  .recruit-s7 .item:nth-of-type(2),
  .recruit-s7 .item:nth-of-type(3),
  .recruit-s7 .item:nth-of-type(4),
  .recruit-s7 .item:nth-of-type(5),
  .recruit-s7 .item:nth-of-type(6),
  .recruit-s7 .item:nth-of-type(7) {
    margin-top: 0px;
  }
}
.recruit-s7 .item span {
  display: block;
  width: 100%;
  font-size: max(14px, 1.125rem);
  color: rgb(0, 0, 51);
}
.recruit-s8 {
  padding: 7.5rem 0px;
  background-color: rgb(247, 247, 247);
}
.recruit-s8 .item {
  margin-top: 1rem;
  border: 1px solid rgb(232, 232, 232);
  background-color: rgb(255, 255, 255);
}
.recruit-s8 .item:nth-of-type(1) {
  margin-top: 0px;
}
.recruit-s8 .item .show {
  position: relative;
  padding: 2.5rem 6.25rem;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: background 0.3s;
}
.recruit-s8 .item .show span {
  display: block;
  font-size: max(16px, 1.25rem);
  color: rgb(53, 53, 53);
  transition: color 0.3s;
}
.recruit-s8 .item .show::before {
  content: "";
  width: 1.5625rem;
  height: 1.8125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/icon-9-1.png");
  position: absolute;
  left: 2.25rem;
  top: 50%;
  margin-top: -0.90625rem;
  transition: 0.3s;
}
.recruit-s8 .item .show::after {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/icon-10-1.png");
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -0.84375rem;
  transition: 0.3s;
}
.recruit-s8 .item .hide {
  padding: 5rem;
  display: none;
}
.recruit-s8 .item .hide .tit {
  font-size: max(16px, 1.375rem);
  color: rgb(19, 38, 48);
  font-weight: bold;
  margin-bottom: 1rem;
}
.recruit-s8 .item .hide .para {
  font-size: max(14px, 1.0625rem);
  color: rgb(98, 110, 119);
  line-height: 2;
}
.recruit-s8 .item .hide hr {
  border-width: 1px medium medium;
  border-style: solid none none;
  border-color: rgb(239, 240, 241) currentcolor currentcolor;
  border-image: initial;
  margin: 0px;
}
.recruit-s8 .item .hide table {
  border: 1px solid rgb(223, 223, 223);
  width: 100%;
}
.recruit-s8 .item .hide table th {
  background-color: rgb(186, 190, 194);
  font-size: max(14px, 1.125rem);
  color: rgb(255, 255, 255);
  font-weight: normal;
  padding: 1.25rem;
}
.recruit-s8 .item .hide table td {
  padding: 1.25rem;
  font-size: max(14px, 1.125rem);
  color: rgb(51, 51, 51);
  text-align: center;
}
.recruit-s8 .item.active .show {
  background-color: rgb(98, 110, 119);
}
.recruit-s8 .item.active .show span {
  color: rgb(255, 255, 255);
}
.recruit-s8 .item.active .show::before {
  background-image: url("../images/recruit/icon-9-2.png");
}
.recruit-s8 .item.active .show::after {
  background-image: url("../images/recruit/icon-10-2.png");
}
.innovation-s1 {
  padding: 7.5rem 0px;
  background-color: rgb(244, 244, 244);
}
.innovation-s1 .items {
  margin-bottom: 4.375rem;
  margin-right: -1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.innovation-s1 .item {
  width: calc(33.33% - 1.5rem);
  padding: 1.25rem;
  margin: 1.5rem 1.5rem 0px 0px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .innovation-s1 .item:nth-of-type(1),
  .innovation-s1 .item:nth-of-type(2),
  .innovation-s1 .item:nth-of-type(3) {
    margin-top: 0px;
  }
}
.innovation-s1 .item .img-box {
  overflow: hidden;
  cursor: pointer;
}
.innovation-s1 .item img {
  display: block;
  width: 100%;
  height: 16.125rem;
  object-fit: cover;
}
.innovation-s1 .item .txt-box {
  padding-top: 3.75rem;
  position: relative;
}
.innovation-s1 .item .txt-box::before {
  content: "";
  width: 11.25rem;
  height: 6.9375rem;
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-7.png");
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.innovation-s1 .item .box {
  padding-top: 2rem;
  border-top: 1px solid rgb(247, 248, 248);
  position: relative;
  padding-right: 3.75rem;
  z-index: 2;
}
.innovation-s1 .item .box::after {
  content: "";
  width: max(20px, 1.5rem);
  height: max(20px, 1.5rem);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-4.png");
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.innovation-s1 .item .tit {
  font-size: max(16px, 1.125rem);
  color: rgb(97, 109, 118);
}
.innovation-s1 .item .date {
  font-size: max(14px, 1rem);
  color: rgb(97, 109, 118);
  font-family: Rajdhani-Bold;
  margin-top: 5px;
}
@media (any-hover: hover) {
  .innovation-s1 .item:hover .txt-box::before {
    opacity: 1;
  }
}
.innovation-s2 {
  padding: 7.5rem 0px;
}
.innovation-s2 .sw {
  display: flex;
}
.innovation-s2 .item {
  height: 29.75rem;
  position: relative;
  transition: width 0.3s;
  overflow: hidden;
}
.innovation-s2 .item .img-box {
  width: 54rem;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}
.innovation-s2 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovation-s2 .item .show {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(19, 38, 48, 0.5);
  z-index: 2;
  transition: opacity 0.3s;
}
.innovation-s2 .item .show span {
  position: absolute;
  bottom: 3.125rem;
  left: 0px;
  width: 100%;
  display: block;
  padding: 0px 1rem;
  font-size: max(14px, 1.125rem);
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innovation-s2 .item .hide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 54rem;
  height: 100%;
  padding: 0px 5.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/innovation/img-4.png");
  background-size: 100% 100%;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
.innovation-s2 .item .tit {
  font-size: 1.875rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.innovation-s2 .item p {
  font-size: max(14px, 1.0625rem);
  color: rgb(255, 255, 255);
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
}
.innovation-s2 .item a.more {
  position: relative;
  display: block;
  margin-top: 1.25rem;
  width: max(120px, 11.25rem);
}
.innovation-s2 .item a.more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.innovation-s2 .item a.more span {
  display: block;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: max(34px, 3rem);
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .innovation-s2 .item a.more:hover::before {
    transform: scaleX(1);
  }
  .innovation-s2 .item a.more:hover span {
    color: rgb(215, 0, 15);
  }
}
.innovation-s2 .item.item-6 {
  width: calc(20% - 10.8rem);
}
.innovation-s2 .item.item-5 {
  width: calc(25% - 13.5rem);
}
.innovation-s2 .item.item-4 {
  width: calc(33.3333% - 18rem);
}
.innovation-s2 .item.item-3 {
  width: calc(50% - 27rem);
}
.innovation-s2 .item.item-2 {
  width: calc(100% - 54rem);
}
.innovation-s2 .item.active {
  width: 54rem;
}
.innovation-s2 .item.active .show {
  opacity: 0;
}
.innovation-s2 .item.active .hide {
  opacity: 1;
}
.innovation-s2 .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max(40px, 2.875rem);
  height: max(40px, 2.875rem);
  border-radius: 50%;
  background-color: rgb(97, 109, 118);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto max(16px, 1.25rem);
  cursor: pointer;
  transition: 0.3s;
}
.innovation-s2 .button.swiper-button-disabled {
  cursor: no-drop;
}
@media (any-hover: hover) {
  .innovation-s2 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.innovation-s2 .prev {
  left: -70px;
  background-image: url("../images/about/prev.png");
}
.innovation-s2 .next {
  right: -70px;
  background-image: url("../images/about/next.png");
}
.innovation-s2 .pagination {
  font-size: 0px;
  margin-top: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.innovation-s2 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 50%;
  margin-left: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
}
.innovation-s2 .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.innovation-s2 .pagination span.active {
  background-color: rgb(215, 0, 15);
  border-color: rgb(215, 0, 15);
}
.innovation-s3 {
  background: #fff;
  padding-bottom: 5rem;
}
.innovation-s3 .inner-tit {
  text-align: center;
  position: relative;
  margin-bottom: 6rem;
}
.innovation-s3 .inner-tit h1 {
  position: relative;
  display: inline-block;
  background: rgb(255, 255, 255);
  margin: 0px;
  padding: 0px 2rem;
  font-size: max(14px, 2rem);
}
.innovation-s3 .inner-tit::before,
.innovation-s3 .inner-tit::after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0px;
  background: url("../images/innovation/bg-1.png");
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
}
.innovation-s3 .inner-tit::before {
  right: auto;
  left: 0px;
  opacity: 0;
}
.innovation-s3 .inner-tit h1::before,
.innovation-s3 .inner-tit h1::after {
  content: "";
  width: 69%;
  height: 4rem;
  display: block;
  position: absolute;
  inset: 50% 0px 0px 50%;
  border: 3px solid rgb(215, 0, 15);
  transform: translate(-50%, -50%);
  z-index: -9;
}
.innovation-s3 .inner-tit h1::before {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: rgb(215, 0, 15);
  width: 30%;
  height: 8px;
  z-index: 0;
  bottom: -23px;
  top: auto;
  display: none;
}
.innovation-s3 .txt-box {
  order: 2;
}
.innovation-s3 .block .flex {
  display: flex;
  align-items: center;
  margin: 0px 0px 4rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.innovation-s3 .txt-box {
  width: calc(50% - 0.5rem);
  padding: 3rem;
  height: 18rem;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.innovation-s3 .txt-box::before {
  content: "";
  width: 6px;
  height: 45%;
  display: block;
  position: absolute;
  left: -6px;
  background: rgb(215, 0, 15);
  border-radius: 5px;
}
.innovation-s3 .tit {
  font-size: 2rem;
  color: rgb(32, 41, 69);
  width: 100%;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.innovation-s3 .tit::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -4px;
  transform: rotateZ(45deg);
  background: rgb(215, 0, 15);
}
.innovation-s3 .tit::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, rgb(215, 0, 15) 0%, rgb(255, 255, 255) 100%);
}
.innovation-s3 .para {
  font-size: max(14px, 1.125rem);
  color: rgb(215, 0, 15);
  line-height: 2;
  display: block;
}
.innovation-s3 .img-box {
  width: calc(50% - 1.75rem);
  overflow: hidden;
}
.innovation-s3 .img-box img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
  will-change: transform;
}
.business-word-card .img-box {
    aspect-ratio: 697 / 411;
}
.business-word-card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (any-hover: hover) {
  .innovation-s3 .img-box:hover img {
    transform: scale(1.1);
  }
}
.innovation-s4 {
  padding: 7.5rem 0px;
  border-top: 1px solid rgb(245, 248, 250);
}
.innovation-s4 .para {
  font-size: max(14px, 1.0625rem);
  color: rgb(98, 110, 119);
  line-height: 2;
  margin-top: 1rem;
}
.innovation-s4 .items {
  margin-top: 2.5rem;
}
.innovation-s4 .item {
  height: auto;
  padding: 3.125rem 2.5rem;
  background-color: rgb(245, 248, 250);
}
.innovation-s4 .item .s-para {
  font-size: max(14px, 1.125rem);
  color: rgb(215, 0, 15);
  line-height: 1.5;
}
.innovation-s4 .pagination {
  font-size: 0px;
  margin-top: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.innovation-s4 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 50%;
  margin-left: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
}
.innovation-s4 .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.innovation-s4 .pagination span.active {
  background-color: rgb(215, 0, 15);
  border-color: rgb(215, 0, 15);
}
.product-s1 {
  background: rgb(247, 247, 247);
  padding-bottom: 5rem;
}
.product-s1 .inner-tit {
  text-align: center;
}
.product-s1 .para {
  font-size: max(14px, 1.2rem);
  color: rgb(98, 110, 119);
  line-height: 2;
  margin-top: 2rem;
}
.product-s1 .para {
}
.product-s1 .para .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-s1 .para .img-list li {
  margin-bottom: 3rem;
  width: 48%;
}
.product-s1 .para .img-list li:nth-child(2n) {
  margin-left: 2rem;
}
.product-s1 .para .img-list li a {
  transition: 0.5s;
}
.product-s1 .para .img-list li a .img-box {
  overflow: hidden;
}
.product-s1 .para .img-list li a .img-box img {
  width: 100%;
  transition: 0.5s;
}
.product-s1 .para .img-list li a .txt-box {
  padding: 1rem 0px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.product-s1 .para .img-list li a .txt-box p {
  margin: 0px;
  font-size: max(16px, 1.2rem);
}
@media (any-hover: hover) {
  .product-s1 .para .img-list li a:hover img {
    transform: scale(1.1);
  }
  .product-s1 .para .img-list li a:hover .txt-box {
    color: rgb(215, 0, 15);
  }
}
.product-s1 .para p {
  margin-bottom: 2rem;
  font-size: max(16px, 1.2rem);
}
.product-s1 .para figure {
  margin: 10px 0;
}
.product-s1 .para figure img {width: 100% !important;!i;!;display: block;}
.product-s1 .para p img {
  width: 100%;
}
.product-s2 {
  padding: 10rem 0px 7.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.product-s2 .inner-tit span {
  color: rgb(255, 255, 255);
}
.product-s2 .items {
  margin-top: 3.125rem;
}
.product-s2 .swiper {
  margin: 0px calc(720px - 50vw);
  padding: 0px calc(-720px + 50vw) 8.75rem;
}
.product-s2 .item {
  width: 40.9375rem;
  height: 31.9375rem;
  margin-right: 1.5rem;
  position: relative;
  background-color: rgb(19, 38, 48);
  transition: background 0.3s;
}
.product-s2 .item:last-of-type {
  margin-right: 0px;
}
.product-s2 .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.product-s2 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-s2 .item .txt-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 3.75rem;
  z-index: 2;
}
.product-s2 .item .top-box {
  width: 100%;
}
.product-s2 .item .bot-box {
  width: 100%;
  border-top: 1px solid rgb(215, 0, 15);
  padding-top: 2rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-s2 .item span {
  display: block;
  font-size: 1.625rem;
  color: rgb(255, 255, 255);
  font-weight: lighter;
  transition: color 0.3s;
}
.product-s2 .item .tit {
  font-size: 1.75rem;
  color: rgb(255, 255, 255);
  margin-top: 1rem;
  transition: color 0.3s;
}
.product-s2 .item .para {
  font-size: max(14px, 1.125rem);
  color: rgb(98, 110, 119);
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-s2 .item .para p {
  padding-left: 20px;
  position: relative;
}
.product-s2 .item .para p::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 10px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
}
@media (any-hover: hover) {
  .product-s2 .item:hover {
    background-color: rgb(255, 255, 255);
  }
  .product-s2 .item:hover .img-box {
    opacity: 0.1;
  }
  .product-s2 .item:hover .bot-box {
    opacity: 1;
  }
  .product-s2 .item:hover span {
    color: rgb(98, 110, 119);
  }
  .product-s2 .item:hover .tit {
    color: rgb(98, 110, 119);
  }
}
.product-s2 .ope {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  z-index: 2;
}
.product-s2 .button {
  width: 46px;
  height: 46px;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .product-s2 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.product-s2 .prev {
  background-image: url("../images/about/prev-2.png");
}
@media (any-hover: hover) {
  .product-s2 .prev:hover {
    background-image: url("../images/about/prev-1.png");
  }
}
.product-s2 .next {
  background-image: url("../images/about/next-2.png");
  margin-left: 10px;
}
@media (any-hover: hover) {
  .product-s2 .next:hover {
    background-image: url("../images/about/next-1.png");
  }
}
.product-s2 .swiper-horizontal > .swiper-scrollbar {
  width: 1320px;
  height: 5px;
  left: auto;
  right: calc(-720px + 50vw);
  bottom: 23px;
  background-color: rgba(215, 0, 15, 0.1);
}
.product-s2 .swiper-scrollbar-drag {
  background-color: rgb(215, 0, 15);
}
.product-s3 {
  padding-bottom: 6rem;
  background-color: rgb(249, 249, 249);
}
.product-s3 .inner-tit span {
  text-align: center;
}
.product-s3 .para {
  font-size: max(14px, 1.2rem);
  color: rgb(98, 110, 119);
  line-height: 2;
  margin-top: 2rem;
}
.product-s3 .para .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 3rem;
}
.product-s3 .para .img-list li {
  margin-bottom: 3rem;
  width: 30.8%;
}
.product-s3 .para .img-list li:nth-child(2n) {
}
.product-s3 .para .img-list li a {
  transition: 0.5s;
  border: 1px solid rgb(238, 238, 238);
  display: block;
}
.product-s3 .para .img-list li a .img-box {
  overflow: hidden;
}
.product-s3 .para .img-list li a .img-box img {
  width: 100%;
  transition: 0.5s;
}
.product-s3 .para .img-list li a .txt-box {
  padding: 1.4rem 1.4rem 1rem;
}
.product-s3 .para .img-list li a .txt-box p {
  margin: 0px;
  font-size: max(16px, 1.2rem);
  display: flex;
  justify-content: space-between;
}
.product-s3 .para .img-list li a .txt-box p i {
  margin-left: 10px;
}
.product-s3 .para .img-list li a .txt-box p i img {
  transition: all;
  transform: scale(1);
}
@media (any-hover: hover) {
  .product-s3 .para .img-list li a:hover img {
    transform: scale(1.1);
  }
  .product-s3 .para .img-list li a:hover .txt-box {
    color: rgb(215, 0, 15);
  }
}
.product-s4 {
  padding: 7.5rem 0px;
  overflow: hidden;
}
.product-s4 .inner-tit span {
  text-align: center;
}
.product-s4 .items {
  margin-top: 3.125rem;
  position: relative;
}
.product-s4 .swiper {
  padding: 0px calc(-720px + 50vw);
}
.product-s4 .item {
  width: 73.5rem;
  background-color: rgb(255, 255, 255);
  transition: background 0.3s;
}
.product-s4 .item .img-box {
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
  opacity: 0.1;
  transition: opacity 0.3s;
}
.product-s4 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-s4 .item .txt-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 4.375rem;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.product-s4 .item .tit {
  font-size: max(18px, 1.625rem);
  color: rgb(255, 255, 255);
}
.product-s4 .item p {
  font-size: max(14px, 1.125rem);
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-top: 1rem;
  width: 80%;
}
.product-s4 .item p::before {
  content: "";
  width: 3rem;
  height: 4px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin-bottom: 1rem;
}
.product-s4 .item.swiper-slide-active {
  background-color: rgb(0, 0, 0);
}
.product-s4 .item.swiper-slide-active .img-box {
  opacity: 0.8;
}
.product-s4 .item.swiper-slide-active .txt-box {
  opacity: 1;
}
.product-s4 .button {
  width: max(44px, 3.75rem);
  height: max(44px, 3.75rem);
  background-color: rgb(112, 123, 131);
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto max(16px, 1.25rem);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .product-s4 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.product-s4 .prev {
  left: 0px;
  background-image: url("../images/about/prev.png");
}
.product-s4 .next {
  right: 0px;
  background-image: url("../images/about/next.png");
}
.product-s4 .pagination {
  font-size: 0px;
  margin-top: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.product-s4 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 50%;
  margin-left: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
}
.product-s4 .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.product-s4 .pagination span.active {
  background-color: rgb(215, 0, 15);
  border-color: rgb(215, 0, 15);
}
.product-s5 {
  padding: 10rem 0px 7.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.product-s5 .inner-tit span {
  color: rgb(255, 255, 255);
}
.product-s5 .tab-tit {
  margin-top: 2rem;
  font-size: 0px;
}
.product-s5 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.product-s5 .tab-tit .item:nth-of-type(1) {
  margin-left: 0px;
}
.product-s5 .tab-tit .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.product-s5 .tab-tit .item span {
  display: block;
  font-size: max(14px, 1.0625rem);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: max(36px, 2.625rem);
  padding: 0px 1.875rem;
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.product-s5 .tab-tit .item.active::before {
  transform: scaleX(1);
}
.product-s5 .tab-tit .item.active span {
  color: rgb(215, 0, 15);
}
@media (any-hover: hover) {
  .product-s5 .tab-tit .item:hover::before {
    transform: scaleX(1);
  }
  .product-s5 .tab-tit .item:hover span {
    color: rgb(215, 0, 15);
  }
}
.product-s5 .tab-cont {
  margin-top: 2.5rem;
}
.product-s5 .tab-cont .swiper {
  margin: 0px calc(720px - 50vw);
  padding: 0px calc(-720px + 50vw) 8.75rem;
}
.product-s5 .tab-cont .child {
  position: relative;
  display: none;
}
.product-s5 .tab-cont .child.active {
  display: block;
}
.product-s5 .tab-cont .item {
  width: 40.9375rem;
  margin-right: 1.5rem;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 3.75rem;
  transition: background 0.3s;
}
.product-s5 .tab-cont .item:last-of-type {
  margin-right: 0px;
}
.product-s5 .tab-cont .item span {
  display: block;
  font-size: 1.625rem;
  color: rgb(98, 110, 119);
  font-weight: lighter;
}
.product-s5 .tab-cont .item .tit {
  font-size: 1.75rem;
  color: rgb(98, 110, 119);
  margin-top: 1rem;
}
.product-s5 .tab-cont .item .img-box {
  height: 17.5rem;
  text-align: center;
  margin-top: 1.5rem;
}
.product-s5 .tab-cont .item img {
  width: auto;
  max-width: 80%;
  max-height: 100%;
}
.product-s5 .ope {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  z-index: 2;
}
.product-s5 .button {
  width: 46px;
  height: 46px;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .product-s5 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.product-s5 .prev {
  background-image: url("../images/about/prev-2.png");
}
@media (any-hover: hover) {
  .product-s5 .prev:hover {
    background-image: url("../images/about/prev-1.png");
  }
}
.product-s5 .next {
  background-image: url("../images/about/next-2.png");
  margin-left: 10px;
}
@media (any-hover: hover) {
  .product-s5 .next:hover {
    background-image: url("../images/about/next-1.png");
  }
}
.product-s5 .swiper-horizontal > .swiper-scrollbar {
  width: 1320px;
  height: 5px;
  left: auto;
  right: calc(-720px + 50vw);
  bottom: 23px;
  background-color: rgba(215, 0, 15, 0.1);
}
.product-s5 .swiper-scrollbar-drag {
  background-color: rgb(215, 0, 15);
}
.product-s6 {
  padding: 7.5rem 0px;
  background-color: rgb(255, 255, 255);
}
.product-s6 .inner-tit span {
  text-align: center;
}
.product-s6 .cont {
  margin-top: 3.125rem;
  position: relative;
}
.product-s6 .cont .img-box img {
  display: block;
  width: 100%;
}
.product-s6 .cont span {
  display: block;
  font-size: max(18px, 1.625rem);
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 3.75rem 3.75rem;
  text-align: center;
}
.product-s7 {
  padding: 7.5rem 0px;
  background-color: rgb(245, 248, 250);
  overflow: hidden;
}
.product-s7 .tab-tit {
  margin-top: 2rem;
  font-size: 0px;
}
.product-s7 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.product-s7 .tab-tit .item:nth-of-type(1) {
  margin-left: 0px;
}
.product-s7 .tab-tit .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgb(215, 0, 15);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.product-s7 .tab-tit .item span {
  display: block;
  font-size: max(14px, 1.0625rem);
  color: rgb(22, 29, 58);
  text-align: center;
  line-height: max(36px, 2.625rem);
  padding: 0px 1.875rem;
  border: 1px solid rgb(22, 29, 58);
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.product-s7 .tab-tit .item.active::before {
  transform: scaleX(1);
}
.product-s7 .tab-tit .item.active span {
  color: rgb(255, 255, 255);
  border-color: rgb(215, 0, 15);
}
@media (any-hover: hover) {
  .product-s7 .tab-tit .item:hover::before {
    transform: scaleX(1);
  }
  .product-s7 .tab-tit .item:hover span {
    color: rgb(255, 255, 255);
    border-color: rgb(215, 0, 15);
  }
}
.product-s7 .tab-cont {
  margin-top: 3.125rem;
}
.product-s7 .tab-cont .child {
  position: relative;
  display: none;
}
.product-s7 .tab-cont .child.active {
  display: block;
}
.product-s7 .tab-cont .item {
  width: 29rem;
  padding: 1.25rem;
  margin-right: 1.25rem;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.product-s7 .tab-cont .item:last-of-type {
  margin-right: 0px;
}
.product-s7 .tab-cont .item .img-box {
  overflow: hidden;
  cursor: pointer;
}
.product-s7 .tab-cont .item img {
  display: block;
  width: 100%;
  height: 16.125rem;
  object-fit: cover;
}
.product-s7 .tab-cont .item .txt-box {
  padding-top: 3.75rem;
  position: relative;
}
.product-s7 .tab-cont .item .txt-box::before {
  content: "";
  width: 11.25rem;
  height: 6.9375rem;
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-7.png");
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.product-s7 .tab-cont .item .box {
  padding-top: 2rem;
  border-top: 1px solid rgb(247, 248, 248);
  position: relative;
  padding-right: 3.75rem;
  z-index: 2;
}
.product-s7 .tab-cont .item .box::after {
  content: "";
  width: max(20px, 1.5rem);
  height: max(20px, 1.5rem);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-4.png");
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.product-s7 .tab-cont .item .tit {
  font-size: max(16px, 1.125rem);
  color: rgb(97, 109, 118);
}
.product-s7 .tab-cont .item .date {
  font-size: max(14px, 1rem);
  color: rgb(97, 109, 118);
  font-family: Rajdhani-Bold;
  margin-top: 5px;
}
@media (any-hover: hover) {
  .product-s7 .tab-cont .item:hover .txt-box::before {
    opacity: 1;
  }
}
.product-s7 .swiper {
  margin: 0px calc(720px - 50vw);
  padding: 0px calc(-720px + 50vw) 8.75rem;
}
.product-s7 .ope {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  z-index: 2;
}
.product-s7 .button {
  width: 46px;
  height: 46px;
  position: relative;
  background-color: rgb(97, 109, 118);
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .product-s7 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.product-s7 .prev {
  background-image: url("../images/about/prev-1.png");
}
.product-s7 .next {
  background-image: url("../images/about/next-1.png");
  margin-left: 10px;
}
.product-s7 .swiper-horizontal > .swiper-scrollbar {
  width: 1320px;
  height: 5px;
  left: auto;
  right: calc(-720px + 50vw);
  bottom: 23px;
  background-color: rgb(242, 221, 222);
}
.product-s7 .swiper-scrollbar-drag {
  background-color: rgb(215, 0, 15);
}
.product-s8 {
  padding: 7.5rem 0px;
  background-color: rgb(255, 255, 255);
}
.product-s8 .inner-tit span {
  text-align: center;
}
.product-s8 .tab-tit {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 0px;
}
.product-s8 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -6.25rem;
  padding: 0px 6.25rem;
}
.product-s8 .tab-tit .item:first-of-type {
  padding-left: 0px;
  margin-left: 0px;
}
.product-s8 .tab-tit .item:first-of-type::before {
  display: none;
}
.product-s8 .tab-tit .item:last-of-type {
  padding-right: 0px;
}
.product-s8 .tab-tit .item:last-of-type::after {
  display: none;
}
.product-s8 .tab-tit .item::before,
.product-s8 .tab-tit .item::after {
  content: "";
  width: 3.375rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2-1.png");
  transition: 0.3s;
}
.product-s8 .tab-tit .item::before {
  left: 1.4375rem;
}
.product-s8 .tab-tit .item::after {
  right: 1.4375rem;
}
.product-s8 .tab-tit .item span {
  display: block;
  font-size: max(15px, 1.125rem);
  color: rgb(19, 38, 48);
  transition: color 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .product-s8 .tab-tit .item span:hover {
    color: rgb(215, 0, 15);
  }
}
.product-s8 .tab-tit .item.active::before,
.product-s8 .tab-tit .item.active::after {
  background-image: url("../images/product/icon-2-2.png");
}
.product-s8 .tab-tit .item.active span {
  color: rgb(215, 0, 15);
}
.product-s8 .tab-tit .item.prev::after {
  display: none;
}
.product-s8 .tab-tit .item.next::before {
  display: none;
}
.product-s8 .tab-cont {
  margin-top: 3.125rem;
  position: relative;
}
.product-s8 .tab-cont .child {
  position: relative;
}
.product-s8 .tab-cont .child.active {
  display: block !important;
}
.product-s8 .tab-cont .item {
  width: 73.5rem;
  background-color: rgb(255, 255, 255);
  transition: background 0.3s;
}
.product-s8 .tab-cont .item .img-box {
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
  opacity: 0.1;
  transition: opacity 0.3s;
}
.product-s8 .tab-cont .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-s8 .tab-cont .item .txt-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 4.375rem;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.product-s8 .tab-cont .item .tit {
  font-size: max(18px, 1.625rem);
  color: rgb(255, 255, 255);
}
.product-s8 .tab-cont .item p {
  font-size: max(14px, 1.125rem);
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-top: 1rem;
  width: 80%;
}
.product-s8 .tab-cont .item p::before {
  content: "";
  width: 3rem;
  height: 4px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin-bottom: 1rem;
}
.product-s8 .tab-cont .item.swiper-slide-active {
  background-color: rgb(0, 0, 0);
}
.product-s8 .tab-cont .item.swiper-slide-active .img-box {
  opacity: 0.8;
}
.product-s8 .tab-cont .item.swiper-slide-active .txt-box {
  opacity: 1;
}
.product-s8 .swiper {
  padding: 0px calc(-720px + 50vw);
}
.product-s8 .button {
  width: max(44px, 3.75rem);
  height: max(44px, 3.75rem);
  background-color: rgb(112, 123, 131);
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto max(16px, 1.25rem);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .product-s8 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.product-s8 .button.prev {
  left: 0px;
  background-image: url("../images/about/prev.png");
}
.product-s8 .button.next {
  right: 0px;
  background-image: url("../images/about/next.png");
}
.product-s8 .pagination {
  font-size: 0px;
  margin-top: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.product-s8 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 50%;
  margin-left: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
}
.product-s8 .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.product-s8 .pagination span.active {
  background-color: rgb(215, 0, 15);
  border-color: rgb(215, 0, 15);
}
.product-s9 {
  padding: 7.5rem 0px;
  background-color: rgb(245, 248, 250);
}
.product-s9 .item {
  background-color: rgb(255, 255, 255);
}
.product-s9 .item .inner-tit,
.product-s9 .item .para {
  opacity: 0;
}
.product-s9 .item .flex {
  display: flex;
  align-items: center;
}
.product-s9 .item .img-box {
  width: 35.5rem;
  height: 41rem;
  overflow: hidden;
}
.product-s9 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  will-change: transform;
}
@media (any-hover: hover) {
  .product-s9 .item .img-box:hover img {
  }
}
.product-s9 .item .txt-box {
  width: calc(100% - 35.5rem);
  padding: 0px 5.625rem;
}
.product-s9 .item .para {
  font-size: max(14px, 1.125rem);
  color: rgb(51, 51, 51);
  line-height: 2;
  overflow: auto;
  max-height: max(308px, 24.75rem);
  margin-top: 1.5rem;
  margin-right: -1rem;
  padding-right: 1rem;
}
.product-s9 .item.swiper-slide-active .inner-tit,
.product-s9 .item.swiper-slide-active .para {
  animation: 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal forwards running o-upfade-top;
}
.product-s9 .item.swiper-slide-active .para {
  animation-delay: 0.1s;
}
.product-s9 .button {
  width: max(44px, 3.75rem);
  height: max(44px, 3.75rem);
  background-color: rgb(112, 123, 131);
  position: absolute;
  top: 46%;
  border-radius: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto max(16px, 1.25rem);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .product-s9 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.product-s9 .button.prev {
  left: -80px;
  background-image: url("../images/about/prev.png");
}
.product-s9 .button.next {
  right: -80px;
  background-image: url("../images/about/next.png");
}
.product-s9 .pagination {
  font-size: 0px;
  margin-top: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.product-s9 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 50%;
  margin-left: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
}
.product-s9 .pagination span:nth-of-type(1) {
  margin-left: 0px;
}
.product-s9 .pagination span.active {
  background-color: rgb(215, 0, 15);
  border-color: rgb(215, 0, 15);
}
.product-s10 {
  height: max(60rem, 100vh);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-22.jpg");
  padding: 8.5rem 0px 3.5rem;
}
.product-s10 .inner-wrap-s {
  height: 100%;
}
.product-s10 .flex {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-s10 .txt-box {
  width: calc(100% - 21.25rem);
  height: 100%;
  padding-right: 20rem;
}
.product-s10 .txt-box .tit {
  font-size: 3.375rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.product-s10 .txt-box .para {
  font-size: max(16px, 1.25rem);
  color: rgb(255, 255, 255);
  line-height: 1.7;
  margin-top: 1rem;
}
.product-s10 .items {
  width: 21.25rem;
}
.product-s10 .swiper {
  height: 40rem;
}
.product-s10 .item {
  margin-bottom: 1.25rem;
}
.product-s10 .item a {
  display: block;
  height: 100%;
  position: relative;
  background-color: rgb(0, 0, 0);
}
.product-s10 .item .img-box {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.product-s10 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-s10 .item .show {
  font-size: max(16px, 1.25rem);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 1.25rem 1.25rem;
  z-index: 2;
  transition: opacity 0.3s;
}
.product-s10 .item .hide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(215, 0, 15, 0.7);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-s10 .item .tit {
  text-align: center;
  font-size: max(18px, 1.625rem);
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.product-s10 .item span {
  display: block;
  width: 100px;
  line-height: 32px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 1.25rem auto 0px;
  border: 1px solid rgb(255, 255, 255);
}
@media (any-hover: hover) {
  .product-s10 .item:hover .show {
    opacity: 0;
  }
  .product-s10 .item:hover .hide {
    opacity: 1;
  }
}
.product-s10 .btns {
  margin-top: 1rem;
  text-align: center;
  font-size: 0px;
}
.product-s10 .button {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  position: relative;
  background-color: rgb(97, 109, 118);
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .product-s10 .button:hover {
    background-color: rgb(215, 0, 15);
  }
}
.product-s10 .prev {
  background-image: url("../images/about/prev-1.png");
}
.product-s10 .next {
  background-image: url("../images/about/next-1.png");
  margin-left: 10px;
}
.product-s11 {
  background: rgb(247, 247, 247);
  padding-bottom: 5rem;
}
.product-s11 .inner-wrap-s > .flex {
  display: flex;
  align-items: flex-start;
}
.product-s11 .inner-wrap-s > .flex .left-box {
  position: sticky;
  top: 8rem;
  width: 300px;
  border-left: 2px solid rgb(239, 240, 241);
}
.product-s11 .inner-wrap-s > .flex .left-box .item {
  margin-bottom: 2.5rem;
  cursor: pointer;
}
.product-s11 .left-box .item:nth-of-type(1) {
  margin-top: 0px;
}
.product-s11 .inner-wrap-s > .flex .left-box .item a {
  display: block;
  padding: 5px 2.5rem;
  position: relative;
  font-size: max(16px, 1.2rem);
  transition: color 0.3s;
}
.product-s11 .inner-wrap-s > .flex .left-box .item a::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: rgb(215, 0, 15);
  position: absolute;
  top: 0px;
  left: -2px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .product-s11 .inner-wrap-s > .flex .left-box .item a:hover {
    color: rgb(215, 0, 15);
  }
}
.product-s11 .inner-wrap-s > .flex .left-box .item.active a {
  color: rgb(215, 0, 15);
}
.product-s11 .inner-wrap-s > .flex .left-box .item.active a::before {
  opacity: 1;
}
.product-s11 .inner-wrap-s > .flex .right-box {
  width: calc(100% - 300px);
}
.product-s11 .inner-wrap-s > .flex .right-box .tit {
  font-size: max(20px, 1.875rem);
  color: rgb(19, 38, 48);
  font-weight: bold;
}
.product-s11 .inner-wrap-s > .flex .right-box .para {
  font-size: max(14px, 1.0625rem);
  color: rgb(98, 110, 119);
  line-height: 2;
  margin-top: 1.5rem;
}
.culture-s1 {
  padding-bottom: 5rem;
  background-color: rgb(247, 247, 247);
}
.culture-s1 .inner {
  margin-top: -5rem;
  margin-bottom: 3rem;
  padding-top: 4rem;
}
.culture-s1 .inner .para {
  font-size: max(14px, 1.2rem);
  color: rgb(103 103 103);
  line-height: 2;
  margin-top: 2rem;
}
.culture-s1 .inner .para p {
}
.culture-s1 .inner .para p.img-box {
  text-align: center;
  margin: 3rem 0px;
}
.culture-s1 .inner .para p img {
  max-width: 100%;
}
.culture-s1 .inner .para .img-list {
  display: flex;
  justify-content: center;
  margin: 6rem auto 0;
}
.culture-s1 .inner .para .img-list li {
}
.culture-s1 .inner .para .img-list li a {
}
.culture-s1 .inner .para .img-list li a .img-box {
  width: 400px;
  min-height: 520px;
  padding: 5rem 3rem;
  background: url("../images/construction/bg_book.png")
    no-repeat left top;
  background-size: cover;
  box-sizing: border-box;
}
.culture-s1 .inner .para .img-list li a .img-box img {
  display: block;
  margin: auto;
}
.culture-s1 .inner .para .img-list li a .txt-box {
}
.culture-s1 .inner .para .img-list li a .txt-box span {
}
.culture-s1 .inner .para .img-list li a .txt-box p {
}
.culture-s1 .inner .para .img-list li + li {
  margin-left: 8%;
}
.culture-s1 .inner .para .img-list li a:hover {
  color: rgb(215, 0, 15);
}
.culture-s1 .inner .para .img-list li a .txt-box {
  text-align: center;
  margin: 1rem 0 0 0;
}
.culture-s1 .inner .para .img-list li a .txt-box span {
  font-size: max(14px, 1rem);
  opacity: 0.8;
}
.culture-s1 .inner .para .img-list li a .txt-box p {
  font-size: max(18px, 1.3rem);
}
.culture-s1 .inner-tit {
  text-align: center;
}
@media screen and (max-width: 1921px) {
  .index-s4 .tab-tit img.bg {
    width: 135.41%;
    height: auto;
  }
  .index-s4 .tab-tit .item:nth-of-type(2) {
    top: 93.5%;
  }
  .index-s4 .tab-tit .item:nth-of-type(4) {
    top: 48%;
  }
  .index-s4 .tab-tit .item:nth-of-type(5) {
    top: 1%;
  }
}
@media screen and (max-width: 1870px) {
  .index-s3 .bot-block .item:nth-of-type(1) .txt-box {
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1681px) {
  html {
    font-size: 14px;
  }
  .product-s2 .swiper {
    margin: 0px -7vw;
    padding: 0px 7vw 8.75rem;
  }
  .product-s2 .swiper-horizontal > .swiper-scrollbar {
    right: 7vw;
    width: calc(-120px + 86vw);
  }
  .product-s5 .tab-cont .swiper {
    margin: 0px -7vw;
    padding: 0px 7vw 8.75rem;
  }
  .product-s5 .swiper-horizontal > .swiper-scrollbar {
    right: 7vw;
    width: calc(-120px + 86vw);
  }
  .product-s7 .swiper {
    margin: 0px -7vw;
    padding: 0px 7vw 8.75rem;
  }
  .product-s7 .swiper-horizontal > .swiper-scrollbar {
    right: 7vw;
    width: calc(-120px + 86vw);
  }
  .about-s8 .swiper {
    margin: 0px -7vw;
    padding: 0px 7vw 8.75rem;
  }
  .about-s8 .swiper-horizontal > .swiper-scrollbar {
    right: 7vw;
    width: calc(-120px + 86vw);
  }
  .product-s11 .inner-wrap-s > .flex .left-box {
    width: 300px;
  }
  .product-s11 .inner-wrap-s > .flex .right-box {
    width: calc(100% - 300px);
  }
  .product-s10 .txt-box {
    padding-right: 10rem;
  }
  .news-s1 .item .img-box {
    width: 260px;
    height: 170px;
  }
  .news-s1 .item .txt-box {
    width: calc(100% - 260px);
  }
  .duty-s1 .item .txt-box {
    padding: 0px 2rem 2rem;
  }
  .about-s7 .main {
    padding: 12rem 3.75rem 12rem 0px;
  }
  .about-s5 .item img {
    height: 14.5vw;
  }
  .innovation-s1 .item img {
    height: 16vw;
  }
  .news-s2 .item img {
    height: 23vw;
  }
  .product-s3 .tab-cont .img-box {
    height: 30vw;
  }
  .product-s3 .tab-cont .para {
    max-height: max(180px, 14.4rem);
  }
  .index-s5 .left-box {
    width: 38%;
  }
  .index-s5 .pic-box {
    left: 35%;
    width: 40%;
    height: 25vw;
    mask-size: auto 100%;
    mask-position: center center;
    top: 50%;
    transform: translateY(-50%);
  }
  .index-s4 .tab-tit .item .txt {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
  .wrap-s {
    width: 90vw;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }
  .recruit-s3 .item {
    padding: 3.125rem;
  }
  .product-s9 .button.next {
    right: -60px;
  }
  .product-s9 .button.prev {
    left: -60px;
  }
  .recruit-s2 .para p::before {
    top: 3px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 10px;
  }
  .header li a.single {
    padding: 0 1rem;
  }
  .header a.search {
  }
  .index-s2 .right-box p {
    -webkit-line-clamp: 5;
  }
  .footer .right-box .box {
  }
  .index-s4.wrap-s {
    width: 85vw;
  }
}

@media screen and (max-width: 1025px) {
  html {
    font-size: 10px;
  }
  .c-bg-fixed,
  .index-s4 .pic-box .pic,
  .index-s5,
  .index-s5 .pic-box,
  .about-s2,
  .about-s5,
  .about-s6,
  .about-s7,
  .about-s8,
  .duty-s2,
  .recruit-s2,
  .product-s2,
  .product-s5 {
    background-attachment: inherit;
  }
  .wrap-s {
    width: 90%;
  }
  .inner-wrap-s {
    width: 90%;
  }
  .about-s1 .inner-wrap-s,
  .about-s4 .inner-wrap-s,
  .about-s5 .inner-wrap-s,
  .news-s1 .inner-wrap-s,
  .news-s3 .inner-wrap-s,
  .innovation-s3 .inner-wrap-s,
  .product-s11 .inner-wrap-s,
  .product-s1 .inner-wrap-s,
  .product-s3 .inner-wrap-s,
  .culture-s1 .inner-wrap-s,
  .contact-s1 .inner-wrap-s {
    padding: 5rem 2rem 2rem;
  }
  .head-null {
    height: 60px;
  }
  .header {
    height: 60px;
    background-color: rgb(255, 255, 255);
    padding: 0px 5%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px;
  }
  .header .flex {
    height: 100%;
  }
  .header .logo img.show {
    opacity: 0;
  }
  .header .logo img.hide {
    opacity: 1;
  }
  .header ul {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: rgb(247, 247, 247);
    padding: 20px 30px;
    text-align: left;
    z-index: 3;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
  }
  .header ul.active {
    left: 0px;
  }
  .header li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(230, 230, 230);
  }
  .header li a.single {
    padding: 0px;
    line-height: 50px;
    color: rgb(51, 51, 51);
    display: inline-block;
  }
  .header li a.single::after {
    display: none;
  }
  .header li i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-4-1.png");
  }
  .header li .subnav {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: translateX(0px);
    width: 100%;
    background: rgb(255, 255, 255);
  }
  .header li .subnav .right-box {
    display: none;
  }
  .header li .subnav .left-box {
    width: 100%;
    opacity: 1;
    transform: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
  }
  .header li .subnav .left-box a {
    width: 100%;
  }
  .header li .subnav .left-box a span {
    padding: 1.5rem;
    text-align: left;
  }
  .header .info {
    margin-right: 40px;
  }
  .header .global span {
    color: rgb(51, 51, 51);
  }
  .header .global span::before {
    background-image: url("../images/icon-2-2.png");
  }
  .header .global span::after {
    margin: -4px 15px 0px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header a.search {
    background-image: url("../images/icon-3-2.png");
  }
  .mNavBtn {
    display: block;
    width: 20px;
    height: 16px;
    right: 5%;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn span {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 2px;
    background-color: rgb(112 112 112);
    transition: 0.3s;
  }
  .mNavBtn span.line1 {
    top: 0px;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0px;
  }
  .mNavBtn.active span {
    background-color: rgb(112 112 112);
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .fixed-search .top-block {
    height: 60px;
    padding: 0px 5%;
  }
  .fixed-search form {
    height: 6rem;
    padding-right: 6rem;
  }
  .fixed-search form button {
    width: 6rem;
    height: 6rem;
    background-size: auto 2rem;
  }
  .footer .top-block {
    padding: 4rem 0px;
  }
  .footer .right-box .box {
  }
  .footer .bot-block .flex {
    display: block;
  }
  .footer .bot-block .flex .link {
    margin-top: 1rem;
  }
  .footer .right-box .box .link p span {
    display: block;
  }
  .index-s5 .flex {
    display: block;
  }
  .index-s5 .flex > div {
    width: 100%;
  }
  .index-s5 .left-box a.more {
    margin: 4rem 0px;
  }
  .recruit-s4 .item .show .info {
    width: calc(50% - 20rem);
  }
  .recruit-s4 .item .show .info:nth-of-type(4) {
    display: none;
  }
  .recruit-s4 .item .hide {
    padding: 6rem 6rem 6rem 20rem;
  }
  .c-crumbs {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin-top: -3.4rem;
  }
  .c-crumbs .crumb-toggle-btn {
    color: rgb(255, 255, 255);
    background: rgb(215, 0, 15);
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-crumbs .crumb-toggle-btn::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url("../images/about/icon-5.png")
      right center no-repeat rgb(215, 0, 15);
    transform: rotate(90deg);
  }
  .c-crumbs .left-box {
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 999;
    padding: 1rem 2rem;
    box-shadow: rgb(205, 205, 205) 0px 2px 27px;
    width: 100%;
  }
  .c-crumbs .left-box a {
    display: block;
    margin: 0px;
    line-height: 4rem;
  }
  .c-crumbs .left-box a::before {
    display: none !important;
  }
  .product-s9 .button {
    display: none;
  }
  .product-s11 .inner-wrap-s > .flex .left-box {
  }
  .product-s11 .inner-wrap-s > .flex .right-box {
    width: 100%;
    padding-left: 0px;
    margin-top: 2rem;
  }
  .product-s10 {
    height: auto;
    padding: calc(60px + 6rem) 0px 6rem;
  }
  .product-s10 .flex {
    display: block;
  }
  .product-s10 .txt-box {
    width: 100%;
    padding-right: 0px;
  }
  .product-s10 .items {
    width: 100%;
    margin-top: 2rem;
  }
  .product-s10 .swiper {
    height: auto;
  }
  .product-s10 .item {
    margin-bottom: 0px;
  }
  .product-s10 .item .img-box {
    height: 25vw;
  }
  .product-s8 .tab-cont .item,
  .product-s4 .item {
    width: 80%;
  }
  .product-s8 .tab-cont .item .img-box,
  .product-s4 .item .img-box {
    height: 41vw;
  }
  .product-s8 .button,
  .product-s4 .button {
    display: none;
  }
  .innovation-s2 .button {
    display: none;
  }
  .innovation-s2 .item {
    transition: none;
  }
  .innovation-s2 .item .img-box {
    width: 100%;
  }
  .innovation-s2 .item {
    height: 23vw;
  }
  .innovation-s2 .item .show {
    display: none;
  }
  .innovation-s2 .item .hide {
    width: 100%;
    opacity: 1;
  }
  .innovation-s2 .item p {
    display: none;
  }
  .duty-s3 .item .img-box {
    width: 30rem;
  }
  .duty-s3 .item .txt-box {
    width: calc(100% - 30rem);
  }
  .duty-s3 .pagination {
    padding-left: 0px;
    margin-top: 2rem;
    text-align: center;
  }
  .about-s7 .tab-tit {
    position: static;
    width: 100%;
  }
  .about-s7 .main {
    padding: 0px 0px 6rem;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    width: 100%;
  }
  .about-s7 .tab-tit .item {
    padding-left: 0px;
    text-align: center;
  }
  .about-s7 .tab-tit .item::after {
    display: none;
  }
  .about-s7 .tab-tit .item span {
    transform-origin: center center;
    line-height: 1.2;
  }
  .index-s5 .pic-box {
    width: 30%;
    height: 20vw;
  }
  .index-s2 {
    padding: 2.5rem 0px 4rem;
  }
  .index-s2 .center-box .box .tit,
  .index-s2 .right-box .tit {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: unset;
    text-overflow: clip;
  }
  .index-s1 {
    height: 70vw;
  }
  .product-s2 .swiper {
    margin: 0px -5vw;
    padding: 0px 5vw 8.75rem;
  }
  .product-s2 .swiper-horizontal > .swiper-scrollbar {
    right: 5vw;
    width: calc(-120px + 86vw);
  }
  .product-s5 .tab-cont .swiper {
    margin: 0px -5vw;
    padding: 0px 5vw 8.75rem;
  }
  .product-s5 .swiper-horizontal > .swiper-scrollbar {
    right: 5vw;
    width: calc(-120px + 86vw);
  }
  .product-s7 .swiper {
    margin: 0px -5vw;
    padding: 0px 5vw 8.75rem;
  }
  .product-s7 .swiper-horizontal > .swiper-scrollbar {
    right: 5vw;
    width: calc(-120px + 86vw);
  }
  .about-s8 .swiper {
    margin: 0px -5vw;
    padding: 0px 5vw 8.75rem;
  }
  .about-s8 .swiper-horizontal > .swiper-scrollbar {
    right: 5vw;
    width: calc(-120px + 86vw);
  }
  .index-s2 .left-box .item .img-box {
    opacity: 1;
    transform: scale(1);
  }
  .index-s2 .left-box .item .tit,
  .index-s2 .left-box .item .info {
    opacity: 1;
    transform: none;
  }
  .index-s2 .left-box .item {
    position: relative;
    pointer-events: auto;
  }
  .index-s2 .left-box {
    background-color: transparent;
  }
  .index-s2 .flex {
    flex-wrap: wrap;
  }
  .index-s2 .left-box {
    width: 100%;
    height: 55rem;
    margin-bottom: 1rem;
  }
  .index-s2 .left-box .items {
    height: 50vw;
  }
  .index-s2 .center-box,
  .index-s2 .right-box {
    width: 100%;
  }
  .index-s2 .center-box {
    margin-left: 0px;
  }
  .index-s2 .right-box .swiper-slide.active {
    transform: translateX(0px);
    padding: 2.5rem 2rem;
    width: 100% !important;
  }
  .index-s2 .right-box .item::after {
    width: 100%;
    margin: 0px;
  }
  .index-s2 .center-box .box {
    height: calc(50% - 5px);
  }
  .index-s2 .center-box .box:nth-of-type(2) {
    margin-top: 1rem;
  }
  .index-s2 .right-box {
  }
  .index-s3 .bot-block .flex {
    row-gap: 4rem;
  }
  .index-s3 .bot-block .item {
    width: 48%;
  }
  .product-s3 .para .img-list li {
    margin-bottom: 3rem;
    width: 47.7%;
  }
  .culture-s1 .inner .para .img-list {
  }
  .culture-s1 .inner .para .img-list li {
  }
  .culture-s1 .inner .para .img-list li + li {
    margin: 0 0 0 1rem;
  }
  .culture-s1 .inner .para .img-list li a .img-box {
    width: 350px;
    min-height: 450px;
    background-size: contain;
  }
  .culture-s1 .inner .para .img-list li a .img-box img {
    width: 80%;
  }
  .search-box input {
    height: 55px;
    font-size: max(17px, 1.1rem);
  }
  .search-box button {
    height: 55px;
  }
  .filter-row select,
  .filter-row .reset-btn {
    height: 45px;
  }
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4%;
  }
  .enterprise-card {
    width: 100%;
  }
  .index-s1 .banner .item .tit {
    font-size: 3.4rem;
  }
  .index-s1 .banner .item .tit#roll-block span em {
    width: 40%;
  }
}
@media screen and (max-width: 769px) {
  .search-box input {
    height: 51px;
    padding: 0 10px;
    font-size: max(14px, 1.1rem);
  }
  .search-box button {
    width: 51px;
    height: 51px;
  }
  .filter-row select,
  .filter-row .reset-btn {
    height: 45px;
  }
  .card-grid {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }
  .enterprise-card {
    width: 100%;
  }
  .culture-s1 .inner .para .img-list {
    display: block;
    margin: 5rem auto 0rem;
  }
  .culture-s1 .inner .para .img-list li + li {
    margin-top: 3rem;
  }
  .culture-s1 .inner .para .img-list li a .img-box {
    margin: auto;
  }
  .culture-s1 .inner .para p.img-box {
    max-width: 90%;
    margin: 3rem auto;
  }
  .filter-row {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .filter-row label {
    width: 48%;
  }
  .filter-row .reset-btn {
    width: 48%;
  }
  .product-s11 .inner-wrap-s > .flex {
    display: block;
  }
  .product-s11 .inner-wrap-s > .flex .left-box {
    width: 100%;
  }
  .product-s11 .inner-wrap-s > .flex .left-box .link {
    width: 100%;
  }
  .product-s11 .inner-wrap-s > .flex .left-box .link .sw {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product-s11 .inner-wrap-s > .flex .left-box .link .sw .item {
    margin-bottom: 1.5rem;
  }
  .product-s11 .inner-wrap-s > .flex .left-box .item a::before {
    display: none;
  }
  .product-s1 .para .img-list li {
    margin-bottom: 3rem;
    width: 100%;
  }
  .product-s1 .para .img-list li:nth-child(2n) {
    margin-left: 0px;
  }
  .product-s3 .para .img-list li {
    margin-bottom: 3rem;
    width: 100%;
  }
  .index-s2 .left-box {
    height: 25rem;
    margin-bottom: 1rem;
  }
  .footer .link-block {
    display: block;
  }
  .footer .link-block .box {
    width: 100%;
    margin: 5px 0px 0px;
  }
  .footer .left-box .img-box {
  }
  .footer .left-box .para {
    margin-top: 0px;
  }
  .footer .right-box .ewm {
    width: 80px;
  }
  .footer .info-block {
    display: block;
  }
  .footer .info-block .left-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer .info-block .line {
    display: none;
  }
  .c-banner img {
    height: auto;
  }
  .c-banner .tit {
    font-size: 24px;
  }
  .c-banner p {
    font-size: 16px;
  }
  .about-s7 .tab-tit {
    padding: 6rem 0px 4rem;
  }
  .about-s7 .child .flex {
    display: block;
  }
  .about-s7 .child .img-box {
    width: 100%;
    height: 50vw;
  }
  .about-s7 .child .txt-box {
    width: 100%;
    padding-left: 0px;
    margin-top: 2rem;
  }
  .about-s7 .child i {
    font-size: 160px;
  }
  .about-s7 .child .box span {
    width: 60px;
    line-height: 24px;
  }
  .about-s7 .child .box .para {
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 24px;
  }
  .about-s8 {
    padding: 6rem 0px;
  }
  .about-s8 .top-box {
    display: block;
  }
  .inner-tit h1 {
    font-size: 2.325rem;
    margin-bottom: 2rem;
  }
  .inner-tit span {
    font-size: 20px;
  }
  .about-s8 .cate-box {
    margin-top: 2rem;
    text-align: left;
  }
  .about-s8 .cate-box .item {
    width: auto;
  }
  .about-s8 .cate-box .item span {
    padding: 0px 10px;
    line-height: 30px;
    font-size: 14px;
    border-width: 1px;
  }
  .about-s8 .tab-cont {
    margin-top: 2rem;
  }
  .about-s8 .tab-cont .item .txt-box {
    padding-top: 2rem;
  }
  .about-s1 {
  }
  .about-s1 .flex {
    display: block;
  }
  .about-s1 .left-box {
    width: 100%;
    padding-right: 0px;
  }
  .about-s1 .right-box {
    width: 100%;
    margin-top: 0rem;
  }
  .about-s1 .data {
    margin-top: 2.5rem;
    width: 100%;
    min-height: auto;
  }
  .about-s1 .data .num {
    font-size: 2rem;
    margin: 0px 5px;
  }
  .about-s2 {
    padding: 6rem 0px;
  }
  .about-s2 .item .para {
    max-width: 100%;
    font-size: 14px;
  }
  .about-s3 {
    padding: 6rem 0px;
  }
  .about-s3 .flex {
    display: block;
  }
  .about-s3 .txt-box {
    width: 100%;
    padding-left: 0px;
  }
  .about-s3 .img-box {
    width: 100%;
    margin-top: 2rem;
  }
  .about-s6 {
    padding: 6rem 0px;
  }
  .about-s4 {
  }
  .about-s4 .para {
    width: 100%;
    text-align: left;
  }
  .about-s5 {
  }
  .about-s5 .cate-box a {
    width: auto;
  }
  .about-s5 .cate-box a span {
    line-height: 30px;
    border-width: 1px;
    padding: 0px 3px;
    font-size: 11px;
  }
  .about-s5 .items {
    margin: 3rem 0px 4rem;
  }
  .about-s5 .item {
    width: 100%;
    margin: 2rem 0px 0px;
  }
  .about-s5 .item .txt-box {
    width: 60%;
  }
  .about-s5 .item:nth-of-type(1) {
    margin-top: 0px;
  }
  .about-s5 .item img {
    height: 40vw;
  }
  .c-page a {
    margin-left: 5px;
  }
  .news-s1 {
    padding: 4rem 0px;
  }
  .news-s1 .items {
    margin-bottom: 2rem;
  }
  .news-s1 .item-1 a {
    padding: 2rem 2rem 2rem 0px;
    align-items: flex-start;
  }
  .news-s1 .item-1 .date {
    width: 70px;
    padding: 0px 1rem 0px 0px;
  }
  .news-s1 .item-1 .txt-box {
    width: calc(100% - 70px);
  }
  .news-s1 .item a {
    padding: 1rem;
    display: block;
  }
  .news-s1 .item .img-box {
    width: 100%;
    height: 53vw;
  }
  .news-s1 .item .txt-box {
    width: 100%;
    padding: 2rem 0px 0px;
  }
  .news-s1 .item .tit {
    font-size: 16px;
  }
  .contact-s1 {
    padding: 4rem 0px;
  }
  .contact-s1 .items {
    padding-top: 4rem;
  }
  .contact-s1 .item {
    width: 100%;
    margin: 1rem 0px 0px;
  }
  .contact-s1 .item:nth-of-type(1) {
    margin-top: 0px;
  }
  .contact-s2 .box {
    left: 50px;
    padding: 1rem;
  }
  .contact-s2 .box img {
    width: 70px;
  }
  .contact-s3 {
    padding: 6rem 0px;
  }
  .contact-s3 p {
    font-size: 14px;
  }
  .contact-s3 .ewm {
    margin-left: 1rem;
  }
  .duty-s1 {
    padding: 6rem 0px;
  }
  .duty-s1 .items {
    margin-top: 2rem;
    margin-right: 0px;
    display: block;
  }
  .duty-s1 .item {
    width: 100%;
    margin: 2rem 0px 0px;
  }
  .duty-s1 .item:nth-of-type(1) {
    margin-top: 0px;
  }
  .duty-s1 .item .tit {
    font-size: 16px;
  }
  .duty-s2 {
    padding: 6rem 0px;
  }
  .duty-s2 .para {
    max-width: 100%;
    font-size: 16px;
  }
  .duty-s3 {
    padding: 6rem 0px;
  }
  .duty-s3 .item .box {
    display: block;
  }
  .duty-s3 .item .img-box {
    margin: 0px auto;
    transform: translateX(-2.5rem);
  }
  .duty-s3 .item .txt-box {
    width: 100%;
    padding-left: 0px;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .duty-s3 .pagination {
    margin-top: 0px;
  }
  .innovation-s2 .item {
    height: 49vw;
  }
  .innovation-s2 .item .hide {
    padding: 0px 2rem;
  }
  .innovation-s2 .item .tit {
    font-size: 16px;
  }
  .innovation-s2 .item a.more {
    width: 90px;
  }
  .innovation-s2 .item a.more span {
    line-height: 30px;
  }
  .innovation-s3 .block {
  }
  .innovation-s3 .flex {
    display: block;
  }
  .innovation-s3 .txt-box {
    width: 100%;
  }
  .innovation-s3 .tit {
    font-size: 18px;
  }
  .innovation-s3 .img-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .innovation-s4 {
    padding: 6rem 0px;
  }
  .innovation-s4 .items {
    margin-top: 2rem;
  }
  .innovation-s4 .item {
    padding: 2rem;
  }
  .innovation-s1 {
    padding: 6rem 0px;
  }
  .innovation-s1 .items {
    margin: 0px 0px 4rem;
    display: block;
  }
  .innovation-s1 .item {
    width: 100%;
    margin: 2rem 0px 0px;
  }
  .innovation-s1 .item:nth-of-type(1) {
    margin-top: 0px;
  }
  .innovation-s1 .item img {
    height: 51vw;
  }
  .innovation-s1 .item .txt-box {
    padding-top: 2rem;
  }
  .news-s3 {
    padding: 2rem 0px 6rem;
  }
  .news-s3 .label {
    font-size: 20px;
  }
  .news-s3 .info .share {
    display: none;
  }
  .news-s3 .info {
    padding: 2rem 0px;
  }
  .news-s3 .info span {
    font-size: 12px;
  }
  .news-s3 .para {
    margin-top: 2rem;
  }
  .news-s3 .other {
    margin-top: 2rem;
  }
  .news-s3 .other a.link {
    margin-right: 0px;
  }
  .news-s3 .other a.back {
    display: none;
  }
  .news-s1 .filter {
    margin-bottom: 2rem;
    display: block;
  }
  .news-s1 .year-box {
    width: 100%;
  }
  .news-s1 .form-box {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .news-s1 .year-box .tit {
    font-size: 14px;
  }
  .news-s1 .form-box input {
    font-size: 14px;
  }
  .news-s2 {
    padding: 15vw 0px 6rem;
  }
  .news-s2 .top-block .tit {
    font-size: 20px;
  }
  .news-s2 .top-block p {
    font-size: 14px;
  }
  .news-s2 .items {
    margin-bottom: 4rem;
  }
  .news-s2 .item a {
    display: block;
  }
  .news-s2 .item .img-box {
    width: 100%;
  }
  .news-s2 .item img {
    height: 50vw;
  }
  .news-s2 .item .txt-box {
    width: 100%;
    padding: 2rem;
  }
  .news-s2 .item .tit {
    font-size: 16px;
  }
  .news-s2 .item span {
    width: 90px;
  }
  .news-s2 .item span i {
    line-height: 30px;
  }
  .product-s1 {
    padding: 6rem 0px;
  }
  .inner-tit i {
    font-size: 18px;
  }
  .product-s2 {
    padding: 6rem 0px;
  }
  .product-s2 .item {
    width: 80vw;
    height: 63vw;
  }
  .product-s2 .item .bot-box {
    display: none;
  }
  .product-s2 .item .txt-box {
    padding: 2rem;
  }
  .product-s2 .item span {
    font-size: 14px;
  }
  .product-s2 .item .tit {
    font-size: 16px;
  }
  .product-s3 {
    padding: 6rem 0px;
  }
  .product-s3 .tab-cont .flex {
    display: block;
  }
  .product-s3 .tab-cont .img-box {
    width: 100%;
    height: 62vw;
  }
  .product-s3 .tab-cont .txt-box {
    width: 100%;
    padding: 2rem;
  }
  .product-s3 .tab-cont span {
    font-size: 18px;
  }
  .product-s3 .tab-cont .para {
    max-height: 100%;
  }
  .product-s3 .tab-tit .item {
    width: auto;
    padding: 0px;
    margin-left: 0px;
  }
  .product-s3 .tab-tit .item::before,
  .product-s3 .tab-tit .item::after {
    display: none;
  }
  .product-s4 {
    padding: 6rem 0px;
  }
  .product-s4 .item .txt-box {
    padding: 0px 2rem 2rem;
  }
  .product-s4 .item p {
    width: 100%;
  }
  .product-s4 .item .tit {
    font-size: 16px;
  }
  .product-s4 .item .txt-box {
    height: auto;
  }
  .product-s4 .item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-s5 {
    padding: 6rem 0px;
  }
  .product-s5 .tab-cont .item {
    width: 80vw;
    padding: 2rem;
  }
  .product-s5 .tab-cont .item .img-box {
    height: 40vw;
  }
  .product-s5 .tab-tit {
    margin: 2rem -5vw 0px;
    padding: 0px 5vw;
  }
  .product-s5 .tab-tit .item {
    transition: none;
    width: auto;
    margin-left: 0px;
  }
  .product-s6 {
    padding: 6rem 0px;
  }
  .product-s6 .cont {
    margin-top: 2rem;
  }
  .product-s6 .cont span {
    font-size: 16px;
    padding: 0px 2rem 2rem;
  }
  .product-s7 {
    padding: 6rem 0px;
  }
  .product-s7 .tab-cont .item {
    width: 80vw;
  }
  .product-s7 .tab-cont .item img {
    height: 45vw;
  }
  .product-s8 {
    padding: 6rem 0px;
  }
  .product-s8 .tab-cont .item .txt-box {
    padding: 0 2rem 2rem;
    height: auto;
  }
  .product-s8 .tab-cont .item .tit {
    font-size: 16px;
  }
  .product-s10 .txt-box .tit {
    font-size: 2rem;
  }
  .product-s10 .txt-box .para {
    font-size: 14px;
  }
  .product-s10 .item .img-box {
    height: 53vw;
  }
  .product-s9 {
    padding: 6rem 0;
  }
  .product-s9 .item .flex {
    display: block;
  }
  .product-s9 .item .img-box {
    width: 100%;
    height: 100vw;
  }
  .product-s9 .item .txt-box {
    width: 100%;
    padding: 2rem;
  }
  .recruit-s1 {
    padding: 6rem 0;
  }
  .recruit-s1 .flex {
    display: block;
  }
  .recruit-s1 .txt-box {
    width: 100%;
    padding: 0;
  }
  .recruit-s1 .img-box {
    width: 100%;
    margin-top: 2rem;
  }
  .recruit-s2 {
    padding: 6rem 0;
  }
  .recruit-s2 .tit span {
    font-size: 20px;
  }
  .recruit-s2 .tit::before {
    width: 20rem;
    bottom: -5px;
  }
  .recruit-s2 .para p {
    font-size: 14px;
  }
  .recruit-s2 .para p {
    padding-left: 20px;
  }
  .recruit-s2 .para p::before {
    top: 0;
  }
  .recruit-s3 {
    padding: 6rem 0;
  }
  .recruit-s3 .swiper {
    margin-top: 2rem;
  }
  .recruit-s3 .item {
    padding: 2rem;
  }
  .recruit-s5 {
    padding: 6rem 0;
  }
  .recruit-s5 .cont {
    margin-top: 2rem;
  }
  .recruit-s5 .txt-box {
    position: static;
    width: 100%;
    padding: 2rem;
  }
  .recruit-s5 .tit {
    font-size: 20px;
  }
  .recruit-s5 .img-box {
    width: 100%;
  }
  .recruit-s5 .img-box::after {
    display: none;
  }
  .c-banner .link a {
    width: auto;
  }
  .c-banner .link a span {
    line-height: 30px;
    padding: 0 10px;
  }
  .recruit-s6 {
    padding: 6rem 0;
  }
  .recruit-s6 .items {
    margin-right: 0;
    display: block;
  }
  .recruit-s6 .item {
    width: 100%;
    height: auto;
    margin: 2rem 0 0;
  }
  .recruit-s6 .item:nth-of-type(1) {
    margin-top: 0;
  }
  .recruit-s6 .item .txt-box {
    padding: 2rem;
  }
  .recruit-s7 {
    padding: 6rem 0;
  }
  .recruit-s7 .block {
    margin-top: 4rem;
  }
  .recruit-s7 .item {
    width: calc(33.33% - 1rem);
  }
  .recruit-s7 .item:nth-of-type(1),
  .recruit-s7 .item:nth-of-type(2),
  .recruit-s7 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .recruit-s8 {
    padding: 6rem 0;
  }
  .recruit-s8 .item .hide {
    padding: 2rem;
  }
  .recruit-s8 .item .hide table th {
    padding: 5px;
    line-height: 1.2;
    font-size: 12px;
  }
  .recruit-s8 .item .hide table td {
    padding: 5px;
    line-height: 1.2;
    font-size: 12px;
  }
  .recruit-s4 {
    padding: 6rem 0;
  }
  .recruit-s4 .top-block {
    display: block;
  }
  .recruit-s4 .top-block .box {
    width: 100%;
    margin: 0 0 10px;
  }
  .recruit-s4 .top-block .form-box {
    width: 100%;
    margin-left: 0;
  }
  .recruit-s4 .item .show .tit {
    width: calc(100% - 100px);
    font-size: 16px;
  }
  .recruit-s4 .item .show .info:nth-of-type(3) {
    display: none;
  }
  .recruit-s4 .item .show .info {
    width: 100px;
  }
  .recruit-s4 .item .show .info span {
    font-size: 14px;
  }
  .recruit-s4 .item .hide {
    padding: 2rem;
  }
  .index-s1 {
    margin-top: 60px;
    height: auto;
  }
  .index-s1 .banner {
    height: 80vw;
  }
  .index-s1 .banner .item .tit#roll-block span em {
    width: auto;
  }
  .index-s1 .banner .item .tit {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .index-s1 .banner .item .tit#roll-block span {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .index-s1 .banner .button {
    display: none;
  }
  .index-s1 .banner .item .en {
    font-size: 14px;
  }
  .index-s1 .roll-block {
    position: static;
  }
  .index-s1 .banner .info {
    bottom: 2rem;
  }
  .index-s1 .banner .btn {
    width: 30px;
    height: 30px;
  }
  .index-s1 .roll-block .cont {
    padding: 1rem 0;
  }
  .index-s1 .roll-block span {
    font-size: 14px;
    width: 100px;
  }
  .index-s1 .roll-block .swiper-box {
    width: calc(100% - 100px);
    padding: 0 2.5rem 0 15px;
    height: 48px;
  }
  .index-s1 .roll-block .item {
    display: block;
  }
  .index-s1 .roll-block .item a {
    display: block;
    width: 100%;
    line-height: 24px;
  }
  .index-s2 {
    padding: 1rem 0;
  }
  .index-tit {
    width: 70%;
  }
  .index-tit span,
  .index-s5 .left-box .index-tit span {
    font-size: 20px !important;
  }
  .index-s2 .left-box .item .txt-box {
    padding: 0 2rem 2rem;
  }
  .index-s2 .left-box .item a::before {
    height: 80%;
  }
  .index-s2 .left-box .item .tit {
    width: 100%;
  }
  .index-s2 .center-box,
  .index-s2 .right-box {
    width: 100%;
  }
  .index-s2 .right-box {
    margin: 1rem 0 0;
    height: auto;
  }
  .index-s2 .center-box .box a {
    padding: 2rem;
  }
  .index-s2 .center-box .box .info {
    margin-top: 1rem;
  }
  .index-s2 .right-box .info {
    position: static;
  }
  .index-s3 .bot-block .item .tit {
    font-size: 16px;
  }
  .index-s3 .bot-block {
    height: auto;
    margin-top: 0;
  }
  .index-s3 .bot-block .items {
    display: flex;
    flex-wrap: wrap;
  }
  .index-s3 {
    background-size: cover;
  }
  .index-s3 .bot-block .item {
    width: 100%;
  }
  .index-s3 .bot-block .item .svg1 {
    animation: 1s linear 0s 1 normal forwards running indexsvg2;
  }
  .index-s3 .bot-block .item .svg2 {
    opacity: 1;
    transition-delay: 1s;
  }
  .index-s3 .bot-block .item .txt-box {
  }
  .index-s3 .bot-block .item .icon {
    right: 2rem;
    bottom: 2rem;
    width: 3rem;
    height: 3rem;
  }
  .index-s4 {
    padding: 6rem 0;
    display: none;
  }
  .index-s4 .pic-box {
    opacity: 0.3;
  }
  .index-s4 .tab-tit {
    margin-top: 2rem;
  }
  .index-s4 .tab-tit .block {
    margin: 0 -5vw;
    padding: 0 5vw;
  }
  .index-s4 .tab-tit img.bg {
    display: none;
  }
  .index-s4 .tab-tit .item {
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    opacity: 0.5;
    left: auto !important;
    top: auto !important;
    right: auto !important;
  }
  .index-s4 .tab-tit .item.active {
    opacity: 1;
  }
  .index-s4 .tab-tit .item .layer {
    display: none;
  }
  .index-s4 .tab-tit .item .icon {
    display: none;
  }
  .index-s4 .tab-tit .item .txt {
    position: static;
    transform: none;
    padding-bottom: 0;
  }
  .index-s4 .tab-cont {
    position: relative;
    width: 100%;
    margin-top: 3rem;
  }
  .index-s4 .tab-cont .tit {
    font-size: 18px;
  }
  .index-s4 .tab-cont .btn {
    margin-top: 2rem;
  }
  .index-s5 {
    padding: 6rem 0;
  }
  .index-s5 .flex {
    display: block;
  }
  .index-s5 .left-box {
    width: 100%;
  }
  .index-s5 .left-box .tips {
    font-size: 16px;
  }
  .index-s5 .left-box a.more {
    margin-top: 2rem;
  }
  .index-s5 .right-box {
    margin-top: 2rem;
  }
  .index-s5 .right-box .data {
    margin-top: 2rem;
  }
  .index-s5 .right-box .data:nth-of-type(1) {
    margin-top: 0;
  }
  .index-s5 .right-box .data .num {
    font-size: 32px;
  }
  .index-s5 .pic-box {
    width: 100%;
    height: 60vw;
    position: static;
    transform: none;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .header .logo {
    width: max(120px, 18rem);
  }
  .header .global span::before {
    margin: -5px 10px 0 0;
  }
}

/* Homepage About Us: balanced text-and-carousel layout based on the approved reference. */
.index-s5 {
  padding: 7rem 0;
  overflow: hidden;
  background-color: #fff;
}
.index-s5 .flex {
  align-items: stretch;
  gap: 4rem;
}
.index-s5 .left-box {
  position: relative;
  width: 40%;
}
.index-s5 .left-box::before {
  display: none;
}
.index-s5 .left-box .index-tit {
  position: relative;
  width: 100%;
  z-index: 1;
}
.index-s5 .left-box .index-tit span {
  color: #132630;
  font-family: Rajdhani-Bold;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.index-s5 .left-box a.more::before {
  background-color: #d7000f;
}
.index-s5 .left-box a.more span {
}
.index-s5 .right-box {
  width: calc(60% - 4rem);
  min-height: 33rem;
  margin-left: 0;
  align-content: stretch;
}
.index-s5 .right-box .swiper,
.index-s5 .right-box .swiper-wrapper,
.index-s5 .right-box .swiper-slide {
  height: 100%;
}
.index-s5 .right-box .img-box .txt-box {
  padding: 0 7rem 2.5rem 2.5rem;
}
.index-s5 .right-box .pagination {
  right: 1.25rem;
  bottom: 1.5rem;
}

@media screen and (max-width: 1025px) {
  .index-s5 {
    padding: 4rem 0;
  }
  .index-s5 .flex {
    display: block;
  }
  .index-s5 .left-box {
    margin: 0 0 1rem 0;
  }
  .index-s5 .left-box .index-tit span {
    /* font-size: 24px; */
  }
  .index-s5 .left-box p {
    margin-top: 2rem;
  }
  .index-s5 .left-box a.more {
    margin: 2.5rem 0 0;
  }
  .index-s5 .right-box {
    width: 100%;
    min-height: 0;
    margin: 4rem 0 0;
    aspect-ratio: 16 / 10;
  }
}

/* Business column names use one consistent all-uppercase presentation. */
.index-s2 .index-tit span,
.index-s4 .index-tit span,
.index-s3 .index-tit span,
.index-s3 .bot-block .item .tit span,
.innovation-s3 .inner-tit h1,
.business-page .c-banner .tit,
.business-page .c-banner .right-box .link,
.business-detail-sidebar__title {
  text-transform: uppercase;
}

/* Tertiary Business names stay uppercase on list and detail pages. */
.innovation-s3 .block .txt-box > .tit,
.business-detail-sidebar__item,
.business-reference-detail__title h1,
.new-materials-full-item__header h2 {
  text-transform: uppercase;
}

/* Product navigation on Business second-level pages follows the Chinese site's horizontal hierarchy. */
.innovation-s3 .c-crumbs.business-product-nav {
  border-bottom: 1px solid #ececec;
  margin: 0 0 5rem;
  overflow-x: auto;
  padding: 0;
}
.innovation-s3 .c-crumbs.business-product-nav .business-product-nav__inner {
  display: flex;
  justify-content: center;
  min-width: max-content;
}
.innovation-s3 .c-crumbs.business-product-nav .business-product-nav__item {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  justify-content: center;
  min-height: 70px;
  padding: 14px 28px;
  position: relative;
  text-align: center;
}
.innovation-s3 .c-crumbs.business-product-nav .business-product-nav__item::after {
  background: #d7000f;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.25s ease;
  width: calc(100% - 56px);
}
.innovation-s3 .c-crumbs.business-product-nav .business-product-nav__item:hover {
  color: #d7000f;
}
.innovation-s3 .c-crumbs.business-product-nav .business-product-nav__item:hover::after {
  transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 767px) {
  .innovation-s3 .c-crumbs.business-product-nav .business-product-nav__inner {
    justify-content: flex-start;
  }
  .innovation-s3 .c-crumbs.business-product-nav .business-product-nav__item {
    min-height: 58px;
    padding: 10px 18px;
  }
}
.innovation-s3 .inner-tit h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.index-s2 .right-box .news-item-link {
  color: inherit;
  display: block;
  text-decoration: none;
}
