@charset "utf-8";
html {
  font-size: 100px;
}
.header__box {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3.125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
  transition: 0.45s;
  z-index: 1999;
  border-bottom: 1px solid transparent;
}
.header__box.npfix {
  transform: translateY(-100%);
}
.header__box .hrmenu {
  display: none;
  position: relative;
  right: 0;
}
.header__box.active,
.header__box.innerpage {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.header__box.active .hrmenu em,
.header__box.innerpage .hrmenu em {
  background: #222222;
}
.header__box.active .hrmenu em:before,
.header__box.innerpage .hrmenu em:before,
.header__box.active .hrmenu em:after,
.header__box.innerpage .hrmenu em:after {
  background-color: #222;
}
.header__box.active .header__logo img.show,
.header__box.innerpage .header__logo img.show {
  opacity: 0;
}
.header__box.active .header__logo img.hide,
.header__box.innerpage .header__logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header__box.active .header__navs > li > a,
.header__box.innerpage .header__navs > li > a {
  color: #222222;
}
.header__box.active .header__navs > li > a i,
.header__box.innerpage .header__navs > li > a i {
  color: #222222;
}
.header__box.active .lang__defaut,
.header__box.innerpage .lang__defaut {
  border-color: #ea0a2a;
}
.header__box.active .lang__defaut i,
.header__box.innerpage .lang__defaut i,
.header__box.active .lang__defaut span,
.header__box.innerpage .lang__defaut span {
  color: #ea0a2a;
}
.header__box.active .header__search a,
.header__box.innerpage .header__search a {
  color: #ea0a2a;
}
.header__logo {
  display: block;
  position: relative;
  line-height: 0;
}
.header__logo img {
  display: inline-block;
  width: auto;
  height: 0.22rem;
  transition: 0.4s;
}
.header__logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__navs {
  display: flex;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.header__navs > li {
  margin-right: 3.2292vw;
  position: relative;
}
.header__navs > li:last-child {
  margin-right: 0;
}
.header__navs > li > a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 0.7rem;
  white-space: nowrap;
}
.header__navs > li > a i {
  display: inline-block;
  margin-left: 0.06rem;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  transform: rotate(90deg) scale(0.8);
  font-weight: normal;
}
.header__navs > li:hover > a {
  opacity: 0.5;
}
.header__navs > li:hover .header__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.header__menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  min-width: 1.3rem;
  box-sizing: border-box;
  padding: 0.22rem 0.18rem;
  background: #fff;
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: -2px;
  transition: 0.45s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.header__menu li {
  margin-bottom: 0.1rem;
  text-align: center;
}
.header__menu li:last-child {
  margin-bottom: 0;
}
.header__menu li a {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.8;
}
.header__menu li a:hover {
  color: #ea0a2a;
}
.header__right {
  display: flex;
  align-items: center;
}
.langs {
  position: relative;
  margin-right: 0.26rem;
}
.langs:hover .lang__defaut i,
.langs:hover .lang__defaut span {
  color: #ea0a2a;
}
.langs:hover .lang__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.lang__defaut {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.46rem;
  transition: 0.4s;
  cursor: pointer;
}
.lang__defaut i {
  display: inline-block;
  margin-right: 0.08rem;
  color: #fff;
  font-size: 0.2rem;
  font-style: normal;
  transition: 0.3s;
}
.lang__defaut span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
.lang__down {
  position: absolute;
  left: 50%;
  margin-left: -0.59rem;
  top: 100%;
  width: 1.18rem;
  padding-top: 0.13rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.lang__li {
  padding: 0.22rem 0;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.lang__li p {
  margin-bottom: 0.1rem;
  text-align: center;
}
.lang__li p:last-child {
  margin-bottom: 0;
}
.lang__li p a {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 0.16rem;
  line-height: 1.8;
}
.lang__li p a:hover {
  color: #ea0a2a;
}
.header__search a {
  color: #fff;
  font-size: 0.2rem;
}
.header__search a:hover {
  color: #ea0a2a;
}
.explore__products {
  padding: 1.2rem 3.125vw 3.125vw;
  margin: auto;
  max-width: 1920px;
}
.explore__title {
  margin-bottom: 0.5rem;
  text-align: center;
}
.explore__title strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.2;
  color: #222222;
  font-size: 0.48rem;
  font-weight: normal;
  font-family: "poppinssemibold";
  white-space: pre;
}
.explore__title p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 1.8;
}
.explore__list li {
  margin-bottom: 3.125vw;
  position: relative;
}
.explore__list li:hover figure img {
  transform: scale(1.04);
}
.explore__list li:last-child {
  margin-bottom: 0;
}
.explore__list li figure {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 37.77%;
  border-radius: 0.1rem;
}
.explore__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.4s;
}
.explore__info {
  position: absolute;
  left: 0;
  top: 11.47%;
  text-align: center;
  width: 100%;
}
.explore__info b {
  display: block;
  text-align: center;
}
.explore__info b img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 0.94rem;
}
.explore__info strong {
  display: block;
  margin-top: 0.32rem;
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  font-family: "poppinssemibold";
}
.common__more {
  display: flex;
  justify-content: center;
  gap: 12px; /* Adjust spacing as needed */
  text-align: center;
}
.common__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* Remove margin: auto; */
  width: 1.3rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #fff;
  color: #222222;
  font-size: 14px;
  transition: 0.45s;
}
.common__more a:hover {
  background: #ea0a2a;
  color: #fff;
}
.common__more a:hover i {
  color: #fff;
}
.common__more a i {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  transition: 0.35s;
  line-height: 0;
}
.technologicals {
  padding: 0 3.125vw;
  margin: auto;
  max-width: 1920px;
  box-sizing: border-box;
}
.technological__wrap {
  padding: 6.25vw 8.3333vw 6.0417vw;
  background: #f7f7f7;
  border-radius: 0.1rem;
}
.explore__title .common__more {
  margin-top: 0.32rem;
}
.explore__title .common__more a {
  background: #222222;
  color: #fff;
}
.explore__title .common__more a:hover {
  background: #ea0a2a;
}
.explore__title .common__more a i {
  color: #fff;
}
.technological__fix {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.technological__left {
  width: 32.45%;
}
.technological__left:hover figure img {
  transform: scale(1.04);
}
.technological__left figure {
  position: relative;
  display: block;
  padding-bottom: 141.37%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.technological__left figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technological__left figure img {
  transition: 0.68s;
}
.technological__wr {
  flex: 1;
  margin-left: 1.0417vw;
  width: 0;
}
.technological__row {
  display: flex;
  justify-content: space-between;
}
.technological__item {
  margin-bottom: 1.0417vw;
  width: 48.87%;
}
.technological__item:hover figure img {
  transform: scale(1.06);
}
.technological__item figure {
  position: relative;
  display: block;
  padding-bottom: 68.95%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.technological__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technological__item figure img {
  transition: 0.68s;
}
.technological__cul:hover figure img {
  transform: scale(1.06);
}
.technological__cul figure {
  position: relative;
  display: block;
  padding-bottom: 33.77%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.technological__cul figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technological__cul figure img {
  transition: 0.68s;
}
.business__fix {
  padding: 3.125vw 3.125vw 3.4375vw;
  box-sizing: border-box;
  max-width: 1920px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.business__item {
  position: relative;
  width: 49.44%;
}
.business__item:hover figure img {
  transform: scale(1.05);
}
.business__item figure {
  position: relative;
  display: block;
  padding-bottom: 76.4%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.business__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business__item figure img {
  transition: 0.78s;
}
.business__item .explore__title {
  position: absolute;
  left: 0;
  top: 11.76%;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.business__item .explore__title strong,
.business__item .explore__title p {
  color: #fff;
}
.business__item .common__more a {
  background: #ffffff;
  color: #222222;
}
.business__item .common__more a i {
  color: #222222;
}
.business__item .common__more a:hover {
  background: #ea0a2a;
  color: #fff;
}
.business__item .common__more a:hover i {
  color: #fff;
}
.target.fadeAnime {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, transform 2s;
}
.action.fadeAnime {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 75px;
  }
  .header__navs > li > a,
  .header__menu li a {
    font-size: 13px;
  }
  .lang__defaut span {
    font-size: 12px;
  }
  .explore__title strong,
  .explore__info strong {
    font-size: 0.4rem;
  }
  .pdmzk {
    top: 120px;
  }
  .common__more a {
    font-size: 12px;
    width: 1.4rem;
  }
  .common__more a i {
    position: relative;
    top: 1px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1360px) {
  .header__logo img {
    height: 0.18rem;
  }
  .header__navs > li {
    margin-right: 2.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .header__navs {
    display: none;
  }
  .langs {
    display: none;
  }
  .header__box .hrmenu {
    display: block;
  }
  .header__search {
    margin-right: 30px;
  }
  .header__box.active .hrmenu em {
    background: #ea0a2a;
  }
  .header__box.active .hrmenu em:before,
  .header__box.active .hrmenu em:after {
    background-color: #ea0a2a;
  }
  .header__search a {
    font-size: 16px;
  }
  .header__box.active .hrmenu em,
  .header__box.innerpage .hrmenu em {
    background: #ea0a2a;
  }
  .header__box.active .hrmenu em:before,
  .header__box.innerpage .hrmenu em:before,
  .header__box.active .hrmenu em:after,
  .header__box.innerpage .hrmenu em:after {
    background-color: #ea0a2a;
  }
}
@media screen and (max-width: 750px) {
  .header__box {
    padding: 0 4vw;
    height: 55px;
  }
  .header__logo img {
    height: auto;
    width: 180px;
  }
  .banner .slick-dots li {
    margin-right: 1.33vw;
  }
  .explore__products {
    padding: 24vw 4vw 4vw;
  }
  .explore__title strong {
    margin-bottom: 1.6vw;
    font-size: 5.33vw;
  }
  .explore__title p {
    margin: auto;
    width: 100%;
    font-size: 3.2vw;
  }
  .explore__list li figure {
    padding-bottom: 107.2vw;
  }
  .explore__info {
    top: 10.13vw;
  }
  .explore__info b img {
    max-height: 17.87vw;
  }
  .explore__info strong {
    margin-top: 3.73vw;
    margin-bottom: 4vw;
    font-size: 5.33vw;
  }
  .technologicals {
    padding: 0 4vw;
  }
  .technological__wrap {
    padding: 13.07vw 4vw 20vw;
  }
  .technological__fix {
    margin-top: 10.67vw;
  }
  .technological__left {
    width: 41.33vw;
  }
  .technological__wr {
    margin-left: 1.33vw;
  }
  .technological__row {
    display: block;
  }
  .technological__fix {
    position: relative;
    padding-bottom: 35.6vw;
  }
  .technological__item {
    margin-bottom: 1.33vw;
    width: 100%;
  }
  .technological__cul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .business__fix {
    padding: 4vw 4vw 8vw;
    display: block;
  }
  .business__item {
    margin-bottom: 4vw;
    width: 100%;
  }
  .business__item .explore__title p {
    width: auto;
  }
  .business__item:last-child {
    margin-bottom: 0;
  }
  .business__item .explore__title {
    top: 13.33vw;
  }
  .business__item figure {
    padding-bottom: 115.94%;
  }
  .common__more a {
    width: 26.67vw;
    font-size: 3.2vw;
  }
  .common__more a i {
    margin-left: 0.67vw;
    position: relative;
    top: 1px;
    font-size: 3.2vw;
  }
  .fc2share {
    justify-content: center;
  }
}
