@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;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.5rem 0 0.6rem;
  z-index: 99;
  width: 100%;
  transition: 0.4s;
  background: #fff;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.16);
}
.header.scrollHide {
  transform: translateY(-1rem);
}
.logo {
  display: block;
  position: relative;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.5rem;
  transition: 0.4s;
}
.logo img.show {
  opacity: 0;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  margin-right: 0.45rem;
}
.navs-list {
  display: flex;
  align-items: center;
}
.navs-list > li {
  margin-right: 0.1rem;
  padding: 0.25rem 0;
  transition: 0.3s;
}
.navs-list > li:last-child {
  margin-right: 0;
}
.navs-list > li:hover > a:before,
.navs-list > li.active > a:before,
.navs-list > li:hover > a:after,
.navs-list > li.active > a:after {
  transform: scale(1);
}
.navs-list > li:hover > a::first-letter,
.navs-list > li.active > a::first-letter {
  color: #fff;
}
.navs-list > li:hover > a:after,
.navs-list > li.active > a:after {
  transition-delay: 0.15s;
}
.navs-list > li:hover .common-navs {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.navs-list > li.active > a {
  font-weight: bold;
}
.navs-list > li > a {
  display: inline-block;
  padding: 0 0.25rem;
  position: relative;
  z-index: 2;
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: normal;
}
.navs-list > li > a > i {
  display: none;
}
.navs-list > li > a:before {
  position: absolute;
  left: 0.05rem;
  top: 0;
  z-index: -2;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #912928;
  transform: scale(0);
  transform-origin: left center;
  transition: 0.38s;
}
.navs-list > li > a:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.06rem;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background: #f0c797;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: left center;
  transition: 0.35s;
}
.common-navs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  transition: 0.58s;
}
.navs-flex {
  display: flex;
}
.navs-infos {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.6rem 0.6rem;
  width: 28.958%;
  background: #f8f3ec url(../images/newsbg1.png) repeat;
}
.navs-menu-list {
  min-height: 1.1rem;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.navs-menu-list li {
  margin-bottom: 0.1rem;
}
.navs-menu-list li a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #333333;
  font-size: 0.16rem;
}
.navs-menu-list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #912928;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs-menu-list li a:hover,
.navs-menu-list li a.active {
  color: #912928;
}
.navs-menu-list li a:hover:before,
.navs-menu-list li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs-menu-list li a:hover {
  color: #912928;
}
.navs-dl {
  display: block;
  margin-bottom: 0.22rem;
}
.navs-dl dt {
  display: block;
  color: #333333;
  font-size: 0.14rem;
}
.navs-dl dd {
  display: block;
  color: #333333;
  font-size: 0.16rem;
}
.navs-dl dd b {
  display: block;
  color: #b5232a;
  font-weight: normal;
  font-size: 0.25rem;
  line-height: 1.5;
}
.navs-introduct {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  width: 0;
  background-attachment: local;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.navs-center {
  width: 4.8rem;
  max-width: 100%;
}
.introduct-infos {
  margin-bottom: 0.38rem;
}
.introduct-infos strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1.1;
  color: #1f1f1f;
  font-size: 0.32rem;
  font-weight: normal;
}
.introduct-infos p {
  color: #333333;
  font-size: 0.14rem;
}
.header-btns {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 0.54rem;
}
.header-btns:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.14rem;
  content: "";
  width: 1px;
  height: 0.28rem;
  background: url(../images/line1.png) center no-repeat;
  background-size: cover;
}
.header-search a {
  display: inline-block;
  color: #912928;
  font-size: 0.25rem;
  line-height: 1;
}
.header-search a:hover {
  color: #912928;
}
.login-btn {
  margin-left: 0.24rem;
  margin-right: 0.2rem;
}
.login-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 1.1rem;
  height: 0.4rem;
  border: 1px solid #912928;
  border-radius: 0.21rem;
  color: #912928;
  font-size: 0.14rem;
  overflow: hidden;
}
.login-btn a:hover {
  border-color: #912928;
  color: #fff;
}
.login-btn a:hover:before {
  transform: scale(1);
}
.login-btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #912928;
  transform-origin: left center;
  transform: scale(0);
  transition: 0.48s;
  border-radius: 0.2rem;
}
.header-shop {
  display: flex;
  align-items: center;
}
.header-shop a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-right: 0.08rem;
  width: 0.42rem;
  height: 0.42rem;
  background: #912928;
  border-radius: 50%;
  color: #fff;
  font-size: 0.16rem;
}
.header-shop a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #912928;
  transform: scale(0);
  transform-origin: left center;
  transition: 0.3s;
}
.header-shop a:hover {
  color: #fff;
}
.header-shop a:hover:before {
  transform: scale(1);
}
.header-shop a:last-child {
  margin-right: 0;
  font-size: 0.2rem;
}
.banner {
  position: sticky;
  left: 0;
  top: 0;
}
.banner-slide {
  position: relative;
}
.banner-slide.swiper-slide-active figure img {
  transform: scale(1);
  transition: 5s;
}
.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 {
  transform: scale(1.1);
  transition: 5s;
}
.banner-lines {
  position: absolute;
  right: 1.1rem;
  left: 1.56rem;
  bottom: 0.88rem;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner-lines .lines {
  margin-left: 0.3rem;
  margin-top: 0.25rem;
  width: 3.6rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.banner-lines .lines span {
  display: block;
  height: 100%;
  width: 0%;
  background: #fff;
}
.banner-lines .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  line-height: 1;
  width: auto;
}
.banner-lines .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin-right: 0.14rem;
  opacity: 1;
  width: 0.16rem;
  height: 0.16rem;
  border: 2px solid #fff;
  background: none;
  transition: 0.35s;
}
.banner-lines .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #912928;
  border-radius: 50%;
  transform-origin: left center;
  transform: scale(0);
  transition: 0.6s;
}
.banner-lines .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #912928;
}
.banner-lines .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
}
.banner-lines .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner-load {
  display: flex;
  align-items: flex-start;
}
.numble {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #fff;
  font-size: 0.18rem;
}
.numble b {
  position: relative;
  margin-right: 0.1rem;
  top: 0.03rem;
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 1;
}
.numble span {
  display: inline-block;
  margin-left: 0.06rem;
}
.banner-mouse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 0.46rem;
  background: #a37d50;
  border-top: 2px solid #ccae8c;
}
.mouses {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  left: 50%;
  margin-left: -1.37rem;
  bottom: -0.47rem;
  width: 2.74rem;
  height: 0.48rem;
  background: url(../images/arrowbg.png) center no-repeat;
  background-size: cover;
}
.mouses i {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-size: 0.3rem;
  line-height: 1;
  margin-top: -0.1rem;
  animation: mouseDonw 1s infinite linear alternate;
}
@keyframes mouseDonw {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
    opacity: 0.1;
  }
}
.enter-box {
  padding: 1.6rem 0 1.32rem;
  position: relative;
  z-index: 3;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #fff;
}
.enter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enter-info {
  width: 42.82%;
}
.enter-totle {
  margin-bottom: 0.3rem;
}
.enter-totle .suntitle {
  display: block;
  margin-top: 0.34rem;
  color: #912928;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 1.2;
}
.enter-totle .title {
  margin-top: 0.22rem;
  display: block;
  color: #000000;
  font-size: 0.48rem;
  line-height: 1.41;
  font-weight: normal;
}
.common-icon {
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  background: #912928;
  border-radius: 50%;
}
.common-icon:before {
  position: absolute;
  left: 0.1rem;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #f0c797;
  border-radius: 50%;
}
.enter-text {
  margin-bottom: 0.58rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.66;
}
.common-btn a {
  display: inline-flex;
  align-items: center;
}
.common-btn a:hover span {
  background: #912928;
}
.common-btn a:hover .arrow {
  background: #f0c797;
}
.common-btn a:hover .arrow b i.show {
  left: 100%;
  opacity: 0;
}
.common-btn a:hover .arrow b i.hide {
  left: 0;
}
.common-btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.44rem;
  height: 0.5rem;
  background: #f0c797;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.35s;
}
.common-btn a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  background: #912928;
  border-radius: 50%;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.35s;
}
.common-btn a .arrow b {
  display: block;
  position: relative;
  width: 0.16rem;
  height: 0.16rem;
  overflow: hidden;
  line-height: 1;
}
.common-btn a .arrow b i {
  font-style: normal;
  position: relative;
  left: 0;
  transition: 0.38s;
}
.common-btn a .arrow b i.hide {
  position: absolute;
  left: -100%;
  top: 0;
}
.enter-list {
  display: flex;
}
.enter-list li {
  margin-right: 0.1rem;
  position: relative;
  width: 1.7rem;
  height: 5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: 0.5s;
}
.enter-list li.active {
  width: 3.4rem;
}
.enter-list li.active .enter-in {
  background: transparent !important;
}
.enter-list li.active .enter-in b {
  left: 0.32rem;
  transform: translateX(0);
}
.enter-list li:nth-child(2n+2) .enter-in {
  background: rgba(240, 199, 151, 0.9);
}
.enter-list li:nth-child(3n+3) .enter-in {
  background: rgba(145, 41, 40, 0.88);
}
.enter-list li:last-child {
  margin-right: 0;
}
.enter-list li figure {
  display: block;
  line-height: 1;
  height: 100%;
}
.enter-list li figure img {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.enter-in {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0.32rem 0.32rem 0.34rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(92, 38, 29, 0.9);
  transition: 0.4s;
}
.enter-in b {
  position: absolute;
  left: 50%;
  top: 0.32rem;
  transform: translateX(-50%);
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.3s;
}
.enter-tit strong {
  display: block;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.66;
  font-family: "OPPOSans-B";
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.enter-wr {
  position: relative;
  margin-top: 1.24rem;
}
.enter-wr > .common-icon {
  position: absolute;
  bottom: 0.35rem;
  opacity: 0.2;
}
.enter-wr > .common-icon.left {
  left: 0;
}
.enter-wr > .common-icon.right {
  right: 0;
}
.enter-data {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.enter-data .swiper-wrapper {
  transition-timing-function: linear !important;
}
.enter-data .common-icon {
  position: absolute;
  bottom: 0.26rem;
  right: 0;
  opacity: 0.2;
}
.enter-data li {
  text-align: center;
  width: auto;
}
.enter-data li:first-child strong b {
  min-width: 1.86rem;
}
.enter-data li:last-child strong b {
  min-width: 2.5rem;
}
.enter-data li.swiper-slide-active p {
  color: #912928;
}
.enter-data li.swiper-slide-active strong {
  color: #912928;
}
.enter-data li p {
  margin-bottom: 0.3rem;
  line-height: 1.2;
  color: #717171;
  font-size: 0.24rem;
  transition: 0.3s;
}
.enter-data li strong {
  display: block;
  line-height: 1;
  color: #898888;
  font-size: 0.36rem;
  font-family: "OPPOSans-B";
  font-weight: normal;
  transition: 0.3s;
}
.enter-data li strong b {
  display: inline-block;
  margin-right: 0.14rem;
  font-size: 0.76rem;
  font-weight: normal;
}
.technique {
  position: relative;
  z-index: 2;
  padding: 1.24rem 0 2.2rem;
  background-color: #fff;
  overflow: hidden;
}
.technique:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e9e9e9, rgba(255, 255, 255, 0));
}
.common-title strong {
  display: block;
  color: #000000;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 1.41;
}
.technique-wr {
  position: relative;
}
.technique-swiper {
  margin: 0;
  width: 82.66%;
}
.technique-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technique-info {
  width: 29.32%;
}
.technique-class {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.38rem;
}
.technique-class img {
  width: auto;
  max-width: 2rem;
  max-height: 0.92rem;
  height: auto;
}
.technique-class span {
  display: inline-flex;
  margin-bottom: 0.1rem;
  align-items: center;
  position: relative;
  padding: 0 0.18rem;
  margin-left: 0.12rem;
  height: 0.53rem;
  color: #ffffff;
  font-size: 0.36rem;
  font-family: "OPPOSans-B";
  white-space: nowrap;
}
.technique-class span:before,
.technique-class span:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #912928;
  border-radius: 0.25rem 0.25rem 0.25rem 0;
}
.technique-class span:before {
  left: 0.1rem;
  top: -0.1rem;
  background: #f0c797;
}
.technique-text strong {
  display: block;
  margin-bottom: 0.16rem;
  color: #333333;
  font-size: 0.28rem;
  line-height: 1.1;
  font-weight: normal;
}
.technique-text p {
  color: #666666;
  font-size: 0.18rem;
}
.technique-list {
  margin-top: 0.54rem;
  margin-bottom: 0.54rem;
  display: flex;
  gap: 0.1rem;
}
.technique-list li {
  width: 0.6rem;
  cursor: pointer;
}
.technique-list li.active figure,
.technique-list li:hover figure {
  border-color: #912928;
  background: #fff;
}
.technique-list li.active figure img,
.technique-list li:hover figure img {
  transform: translateY(-0.14rem);
  max-height: 0.52rem;
}
.technique-list li figure {
  box-sizing: border-box;
  padding: 0.06rem;
  height: 0.6rem;
  border: 2px solid #f4f4f4;
  background: #f4f4f4;
  border-radius: 0.1rem;
  text-align: center;
  transition: 0.4s;
}
.technique-list li figure img {
  max-height: 100%;
  margin: auto;
  max-width: 100%;
  transition: 0.4s;
}
.technique-tab {
  position: relative;
  width: 50.06%;
}
.technique-bgs {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 50%;
}
.technique-bgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technique-bgs:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
  content: "";
  width: 100%;
  height: 60%;
  background: url(../images/techniquebg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.technique-imgs {
  position: absolute;
  left: -0.59rem;
  top: 50%;
  transform: translateY(-50%);
  height: 72.6%;
  width: 51.4%;
  z-index: 4;
}
.technique-imgs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.technique-imgs li.swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
}
.technique-imgs li img {
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.technique-dist {
  position: absolute;
  right: 8.75%;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
}
.technique-di {
  line-height: 1;
}
.technique-di img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes rund {
  0% {
    transform: rotate(0);
  }
  99.99% {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0);
  }
}
.classify-item {
  position: absolute;
  display: flex;
  align-items: center;
  margin-right: -0.55rem;
  z-index: 3;
  cursor: pointer;
}
.classify-item:nth-child(1) {
  top: 36%;
  margin-top: -0.55rem;
  right: 2.4%;
}
.classify-item:nth-child(2) {
  bottom: 35%;
  margin-top: auto;
  margin-bottom: -0.55rem;
  right: 2.4%;
}
.classify-item.active figure {
  background: #912928;
}
.classify-item.active strong {
  color: #912928;
}
.classify-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #f0c797;
  transition: 0.4s;
}
.classify-item figure img {
  max-width: 80%;
  max-height: 0.42rem;
}
.classify-item strong {
  position: absolute;
  left: 100%;
  top: 50%;
  padding-left: 0.16rem;
  transform: translateY(-50%);
  white-space: nowrap;
  color: #f0c797;
  font-size: 0.2rem;
  transition: 0.35s;
}
.craftsmanship {
  padding: 2.3rem 0 1.8rem;
  position: relative;
  z-index: 3;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  background: #fff;
  margin-bottom: -0.6rem;
}
.craftsmanship-imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 87.812%;
}
.craftsmanship-imgs img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.craftsmanship-info {
  margin-bottom: 0.86rem;
  text-align: center;
}
.craftsmanship-text {
  padding: 0 1rem;
  margin-top: 0.32rem;
  color: #666666;
  font-size: 0.22rem;
}
.workmanship__wrap {
  position: relative;
}
.work-slide.swiper-slide-active figure img {
  transform: scale(1);
  transition: 3s;
}
.work-slide figure {
  position: relative;
  display: block;
  padding-bottom: 44.52%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.44rem;
}
.work-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-slide figure img {
  transition: 1s;
  transform: scale(1.1);
}
.work__list {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.work__list li {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.work__list li:last-child {
  border-right: none;
}
.work__list li.active,
.work__list li:hover {
  flex: 1.8;
}
.work__list li.active .work__info,
.work__list li:hover .work__info {
  transform: translateY(-0.5rem);
}
.work__list li a {
  display: flex;
  align-items: flex-end;
  padding: 0 0.3rem 0.78rem 0.6rem;
  box-sizing: border-box;
  height: 100%;
}
.work__info {
  height: auto;
  transition: 0.4s;
}
.work__info b {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  font-size: 0.4rem;
}
.work__info strong {
  display: block;
  line-height: 1.1;
  margin-top: 0.3rem;
  margin-bottom: 0.38rem;
  font-size: 0.3rem;
  color: #fff;
}
.work__info p {
  color: #fff;
  font-size: 0.22rem;
  line-height: 1.8;
}
.work__fix {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: 0.4rem;
  bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.work__fix strong {
  display: block;
  font-size: 0.42rem;
  line-height: 0.5rem;
  font-weight: normal;
}
.work__fix p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.footer {
  padding: 1rem 0 0.68rem;
  position: relative;
  z-index: 3;
  background-color: #5c261d;
  border-radius: 0.6rem 0.6rem 0 0;
  overflow: hidden;
}
.footer:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/footer.png) center no-repeat;
  background-size: cover;
  opacity: 0.11;
  mix-blend-mode: soft-light;
}
.footer-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer-title .common-title strong {
  color: #fff;
  font-size: 0.4rem;
  font-family: "OPPOSans-B";
}
.footer-logo {
  margin-bottom: 0.34rem;
  display: block;
  line-height: 1;
}
.footer-logo img {
  display: inline-block;
  width: auto;
  height: 0.55rem;
}
.footer-address {
  margin-top: 1rem;
}
.footer-address span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.14rem;
  height: 0.31rem;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.11);
}
.footer-address b {
  display: block;
  margin-top: 0.22rem;
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1;
  font-family: "OPPOSans-B";
  font-weight: normal;
}
.footer-address p {
  color: #fbfaf8;
  font-size: 0.16rem;
  opacity: 0.5;
  line-height: 1.88;
}
.footer-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-navs-item {
  display: block;
  margin-bottom: 0.46rem;
}
.footer-navs-item:last-child {
  margin-bottom: 0;
}
.footer-navs-item dt {
  display: flex;
}
.footer-navs-item dt a {
  margin-right: 0.3rem;
  position: relative;
  z-index: 2;
  display: inline-flex;
  color: #fff;
  line-height: 1.2;
  font-size: 0.16rem;
  font-weight: bold;
}
.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 dt a:last-child {
  margin-right: 0;
}
.footer-navs-item dd {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.16rem;
}
.footer-navs-item dd a {
  display: inline-block;
  margin-right: 0.25rem;
  color: #fbfaf8;
  font-size: 0.16rem;
  opacity: 0.3;
}
.footer-navs-item dd a:hover {
  opacity: 1;
}
.share {
  display: flex;
  justify-content: flex-end;
}
.share li {
  margin-right: 0.2rem;
  position: relative;
}
.share li:last-child {
  margin-right: 0;
}
.share li:hover a {
  background: #f0c797;
}
.share li:hover .eq-box {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.share li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.18rem;
  background: rgba(240, 199, 151, 0.2);
}
.copy {
  margin-top: 0.2rem;
  font-size: 0.16rem;
}
.copy p {
  color: rgba(251, 250, 248, 0.4);
}
.copy a {
  display: inline-block;
  margin-left: 0.18rem;
}
.copy a:hover {
  color: #fbfaf8;
}
.eq-box {
  position: absolute;
  left: 50%;
  margin-left: -0.54rem;
  bottom: 100%;
  padding-bottom: 0.1rem;
  width: 1.08rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.22rem);
  pointer-events: none;
  transition: 0.4s;
}
.eq-box figure {
  line-height: 1;
  padding: 0.04rem;
  border-radius: 0.12rem;
  background: #f0c797;
}
.eq-box figure img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
}
.scroll-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  text-align: center;
  cursor: pointer;
}
.scroll-top:hover span {
  line-height: 0.36rem;
  font-weight: bold;
}
.scroll-top span {
  display: block;
  margin: auto;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border-radius: 50%;
  background: #f0c797;
  color: #912928;
  font-size: 0.18rem;
  transition: 0.3s;
}
.scroll-top p {
  padding-top: 0.1rem;
  line-height: 1;
  color: #f0c797;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
  text-transform: uppercase;
}
.common-title.article-block strong > div > div > div {
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  transform: translate(30px, 0px) rotateY(90deg);
  transform-style: preserve-3d;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.common-title.article-block strong > div > div > div:nth-child(1) {
  transition-delay: 0.025s;
}
.common-title.article-block strong > div > div > div:nth-child(2) {
  transition-delay: 0.05s;
}
.common-title.article-block strong > div > div > div:nth-child(3) {
  transition-delay: 0.075s;
}
.common-title.article-block strong > div > div > div:nth-child(4) {
  transition-delay: 0.1s;
}
.common-title.article-block strong > div > div > div:nth-child(5) {
  transition-delay: 0.125s;
}
.common-title.article-block strong > div > div > div:nth-child(6) {
  transition-delay: 0.15s;
}
.common-title.article-block strong > div > div > div:nth-child(7) {
  transition-delay: 0.175s;
}
.common-title.article-block strong > div > div > div:nth-child(8) {
  transition-delay: 0.2s;
}
.common-title.article-block strong > div > div > div:nth-child(9) {
  transition-delay: 0.225s;
}
.common-title.article-block strong > div > div > div:nth-child(10) {
  transition-delay: 0.25s;
}
.common-title.article-block strong > div > div > div:nth-child(11) {
  transition-delay: 0.275s;
}
.common-title.article-block strong > div > div > div:nth-child(12) {
  transition-delay: 0.3s;
}
.common-title.article-block strong > div > div > div:nth-child(13) {
  transition-delay: 0.325s;
}
.common-title.article-block strong > div > div > div:nth-child(14) {
  transition-delay: 0.35s;
}
.common-title.article-block strong > div > div > div:nth-child(15) {
  transition-delay: 0.375s;
}
.common-title.article-block strong > div > div > div:nth-child(16) {
  transition-delay: 0.4s;
}
.common-title.article-block strong > div > div > div:nth-child(17) {
  transition-delay: 0.425s;
}
.common-title.article-block strong > div > div > div:nth-child(18) {
  transition-delay: 0.45s;
}
.common-title.article-block strong > div > div > div:nth-child(19) {
  transition-delay: 0.475s;
}
.common-title.article-block strong > div > div > div:nth-child(20) {
  transition-delay: 0.5s;
}
.common-title.article-block strong > div > div > div:nth-child(21) {
  transition-delay: 0.525s;
}
.common-title.article-block strong > div > div > div:nth-child(22) {
  transition-delay: 0.55s;
}
.common-title.article-block strong > div > div > div:nth-child(23) {
  transition-delay: 0.575s;
}
.common-title.article-block strong > div > div > div:nth-child(24) {
  transition-delay: 0.6s;
}
.common-title.article-block strong > div > div > div:nth-child(25) {
  transition-delay: 0.625s;
}
.common-title.article-block strong > div > div > div:nth-child(26) {
  transition-delay: 0.65s;
}
.common-title.article-block strong > div > div > div:nth-child(27) {
  transition-delay: 0.675s;
}
.common-title.article-block strong > div > div > div:nth-child(28) {
  transition-delay: 0.7s;
}
.common-title.article-block strong > div > div > div:nth-child(29) {
  transition-delay: 0.725s;
}
.common-title.article-block strong > div > div > div:nth-child(30) {
  transition-delay: 0.75s;
}
.common-title.article-block strong > div > div > div:nth-child(31) {
  transition-delay: 0.775s;
}
.common-title.article-block strong > div > div > div:nth-child(32) {
  transition-delay: 0.8s;
}
.common-title.article-block strong > div > div > div:nth-child(33) {
  transition-delay: 0.825s;
}
.common-title.article-block strong > div > div > div:nth-child(34) {
  transition-delay: 0.85s;
}
.common-title.article-block strong > div > div > div:nth-child(35) {
  transition-delay: 0.875s;
}
.common-title.article-block strong > div > div > div:nth-child(36) {
  transition-delay: 0.9s;
}
.common-title.article-block strong > div > div > div:nth-child(37) {
  transition-delay: 0.925s;
}
.common-title.article-block strong > div > div > div:nth-child(38) {
  transition-delay: 0.95s;
}
.common-title.article-block strong > div > div > div:nth-child(39) {
  transition-delay: 0.975s;
}
.common-title.article-block strong > div > div > div:nth-child(40) {
  transition-delay: 1s;
}
.common-title.article-block strong > div > div > div:nth-child(41) {
  transition-delay: 1.025s;
}
.common-title.article-block strong > div > div > div:nth-child(42) {
  transition-delay: 1.05s;
}
.common-title.article-block strong > div > div > div:nth-child(43) {
  transition-delay: 1.075s;
}
.common-title.article-block strong > div > div > div:nth-child(44) {
  transition-delay: 1.1s;
}
.common-title.article-block strong > div > div > div:nth-child(45) {
  transition-delay: 1.125s;
}
.common-title.article-block strong > div > div > div:nth-child(46) {
  transition-delay: 1.15s;
}
.common-title.article-block strong > div > div > div:nth-child(47) {
  transition-delay: 1.175s;
}
.common-title.article-block strong > div > div > div:nth-child(48) {
  transition-delay: 1.2s;
}
.common-title.article-block strong > div > div > div:nth-child(49) {
  transition-delay: 1.225s;
}
.common-title.article-block strong > div > div > div:nth-child(50) {
  transition-delay: 1.25s;
}
.common-title.article-block strong > div > div > div:nth-child(51) {
  transition-delay: 1.275s;
}
.common-title.article-block strong > div > div > div:nth-child(52) {
  transition-delay: 1.3s;
}
.common-title.article-block strong > div > div > div:nth-child(53) {
  transition-delay: 1.325s;
}
.common-title.article-block strong > div > div > div:nth-child(54) {
  transition-delay: 1.35s;
}
.common-title.article-block strong > div > div > div:nth-child(55) {
  transition-delay: 1.375s;
}
.common-title.article-block strong > div > div > div:nth-child(56) {
  transition-delay: 1.4s;
}
.common-title.article-block strong > div > div > div:nth-child(57) {
  transition-delay: 1.425s;
}
.common-title.article-block strong > div > div > div:nth-child(58) {
  transition-delay: 1.45s;
}
.common-title.article-block strong > div > div > div:nth-child(59) {
  transition-delay: 1.475s;
}
.common-title.article-block strong > div > div > div:nth-child(60) {
  transition-delay: 1.5s;
}
.common-title.articleShow strong > div > div > div {
  transform: translate(0px, 0px) rotateY(0deg);
}
.common-icon.article-block {
  transform: scale(0);
  transform-origin: left center;
  transition: 0.5s;
}
.common-icon.article-block:before {
  transform: scale(0);
  transform-origin: left center;
  transition: 0.5s;
}
.common-icon.articleShow {
  transform: scale(1);
}
.common-icon.articleShow:before {
  transform: scale(1);
  transition-delay: 0.2s;
}
.craftsmanship-imgs.article-block img {
  clip-path: inset(0 100% 0 0);
  transition: 3s;
}
.craftsmanship-imgs.articleShow img {
  clip-path: inset(0 0 0 0);
}
.technique-imgs.article-block {
  opacity: 0;
  margin-top: -40px;
  transition: 1s;
}
.technique-imgs.articleShow {
  opacity: 1;
  margin-top: 0;
  transition: 1s 0.2s;
}
.technique-dist.article-block {
  margin-right: -40px;
  opacity: 0;
}
.technique-dist.articleShow {
  margin-right: 0;
  opacity: 1;
  transition: 1s 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;
}
#sineCanvas,
#sineCanvas1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.waves {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15vh;
  min-height: 60px;
  max-height: 100px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.abouts {
  position: relative;
  z-index: 3;
  padding: 1.16rem 0 0;
}
.about-imgs {
  position: absolute;
  left: 0;
  top: 6.9rem;
  width: 100%;
  z-index: -1;
}
.about-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.about-title {
  margin-bottom: 0.5rem;
}
.about-title strong {
  display: block;
  color: #333333;
  font-size: 0.48rem;
  line-height: 1.2;
}
.about-title strong b {
  color: #912928;
}
.about-wrap .about-title {
  text-align: center;
}
.about-word {
  margin-top: 0.2rem;
  color: #333333;
  font-size: 0.32rem;
  line-height: 1.4;
}
.about-text {
  color: #222222;
  font-size: 0.18rem;
  text-align: center;
}
.about-data {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
}
.about-data li {
  margin-right: 1.46rem;
}
.about-data li:last-child {
  margin-right: 0;
}
.about-data li strong {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.about-data li strong b {
  display: inline-block;
  margin-right: 0.04rem;
  font-weight: normal;
  color: #912928;
  font-size: 0.5rem;
}
.about-data li p {
  margin-top: 0.1rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.1;
}
.about-wrap .about-data li {
  margin-right: 0;
}
.brand-box {
  margin-top: 36.1458vw;
}
.brand-arrow {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #912928;
}
.brand-arrow span {
  display: inline-block;
  color: #fff;
  font-size: 0.28rem;
  animation: mouseDonw 1s infinite linear alternate;
}
.brand-text {
  margin-top: 0.84rem;
  text-align: center;
  color: #000000;
  font-size: 0.48rem;
}
.brand-text strong {
  display: block;
  line-height: 1.66;
  font-weight: normal;
}
.brand-list {
  margin-top: 0.86rem;
  display: flex;
  justify-content: space-between;
}
.brand-list li {
  margin-right: 0.4rem;
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
}
.brand-list li.active {
  flex: 2;
}
.brand-list li:last-child {
  margin-right: 0;
}
.brand-list li figure {
  display: block;
  line-height: 1;
  height: 5.9rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.brand-list li figure img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.brand-logo {
  position: absolute;
  right: 0.46rem;
  top: 0.46rem;
  z-index: 3;
  line-height: 1;
}
.brand-logo img {
  width: auto;
  max-width: 1.6rem;
  max-height: 0.76rem;
}
.brand-content {
  position: absolute;
  left: 0.52rem;
  right: 0.52rem;
  bottom: 0.52rem;
  z-index: 3;
}
.brand-content strong {
  display: block;
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 1.5;
}
.brand-hide {
  margin-top: 0.2rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 2;
  max-width: 100%;
  width: 4.1rem;
  display: none;
}
.culture {
  position: relative;
  padding: 1.56rem 0 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.culture-tab {
  display: flex;
  justify-content: space-between;
}
.culture-btn {
  margin: 0;
  margin-top: 0.9rem;
  width: 40.42%;
  height: 5.2rem;
}
.culture-btn-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.culture-btn-item.swiper-slide-active strong {
  color: #222222;
  font-size: 0.48rem;
}
.culture-btn-item.swiper-slide-active strong:before {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.culture-btn-item strong {
  display: inline-block;
  padding-right: 0.7rem;
  cursor: pointer;
  color: #999999;
  font-size: 0.3rem;
  font-weight: normal;
  transition: 0.4s;
}
.culture-btn-item strong:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.14rem;
  content: "";
  border-top: 0.14rem solid transparent;
  border-bottom: 0.14rem solid transparent;
  border-left: 0.18rem solid #912928;
  opacity: 0;
  visibility: hidden;
  margin-right: 0.1rem;
  transition: 0.38s;
}
.culture-line {
  position: relative;
  padding-top: 0.65rem;
}
.culture-line:before {
  position: absolute;
  left: 50%;
  margin-left: -0.32rem;
  top: 0;
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  background: #912928;
  border-radius: 50%;
}
.culture-line:after {
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  top: 0.5rem;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: #f0c797;
  border-radius: 50%;
}
.culture-line .lines {
  margin: auto;
  box-sizing: border-box;
  padding-bottom: 2rem;
  width: 1px;
  height: 8rem;
  background: linear-gradient(to bottom, #aab2bf, rgba(170, 178, 191, 0));
}
.culture-line .lines span {
  display: block;
  width: 100%;
  height: 0%;
  background: #912928;
}
.culture-list {
  position: relative;
  padding-top: 1.26rem;
  width: 40.42%;
}
.culture-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
}
.culture-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.4s;
}
.culture-item strong {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.48rem;
}
.culture-sub {
  color: #333333;
  font-size: 0.32rem;
  white-space: pre;
}
.culture-li {
  margin-top: 0.26rem;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  min-height: 1.66rem;
}
.culture-li li {
  color: #222222;
  font-size: 0.18rem;
  line-height: 2.22;
}
.honor {
  padding: 1.32rem 0 0.8rem;
  background: linear-gradient(to bottom, #fdf8f1, #fff);
}
.honor-swiper {
  overflow: hidden;
}
.honor-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.honor-top .about-title {
  margin-bottom: 0;
}
.honor-btn {
  display: flex;
  align-items: center;
  gap: 0.18rem;
}
.honor-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.18rem;
  background: #912928;
  cursor: pointer;
  transition: 0.38s;
}
.honor-btn span.swiper-button-disabled {
  background: rgba(145, 41, 40, 0.22);
}
.honor-slide {
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4rem 0.3rem 0.28rem;
  padding-right: 0.7rem;
  width: 3.66rem;
  height: 2.66rem;
}
.honor-slide a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.honor-slide:hover:after {
  transform: translateY(-5px);
}
.honor-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/honor.png) center no-repeat;
  background-size: 100% 100%;
}
.honor-slide:after {
  position: absolute;
  right: 0;
  z-index: -2;
  top: 0.18rem;
  content: "";
  width: 1.06rem;
  height: 1.21rem;
  background: url(../images/honor1.png) center no-repeat;
  background-size: cover;
  transition: 0.35s;
}
.honor-slide:hover .honor-in strong {
  color: #912928;
}
.honor-slide .iconfont {
  display: block;
  position: absolute;
  right: 0.12rem;
  top: 0.34rem;
  line-height: 1;
  color: #c09b74;
  font-size: 0.32rem;
}
.honor-slide time {
  display: block;
  font-size: 0.34rem;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(to bottom, #edd1b2, #fae9d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.honor-in strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.1;
  color: #64391a;
  font-size: 0.24rem;
  transition: 0.38s;
}
.honor-in p {
  color: #64391a;
  font-size: 0.16rem;
}
.patent {
  padding: 0.8rem 0 1.9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.patent-info {
  padding-top: 0.1rem;
  width: 48.911%;
}
.patent-info .about-data {
  flex: 1;
  justify-content: flex-start;
}
.patent-text {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.patent-in {
  margin-top: 0.85rem;
  color: #999999;
  font-size: 0.16rem;
}
.patent-swiper {
  margin-right: -0.22rem;
  padding: 0.22rem;
  width: 42.314%;
}
.patent-slide {
  box-sizing: border-box;
  height: auto;
  width: 57.35%;
  box-shadow: 0 0 0.22rem rgba(187, 187, 187, 0.4);
  background: #fff;
  border-radius: 0.2rem;
  opacity: 0;
  transition: opacity 0.4s;
}
.patent-slide.patent-slide-visible {
  opacity: 1;
}
.patent-slide figure {
  display: block;
  line-height: 1;
  padding: 0.32rem;
}
.patent-slide figure img {
  width: 100%;
  height: auto;
}
.banner-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.86rem;
  z-index: 3;
  text-align: center;
}
.banner-arrow p {
  line-height: 1;
  margin-bottom: 0.24rem;
  color: #fff;
  font-size: 0.16rem;
}
.banner-arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 0.56rem;
  height: 0.56rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
.banner-arrow span i {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-size: 0.14rem;
  animation: mouseDonw 1s infinite linear alternate;
}
.news-top {
  padding: 1.3rem 0 1.16rem;
  display: flex;
  justify-content: space-between;
}
.news-cooperate {
  position: relative;
  width: 46.64%;
}
.news-cooperate-imgs {
  position: relative;
}
.news-cooperate-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.66%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.news-cooperate-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-cooperate-imgs figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(144, 41, 39, 0) 0%, rgba(144, 41, 39, 0) 40%, rgba(144, 41, 39, 0.8) 100%);
}
.news-cooperate-imgs time {
  display: flex;
  align-items: center;
  padding: 0 0.1rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  height: 0.32rem;
  background: #912928;
  border-radius: 0.16rem;
  color: #fff;
  font-size: 0.18rem;
}
.news-cooperate-imgs strong {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 0 0.3rem 0.24rem;
  width: 100%;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.5;
}
.cooperate-inner {
  padding: 0.26rem 0.3rem 0;
  color: #333333;
  font-size: 0.16rem;
  line-height: 1.875;
}
.cooperate-inner p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list {
  width: 48.5%;
}
.news-list li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.news-list li:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 1px;
  background: #912928;
  transition: 0.45s;
}
.news-list li:first-child a {
  padding-top: 0;
}
.news-list li:last-child {
  border-bottom: none;
}
.news-list li:last-child:before {
  display: none;
}
.news-list li:last-child a {
  padding-bottom: 0;
}
.news-list li:hover:before {
  width: 1.3rem;
}
.news-list li:hover .news-time {
  background: #912928 url(../images/tuan.png) center no-repeat;
  background-size: cover;
}
.news-list li:hover .news-time b,
.news-list li:hover .news-time time {
  color: #fff;
}
.news-list li:hover .news-content strong {
  color: #912928;
}
.news-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.news-time {
  padding: 0.32rem 0 0.28rem;
  width: 1.3rem;
  border-radius: 0.08rem;
  background: #fcf4ea;
  text-align: center;
  transition: 0.38s;
}
.news-time b {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
  transition: 0.35s;
}
.news-time time {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  font-family: "OPPOSans-R";
  transition: 0.35s;
}
.news-content {
  flex: 1;
  margin-left: 0.26rem;
  width: 0;
}
.news-content strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.38s;
}
.news-content p {
  color: #999999;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-bgs {
  position: relative;
  z-index: 2;
  padding: 1.2rem 0 0.94rem;
}
.news-bgs:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 5.16rem;
  background: linear-gradient(to bottom, #faeedf, #fff);
}
.news-li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.68rem 0.5rem;
}
.news-li li a {
  box-sizing: border-box;
  padding: 0.54rem 0.32rem 0.38rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem;
}
.news-li li a:hover {
  background: #912928 url(../images/newsbg.png) left top repeat;
}
.news-li li a:hover figure img {
  transform: scale(1.06);
}
.news-li li a:hover .news-infos time {
  background: #fff;
  color: #912928;
}
.news-li li a:hover .news-infos strong,
.news-li li a:hover .news-infos p {
  color: #fff;
}
.news-li li a figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.news-li li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-li li a figure img {
  transition: 0.68s;
}
.news-infos {
  margin-bottom: 0.3rem;
}
.news-infos time {
  display: inline-flex;
  align-items: center;
  padding: 0 0.1rem;
  height: 0.28rem;
  background: #912928;
  border-radius: 0.14rem;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.35s;
}
.news-infos strong {
  display: block;
  margin-top: 0.16rem;
  margin-bottom: 0.22rem;
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.35s;
}
.news-infos p {
  color: #333333;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.35s;
}
.page-list {
  margin-top: 0.7rem;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages li {
  margin-right: 0.1rem;
}
.pages li:first-child a,
.pages li:last-child a {
  padding: 0 0.24rem;
}
.pages li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 0.4rem;
  min-width: 0.4rem;
  border-radius: 0.2rem;
  background: #f9f9f9;
  color: #333333;
  font-size: 0.16rem;
}
.pages li a:hover,
.pages li a.active {
  background: #912928;
  color: #fff;
}
.pages li a.iconfont {
  font-size: 0.12rem;
}
.strip {
  display: flex;
  align-items: center;
}
.strip .btn {
  display: block;
  margin-left: 0.15rem;
  width: 0.58rem;
  height: 0.38rem;
  background: #912928;
  outline: none;
  border: none;
  border-radius: 0.08rem;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
}
.strip-select {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.14rem;
}
.strip-select .text {
  text-align: center;
  padding: 0;
  margin: 0 0.08rem;
  width: 0.36rem;
  height: 0.36rem;
  border: 1px solid #dddddd;
  border-radius: 0.08rem;
  line-height: 0.36rem;
  color: #666666;
  font-size: 0.14rem;
  outline: none;
  transition: 0.3s;
}
.strip-select .text:focus {
  border-color: #912928;
}
.total {
  margin-left: 0.12rem;
  margin-right: 0.14rem;
  color: #666666;
  font-size: 0.14rem;
}
.news-view {
  padding: 1.5rem 0 1.3rem;
  margin-bottom: -0.6rem;
  position: relative;
  z-index: 3;
  background: #f6f6f6;
}
.news-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5.8rem;
  z-index: -1;
  background: #912928 url(../images/newsbg.png) repeat;
}
.news-view-wrap {
  display: flex;
  align-items: flex-start;
  margin: auto;
  width: 12rem;
}
.news-scroll {
  position: sticky;
  left: 0;
  top: 0.64rem;
  transform: translateX(-0.92rem);
  text-align: center;
}
.news-share {
  padding: 0.3rem 0;
  background: #fff;
  text-align: center;
  width: 0.66rem;
  border-radius: 0.33rem;
}
.news-share li {
  margin-bottom: 0.32rem;
}
.news-share li:last-child {
  margin-bottom: 0;
}
.news-share li a {
  padding: 0;
  display: block;
  color: #912928;
  line-height: 1.3;
  font-size: 0.14rem;
  height: auto;
  margin: auto;
  float: none;
  background: none;
}
.news-share li a:hover {
  color: #f0c797;
}
.news-share li a:hover b {
  color: #f0c797;
}
.news-share li b {
  display: block;
  margin-bottom: 0.05rem;
  line-height: 1;
  color: #912928;
  font-size: 0.18rem;
  font-weight: normal;
}
.scroll-back {
  display: inline-block;
  margin: auto;
  margin-top: -0.11rem;
}
.scroll-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #f0c797;
  color: #912928;
  font-size: 0.27rem;
}
.scroll-back a:hover {
  background: #912928;
  color: #fff;
}
.news-contents {
  margin-left: -0.66rem;
  width: 100%;
}
.posites {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.38rem;
}
.posites a,
.posites b {
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
  opacity: 0.5;
  font-size: 0.16rem;
}
.posites a:hover {
  opacity: 1;
}
.posites a i {
  margin-right: 0.1rem;
  display: inline-block;
  font-style: normal;
}
.posites b {
  margin: 0 0.06rem;
}
.posites1 a,
.posites1 b {
  opacity: 1;
}
.posites1 a:hover {
  color: #912928 !important;
}
.news-v {
  padding: 0.54rem 0.52rem 0.56rem;
  background: #fff;
  border-radius: 0.2rem;
}
.news-v-title {
  padding-bottom: 0.34rem;
  border-bottom: 1px solid #ececec;
}
.news-v-title .news-v-tt {
  display: block;
  color: #333333;
  font-size: 0.36rem;
  line-height: 1.4;
  font-weight: normal;
}
.news-v-title p {
  margin-top: 0.36rem;
  gap: 0 0.2rem;
  display: flex;
  align-items: center;
}
.news-v-title p span {
  display: inline-block;
  color: #333333;
  font-size: 0.16rem;
}
.news-v-info {
  padding-top: 0.38rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.news-v-info img {
  width: auto;
  max-width: 100%;
}
.news-v-info a {
  text-decoration: underline;
  color: #912928;
}
.news-v-info ol,
.news-v-info ul {
  margin-left: 0.25rem;
  list-style: revert;
}
.prev-page {
  margin-top: 0.4rem;
}
.prev-page-item {
  margin-bottom: 0.24rem;
}
.prev-page-item:last-child {
  margin-bottom: 0;
}
.prev-page-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.26rem 0 0.22rem;
  height: 0.76rem;
  background: #fff;
  border-radius: 0.1rem;
}
.prev-page-item a:hover p {
  color: #912928;
}
.prev-page-item a:hover b {
  background: #912928;
  color: #fff;
}
.prev-page-item a p {
  margin-right: 0.2rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.4;
  transition: 0.38s;
  width: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prev-page-item a b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ececec;
  color: #912928;
  font-size: 0.17rem;
  transition: 0.4s;
}
.seasoning {
  padding: 0.7rem 0 1.2rem;
  position: relative;
  z-index: 3;
}
.seasoning-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0.7rem;
  gap: 0 0.18rem;
}
.seasoning-btn span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.4rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  background: #f0c797;
  color: #896944;
  font-size: 0.18rem;
  transition: 0.38s;
  cursor: pointer;
}
.seasoning-btn span:hover,
.seasoning-btn span.active {
  background: #912928;
  color: #fff;
  font-weight: bold;
}
.seasoning-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.seasoning-imgs {
  width: 46.64%;
}
.seasoning-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.3rem;
}
.seasoning-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seasoning-info {
  padding-right: 0.26rem;
  padding-top: 0.2rem;
  width: 46.01%;
}
.seasoning-info strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.48rem;
  font-weight: normal;
}
.seasoning-text {
  margin-top: 0.3rem;
}
.seasoning-text p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 2.22;
  white-space: break-spaces;
}
.product-boxs {
  padding: 0.82rem 0 1.6rem;
  background: #f9f9f9;
  margin-bottom: -0.6rem;
}
.product-class {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 0.8rem;
}
.product-class li:hover a b img.show,
.product-class li.active a b img.show {
  opacity: 0;
}
.product-class li:hover a b img.hide,
.product-class li.active a b img.hide {
  opacity: 1;
}
.product-class li:hover a span,
.product-class li.active a span {
  color: #912928;
}
.product-class li.active a span {
  font-weight: bold;
}
.product-class li a {
  display: flex;
  align-items: center;
}
.product-class li a b {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 0.38rem;
  height: 0.34rem;
}
.product-class li a b img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.38s;
}
.product-class li a b img.hide {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-class li a span {
  display: inline-flex;
  margin-left: 0.15rem;
  color: #333333;
  font-size: 0.24rem;
  transition: 0.38s;
  line-height: 1.2;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 0.5rem;
  margin-top: 1.03rem;
}
.product-list li a {
  position: relative;
  padding: 0.8rem 0.2rem 0.42rem;
  display: block;
  box-sizing: border-box;
  height: 100%;
  background: #fff;
  border-radius: 0.2rem;
}
.product-list li a:hover figure {
  transform: translateY(-0.15rem);
}
.product-list li a:hover .product-in strong {
  color: #912928;
}
.product-list li a figure {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 2.4rem;
  transition: 0.5s;
}
.product-list li a figure img {
  max-height: 100%;
  max-width: 70%;
}
.product-logo {
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  height: 0.42rem;
}
.product-logo img {
  max-height: 100%;
  width: auto;
}
.product-in {
  margin-top: 0.6rem;
}
.product-in strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  text-align: center;
  transition: 0.38s;
}
.product-in p {
  margin: auto;
  max-width: 100%;
  width: 3.5rem;
  color: #afafaf;
  font-size: 0.16rem;
  line-height: 1.5;
}
.product-tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.15rem;
  gap: 0.1rem;
}
.product-tag span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.12rem;
  height: 0.26rem;
  color: #902927;
  border: 1px solid #902927;
  border-radius: 0.15rem;
  font-size: 0.16rem;
}
.product-view {
  position: relative;
  z-index: 3;
  padding: 1.44rem 0;
  overflow: hidden;
}
.product-view:before {
  position: absolute;
  left: -20%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 140%;
  height: 6.1rem;
  background: #fff;
  border-radius: 50% 50% 0 0;
}
.product-bgs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 8.1rem;
  background: #912928 url(../images/newsbg.png) repeat;
}
.product-view-wrap {
  width: 1200px;
}
.product-view-top {
  position: relative;
  margin-top: 0.7rem;
  padding-right: 1.6rem;
}
.product-view-top .product-tts {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
}
.product-view-top .product-tag {
  justify-content: flex-start;
  margin-bottom: 0.3rem;
}
.product-view-top .product-tag span {
  color: #912928;
  border-color: #fff;
  background: #fff;
}
.product-word {
  color: #fff;
  font-size: 0.16rem;
}
.view-logo {
  position: absolute;
  right: 0;
  top: 0.16rem;
}
.view-logo img {
  width: auto;
  max-height: 0.88rem;
  max-width: 2rem;
}
.product-swiper {
  margin-top: 0.8rem;
}
.product-slide {
  margin: auto;
  width: 4.15rem;
}
.product-slide.swiper-slide-active figure,
.product-slide.swiper-slide-prev figure,
.product-slide.swiper-slide-next figure {
  opacity: 1;
}
.product-slide figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.75rem;
  transition: 0.4s;
  opacity: 0;
}
.product-slide figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.common-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.52rem;
}
.common-item a {
  display: flex;
  align-items: center;
}
.common-item a:hover b {
  background: #912928;
}
.common-item a:hover span {
  color: #912928;
}
.common-item a b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #f0c797;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.4s;
}
.common-item a span {
  display: inline-block;
  color: #999999;
  font-size: 0.16rem;
  transition: 0.3s;
}
.common-item:last-child a {
  flex-direction: row-reverse;
}
.common-item:last-child a b {
  margin-left: 0.2rem;
  margin-right: 0;
}
.cooperates {
  margin-bottom: -0.6rem;
  padding: 0.94rem 0 1.8rem;
  background: #f9f9f9;
}
.cooperates .product-list {
  margin-top: 0.48rem;
}
.cooperate-tt {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 0.48rem;
  font-weight: normal;
}
.product-banner {
  position: absolute;
  left: 50%;
  margin-left: -800px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 4;
}
.product-banner img {
  display: inline-block;
  margin-left: -0.35rem;
  width: auto;
  height: 1.84rem;
}
.product-banner strong {
  display: block;
  margin-top: 0.58rem;
  color: #fff;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 1.75;
}
.life-box {
  padding: 1.26rem 0 0.94rem;
}
.life-list {
  padding: 0 0.32rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.05rem 0.96rem;
}
.life-list li:hover figure img {
  transform: scale(1.05);
}
.life-list li:hover strong {
  color: #912928;
}
.life-list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
  border-radius: 0.1rem;
}
.life-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.life-info {
  margin-top: 0.26rem;
}
.life-info strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  transition: 0.4s;
}
.life-info p {
  color: #666666;
  font-size: 0.16rem;
}
.life-view {
  padding: 1.48rem 0 1.22rem;
  background: url(../images/lifeview.jpg) center bottom no-repeat;
  background-size: cover;
}
.life-view-inner .posites a,
.life-view-inner .posites b {
  color: #592f17;
}
.life-view-wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.8rem;
}
.life-view-images {
  width: 54.6%;
}
.life-view-images figure {
  position: relative;
  display: block;
  padding-bottom: 62.528%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.18rem;
}
.life-view-images figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.life-view-right {
  padding-top: 0.15rem;
  width: 39.55%;
}
.life-view-info strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1.1;
  color: #592f17;
  font-size: 0.48rem;
  font-weight: normal;
}
.life-view-info p {
  color: #592f17;
  font-size: 0.18rem;
}
.life-line {
  margin-top: 0.22rem;
}
.life-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}
.life-row span {
  display: inline-block;
  color: #592f17;
  font-size: 0.18rem;
  font-weight: bold;
}
.star {
  margin-left: 0.12rem;
  position: relative;
  width: 1.4rem;
  height: 0.2rem;
  background: url(../images/star1.png) center no-repeat;
  background-size: cover;
}
.star b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/star2.png) left top no-repeat;
  background-size: 1.4rem auto;
  text-indent: 99999px;
  overflow: hidden;
}
.related-products {
  padding-top: 0.26rem;
  border-top: 1px solid #592f17;
}
.related-tt {
  display: block;
  line-height: 1;
  color: #592f17;
  font-size: 0.18rem;
  font-weight: bold;
}
.related-pro-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  gap: 0.1rem;
}
.related-pro-list li {
  position: relative;
  width: 2.18rem;
}
.related-pro-list li a {
  display: block;
  height: 2.18rem;
}
.related-pro-list li a:hover figure img {
  transform: scale(1.06);
}
.related-pro-list li a:hover .related-pop {
  opacity: 1;
  visibility: visible;
}
.related-pro-list li a:hover .related-pop span {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.related-pro-list li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.2rem;
  height: 100%;
}
.related-pro-list li a figure img {
  display: block;
  max-width: 90%;
  max-height: 100%;
  transition: 0.56s;
}
.related-pop {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(240, 199, 151, 0.8);
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.related-pop span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #912928;
  color: #fff;
  font-size: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  transition: 0.5s;
}
.cooking {
  padding: 1.3rem 0 1.14rem;
}
.cooking .about-title strong {
  font-weight: normal;
}
.cooking-item {
  margin-bottom: 0.76rem;
}
.cooking-item:last-child {
  margin-bottom: 0;
}
.cooking-item dt {
  position: relative;
  margin-bottom: 0.36rem;
  line-height: 1.2;
}
.cooking-item dt:before {
  position: absolute;
  left: 2rem;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  background: #f0c797;
}
.cooking-item dt strong {
  display: block;
  color: #912928;
  font-size: 0.28rem;
  font-weight: normal;
}
.step {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem 0.1rem;
}
.step li {
  display: flex;
  align-items: center;
}
.step li b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  background: #f0c797;
  border: 0.05rem solid #912928;
  border-radius: 50%;
  color: #912928;
  font-size: 0.28rem;
}
.step-info {
  margin-left: 0.1rem;
  flex: 1;
  width: 0;
}
.step-info strong {
  display: block;
  line-height: 1.2;
  color: #484848;
  font-size: 0.16rem;
  font-weight: normal;
}
.step-info p {
  color: #999999;
  font-size: 0.16rem;
  line-height: 1.5;
}
.cooking-info {
  color: #484848;
  font-size: 0.16rem;
}
.cooking-info p {
  margin-bottom: 0.2rem;
}
.cooking-info p:last-child {
  margin-bottom: 0;
}
.contact-banner {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.contact-banner strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
}
.contact-banner p {
  color: #fff;
  font-size: 0.24rem;
}
.contact-box {
  padding: 1.1rem 0 1.4rem;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
.contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-info {
  width: 36.875%;
}
.contact-item {
  margin-bottom: 0.52rem;
  display: flex;
  align-items: flex-start;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  color: #912928;
  font-size: 0.16rem;
  background: linear-gradient(to right, #f0c797, #fff);
  font-weight: normal;
}
.contact-text {
  margin-left: 0.14rem;
  flex: 1;
  width: 0;
}
.contact-text p {
  line-height: 0.38rem;
  color: #666666;
  font-size: 0.18rem;
}
.contact-text strong {
  display: block;
  margin-top: 0.05rem;
  color: #222222;
  font-size: 0.18rem;
  line-height: 1.6;
}
.contact-eqs {
  display: flex;
  margin-top: 0.3rem;
}
.eq-item {
  margin-right: 0.44rem;
  width: 1.08rem;
}
.eq-item:last-child {
  margin-right: 0;
}
.eq-item figure {
  display: block;
  border: 0.04rem solid #f0c797;
  border-radius: 0.12rem;
  line-height: 1;
}
.eq-item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
}
.eq-item p {
  margin-top: 0.12rem;
  text-align: center;
  color: #333333;
  font-size: 0.18rem;
}
.contact-map {
  width: 57.21%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.contact-map figure {
  position: relative;
  display: block;
  padding-bottom: 66.3%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.contact-map figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-icos {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 0.94rem;
  transform: translate(-50%, -50%);
}
.contact-icos:before {
  position: absolute;
  left: -0.13rem;
  top: -0.13rem;
  z-index: -1;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: rgba(145, 41, 40, 0.4);
  animation: moveScale 2s ease-in-out infinite alternate;
}
.contact-icos img {
  width: 100%;
  height: auto;
}
@keyframes moveScale {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.mall-box {
  display: flex;
  margin-bottom: -0.6rem;
  background-position: center;
  background-attachment: local;
  background-repeat: no-repeat;
  background-size: cover;
}
.mall-wrap {
  height: 1.54rem;
  transition: 0.45s;
  text-align: center;
}
.mall-item {
  flex: 1;
  height: 9.4rem;
}
.mall-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
.mall-item a:hover:before {
  opacity: 1;
  visibility: visible;
}
.mall-item a:hover .mall-wrap {
  height: 2.3rem;
}
.mall-item a:hover .mall-wrap span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.mall-item a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(144, 41, 39, 0.9) url(../images/newsbg.png) repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.58s;
}
.mall-item a strong {
  display: block;
  margin-top: 0.22rem;
  line-height: 1;
  color: #fff;
  font-size: 0.26rem;
}
.mall-item a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 0.28rem;
  width: 1.44rem;
  height: 0.46rem;
  border: 1px solid #fff;
  border-radius: 0.24rem;
  color: #fff;
  font-size: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.4s;
}
.mall-item a span:hover {
  background: #fff;
  color: #912928;
}
.mall-logo {
  text-align: center;
}
.mall-logo img {
  display: inline-block;
  width: auto;
  height: 1.03rem;
}
.craftsmanshipbgs {
  position: relative;
  z-index: 3;
  padding: 1.8rem 0 1.2rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.craftsmanshipbgs:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/history.png) center top no-repeat;
  background-size: 100% auto;
}
.craftsmanship-top {
  text-align: center;
  margin-bottom: 0.58rem;
}
.craftsmanship-top img {
  display: inline-block;
  width: auto;
  height: 1.25rem;
}
.craftsmanship-top strong {
  display: block;
  margin-top: 0.22rem;
  line-height: 1.458;
  color: #333333;
  font-size: 0.48rem;
}
.history-hide {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.history-bgs {
  position: absolute;
  left: 0;
  top: 1.76rem;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
.history-bgs span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url(../images/histroyline1.png) left top no-repeat;
  background-size: 100vw auto;
  transition: 0.5s;
}
.history-bgs img {
  width: 100%;
  height: auto;
}
.history-wr {
  position: relative;
}
.history-list {
  display: flex;
  align-items: flex-start;
}
.history-list li {
  position: relative;
  margin-left: -11.81%;
  padding-left: 0.35rem;
  box-sizing: border-box;
  width: 23.63%;
  min-height: 2.1rem;
}
.history-list li:hover figure img {
  transform: scale(1.07);
}
.history-list li:hover time {
  color: #cd9145;
}
.history-list li:nth-child(1) {
  margin-top: 0.9rem;
}
.history-list li:nth-child(3) {
  margin-top: 0.5rem;
  height: 2.5rem;
}
.history-list li:nth-child(7) {
  margin-top: 0.36rem;
  height: 2.2rem;
}
.history-list li:first-child {
  margin-left: 0;
}
.history-list li:nth-child(2n+2) {
  padding-top: 0.34rem;
  margin-top: 2.64rem;
}
.history-list li:nth-child(2n+2) .hline:before {
  top: auto;
  bottom: 0;
}
.history-list li:nth-child(2) {
  margin-top: 3.14rem;
}
.history-list li time {
  display: block;
  margin-bottom: 0.1rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: bold;
  transition: 0.35s;
}
.history-list li p {
  color: #333333;
  font-size: 0.16rem;
}
.history-list li figure {
  display: block;
  margin-top: 0.16rem;
  line-height: 1;
  width: 1.32rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.history-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.hline {
  position: absolute;
  left: 0.04rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #cd9145;
}
.hline:before {
  position: absolute;
  left: -0.03rem;
  top: 0;
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background: #cd9145;
  border-radius: 50%;
}
.history-more {
  position: absolute;
  right: 0.24rem;
  top: 44%;
  transform: translateY(-50%);
  z-index: 3;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
}
.history-infos {
  margin: auto;
  margin-top: 0.7rem;
  text-align: center;
  max-width: 90%;
  width: 11.8rem;
}
.history-infos strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 0.28rem;
}
.histroy-text {
  margin-top: 0.22rem;
  color: #333333;
  font-size: 0.2rem;
}
.accessories {
  padding: 1.36rem 5% 4.9rem;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.accessories:before {
  position: absolute;
  left: 50%;
  bottom: 1.34rem;
  content: "";
  width: 1px;
  height: 3rem;
  background: #fff;
}
.accessories .histroy-text {
  margin: auto;
  margin-top: 0.6rem;
  text-align: center;
  max-width: 100%;
  width: 12rem;
  color: #fff;
  line-height: 2.08;
}
.product-title {
  text-align: center;
}
.product-title strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #333333;
  font-size: 0.48rem;
  line-height: 1.1;
}
.product-title p {
  color: #333333;
  font-size: 0.24rem;
}
.product-title-color strong,
.product-title-color p {
  color: #fff;
}
.accessories-list {
  position: relative;
  z-index: 3;
  margin-top: -1.15rem;
}
.accessories-li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.accessories-li li {
  margin-right: 0.3rem;
  position: relative;
  width: 2.97rem;
}
.accessories-li li:nth-child(2n+2) {
  margin-top: 1.46rem;
}
.accessories-li li:last-child {
  margin-right: 0;
}
.accessories-li li:hover figure img {
  transform: scale(1.06);
}
.accessories-li li:hover b {
  transform: rotateY(180deg);
}
.accessories-li li figure {
  position: relative;
  display: block;
  padding-bottom: 182.4%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.accessories-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accessories-li li figure img {
  transition: 0.6s;
}
.accessories-str {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}
.accessories-str b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 1.07rem;
  height: 1.09rem;
  transition: 0.5s;
}
.accessories-str b img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.accessories-str strong {
  display: block;
  margin-top: 0.32rem;
  color: #fff;
  font-size: 0.34rem;
  line-height: 1.1;
  font-weight: normal;
}
.manufacture {
  padding-top: 1.8rem;
}
.manufacture-wrap {
  margin-top: 0.6rem;
  padding: 1.2rem 0 1.26rem;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.manufacture-tab {
  position: relative;
}
.manufacture-slide {
  text-align: center;
}
.manufacture-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.65rem;
}
.manufacture-slide figure img {
  max-height: 100%;
  max-width: 100%;
}
.manufacture-slide strong {
  display: inline-flex;
  margin-top: 0.1rem;
  justify-content: center;
  align-items: center;
  padding: 0 0.1rem;
  box-sizing: border-box;
  min-width: 1.2rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  background: #fff;
  font-weight: normal;
}
.manufacture-prev {
  position: absolute;
  top: 1.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.64rem;
  height: 1.13rem;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  transition: 0.4s;
}
.manufacture-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}
.manufacture-prev.prev {
  left: -0.64rem;
}
.manufacture-prev.next {
  right: -0.64rem;
}
.manufacture-content {
  margin: auto;
  position: relative;
  margin-top: 1.14rem;
  width: 11.74rem;
  max-width: 100%;
}
.manufacture-info {
  position: absolute;
  text-align: center;
  color: #333333;
  font-size: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.38rem);
}
.manufacture-info.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.4s;
}
.advantage-box {
  padding: 1.3rem 0 1.2rem;
}
.advantage-box .histroy-text {
  margin: auto;
  margin-top: 0.48rem;
  margin-bottom: 0.46rem;
  max-width: 100%;
  width: 8.7rem;
  text-align: center;
}
.advantage-box .common-btn {
  display: flex;
  justify-content: center;
}
.advantage-list {
  display: flex;
  justify-content: center;
  margin-top: 0.46rem;
}
.advantage-list li {
  text-align: center;
  margin-right: 2.7rem;
}
.advantage-list li:last-child {
  margin-right: 0;
}
.advantage-list li strong {
  display: block;
  margin-top: 0.14rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.55;
}
.advantage-ico {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 0.68rem;
  height: 0.68rem;
}
.advantage-ico:before,
.advantage-ico:after {
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(144, 41, 39, 0.2);
  border-radius: 50%;
}
.advantage-ico:before {
  left: -0.1rem;
}
.advantage-ico:after {
  right: -0.1rem;
}
.advantage-ico b {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 100%;
  background: #912928;
}
.advantage-ico b img {
  max-width: 90%;
  max-height: 0.3rem;
}
.advantage-wr {
  position: relative;
  margin: auto;
  margin-top: 1.5rem;
  width: 5.34rem;
}
.advantage-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.advantage-item {
  position: absolute;
  z-index: -1;
}
.advantage-item:nth-child(1) {
  right: 50%;
  margin-right: 1.17rem;
  top: -0.08rem;
}
.advantage-item:nth-child(2n+2) {
  left: 50%;
  margin-left: 1.17rem;
  top: -0.08rem;
}
.advantage-item:nth-child(2n+2) .advantage-line {
  background: url(../images/line3.png) center no-repeat;
  background-size: cover;
}
.advantage-item:nth-child(2n+2) strong {
  left: 0;
  right: 0.22rem;
  text-align: right;
}
.advantage-item:nth-child(3) {
  right: 50%;
  margin-right: 2.17rem;
  top: 1rem;
}
.advantage-item:nth-child(4) {
  left: 50%;
  margin-left: 2.17rem;
  top: 1rem;
}
.advantage-item strong {
  display: block;
  position: absolute;
  left: 0.22rem;
  right: 0;
  top: -0.34rem;
  color: #912928;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.advantage-line {
  width: 3.92rem;
  height: 0.68rem;
  background: url(../images/line2.png) center no-repeat;
  background-size: cover;
}
.trademark {
  padding: 1rem 0 0.92rem;
  background: #912928 url(../images/newsbg.png) repeat;
}
.trademark-wrap {
  text-align: center;
}
.trademark-wrap img {
  display: inline-block;
  width: auto;
  height: 1.48rem;
  line-height: 1;
}
.trademark-wrap strong {
  display: block;
  margin-top: 0.24rem;
  color: #fff;
  font-size: 0.22rem;
}
.trademark-list {
  padding: 0.96rem 0 1.45rem;
  margin-bottom: 0.48rem;
  background: #f0f3f4;
}
.trademark-li li {
  margin-bottom: 1rem;
  padding: 0.7rem 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.6rem;
}
.trademark-li li:hover .trademark-imgs figure img {
  transform: scale(1.08);
}
.trademark-li li:hover .trademark-text strong {
  color: #912928;
}
.trademark-li li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.trademark-li li:nth-child(2n+2) .trademark-text {
  margin-right: 0;
  margin-left: 0.18rem;
}
.trademark-li li:last-child {
  margin-bottom: 0;
}
.trademark-imgs {
  width: 36.568%;
}
.trademark-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.3rem;
}
.trademark-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trademark-imgs figure img {
  transition: 0.68s;
}
.trademark-text {
  margin-right: 0.18rem;
  padding-top: 0.24rem;
  width: 44.58%;
}
.trademark-text strong {
  display: block;
  color: #333333;
  font-size: 0.28rem;
  line-height: 1.64;
  font-weight: normal;
  transition: 0.38s;
}
.trademark-text strong b {
  display: block;
}
.trademark-text p {
  margin-top: 0.26rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
}
.mblock {
  height: 0.88rem;
}
.search-box {
  padding: 0.7rem 0 1.26rem;
  margin: auto;
  width: 8.67rem;
  max-width: 90%;
}
.search-top {
  margin-bottom: 0.6rem;
}
.search-top h2 {
  display: block;
  line-height: 1.1;
  color: #000000;
  font-size: 0.36rem;
  font-weight: normal;
  text-align: center;
}
.search-wr {
  margin: auto;
  margin-top: 0.35rem;
  position: relative;
  width: 6rem;
  max-width: 100%;
}
.search-wr .text {
  box-sizing: border-box;
  padding-left: 0.28rem;
  width: 100%;
  height: 0.5rem;
  border: 1px solid #EBEBEB;
  background: #F6F7F8;
  border-radius: 0.05rem;
  outline: none;
  color: #2F2F2F;
  font-size: 0.18rem;
  vertical-align: middle;
  transition: 0.35s;
}
.search-wr .text:focus {
  border-color: #912928;
}
.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  height: 100%;
  border-radius: 0.05rem;
  background: #912928;
  cursor: pointer;
}
.search-btn .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.search-btn i {
  display: inline-block;
  margin-right: 0.06rem;
  color: #fff;
  font-size: 0.18rem;
}
.search-btn span {
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
}
.search-result {
  margin-top: 0.58rem;
  margin-bottom: 0.24rem;
  color: #8E8E8E;
  font-size: 0.18rem;
  line-height: 1.4;
}
.search-list li {
  border-bottom: 1px solid #E8E8E8;
}
.search-list li:first-child {
  border-top: 1px solid #E8E8E8;
}
.search-list li a {
  display: block;
  padding: 0.28rem 0;
}
.search-list li a:hover strong {
  color: #912928;
}
.search-list li a strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.18rem;
  font-weight: normal;
  font-family: "OPPOSans-Medium";
  transition: 0.35s;
}
.search-list li a strong font {
  color: #912928;
}
.search-list li a p {
  color: #8E8E8E;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.search-list li a p font {
  color: #912928;
}
.search-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}
.amap-icon img {
  animation: iconMove 1.5s infinite alternate;
}
@keyframes iconMove {
  0% {
    transform: scale(1);
    opacity: 1;
    transform-origin: center bottom;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.8;
    transform-origin: center bottom;
  }
}
.product-bx {
  padding: 1.05rem 5% 0.88rem;
  background: #902927 url(../images/newsbg.png) repeat;
  text-align: center;
}
.product-bx img {
  max-width: 3.3rem;
  max-height: 1.36rem;
}
.product-bx p {
  margin-top: 0.3rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: normal;
  font-weight: bold;
}
.fancybox-nav span {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../images/ab-arrow-left.png) no-repeat;
}
.fancybox-nav {
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/join-arrow.png) no-repeat;
}
.fancybox-prev {
  left: -70px;
}
.fancybox-next {
  right: -70px;
  background-position: right center;
}
.fancybox-overlay {
  background: url(../images/fancybox_overlay.png);
}
.fancybox-close {
  width: 22px;
  height: 22px;
  top: 7px;
  right: -35px;
  background: url(../images/close.png) no-repeat;
  background-size: cover;
}
.fancybox-nav:hover span {
  background: none;
  opacity: 0.8;
}
.fancybox-opened .fancybox-skin {
  box-shadow: none;
}
.fancybox-skin {
  background: none;
  border-radius: none;
}
.banner-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 0.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  color: #fff;
  transition: 0.35s;
}
.banner-btn:hover {
  transform: scale(1.1);
}
.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;
}
.pop-tel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  display: none;
}
.pop-tel-content {
  position: absolute;
  left: 50%;
  margin-left: -4.17rem;
  top: 50%;
  padding: 1.5rem 0;
  width: 8.34rem;
  background: #fff;
  border-radius: 0.2rem;
  transform: translateY(-50%);
  text-align: center;
}
.pop-tel-content p {
  color: #912928;
  font-size: 0.48rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.pop-tel-content a {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.44rem;
  width: 2.6rem;
  height: 0.65rem;
  border-radius: 0.33rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #004ea2, #1d79dd);
  position: relative;
  z-index: 2;
}
.pop-tel-content a:hover:before {
  opacity: 1;
}
.pop-tel-content a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.33rem;
  background: #912928;
  transition: 0.4s;
  opacity: 0;
}
.pop-tel-content a i {
  display: inline-block;
  margin-right: 0.1rem;
  font-style: normal;
  font-size: 0.2rem;
}
