@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url(../fonts/SourceHanSansCN-Bold.otf);
}

@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url(../fonts/SourceHanSansCN-Medium.otf);
}

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.otf);
}

body {
  font-family: 'SourceHanSansCN-Regular';
}

a {
  display: block;
}

img {
  width: 100%;
  height: 100%;
}

.content {
  margin-top: 1.95rem;
}

.content-box {
  width: 13rem;
  margin: auto;
}

/* Ã§â€°Ë†Ã¥Â¿Æ’ */

body {
  background: #e4e4e4 url(../images/bg-gray.jpg);
  max-width: 1920px;
  margin: auto;
}

html, body, .wrap {
  width: 100%;
  min-height: 100%;
}

/* Ã¥Â¤Â´Ã©Æ’Â¨ */

.top {
  width: 100%;
  background: #e4e4e4 url(../images/bg-gray.jpg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.top.fixed{
  box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
}

.logo {
  width: 100%;
  padding: 0.6rem 0 0.15rem;
  text-align: center;
  transition: 0.4s;
}

.logo a {
  display: inline-block;
}

.logo img {
  width: 2.2rem;
}

.nav {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  /* border-bottom: 1px solid #a8917a; */
}

.nav-box ul {
  padding-left: 1rem;
}

.nav-box ul::before, .nav-box ul::after {
  clear: both;
  /*  Ã¦Â¸â€¦Ã¦ÂµÂ®Ã¥Å Â¨ */
}

.nav-box>ul>li>a {
  font-family: 'SourceHanSansCN-Bold';
}

.nav-box ul li {
  float: left;
  margin: 0 0.45rem;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
}

.nav-box ul .haveChild:hover .pc-menu {
  display: block;
}

.nav-box ul li.nav-active, .nav-box ul li:hover {
  color: #000;
}
.nav-box ul li.nav-active>a, .nav-box ul li:hover>a{
  font-weight: bold;
}

.pc-menu {
  /* background-color: rgba(0, 0, 0, 0.15); */
  background: #d9d9d9;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 9;
  display: none;
}

.pc-menu.li-menu-box::after {
  content: "";
  /* color: rgba(0, 0, 0, 0.15); */
  /* font-size: 0.5rem; */
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  border: .15rem solid transparent;
  /* border-bottom-color: rgba(0, 0, 0, 0.15); */
  border-bottom-color: #d9d9d9;
  transform: translate(-50%, -100%);
}

.pc-menu.produce-menu::after {
  /* left: 45%; */
}

.nav-box .other-menu ul {
  padding: 0.2rem 0;
}

.nav-box .other-menu ul li {
  width: 1.2rem;
  float: none;
  line-height: 1.5;
  border-bottom: 1px solid #3e3e3e;
  text-align: center;
  /* color: #b5b5b6; */
}

.nav-box .other-menu ul li a {
  padding: 0.1rem 0;
}

.nav-box .other-menu ul li:hover, .nav-box .other-menu ul li.li-menu-active {
  /* color: #fff; */
}

.pc-menu.produce-menu {
  min-width: 5.3rem;
  padding: 0.3rem 0;
}

.pc-menu.produce-menu ul {
  overflow: hidden;
  padding: 0.2rem 0 0;
  border-top: 1px solid #3e3e3e;
}

.pc-menu .menu-left, .pc-menu .menu-midden, .pc-menu .menu-right {
  float: left;
  /* color: #b5b5b6; */
  margin: 0 0.3rem;
  line-height: 0.3rem;
}

.nav-box .produce-menu ul li {
  /* color: #9e9e9e; */
  line-height: 0.3rem;
  float: none;
  text-align: left;
  margin: 0;
}

.nav-box .produce-menu ul li:hover {
  /* color: #fff; */
}

/* Ã¦â€°â€¹Ã¦Å“ÂºÃ¥Â¤Â´Ã©Æ’Â¨ */

.mobile-list-iocn {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: none;
}

.moblie-nav {
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, .5); */
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.moblie-nav .moblie-nav-content {
  width: 3.5rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  float: right;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  color: rgba(255, 255, 255, 0.6);
}

.moblie-nav ul li {
  line-height: 0.6rem;
  padding-left: 0.2rem;
}

.moblie-nav>ul>li:first-child {
  margin-top: 0.3rem;
}

.moblie-nav ul li:click {
  /* color: #a8917a; */
}

.mobileChild {
  position: relative;
}

.mobileChild::before {
  content: attr(data-beforeContent);
  position: absolute;
  right: 0.2rem;
  top: 0;
  font-size: 0.24rem;
  font-weight: bold;
}

.mobileChild>a {
  position: relative;
  z-index: 9;
}

.mobile-menu {
  overflow: hidden;
  transition: 1s;
  display: none;
}

.mobile-menu ul li {
  padding-left: 0.5rem;
}

.mobile-menu select {
  padding: 0.1rem 0;
  margin-left: 0.2rem;
  background-color: transparent;
}

/* footer Ã¥Â°Â¾Ã©Æ’Â¨ */

.footer {
  width: 100%;
  padding: 1rem 0 0.5rem;
  /* border-top: 1px solid #877364; */
  background: #fae043;
  /* font-weight: bold;
  font-style: italic; */
  font-family: 'SourceHanSansCN-Bold';
}

.footer-box {
  overflow: hidden;
  padding-left: 1.38rem;
}

.footer ul {
  width: 2.2rem;
  float: left;
  /* color: #a8917a; */
  margin-top: 0.2rem;
}

.footer ul.code-box {
  width: 3rem;
  overflow: hidden;
  margin-top: 0;
}

@media (max-width: 900px) {
  .footer ul.code-box {
      display: flex;
      justify-content: center;
  }
}

.code-box li {
  float: left;
  margin-right: 0.47rem;
  text-align: center;
}

.code-box li img {
  width: 0.98rem;
  height: 0.98rem;
}

.footer ul li {
  padding-bottom: 0.1rem;
}

.footer ul li:hover {
  /* color: #fff; */
}

.code-box li p {
  /* color: #b5b5b6; */
  text-align: center;
  padding-top: 0.1rem;
}

/* Ã©Â¦â€“Ã©Â¡Âµstart */

.index-banner .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border: 1px solid #939393;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #939393;
}

.index-floor1 {
  padding: 1.5rem 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 8.59rem;
  box-sizing: border-box;
  /* background: #141414; */
}

.index-floor1-left, .index-floor1-right {
  float: left;
  width: 49%;
  height: 5.18rem;
  position: relative;
}

.index-floor1-right {
  height: 5.18rem;
  background-color: #fae042;
  /* border: 1px solid rgba(154, 131, 114, 0.2); */
}

.floor1-txt {
  width: 4.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.floor1-txt h1 {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 0.28rem;
  color: #000;
  opacity: 1;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}

.floor1-txt p {
  font-size: 0.16rem;
  padding-top: 0.5rem;
  line-height: 0.3rem;
  text-align: justify;
  font-family: 'SourceHanSansCN-Medium';
  color: rgba(0, 0, 0, 0.85);
}

.index-floor2 {
  width: 100%;
  background-image: url(../images/index-floor2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
}

.index-floor3 {
  overflow: hidden;
}

.floor2-logo {
  width: 0.61rem;
  /* height: .52rem; */
  margin: auto;
  padding: 1rem 0 0.5rem;
}

.floor2-txt {
  /* color: #a8917a; */
  padding-bottom: 1rem;
}

.floor2-title {
  font-size: 0.3rem;
  font-weight: bold;
  padding-bottom: 0.17rem;
}

.floor2-eng {
  font-size: 0.1rem;
}

.floor2-down {
  width: 0.19rem;
  /* height: .15rem; */
  margin: auto;
  padding-bottom: 0.5rem;
}

.index-floor5 {
  width: 100%;
  background-image: url(../images/floor5-bg.png);
  background-size: cover;
}

.floor5-img {
  width: 1.7rem;
  /* height: 1.7rem; */
  margin: 0 auto 1.2rem;
  padding-top: 1.6rem;
}

.floor5-txt {
  /* color: #a8917a; */
  font-size: 0.3rem;
  text-align: center;
  padding-bottom: 1.3rem;
}

.floor5-txt-eng {
  font-size: 0.1rem;
}

.floor6-left {
  float: left;
  position: relative;
}

.floor6-right {
  float: right;
}

.index-floor6 ul li {
  overflow: hidden;
}

.index-floor6-txt {
  float: left;
  width: 22%;
  margin-left: 18%;
  margin-top: 2rem;
}

.index-floor6-img {
  width: 60%;
  float: right;
}

.index-floor6 li:nth-of-type(2n) .index-floor6-txt {
  float: right;
  margin-left: 0;
  margin-right: 13%;
  text-align: right;
  width: 27%;
}

.index-floor6 li:nth-of-type(2n) .index-floor6-img {
  float: left;
}

.img-gif {
  display: none;
}

.img-png {
  display: inline-block;
}

.floor6-txt-eng {
  font-size: 0.1rem;
  color: #877364;
  padding-bottom: 0.45rem;
}

.floor6-txt-intro {
  font-size: 0.28rem;
  /* color: #a8917a; */
  padding-bottom: 0.23rem;
}

.floor6-txt-name {
  font-size: 0.18rem;
  /* color: rgba(255, 255, 255, 0.7); */
}

.floor6-knowmore {
  display: inline-block;
  /* color: #a8917a; */
  font-size: 0.16rem;
  padding-top: 1.12rem;
  text-decoration: underline;
}

.index-floor6 {
  /* padding-bottom: 0.5rem; */
  /* background: #141414; */
}

/* .index-floor6 ul li:hover .img-png{

  display: none;

}

.index-floor6 ul li:hover .img-gif{

  display: inline-block;

} */
.mobile-txt {
  display: none;
}

.produce-img-left {
  width: 7.45rem;
}

.produce-img-right {
  width: 7.85rem;
}

.txt-box {
  padding-left: 1.5rem;
  padding-top: 3.2rem;
}

.right-txt-box {
  float: left;
}

/* Ã©Â¦â€“Ã©Â¡Âµend */

/*Ã¨Â®Â¤Ã¨Â¯â€ SOULMAN start*/

.about-content-box {
  width: 11.3rem;
  margin: auto;
}

.about-banner {
  width: 100%;
}

.about-title {
  width: 1.46rem;
  margin: 1rem 0 0.2rem;
}

.floor2-title {
  /* width: 3.1rem; */
  /* height: 0.35rem; */
  margin: 0.5rem auto 0.8rem;
  text-align: center;
  font-family: 'SourceHanSansCN-Medium';
}

.floor2-img {
  width: 86%;
  margin: 0 auto 1rem;
  padding: 0 0.5rem 0.5rem;
}

.floor3-img {
  width: 100%;
  margin-bottom: 1.1rem;
}

.about-floor2 .swiper-pagination-bullet {
  background: #eee;
}

.about-floor3 {
  padding-bottom: 1rem;
}

.floor3-txt {
  text-align: center;
  margin-top: 1.2rem;
  padding: 0 0.2rem;
}

.floor3-txt-title {
  color: #957F6F;
  font-size: 0.25rem;
  padding-bottom: 0.6rem;
  line-height: 0.45rem;
}

.floor3-txt-cons {
  color: #b5b5b6;
  font-size: calc(12px - 0.12rem + 0.15rem);
  line-height: 1.5;
  padding-bottom: 0.8rem;
}

.floor4-txt {
  text-align: center;
  padding: 0 0.2rem 1.5rem;
}

.floor4-txt h3 {
  color: #957F6F;
  font-size: 0.3rem;
  padding: 1.2rem 0 0.86rem;
}

.floor4-txt p {
  color: #b5b5b6;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 0.3rem;
}

.floor3-advantage {
  width: 7.46rem;
  margin: 0 auto 1.5rem;
}

.about-patent {
  padding-bottom: 1.5rem;
}

.patent-title {
  /* color: #957F6F; */
  font-size: 0.25rem;
  text-align: center;
  padding-bottom: 0.8rem;
}

.patent-container .swiper-button-next, .patent-container .swiper-button-prev {
  width: 0.24rem;
  height: 0.25rem;
}

.patent-container .swiper-button-next {
  background-image: url(../images/right-arrow.png);
}

.patent-container .swiper-button-prev {
  background-image: url(../images/left-arrow.png);
}

/*Ã¨Â®Â¤Ã¨Â¯â€ SOULMAN end*/

/*Ã¥â€œÂÃ§â€°Å’Ã¤Â»â€¹Ã§Â»Â start*/

.brand-content {
  width: 12rem;
  margin: auto;
  overflow: hidden;
  padding-top: 0.5rem;
}

.brand-left {
  width: 2.3rem;
  float: left;
  margin-right: 1rem;
}

.brand-left ul li {
  line-height: 0.45rem;
  font-size: 0.16rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.85);
}

.brand-left ul li:hover {
  color: #fff;
}

.brand-left ul li:hover, .brand-left ul li.info-menu-selected {
  color: #000;
}

.brand-left ul li.brand-left-title {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.2rem;
}

.brand-right {
  width: 8.6rem;
  float: left;
  color: rgba(0, 0, 0, 0.85);
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.brand-right-top {
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.45rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
}

.brand-right-top p {
  flex: 1;
  padding: 0.1rem 0;
}

.brand-right-top .title a {
  display: inline;
}

.brand-right-top .title a:hover {
  color: #000;
}

.brand-right-top span {
  padding: 0.1rem 0;
}

.brand-txt {
  width: 100%;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.brand-right-bottom {
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 1.2rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.brand-right-bottom img {
  width: 0.22rem;
  height: 0.22rem;
  opacity: .85;
}

.brand-right-bottom a {
  float: right;
}

.brand-right-bottom a:hover {
  color: #000;
}

.brand-right-bottom .time {
  display: none;
}

.page {
  width: 100%;
  position: relative;
  padding-bottom: 0.8rem;
  text-align: center;
}

.page ul {
  overflow: hidden;
  display: inline-block;
}

.page ul li {
  min-width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  float: left;
  text-align: center;
  color: #2C2C2C;
  font-size: calc(12px - 0.12rem + 0.12rem);
  background-color: #b5b5b6;
  margin-right: 0.08rem;
  padding: 1px;
}

.page ul li:hover {
  background-color: #fae043;
  color: #fff;
}

.bd-title {
  text-align: center;
}

.bd-title p {
  font-size: 0.25rem;
  /* color: rgba(255, 255, 255, 0.7); */
  display: inline-block;
  padding-bottom: 0.1rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.bd-cons {
  padding-bottom: 0.5rem;
}

.bd-cons p {
  /* color: rgba(255, 255, 255, 0.7); */
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
  padding: 0.1rem 0;
}

.bd-cons img {
  max-width: 100%;
  height: auto !important;
}

.bd-page ul li {
  color: rgba(0, 0, 0, 0.85);
  font-size: calc(12px - 0.12rem + 0.16rem);
  padding-bottom: 0.2rem;
}

.bd-page ul li:hover {
  color: #000;
}

.back-list {
  padding-top: 0.4rem;
}

/*Ã¥â€œÂÃ§â€°Å’Ã¤Â»â€¹Ã§Â»Â end*/

/* Ã¥â€œÂÃ§â€°Å’Ã¨Â§â€ Ã©Â¢â€˜ start */

.bv-banner {
  width: 100%;
  position: relative;
}

.bv-banner .brand_title {
  position: absolute;
  left: 0;
  top: 1.3rem;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.bv-banner .brand_title img {
  width: auto;
  display: inline-block;
}

.bv-banner .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  transform: none;
}

.bv-banner .play img {
  width: 0.6rem;
  height: auto;
  display: inline-block;
  margin-top: 30%;
}

.bv-banner .play:hover {
  background: rgba(0, 0, 0, 0);
}

.play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.pv-cons-item ul li .play {
  width: 0.26rem;
  height: 0.26rem;
}

.index-floor1-left .play {
  width: 0.67rem;
  height: 0.67rem;
}

.video-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.video-box {
  width: 8.34rem;
  height: 6.06rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-box video {
  width: 100%;
  height: 100%;
  background: #000;
}

.close-video {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 20px;
  position: absolute;
  top: -40px;
  right: 0;
  border-radius: 30px;
  text-align: center;
  z-index: 9999;
}

/* Ã¥â€œÂÃ§â€°Å’Ã¨Â§â€ Ã©Â¢â€˜ end */

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¨Â§â€ Ã©Â¢â€˜ start */

.pv-content {
  width: 9.9rem;
  margin: auto;
}

.pv-title {
  width: 1.45rem;
  /* height: .53rem; */
  margin: auto;
  padding: 1.4rem 0 0.8rem;
}
.pv-cons{
  padding-top: 1rem;
}
.pv-cons-item {
  padding: 0 0.45rem;
  margin-bottom: 0.3rem;
}

.pv-cons-item h3 {
  /* color: #a8917a; */
  font-size: calc(12px - 0.12rem + 0.17rem);
  padding-bottom: 0.26rem;
}

.pv-cons-item ul {
  /* color: rgba(255, 255, 255, 0.6); */
  font-size: calc(12px - 0.12rem + 0.14rem);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.pv-cons-item ul li {
  width: 2.56rem;
  float: left;
  text-align: center;
  margin-bottom: 0.45rem;
  padding: 0 0.15rem;
  margin-right: 0.2rem;
}

.pv-cons-item ul li:nth-of-type(3n) {
  margin-right: 0;
}

.pv-cons-img {
  width: 100%;
  height: 2.75rem;
  margin-bottom: 0.14rem;
  overflow: hidden;
  transition: 1s;
  position: relative;
  height: 0;
  padding-top: 107.8%;
}

.pv-cons-img .pv-img {
  transition: 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}

.pv-cons-img:hover .pv-img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);

  /*Ã¥â€¦Â¼Ã¥Â®Â¹-webkit-Ã¥Â¼â€¢Ã¦â€œÅ½Ã¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨*/

  -moz-transform: translate(-50%, -50%) scale(1.1);
}

.play-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
  cursor: pointer;
}

.pv-cons-img:hover .play-mask {
  background-color: rgba(0, 0, 0, 0);
}

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¨Â§â€ Ã©Â¢â€˜ end */

/* Ã©ËœÂ²Ã¤Â¼ÂªÃ¦Å¸Â¥Ã¨Â¯Â¢ start */

.check-content {
  width: 13.9rem; max-width: 100%;
  margin: auto;
}

.check-img {
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}

.check-content p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.16rem;
  text-align: center;
  padding-bottom: 0.3rem;
}

.check-search {
  width: 5.34rem;
  max-width: 90%;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  font-size: 0.17rem;
  margin: 0 auto 0.3rem;
}

.check-search input {
  width: 4.3rem;
  height: 100%;
  float: left;
  color: #333;
  border: 0;
  padding: 0 .1rem;
  box-sizing: border-box;
}

.search-btn {
  width: 0.95rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  float: left;
  text-align: center;
}

/* Ã©ËœÂ²Ã¤Â¼ÂªÃ¦Å¸Â¥Ã¨Â¯Â¢ end */

/* Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬ start */

.contact-content {
  width: 11rem;
  margin: auto;
}

.contact-img {
  width: 100%;
  padding: 0.9rem 0;
}
.contact-img img{
  background: #000;
}

.contact-box {
  margin-bottom: 1rem;
}

.contact-box h3 {
  /* color: #a8917a; */
  font-size: 0.18rem;
  line-height: 0.35rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 0.6rem;
}

.contact-box ul li {
  margin-bottom: 0.4rem;
  /* color: rgba(255, 255, 255, 0.6); */
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.contact-box ul li span {
  vertical-align: middle;
  display: inline-block;
}

.contact-box ul li img {
  width: 20px;
  height: auto;
  margin-right: 0.35rem;
  display: inline-block;
  vertical-align: middle;
}

/* Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬ end */

/*Ã¤ÂºÂ§Ã¥â€œÂÃ¨Â¯Â¦Ã¦Æ’â€¦ start*/

.produce-detail-title {
  /* color: #b5b5b6; */
  font-size: 0.16rem;
  line-height: 0.4rem;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.produce-detail-title a {
  display: inline-block;
}

.produce-detail-title a:hover {
  /* color: #a8917a; */
  color: #000; font-weight: bold;
}

.produce-detail-content {
  width: 8.75rem;
  margin: 0 auto 1rem;
  overflow: hidden;
}

.produce-detail-left {
  width: 4.5rem;
  height: 6rem;
  float: left;
  margin-right: 0.4rem;
}

.produce-detail-left .swiper-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.produce-detail-left .swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.produce-detail-left .gallery-top {
  height: 80%;
}

.produce-detail-left .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 0.1rem 0;
}

.produce-detail-left .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.produce-detail-left .gallery-thumbs .on {
  opacity: 1;
}

.produce-detail-right {
  width: 3.6rem;
  float: left;
  font-size: 0.16rem;
  margin-bottom: 0.3rem;
  text-align: justify;
  word-break: break-all;
}

.produce-detail-right h3 {
  /* color: #a8917a; */
  padding-bottom: 0.2rem;
  font-size: 0.22rem;
}

.produce-detail-right .pd-intro {
  font-size: 0.22rem;
}

.produce-detail-right p {
  /* color: #b5b5b6; */
  line-height: 1.5;
}

.link-box {
  overflow: hidden;
  padding-top: 0.5rem;
}

.link-box img {
  width: 0.3rem;
}
.link-left, .link-right {
  width: 1.75rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 1px solid #ffde48;
}

.link-left {
  /* color: #fff; */
  background-color: #ffde48;
}

.link-left {
  float: left;
}

.link-right {
  float: right;
}

/*Ã¤ÂºÂ§Ã¥â€œÂÃ¨Â¯Â¦Ã¦Æ’â€¦ end*/

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¤Â¸Â­Ã¥Â¿Æ’ start */

.pcen-content {
  overflow: hidden;
  padding-top: 1rem;
}

.pcen-left, .pcen-right {
  float: left;
}

.pcen-left {
  width: 1.9rem;
  color: rgba(0, 0, 0, 0.85);
}

.pcen-left>ul {
  width: 2.2rem;
  position: relative;
}

.pcen-right {
  width: 9rem;
  margin-left: 0.5rem;
}

.pcen-left ul li {
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.pcen-li-title {
  /* color: #b5b5b6; */
  font-size: calc(12px - 0.12rem + 0.16rem);
  vertical-align: middle;
}

.pcen-li-title span {
  vertical-align: middle;
}

.pcen-left-icon {
  width: 0.15rem;
  height: 0.15rem;
  line-height: 0.15rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.1rem;
  margin-top: 3px;
  color: #333;
  font-size: 0.2rem;
  background-color: #b5b5b6;
}

.pcen-li-cons {
  display: none;
  margin-left: 2em;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.pcen-li-cons ul li {
  /* color: rgba(255, 255, 255, 0.6); */
  margin-bottom: 0;
  line-height: 1.5;
}

.pcen-li-cons ul li:hover {
  color: #ffffff;
}

.pcen-li-cons ul li a {
  padding: 8px 0;
}

.pcen-li-cons ul li a:hover {
  color: #000;
}

.pcen-right-title {
  line-height: 0.4rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.17rem;
  margin-bottom: 0.3rem;
}

.pcen-right-title span {
  font-size: 0.14rem;
  /* color: #a8917a; */
}

.pcen-right-ul {
  overflow: hidden;
}

.pcen-right-ul li {
  width: 3.6rem;
  max-width: 365px;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.pcen-right-ul li:hover .pcen-right-txt {
  color: #000;
}

.pcen-right-img {
  width: 100%;
  height: 3.75rem;
  transition: 1s;
  overflow: hidden;
}

.pcen-right-ul li .pcen-right-img img {
  transition: 0.4s;
}

.pcen-right-ul li .pcen-right-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);

  /*Ã¥â€¦Â¼Ã¥Â®Â¹-webkit-Ã¥Â¼â€¢Ã¦â€œÅ½Ã¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨*/

  -moz-transform: scale(1.2);
}

.pcen-right-txt {
  padding-top: 0.2rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.16rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.prt-icon {
  /* background-color: #a8917a; */
  background-color: rgba(0, 0, 0, 0.3);
}

.prt-left {
  float: left;
  flex: 1;
}

a.prt-left {
  display: inline-flex;
}

a.prt-left span {
  flex: 1;
}

.prt-right {
  color: rgba(0, 0, 0, 0.3);
  font-family: 'SourceHanSansCN-Bold';
  float: right;
  border-bottom: 1px solid;
  margin-left: 10px;
}

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¤Â¸Â­Ã¥Â¿Æ’ end */

.step .step_year {
  font-size: calc(12px - 0.12rem + 0.25rem);
  /* color: #a8917a; */
}

.step .step_img {
  margin-top: 0.25rem;
}

.step .step_text {
  margin-top: 0.2rem;
  padding-right: 20%;
}

.step .step_text, .step .step_text p {
  font-size: 14px;
  /* color: #a8917a; */
  line-height: 1.5;
  text-align: justify;
}

.step .step_img2 {
  width: 23px;
  height: 9px;
  margin-top: 0.2rem;
}

.lv3 {
  margin-left: 0.25rem;
  line-height: 1.5;
  display: none;
}

.lv3 a {
  padding: 0.05rem;
  padding-left: 0;
}

.switch:after {
  content: '+';
  padding: 0 0.2rem;
  font-size: calc(10px - 0.1rem + 0.2rem);
}

.switch_wrap {
  display: flex;
  align-items: center;
}

.switch_wrap>a {
  flex: 1;
}

.switch_wrap.on .switch:after {
  content: '-';
}

.more_wrap {
  text-align: center;
}

.more_wrap .more {
  display: inline-block;
  line-height: 3;
  /* color: #a8917a; */
  cursor: pointer;
}

.step .swiper-button-next, .step .swiper-button-prev {
  width: 0.24rem;
  height: 0.25rem;
}

.step .swiper-button-next {
  background-image: url(../images/right-arrow.png);
  right: 0;
}

.step .swiper-button-prev {
  background-image: url(../images/left-arrow.png);
  left: 0;
}

.article {
  width: 90%;
  max-width: 12rem;
  margin: auto;
}

.article_title {
  font-size: calc(12px - 0.12rem + 0.16rem);
  text-align: center;
  line-height: 2;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.article_detail {
  padding: 0.3rem 0;
  line-height: 1.5;
}

.article_detail p {
  background: none !important;
  /* color: rgba(255, 255, 255, 0.7) !important; */
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.article_detail img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.checkResult {
  max-width: 400px;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 1.5rem;
}

.checkResult_cnt {
  text-align: left;
  display: inline-block;
  color: #b5b5b6;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.copy {
  /* color: #a8917a; */
  text-align: center;
  font-size: 12px;
  margin-top: 0.5rem;
}

.copy a {
  margin-left: 10px;
  display: inline;
}

@media (max-width: 900px) {
  .copy a {
      display: block;
      margin-left: 0;
  }
}

.h-kefu {
  width: .19rem;
  min-width: 19px;
  position: absolute;
  right: 10%;
  top: 40%;
}

@media (max-width: 900px) {
  .h-kefu {
      right: auto;
      left: .3rem;
      top: .3rem;
  }
}
