@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
}
.loader.fadeHide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-wrap {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.loader-logo img {
  display: inline-block;
  width: auto;
  height: 1.49rem;
}
.loader-lines {
  margin-top: 0.8rem;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.loader-lines .line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #bd9f68;
  transform: scaleX(0);
}
.loader-lines p {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 1.04rem;
  text-align: center;
  line-height: 1;
  color: #bd9f68;
  font-size: 0.26rem;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}
.loader-lines p b {
  font-weight: normal;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0.16rem 1.2rem 0.16rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}
.header.innerpage .logo img,
.header.scroll .logo img {
  transition-delay: 0.6s;
}
.header.innerpage .logo img.show,
.header.scroll .logo img.show {
  opacity: 0;
}
.header.innerpage .logo img.hide,
.header.scroll .logo img.hide {
  opacity: 1;
}
.header.innerpage .navs > li > a,
.header.scroll .navs > li > a {
  color: #33302e;
  transition-delay: 0.6s;
}
.header.innerpage .navs > li.active > a,
.header.scroll .navs > li.active > a {
  color: #bd9f68;
}
.header.innerpage .enters,
.header.scroll .enters {
  border-color: #cdcdcd;
}
.header.innerpage .enters .enter-logo img,
.header.scroll .enters .enter-logo img {
  transition-delay: 0.6s;
}
.header.innerpage .enters .enter-logo img.show,
.header.scroll .enters .enter-logo img.show {
  opacity: 0;
}
.header.innerpage .enters .enter-logo img.hide,
.header.scroll .enters .enter-logo img.hide {
  opacity: 1;
}
.header.innerpage .enters p,
.header.scroll .enters p {
  color: #7a7a7a;
  transition-delay: 0.6s;
}
.header.scroll {
  background: #fff;
}
.header.scroll .logo img {
  transition-delay: 0s;
}
.header.scroll .navs > li > a {
  transition-delay: 0s;
}
.header.scroll .menubtn.active span {
  background: transparent;
}
.header.scroll .menubtn span {
  background: #33302e;
}
.header.scroll .menubtn span:before,
.header.scroll .menubtn span:after {
  background: #33302e;
}
.logo {
  position: relative;
  line-height: 0;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.46rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
  align-items: center;
}
.navs > li {
  margin-right: 0.7rem;
  position: relative;
  z-index: 2;
}
.navs > li:hover > a:before {
  right: auto;
  left: 0;
  width: 100%;
}
.navs > li:hover .navs-down {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.navs > li:hover > a,
.navs > li.active > a {
  color: #bd9f68;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.18rem;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #bd9f68;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #bd9f68;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a > i {
  display: none;
}
.navs-down {
  padding-top: 0.18rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 3;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 0.5s;
  pointer-events: none;
}
.navs-leval {
  padding: 0.22rem 0.12rem;
  background: rgba(255, 255, 255, 0.8);
  min-width: 1.3rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.navs-leval li {
  margin-bottom: 0.1rem;
}
.navs-leval li:last-child {
  margin-bottom: 0;
}
.navs-leval li a {
  display: inline-block;
  color: #585858;
  font-size: 0.16rem;
  line-height: 1.4;
}
.navs-leval li a:hover {
  color: #bd9f68;
}
.enters {
  box-sizing: border-box;
  padding: 0.06rem 0.05rem 0.05rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem;
  text-align: center;
  transition: 0.38s;
}
.enters p {
  margin-top: 0.06rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  transition: 0.38s;
}
.enter-logo {
  position: relative;
  line-height: 0;
}
.enter-logo img {
  display: inline-block;
  width: auto;
  height: 0.3rem;
  transition: 0.35s;
}
.enter-logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.banner {
  position: relative;
  height: 100vh;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide figure img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}
.banner-slide.swiper-slide-active .banner-info strong,
.banner-slide.swiper-slide-active .banner-info p,
.banner-slide.swiper-slide-active .banner-info .banner-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.banner-slide.swiper-slide-active .banner-info p {
  transition-delay: 0.2s;
}
.banner-slide.swiper-slide-active .banner-info .banner-more {
  transition-delay: 0.4s;
}
.leftUp img {
  -webkit-animation-name: leftUp;
  animation-name: leftUp;
}
@-webkit-keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
@keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
.moveRight img {
  -webkit-animation-name: moveRight;
  animation-name: moveRight;
}
@-webkit-keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
@keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
.moveDown img {
  -webkit-animation-name: moveDown;
  animation-name: moveDown;
}
@-webkit-keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
@keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
.centerBig img {
  -webkit-animation-name: centerBig;
  animation-name: centerBig;
}
@-webkit-keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
.rightDownBig img {
  -webkit-animation-name: rightDownBig;
  animation-name: rightDownBig;
}
@-webkit-keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
@keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
.banner-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner-info strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.3;
  font-weight: normal;
  width: 6.6rem;
  max-width: 100%;
  font-family: "SourceHanSansSC-Normal";
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  transition: 0.56s;
}
.banner-info p {
  color: #fff;
  font-size: 0.22rem;
  line-height: 1.72;
  font-family: "SourceHanSansSC-Normal";
  width: 4.9rem;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  transition: 0.56s;
}
.banner-info .banner-more {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  transition: 0.56s;
}
.banner-more {
  margin-top: 0.54rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 0.64rem;
  background: #bd9f68;
  border-radius: 0.32rem;
  color: #fff;
  font-size: 0.16rem;
  overflow: hidden;
}
.banner-more:hover:before {
  animation: scalefade 0.7s linear;
}
.banner-more:hover span {
  transform: rotate(180deg);
}
.banner-more:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50%;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
  transform: scale(0);
}
.banner-more span {
  display: inline-block;
  margin-left: 0.1rem;
  transition: 0.35s;
}
@keyframes scalefade {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.banner-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
}
.banner-line {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.banner-line.play span {
  animation: move1 5s linear;
}
.banner-line span {
  position: absolute;
  left: 0;
  height: 100%;
  background: #fff;
  width: 0%;
  transition: 0.5s;
}
@keyframes move1 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.banner-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}
.banner-prev {
  display: flex;
  align-items: center;
  line-height: 1;
}
.banner-prev .iconfont {
  display: inline-block;
  position: relative;
  top: 0.03rem;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  transition: 0.35s;
}
.banner-prev .iconfont:hover {
  color: #bd9f68;
}
.numble {
  display: flex;
  align-items: center;
  margin: 0 0.18rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "DIN-Medium";
  font-style: normal;
  line-height: 1;
  position: relative;
  bottom: auto;
}
.numble em {
  font-style: normal;
}
.numble b {
  margin-right: 0.05rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
}
.mouses {
  position: relative;
  width: 0.18rem;
  height: 0.28rem;
  background: url(../images/mouse.png) center no-repeat;
  background-size: 100% 100%;
}
.mouses:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0.04rem;
  content: "";
  width: 2px;
  height: 3px;
  background: #fff;
  animation: mouseDonw 1s infinite linear alternate;
}
@keyframes mouseDonw {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
    opacity: 0.1;
  }
}
.home-about {
  position: relative;
  height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-wrap {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-data {
  display: flex;
  justify-content: space-between;
  width: 50.64%;
  padding-top: 0.4rem;
}
.about-data li strong {
  display: block;
  line-height: 1;
  color: #221613;
  font-size: 0.2rem;
  font-weight: normal;
}
.about-data li strong b {
  margin-right: 0.1rem;
  font-size: 0.56rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.about-data li strong i {
  margin-left: -0.1rem;
  display: inline-block;
  font-style: normal;
  font-size: 0.56rem;
  margin-right: 0.1rem;
}
.about-data li p {
  margin-top: 0.1rem;
  color: rgba(51, 48, 46, 0.8);
  font-size: 0.16rem;
}
.about-right {
  width: 37.82%;
}
.about-right .banner-more {
  color: #fff;
}
.about-titles p {
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #595757;
  font-size: 0.18rem;
  font-weight: bold;
}
.about-titles strong {
  display: block;
  line-height: 1.2;
  color: #bd9f68;
  font-size: 0.46rem;
  font-weight: normal;
}
.about-text {
  margin-top: 0.26rem;
  color: #33302e;
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
}
.home-culture {
  position: relative;
  height: 100vh;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.culture-wrap {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.culture-left {
  padding-top: 0.88rem;
  width: 4.7rem;
}
.culture-left .about-titles p,
.culture-left .about-titles strong {
  color: #fff;
}
.culture-left .about-text {
  color: #fff;
}
.culture-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 7.6rem;
  gap: 0 0.4rem;
}
.culture-list:nth-child(2) {
  margin-top: 1.12rem;
}
.culture-list li {
  padding: 0.46rem 0.32rem 0.3rem 0.36rem;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 2.8rem;
}
.culture-list li:hover:before {
  background: #ffffff;
}
.culture-list li:hover b,
.culture-list li:hover small {
  color: #bd9f68;
}
.culture-list li:hover .culture-title strong,
.culture-list li:hover .culture-title p {
  color: #33302e;
}
.culture-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 0.26rem;
  background: rgba(255, 255, 255, 0.25);
  transition: 0.48s;
}
.culture-list li b {
  display: block;
  position: absolute;
  right: 0.32rem;
  top: 0.48rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.35s;
}
.culture-list li small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.26rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  transition: 0.35s;
}
.culture-title strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
  font-weight: normal;
  transition: 0.35s;
}
.culture-title p {
  margin-top: 0.12rem;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.35s;
}
.history {
  position: relative;
  height: 100vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.history-tab {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.5rem;
  z-index: 2;
}
.history-tt {
  position: absolute;
  left: 9.375%;
  top: 0.56rem;
  line-height: 1;
  color: #33302e;
  font-size: 0.46rem;
  font-weight: normal;
}
.history-slide {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 9.375%;
  box-sizing: border-box;
}
.history-slide.swiper-slide-active .histroy-imgs figure img {
  transform: scale(1);
}
.history-slide.swiper-slide-active .history-infos time,
.history-slide.swiper-slide-active .history-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.histroy-imgs {
  width: 67.35%;
}
.histroy-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 53.75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.28rem 0 0 0.28rem;
}
.histroy-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.histroy-imgs figure img {
  transform: scale(1.1);
  transition: 3s;
}
.history-infos {
  padding-bottom: 0.42rem;
  width: 24.82%;
}
.history-infos time {
  display: block;
  line-height: 1;
  color: #283347;
  font-size: 2.25rem;
  font-family: "BebasNeue";
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  transition: 0.5s 0.4s;
}
.history-text {
  margin-top: 0.1rem;
  padding-right: 0.12rem;
  color: rgba(51, 48, 46, 0.8);
  font-size: 0.16rem;
  line-height: 2.375;
  height: 1.9rem;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  transition: 0.5s 0.6s;
}
.history-text::-webkit-scrollbar {
  width: 3px;
  border-radius: 0;
  background-color: #d3d3d3;
}
.history-text::-webkit-scrollbar-track {
  background-color: #d3d3d3;
}
.history-text::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #7c828c;
}
.history-text p {
  position: relative;
  padding-left: 0.1rem;
}
.history-text p:before {
  position: absolute;
  left: 0;
  top: 0.16rem;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: rgba(51, 48, 46, 0.8);
}
.histroy-btns span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -0.29rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: rgba(219, 219, 219, 0.2);
  color: #fff;
  font-size: 0.22rem;
  cursor: pointer;
  transition: 0.35s;
  z-index: 5;
}
.histroy-btns span:hover {
  background: #283347 !important;
}
.histroy-btns span.prev {
  left: 3.125%;
  background: #dbdbdb;
}
.histroy-btns span.next {
  right: 3.125%;
}
.history-hide {
  position: relative;
  margin-top: 0.56rem;
  z-index: 3;
  padding: 0 0.78rem;
  overflow-y: hidden;
}
.history-hide:before {
  position: absolute;
  left: 0;
  top: 0.17rem;
  content: "";
  width: 100%;
  height: 2px;
  background: #595757;
}
.history-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.1rem;
  height: 0.98rem;
  cursor: pointer;
}
.history-in.active p {
  font-size: 0.48rem;
}
.history-in.active .dist {
  background: #cccccc;
}
.history-in p {
  color: #595757;
  line-height: 0.8;
  font-size: 0.32rem;
  font-family: "ARIALN";
  text-align: center;
  transition: 0.4s;
}
.dist {
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
  margin: auto;
  margin-top: 0;
  transition: 0.4s;
  border-radius: 50%;
}
.dist:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.07rem;
  margin-top: -0.07rem;
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #283347;
}
.machine {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  padding-top: 0.92rem;
}
.machine-wrap {
  position: relative;
  background-size: auto 100%;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}
.machine-imgs {
  width: 68.22%;
}
.machine-imgs figure {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 0.24rem 0 0 0.24rem;
}
.machine-imgs figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.machine-info {
  display: flex;
  align-items: center;
  flex: 1;
  width: 0;
}
.machine-wr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  margin-left: 20%;
  padding: 0.6rem 0.6rem;
  box-sizing: border-box;
  background: rgba(253, 253, 253, 0.64);
  border-radius: 0.16rem 0 0 0.16rem;
  border: 1px solid #fff;
}
.machine-title strong {
  margin-bottom: 0.1rem;
  display: block;
  line-height: 1;
  font-size: 0.46rem;
  color: #33302e;
  font-weight: normal;
}
.machine-title p {
  color: #bd9f68;
  font-size: 0.18rem;
  font-weight: bold;
}
.machine-text {
  margin-top: 0.32rem;
  padding-right: 0.3rem;
  margin-right: -0.3rem;
  color: #33302e;
  font-size: 0.16rem;
  line-height: 2.25;
  max-height: 40vh;
  overflow: hidden;
  overflow-y: auto;
  text-align: justify;
}
.machine-more {
  margin-top: 0.32rem;
}
.machine-more a {
  display: inline-block;
  position: relative;
  padding-right: 0.6rem;
  color: #bd9f68;
  font-size: 0.16rem;
}
.machine-more a:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0.45rem;
  height: 1px;
  background: #bd9f68;
}
.technology .machine-imgs figure {
  border-radius: 0 0.24rem 0.24rem 0;
}
.technology .machine-wrap {
  background-position: right top;
  background-repeat: no-repeat;
  flex-direction: row;
}
.technology .machine-wrap .machine-wr {
  margin-left: 0;
  margin-right: 20%;
  border-radius: 0 0.16rem 0.16rem 0;
}
.speed-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-top: 0.92rem;
  height: 100vh;
}
.speed-box:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.92rem;
  background: #b6b6b6;
}
.speed-info {
  box-sizing: border-box;
  padding: 0 1.8rem;
  width: 50%;
}
.speed-title {
  display: block;
  line-height: 1;
  color: #33302e;
  font-size: 0.46rem;
  font-weight: normal;
}
.speed-text {
  margin-top: 0.38rem;
  color: #33302e;
  font-size: 0.16rem;
  line-height: 2.25;
  text-align: justify;
}
.speed-down {
  margin-top: 0.7rem;
  text-align: right;
}
.speed-down img {
  display: inline-block;
  width: auto;
  height: 1.1rem;
}
.speed-down p {
  color: #33302e;
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 1;
}
.speed-imgs {
  width: 50%;
  height: 100%;
  line-height: 0;
}
.speed-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer {
  background: #283347;
}
.footer-top {
  padding: 0.95rem 0 1.84rem;
  position: relative;
  z-index: 2;
}
.footer-wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo {
  line-height: 1;
}
.footer-logo img {
  display: inline-block;
  width: auto;
  height: 0.64rem;
}
.footer-line {
  margin-top: 0.26rem;
  color: #fff;
  font-size: 0.15rem;
  line-height: 2;
}
.footer-tel {
  margin: 0.05rem;
}
.footer-tel b {
  display: block;
  font-size: 0.32rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.1875;
}
.footer-right {
  display: flex;
  align-items: flex-start;
}
.footer-navs {
  display: flex;
  align-items: flex-start;
}
.footer-navs-item {
  margin-right: 0.86rem;
  display: block;
}
.footer-navs-item dt {
  display: block;
  margin-bottom: 0.17rem;
}
.footer-navs-item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 1.2;
}
.footer-navs-item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer-navs-item dt a:hover,
.footer-navs-item dt a.active {
  color: #fff;
}
.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-navs-item dd p {
  margin-bottom: 0.06rem;
}
.footer-navs-item dd p a {
  display: inline-block;
  color: #fff;
  font-size: 0.15rem;
  opacity: 0.8;
}
.footer-navs-item dd p a:hover {
  opacity: 1;
}
.eqs {
  display: flex;
  align-items: flex-start;
}
.eq-item {
  margin-right: 0.18rem;
  width: 1.06rem;
}
.eq-item:last-child {
  margin-right: 0;
}
.eq-item img {
  width: 100%;
  height: auto;
  background: #fff;
}
.eq-item p {
  margin-top: 0.08rem;
  color: #fff;
  font-size: 0.14rem;
  line-height: 1.428;
  text-align: center;
}
.footer-en {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  line-height: 1;
  width: 7.86rem;
}
.footer-en img {
  width: 100%;
  height: auto;
}
.footer-copy {
  background: #202939;
}
.copy-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0.26rem 0;
}
.copy-wrap p,
.copy-wrap a {
  display: inline-block;
  color: #ffffff;
  opacity: 0.3;
  font-size: 0.15rem;
}
.copy-wrap p {
  margin-right: 0.15rem;
}
.copy-wrap a:hover {
  opacity: 1;
}
.home-slide {
  overflow: hidden;
}
.home-slide:last-child {
  height: auto !important;
}
.home-swiper {
  height: 100vh;
  overflow: 　hidden;
}
.home-slide.swiper-slide-active .slideIn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .slideIn.detay1 {
  transition-delay: 0.55s;
}
.home-slide.swiper-slide-active .slideIn.detay2 {
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .slideIn.detay3 {
  transition-delay: 0.85s;
}
.home-slide.swiper-slide-active .slideInList li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .slideInList li:nth-child(2) {
  transition-delay: 0.55s;
}
.home-slide.swiper-slide-active .slideInList li:nth-child(3) {
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .slideInList li:nth-child(4) {
  transition-delay: 0.85s;
}
.home-slide.swiper-slide-active .fadeScale {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0.3s;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptexts {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.ptexts .pwr {
  position: relative;
  padding-bottom: 0.28rem;
  width: 8.4rem;
  max-width: 100%;
}
.ptexts .pwr.article-block:before {
  transform: scaleX(0);
  transform-origin: left center;
}
.ptexts .pwr.articleShow:before {
  transform: scaleX(1);
}
.ptexts .pwr:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.8rem;
  height: 2px;
  background: #372f2d;
  transition: 1s;
}
.ptexts .pwr small {
  display: block;
  color: #e1c6c0;
  font-size: 0.4rem;
  line-height: 1.175;
  font-family: "SourceHanSansSC-Light";
  text-transform: uppercase;
}
.ptexts .pwr strong {
  display: block;
  margin-top: 0.14rem;
  color: #372f2d;
  font-size: 0.48rem;
  line-height: 1.33;
  font-weight: normal;
  font-family: "SourceHanSansSC-Normal";
  width: 5.3rem;
  max-width: 100%;
}
.leval-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  border-top: 1px solid rgba(247, 247, 247, 0.2);
  width: 100%;
}
.leval-menu-list {
  display: flex;
  justify-content: center;
}
.leval-menu-list li {
  position: relative;
  z-index: 2;
}
.leval-menu-list li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #bd9f68;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval-menu-list li:hover,
.leval-menu-list li.active {
  color: #bd9f68;
}
.leval-menu-list li:hover:before,
.leval-menu-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leval-menu-list li:hover a,
.leval-menu-list li.active a {
  color: #bd9f68;
  font-weight: bold;
}
.leval-menu-list li:before {
  top: -1px;
}
.leval-menu-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.4rem;
  height: 0.85rem;
  min-width: 2rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  line-height: 1.5;
}
.introduct-box {
  position: relative;
  padding: 1rem 0 1.45rem;
  z-index: 2;
}
.introduct-bgs {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  line-height: 0;
  width: 45.26%;
  max-width: 8.69rem;
}
.introduct-bgs img {
  width: 100%;
  height: auto;
}
.introduct-title small {
  display: block;
  line-height: 1;
  color: #bd9f68;
  font-size: 1rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.introduct-title img {
  display: inline-block;
  margin-top: 0.22rem;
  width: auto;
  height: 1.15rem;
}
.introduct-info {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.44rem;
}
.introduct-info .about-data {
  padding: 0.5rem 0;
  width: auto;
}
.introduct-info .about-data:last-child {
  padding-bottom: 0;
}
.introduct-align {
  width: 53.33%;
}
.introduct-text {
  color: #33302e;
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
}
.honor {
  padding: 1.1rem 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-title {
  display: block;
  text-align: center;
  line-height: 1.1;
  color: #33302e;
  font-size: 0.4rem;
  font-weight: normal;
}
.honor-tab {
  position: relative;
  margin-top: 0.88rem;
}
.honor-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -0.26rem;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  color: #bbbbbb;
  font-size: 0.2rem;
  font-weight: bold;
  border: 1px solid #bbb;
  cursor: pointer;
  transition: 0.38s;
}
.honor-btn span.swiper-button-disabled {
  opacity: 0.5;
}
.honor-btn span:hover {
  border-color: #bd9f68;
  color: #bd9f68;
}
.honor-btn span.prev {
  left: -1.14rem;
}
.honor-btn span.next {
  right: -1.14rem;
}
.honor-slide {
  width: 5rem;
  text-align: center;
}
.honor-slide.swiper-slide-active figure {
  transform: scale(1);
}
.honor-slide.swiper-slide-active strong {
  opacity: 1;
  visibility: visible;
}
.honor-slide figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 3.74rem;
  box-sizing: border-box;
  padding-bottom: 0.55rem;
  background: url(../images/honobg.png) center bottom no-repeat;
  background-size: 100% auto;
  transform: scale(0.7);
  transition: 0.5s;
}
.honor-slide figure img {
  max-width: 100%;
  max-height: 100%;
}
.honor-slide strong {
  display: block;
  text-align: center;
  margin-top: 0.12rem;
  color: #333333;
  font-size: 0.18rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.culture-box {
  padding: 0.92rem 0 1.55rem;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.culture-top {
  margin-bottom: 0.42rem;
}
.culture-top .about-title {
  color: #fff;
  text-align: left;
}
.culture-in {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.16rem;
  line-height: 2;
}
.culture-imgs {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.culture-imgs img {
  width: 100%;
  height: auto;
}
.culture-li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.32rem;
}
.culture-li li {
  padding: 0.43rem 0.5rem 0;
  height: 5.9rem;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.culture-li li:nth-child(2n+2) {
  background: rgba(255, 255, 255, 0.1);
}
.culture-li li small {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #fff;
  font-size: 0.26rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.culture-li li strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.42rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Normal";
}
.culture-word {
  margin-top: 0.68rem;
  position: relative;
  padding-top: 0.34rem;
  color: #fff;
  font-size: 0.18rem;
}
.culture-word:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 0.22rem;
  background: rgba(255, 255, 255, 0.5);
}
.familys {
  padding: 0.8rem 0 0.94rem;
}
.family-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.family-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 38.888%;
}
.family-left .family-item:nth-child(2) {
  width: 30.89%;
}
.family-left .family-item:nth-child(2) figure {
  padding-bottom: 150.28%;
}
.family-left .family-item:nth-child(3) {
  margin-top: 0.16rem;
  width: 100%;
}
.family-left .family-item:nth-child(3) figure {
  padding-bottom: 46.42%;
}
.family-item {
  width: 66.07%;
}
.family-item:hover figure img {
  transform: scale(1.05);
}
.family-item figure {
  border-radius: 0.1rem;
  position: relative;
  display: block;
  padding-bottom: 69.89%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.family-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.family-item figure img {
  transition: 0.58s;
}
.family-rights {
  width: 59.93%;
}
.family-rights .family-item:nth-child(1) {
  margin-bottom: 0.16rem;
  width: 100%;
}
.family-rights .family-item:nth-child(1) figure {
  padding-bottom: 30.127%;
}
.family-rights .family-item:nth-child(2) {
  width: 42.87%;
}
.family-rights .family-item:nth-child(2) figure {
  padding-bottom: 69.89%;
}
.family-rights .family-item:nth-child(3) {
  margin-top: 0;
  width: 55.38%;
}
.family-rights .family-item:nth-child(3) figure {
  padding-bottom: 54.62%;
}
.staff-box {
  padding: 0.85rem 0 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.staff-top {
  margin-bottom: 0.48rem;
}
.staff-top .about-title {
  text-align: left;
}
.staff-tab {
  position: relative;
}
.staff-in {
  margin-top: 0.16rem;
}
.staff-in strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.1;
  color: #33302e;
  font-size: 0.22rem;
}
.staff-in p {
  color: #33302e;
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
}
.staff-slide {
  width: 4.6rem;
}
.staff-slide:hover figure img {
  transform: scale(1.05);
}
.staff-slide figure {
  position: relative;
  display: block;
  padding-bottom: 70.21%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.staff-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-slide figure img {
  transition: 0.6s;
}
.pcontact {
  display: flex;
  justify-content: right;
  width: 87.5vw;
}
.pcontact .pwr {
  width: 6.11rem;
}
.pcontact .pwr small {
  color: #b7c5ca;
}
.contacts {
  padding: 0.86rem 0 0.96rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-title strong {
  display: block;
  line-height: 1.1;
  color: #33302e;
  font-size: 0.4rem;
  font-weight: normal;
}
.contact-in {
  margin-top: 0.12rem;
  color: #33302e;
  font-size: 0.17rem;
  line-height: 2;
}
.contact-list {
  padding-top: 0.2rem;
  width: 54.72%;
}
.contact-item {
  padding: 0.34rem 0 0.34rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.contact-item b.iconfont {
  display: inline-block;
  line-height: 1;
  color: #bd9f68;
  font-size: 0.32rem;
  font-weight: normal;
}
.contact-infos {
  text-align: right;
}
.contact-infos strong {
  display: block;
  line-height: 1.1;
  color: #33302e;
  font-size: 0.18rem;
  font-weight: normal;
}
.contact-infos strong span {
  margin-right: 0.3rem;
  font-size: 0.26rem;
}
.contact-infos strong span:last-child {
  margin-right: 0;
}
.contact-infos p {
  margin-top: 0.08rem;
  color: #33302e;
  font-size: 0.15rem;
}
.contact-infos p a {
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
  color: #bd9f68;
  font-size: 0.16rem;
}
.contact-infos p a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #bd9f68;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.contact-infos p a:hover,
.contact-infos p a.active {
  color: #bd9f68;
}
.contact-infos p a:hover:before,
.contact-infos p a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.contact-infos p a i {
  margin-right: 0.06rem;
  display: inline-block;
  font-style: normal;
  font-size: 0.18rem;
}
.message {
  padding: 1.08rem 0 1.25rem;
  background-attachment: local;
  background-repeat: no-repeat;
  background-size: cover;
}
.message-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.message-form {
  padding-top: 0.72rem;
  width: 54.722%;
}
.message-row {
  display: flex;
  justify-content: space-between;
}
.message-item {
  margin-bottom: 0.2rem;
  width: 48.73%;
}
.message-item .text {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 100%;
  height: 0.7rem;
  background: #fff;
  line-height: 0.7rem;
  color: rgba(51, 48, 46, 0.8);
  font-size: 0.16rem;
  border-radius: 0.05rem;
  border: none;
  outline: none;
  transition: 0.3s;
}
.message-item .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.message-item .text::-webkit-input-placeholder {
  color: rgba(51, 48, 46, 0.8);
}
.message-area {
  width: 100%;
}
.message-area .text {
  padding-top: 0.15rem;
  box-sizing: border-box;
  height: 1.88rem;
  font-family: "微软雅黑";
  line-height: 1.6;
  resize: none;
}
.message-sub .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.74rem;
  height: 0.63rem;
  border-radius: 0.05rem;
  background: #bd9f68;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  border: none;
  outline: none;
}
.subsidiary-box {
  padding: 1rem 0 1.12rem;
}
.subsidiary-title {
  margin-bottom: 1.15rem;
  text-align: center;
}
.subsidiary-title img {
  display: inline-block;
  width: auto;
  height: 0.9rem;
}
.subsidiary-title p {
  margin-top: 0.2rem;
  color: #231815;
  font-size: 0.2rem;
  letter-spacing: 0.06rem;
}
.subsidiary-logo {
  display: grid;
  gap: 0.8rem 0;
  display: flex;
  justify-content: center;
  padding: 0 1.9rem;
  margin-bottom: 0.8rem;
}
.subsidiary-logo:last-child {
  margin-bottom: 0;
}
.subsidiary-logo li {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 33.33%;
}
.subsidiary-logo li img {
  display: inline-block;
  width: auto;
  height: 0.64rem;
}
.subsidiary-list {
  position: relative;
  z-index: 3;
}
.subsidiary-list:before {
  position: absolute;
  left: 0;
  top: -1.16rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 7.06rem;
  background: url(../img/map.png) center top no-repeat;
  background-size: 100% auto;
}
.subsidiary-item {
  margin-bottom: 0.17rem;
}
.subsidiary-item:first-child .subsidiary-hide {
  display: block;
}
.subsidiary-defaul {
  position: relative;
  cursor: pointer;
}
.subsidiary-defaul figure {
  display: block;
  height: 1.5rem;
  border-radius: 0.07rem;
  overflow: hidden;
}
.subsidiary-defaul figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subsidiary-fix {
  position: absolute;
  left: 0.34rem;
  right: 0.46rem;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
}
.subsidiary-name {
  font-family: "SourceHanSansSC-Normal";
}
.subsidiary-name strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.subsidiary-in {
  margin-top: 0.14rem;
  color: #fff;
  font-size: 0.14rem;
  line-height: 1.857;
}
.subsidiary-ll img {
  display: inline-block;
  width: auto;
  height: 0.64rem;
}
.subsidiary-hide {
  padding-top: 0.18rem;
  display: none;
}
.subsidiary-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subsidiary-lefts {
  display: flex;
  width: 67.91%;
  background: #e2c5a8;
  border-radius: 0.06rem;
  overflow: hidden;
}
.subsidiary-imgs {
  width: 83.67%;
}
.subsidiary-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 70.73%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.06rem;
}
.subsidiary-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subsidiary-data {
  padding: 0.35rem 0;
  padding-left: 0.38rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #343130;
}
.subsidiary-data strong {
  display: block;
  line-height: 1;
  font-size: 0.15rem;
  font-weight: bold;
}
.subsidiary-data strong b {
  margin-right: 0.07rem;
  display: inline-block;
  font-size: 0.38rem;
  font-family: "BebasNeue";
  font-weight: normal;
}
.subsidiary-data p {
  margin-top: 0.05rem;
  font-size: 0.15rem;
  line-height: 1.2;
}
.subsidiary-infos {
  width: 27.36%;
}
.subsidiary-infos .banner-more {
  color: #fff;
}
.subsidiary-tt {
  margin-bottom: 0.26rem;
}
.subsidiary-tt strong {
  display: block;
  margin-bottom: 0.05rem;
  line-height: 1.1;
  color: #231815;
  font-size: 0.26rem;
  font-family: "SourceHanSansSC-Normal";
}
.subsidiary-tt small {
  display: block;
  color: #231815;
  font-size: 0.17rem;
  font-family: Arial, Helvetica, sans-serif;
}
.subsidiary-text {
  color: #231815;
  font-size: 0.15rem;
  line-height: 2;
  text-align: justify;
}
.since {
  padding: 0.86rem 0 0.82rem;
  position: relative;
  z-index: 3;
}
.since-line {
  position: absolute;
  left: 50%;
  top: 0.98rem;
  bottom: 0;
  width: 1px;
  background: #e7e7e7;
  z-index: -1;
}
.since-line:before {
  position: absolute;
  left: -3px;
  top: -7px;
  content: "";
  width: 7px;
  height: 7px;
  background: #bd9f68;
  border-radius: 50%;
}
.since-tops img {
  display: inline-block;
  width: auto;
  height: 0.74rem;
}
.since-tops strong {
  display: block;
  margin-top: 0.18rem;
  line-height: 1.1;
  color: #231815;
  font-size: 0.32rem;
  font-family: "SourceHanSansSC-Normal";
}
.since-tops small {
  display: block;
  margin-top: 0.05rem;
  color: #231815;
  font-size: 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
}
.since-year {
  display: flex;
  align-items: flex-end;
  margin-top: -0.1rem;
  color: #231815;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "SourceHanSansSC-Light";
  text-transform: uppercase;
  font-weight: lighter;
}
.since-year b {
  margin-left: 0.3rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.9;
}
.since-align {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.7rem;
}
.since-infos {
  width: 45.13%;
}
.since-text {
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
}
.since-data {
  display: flex;
  flex-wrap: wrap;
}
.since-data li {
  padding: 0.3rem 0;
  width: 56%;
  border-bottom: 1px solid #231815;
}
.since-data li:nth-child(2n+2) {
  width: 44%;
}
.since-data li p {
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #343130;
  font-size: 0.16rem;
}
.since-data li strong {
  display: block;
  line-height: 1;
  color: #231815;
  font-size: 0.56rem;
  font-family: "SourceHanSansSC-Light";
  font-weight: normal;
}
.since-data li strong b {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.06rem;
  font-size: 0.16rem;
  font-weight: normal;
}
.since-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  color: #231815;
  font-size: 0.16rem;
  gap: 0.1rem 0.34rem;
}
.benchmark {
  padding: 0.84rem 0 0.8rem;
}
.benchmark-top {
  margin-bottom: 0.5rem;
  text-align: center;
}
.benchmark-top strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.1;
  color: #231815;
  font-size: 0.4rem;
  font-family: "SourceHanSansSC-Normal";
  font-weight: normal;
}
.benchmark-top p {
  color: #231815;
  font-size: 0.28rem;
}
.benchmark-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -0.5rem;
  margin-top: 0.9rem;
  gap: 0.3rem 0;
}
.benchmark-list li {
  display: flex;
  align-items: center;
  padding: 0 0.2rem 0 0.56rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.benchmark-list li:last-child {
  border-right: none;
}
.benchmark-list li:hover figure {
  transform: translateY(-0.05rem);
}
.benchmark-list li figure {
  display: block;
  width: 0.86rem;
  line-height: 1;
  transition: 0.3s;
}
.benchmark-list li figure img {
  width: 100%;
  height: auto;
}
.benchmark-text {
  flex: 1;
  margin-left: 0.16rem;
  width: 0;
}
.benchmark-text p {
  color: #231815;
  font-size: 0.18rem;
}
.benchmark-text b {
  display: block;
  color: #231815;
  font-size: 0.18rem;
}
.product-imgs {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.product-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packaging {
  padding: 1.08rem 0 0.8rem;
}
.packaging-tab {
  position: relative;
}
.packaging-tab .honor-btn span.prev {
  left: -0.52rem;
}
.packaging-tab .honor-btn span.next {
  right: -0.52rem;
}
.packaging-swiper {
  margin: auto;
  width: 12.8rem;
  max-width: 100%;
}
.packaging-slide {
  overflow: hidden;
}
.packaging-slide figure {
  position: relative;
  display: block;
  padding-bottom: 52.343%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.packaging-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packaging-li,
.qualificate-btn {
  margin: auto;
  margin-top: 0.44rem;
  display: flex;
  width: 10.4rem;
  max-width: 100%;
}
.packaging-li li,
.qualificate-btn li {
  flex: 1;
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  color: #231815;
  font-size: 0.18rem;
  line-height: 1.777;
}
.packaging-li li:before,
.qualificate-btn li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #bd9f68;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.packaging-li li:hover,
.qualificate-btn li:hover,
.packaging-li li.active,
.qualificate-btn li.active {
  color: #bd9f68;
}
.packaging-li li:hover:before,
.qualificate-btn li:hover:before,
.packaging-li li.active:before,
.qualificate-btn li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.packaging-li li:hover,
.qualificate-btn li:hover,
.packaging-li li.active,
.qualificate-btn li.active {
  color: #231815;
}
.packaging-li li:before,
.qualificate-btn li:before {
  bottom: -1px;
}
.packag-dist {
  margin-top: 0.16rem;
  text-align: center;
  color: #231815;
  font-size: 0.16rem;
}
.packag-dist p {
  display: none;
}
.packag-dist p:first-child {
  display: block;
}
.qualificate {
  padding: 1rem 0 0.6rem;
}
.qualificate-box {
  overflow: hidden;
}
.subsudiary-titles {
  text-align: center;
}
.subsudiary-titles strong {
  display: block;
  line-height: 1.1;
  color: #231815;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Normal";
}
.qualificate-tab {
  margin-top: 0.48rem;
}
.qualificate-item {
  position: relative;
  display: none;
}
.qualificate-item:first-child {
  display: block;
}
.qualificate-item .honor-btn span.prev {
  left: -0.52rem;
}
.qualificate-item .honor-btn span.next {
  right: -0.52rem;
}
.qualificate-slide {
  opacity: 0;
  width: 5.2rem;
  transition: opacity 0.35s;
}
.qualificate-slide.qualificate-slide-visible {
  opacity: 1;
}
.qualificate-slide.swiper-slide-active figure {
  transform: scale(1);
}
.qualificate-slide figure {
  position: relative;
  display: block;
  padding-bottom: 70.71%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transform: scale(0.7);
  transition: 0.5s;
}
.qualificate-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qualificate-slide figure img {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.qualificate-btn {
  margin: auto;
  margin-top: 0.93rem;
  max-width: 100%;
  width: 10.44rem;
}
.qualificate-btn li {
  font-size: 0.24rem;
}
.qualificate-in {
  margin: auto;
  margin-top: 0.3rem;
  width: 10.44rem;
  max-width: 100%;
}
.qualificate-in strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.1;
  color: #231815;
  font-size: 0.2rem;
  font-weight: normal;
  text-align: center;
}
.qualificate-in p {
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.qualificate-it {
  display: none;
}
.qualificate-it:first-child {
  display: block;
}
.technologys {
  padding: 1.1rem 0 1.35rem;
}
.subsudiaryword {
  margin-top: 0.26rem;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.technology-tab {
  margin-top: 0.4rem;
  position: relative;
}
.technology-tab .swiper-wrapper {
  align-items: center;
}
.technology-tab .honor-btn span {
  top: 1.48rem;
  margin-top: 0;
}
.technology-tab .honor-btn span.prev {
  left: -1rem;
}
.technology-tab .honor-btn span.next {
  right: -1rem;
}
.technology-pagination {
  position: relative;
  margin-top: 0.48rem;
  display: flex;
  z-index: 3;
  justify-content: space-between;
}
.technology-pagination:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.05rem;
  background: url(../images/lines.jpg) center no-repeat;
  background-size: 100% 100%;
}
.technology-numble {
  padding-top: 0.5rem;
  position: relative;
  color: #231815;
  font-size: 0.26rem;
  height: auto;
  opacity: 1;
  background: none;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
.technology-numble.swiper-slide-active {
  color: #bd9f68;
}
.technology-numble.swiper-slide-active:before {
  background: #bd9f68;
}
.technology-numble.swiper-slide-active:after {
  border-color: #fff;
}
.technology-numble:before {
  position: absolute;
  left: 50%;
  margin-left: -0.12rem;
  top: 0;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.35s;
}
.technology-numble:after {
  position: absolute;
  left: 50%;
  top: 0.04rem;
  margin-left: -0.08rem;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  border: 1px solid #231815;
  border-radius: 50%;
  transition: 0.35s;
}
.technology-slide.swiper-slide-active .technology-wr {
  transform: scale(1);
}
.technology-slide.swiper-slide-active .technology-hide {
  display: block;
}
.technology-wr {
  border-radius: 0.1rem;
  background: #f4f4f4;
  transition: 0.4s transform;
  transform: scale(0.8);
}
.technology-wr figure {
  position: relative;
  display: block;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.technology-wr figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology-wr figure img {
  transition: 0.58s;
}
.technology-info {
  padding: 0.22rem 0.1rem 0.26rem;
  text-align: center;
}
.technology-info strong {
  display: block;
  line-height: 1.1;
  color: #231815;
  font-size: 0.2rem;
}
.technology-hide {
  padding-top: 0.12rem;
  display: none;
  color: #231815;
  font-size: 0.16rem;
  line-height: 1.625;
}
.industrial-imgs img {
  width: 100%;
  height: auto;
  line-height: 1;
}
.industrial-list {
  position: relative;
  padding: 0 0.6rem;
  margin-top: -1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.industrial-list li {
  padding: 0.09rem;
  background: #fff;
  border-radius: 0.1rem;
}
.industrial-list li:hover figure img {
  transform: scale(1.06);
}
.industrial-list li figure {
  position: relative;
  display: block;
  padding-bottom: 56.78%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.industrial-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industrial-list li figure img {
  transition: 0.68s;
}
.industrial-flex {
  padding: 0.5rem 0.6rem 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.industrial-title {
  flex: 1;
}
.industrial-title strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.1;
  color: #231815;
  font-size: 0.32rem;
  font-family: "SourceHanSansSC-Normal";
}
.industrial-title small {
  display: block;
  color: #e6e6e6;
  font-size: 4.27vw;
  font-family: "SourceHanSansSC-Light";
  line-height: 1;
  text-transform: uppercase;
}
.industrial-title small b {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 5.21vw;
  text-transform: capitalize;
}
.industrial-info {
  padding-top: 0.74rem;
  width: 45.27%;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
}
.flagship {
  padding: 1.14rem 0 1rem;
  background: #f4f4f4;
}
.flagship .benchmark-top {
  margin-bottom: 0;
}
.honor-tabs .qualificate-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  height: 5.9rem;
}
.honor-tabs .qualificate-slide figure img {
  position: relative;
}
.qualificate-center {
  text-align: center;
}
.subsidiary-product {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.subsidiary-product-list {
  margin-top: 0.45rem;
}
.subsidiary-product-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  background: #e9e6e5;
  border-radius: 0.1rem;
}
.subsidiary-product-list li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.subsidiary-product-list li:nth-child(2n+2) .subsidiary-ins {
  margin-right: 0;
  margin-left: 8.68%;
}
.subsidiary-product-list li:last-child {
  margin-bottom: 0;
}
.subsidiary-proimgs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47.2%;
  height: 4.1rem;
}
.subsidiary-proimgs img {
  max-width: 100%;
  max-height: 100%;
}
.subsidiary-ins {
  margin-right: 8.68%;
  width: 34.72%;
}
.subsidiary-ins strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #33302e;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.5;
}
.subsidiary-ins p {
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.welfare-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.welfare-bann-wr {
  display: inline-block;
  font-family: "SourceHanSansSC-Normal";
}
.welfare-bann-wr strong {
  display: block;
  line-height: 1.1;
  color: #ffffff;
  font-size: 0.38rem;
  font-weight: normal;
}
.welfare-bann-wr p {
  margin-top: 0.38rem;
  padding-right: 0.24rem;
  position: relative;
  text-align: right;
  color: #fff;
  font-size: 0.24rem;
  font-family: "SourceHanSansSC-Light";
}
.welfare-bann-wr p img {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.4rem;
  width: auto;
  height: 0.8rem;
}
.welfare-bann-wr p span {
  position: relative;
  top: -0.14rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  display: inline-block;
  line-height: 1;
}
.loves {
  padding: 1.22rem 0 1.05rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.love-en {
  line-height: 0.9;
  color: #33302e;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.love-info {
  width: 50%;
}
.love-info strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.2;
  color: #33302e;
  font-size: 0.4rem;
  font-weight: normal;
}
.love-info p {
  color: #33302e;
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
}
.heart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: calc((100% - 1440px) / 2);
}
.heart .love-info {
  width: 29.52%;
}
.heart-imgs {
  position: relative;
  width: 60.71%;
}
.heart-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 44.2%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.heart-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heart-logo {
  position: absolute;
  left: -1.05rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.heart-logo img {
  display: inline-block;
  width: auto;
  height: 2.58rem;
}
.heart-list {
  padding-bottom: 0.8rem;
  padding-top: 1.1rem;
}
.heart-li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.heart-li li {
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
  border-radius: 0 0.5rem 0 0.5rem;
}
.heart-li li:hover figure img {
  transform: scale(1.06);
}
.heart-li li:hover strong {
  color: #bd9f68;
}
.heart-li li figure {
  position: relative;
  display: block;
  padding-bottom: 70.33%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0 0.5rem 0 0.5rem;
}
.heart-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heart-li li figure img {
  transition: 0.65s;
}
.heart-li li strong {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.3rem;
  height: 0.82rem;
  color: #33302e;
  font-size: 0.24rem;
  transition: 0.4s;
}
.welfare-news {
  padding-bottom: 0.75rem;
}
.welfare-tt {
  display: block;
  margin-bottom: 0.32rem;
  line-height: 1;
  color: #33302e;
  font-size: 0.4rem;
  font-weight: normal;
}
.welfare-news-flex {
  display: flex;
  justify-content: space-between;
}
.welfare-news-info {
  width: 47.22%;
}
.welfare-news-info:hover figure img {
  transform: scale(1.06);
}
.welfare-news-info:hover .welfare-in strong {
  color: #bd9f68;
}
.welfare-news-info figure {
  position: relative;
  display: block;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.welfare-news-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welfare-news-info figure img {
  transition: 0.58s;
}
.welfare-in {
  padding: 0.3rem 0.14rem 0;
}
.welfare-in time {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #33302e;
  font-size: 0.14rem;
}
.welfare-in strong {
  display: block;
  line-height: 1.45;
  color: #33302e;
  font-size: 0.22rem;
  font-weight: normal;
  transition: 0.35s;
}
.welfare-news-list {
  width: 50%;
}
.welfare-news-list li {
  border-top: 1px solid #f0f0f0;
}
.welfare-news-list li:last-child a {
  padding-bottom: 0;
}
.welfare-news-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0.26rem 0;
}
.welfare-news-list li a:hover .welfare-nimgs figure img {
  transform: scale(1.08);
}
.welfare-news-list li a:hover .welfare-in strong {
  color: #bd9f68;
}
.welfare-news-list li a .welfare-in {
  padding: 0;
  margin-right: 0.36rem;
  flex: 1;
  width: 0;
}
.welfare-news-list li a .welfare-in strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.welfare-nimgs {
  width: 2rem;
}
.welfare-nimgs figure {
  position: relative;
  display: block;
  padding-bottom: 57.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.welfare-nimgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welfare-nimgs figure img {
  transition: 0.6s;
}
.social-welfare {
  padding: 0.72rem 0;
  background: #f3f3f3;
}
.social-wrap {
  padding: 0 0.38rem 0.32rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.12rem;
}
.social-title {
  display: block;
  padding: 0.38rem 0 0.2rem;
  line-height: 1;
  color: #33302e;
  font-size: 0.28rem;
  border-bottom: 1px solid #ddd;
}
.social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.26rem;
  padding-bottom: 0.45rem;
}
.social-list li {
  margin-bottom: 0.15rem;
  width: 47.65%;
}
.social-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-list li a:hover strong {
  color: #bd9f68;
}
.social-list li a:hover strong:before {
  background: #bd9f68;
}
.social-list li a strong {
  display: block;
  position: relative;
  flex: 1;
  width: 0;
  padding-left: 0.18rem;
  margin-right: 0.1rem;
  color: #33302e;
  font-size: 0.16rem;
  font-weight: normal;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.social-list li a strong:before {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #33302e;
  transition: 0.3s;
}
.social-list li a time {
  display: inline-block;
  color: #33302e;
  font-size: 0.15rem;
}
.page-list-li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-list-li li {
  margin-right: 0.2rem;
}
.page-list-li li:last-child {
  margin-right: 0;
}
.page-list-li li:hover a,
.page-list-li li.active a {
  background: #33302e;
  color: #fff;
}
.page-list-li li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  color: #333333;
  font-size: 0.16rem;
  border-radius: 50%;
}
.Pagination .ui-pagination-container {
  display: flex;
  justify-content: center;
}
.Pagination .ui-pagination-container .ui-pagination-page-btn,
.Pagination .ui-pagination-container input {
  display: none;
}
.Pagination .ui-pagination-container .ui-pagination-page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.12rem;
  padding: 0 0.12rem;
  min-width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #cad0d9;
  color: #707479;
  font-size: 0.15rem;
  background: #fff;
  border-radius: 0.21rem;
  box-sizing: border-box;
}
.Pagination .ui-pagination-container .ui-pagination-page-item:hover,
.Pagination .ui-pagination-container .ui-pagination-page-item.active {
  background: #bd9f68;
  border-color: #bd9f68;
  color: #fff;
}
.Pagination .ui-pagination-container .ui-pagination-page-item:last-child {
  margin-right: 0;
}
.page-list,
.Ppagelist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.12rem;
}
.page-list li,
.Ppagelist li,
.page-list .Ppage,
.Ppagelist .Ppage {
  padding: 0 !important;
  margin: 0;
}
.page-list li a,
.Ppagelist li a,
.page-list .Ppage a,
.Ppagelist .Ppage a,
.page-list li span,
.Ppagelist li span,
.page-list .Ppage span,
.Ppagelist .Ppage span {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #cad0d9;
  color: #707479;
  font-size: 0.15rem;
  background: #fff;
  border-radius: 0.21rem;
  box-sizing: border-box;
}
.page-list li a.Pmodern,
.Ppagelist li a.Pmodern,
.page-list .Ppage a.Pmodern,
.Ppagelist .Ppage a.Pmodern,
.page-list li span.Pmodern,
.Ppagelist li span.Pmodern,
.page-list .Ppage span.Pmodern,
.Ppagelist .Ppage span.Pmodern {
  background: #bd9f68;
  border-color: #bd9f68;
  color: #fff;
}
.page-list li:hover a,
.Ppagelist li:hover a,
.page-list .Ppage:hover a,
.Ppagelist .Ppage:hover a,
.page-list li.active a,
.Ppagelist li.active a,
.page-list .Ppage.active a,
.Ppagelist .Ppage.active a,
.page-list li:hover span,
.Ppagelist li:hover span,
.page-list .Ppage:hover span,
.Ppagelist .Ppage:hover span,
.page-list li.active span,
.Ppagelist li.active span,
.page-list .Ppage.active span,
.Ppagelist .Ppage.active span {
  background: #bd9f68;
  border-color: #bd9f68;
  color: #fff;
}
.page-list .PIndex,
.Ppagelist .PIndex,
.page-list .PEnd,
.Ppagelist .PEnd {
  display: flex;
  align-items: center;
}
.page-list .PIndex a,
.Ppagelist .PIndex a,
.page-list .PEnd a,
.Ppagelist .PEnd a {
  margin-right: 0.1rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.12rem;
  height: 0.4rem;
  border: 1px solid #cad0d9;
  color: #707479;
  font-size: 0.15rem;
  background: #fff;
  border-radius: 0.21rem;
  box-sizing: border-box;
}
.page-list .PIndex a:hover,
.Ppagelist .PIndex a:hover,
.page-list .PEnd a:hover,
.Ppagelist .PEnd a:hover {
  background: #bd9f68;
  border-color: #bd9f68;
  color: #fff;
}
.page-list .PEnd,
.Ppagelist .PEnd {
  margin-left: 0.1rem;
}
.page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-banner .pwr small {
  width: 6rem;
  color: #bd9f68;
  max-width: 100%;
}
.recommend-news {
  padding: 0.8rem 0;
  background: #f3f3f3;
}
.recommend-news .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
  gap: 0 0.22rem;
  line-height: 1;
}
.recommend-news .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background: #b5b5b5;
  transition: 0.35s;
}
.recommend-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bd9f68;
}
.recommend-title {
  display: block;
  line-height: 1;
  color: #33302e;
  font-size: 0.4rem;
  font-weight: normal;
}
.recommend-tabs {
  position: relative;
  margin-top: 0.45rem;
}
.recommend-slide {
  position: relative;
  width: 7rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.recommend-slide.swiper-slide-active .recommend-infos {
  opacity: 1;
  visibility: visible;
}
.recommend-slide.swiper-slide-active .video-plays {
  opacity: 1;
  transform: scale(1);
}
.recommend-slide figure {
  position: relative;
  display: block;
  padding-bottom: 57.14%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.recommend-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend-infos {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.13rem 0.26rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  border-bottom: 0.1rem solid #bd9f68;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.recommend-infos strong {
  display: block;
  font-size: 0.18rem;
  line-height: 1.666;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-plays {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  z-index: 5;
  line-height: 1;
  color: #fff;
  font-size: 0.6rem;
  cursor: pointer;
  font-weight: lighter;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
.recommend-prev span {
  color: #fff;
  border-color: #fff;
}
.recommend-prev span.prev {
  left: 0.18rem;
}
.recommend-prev span.next {
  right: 0.18rem;
}
/* 视频弹层 */
.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.popup_video.on {
  z-index: 11050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 70%;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.popup_video.on .cont {
  transform: scale(1);
}
.popup_video .cont video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
.popup_video .cont .sole {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  transition: all 0.5s;
}
.media {
  padding: 0.8rem 0 0.55rem;
}
.media-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}
.media-search {
  position: relative;
}
.media-search form {
  display: flex;
  align-items: center;
}
.media-search form .text {
  padding-left: 0.46rem;
  width: 4.97rem;
  box-sizing: border-box;
  border: 1px solid rgba(51, 48, 46, 0.3);
  border-radius: 0.27rem;
  height: 0.54rem;
  color: #7d7d7d;
  font-size: 0.15rem;
  transition: 0.3s;
  outline: none;
}
.media-search form .text:focus {
  border-color: #bd9f68;
}
.media-search form .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.media-search form .iconfont {
  position: absolute;
  left: 0.18rem;
  line-height: 0.54rem;
  color: #33302e;
  font-size: 0.22rem;
}
.media-search form .sub {
  margin-left: 0.15rem;
  padding: 0;
  width: 1.33rem;
  height: 0.54rem;
  background: #bd9f68;
  color: #fff;
  border-radius: 0.27rem;
  border: none;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  font-size: 0.18rem;
  font-weight: normal;
}
.media-list {
  margin-bottom: 0.62rem;
}
.media-list li {
  position: relative;
  z-index: 2;
}
.media-list li:hover {
  background: rgba(189, 159, 104, 0.1);
}
.media-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(122, 122, 122, 0.15);
}
.media-list li a:hover .media-imgs figure img {
  transform: scale(1.06);
}
.media-list li a:hover .medio-text strong {
  font-weight: bold;
}
.media-imgs {
  width: 4rem;
}
.media-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.media-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-imgs figure img {
  transition: 0.65s;
}
.medio-infos {
  flex: 1;
  margin-left: 0.32rem;
  width: 0;
}
.medio-text strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #33302e;
  font-size: 0.22rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.medio-text p {
  color: #33302e;
  font-size: 0.15rem;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.8;
}
.medio-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}
.medio-down time {
  display: block;
  line-height: 1;
  color: #33302e;
  font-size: 0.14rem;
  opacity: 0.8;
}
.medio-down span {
  display: inline-block;
  position: relative;
  padding-right: 0.64rem;
  line-height: 1.2;
  color: #bd9f68;
  font-size: 0.15rem;
  font-weight: bold;
}
.medio-down span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0.45rem;
  height: 1px;
  background: #bd9f68;
}
.news-view {
  padding: 0.8rem 0 0;
}
.news-v-top {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(122, 122, 122, 0.15);
  text-align: center;
}
.news-v-top h3 {
  display: block;
  line-height: 1.3;
  color: #33302e;
  font-size: 0.32rem;
  font-weight: normal;
}
.news-v-top p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  gap: 0.05rem 0.12rem;
}
.news-v-top p span {
  display: inline-block;
  color: #33302e;
  font-size: 0.16rem;
}
.news-v {
  padding: 0.28rem 0 0.52rem;
  color: rgba(51, 48, 46, 0.8);
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
}
.news-v a {
  color: rgba(51, 48, 46, 0.8);
  word-break: break-all;
}
.news-v a:hover {
  text-decoration: underline;
}
.news-v img {
  max-width: 100%;
}
.news-v ul,
.news-v ol {
  list-style: inside;
}
.news-pages {
  padding: 0.4rem 0 0.7rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(122, 122, 122, 0.15);
}
.news-pages p {
  max-width: 48%;
}
.news-pages p a {
  display: inline-block;
  color: #33302e;
  font-size: 0.16rem;
  font-weight: bold;
}
.news-pages p a:hover {
  color: #bd9f68;
}
.revises {
  padding: 0.84rem 0;
  background: #f3f3f3;
}
.revises .recommend-title {
  text-align: center;
}
.revises-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.28rem;
  margin-top: 0.32rem;
}
.revises-list li:hover figure img {
  transform: scale(1.05);
}
.revises-list li:hover .revises-info strong {
  color: #bd9f68;
}
.revises-list li figure {
  position: relative;
  display: block;
  padding-bottom: 57.04%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.revises-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.revises-list li figure img {
  transition: 0.68s;
}
.revises-info {
  padding: 0.14rem 0.1rem 0;
}
.revises-info strong {
  display: block;
  color: #33302e;
  font-size: 0.16rem;
  line-height: 1.75;
  transition: 0.4s;
}
.revises-info time {
  display: block;
  margin-top: 0.18rem;
  line-height: 1;
  color: #33302e;
  font-size: 0.14rem;
  font-family: Arial, Helvetica, sans-serif;
}
.post-title p {
  margin-top: 0.1rem;
  color: #33302e;
  font-size: 0.17rem;
}
.post {
  padding: 0.65rem 0 0.88rem;
}
.post .media-top {
  margin-bottom: 0.3rem;
}
.post-list li {
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 0.06rem;
  box-shadow: 0 0 0.4rem #cdcdcd;
}
.post-list li.active .posite-top strong span:after {
  opacity: 0;
  transform: translateY(0.05rem);
}
.posite-top {
  padding: 0.38rem 0.42rem 0.26rem;
  cursor: pointer;
}
.posite-top strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  color: #33302e;
  font-size: 0.22rem;
}
.posite-top strong span {
  display: block;
  position: relative;
  width: 0.16rem;
  height: 0.16rem;
}
.posite-top strong span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #bd9f68;
}
.posite-top strong span:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #bd9f68;
  transition: 0.3s;
}
.posite-top p {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.16rem;
  gap: 0.1rem 1.26rem;
}
.posite-top p span {
  display: inline-flex;
  align-items: center;
  color: #33302e;
  font-size: 0.16rem;
}
.posite-top p span i {
  margin-right: 0.06rem;
  display: inline-block;
  font-size: 0.18rem;
  font-style: normal;
}
.posite-hide {
  margin: 0 0.32rem;
  padding: 0.26rem 0.1rem 0.48rem;
  border-top: 1px solid #e6e6e6;
  color: rgba(51, 48, 46, 0.8);
  line-height: 2;
  font-size: 0.16rem;
  display: none;
  text-align: justify;
}
.ptexts .pcolor small {
  color: #c5986d;
}
.material {
  padding: 0.72rem 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.material-list {
  display: grid;
  margin-top: 0.42rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.material-list li {
  padding: 0.6rem 0.3rem 0.5rem;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 0.22rem rgba(205, 205, 205, 0.17);
}
.material-list li b {
  display: block;
  text-align: center;
  line-height: 1;
  color: #bd9f68;
  font-size: 0.8rem;
  font-weight: normal;
}
.material-list li strong {
  display: block;
  margin-top: 0.58rem;
  margin-bottom: 0.24rem;
  line-height: 1;
  color: #bd9f68;
  font-size: 0.22rem;
}
.material-list li p {
  color: #33302e;
  font-size: 0.16rem;
  line-height: 2;
}
.office-box {
  overflow: hidden;
}
.office {
  padding: 0.73rem 0 1.1rem;
}
.office-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.38rem;
}
.office-btn {
  display: flex;
  align-items: center;
  gap: 0 0.24rem;
}
.office-btn span {
  position: static;
  margin: 0 !important;
}
.office-slide {
  width: 6rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.office-slide:hover figure img {
  transform: scale(1.08);
}
.office-slide figure {
  position: relative;
  display: block;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.office-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-slide figure img {
  transition: 0.58s;
}
.office-slide strong {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.58rem;
  z-index: 3;
  line-height: 1.3;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
  background: rgba(80, 89, 104, 0.5);
}
.contact-fs {
  padding: 1.6rem 0;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-fs p {
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 0.16rem;
}
.contact-fs p b {
  display: inline-block;
  margin-right: 0.08rem;
  font-weight: normal;
  font-size: 0.2rem;
}
.contact-fs strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.48rem;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-fs span {
  display: block;
  margin-top: 0.14rem;
  color: #fff;
  font-size: 0.18rem;
}
