@charset "UTF-8";
.s0 {
  font-size: 0;
}

/* @font-face {
	font-family: "Alibaba-PuHuiTi";
	src: url(../fonts/Alibaba-PuHuiTi-Regular.woff);
}
body {
	font-family: "Alibaba-PuHuiTi";
} */

.bg-color {
  background-color: #f9f9f9;
}

.bg-fff {
  background-color: #fff;
}

.hidden {
  overflow: hidden;
}

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

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.op5 {
  opacity: 0.5;
}

.f-bold {
  font-weight: bold;
}

.w1000 {
  width: 10rem;
  margin: 0 auto;
  max-width: 80%;
}

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

.w1240 {
  width: 12.4rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1280 {
  width: 12.8rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1500 {
  width: 15rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1520 {
  width: 15.2rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1540 {
  width: 15.4rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1560 {
  width: 15.6rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1660 {
  width: 16.6rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1680 {
  width: 16.8rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1720 {
  width: 17.2rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1740 {
  width: 17.4rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1800 {
  width: 18rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1820 {
  width: 18.2rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1840 {
  width: 18.4rem;
  margin: 0 auto;
  max-width: 98%;
}

#bp_container video {
  width: 80%;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}

div.btn {
  outline: none !important;
}

div.sbtn {
  outline: none !important;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.threeCanvas {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}

.my-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.particles1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: 36.4583333333%;
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-banner .cb_text {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0%;
  top: 54.5%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
}
.com-banner .cb_text .cbp1 {
  position: relative;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.12rem;
  font-weight: bold;
	font-size: 0.4rem;
}
.com-banner .cb_text .cbp3 {
  margin-top: 0.41rem;
}
.com-banner .cb_text .cbp4 {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 0 0.1rem 0 0.1rem;
  background-color: #bd9e6d;
  color: #fff;
  margin-top: 0.1rem;
}
.com-banner .cb_text .cpa {
  display: inline-block;
  line-height: 2.875em;
  border-radius: 1rem;
  color: #bd9e6d;
  background-color: #fff;
  padding: 0 0.3rem;
  border-radius: 1rem;
  min-width: 1.7rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner .cb_text .cpa:hover {
  background-color: #ef8339;
  color: #fff;
}
.com-banner .cb_text.cent {
  text-align: center;
}
.com-banner .cb_img2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  max-width: 60%;
}
.com-banner .cb_ti {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8.4rem;
  max-width: 60%;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .down {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #bd9e6d;
  padding: 0.21rem 0.43rem;
  border-radius: 1rem;
  margin-top: 0.4rem;
  transition: all 0.3s;
}
.com-banner .down:hover {
  box-shadow: 0 -2px 0 0 #bd9e6d inset, 0 2px 0.1rem #bd9e6d;
  transform: translateY(-3px);
  transition: all 0.3s;
}
.com-banner .down img {
  margin-right: 0.1rem;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  border-radius: 0.1rem 0.1rem 0 0;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
}
.com-banner .cb_nav a:hover {
  color: #bd9e6d;
}
.com-banner .cb_nav .cb_a {
  flex-grow: 1;
  text-align: center;
  line-height: 0.7rem;
}
.com-banner .cb_nav .cb_a.on {
  background-image: linear-gradient(-90deg, #007ac8 0%, #1daceb 100%);
  color: #fff !important;
}
.com-banner .cb_mask {
  pointer-events: none;
}
.com-banner .cb_mask .cm1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.com-banner .cb_mask .cm1 img {
  width: 100%;
}
.com-banner .cb_mask .cm2 {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -webkit-mask-image: url(../images/icon-m2.png);
          mask-image: url(../images/icon-m2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.com-banner .cb_mask .cm2 img {
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .com-banner {
    background-color: #f9f9f9;
  }
  .com-banner .pro_txt .t3 {
    display: none;
  }
}

.com-banner2 {
  position: relative;
  z-index: 30;
}
.com-banner2 .cb_ban {
  position: relative;
  min-height: 31.25vw;
  display: flex;
  align-items: center;
}
.com-banner2 .cb_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #999;
}
.com-banner2 .cb_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #bd9e6d 0%, rgba(189, 158, 109, 0.3) 70%, rgba(189, 158, 109, 0) 71%, rgba(189, 158, 109, 0) 100%);
  opacity: 0.7;
  z-index: 2;
}
.com-banner2 .cb_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-banner2 .cb_text {
  padding: 0.5rem 0;
  position: relative;
  z-index: 10;
  color: #fff;
}
.com-banner2 .cb_text.cent {
  text-align: center;
}
.com-banner2 .txt {
  width: 7rem;
  max-width: 100%;
}
.com-banner2 .h1 {
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}
.com-banner2 .d2 {
  margin-top: 0.18rem;
  line-height: 1.7777777778;
}
.com-banner2 .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.com-banner2 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 0.5rem;
  color: #bd9e6d;
  background-color: #fff;
  padding: 0 0.35rem;
  min-width: 1.5rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner2 .btn:hover {
  background-color: #bd9e6d;
  color: #fff;
}
.com-banner2 .btn:hover .ic {
  filter: brightness(0) invert(1);
}
.com-banner2 .btn .ic {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.com-banner2 .video video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .com-banner2 {
    background-color: #f9f9f9;
  }
  .com-banner2 .cb_bg {
    padding-top: 31.25%;
  }
  .com-banner2 .cb_text .cbp2 {
    font-size: 14px;
    display: none;
  }
}

.cb-swiper .bg {
  position: relative;
  padding-top: 34.375%;
  overflow: hidden;
  background-color: #999;
}
.cb-swiper .bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cb-swiper .text {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.cb-swiper .text .cbp1 {
  font-weight: 600;
  position: relative;
}
.cb-swiper .text.cent {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .cb-swiper {
    background-color: #f9f9f9;
  }
  .cb-swiper .text .cbp1 {
    font-size: 16px;
  }
  .cb-swiper .text .cbp2 {
    font-size: 14px;
    display: none;
  }
}

.cbn-swiper .csw {
  width: auto;
  margin-right: 0.9rem;
}
.cbn-swiper .csw::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.44rem);
  transform: translateY(-50%);
}
.cbn-swiper .csw:last-child {
  margin-right: 0;
}
.cbn-swiper .csw:last-child::before {
  display: none;
}
.cbn-swiper .csa {
  display: block;
  text-align: center;
  line-height: 0.8rem;
  color: #666;
  position: relative;
}
.cbn-swiper .csa:hover {
  color: #bd9e6d;
}
.cbn-swiper .csa.on {
  color: #bd9e6d;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #bd9e6d;
}
@media screen and (max-width: 768px) {
  .cbn-swiper .csa {
    color: #000;
  }
}

.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  transform: translateY(50%);
}
.cb-bots.has_nav {
  background-color: rgba(0, 0, 0, 0.06);
}
.cb-bots .cb_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  border-radius: 0.1rem;
  padding: 0 0.3rem;
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #bd9e6d;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
.cb-bots .back {
  height: 0.5rem;
  box-shadow: 0 0 0 1px inset #bd9e6d;
  background-color: transparent;
  color: #bd9e6d;
  border-radius: 1rem;
  padding: 0 0.41rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cb-bots .back:hover {
  background-color: #bd9e6d;
  color: #fff;
}
.cb-bots .back:hover .ic {
  background-image: url(../images/icon-2.png);
}
.cb-bots .back .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .cb-bots {
    position: static;
    transform: translate(0);
    background-color: #fff;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.nav-swiper {
  background-color: #bd9e6d;
}
.nav-swiper .nsd {
  width: auto;
  padding: 0 0.1rem;
  line-height: 0.7rem;
  color: #fff;
}
.nav-swiper .nsd.on {
  background-color: #fff;
  color: #2d2f82;
}
.nav-swiper .sp {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nav-swiper .nic {
  width: 1em;
  height: 1em;
  position: relative;
  margin-left: 0.2rem;
}
.nav-swiper .nic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-swiper .nic1 {
  opacity: 1;
}
.nav-swiper .nic2 {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav-swiper {
    max-width: 100%;
  }
  .nav-swiper .nsa {
    line-height: 2.5em;
  }
}

.bn-swiper {
  max-width: 70%;
}
.bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.8rem;
  padding: 0.75em 0;
  white-space: nowrap;
  color: #666;
}
.bn-swiper .bsa:last-child {
  margin-right: 0;
}
.bn-swiper .bsa .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bn-swiper .bsa:hover {
  color: #bd9e6d;
}
.bn-swiper .bsa.on {
  color: #333;
}
.bn-swiper .bsa.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .bn-swiper {
    max-width: 100%;
  }
  .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}

.zone_nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.96rem;
}
.zone_nav .icon {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.zone_nav .icon img {
  height: 1em;
}
.zone_nav .sp1 {
  margin: 0 0.5em;
  position: relative;
}
.zone_nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.zone_nav .z_a.on, .zone_nav .z_a:hover {
  color: #bd9e6d;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .zone_nav {
    width: 100%;
  }
  .zone_nav .sp1 {
    margin: 0 0.5em;
  }
}

.com-breadnav.bgfff {
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #f7f7f7 inset;
}
.com-breadnav.has_bn .bn_box {
  box-shadow: 0 -1px 0px #efefef inset;
}
.com-breadnav .bn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.com-breadnav .page-tit {
  font-weight: 600;
  margin-top: 0.12rem;
}
@media screen and (max-width: 768px) {
  .com-breadnav .bn_box {
    flex-wrap: wrap;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .p_a {
  background-color: #fff;
}
.com-pag.bgfff .p_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .p_a {
  width: 0.56rem;
  height: 0.56rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #999;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
}
.com-pag .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: 33.9285714286% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.com-pag .btn span {
  display: block;
  text-align: center;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 43.75% auto;
}
.com-pag .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .num:hover, .com-pag .num.on {
  color: #fff;
  background-color: #bd9e6d;
  box-shadow: none;
  transition: all 0.3s;
}
.com-pag .prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .prev1 {
  background-image: url(../images/icon-p11.png);
}
.com-pag .prev1:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .next1 {
  background-image: url(../images/icon-p21.png);
}
.com-pag .next1:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
.com-pnav {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.47);
}
.com-pnav .pnav_box {
  display: flex;
}
.com-pnav .pnav_i {
  flex-grow: 1;
  padding: 0.2rem 0;
  text-align: center;
}
.com-pnav .pnav_i:hover {
  color: #bd9e6d;
}
.com-pnav .pnav_i.on {
  background-color: #bd9e6d;
  color: #fff !important;
}

.com-nav .n_box {
  display: flex;
  justify-content: center;
}
.com-nav .cn_a {
  line-height: 1;
  padding: 0.16rem 0.56rem;
  flex-shrink: 0;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.2rem;
}
.com-nav .cn_a:last-child {
  margin-right: 0;
}
.com-nav .cn_a:hover {
  color: #bd9e6d;
}
.com-nav .cn_a.on {
  color: #fff;
  background-color: #bd9e6d;
}
.com-nav .cn_a .sp {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-nav .cn_a {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .com-nav .n_box::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .com-nav .n_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
  }
  .com-nav .n_box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
}

.com-tit.cent {
  text-align: center;
}
.com-tit.cent .ct1 .cline {
  display: none;
}
.com-tit .ct1 {
  position: relative;
}
.com-tit .ct2 {
  margin-top: 0.14rem;
}
.com-tit .ct3 {
  padding: 0 0.95rem;
  line-height: 1.7777777778;
  margin-top: 0.28rem;
}
@media screen and (max-width: 768px) {
  .com-tit .ct3 {
    padding: 0 0.5rem;
  }
}

.com-tt {
  font-weight: 600;
  position: relative;
}
.com-tt.cent {
  text-align: center;
}
.com-tt.fff {
  color: #fff;
}
.com-tt .sp {
  font-size: 1.5em;
  color: #bd9e6d;
}
.com-tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ct-tags {
  display: flex;
}
.ct-tags .ct_ti {
  margin-right: 0.4rem;
}
.ct-tags .cta {
  display: block;
  position: relative;
  padding: 0.5em 0;
  color: #666;
}
.ct-tags .cta:hover {
  color: #333;
}
.ct-tags .cta.on {
  color: #333;
  font-weight: bold;
}
.ct-tags .cta.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.com-sbtns {
  display: flex;
}
.com-sbtns .cs_btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  margin-left: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.9285714286% auto;
  transition: all 0.3s;
  cursor: pointer;
}
.com-sbtns .cs_btn:hover {
  background-color: #bd9e6d;
}
.com-sbtns .prev {
  background-image: url(../images/icon-p11.png);
}
.com-sbtns .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-sbtns .next {
  background-image: url(../images/icon-p21.png);
}
.com-sbtns .next:hover {
  background-image: url(../images/icon-p22.png);
}

.com-tform {
  position: relative;
  width: 3rem;
  min-width: 175px;
}
.com-tform input {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  background-color: #fff;
  border-radius: 1rem;
  border: none;
  padding: 0 0.3rem;
  font-family: unset;
}
.com-tform .sub {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  background-image: url(../images/icon-mag3.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
}

.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.c-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.com-spa {
  position: static;
  display: flex;
  justify-content: center;
}
.com-spa .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  margin: 0 0.1rem;
  background-color: rgba(236, 77, 9, 0.3);
  position: relative;
  opacity: 1;
}
.com-spa .swiper-pagination-bullet-active {
  background-color: #ec4d09;
}
.com-spa .swiper-pagination-bullet-active::before {
  content: "";
  width: 160%;
  height: 160%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(236, 77, 9, 0.2);
}

.imgbg {
  position: relative;
  background-color: #999;
  overflow: hidden;
}

.s-btn {
  border-radius: 50%;
  background-color: #3a3a3a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17.1875% auto;
  outline: none !important;
}
.s-btn::after {
  display: none;
}
.s-btn:hover {
  background-color: #bd9e6d;
}

.md-md {
  position: absolute;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  .md-md {
    top: -70px;
  }
}

.md-head.home {
  height: 0;
}
.md-head.home .head_pc {
  background-color: transparent;
}
.md-head.home .head_pc .logo {
  filter: none;
}
.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md-head.m_show .mob_mask {
  display: block;
}
.md-head.is-fixed .head_pc, .md-head.white .head_pc {
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #dad9d6 inset;
}
.md-head.is-fixed .head_pc::before, .md-head.white .head_pc::before {
  display: none;
}
.md-head.is-fixed .head_pc .logo .pi, .md-head.white .head_pc .logo .pi {
  display: none;
}
.md-head.is-fixed .head_pc .logo .mi, .md-head.white .head_pc .logo .mi {
  display: block;
}
.md-head.is-fixed .head_pc .ul1 .a1, .md-head.white .head_pc .ul1 .a1 {
  color: #333;
}
.md-head.is-fixed .head_pc .h-lang .hd, .md-head.white .head_pc .h-lang .hd {
  filter: none;
}
.md-head.is-fixed .head_pc .h-search, .md-head.white .head_pc .h-search {
  filter: none;
}
.md-head.white {
  height: 1rem;
}
.md-head .mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}
@media screen and (max-width: 768px) {
  .md-head {
    height: 1rem !important;
  }
}

.head_pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
.head_pc::before {
  content: "";
  width: 100%;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0, rgba(0, 0, 0, 0), black);
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .head_pc {
    background-color: #fff !important;
  }
  .head_pc::before {
    display: none;
  }
}

.head_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.head_box .logo {
  flex-shrink: 0;
}
.head_box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head_box .logo img {
  height: 0.39rem;
}
.head_box .logo .mi {
  display: none;
}
.head_box .bd_ul {
  position: absolute;
  top: 95%;
  right: 0;
  min-width: 80px;
  width: 1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 7px 1px rgba(132, 132, 132, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.head_box .bd_ul .bd_li {
  padding: 0 0.06rem;
  transition: all 0.3s;
}
.head_box .bd_ul .bd_li:hover {
  background-color: #e4e4e4;
  transition: all 0.3s;
}
.head_box .bd_ul .bd_a {
  display: block;
  text-align: center;
  padding: 0.13rem 0;
  box-sizing: border-box;
  letter-spacing: 0.03rem;
  transition: all 0.3s;
  line-height: 1;
  border-bottom: 1px solid #e4e4e4;
}
.head_box .hd_le {
  display: flex;
  align-items: center;
}
.head_box .hb_ri {
  display: flex;
  align-items: center;
}
.head_box .h-ul {
  display: flex;
  color: #fff;
  margin-right: 0.24rem;
}
.head_box .h-ul .h_li {
  padding: 0 0.24rem;
  position: relative;
}
.head_box .h-ul .h_li::before {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head_box .h-ul .ha {
  opacity: 0.65;
}
.head_box .ul1 {
  display: flex;
  margin-right: 0.4rem;
}
.head_box .ul1 .li1 {
  position: relative;
  margin-right: 0.56rem;
}
.head_box .ul1 .li1:last-child {
  margin-right: 0;
}
.head_box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head_box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.head_box .ul1 .li1:hover .head-pro {
  display: block;
}
.head_box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.head_box .ul1 .a1:hover::before, .head_box .ul1 .a1.on::before {
  opacity: 1;
}
.head_box .ul1 .pro_li {
  position: static;
}
.head_box .ul1 .pro_li:hover .a1::after {
  content: "";
  transform: translateY(-50%) rotate(180deg);
}
.head_box .ul1 .pro_li .a1 {
  padding-right: 1em;
}
.head_box .ul1 .pro_li .a1::after {
  content: "";
  width: 0.7777777778em;
  height: 0.7777777778em;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.head_box .ul1 .pro_li2:hover .a1::before {
  opacity: 1;
}
.head_box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  max-width: 300%;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  pointer-events: none;
  transition: all 0.3s;
}
.head_box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head_box .ul1 .a2:hover {
  background-color: #bd9e6d;
  transition: all 0.3s;
}
.head_box .h-lang {
  position: relative;
}
.head_box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head_box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
.head_box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.75em;
}
.head_box .h-lang .ar {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head_box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head_box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #fff;
}
.head_box .h-lang .b_a:hover {
  color: #fff;
  background-color: #bd9e6d;
}
.head_box .h-money {
  position: relative;
  margin-left: 0.4rem;
}
.head_box .h-money:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head_box .h-money .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.head_box .h-money .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-money.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-money .sp {
  margin: 0 0.1rem;
}
.head_box .h-money .ar {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-money .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head_box .h-money .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #bd9e6d;
  color: #fff;
}
.head_box .h-money .b_a:hover {
  color: #bd9e6d;
  background-color: #fff;
}
.head_box .langs {
  display: flex;
  align-items: center;
}
.head_box .langs .aa {
  display: inline-flex;
  align-items: center;
}
.head_box .langs .i1 {
  margin-right: 4px;
}
.head_box .langs .line {
  width: 1px;
  height: 1em;
  background-color: #eee;
  margin: 0 0.5em;
}
.head_box .login {
  position: relative;
  margin-left: 0.45rem;
}
.head_box .login.has_login:hover .bd {
  display: block;
}
.head_box .login .hd {
  line-height: 1;
  padding: 0.1rem 0.22rem;
  background-color: #bd9e6d;
  color: #fff;
  border-radius: 0.1rem;
  display: block;
}
.head_box .login .bd {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  padding-top: 0.2rem;
  width: 1rem;
  min-width: 60px;
  display: none;
}
.head_box .login .btn {
  text-align: center;
  background-color: #fff;
  color: #bd9e6d;
  cursor: pointer;
  padding: 0.1rem 0;
}
.head_box .h-user {
  cursor: pointer;
  margin-left: 0.4rem;
}
.head_box .h-user .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-user-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-shop {
  cursor: pointer;
  margin-left: 0.4rem;
}
.head_box .h-shop .hic {
  cursor: pointer;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-shop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-search {
  position: relative;
  cursor: pointer;
  margin-right: 0.44rem;
  filter: brightness(0) invert(1);
}
.head_box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-vr .aa {
  display: block;
  padding: 0 0.24rem;
  line-height: 3;
  border-radius: 1rem;
  background-color: #bd9e6d;
  color: #fff;
  white-space: nowrap;
}
.head_box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.3rem;
}
.head_box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1600px) {
  .head_box .ul1 .li1 {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .head_box {
    height: 1rem;
  }
  .head_box .logo .pi {
    display: none;
  }
  .head_box .logo .mi {
    display: block;
  }
  .head_box .ul1 {
    display: none;
  }
  .head_box .h-user {
    /* filter: brightness(0) invert(1); */
  }
  .head_box .h-shop {
    /* filter: brightness(0) invert(1); */
  }
  .head_box .h-more {
    display: block;
    /* filter: brightness(0) invert(1); */
  }
  .head_box .h-vr {
    display: none;
  }
  .head_box .h-lang .hd{
    filter: none;
  }
}

.head-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background-color: rgba(21, 21, 21, 0.95);
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.head-sub .hs-box1 {
  padding: 0.6rem 0;
}
.head-sub .hs-ablist {
  display: flex;
  justify-content: center;
}
.head-sub .hs-ablist .ha {
  width: 2.78rem;
  text-align: center;
  margin: 0 0.2rem;
  background-color: #2a2a2a;
}
.head-sub .hs-ablist .ha:hover .img img {
  transform: scale(1.1);
}
.head-sub .hs-ablist .img {
  position: relative;
  padding-top: 56.4748201439%;
  overflow: hidden;
}
.head-sub .hs-ablist .te {
  padding: 0.16rem;
  color: #fff;
}
.head-sub .hs-ul1 {
  display: flex;
}
.head-sub .hs-ul1 .hs-li {
  width: 22.5%;
}
.head-sub .hs-ul1 .hs-li1 {
  width: 31.25%;
  margin-right: 3.125%;
}
.head-sub .hs-ul1 .hs-li2 {
  padding-bottom: 0.2rem;
}
.head-sub .hs-ul1 .d1 {
  font-weight: 600;
}
.head-sub .hs-ul1 .d2 {
  line-height: 1.625;
  color: #666;
  margin-top: 0.18rem;
}
.head-sub .hs-ul1 .img {
  position: relative;
  padding-top: 40%;
  margin-top: 0.18rem;
}
.head-sub .hs-ul1 .aa {
  padding: 0 0.3rem;
  display: block;
  height: 100%;
  box-shadow: 1px 0 0 0 inset #f3f3f3;
}
.head-sub .hs-ul1 .aa:hover .d13 {
  background-image: url(../images/a14.png);
  background-color: #bd9e6d;
  box-shadow: none;
}
.head-sub .hs-ul1 .d11 {
  font-weight: 600;
}
.head-sub .hs-ul1 .d12 {
  line-height: 1.625;
  height: 4.875em;
  color: #666;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.head-sub .hs-ul1 .d13 {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 50%;
  margin-right: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34.7826086957%;
  background-image: url(../images/a13.png);
  cursor: pointer;
  margin-top: 1.2rem;
}
.head-sub .hs-box2 {
  display: flex;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  color: #fff;
}
.head-sub .hs_le {
  width: 20%;
  position: relative;
}
.head-sub .hs_le::before {
  content: "";
  width: 300%;
  height: 200%;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f7f7f7;
  pointer-events: none;
}
.head-sub .hs_ri {
  width: 75%;
}
.head-sub .hp_nav {
  position: relative;
}
.head-sub .hp_nav .hp_li {
  margin-bottom: 0.1rem;
}
.head-sub .hp_nav .hp_li.on .hp_dd {
  background-color: #fff;
  color: #bd9e6d;
}
.head-sub .hp_nav .hp_li.on .hp_dd::before {
  border-left: 0.25em solid #bd9e6d;
}
.head-sub .hp_nav .hp_dd {
  position: relative;
  padding: 0.2rem;
  line-height: 1;
  cursor: pointer;
}
.head-sub .hp_nav .hp_dd:hover {
  color: #bd9e6d;
}
.head-sub .hp_nav .hp_dd::before {
  content: "";
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid #ccc;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.head-sub .hp-item2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.head-sub .h-item3 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 10.1rem;
  height: 100%;
  padding: 0.6rem;
  padding-right: 0;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.head-sub .hp-list {
  display: flex;
}
.head-sub .hp-list .li {
  width: 2.78rem;
  margin-right: 0.3rem;
}
.head-sub .hp-list .hp_a {
  text-align: center;
  display: block;
  background-color: #2a2a2a;
}
.head-sub .hp-list .hp_a:hover .img img {
  transform: scale(1.1);
}
.head-sub .hp-list .img {
  position: relative;
  padding-top: 56.1151079137%;
  overflow: hidden;
}
.head-sub .hp-list .te {
  padding: 0.16rem;
  color: #fff;
}
.head-sub .hp-list .t11 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.head-sub .hp-ul {
  padding: 0.56rem 0;
  padding-left: 0.6rem;
}
.head-sub .hp-ul .hp-li {
  margin-bottom: 0.2rem;
}
.head-sub .hp-ul .hp-li:last-child {
  margin-bottom: 0;
}
.head-sub .hp-ul .h_ua {
  display: block;
  cursor: pointer;
  position: relative;
}
.head-sub .hp-item {
  display: none;
}
.head-sub .hp-li.pshow > .hp-item {
  display: block;
}
.head-sub .hp-li.pshow > .h_ua {
  color: #bd9e6d;
}
.head-sub .hp-li.pshow > .h_ua::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 87.5% auto;
}
.head-sub .hs-pro1 {
  width: 16.6447368421%;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
}
.head-sub .hs-pro2 {
  width: 16.6447368421%;
  padding-top: 0.58rem;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.head-sub .hs-pro3 {
  width: 66.4473684211%;
  padding-left: 0.6rem;
  padding-top: 0.58rem;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}

.head-pro {
  position: fixed;
  left: 50%;
  top: 1rem;
  transform: translate(-50%);
  display: none;
}
.head-pro .hp-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.6rem 0.4rem;
  width: 8rem;
  max-width: 100vw;
  background-color: rgba(21, 21, 21, 0.95);
}
.head-pro .imgs {
  width: 38.6111111111%;
}
.head-pro .img {
  position: relative;
  padding-top: 56.4748201439%;
}
.head-pro .list {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.head-pro .litem {
  width: 50%;
  margin-bottom: 0.2rem;
  padding-right: 2%;
}
.head-pro .la {
  color: #fff;
}
.head-pro .la:hover {
  color: #bd9e6d;
}

.head-pro2 {
  left: 55%;
}

.head-pro3 {
  left: 60%;
}

.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #bd9e6d;
}
.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
}
.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md-mob_sideNav .hmob_top {
  height: calc(100% - 50px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-mob_sideNav .hmob_bot {
  height: 0.7rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.md-mob_sideNav .hmob_bot .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.md-mob_sideNav .hmob_bot img {
  width: 20px;
  margin-right: 5px;
}
.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md-mob_sideNav .ul3 {
  display: none;
}
.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md-mob_sideNav .hmob-money {
  padding: 0 20px;
  margin-top: 10px;
}
.md-mob_sideNav .hmob-money.show .ar {
  transform: translateY(-50%) rotate(180deg);
}
.md-mob_sideNav .hmob-money .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.md-mob_sideNav .hmob-money .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-money.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .hmob-money .sp {
  margin-left: 0.3rem;
}
.md-mob_sideNav .hmob-money .ar {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform 0.3s;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .hmob-money .bd {
  margin-top: 5px;
  display: none;
}
.md-mob_sideNav .hmob-money .b_a {
  display: block;
  padding: 10px 0;
  color: #333;
  border-bottom: 1px dashed #666;
}
@media (min-width: 769px) {
  .md-mob_sideNav .hmob-money {
    display: none;
  }
}

.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: unset;
}
.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #bd9e6d;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.md-foot {
  position: relative;
  background-color: #090909;
}
.md-foot .ul1 {
  display: flex;
  justify-content: space-between;
}
.md-foot .ul1 .li1 {
  margin-right: 0.8rem;
}
.md-foot .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-foot .ul1 .a1 {
  color: #fff;
  transition: all 0.3s;
}
.md-foot .ul1 .ul2 {
  margin-top: 0.18rem;
  padding-top: 0.28rem;
  position: relative;
}
.md-foot .ul1 .ul2::before {
  content: "";
  width: 0.13rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.md-foot .ul1 .li2 {
  margin-bottom: 0.16rem;
}
.md-foot .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot .ul1 .a2 {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s;
}
.md-foot .ul1 .a2:hover {
  text-decoration: underline;
}
.md-foot .shares {
  display: flex;
  flex-wrap: wrap;
}
.md-foot .shares .si {
  position: relative;
  margin-left: 0.2rem;
}
.md-foot .shares .si:hover .hd {
  background-color: #bd9e6d;
}
.md-foot .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot .shares .hd {
  position: relative;
  display: inline-flex;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s;
}
.md-foot .shares .hi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
}
.md-foot .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.18rem;
  z-index: 5;
}
.md-foot .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.md-foot .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .md-foot .ul1 {
    display: none;
  }
  .md-foot .shares {
    justify-content: center;
  }
}

.foot-1 {
  position: relative;
}
.foot-1 .box {
  padding-top: 0.77rem;
  padding-bottom: 0.48rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-1 .logo {
  display: inline-flex;
}
.foot-1 .logo img {
  height: 1em;
}
.foot-1 .ri {
  width: 27.5641025641%;
}
.foot-1 .form {
  display: flex;
  align-items: center;
  color: #fff;
}
.foot-1 .form .inp {
  position: relative;
  margin-left: 0.16rem;
}
.foot-1 .form .ip {
  width: 3.8rem;
  height: 0.48rem;
  min-height: 40px;
  background-color: #292929;
  color: #fff;
  padding: 0 0.16rem;
  border-radius: 8px;
  border: 1px solid #444;
}
.foot-1 .form .ip::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.foot-1 .form .ip::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.foot-1 .form .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background-color: #fff;
  color: #222;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 1280px) {
  .foot-1 .form .ip {
    width: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-1 .le {
    width: 100%;
    text-align: center;
  }
  .foot-1 .text {
    width: 100%;
    text-align: center;
    border: none;
  }
  .foot-1 .form {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .foot-1 .form .inp {
    flex-grow: 1;
  }
  .foot-1 .form .ip {
    width: 100%;
  }
  .foot-1 .shares {
    width: 100%;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .foot-1 .shares .si {
    margin: 0.1rem;
  }
  .foot-1 .code {
    width: 2rem;
    margin: 0 auto;
  }
}

.foot-2 {
  padding-top: 0.66rem;
  padding-bottom: 1.48rem;
  position: relative;
  z-index: 2;
  color: #fff;
}
.foot-2 .box {
  display: flex;
  justify-content: space-between;
}
.foot-2 .ri {
  flex-grow: 1;
  padding-left: 1rem;
}
.foot-2 .d2 {
  margin-top: 0.05rem;
}
.foot-2 .d3 {
  margin-top: 0.22rem;
}
.foot-2 .di {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.foot-2 .di .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
  margin-right: 0.12rem;
}
@media (max-width: 768px) {
  .foot-2 {
    padding-bottom: 0.6rem;
  }
  .foot-2 .box {
    flex-wrap: wrap;
    text-align: center;
  }
  .foot-2 .le {
    display: none;
  }
}

.foot-3 {
  line-height: 2;
  position: relative;
}
.foot-3 .box {
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.foot-3 .ri {
  text-align: right;
}
.foot-3 .te {
  margin-top: 0.12rem;
}
.foot-3 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .foot-3 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .foot-3 .href {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .foot-3 .shares {
    width: 100%;
    order: 1;
  }
}

.foot-btn {
  position: absolute;
  bottom: 100%;
  right: 0.2rem;
  width: 0.46rem;
  height: 0.46rem;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: 30.4347826087% auto;
  background-position: center;
  background-color: #bd9e6d;
  cursor: pointer;
  z-index: 90;
}

.ft-link {
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.2rem;
  line-height: 3em;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  border-top: 0.05rem solid rgba(255, 255, 255, 0.8);
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.ft-link .fk-sub {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.ft-link .fk-item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0.05rem 0.2rem;
  line-height: 2;
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  z-index: 60;
  border-radius: 1rem;
}
.md-sideNav .sn_i {
  position: relative;
}
.md-sideNav .sn_i:last-child {
  margin-bottom: 0;
}
.md-sideNav .sn_i:first-child .hd::before {
  display: none;
}
.md-sideNav .sn_i:hover::before {
  opacity: 0;
}
.md-sideNav .sn_i:hover .hd {
  background-color: #bd9e6d;
  transition: all 0.3s;
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md-sideNav .sn_i:hover .hd .ic {
  filter: brightness(0) invert(1);
}
.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav #nform0.show .bd {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  transition: all 0.5s;
}
.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: #333;
  transition: all 0.3s;
}
.md-sideNav .hd::before {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  left: 20%;
  top: 0;
  z-index: 3;
}
.md-sideNav .hd .hi {
  width: 0.42em;
  height: 0.42em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-sideNav .hd .ic {
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
}
.md-sideNav .hd .i2 {
  display: none;
}
.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.1rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  background-color: #333;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  color: #fff;
}
.md-sideNav .ph {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.12rem;
  line-height: 1.5;
}
.md-sideNav .ph .d2 {
  color: #bd9e6d;
  font-weight: 600;
}
.md-sideNav .wx {
  padding: 0.1rem;
  text-align: center;
}
.md-sideNav .wx .d1 {
  line-height: 1.8;
}
.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
.md-sideNav #goTop {
  display: none;
}
.md-sideNav #goTop.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  .md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md-sideNav {
    display: none;
  }
  .md-sideNav .wx {
    width: 2rem;
  }
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes sp100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.com-form .cf-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-form .fi {
  width: 4rem;
  margin-bottom: 0.2rem;
  margin: 0 0.1rem;
}
.com-form .fi:last-child {
  margin-bottom: 0;
}
.com-form .ww100 {
  width: 100%;
  margin-right: 0;
}
.com-form .ft {
  color: #222;
}
.com-form .inp {
  position: relative;
}
.com-form .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  padding: 0 0.2rem;
  padding-right: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
}
.com-form .ip::-moz-placeholder {
  color: #999;
}
.com-form .ip::placeholder {
  color: #999;
}
.com-form .ta {
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 0.2rem 0.24rem;
  border: 1px solid #e5e5e5;
}
.com-form .code {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.com-form .cf-btns {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}
.com-form .btn {
  background-color: #fff;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.com-form .sel {
  position: relative;
}
.com-form .sel.show .select-sub {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.com-form .select-ip {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.5rem;
  min-height: 36px;
  box-shadow: 0 0 0 1px inset #ccc;
  position: relative;
  z-index: 50;
  border-radius: 0.1rem;
  cursor: pointer;
}
.com-form .select-ip .select-te {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-form .select-ip .select-ic {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}
.com-form .select-ip .select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
}
.com-form .select-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.com-form .select-cont {
  max-height: 2rem;
  overflow-y: auto;
  border-radius: 0.1rem;
  box-shadow: 0 3px 0.16rem rgba(0, 0, 0, 0.08);
}
.com-form .select-item {
  padding: 0.15rem 0.2rem;
  background-color: #f6f6f6;
  cursor: pointer;
}
.com-form .select-item:hover {
  background-color: #bd9e6d;
  color: #fff;
}
.com-form .sel-ic {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
.com-form .search-ic {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
@media (max-width: 768px) {
  .com-form .fi {
    width: 100%;
    margin: 10px 0;
  }
}

.search-0 .bg {
  position: relative;
  padding-top: 34.375%;
}
.search-0 .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
}
.search-0 .d1 {
  color: #fff;
  font-weight: bold;
}
.search-0 .inp {
  position: relative;
  width: 5.3rem;
  margin-top: 0.25rem;
}
.search-0 .ip {
  width: 100%;
  height: 0.48rem;
  background-color: #fff;
  border: none;
  padding: 0 0.2rem;
  border-radius: 8px;
}
.search-0 .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 0.3rem;
  background-color: #bd9e6d;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}

.search-1 {
  padding-top: 0.28rem;
  padding-bottom: 0.8rem;
}
.search-1 .t1 span {
  color: #bd9e6d;
}
.search-1 .result {
  display: flex;
  flex-wrap: wrap;
}
.search-1 .result span {
  color: #bd9e6d;
}
.search-1 .item {
  margin-left: 0.1rem;
}
.search-1 .com-tt {
  margin-top: 0.78rem;
}
.search-1 .form {
  margin-top: 0.35rem;
}
.search-1 .inp {
  width: 10rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.search-1 .ip {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  border: none;
  border-radius: 0.1rem;
  color: #333;
  background-color: whitesmoke;
}
.search-1 input[type=search] {
  -webkit-appearance: none;
}
.search-1 input::-webkit-search-cancel-button {
  display: none;
}
.search-1 .btn {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-1 .tags {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.search-1 .ti {
  padding: 0.2rem 0;
  position: relative;
  margin-right: 1.6rem;
  color: #666;
}
.search-1 .ti:last-child {
  margin-right: 0;
}
.search-1 .ti:hover {
  color: #bd9e6d;
}
.search-1 .ti.on {
  color: #bd9e6d;
  font-weight: 600;
}
.search-1 .ti.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #bd9e6d;
}
@media (max-width: 768px) {
  .search-1 .ti {
    margin: 0 0.2rem;
  }
}

.search-2 {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
.search-2 .l_a {
  display: block;
  border: 1px solid #eee;
  padding: 0.3rem 0.2rem;
  margin-bottom: 0.3rem;
  transition: all 0.3s;
}
.search-2 .l_a:hover {
  box-shadow: 0px 0px 0.2rem #eee;
  border-color: transparent;
  transition: all 0.3s;
}
.search-2 .l_a:hover .d1 .h1 {
  color: #bd9e6d;
  transition: color 0.3s;
}
.search-2 .l_a .d1 {
  display: flex;
  align-items: center;
}
.search-2 .l_a .h1 {
  font-weight: bold;
  transition: color 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-2 .l_a .h1 span {
  color: #bd9e6d;
}
.search-2 .l_a .tag {
  background-color: #bd9e6d;
  color: #fff;
  padding: 0.05rem 0.1rem;
  margin-left: 0.1rem;
  white-space: nowrap;
}
.search-2 .l_a .p2 {
  color: #666;
  margin-top: 0.18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bgsize {
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.pointer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: crosshair;
}

.preview {
  position: absolute;
  left: calc(100% + 0.2rem);
  top: 0;
  z-index: 30;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.preview.op1 {
  opacity: 1;
}

.preview .cpImg {
  padding-top: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .pointer {
    display: none !important;
  }
  .preview {
    display: none !important;
  }
}
.ho-nav {
  position: fixed;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.ho-nav.ho1 .ic::before {
  box-shadow: 0 0 0 2px white inset;
}
.ho-nav a {
  display: block;
}
.ho-nav .ni {
  margin: 0.2rem 0;
  cursor: pointer;
}
.ho-nav .ni.active .ic {
  background-color: #bd9e6d;
}
.ho-nav .ni.active .ic::before {
  box-shadow: 0 0 0 1px white inset !important;
}
.ho-nav .ni .sp {
  width: 1em;
  display: none;
}
.ho-nav .ic {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.ho-nav .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5);
  transform-origin: center;
  box-shadow: 0 0 0 1px #999999 inset;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .ho-nav {
    opacity: 0;
    pointer-events: none;
  }
}

.ho-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ho-tt .ht1 {
  font-weight: 600;
}
.ho-tt .ht2 {
  margin-top: 0.16rem;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
}
@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ho-tit {
  position: relative;
}
.ho-tit.cent {
  text-align: center;
}
.ho-tit.cent .ht2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
.ho-tit .ht1 {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.ho-tit .ht2 {
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-50%);
  opacity: 0.1;
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.ho-ban {
  position: relative;
  overflow: hidden;
}
.ho-ban .ho_sw {
  overflow: hidden;
}
.ho-ban .ho_sw .img {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ho-ban .ho_sw .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ho-ban .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 43%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
}
.ho-ban .ho_sw .txt {
  line-height: 1.5;
}
.ho-ban .ho_sw .d1 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.48rem;
}
.ho-ban .ho_sw .d2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1428571429;
  margin-top: 0.14rem;
  letter-spacing: 2px;
}
.ho-ban .ho_sw .d3 {
  margin-top: 0.48rem;
}
.ho-ban .ho_sw .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.22rem 0.4rem;
  border-radius: 0 0 0.3rem 0;
  box-shadow: 0 0 0 1px inset #fff;
  transition: all 0.3s;
}
.ho-ban .ho_sw .aa:hover {
  background-color: #bd9e6d;
  box-shadow: 0 0 0 1px inset #bd9e6d;
}
.ho-ban .ho_sw .ic {
  width: 1.6875em;
  height: 1em;
  background-image: url(../images/a22.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.ho-ban .ho_sw .d4 {
  font-size: 0.72rem;
  font-weight: bold;
  line-height: 1.1944444444;
}
.ho-ban .swiper-slide-active .img img {
  animation: ban 10s linear;
}
.ho-ban .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.ho-ban .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ho-ban .swiper-pagination-bullet {
  width: 0.5rem;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0.05rem;
  opacity: 1;
  position: relative;
  transition: all 0.3s;
}
.ho-ban .swiper-pagination-bullet-active {
  background-color: #fff;
}
.ho-ban .ho_bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  color: #fff;
  line-height: 1;
}
.ho-ban .mouse {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translate(-50%);
  z-index: 30;
  text-align: center;
  color: #fff;
}
.ho-ban .mouse .ani {
  animation: jump 1s linear infinite;
}
.ho-ban .mouse img {
  width: 1em;
  margin-bottom: 0.12rem;
}
.ho-ban .anim::after {
  animation: indicator-loading 4.5s linear forwards;
}
.ho-ban .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 0.45rem;
  z-index: 30;
}
.ho-ban .sbtn {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  filter: brightness(0) invert(1);
}
.ho-ban .sbtn:hover {
  filter: none;
}
.ho-ban .prev {
  background-image: url(../images/b3.png);
}
.ho-ban .next {
  /* background-image: url(../images/b4.png); */
 position: absolute;
 left: 50%;
 top: 50%;
 transform:translate(-50%,-50%);
 z-index: 30;
 width: 30%;
 height: 30%;
}
.ho-ban .num {
  margin: 0 0.25rem;
}
.ho-ban .nums {
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.ho-ban .nums .num1 {
  color: #fff;
}
.ho-ban svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transform-origin: top left;
}
.ho-ban svg circle {
  transform: rotate(-90deg);
  transform-origin: center;
}
.ho-ban .pag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 30;
}
.ho-ban .pi {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.ho-ban .pi.on {
  color: white;
}
.ho-ban .pi.on .line {
  display: block;
}
.ho-ban .pi.on .line::after {
  animation: wd 4.5s linear;
  animation-fill-mode: forwards;
}
.ho-ban .mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .ho-ban .mouse {
    opacity: 0;
  }
  .ho-ban .ho_sw .img {
    /* height: 600px; */
		padding-top: 80%;
  }
	.ho-ban .ho_sw .text{
		/* display: none; */
	}
  .ho-ban .ho_sw .d1 {
    font-size: 24px;
  }
  .ho-ban .ho_sw .d2 {
    /* display: none; */
    font-size: 20px;
  }
  .ho-ban .ho_sw .tbtn {
    padding-bottom: 0;
  }
  .ho-ban .btns {
    right: 2%;
  }
  .ho-ban .pc {
    display: none;
  }
  .ho-ban .mob {
    display: block;
  }
}
@media (max-width: 500px) {
  .ho-ban .ho_sw .d1 {
    font-size: 20px;
  }
  .ho-ban .btns {
    display: none;
  }
}

@keyframes circleLoad {
  0% {
    stroke-dashoffset: 188.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.home-0 {
  position: relative;
  padding-top: 1rem;
}
.home-0 .swiper {
  position: relative;
  height: calc(100% - 1rem);
  height: 100%;
}
.home-0 .swiper-container {
  height: 100%;
}
.home-0 .sw {
  position: relative;
  overflow: hidden;
}
.home-0 .img {
  display: block;
  position: relative;
  height: 100%;
}
.home-0 .swiper-slide-active .img {
  animation: ban 10s linear;
}
.home-0 .swiper-slide-active .te {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s 0.5s, transform 0.5s;
}
.home-0 .text {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0;
  text-align: center;
}
.home-0 .te {
  position: relative;
  opacity: 0;
  color: #fff;
  transform: translateY(10px);
}
.home-0 .te .d2 {
  display: inline-flex;
  padding: 0.12rem;
  padding-left: 0.38rem;
  padding-right: 0.28rem;
  border: 2px solid #fff;
  color: #fff;
}
.home-0 .te .d2 .ic {
  width: 0.5em;
  height: 1em;
}
.home-0 .timg {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.home-0 .timg img {
  width: 6.77rem;
  max-width: 60vw;
}
.home-0 .mouse {
  position: relative;
  transition: all 0.3s;
}
.home-0 .mouse:hover {
  transform: translateY(-8px);
  transition: all 0.3s;
}
.home-0 .mouse::before {
  content: "";
  width: 0.36rem;
  height: 0.31rem;
  position: absolute;
  right: calc(100% + 4px);
  bottom: 50%;
  background-image: url(../images/icon-13.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.home-0 .mouse img {
  width: 0.24rem;
}
.home-0 .swiper-pagination {
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-0 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  opacity: 1;
  margin: 0 0.05rem;
  border-radius: 0%;
  transition: all 0.3s;
  background-color: transparent;
  position: relative;
  background-color: white;
}
.home-0 .swiper-pagination-bullet-active {
  background-color: #bd9e6d;
}
.home-0 .sbtn {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-size: 11.4285714286% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.home-0 .sbtn::after {
  display: none;
}
.home-0 .sbtn:hover {
  background-color: #bd9e6d;
}
.home-0 .prev {
  left: 0.5rem;
  background-image: url(../images/icon-p11.png);
}
.home-0 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.home-0 .next {
  right: 0.5rem;
  background-image: url(../images/icon-p21.png);
}
.home-0 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media screen and (max-width: 768px) {
  .home-0 .img {
    padding-top: 43.75%;
  }
}
@media (max-width: 500px) {
  .home-0 .te .d2 {
    display: none;
  }
  .home-0 .h0_bot {
    pointer-events: none;
    opacity: 0;
  }
}

.news-0 {
  padding-top: 1.2rem;
}
.news-0 .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}
.news-0 .box:hover .img img {
  transform: scale(1.1);
}
.news-0 .swiper1 {
  width: 43.5897435897%;
}
.news-0 .swiper1 .swiper-container {
  height: 100%;
}
.news-0 .img {
  position: relative;
  padding-top: 61.7647058824%;
  height: 100%;
}
.news-0 .swiper2 {
  width: 56.4102564103%;
  position: relative;
  z-index: 5;
}
.news-0 .sw2 {
  padding: 0.78rem 0.7rem 0.3rem;
  height: 100%;
}
.news-0 .sw2:hover .h3 {
  color: #bd9e6d;
}
.news-0 .d1 {
  color: #666;
}
.news-0 .h3 {
  font-weight: 600;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-0 .line {
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 0.3rem;
  margin-bottom: 0.32rem;
}
.news-0 .time {
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  color: #999;
}
.news-0 .tic {
  width: 0.8571428571em;
  height: 0.8571428571em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
.news-0 .d2 {
  color: #999;
  line-height: 2.1428571429;
  height: 6.4285714286em;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-0 .d3 {
  margin-top: 0.53rem;
}
.news-0 .btn {
  display: inline-flex;
  align-items: center;
  padding: 0.11rem;
  padding-left: 0.35rem;
  line-height: 1;
  color: #fff;
  background-color: #bd9e6d;
  border-radius: 1rem;
}
.news-0 .ic {
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0.3rem;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: 39.2857142857% auto;
  background-position: center;
}
.news-0 .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 0.65rem;
  right: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-0 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ddd;
  opacity: 1;
  margin-left: 0.1rem;
}
.news-0 .swiper-pagination-bullet-active {
  background-color: #bd9e6d;
}
@media (max-width: 768px) {
  .news-0 .box {
    display: block;
  }
  .news-0 .swiper1 {
    width: 100%;
    position: static;
  }
  .news-0 .swiper2 {
    width: 100%;
  }
}

.news-big {
  position: relative;
  padding-top: 0.48rem;
}
.news-big .swiper {
  position: relative;
  background-color: #fff;
}
.news-big .aa {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-big .aa:hover .img img {
  transform: scale(1.05);
}
.news-big .aa:hover .h3 {
  color: #bd9e6d;
}
.news-big .imgs {
  width: 50%;
}
.news-big .img {
  position: relative;
  padding-top: 62.7906976744%;
  height: 100%;
  overflow: hidden;
}
.news-big .text {
  width: 50%;
  padding: 0.2rem;
  padding-left: 0.95rem;
  padding-right: 0.85rem;
  display: flex;
  align-items: center;
}
.news-big .time {
  color: #bd9e6d;
}
.news-big .h3 {
  line-height: 1.4;
  font-weight: 600;
  transition: color 0.3s;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-big .d2 {
  line-height: 1.875;
  margin-top: 0.32rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-big .btn {
  display: inline-block;
  padding: 0 0.38rem;
  line-height: 0.6rem;
  color: #fff;
  border-radius: 1rem;
  margin-top: 0.72rem;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#ffffff, #ffffff);
}
.news-big .sbtn {
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  background-size: 26% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 30;
}
.news-big .sbtn:hover {
  background-color: #bd9e6d;
}
.news-big .prev {
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon-11.png);
}
.news-big .prev:hover {
  background-image: url(../images/icon-12.png);
}
.news-big .next {
  right: 0;
  transform: translate(50%, -50%);
  background-image: url(../images/icon-13.png);
}
.news-big .next:hover {
  background-image: url(../images/icon-14.png);
}
@media screen and (max-width: 768px) {
  .news-big {
    flex-wrap: wrap;
  }
  .news-big .imgs {
    width: 100%;
  }
  .news-big .text {
    width: 100%;
    padding: 20px;
  }
  .news-big .swiper-pagination {
    opacity: 0;
  }
  .news-big .h3 {
    width: 100%;
  }
}

.news-swiper .sw {
  display: flex;
  flex-wrap: wrap;
}
.news-swiper .sw:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news-swiper .sw:hover .h3 {
  color: #bd9e6d;
  transition: all 0.3s;
}
.news-swiper .sw:hover .btn {
  background-color: #bd9e6d;
  transition: all 0.3s;
}
.news-swiper .imgs {
  width: 50%;
}
.news-swiper .img {
  position: relative;
  padding-top: 56.2857142857%;
  height: 100%;
  overflow: hidden;
}
.news-swiper .text {
  width: 50%;
  padding: 0.2rem 0.9rem;
  display: flex;
  align-items: center;
}
.news-swiper .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #999;
}
.news-swiper .time .ic1 {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.news-swiper .h3 {
  line-height: 1.3846153846;
  color: #333;
  margin-top: 0.2rem;
  font-weight: 600;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .d2 {
  line-height: 1.875;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .d3 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #666;
  transition: all 0.3s;
}
.news-swiper .d3 .ic2 {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.news-swiper .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .news-swiper .imgs {
    width: 100%;
  }
  .news-swiper .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.news-1 {
  padding-top: 0.95rem;
  padding-bottom: 1.2rem;
}
.news-list {
  margin-top: 0.56rem;
  margin-bottom: 0.8rem;
}
.news-list .li {
  margin-bottom: 0.6rem;
}
.news-list .li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-list .dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
  position: relative;
  box-shadow: 0 -1px 0 0 #dad9d6 inset;
}
.news-list .dd:hover {
  box-shadow: 0 -1px 0 0 #3a3a3a inset;
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .h3 {
  color: #bd9e6d;
}
.news-list .dd:hover .btn::before {
  transform: scaleX(1);
}
.news-list .imgs {
  width: 54.5454545455%;
}
.news-list .img {
  position: relative;
  padding-top: 59.5238095238%;
  overflow: hidden;
}
.news-list .text {
  width: 38.961038961%;
  display: flex;
  align-items: center;
}
.news-list .tbox {
  width: 100%;
}
.news-list .time {
  color: #666;
}
.news-list .h3 {
  margin-top: 0.14rem;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .intro {
  color: #666;
  line-height: 1.625;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
  margin-top: 0.78rem;
  position: relative;
}
.news-list .btn::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.news-list .btn .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .news-list .li {
    width: 100%;
    margin-right: 0;
  }
  .news-list .imgs {
    width: 100%;
    order: 1;
  }
  .news-list .text {
    width: 100%;
    padding: 0.2rem 0;
    padding-bottom: 0;
    order: 2;
  }
}

.news-2 {
  padding-top: 0.5rem;
  padding-bottom: 1.55rem;
}

.news-det {
  overflow: hidden;
}

.news-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.42rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .news-page .news-11 {
    width: 100%;
    order: 1;
  }
  .news-page .news-12 {
    width: 100%;
    padding-top: 0.5rem;
    order: 2;
    padding-right: 0;
  }
}

.news-11 {
  padding-bottom: 1.2rem;
}
.news-11 .box {
  background-color: #fff;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .news-11 .box {
    padding: 0 0.3rem;
  }
}

.news-13 {
  padding-top: 1.13rem;
  padding-bottom: 1.2rem;
  background-color: #f8f8f8;
}
.news-13 .swiper {
  margin-top: 0.58rem;
}
.news-13 .sw {
  height: auto;
}
.news-13 .sw:hover .img img {
  transform: scale(1.1);
}
.news-13 .sw:hover .h3 {
  color: #bd9e6d;
}
.news-13 .img {
  position: relative;
  padding-top: 47.2972972973%;
}
.news-13 .text {
  display: flex;
  justify-content: space-between;
  padding-top: 0.33rem;
}
.news-13 .time {
  flex-shrink: 0;
  margin-right: 0.8rem;
  line-height: 1.5;
}
.news-13 .h3 {
  line-height: 1.5;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-13 .intro {
  color: #666;
  line-height: 1.625;
  margin-top: 0.12rem;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-13 .swiper-scrollbar {
  height: 2px;
  background-color: #dad9d6;
  margin-top: 0.5rem;
}
.news-13 .swiper-scrollbar-drag {
  background-color: #333;
}
@media (max-width: 768px) {
  .news-13 .text {
    flex-wrap: wrap;
  }
  .news-13 .time {
    width: 100%;
  }
  .news-13 .tri {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.det_top {
  padding-top: 0.55rem;
  padding-bottom: 0.56rem;
}
.det_top .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.33rem;
}
.det_top .dt_2 {
  margin-top: 0.18rem;
  text-align: center;
}
.det_top .dt_2 .di {
  display: inline-block;
  margin: 0 0.1rem;
}
.det_top .le {
  color: #999;
  display: flex;
  flex-wrap: wrap;
}
.det_top .ti {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.3rem;
}
.det_top .ti img {
  height: 1em;
  margin-right: 0.1rem;
}
.det_top .times {
  display: flex;
  align-items: center;
  color: #000;
}
.det_top .times .tag {
  padding: 0 0.07rem;
  background-color: #bd9e6d;
  color: #fff;
  line-height: 1.625;
  margin-right: 0.13rem;
}
.det_top .time {
  color: #666;
}
.det_top .time span {
  margin-right: 3em;
}
.det_top .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
  line-height: 1;
}
.det_top .shares {
  display: flex;
  align-items: center;
  color: #666;
  margin-left: 0.5rem;
}
.det_top .shares .si {
  margin-left: 0.2rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.det_top .shares .si:hover .hd {
  opacity: 1;
}
.det_top .shares .si:hover .i1 {
  display: none;
}
.det_top .shares .si:hover .i2 {
  display: block;
  filter: none;
}
.det_top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.det_top .shares .hd {
  display: inline-flex;
  align-items: center;
  opacity: 0.5;
}
.det_top .shares .hd img {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.det_top .shares .i2 {
  filter: brightness(0) invert(0.5);
}
.det_top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.det_top .shares .bd .code {
  width: 1rem;
  max-width: none;
}
.det_top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.det_top .back:hover {
  color: #bd9e6d;
  transition: color 0.3s;
}
.det_top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.det_top .back img {
  margin-left: 0.1rem;
}
@media screen and (max-width: 768px) {
  .det_top .shares {
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-top: 0.2rem;
  }
  .det_top .from {
    display: none;
  }
  .det_top .back {
    margin-top: 0.3rem;
  }
  .det_top .tops {
    flex-wrap: wrap;
  }
  .det_top .time {
    width: 100%;
    text-align: center;
  }
}

.det_cen {
  border-top: 2px solid #dad9d6;
  padding-top: 0.52rem;
  padding-bottom: 1.2rem;
  line-height: 2;
  color: #666;
}

.det_bot {
  padding: 0 0.4rem;
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
  background-color: #f1f0ed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.det_bot .det_pag {
  border-top: 1px solid #e8e8e8;
}
.det_bot .det_pag ul {
  display: flex;
  flex-wrap: wrap;
}
.det_bot .det_pag li {
  width: 50%;
  border-right: 1px solid #e8e8e8;
  padding: 0.56rem 0;
  padding-left: 2rem;
}
.det_bot .det_pag li:last-child {
  padding-right: 2rem;
  border-right: none;
}
.det_bot .det_pag a {
  width: 100%;
  color: #111;
  font-weight: 500;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.det_bot .det_pag a:hover {
  color: #bd9e6d;
}
.det_bot .det_pag a:hover .i1 {
  display: none;
}
.det_bot .det_pag a:hover .i2 {
  display: block;
}
.det_bot .det_pag .prev {
  padding-right: 0.9rem;
}
.det_bot .det_pag .prev .icon {
  margin-right: 0.4rem;
}
.det_bot .det_pag .next {
  padding-left: 0.9rem;
}
.det_bot .det_pag .next .icon {
  margin-left: 0.4rem;
}
.det_bot .det_pag .icon {
  display: inline-flex;
  align-items: center;
}
.det_bot .det_pag span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.det_bot .det_pag .i2 {
  display: none;
}
.det_bot .db_btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  position: relative;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det_bot .db_btn .ic {
  width: 1.2857142857em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.2rem;
}
.det_bot .det_ul {
  line-height: 2;
}
.det_bot .det_ul a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.det_bot .det_ul a:hover {
  color: #bd9e6d;
  transition: all 0.3s;
}
.det_bot .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.12rem;
  position: relative;
  box-shadow: 0 -2px 0 0 #d0d0d0 inset;
}
.det_bot .btn:hover {
  box-shadow: 0 0 0.1rem rgba(189, 158, 109, 0.5);
}
.det_bot .btn .ic {
  width: 1.2857142857em;
  height: 1em;
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.2rem;
}
.det_bot .db_ul2 {
  display: flex;
  justify-content: space-between;
}
.det_bot .db_ul2 .ua {
  display: inline-flex;
  align-items: flex-end;
  width: 50%;
}
.det_bot .db_ul2 .ua:hover .t2 {
  color: #bd9e6d;
}
.det_bot .db_ul2 .next {
  flex-direction: row-reverse;
  text-align: right;
}
.det_bot .db_ul2 .imgs {
  width: 2.1rem;
  flex-shrink: 0;
}
.det_bot .db_ul2 .img {
  position: relative;
  padding-top: 60%;
}
.det_bot .db_ul2 .text {
  padding: 0 0.3rem;
  flex-grow: 1;
}
.det_bot .db_ul2 .t1 {
  color: #333;
}
.det_bot .db_ul2 .t2 {
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .det_bot {
    flex-wrap: wrap;
  }
  .det_bot .det_pag li {
    width: 100%;
    padding: 20px 20px !important;
    text-align: left !important;
  }
  .det_bot .det_pag .icon {
    display: none;
  }
  .det_bot .db_btn {
    margin-top: 15px;
  }
  .det_bot .btn {
    margin-top: 20px;
  }
  .det_bot .db_ul2 {
    flex-wrap: wrap;
  }
  .det_bot .db_ul2 .ua {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    margin: 0.1rem 0;
  }
  .det_bot .db_ul2 .next {
    flex-direction: row;
    text-align: left;
  }
  .det_bot .db_ul2 .imgs {
    width: 2.1rem;
    flex-shrink: 0;
  }
  .det_bot .db_ul2 .img {
    position: relative;
    padding-top: 60%;
  }
  .det_bot .db_ul2 .text {
    padding: 0 0.3rem;
    flex-grow: 1;
  }
  .det_bot .db_ul2 .t1 {
    color: #333;
  }
  .det_bot .db_ul2 .t2 {
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.det-shares {
  display: flex;
  justify-content: center;
  align-items: center;
}
.det-shares .line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.det-shares .shares {
  flex-shrink: 0;
  display: flex;
  padding: 0 0.3rem;
}
.det-shares .si {
  margin: 0 0.1rem;
}
.det-shares .si:hover .hd {
  opacity: 0.6;
}
.det-shares .hd {
  display: inline-flex;
}
.det-shares .hi {
  height: 0.25rem;
}

.det-backs.cent {
  text-align: center;
}
.det-backs .back {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0 0.46rem;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%);
  color: #fff;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .det-backs {
    display: none;
  }
}

.det-pag {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.det-pag .pa {
  width: 33.3%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.24rem 0;
  transition: all 0.3s;
}
.det-pag .pa:hover {
  color: #fff;
  background-color: #bd9e6d;
}
.det-pag .pa:hover .ic {
  filter: brightness(0) invert(1);
}
.det-pag .ic {
  margin: 0 0.4rem;
}
.det-pag .back {
  position: relative;
}
.det-pag .back::before {
  content: "";
  width: 1px;
  height: 69.696969697%;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.det-pag .back::after {
  content: "";
  width: 1px;
  height: 69.696969697%;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .det-pag {
    flex-wrap: wrap;
  }
  .det-pag .pa {
    width: 50%;
  }
  .det-pag .back {
    width: 100%;
    order: 3;
  }
}

.db_ul .ua {
  line-height: 2;
  color: #666;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.db_ul .ua:hover {
  color: #bd9e6d;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .db_ul {
    width: 100%;
  }
}

.det_tags {
  padding: 0.42rem 0.3rem;
  padding-bottom: 0.32rem;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  line-height: 2.125;
}
.det_tags .sp {
  margin-right: 0.2rem;
}
.det_tags .aa {
  padding: 0 0.2rem;
  border-radius: 0 0.2rem 0 0.2rem;
  box-shadow: 0 0 0 1px inset #d0d0d1;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.det_tags .aa:hover {
  background-color: #bd9e6d;
  color: #fff;
  box-shadow: none;
}

.cr_t {
  font-weight: 600;
}

.cr-list {
  margin-top: 0.28rem;
  margin-bottom: 0.8rem;
  border-top: 1px solid #f3f3f3;
}
.cr-list .li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.cr-list .aa {
  display: flex;
  justify-content: space-between;
}
.cr-list .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list .aa:hover .h3 {
  color: #bd9e6d;
}
.cr-list .imgs {
  width: 31.1111111111%;
}
.cr-list .img {
  position: relative;
  padding-top: 57.1428571429%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px #f3f3f3;
}
.cr-list .text {
  width: 62.2222222222%;
}
.cr-list .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cr-list .d2 {
  line-height: 1.3571428571;
  color: #666;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cr-list .ic {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-3.png);
  flex-shrink: 0;
  margin-right: 0.5em;
}
.cr-list1 {
  padding-top: 0.75rem;
  margin-bottom: 0.8rem;
}
.cr-list1 .ul {
  margin-top: 0.41rem;
}
.cr-list1 .li {
  margin-bottom: 0.2rem;
}
.cr-list1 .li:last-child {
  margin-bottom: 0;
}
.cr-list1 .aa {
  display: block;
  background-color: #fff;
}
.cr-list1 .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list1 .aa:hover .h3 {
  color: #bd9e6d;
}
.cr-list1 .img {
  position: relative;
  padding-top: 56.1403508772%;
  overflow: hidden;
}
.cr-list1 .text {
  padding: 0.22rem 0.3rem 0.32rem;
}
.cr-list1 .time {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.12rem;
  color: #999;
}
.cr-list1 .ic {
  width: 1em;
  margin-right: 0.5em;
}
.cr-list1 .h3 {
  line-height: 1.875;
  height: 3.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .cr-list1 {
    padding-top: 0.2rem;
  }
  .cr-list1 .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list1 .li {
    width: 48%;
  }
}

.com-news {
  padding-top: 0.56rem;
  padding-bottom: 1.3rem;
}
.com-news .tit {
  color: #bd9e6d;
}
.com-news .swiper {
  margin-top: 0.57rem;
}
.com-news .sw {
  height: auto;
  background-color: #f5f5f5;
}
.com-news .sw:hover .img img {
  transform: scale(1.1);
}
.com-news .sw:hover .h3 {
  color: #bd9e6d;
}
.com-news .img {
  position: relative;
  padding-top: 70.2564102564%;
  overflow: hidden;
}
.com-news .text {
  padding: 0.25rem 0.2rem;
}
.com-news .h3 {
  line-height: 1.5555555556;
  height: 3.1111111111em;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.com-news .d2 {
  text-align: right;
  margin-top: 0.24rem;
}
.com-news .d2 .sp2 {
  color: #666;
}
.com-news .d2 .time {
  color: #666;
}
.com-news .sbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
  z-index: 30;
  cursor: pointer;
  opacity: 0;
}
.com-news .sbtn:hover {
  background-color: #bd9e6d;
}
.com-news .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.com-news .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-news .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.com-news .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .com-news .sbtn {
    opacity: 1;
  }
}

.com-pages {
  display: flex;
  justify-content: space-between;
  margin-top: 0.68rem;
}
.com-pages .com-le {
  width: 20.7792207792%;
}
.com-pages .com-ri {
  width: 71.4285714286%;
}
@media screen and (max-width: 768px) {
  .com-pages {
    flex-wrap: wrap;
  }
  .com-pages .com-le {
    width: 100%;
  }
  .com-pages .com-ri {
    width: 100%;
    padding-top: 0.5rem;
  }
}

.pro-0 {
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
}

.pro-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-bottom: 0.45rem;
}
.pro-list .li {
  width: 31.5789473684%;
  margin-right: 2.6315789474%;
  margin-bottom: 0.5rem;
  position: relative;
}
.pro-list .li:nth-child(3n) {
  margin-right: 0;
}
.pro-list .dd {
  display: block;
  position: relative;
}
.pro-list .dd:hover .h3 {
  color: #bd9e6d;
}
.pro-list .top {
  /* background-color: #f9f9f9; */
}
.pro-list .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.pro-list .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  /* transform: scale(0.6); */
}
.pro-list .bot {
  padding-top: 0.2rem;
	text-align: center;
}
.pro-list .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-list .d2 {
  color: #666;
  margin-top: 0.04rem;
}
@media (max-width: 768px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.pro-1 {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}
.pro-1 .tags {
  font-size: 0;
  text-align: center;
}
.pro-1 .ti {
  display: inline-block;
  min-width: 1.8rem;
  white-space: nowrap;
  background-color: #f5f5f5;
  line-height: 3;
  border-radius: 1rem;
  margin: 0.2rem;
  padding: 0 0.1rem;
  transition: all 0.3s;
}
.pro-1 .ti:hover, .pro-1 .ti.on {
  background-color: #bd9e6d;
  color: #fff;
}
@media (max-width: 768px) {
  .pro-1 .ti {
    margin: 0.1rem;
  }
}

.pro-nav {
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pro-nav .sw {
  width: auto;
  line-height: 0.8rem;
  padding: 0 0.3rem;
}
.pro-nav .sw:hover {
  color: #bd9e6d;
}
.pro-nav .sw.on {
  color: #fff;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#dab47f, #dab47f);
}

.pro-sort {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.pro-sort .sort {
  float: right;
  position: relative;
  z-index: 5;
}
.pro-sort .sort.show .select-sub {
  display: block;
}
.pro-sort .sort.show .ic {
  transform: translateY(-50%) rotate(180deg);
}
.pro-sort .hd {
  display: flex;
  align-items: center;
  position: relative;
}
.pro-sort .sp {
  flex-shrink: 0;
}
.pro-sort .st {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-sort .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.pro-sort .hte {
  width: 4rem;
  min-height: 40px;
  min-width: 300px;
  margin-left: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  padding-right: 0.6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.pro-sort .select-sub {
  position: absolute;
  right: 0;
  top: calc(100% + 0.1rem);
  width: 4rem;
  min-width: 300px;
  display: none;
}
.pro-sort .select-cont {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08);
  z-index: 60;
}
.pro-sort .select-item {
  padding: 0.1rem;
  cursor: pointer;
}
.pro-sort .select-item:hover {
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .pro-sort .sort {
    width: 100%;
  }
  .pro-sort .hte {
    min-width: auto;
    flex-grow: 1;
  }
  .pro-sort .select-sub {
    width: 100%;
  }
  .pro-sort .select-item {
    padding: 0.2rem;
  }
}

.pro-relate {
  padding-bottom: 1.2rem;
}
.pro-relate .sw {
  height: auto;
  position: relative;
  background-color: #fff;
}
.pro-relate .sw:hover .img img {
  transform: scale(1.1);
}
.pro-relate .top {
  padding: 0.16rem;
  padding-bottom: 0;
}
.pro-relate .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.pro-relate .name {
  padding: 0.19rem 0.16rem 0.13rem;
  box-shadow: 0 -1px 0 0 inset #e6e6e6;
}
.pro-relate .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-relate .te {
  padding: 0.12rem 0.16rem 0.3rem;
  line-height: 1.4285714286;
  color: #666;
}
.pro-relate .ti {
  margin-bottom: 0.7em;
}
.pro-relate .ti:last-child {
  margin-bottom: 0;
}
.pro-relate .btns {
  text-align: center;
  margin-top: 0.36rem;
}
.pro-relate .btn {
  display: inline-flex;
  align-items: center;
  background-color: #bbb;
  line-height: 1;
  padding: 0.15rem 0.3rem;
  color: #fff;
  border-radius: 1rem;
  white-space: nowrap;
  transition: all 0.3s;
}
.pro-relate .btn .ic {
  margin-left: 1em;
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.parameter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.17rem;
  border-bottom: 1px solid #d9d9d9;
}
.parameter-top .tit {
  display: inline-flex;
  align-items: center;
}
.parameter-top .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.parameter-top .reset {
  border: none;
  display: block;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
}

.parameter-nav {
  position: sticky;
  top: 1.2rem;
}
.parameter-nav .nav {
  margin-top: 0.08rem;
}
.parameter-nav .ni {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.2rem 0;
}
.parameter-nav .ni.on .hic {
  background-image: url(../images/hm_4.png);
}
.parameter-nav .hd {
  position: relative;
  cursor: pointer;
  color: #000;
}
.parameter-nav .hsp {
  display: block;
}
.parameter-nav .has_nav .hic {
  background-image: url(../images/hm_3.png);
}
.parameter-nav .has_nav.show .hic {
  background-image: url(../images/hm_4.png);
}
.parameter-nav .hic {
  width: 1em;
  height: 1em;
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.parameter-nav .bd {
  display: none;
}
.parameter-nav .blist {
  padding: 0 0.1rem;
  margin-top: 0.2rem;
}
.parameter-nav .bli {
  margin-bottom: 0.1rem;
}
.parameter-nav .bli:last-child {
  margin-bottom: 0;
}
.parameter-nav .lab {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.parameter-nav .lab.selected .ic {
  background-color: #333;
}
.parameter-nav .lab.selected .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
}
.parameter-nav .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #d9d9d9 inset;
  flex-shrink: 0;
  margin-right: 0.1rem;
  position: relative;
}
.parameter-nav .ck {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.parameter-nav .ba {
  display: block;
  position: relative;
}
.parameter-nav .ba::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/a17.png);
  background-repeat: no-repeat;
  background-size: 57.1428571429% auto;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.parameter-nav .ba:hover {
  color: #bd9e6d;
}
.parameter-nav .ba:hover::before {
  background-image: url(../images/a18.png);
}

.pro-tops .input {
  position: relative;
}
.pro-tops .ip {
  width: 100%;
  padding: 0 0.35rem;
  border: none;
}
.pro-tops .btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #bd9e6d;
  padding: 0.11rem;
  padding-left: 0.35rem;
  border-radius: 1rem;
  line-height: 1;
  transition: all 0.3s;
}
.pro-tops .btn:hover {
  transform: translateY(-5px);
}
.pro-tops .mag {
  width: 1em;
  height: 1em;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-tops .num {
  margin-top: 0.2rem;
  border-top: 1px solid #e2e2e2;
  padding-top: 0.2rem;
  color: #666;
}
.pro-tops .num span {
  color: #333;
}

.pro-10 {
  padding: 1.01rem 0;
  min-height: 3.9rem;
}
.pro-10 .txt {
  line-height: 1.4666666667;
}
.pro-10 .d2 {
  margin-top: 0.32rem;
}
.pro-10 .aa {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 0.16rem 0.3rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #2386bd 0%, #21d978 100%), linear-gradient(#2386bd, #2386bd);
}
.pro-10 .ic {
  width: 1.3571428571em;
  height: 1em;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.3rem;
}
.pro-11 {
  padding-top: 0.6rem;
  overflow: hidden;
}
.pro-11 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.pro-11 .swipers {
  width: 51.9480519481%;
  position: relative;
}
.pro-11 .swiper1 {
  background-color: #f9f9f9;
}
.pro-11 .sw1 {
  cursor: pointer;
}
.pro-11 .img1 {
  position: relative;
  padding-top: 67.5%;
  /* background-color: #f9f9f9; */
}
.pro-11 .img1 img {
  -o-object-fit: contain;
     object-fit: contain;
 
}
.pro-11 .swiper2 {
  margin-top: 0.1rem;
  position: relative;
  padding: 0 0.56rem;
}
.pro-11 .sw2 {
  cursor: pointer;
}
.pro-11 .img2 {
  position: relative;
  padding-top: 105.5555555556%;
  background-color: #f9f9f9;
}
.pro-11 .img2 img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.8);
}
.pro-11 .text {
  width: 41.5584415584%;
  padding-top: 0.15rem;
}
.pro-11 .line {
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 0.26rem;
  margin-bottom: 0.5rem;
}
.pro-11 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.08rem;
}
.pro-11 .li {
  width: 46.875%;
  padding: 0.18rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.pro-11 .sp1 {
  color: #999;
}
.pro-11 .btns {
  margin-top: 0.82rem;
}
.pro-11 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
}
.pro-11 .aa .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.pro-11 .my-active::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 1;
}
.pro-11 .sbtn {
  z-index: 30;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.pro-11 .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.pro-11 .prev:hover {
  background-image: url(../images/icon-p13.png);
}
.pro-11 .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.pro-11 .next:hover {
  background-image: url(../images/icon-p23.png);
}
@media (max-width: 768px) {
  .pro-11 {
    padding-top: 0.4rem;
  }
  .pro-11 .swipers {
    width: 100%;
    order: 1;
  }
  .pro-11 .text {
    width: 100%;
    margin: 0;
    margin-top: 0.5rem;
    order: 2;
  }
}

.pro-12 {
  padding-top: 0.93rem;
  padding-bottom: 0.36rem;
}
.pro-12 .subtit {
  letter-spacing: 1px;
  line-height: 1.3;
  color: #666;
  margin-top: 0.2rem;
}
.pro-12 .cont {
  margin-top: 0.6rem;
  position: relative;
}
.p12_item {
  position: relative;
  padding-left: 1.4rem;
}
.p12_item.into .p12_line::after {
  height: 100%;
}
.p12_item .p12_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 100%;
}
.p12_item .p12_line::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 0.06rem #333 inset;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p12_item .p12_line::after {
  content: "";
  width: 33.3333333333%;
  height: 100%;
  height: 0;
  background-color: #333;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  transition: height 0.3s;
  z-index: 1;
}
.p12_item .dash {
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  height: calc(100% - 1em - 0.2rem);
  background-image: url(../images/a13.png);
  background-size: 30% auto;
  background-position: center top;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .p12_item {
    padding-left: 0;
  }
  .p12_item .p12_line {
    display: none;
  }
}

.pro12-1 {
  padding-bottom: 1.16rem;
}
.pro12-1 .img {
  position: relative;
  padding-top: 70.5882352941%;
}
.pro12-1 .swiper {
  margin-top: 0.48rem;
}
@media (max-width: 768px) {
  .pro12-1 {
    padding-bottom: 0.6rem;
  }
}

.pro12-2 {
  padding-bottom: 1.35rem;
}
.pro12-2 .swiper {
  margin-top: 0.42rem;
}
.pro12-2 .top {
  position: relative;
}
.pro12-2 .img {
  position: relative;
  padding-top: 72.7272727273%;
}
.pro12-2 .num {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 0.2rem;
  background-color: #333;
  color: #fff;
  width: 2.0833333333em;
  height: 2.0833333333em;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pro12-2 .text {
  margin-top: 0.27rem;
}
.pro12-2 .h3 {
  text-align: center;
}
.pro12-2 .bots {
  margin-top: 0.36rem;
  display: flex;
  align-items: center;
}
.pro12-2 .cs_btn {
  margin: 0;
  margin-right: 0.2rem;
}
.pro12-2 .swiper-scrollbar {
  flex-grow: 1;
  height: 2px;
  background-color: rgba(204, 204, 204, 0.5);
}
.pro12-2 .swiper-scrollbar-drag {
  background-color: #333;
}
.pro12-2 .swiper-pagination {
  width: auto;
  position: static;
  flex-shrink: 0;
  margin-left: 0.2rem;
  color: #999;
}
.pro12-2 .spp1 {
  color: #333;
}
@media (max-width: 768px) {
  .pro12-2 {
    padding-bottom: 0.6rem;
  }
}

.pro12-3 .swiper {
  margin-top: 0.45rem;
}
.pro12-3 .img {
  position: relative;
  padding-top: 50%;
}

.pro-13 {
  padding-top: 0.85rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.pro-13 .swiper {
  width: 12rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.5rem;
  position: relative;
}
.pro-13 .swiper-container {
  overflow: visible;
}
.pro-13 .sw {
  opacity: 0.3;
}
.pro-13 .swiper-slide-active {
  opacity: 1;
}
.pro-13 .swiper-slide-active .bot {
  opacity: 1;
}
.pro-13 .img {
  position: relative;
  padding-top: 55%;
  overflow: hidden;
}
.pro-13 .bot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.27rem;
  text-align: center;
  opacity: 0;
}
.pro-13 .h3 {
  color: #fff;
}
.pro-13 .btns {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.pro-13 .sbtn {
  width: 1em;
  height: 1em;
  background-color: #fff;
  margin: 0 0.2rem;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.9285714286% auto;
  transition: all 0.3s;
}
.pro-13 .sbtn:hover {
  background-color: #bd9e6d;
}
.pro-13 .prev {
  background-image: url(../images/icon-p11.png);
}
.pro-13 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.pro-13 .next {
  background-image: url(../images/icon-p21.png);
}
.pro-13 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .pro-13 {
    padding-bottom: 0.6rem;
  }
}

.pro-14 {
  background-color: #f1f0ec;
  padding-top: 1.15rem;
  padding-bottom: 1.2rem;
}
.pro-14 .swiper {
  margin-top: 0.55rem;
}
.pro-14 .sw:hover .h3 {
  color: #bd9e6d;
}
.pro-14 .top {
  background-color: #f9f9f9;
}
.pro-14 .img {
  position: relative;
  padding-top: 100%;
}
.pro-14 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: scale(0.6);
}
.pro-14 .bot {
  padding-top: 0.18rem;
}
.pro-14 .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-14 .d2 {
  color: #666;
  margin-top: 0.05rem;
}

.pro-tt {
  position: relative;
  padding-left: 0.5em;
  font-weight: 600;
}
.pro-tt::before {
  content: "";
  width: 4px;
  height: 0.9285714286em;
  background-color: #bd9e6d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.det-page {
  padding-top: 0.6rem;
  padding-bottom: 1.1rem;
}

.dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}

.form-dialog {
  display: none;
}
.form-dialog.show {
  display: block;
}
.form-dialog .dlg-cont {
  width: 5.8rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.form-dialog .off {
  position: absolute;
  bottom: 100%;
  left: calc(100% + 0.1rem);
  transform: translateY(0.1rem);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
}
.form-dialog .off:hover {
  background-color: #fff;
}
.form-dialog .tops {
  display: flex;
  position: relative;
}
.form-dialog .tops::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f3f3f3;
  -webkit-clip-path: polygon(0 0, calc(50% - 0.2rem) 0, calc(50% + 0.2rem) 100%, 0% 100%);
          clip-path: polygon(0 0, calc(50% - 0.2rem) 0, calc(50% + 0.2rem) 100%, 0% 100%);
  pointer-events: none;
}
.form-dialog .tp2 {
  background-color: #f3f3f3;
}
.form-dialog .tp2::before {
  background-color: #fff;
}
.form-dialog .ti {
  width: 50%;
  text-align: center;
  line-height: 0.8rem;
  position: relative;
  cursor: pointer;
  color: #999;
  font-weight: 600;
}
.form-dialog .ti.on {
  color: #222;
}
.form-dialog .forms {
  position: relative;
  padding: 0.48rem 0.5rem 0.4rem 0.4rem;
}
.form-dialog .fmi {
  display: none;
}
.form-dialog .fmi.show {
  display: block;
}
.form-dialog .tit {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form-dialog .fi {
  width: 100%;
  margin-bottom: 0.18rem;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .ft {
  margin-bottom: 0.1rem;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.48rem;
  min-height: 30px;
  padding: 0 0.2rem;
  background-color: #fff;
  border: solid 1px #e5e5e5;
}
.form-dialog .ta {
  width: 100%;
  height: 1.06rem;
  min-height: 100px;
  border: solid 1px #e5e5e5;
  padding: 0.2rem;
}
.form-dialog .code {
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.form-dialog .tip {
  color: #999;
}
.form-dialog .btns {
  margin-top: 0.18rem;
}
.form-dialog .submit {
  width: 100%;
  height: 0.48rem;
  border: none;
  background-color: #222;
  color: #fff;
  padding: 0 0.49rem;
  cursor: pointer;
}
.form-dialog .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #444;
  cursor: pointer;
  margin-right: 0.12rem;
  margin-bottom: 0.16rem;
  font-weight: 300;
}
.form-dialog .lab.selected .ic {
  box-shadow: 0 0 0 1px #222;
}
.form-dialog .lab.selected .ic::before {
  content: "";
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 3px;
}
.form-dialog .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #999;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 0.4em;
  position: relative;
}
.form-dialog .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@media (max-width: 768px) {
  .form-dialog .form {
    padding: 0.3rem;
  }
  .form-dialog .fi {
    width: 100%;
  }
  .form-dialog .btns {
    text-align: center;
  }
}

.my-dialog {
  display: none;
}
.my-dialog.show {
  display: block;
}
.my-dialog .dlg-cont {
  width: 5rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.58rem 0.5rem 0.65rem;
  background-color: #fff;
}
.my-dialog .off {
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-image: url(../images/a20.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.my-dialog .off:hover {
  background-image: url(../images/a21.png);
}
.my-dialog .ftit {
  font-weight: 600;
  text-align: center;
}
.my-dialog .fbox {
  margin-top: 0.36rem;
}
.my-dialog .fi {
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 0.2rem;
  position: relative;
}
.my-dialog .fi .ic {
  width: 0.7rem;
  height: 0.6rem;
  padding-left: 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.my-dialog .fi .ic::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #ccc;
}
.my-dialog .fi .ii {
  width: 0.2rem;
  height: 0.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.my-dialog .fi .inp {
  flex-grow: 1;
}
.my-dialog .fi .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  padding: 0 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ip::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ip::placeholder {
  color: #bbb;
}
.my-dialog .fi .ta {
  width: 100%;
  height: 1.3rem;
  border: none;
  padding: 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ta::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ta::placeholder {
  color: #bbb;
}
.my-dialog .ww100 {
  width: 100% !important;
}
.my-dialog .f-block {
  display: block;
  height: 0.4rem;
  box-shadow: none;
}
.my-dialog .sel-box {
  flex-grow: 1;
  position: relative;
}
.my-dialog .tshow {
  z-index: 100;
}
.my-dialog .tshow .other {
  display: block;
}
.my-dialog .my-sel {
  width: 100%;
}
.my-dialog .my-sel.show .hd::before {
  transform: translateY(-50%) rotate(225deg);
}
.my-dialog .my-sel.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-dialog .my-sel .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  cursor: pointer;
  color: #999;
  background-color: #f6f6f6;
  position: relative;
  padding: 0 0.2rem;
  padding-right: 0.3rem !important;
}
.my-dialog .my-sel .hd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.my-dialog .my-sel .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-dialog .my-sel .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-dialog .my-sel .blist {
  border-radius: 0.06rem;
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-dialog .my-sel .bitem {
  background-color: #fff;
  color: #666;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
}
.my-dialog .my-sel .bitem:hover {
  background-color: #f1f4f9;
}
.my-dialog .my-sel .bitem.selected {
  background-color: #f1f4f9;
}
.my-dialog .btns {
  margin-top: 0.4rem;
}
.my-dialog .btn {
  width: 100%;
  line-height: 1;
  padding: 0.16rem 0.42rem;
  height: 0.54rem;
  background-color: #bd9e6d;
  color: #fff;
  border: none;
  cursor: pointer;
}
.my-dialog .te {
  text-align: center;
}
.my-dialog .te .t1 {
  font-weight: 600;
}
.my-dialog .te .t2 {
  margin-top: 0.18rem;
}
.my-dialog .te .t3 {
  margin-top: 0.38rem;
}
.my-dialog .te .aa {
  display: inline-block;
  background-color: #bd9e6d;
  color: #fff;
  padding: 0.16rem 0.48rem;
}
@media (max-width: 768px) {
  .my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .my-dialog .fi {
    width: 100%;
  }
  .my-dialog .f-block {
    height: auto;
  }
  .my-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .my-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .my-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

.my-select {
  width: 100%;
  position: relative;
}
.my-select.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-select .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  min-height: 40px;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  position: relative;
  padding: 0 0.2rem;
  border: 2px solid #d4d4d4;
  padding-right: 0.45rem !important;
}
.my-select .hd::before {
  content: "";
  width: 1.1em;
  height: 1em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.my-select .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-select .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-select .blist {
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-select .bitem {
  background-color: #fff;
  color: #333;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
}
.my-select .bitem:hover {
  background-color: #f1f4f9;
}
.my-select .bitem.selected {
  background-color: #f1f4f9;
}

.about-1 {
  padding-top: 0.95rem;
  padding-bottom: 1.2rem;
}
.about-1 .ul {
  margin-top: 0.52rem;
}
.about-1 .li {
  margin-bottom: 1rem;
}
.about-1 .li:last-child {
  margin-bottom: 0;
}
.about-1 .li:nth-child(2n-1) .img {
  border-radius: 0.6rem 0 0 0;
}
.about-1 .li:nth-child(2n) .img {
  border-radius: 0 0.6rem 0 0;
}
.about-1 .dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-1 .imgs {
  width: 50%;
}
.about-1 .img {
  position: relative;
  padding-top: 62.3376623377%;
  overflow: hidden;
}
.about-1 .text {
  width: 38.961038961%;
  display: flex;
  align-items: center;
}
.about-1 .tbox {
  width: 100%;
}
.about-1 .txt {
  line-height: 1.8333333333;
  color: #666;
}
.about-1 .ic_lists {
  margin-top: 0.34rem;
}
.about-1 .ic_list1 {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.about-1 .ic_item {
  display: inline-block;
  width: 1em;
  margin-bottom: 0.2rem;
}
.about-1 .ic_i {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #efefef;
}
.about-1 .ic_i .ii {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64.2857142857%;
  height: 64.2857142857%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 769px) {
  .about-1 .li:nth-child(2n) .dd {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .about-1 .imgs {
    width: 100%;
  }
  .about-1 .text {
    width: 100%;
    padding: 0.2rem;
  }
}

.about-2 {
  padding-top: 1.2rem;
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.about-2 .swiper1 {
  position: relative;
  margin-top: 0.52rem;
  overflow: hidden;
}
.about-2 .swiper1::before {
  content: "";
  width: 2.8rem;
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(249, 249, 249, 0), rgba(249, 249, 249, 0.8));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 21;
}
.about-2 .sbox1 {
  width: 12.5rem;
  max-width: 100%;
}
.about-2 .sbox1 .swiper-container {
  overflow: visible;
}
.about-2 .swiper2 {
  position: relative;
  margin-top: 0.66rem;
  overflow: hidden;
  padding: 0.5rem 0;
}
.about-2 .swiper2 .swiper-container {
  overflow: visible;
}
.about-2 .sw1 {
  display: flex;
  justify-content: space-between;
  z-index: 30;
}
.about-2 .sw1 .d1 {
  font-weight: 600;
  font-style: italic;
}
.about-2 .sw1 .intro {
  line-height: 1.8333333333;
  margin-top: 0.24rem;
  color: #666;
}
.about-2 .sw1 .text {
  width: 36%;
  padding-top: 0.45rem;
}
.about-2 .sw1 .imgs {
  width: 60%;
}
.about-2 .sw1 .img {
  position: relative;
  padding-top: 60%;
}
.about-2 .sw2 {
  position: relative;
  text-align: center;
  width: 1.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-2 .sw2 .yuan {
  position: relative;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  border-radius: 50%;
  cursor: pointer;
}
.about-2 .sw2 .yuan::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #d7d7d7;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: scale(0.5);
  opacity: 1;
  transition: opacity 0.3s;
}
.about-2 .sw2 .yy {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding-bottom: 0.2em;
  color: #666;
}
.about-2 .line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}
.about-2 .my-active .yuan {
  box-shadow: 0 0 0 1px inset #333;
}
.about-2 .my-active .yuan::before {
  background-color: #333;
}
.about-2 .my-active .yy {
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  font-size: 1.33em;
  padding-bottom: 0.4em;
}
.about-2 .btns {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.about-2 .sbtn {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  margin-right: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34.7826086957%;
  cursor: pointer;
  z-index: 30;
}
.about-2 .sbtn:hover {
  background-color: #bd9e6d;
  box-shadow: none;
}
.about-2 .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.about-2 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.about-2 .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.about-2 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .about-2 .sw1 {
    flex-wrap: wrap;
  }
  .about-2 .sw1 .text {
    width: 100%;
    order: 2;
    padding-top: 0.2rem;
  }
  .about-2 .sw1 .imgs {
    width: 80%;
    order: 1;
  }
  .about-2 .swiper2 {
    margin-top: 0.4rem;
  }
  .about-2 .sbtn {
    display: none;
  }
}

.about-3 {
  padding: 1.2rem 0;
  overflow: hidden;
}
.about-3 .swiper1 {
  margin-top: 0.75rem;
  position: relative;
}
.about-3 .sw {
  height: auto;
  width: 3.35rem;
  width: 3.6rem;
  transform-origin: center;
  opacity: 0.5;
}
.about-3 .swiper-slide-active .img {
  opacity: 1;
}
.about-3 .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.about-3 .ii {
  width: 100%;
}
.about-3 .brand {
  width: 4.6rem;
  position: absolute;
  left: 50%;
  top: calc(100% - 0.1rem);
  transform: translate(-50%);
}
.about-3 .bots {
  width: 7.3rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-3 .name {
  flex-grow: 1;
  text-align: center;
  padding: 0 0.2rem;
}
.about-3 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.9285714286% auto;
  transition: all 0.3s;
  cursor: pointer;
}
.about-3 .sbtn:hover {
  background-color: #bd9e6d;
}
.about-3 .prev {
  background-image: url(../images/icon-p11.png);
}
.about-3 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.about-3 .next {
  background-image: url(../images/icon-p21.png);
}
.about-3 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .about-3 .brand {
    display: none;
  }
}

.about-4 {
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
}
.about-4 .img {
  margin-top: 0.52rem;
}
.about-5 {
  padding-top: 1.15rem;
  padding-bottom: 1.1rem;
  position: relative;
}
.about-5::before {
  content: "";
  display: block;
  width: 1.48rem;
  height: 1.48rem;
  background-image: url(../images/a23.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.9rem;
  top: 100%;
  transform: translateY(-40%);
  z-index: 30;
  pointer-events: none;
}
.about-5 .box {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.58rem;
}
.about-5 .swiper1 {
  width: 59.0909090909%;
  min-height: 5.8rem;
  overflow: hidden;
}
.about-5 .swiper1 .swiper-container {
  overflow: visible;
}
.about-5 .swiper2 {
  width: 39.6103896104%;
  position: relative;
}
.about-5 .swiper2 .swiper-container {
  height: 100%;
  border-radius: 0 0.4rem 0 0;
}
.about-5 .sw1 {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.about-5 .cy {
  background-color: #f9f9f9;
  width: 31.8681318681%;
  margin-right: 2.1978021978%;
  margin-bottom: 0.2rem;
  min-height: 2.8rem;
  text-align: center;
  position: relative;
}
.about-5 .cy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.about-5 .cy:nth-child(3n) {
  margin-right: 0;
}
.about-5 .cy:nth-child(4) {
  margin-bottom: 0;
}
.about-5 .cy:nth-child(5) {
  margin-bottom: 0;
}
.about-5 .cy:nth-child(6) {
  margin-bottom: 0;
}
.about-5 .cy.on {
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.08);
}
.about-5 .cy.on::before {
  transform: scaleX(1);
}
.about-5 .cy:nth-child(3n) {
  margin-right: 0;
}
.about-5 .cy:nth-child(4) {
  margin-bottom: 0;
}
.about-5 .cy:nth-child(5) {
  margin-bottom: 0;
}
.about-5 .cy:nth-child(6) {
  margin-bottom: 0;
}
.about-5 .cbox {
  height: 100%;
  padding: 0.6rem 0.45rem 0.2rem;
}
.about-5 .ii {
  width: 100%;
  height: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-5 .ste {
  color: #666;
  margin-top: 0.58rem;
  line-height: 1.3333333333;
  font-size: 0.18rem;
}
.about-5 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-5 .text2 {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.28rem 0.6rem 0.6rem;
  padding-left: 1rem;
}
.about-5 .text2 .t2 {
  line-height: 2;
  max-height: 12em;
  overflow-y: auto;
  margin-top: 0.28rem;
}
.about-5 .text2 .t2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.about-5 .text2 .t2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
}
.about-5 .text2 .t2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.about-5 .text2 .t3 {
  margin-top: 0.54rem;
}
.about-5 .text2 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.5) inset;
}
.about-5 .text2 .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.about-5 .ybox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 0.1rem rgba(51, 51, 51, 0.2);
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-5 .line {
  width: 1px;
  height: 1em;
  background-color: rgba(3, 51, 51, 0.2);
  margin: 0 0.15rem;
}
.about-5 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.about-5 .prev {
  background-image: url(../images/icon-p11.png);
}
.about-5 .prev:hover {
  background-image: url(../images/icon-p13.png);
}
.about-5 .next {
  background-image: url(../images/icon-p21.png);
}
.about-5 .next:hover {
  background-image: url(../images/icon-p23.png);
}
@media (max-width: 768px) {
  .about-5 .swiper1 {
    width: 100%;
  }
  .about-5 .swiper2 {
    width: 100%;
    margin-top: 0.7rem;
  }
  .about-5 .ybox {
    top: 0;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
  }
  .about-5 .text2 {
    padding: 0.8rem 0.5rem;
  }
}

.about-6 {
  overflow: hidden;
  padding-top: 1.15rem;
  padding-bottom: 1.2rem;
}
.about-6 .box {
  margin-top: 0.55rem;
}
.about-6 .swiper {
  margin-bottom: 1.24rem;
}
.about-6 .swiper:last-child {
  margin-bottom: 0;
}
.about-6 .swiper-container {
  overflow: visible;
}
.about-6 .sw {
  width: 4rem;
}
.about-6 .img {
  position: relative;
  padding-top: 100%;
}
.about-6 .text {
  padding-top: 0.22rem;
}
.about-6 .bots {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.about-6 .sp {
  color: #666;
}
.about-6 .intro {
  letter-spacing: 1px;
  line-height: 1.625;
  color: #666;
  border-top: 1px solid #dfdfdf;
  padding-top: 0.14rem;
  margin-top: 0.18rem;
}
.about-6 .swiper-pagination {
  flex-grow: 1;
  position: relative;
  height: 2px;
  background-color: #dad9d6;
}
.about-6 .swiper-pagination .swiper-pagination-progressbar {
  background-color: #333;
}
@media (max-width: 768px) {
  .about-6 .swiper {
    margin-bottom: 0.6rem;
  }
  .about-6 .sw {
    width: 100%;
  }
  .about-6 .bots {
    margin-top: 0.4rem;
  }
}

.home-1 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.home-1 .line {
  width: 1px;
  height: 1.5rem;
  background-color: #333;
  margin: 0 auto;
}
.home-1 .te {
  line-height: 2.0833333333;
  color: #8d8d8d;
  margin: 0.5rem 0;
}
.home-1 .ti {
  position: relative;
}
.home-1 .line-mask {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.65;
  pointer-events: none;
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.home-2 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #edece8;
  overflow: hidden;
}
.home-2 .box {
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-2 .imgs {
  width: 50%;
}
.home-2 .img {
  padding-top: 77.9220779221%;
}
.home-2 .text {
  width: 41.5584415584%;
  display: flex;
  align-items: center;
}
.home-2 .tbox {
  width: 100%;
}
.home-2 .intro {
  margin-top: 0.24rem;
  line-height: 2.0625;
}
.home-2 .btns {
  margin-top: 0.47rem;
}
.home-2 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
}
.home-2 .aa .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.home-2 .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.home-2 .watch::before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  border-radius: 50%;
  border: 1px dashed #fff;
}
.home-2 .nlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.05rem;
}
.home-2 .ni {
  position: relative;
}
.home-2 .ni:last-child {
  margin-right: 0;
}
.home-2 .ni:last-child::before {
  display: none;
}
.home-2 .ni::before {
  content: "";
  width: 1px;
  height: 0.34rem;
  background-color: #d0d0d0;
  position: absolute;
  left: calc(100% + 0.45rem);
  top: 0.16rem;
}
.home-2 .n12 {
  margin-top: 0.06rem;
}
@media (max-width: 768px) {
  .home-2 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .home-2 .imgs {
    width: 100%;
  }
  .home-2 .text {
    width: 100%;
  }
  .home-2 .nlist {
    text-align: center;
    margin: 0;
  }
  .home-2 .ni {
    width: 100%;
    margin: 0.2rem 0;
  }
  .home-2 .ni::before {
    display: none;
  }
}

.home-3 {
  padding-top: 1.16rem;
  padding-bottom: 0.4rem;
  overflow: hidden;
}
.home-3 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.42rem;
}
.home-3 .li {
  width: 23.0263157895%;
  margin-right: 2.6315789474%;
}
.home-3 .li:nth-child(4n) {
  margin-right: 0;
}
.home-3 .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-3 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.16rem 0;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
  margin-top: 0.32rem;
}
.home-3 .more .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.home-3 .ul1 {
  margin-top: 0.55rem;
}
.home-3 .li1 {
  float: left;
  width: 31.1688311688%;
  margin-bottom: 0.4rem;
  margin-right: 3.2467532468%;
}
.home-3 .li1:nth-child(3) {
  margin-right: 0;
}
.home-3 .li1:last-child {
  margin-right: 0;
}
.home-3 .aa {
  display: block;
  box-shadow: 0 -1px 0 0 inset #ebebeb;
  margin-bottom: 0;
}
.home-3 .aa:hover img {
  transform: scale(1.05);
}
.home-3 .aa:hover .h3 {
  color: #bd9e6d;
}
.home-3 .aa1 {
  height: 100%;
}
.home-3 .img1 {
  position: relative;
  padding-top: 179.1666666667%;
  overflow: hidden;
}
.home-3 .img2 {
  position: relative;
  padding-top: 72.9166666667%;
  overflow: hidden;
}
.home-3 .text {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}
.home-3 .h3 {
  font-size: 0.24rem;
  transition: color 0.3s;
}
.home-3 .d2 {
  margin-top: 0.14rem;
  font-size: 0.16rem;
}
@media (min-width: 769px) {
  .home-3 .ul1:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .home-3 .ul1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-3 .li1 {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .home-3 .li1:first-child {
    width: 100%;
  }
  .home-3 .li1:first-child .img1 {
    padding-top: 60%;
  }
  .home-3 .h3 {
    font-size: 0.24rem;
  }
  .home-3 .d2 {
    font-size: 0.2rem;
  }
}

.home-4 {
  padding-top: 0.36rem;
  padding-bottom: 1.1rem;
  overflow: hidden;
}
.home-4 .cont {
  position: relative;
}

.ho4-pc {
  position: relative;
}
.ho4-pc .titles {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.ho4-pc .btns {
  display: flex;
  margin-top: 0.7rem;
}
.ho4-pc .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 0.2rem;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.9285714286% auto;
}
.ho4-pc .sbtn:hover {
  background-color: #bd9e6d;
}
.ho4-pc .prev {
  background-image: url(../images/icon-p11.png);
}
.ho4-pc .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.ho4-pc .next {
  background-image: url(../images/icon-p21.png);
}
.ho4-pc .next:hover {
  background-image: url(../images/icon-p22.png);
}
.ho4-pc .ul {
  display: flex;
  flex-wrap: wrap;
}
.ho4-pc .sw {
  display: flex;
  flex-wrap: wrap;
}
.ho4-pc .li {
  width: 12.5%;
}
.ho4-pc .dd {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.ho4-pc .dd:hover .ii {
  transform: scale(1.1);
}
.ho4-pc .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px inset #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ho4-pc .ii {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ho4-pc {
    display: none;
  }
  .ho4-pc .ul {
    justify-content: space-between;
  }
  .ho4-pc .li {
    width: 48%;
    margin-right: 0;
  }
}

.ho4-mob {
  width: 100%;
}
.ho4-mob .swiper {
  margin-top: 0.4rem;
}
.ho4-mob .sw {
  display: flex;
  flex-wrap: wrap;
}
.ho4-mob .cy {
  width: 25%;
}
.ho4-mob .img {
  display: block;
  position: relative;
  padding-top: 100%;
  box-shadow: 0 0 0 1px inset #ebebeb;
}
.ho4-mob .ii {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ho4-mob .btns {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.ho4-mob .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 0.15rem;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.9285714286% auto;
}
.ho4-mob .sbtn:hover {
  background-color: #bd9e6d;
}
.ho4-mob .prev {
  background-image: url(../images/icon-p11.png);
}
.ho4-mob .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.ho4-mob .next {
  background-image: url(../images/icon-p21.png);
}
.ho4-mob .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (min-width: 769px) {
  .ho4-mob {
    position: absolute;
    left: -200vw;
    top: 0;
  }
}

.home-5 {
  padding-top: 1.16rem;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  background-color: #f8f7f6;
  overflow: hidden;
}
.home-5 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  margin-top: 0.5rem;
}
.home-5 .li {
  width: 32.012987013%;
  margin-right: 1.9480519481%;
  margin-bottom: 0.86rem;
  margin-bottom: 0.5rem;
}
.home-5 .li:nth-child(3n) {
  margin-right: 0;
}
.home-5 .dd {
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.home-5 .dd:hover {
  transform: translateY(-0.1rem);
}
.home-5 .dd:hover .img {
  opacity: 1;
}
.home-5 .dd:hover .h3 {
  color: #bd9e6d;
}
.home-5 .img {
  width: 2rem;
  margin: 0 auto;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.home-5 .ibox {
  position: relative;
  padding-top: 100%;
}
.home-5 .ibox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-5 .text {
  margin-top: 0.46rem;
}
.home-5 .h3 {
  transition: color 0.3s;
}
.home-5 .intro {
  color: #666;
  margin-top: 0.14rem;
}
@media (max-width: 768px) {
  .home-5 .ul {
    justify-content: space-between;
  }
  .home-5 .li {
    width: 48%;
    margin-right: 0;
  }
}

.home-6 {
  padding-top: 1.15rem;
  background-color: #edece8;
  overflow: hidden;
}
.home-6 .swiper {
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.home-6 .sw {
  padding-top: 4rem;
  text-align: center;
  transition: all 0.3s;
}
.home-6 .wbox {
	display: block;
  width: 2.4rem;
  margin: 0 auto;
  position: relative;
}
.home-6 .yuan {
  position: relative;
  transform: scale(0.75);
  transition: transform 0.2s;
}
.home-6 .img {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
.home-6 .yte {
  position: absolute;
  left: 0;
  top: calc(100% + 0.18rem);
  width: 100%;
  opacity: 0;
}
.home-6 .ii {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  max-width: 80%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-6 .btns {
  display: flex;
  justify-content: center;
  z-index: 30;
}
.home-6 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 0.15rem;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.9285714286% auto;
}
.home-6 .sbtn:hover {
  background-color: #bd9e6d;
}
.home-6 .prev {
  background-image: url(../images/icon-p11.png);
}
.home-6 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.home-6 .next {
  background-image: url(../images/icon-p21.png);
}
.home-6 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (min-width: 769px) {
  .home-6 .swiper {
    height: 6rem;
    overflow: hidden;
    background-image: url(../images/ho6_0.png);
  }
  .home-6 .swiper-slide-active {
    padding-top: 2.8rem;
  }
  .home-6 .swiper-slide-active + .sw {
    padding-top: 0.75rem;
  }
  .home-6 .swiper-slide-active + .sw + .sw {
    padding-top: 0;
  }
  .home-6 .swiper-slide-active + .sw + .sw .yuan {
    transform: scale(1);
  }
  .home-6 .swiper-slide-active + .sw + .sw .yte {
    opacity: 1;
  }
  .home-6 .swiper-slide-active + .sw + .sw + .sw {
    padding-top: 0.75rem;
  }
  .home-6 .swiper-slide-active + .sw + .sw + .sw + .sw {
    padding-top: 2.8rem;
  }
  .home-6 .btns {
    position: absolute;
    left: 50%;
    bottom: 1.6rem;
    transform: translate(-50%);
  }
}
@media (max-width: 768px) {
  .home-6 .swiper {
    background-image: none;
    margin-top: 0rem;
  }
  .home-6 .sw {
    padding: 0.5rem 0;
  }
  .home-6 .yte {
    opacity: 1;
  }
  .home-6 .btns {
    margin-top: 0.2rem;
  }
}

.home-7 {
  padding-top: 1.15rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.home-7 .swiper {
  margin-top: 0.7rem;
}
.home-7 .sw {
  height: auto;
}
.home-7 .sw:hover .img img {
  transform: scale(1.1);
}
.home-7 .sw:hover .h3 {
  color: #bd9e6d;
}
.home-7 .img {
  position: relative;
  padding-top: 47.2972972973%;
}
.home-7 .text {
  display: flex;
  justify-content: space-between;
  padding-top: 0.33rem;
}
.home-7 .time {
  flex-shrink: 0;
  margin-right: 0.8rem;
  line-height: 1.5;
}
.home-7 .h3 {
  line-height: 1.5;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-7 .intro {
  color: #666;
  line-height: 1.625;
  margin-top: 0.12rem;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-7 .swiper-scrollbar {
  height: 2px;
  background-color: #dad9d6;
  margin-top: 0.5rem;
}
.home-7 .swiper-scrollbar-drag {
  background-color: #333;
}
@media (max-width: 768px) {
  .home-7 .text {
    flex-wrap: wrap;
  }
  .home-7 .time {
    width: 100%;
  }
  .home-7 .tri {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.home-8 {
  padding-top: 1.15rem;
  padding-bottom: 1.05rem;
  overflow: hidden;
  color: #fff;
}
.home-8 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.home-8 .li {
  width: 25%;
}
.home-8 .dd {
  position: relative;
  min-height: 2.7rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.home-8 .d11 {
  margin-bottom: 0.16rem;
}
.home-8 .d12 {
  display: none;
}
@media (min-width: 769px) {
  .home-8 .li:nth-child(4n) .dd::before {
    display: none;
  }
  .home-8 .li:nth-child(1) .dd::after, .home-8 .li:nth-child(2) .dd::after, .home-8 .li:nth-child(3) .dd::after, .home-8 .li:nth-child(4) .dd::after {
    display: none;
  }
  .home-8 .dd::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
  }
  .home-8 .dd::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    opacity: 0.2;
  }
  .home-8 .dd:hover {
    background-image: linear-gradient(180deg, rgba(189, 158, 109, 0) 0, rgba(189, 158, 109, 0.2) 100%);
  }
}
@media (max-width: 768px) {
  .home-8 .li {
    width: 50%;
  }
  .home-8 .dd {
    padding: 0.2rem;
    box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.2);
  }
  .home-8 .d12 {
    display: block !important;
  }
}

.home-9 {
  margin-top: 1.2rem;
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.home-9::before {
  content: "";
  width: 13rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f3f3f3;
}
.home-9 .box {
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.home-9 .imgs {
  width: 45.4545454545%;
}
.home-9 .img {
  position: relative;
  padding-top: 77.1428571429%;
  border-radius: 0 0 1rem 0;
}
.home-9 .img:hover img {
  transform: scale(1.05);
}
.home-9 .text {
  width: 42.8571428571%;
  display: flex;
  align-items: center;
}
.home-9 .tbox {
  width: 100%;
}
.home-9 .intro {
  line-height: 1.9;
  margin-top: 0.24rem;
}
.home-9 .d3 {
  margin-top: 0.3rem;
}
.home-9 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
}
.home-9 .aa .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.home-9 .line {
  width: 0.4rem;
  height: 4px;
  background-color: #bd9e6d;
  margin-top: 0.4rem;
  margin-bottom: 0.55rem;
}
.home-9 .d5 {
  color: #666;
}
.home-9 .d6 {
  margin-top: 0.12rem;
}
@media (max-width: 768px) {
  .home-9 {
    background-color: #f3f3f3;
  }
  .home-9::before {
    display: none;
  }
  .home-9 .imgs {
    width: 100%;
  }
  .home-9 .text {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.ctc-0 {
  padding-top: 0.5rem;
}
.ctc-0 .com-tops {
  padding-bottom: 0.7rem;
  box-shadow: 0 -1px 0 0 inset #efefef;
}

.ctc-1 {
  padding-bottom: 1.2rem;
}
.ctc-1 .ul {
  width: 12rem;
  margin: 0 auto;
  max-width: 100%;
}
.ctc-1 .li {
  margin-top: 0.6rem;
}
.ctc-1 .dd {
  border-radius: 0px 0.6rem 0px 0px;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctc-1 .dd:hover .img img {
  transform: scale(1.05);
}
.ctc-1 .imgs {
  width: 45%;
}
.ctc-1 .img {
  position: relative;
  height: 100%;
  padding-top: 74.0740740741%;
  overflow: hidden;
}
.ctc-1 .text {
  width: 40%;
  margin: 0 0.6rem;
  display: flex;
  align-items: center;
}
.ctc-1 .tbox {
  width: 100%;
}
.ctc-1 .line {
  height: 1px;
  background-color: #efefef;
  position: relative;
  margin-top: 0.27rem;
  margin-bottom: 0.28rem;
}
.ctc-1 .line::before {
  content: "";
  width: 0.3rem;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ctc-1 .d3 {
  color: #666;
  line-height: 2.25;
  margin-top: 0.06rem;
}
@media (max-width: 768px) {
  .ctc-1 .imgs {
    width: 100%;
    order: 1;
  }
  .ctc-1 .text {
    width: 100%;
    order: 2;
    margin: 0;
    padding: 0.3rem;
  }
}

.ctc-2 {
  padding-top: 1.22rem;
  padding-bottom: 1.5rem;
  background-color: #f1f0ed;
}
.ctc-2 .subtit {
  color: #666;
  margin-top: 0.22rem;
}
.ctc-2 .form {
  width: 10.2rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.55rem;
}
.ctc-2 .fbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctc-2 .fi {
  width: 49.3421052632%;
  margin-bottom: 0.3rem;
  position: relative;
}
.ctc-2 .fi:last-child {
  margin-bottom: 0;
}
.ctc-2 .w100 {
  width: 100%;
}
.ctc-2 .ft {
  color: #444;
}
.ctc-2 .fb {
  margin-top: 0.11rem;
}
.ctc-2 .ip {
  width: 100%;
  height: 0.56rem;
  min-height: 40px;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  padding: 0 0.2rem;
}
.ctc-2 .ip::-moz-placeholder {
  color: #bbb;
}
.ctc-2 .ip::placeholder {
  color: #bbb;
}
.ctc-2 .ta {
  width: 100%;
  height: 1.86rem;
  border: solid 1px #e8e8e8;
  padding: 0.18rem;
}
.ctc-2 .ta::-moz-placeholder {
  color: #bbb;
}
.ctc-2 .ta::placeholder {
  color: #bbb;
}
.ctc-2 .code {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: auto;
}
.ctc-2 .ww100 {
  width: 100%;
  align-items: flex-start;
}
.ctc-2 .tip {
  color: #999;
  font-weight: 300;
  margin-top: 0.1rem;
}
.ctc-2 .btns {
  margin-top: 0.36rem;
}
.ctc-2 .submit {
  display: inline-flex;
  align-items: center;
  border: none;
  background-color: #f1f0ed;
  padding-bottom: 0.14rem;
  box-shadow: 0 -1px 0 0 inset #d9d9d9;
  cursor: pointer;
  transition: all 0.3s;
}
.ctc-2 .submit .sic {
  width: 1.1875em;
  height: 1em;
  margin-left: 0.2rem;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ctc-2 .lab-list {
  margin-top: 0.14rem;
}
.ctc-2 .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #444;
  cursor: pointer;
  margin-right: 0.14rem;
}
.ctc-2 .lab.selected .ic {
  box-shadow: 0 0 0 1px #222 inset;
}
.ctc-2 .lab.selected .ic::before {
  content: "";
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 3px;
}
.ctc-2 .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #999 inset;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 0.5em;
  position: relative;
}
.ctc-2 .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@media (max-width: 768px) {
  .ctc-2 .fi {
    width: 100%;
  }
  .ctc-2 .lab {
    margin-bottom: 1em;
  }
}

.workshop-1 {
  padding-top: 0.55rem;
  padding-bottom: 1.2rem;
}
.workshop-1 .li {
  margin-bottom: 1.2rem;
}
.workshop-1 .li:last-child {
  margin-bottom: 0;
}
.workshop-1 .dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workshop-1 .imgs {
  width: 50%;
}
.workshop-1 .img {
  position: relative;
  padding-top: 67.5324675325%;
  overflow: hidden;
}
.workshop-1 .img:hover img {
  transform: scale(1.05);
}
.workshop-1 .text {
  width: 43.5064935065%;
  display: flex;
  align-items: center;
}
.workshop-1 .tbox {
  width: 100%;
}
.workshop-1 .line {
  height: 1px;
  background-color: #3a3a3a;
  margin-top: 0.23rem;
  margin-bottom: 0.31rem;
}
.workshop-1 .intro {
  color: #666;
  line-height: 2;
}
.workshop-1 .d3 {
  margin-top: 0.3rem;
}
.workshop-1 .txt {
  color: #666;
  line-height: 2.125;
  margin-top: 0.14rem;
}
.workshop-1 .watch {
  width: 1em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17.1428571429% auto;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .workshop-1 .li:nth-child(2n) .dd {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .workshop-1 .li {
    margin-bottom: 0.8rem;
  }
  .workshop-1 .imgs {
    width: 100%;
  }
  .workshop-1 .text {
    width: 100%;
    padding: 0 0.2rem;
    padding-top: 0.4rem;
  }
}

.workshop-2 {
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
}
.workshop-2 .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.workshop-2 .btns {
  display: flex;
}
.workshop-2 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-left: 0.2rem;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.9285714286% auto;
}
.workshop-2 .sbtn:hover {
  background-color: #bd9e6d;
}
.workshop-2 .prev {
  background-image: url(../images/icon-p11.png);
}
.workshop-2 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.workshop-2 .next {
  background-image: url(../images/icon-p21.png);
}
.workshop-2 .next:hover {
  background-image: url(../images/icon-p22.png);
}
.workshop-2 .swiper {
  margin-top: 0.58rem;
}
.workshop-2 .sw:hover .img img {
  transform: scale(1.1);
}
.workshop-2 .sw:hover .h3 {
  color: #bd9e6d;
}
.workshop-2 .img {
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
}
.workshop-2 .text {
  text-align: center;
  margin-top: 0.28rem;
}
.workshop-2 .h3 {
  transition: color 0.3s;
}

.download-11 {
  padding-top: 0.49rem;
}
.download-11 .title {
  padding-bottom: 0.73rem;
  border-bottom: 1px solid #efefef;
}
.download-11 .d-item {
  padding-top: 1.15rem;
  padding-bottom: 0.6rem;
}
.download-11 .d-item:first-child {
  padding-top: 0.56rem;
}
.download-11 .d-item:nth-child(2n) {
  background-color: #f9f9f9;
}
.download-11 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}
.download-11 .li {
  width: 23.0519480519%;
  margin-right: 2.5974025974%;
  margin-bottom: 0.6rem;
}
.download-11 .li:nth-child(4n) {
  margin-right: 0;
}
.download-11 .dd {
  display: block;
  height: 100%;
}
.download-11 .dd:hover .top img {
  transform: scale(1.1);
}
.download-11 .top {
  position: relative;
  padding-top: 67.6056338028%;
  background-color: #dfdfdf;
  overflow: hidden;
}
.download-11 .bot {
  margin-top: 0.24rem;
}
.download-11 .btn {
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.12rem;
  position: relative;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
}
.download-11 .ic {
  width: 1.2857142857em;
  height: 1em;
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.2rem;
}
@media (max-width: 1280px) {
  .download-11 .list {
    justify-content: space-between;
  }
  .download-11 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.download-21 {
  padding-top: 0.5rem;
  padding-bottom: 0.27rem;
}
.download-21 .big {
  position: relative;
  margin-top: 0.75rem;
}
.download-21 .big .img {
  position: relative;
  padding-top: 45.4545454545%;
}
.download-21 .big .img::after {
  content: "";
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.download-21 .big .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.download-21 .big .watch::before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  border-radius: 50%;
  border: 1px dashed #fff;
}
.download-21 .big .text {
  position: absolute;
  left: 0;
  bottom: 0.38rem;
  padding: 0 0.4rem;
  color: #fff;
}
.download-21 .big .icon {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/a4.png);
}
.download-21 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.47rem;
  margin-bottom: 0.4rem;
}
.download-21 .ul .li {
  width: 31.1688311688%;
  margin-right: 3.2467532468%;
  margin-bottom: 0.6rem;
}
.download-21 .ul .li:nth-child(3n) {
  margin-right: 0;
}
.download-21 .ul .dd {
  display: block;
}
.download-21 .ul .dd:hover .img img {
  opacity: 0.7;
}
.download-21 .ul .dd:hover .btns {
  opacity: 1;
}
.download-21 .ul .top {
  position: relative;
}
.download-21 .ul .img {
  background-color: #000;
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
}
.download-21 .ul .bot {
  margin-top: 0.27rem;
  text-align: center;
}
.download-21 .ul .h3 {
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.download-21 .ul .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.download-21 .ul .watch {
  width: 1em;
  height: 1em;
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  cursor: pointer;
  margin: 0.1rem;
}
.download-21 .ul .download {
  width: 1em;
  height: 1em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33% auto;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  cursor: pointer;
  margin: 0.1rem;
}
@media (max-width: 1280px) {
  .download-21 .ul {
    justify-content: space-between;
  }
  .download-21 .ul .li {
    width: 48%;
    margin-right: 0;
  }
  .download-21 .ul .img img {
    opacity: 0.7;
  }
  .download-21 .ul .btns {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .download-21 .ul .li {
    width: 100%;
  }
}

.case-1 {
  padding-top: 0.48rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.case-1 .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-1 .sels {
  display: flex;
  position: relative;
}
.case-1 .sitem {
  width: 2.2rem;
  margin-right: 0.6rem;
}
.case-1 .sitem:last-child {
  margin-right: 0;
}
.case-1 .container {
  /* width: calc(100% + 0.5rem); */
  /* margin-left: -0.25rem; */
  margin-top: 0.38rem;
  min-height: 3rem;
}
.case-1 .grid_item {
  float: left;
  width: 33%;
	width: calc(1 / 3 * 100%);
  padding: 0 0.25rem 0.3rem;
}
.case-1 .grid_item .dd {
  display: block;
  box-shadow: 0 -1px 0 0 #ebebeb inset;
}
.case-1 .grid_item .dd:hover .ii {
  transform: scale(1.05);
}
.case-1 .grid_item .dd:hover .h3 {
  color: #bd9e6d;
}
.case-1 .grid_item .img {
  position: relative;
  overflow: hidden;
}
.case-1 .grid_item .ii {
  width: 100%;
  transition: all 0.3s;
}
.case-1 .grid_item .bot {
  position: relative;
  padding-top: 0.27rem;
  padding-bottom: 0.3rem;
}
.case-1 .grid_item .h3 {
  transition: color 0.3s;
}
.case-1 .grid_item .d2 {
  margin-top: 0.16rem;
  color: #666;
}
.case-1 .grid_item .ic {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.case-1 .btns {
  text-align: center;
}
.case-1 .more {
  display: inline-block;
  line-height: 3.75;
  padding: 0 0.63rem;
  border-radius: 0px 0px 0.3rem 0px;
  box-shadow: 0 0 0 1px inset #efefef;
  cursor: pointer;
  transition: all 0.3s;
}
.case-1 .more:hover {
  background-color: #bd9e6d;
  color: #fff;
}
.case-1 .teshu {
  position: static;
}
.case-1 .teshu  .blist {
  display: flex;
  flex-wrap: wrap;
}
.case-1 .teshu  .bitem {
  width: 25%;
}

.case-1 .size2 .grid_item .img {
  position: relative;
  /* padding-top: 60%; */
}
/* .case-1 .size2 .grid_item .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */

@media (max-width: 768px) {
  .case-1 .tops {
    flex-wrap: wrap;
  }
  .case-1 .sels {
    width: 100%;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .case-1 .sitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .case-1 .grid_item {
    width: 50%;
  }
}

.case-select {
  width: 100%;
  position: relative;
}
.case-select.show .c_bd {
  opacity: 1;
  pointer-events: auto;
}
.case-select .c_hd {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 -2px 0 0 #dad9d6 inset;
  position: relative;
  padding-bottom: 0.19rem;
  padding-right: 0.45rem !important;
}
.case-select .c_hd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0.5em;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: all 0.3s;
}
.case-select .c_hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case-select .c_bd {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: calc(100% + 0.2rem);
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.case-select .blist {
  max-height: 5rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
  padding: 0.18rem 0;
}
.case-select .bitem {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.case-select .bitem:hover {
  background-color: #f1f4f9;
}
.case-select .lab {
  position: relative;
  padding: 0.12rem 0.2rem;
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.case-select .lab.selected .cic {
  background-color: #333;
}
.case-select .lab.selected .cic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
}
.case-select .cic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #d9d9d9;
  flex-shrink: 0;
  margin-right: 0.2rem;
  position: relative;
}
.case-select input[type=checkbox] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@media (max-width: 768px) {
  .case-select .c_bd {
    width: 100%;
  }
}

.case_setup {
  margin-top: 0.56rem;
  display: none;
}
.case_setup.show {
  display: block;
}
.case_setup .res_tag {
  display: inline;
}
.case_setup .res_i {
  display: inline-flex;
  align-items: center;
  line-height: 2.5;
  padding: 0 0.2rem;
  color: #666;
  background-color: #f9f9f9;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.case_setup .ric {
  width: 1em;
  height: 1em;
  background-image: url(../images/a21.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(0.75);
  margin-left: 0.2rem;
}
.case_setup .clean {
  line-height: 2.5;
  display: inline;
  cursor: pointer;
  text-decoration: underline;
}

.case-list {
  margin-bottom: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.case-list .li {
  width: 31.5789473684%;
  margin-right: 2.6315789474%;
  margin-bottom: 0.5rem;
  position: relative;
}
.case-list .li:nth-child(3n) {
  margin-right: 0;
}
.case-list .dd {
  display: block;
  position: relative;
  height: 100%;
  box-shadow: 0 -1px 0 0 inset #e9e9e9;
}
.case-list .dd::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #bd9e6d;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.case-list .dd:hover::before {
  transform: scaleX(1);
}
.case-list .dd:hover .img img {
  transform: scale(1.1);
}
.case-list .dd:hover .h3 {
  color: #bd9e6d;
}
.case-list .dd:hover .ic {
  background-image: url(../images/a2.png);
}
.case-list .img {
  padding-top: 56.25%;
  overflow: hidden;
}
.case-list .text {
  padding-top: 0.25rem;
  padding-bottom: 0.21rem;
}
.case-list .d1 {
  position: relative;
  padding-right: 0.2rem;
}
.case-list .h3 {
  font-weight: 600;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-list .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case-list .d2 {
  color: #666;
  line-height: 1.75;
  margin-top: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case-list .btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.2rem 0.2rem;
  background-color: #bbb;
  color: #fff;
  border-radius: 1rem;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .case-list .li:nth-child(3n) {
    transition-delay: 0.6s;
  }
  .case-list .li:nth-child(3n-1) {
    transition-delay: 0.3s;
  }
}
@media (max-width: 768px) {
  .case-list {
    justify-content: space-between;
  }
  .case-list .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.case-11 {
  padding-top: 0.56rem;
  padding-bottom: 0.4rem;
}
.case-11 .img {
  padding-top: 52.9411764706%;
}
.case-11 .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.32rem;
}
.case-11 .tle {
  color: #666;
}
.case-11 .tle span {
  margin-right: 3em;
}
.case-11 .shares {
  position: relative;
  margin-left: 0.1rem;
  display: flex;
}
.case-11 .shares:hover .bd {
  display: block;
}
.case-11 .shares .si {
  position: relative;
  margin-left: 0.2rem;
}
.case-11 .shares .si:hover .hd {
  filter: none;
}
.case-11 .shares .hd {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  filter: grayscale(1);
}
.case-11 .shares .hd img {
  height: 1em;
}
.case-11 .shares .bd {
  position: absolute;
  left: 50%;
  top: 105%;
  transform: translateX(-50%);
  display: none;
  z-index: 30;
}
.case-11 .shares .bbox img {
  max-width: none;
  width: 1.2rem;
}
.case-11 .shares .i2 {
  display: none;
}
.case-11 .text {
  padding-top: 0.94rem;
  border-top: 1px solid #e5e5e5;
  line-height: 1.75;
  margin-top: 0.78rem;
}
.case-11 .swiper1 {
  margin-top: 0.56rem;
}
.case-11 .img1 {
  position: relative;
  padding-top: 46.7532467532%;
  overflow: hidden;
}
.case-11 .img1  img{
	object-fit: contain;
	
}
.case-11 .swiper2 {
  padding: 0 1.2rem;
  position: relative;
}
.case-11 .img2 {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.case-11 .swiper2 {
  margin-top: 0.2rem;
  position: relative;
}
.case-11 .sw2 {
  opacity: 0.3;
  cursor: pointer;
}
.case-11 .my-active {
  opacity: 1;
}
.case-11 .swiper-pagination {
  width: auto;
  text-align: right;
  right: 0.3rem;
  bottom: 0.28rem;
  color: #fff;
  z-index: 30;
}
.case-11 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.9285714286% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.case-11 .sbtn:hover {
  background-color: #bd9e6d;
}
.case-11 .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.case-11 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.case-11 .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.case-11 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .case-11 .h1 {
    text-align: center;
  }
  .case-11 .tops {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .case-11 .tle {
    width: 100%;
  }
  .case-11 .tle span {
    margin: 1em;
  }
  .case-11 .shares {
    margin-top: 0.2rem;
  }
}

.case-12 {
  padding-top: 0.36rem;
  padding-bottom: 0.6rem;
}
.case-12 .h2 {
  font-weight: 600;
}
.case-12 .line {
  height: 1px;
  background-color: #3a3a3a;
  margin-top: 0.34rem;
  margin-bottom: 0.34rem;
}
.case-12 .txt {
  line-height: 1.75;
  color: #666;
}

.case-13 {
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
}
.case-13 .swiper {
  background-color: #f9f9f9;
  margin-top: 0.6rem;
}
.case-13 .sw {
  padding: 1.3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case-13 .text {
  width: 38.961038961%;
  margin: 0 1rem;
}
.case-13 .imgs {
  width: 32.4675324675%;
  margin: 0 1rem;
}
.case-13 .img {
  position: relative;
  padding-top: 68%;
}
.case-13 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-13 .line {
  height: 1px;
  background-color: #dfdfdf;
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
}
.case-13 .txt {
  line-height: 2.125;
}
.case-13 .txt span {
  color: #999;
}
.case-13 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
  margin-top: 0.51rem;
}
.case-13 .btn .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .case-13 .sw {
    padding: 0.3rem;
  }
  .case-13 .imgs {
    width: 80%;
    margin: 0 auto;
    margin-top: 0.1rem;
  }
  .case-13 .text {
    width: 100%;
    margin: 0;
  }
}

.case-14 {
  padding-top: 1.14rem;
  padding-bottom: 1.2rem;
}
.case-14 .swiper {
  margin-top: 0.58rem;
}
.case-14 .sw {
  height: auto;
  box-shadow: 0 -1px 0 0 #ebebeb inset;
}
.case-14 .sw:hover::before {
  transform: scaleX(1);
}
.case-14 .sw:hover .img img {
  transform: scale(1.1);
}
.case-14 .sw:hover .h3 {
  color: #bd9e6d;
}
.case-14 .sw::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3a3a3a;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.case-14 .img {
  position: relative;
  padding-top: 83.3333333333%;
  overflow: hidden;
}
.case-14 .bot {
  position: relative;
  padding-top: 0.28rem;
  padding-bottom: 0.3rem;
}
.case-14 .h3 {
  transition: color 0.3s;
}
.case-14 .d2 {
  margin-top: 0.14rem;
  color: #666;
}
.case-14 .ic {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.quality-1 {
  padding-top: 0.95rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.quality-1 .box {
  margin-top: 0.22rem;
  display: flex;
  flex-wrap: wrap;
}
.quality-1 .le {
  width: 22.7272727273%;
  padding: 0.16rem 0;
}
.quality-1 .ri {
  width: 63.6363636364%;
}
.quality-1 .li {
  margin: 0.12rem 0;
}
.quality-1 .li.on .dd {
  color: #333;
  box-shadow: 0 -1px 0 0 #333 inset;
}
.quality-1 .li.on .dd .sp {
  font-size: 1.1111111111em;
}
.quality-1 .li.on .dd .ic {
  opacity: 1;
}
.quality-1 .dd {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0.16rem 0;
}
.quality-1 .dd:hover {
  color: #333;
}
.quality-1 .dd .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
  opacity: 0;
}
.quality-1 .cont {
  position: relative;
}
.quality-1 .citem {
  width: 100%;
  padding-left: 1.8rem;
  padding-bottom: 0.16rem;
  position: absolute;
  top: 0;
  left: -200vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.quality-1 .citem.show {
  position: relative;
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
.quality-1 .brand {
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.6rem;
  min-height: 3.6rem;
  padding: 0.72rem 0.4rem 0.4rem;
  z-index: 30;
}
.quality-1 .brand .d2 {
  line-height: 2.0625;
  color: #666;
  margin-top: 0.2rem;
  max-height: 10.3125em;
  overflow-y: auto;
}
.quality-1 .bt_box {
  display: none;
}
.quality-1 .bt_box.show {
  display: block;
}
.quality-1 .swiper {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.quality-1 .swiper-box {
  width: 8rem;
}
.quality-1 .swiper-box .swiper-container {
  overflow: visible;
}
.quality-1 .sw {
  opacity: 0.4;
}
.quality-1 .swiper-slide-active {
  opacity: 1;
}
.quality-1 .img {
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
  border-radius: 0 0.6rem 0 0;
}
.quality-1 .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.22rem;
}
.quality-1 .swiper-pagination {
  width: auto;
  position: static;
  flex-shrink: 0;
  color: #666;
  margin: 0 0.12rem;
}
.quality-1 .spp1 {
  color: #333;
}
.quality-1 .sp_nums {
  flex-shrink: 0;
  color: #666;
  margin: 0 0.12rem;
}
.quality-1 .sbtn {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.quality-1 .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.quality-1 .prev:hover {
  background-image: url(../images/icon-p13.png);
}
.quality-1 .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.quality-1 .next:hover {
  background-image: url(../images/icon-p23.png);
}
@media (max-width: 768px) {
  .quality-1 .le {
    width: 100%;
  }
  .quality-1 .ri {
    width: 100%;
  }
  .quality-1 .citem {
    padding: 0;
  }
  .quality-1 .brand {
    width: 100%;
    position: relative;
  }
  .quality-1 .swiper {
    width: 100%;
  }
  .quality-1 .swiper-box {
    width: 100%;
  }
  .quality-1 .sw {
    opacity: 1;
  }
  .quality-1 .ul {
    display: flex;
    flex-wrap: wrap;
  }
  .quality-1 .li {
    margin: 0 0.1rem;
  }
  .quality-1 .dd .sp {
    font-size: 1em !important;
  }
  .quality-1 .dd .ic {
    display: none;
  }
  .quality-1 .brand .d2 {
    max-height: none;
  }
}

.service-1 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.service-1 .box {
  justify-content: space-between;
}
.service-1 .imgs {
  width: 48.0519480519%;
}
.service-1 .img {
  position: relative;
  padding-top: 67.5675675676%;
}
.service-1 .text {
  width: 44.1558441558%;
  padding-top: 0.5rem;
}
.service-1 .com-tt {
  line-height: 1.3958333333;
}
.service-1 .line {
  margin-top: 0.37rem;
  margin-bottom: 0.68rem;
  width: 0.6rem;
  height: 2px;
  background-color: #333;
}
.service-1 .txt {
  line-height: 1.9166666667;
  color: #666;
}
@media (max-width: 768px) {
  .service-1 .imgs {
    width: 100%;
    margin-top: 0.3rem;
  }
  .service-1 .text {
    width: 100%;
  }
}

.service-2 {
  padding-top: 1.02rem;
  padding-bottom: 0.95rem;
  background-color: #f7f7f7;
  overflow: hidden;
}

.svc2-pc .lists {
  margin-top: 0.54rem;
}
.svc2-pc .ul {
  display: flex;
  margin-bottom: 0.3rem;
  gap: calc(30 / 1540 * 100%);
  position: relative;
}
.svc2-pc .ul:nth-child(2n-1)::after {
  content: "";
  width: 1.74rem;
  height: 1.74rem;
  position: absolute;
  right: 1.4rem;
  top: calc(50% - 0.02rem);
  background-image: url(../images/a15.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.svc2-pc .ul:nth-child(2n-1) .dd::before {
  left: 100%;
}
.svc2-pc .ul:nth-child(2n-1).last_ul::after {
  background-image: url(../images/a16.png);
  top: -0.3rem;
  left: 1.4rem;
}
.svc2-pc .ul:nth-child(2n) {
  flex-direction: row-reverse;
}
.svc2-pc .ul:nth-child(2n)::after {
  content: "";
  width: 1.74rem;
  height: 1.74rem;
  position: absolute;
  left: 1.4rem;
  top: calc(50% - 0.02rem);
  background-image: url(../images/a15.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
  transform-origin: center;
}
.svc2-pc .ul:nth-child(2n) .dd::before {
  right: 100%;
}
.svc2-pc .ul:nth-child(2n).last_ul::after {
  background-image: url(../images/a16.png);
  top: -0.3rem;
  left: auto;
  right: 1.4rem;
}
.svc2-pc .ul:last-child::before {
  content: "";
  display: block;
  width: 18.4415584416%;
  height: 0;
}
.svc2-pc .dd {
  width: calc(284 / 1540 * 100%);
  min-height: 2.4rem;
  padding: 0.25rem;
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  position: relative;
  z-index: 3;
  transition: box-shadow 0.3s;
}
.svc2-pc .dd::before {
  content: "";
  width: 0.4rem;
  height: 0.04rem;
  background-color: #ccc;
  position: absolute;
  top: calc(50% - 2px);
}
.svc2-pc .dd:last-child::before {
  display: none;
}
.svc2-pc .dd:hover {
  box-shadow: 0 0 0.1rem 0.05rem rgba(0, 0, 0, 0.1);
}
.svc2-pc .dd:hover .icon {
  transform: rotateY(360deg);
}
.svc2-pc .dd:hover .tt {
  color: #bd9e6d;
}
.svc2-pc .no_bg {
  background-color: transparent;
}
.svc2-pc .text {
  text-align: center;
  width: 100%;
}
.svc2-pc .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset rgba(204, 204, 204, 0.5);
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.svc2-pc .icon .ii {
  width: 0.435483871em;
  height: 0.435483871em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.svc2-pc .name {
  min-height: 2.8em;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.svc2-pc .tt {
  width: 100%;
  transition: color 0.3s;
}
.svc2-pc .num {
  opacity: 0.3;
}
@media (max-width: 768px) {
  .svc2-pc {
    display: none;
  }
}

.svc2-mob {
  margin-top: 0.4rem;
}
.svc2-mob .ul {
  display: flex;
  flex-wrap: wrap;
}
.svc2-mob .li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  position: relative;
}
.svc2-mob .li:nth-child(3n) {
  margin-right: 0;
}
.svc2-mob .li:nth-child(3n)::before {
  display: none;
}
.svc2-mob .li:last-child::before {
  display: none;
}
.svc2-mob .li::before {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 100%;
  top: 50%;
}
.svc2-mob .dd {
  height: 100%;
  padding: 0.3rem;
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.svc2-mob .text {
  text-align: center;
  width: 100%;
}
.svc2-mob .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 0.6rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset rgba(204, 204, 204, 0.5);
}
.svc2-mob .icon .ii {
  width: 0.435483871em;
  height: 0.435483871em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.svc2-mob .name {
  min-height: 2.8em;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.svc2-mob .tt {
  width: 100%;
}
.svc2-mob .num {
  opacity: 0.3;
  font-size: 0.24rem;
}
@media (min-width: 769px) {
  .svc2-mob {
    display: none;
  }
}

.service-3 {
  padding-top: 1.14rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.service-3 .form {
  margin-top: 0.52rem;
}
.service-3 .fbox1 {
  display: flex;
  flex-wrap: wrap;
}
.service-3 .fbox2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-3 .fbox2 .fi {
  margin-right: 0;
}
.service-3 .fi {
  width: 31.1688311688%;
  margin-right: 3.2467532468%;
  margin-bottom: 0.38rem;
  position: relative;
}
.service-3 .fi:nth-child(3n) {
  margin-right: 0;
}
.service-3 .fi2 {
  width: 65.5844155844%;
}
.service-3 .w100 {
  width: 100%;
}
.service-3 .ft {
  color: #444;
}
.service-3 .fb {
  margin-top: 0.22rem;
}
.service-3 .ip {
  width: 100%;
  height: 0.44rem;
  min-height: 40px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #efefef;
}
.service-3 .ip::-moz-placeholder {
  color: #999;
}
.service-3 .ip::placeholder {
  color: #999;
}
.service-3 .ta {
  display: block;
  width: 100%;
  height: 1rem;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 0.1rem 0;
}
.service-3 .ta::-moz-placeholder {
  color: #999;
}
.service-3 .ta::placeholder {
  color: #999;
}
.service-3 .submit {
  display: inline-flex;
  align-items: center;
  border: none;
  background-color: #fff;
  padding-bottom: 0.14rem;
  box-shadow: 0 -1px 0 0 inset #d9d9d9;
  cursor: pointer;
  transition: all 0.3s;
}
.service-3 .submit .sic {
  width: 1.1875em;
  height: 1em;
  margin-left: 0.2rem;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.service-3 .m-select {
  width: 100%;
  position: relative;
}
.service-3 .m-select.show .mhd::before {
  transform: translateY(-50%) rotate(225deg);
}
.service-3 .m-select.show .mbd {
  opacity: 1;
  pointer-events: auto;
}
.service-3 .m-select .mhd {
  display: flex;
  align-items: center;
  height: 0.44rem;
  min-height: 40px;
  cursor: pointer;
  color: #999;
  position: relative;
  border-bottom: 1px solid #efefef;
  padding-right: 0.45rem;
}
.service-3 .m-select .mhd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: all 0.3s;
}
.service-3 .m-select .mhd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.service-3 .m-select .mbd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.service-3 .m-select .mb_list {
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.service-3 .m-select .bitem {
  background-color: #fff;
  color: #333;
  padding: 0.1rem 0.1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.service-3 .m-select .bitem:hover {
  color: #bd9e6d;
}
.service-3 .m-select .bitem.selected {
  background-color: #bd9e6d;
  color: #fff;
}
@media (max-width: 768px) {
  .service-3 .fi {
    width: 100%;
  }
}

.spirit-dialog {
  display: none;
}
.spirit-dialog.show {
  display: block;
}
.spirit-dialog .dlg-cont {
  width: 14rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}
.spirit-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 100%;
  right: 0.2rem;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.spirit-dialog .box {
  position: relative;
  padding: 0.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.spirit-dialog .box::before {
  content: "";
  width: 92.8571428571%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.spirit-dialog .text {
  width: 40%;
  margin: 0 5%;
  position: relative;
  max-height: 75vh;
  overflow-y: auto;
}
.spirit-dialog .line {
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 0.25rem;
  margin-bottom: 0.24rem;
}
.spirit-dialog .intro {
  line-height: 1.875;
}
.spirit-dialog .swiper {
  width: 42.8571428571%;
  position: relative;
}
.spirit-dialog .btns {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%);
  display: flex;
  z-index: 30;
}
.spirit-dialog .sbtn {
  width: 1em;
  height: 1em;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38% auto;
  cursor: pointer;
}
.spirit-dialog .sbtn:hover {
  background-color: #333;
}
.spirit-dialog .prev {
  background-image: url(../images/icon-p11.png);
}
.spirit-dialog .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.spirit-dialog .next {
  background-image: url(../images/icon-p21.png);
}
.spirit-dialog .next:hover {
  background-image: url(../images/icon-p22.png);
}
.spirit-dialog .img {
  position: relative;
  padding-top: 66.6666666667%;
}
.spirit-dialog .img img{
	object-fit: contain;
}

.spirit-dialog .ite{
/* position: absolute; */
left: 0;
/* bottom: 0.1rem; */
text-align: center;
/* color: #fff; */
margin-top: 0.1rem;
width: 100%;
}

@media (max-width: 768px) {
  .spirit-dialog .box {
    background-color: #fff;
    padding: 0.2rem;
  }
  .spirit-dialog .swiper {
    width: 100%;
    order: 1;
  }
  .spirit-dialog .text {
    width: 100%;
    margin: 0;
    margin-top: 0.2rem;
    order: 2;
  }
  .spirit-dialog .btns {
    transform: translate(0);
  }
  .spirit-dialog .tbox {
    max-height: 50vh;
    overflow-y: auto;
  }
}

.spirit-11-pc {
  padding-top: 0.95rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .spirit-11-pc {
    display: none;
  }
}

.spirit11_1 {
  margin-top: 0.52rem;
  position: relative;
}
.spirit11_1 .bg {
  position: absolute;
  left: 9.4155844156%;
  top: 0.8rem;
  width: 90.2597402597%;
}
.spirit11_1 .ybg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.spirit11_1 .yuan {
  width: 6rem;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.spirit11_1 .yuan .yte {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1.9rem 1.2rem 0.3rem;
}
.spirit11_1 .yuan .t2 {
  line-height: 1.6666666667;
  margin-top: 0.45rem;
  margin-bottom: 0.3rem;
}
.spirit11_1 .yuan .t3 {
  width: 1px;
  height: 1.5rem;
  background-color: #fff;
  opacity: 0.3;
  display: inline-block;
}
.spirit11_1 .block {
  position: relative;
  padding-top: 100%;
}
.spirit11_1 .block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.spirit11_1 .yuan2 {
  width: 2rem;
  position: absolute;
  left: 2.2rem;
  top: 0.64rem;
}
.spirit11_1 .yuan3 {
  width: 3rem;
  position: absolute;
  left: 0;
  bottom: 0.16rem;
}
.spirit11_1 .yuan4 {
  width: 2.6rem;
  position: absolute;
  top: 0;
  right: 1.76rem;
}
.spirit11_1 .yuan5 {
  width: 2rem;
  position: absolute;
  top: 2.2rem;
  right: 0;
}
.spirit11_1 .yuan6 {
  width: 4rem;
  position: absolute;
  top: 2.8rem;
  right: 2.2rem;
}
.spirit11_1 .yuan7 {
  width: 0.6rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0.7rem;
  left: 3.7rem;
  background-color: #333;
}
.spirit11_1 .yuan8 {
  width: 0.6rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0.1rem;
  right: 0.3rem;
  background-color: #333;
}

.spirit11_2 {
  position: relative;
}
.spirit11_2 .vline {
  width: 4px;
  height: 100%;
  background-color: #333;
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.spirit11_2 .list {
  padding-top: 2.5rem;
  padding-bottom: 1.27rem;
}
.spirit11_2 .li {
  display: flex;
  position: relative;
}
.spirit11_2 .li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.spirit11_2 .it-1 {
  display: flex;
}
.spirit11_2 .imgs {
  width: 3.4rem;
}
.spirit11_2 .img1 {
  position: relative;
  height: 100%;
  padding-top: 88.2352941176%;
  overflow: hidden;
  border-radius: 0 0.2rem 0 0;
}
.spirit11_2 .text {
  width: 2.3rem;
  padding-top: 0.27rem;
  margin: 0 0.7rem;
}
.spirit11_2 .t12 {
  line-height: 1.5714285714;
  margin-top: 0.1rem;
  color: #666;
}
.spirit11_2 .t13 {
  margin-top: 0.3rem;
  font-size: 0;
}
.spirit11_2 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.14rem;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
}
.spirit11_2 .aa .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.spirit11_2 .it-2 {
  text-align: center;
}
.spirit11_2 .line1 {
  height: 1.5rem;
}
.spirit11_2 .list2 {
  display: flex;
}
.spirit11_2 .li2 {
  width: 3.5rem;
  position: relative;
  cursor: pointer;
}
.spirit11_2 .li2 .img2 {
  position: relative;
  padding-top: 68.5714285714%;
}
.spirit11_2 .li2 .text2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spirit11_2 .li2 .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-position: center;
}
.spirit11_2 .li2 + .li2 {
  margin-left: 0.2rem;
}
.spirit11_2 .li3 {
  width: 3.5rem;
  position: relative;
  cursor: pointer;
}
.spirit11_2 .li3::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  box-sizing: border-box;
}
.spirit11_2 .li3 .img3 {
  position: relative;
  padding-top: 68.5714285714%;
}
.spirit11_2 .li3 .text3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spirit11_2 .li3 .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-position: center;
}
.spirit11_2 .it-3 {
  padding: 0 2.8rem;
  margin-top: 0.8rem;
}
@media (min-width: 769px) {
  .spirit11_2 .li:nth-child(2n-1) {
    justify-content: flex-end;
  }
  .spirit11_2 .li:nth-child(2n-1)::before {
    width: 1.4rem;
    height: 2.6rem;
    background-image: url(../images/a20.png);
    bottom: calc(100% - 0.3rem - 0.5em);
    left: calc(50% - 2px);
  }
  .spirit11_2 .li:nth-child(2n-1) .it-1 {
    flex-direction: row-reverse;
  }
  .spirit11_2 .li:nth-child(2n-1) .li3::before {
    left: calc(100% - 0.16rem);
    bottom: 50%;
    border-right: 4px solid #333;
    border-bottom: 4px solid #333;
    border-bottom-right-radius: 0.5rem;
  }
  .spirit11_2 .li:nth-child(2n)::before {
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(../images/a19.png);
    bottom: calc(100% - 0.3rem - 0.5em);
    right: calc(50% - 3px);
  }
  .spirit11_2 .li:nth-child(2n) .li3::before {
    right: 100%;
    bottom: 50%;
    border-left: 4px solid #333;
    border-bottom: 4px solid #333;
    border-bottom-left-radius: 0.5rem;
  }
}

.spirit11_3 .last {
  width: 8.8rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.4rem;
  padding-bottom: 0;
  position: relative;
}
.spirit11_3 .last::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: transparent;
  border: 4px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0 0, calc(50% + 2px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(50% + 2px) 0, 100% 100%, 0% 100%);
}
.spirit11_3 .half-yuan {
  position: relative;
  padding-top: 50%;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.spirit11_3 .ht {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.spirit-11-mob {
  padding-top: 1rem;
}
.spirit-11-mob .ybg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.spirit-11-mob .yuan {
  width: 5rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.spirit-11-mob .yuan .yte {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
}
.spirit-11-mob .yuan .t1 {
  font-size: 0.36rem;
}
.spirit-11-mob .yuan .t2 {
  font-size: 0.24rem;
  line-height: 1.6666666667;
  margin-top: 0.5rem;
}
.spirit-11-mob .block {
  position: relative;
  padding-top: 100%;
}
.spirit-11-mob .list {
  margin-top: 0.4rem;
  padding: 0 0.4rem;
}
.spirit-11-mob .item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #333;
}
.spirit-11-mob .item:last-child {
  border-bottom: none;
}
.spirit-11-mob .it-1 {
  display: block;
}
.spirit-11-mob .imgs {
  width: 80%;
  margin: 0 auto;
}
.spirit-11-mob .img1 {
  position: relative;
  height: 100%;
  padding-top: 88.2352941176%;
  overflow: hidden;
  border-radius: 0 0.2rem 0 0;
}
.spirit-11-mob .text {
  width: 100%;
  padding-top: 0.27rem;
}
.spirit-11-mob .t12 {
  line-height: 1.5714285714;
  margin-top: 0.1rem;
  color: #666;
}
.spirit-11-mob .t13 {
  margin-top: 0.3rem;
}
.spirit-11-mob .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  box-shadow: 0 -1px 0 0 #d0d0d0 inset;
}
.spirit-11-mob .aa .ic {
  width: 1.1875em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.spirit-11-mob .list2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.spirit-11-mob .li2 {
  width: 48%;
  position: relative;
  cursor: pointer;
}
.spirit-11-mob .li2 .img2 {
  position: relative;
  padding-top: 68.5714285714%;
}
.spirit-11-mob .li2 .text2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spirit-11-mob .li2 .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-position: center;
}
.spirit-11-mob .last {
  width: 8.8rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.4rem;
  padding-bottom: 0;
  position: relative;
}
.spirit-11-mob .half-yuan {
  position: relative;
  padding-top: 50%;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.spirit-11-mob .ht {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (min-width: 769px) {
  .spirit-11-mob {
    display: none;
  }
}

.spirit-12 {
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
  background-color: #f9f9f9;
}
.spirit-12 .cont {
  margin-top: 0.65rem;
}
.spirit-12 .box {
  position: relative;
  width: 6.4rem;
  max-width: 100%;
  margin: 0 auto;
}
.spirit-12 .ybox {
  position: relative;
  padding-top: 100%;
}
.spirit-12 .y1 {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px inset #333;
  border-radius: 50%;
  opacity: 0.5;
  animation: k_op 3s infinite;
}
.spirit-12 .y2 {
  width: 78.125%;
  height: 78.125%;
  box-shadow: 0 0 0 1px inset #333;
  border-radius: 50%;
  opacity: 0.3;
  animation: k_op 3s infinite;
  animation-delay: 1s;
}
.spirit-12 .y3 {
  width: 59.375%;
  height: 59.375%;
  box-shadow: 0 0 0 0.06rem inset #333;
  border-radius: 50%;
  animation: k_op 3s infinite;
  animation-delay: 2s;
}
.spirit-12 .y4 {
  width: 34.375%;
  height: 34.375%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spirit-12 .logo {
  width: 1.67rem;
}
.spirit-12 .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spirit-12 .icon {
  width: 1em;
  height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.08);
}
.spirit-12 .ii {
  width: 0.5em;
  height: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.spirit-12 .t1 {
  font-size: 0.2rem;
  font-weight: 600;
}
.spirit-12 .t2 {
  line-height: 1.5;
  font-size: 0.16rem;
  margin-top: 0.5em;
  color: #666;
}
@media (min-width: 769px) {
  .spirit-12 .li {
    position: absolute;
  }
  .spirit-12 .te {
    position: absolute;
  }
  .spirit-12 .item1 .te,
  .spirit-12 .item2 .te,
  .spirit-12 .item3 .te,
  .spirit-12 .item4 .te {
    right: calc(100% + 0.3rem);
    top: 50%;
    transform: translateY(-50%);
  }
  .spirit-12 .item5 .te,
  .spirit-12 .item6 .te,
  .spirit-12 .item7 .te,
  .spirit-12 .item8 .te {
    left: calc(100% + 0.3rem);
    top: 50%;
    transform: translateY(-50%);
  }
  .spirit-12 .item1 {
    top: 0.3rem;
    left: 1.03rem;
  }
  .spirit-12 .item1 .te {
    width: 5.2rem;
    text-align: right;
  }
  .spirit-12 .item2 {
    top: 1.9rem;
    left: -0.14rem;
  }
  .spirit-12 .item2 .te {
    width: 4.1rem;
    text-align: right;
  }
  .spirit-12 .item3 {
    bottom: 1.9rem;
    left: -0.14rem;
  }
  .spirit-12 .item3 .te {
    width: 4.1rem;
    text-align: right;
  }
  .spirit-12 .item4 {
    bottom: 0.3rem;
    left: 1.03rem;
  }
  .spirit-12 .item4 .te {
    width: 5.2rem;
    text-align: right;
  }
  .spirit-12 .item5 {
    top: 0.3rem;
    right: 1.03rem;
  }
  .spirit-12 .item5 .te {
    width: 5.2rem;
  }
  .spirit-12 .item6 {
    top: 1.9rem;
    right: -0.14rem;
  }
  .spirit-12 .item6 .te {
    width: 4.1rem;
  }
  .spirit-12 .item7 {
    bottom: 1.9rem;
    right: -0.14rem;
  }
  .spirit-12 .item7 .te {
    width: 4.1rem;
  }
  .spirit-12 .item8 {
    bottom: 0.3rem;
    right: 1.03rem;
  }
  .spirit-12 .item8 .te {
    width: 5.2rem;
  }
}
@media (max-width: 768px) {
  .spirit-12 .box {
    width: 100%;
  }
  .spirit-12 .yuan {
    width: 75%;
    margin: 0 auto;
  }
  .spirit-12 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  .spirit-12 .li {
    width: 48%;
    margin-bottom: 4%;
    text-align: center;
  }
  .spirit-12 .te {
    margin-top: 0.2rem;
  }
  .spirit-12 .t1 {
    font-size: 0.24rem;
  }
  .spirit-12 .t2 {
    font-size: 0.2rem;
  }
}

@keyframes k_op {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.com-aa1 {
  position: relative;
}
.com-aa1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.com-aa1:hover::before {
  transform: scaleX(1);
}


.pointer2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: crosshair;
}

.preview2 {
  position: absolute;
  left: calc(100% + 0.2rem);
  top: 0;
  z-index: 30;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
}

.preview2.op1 {
  opacity: 1;
}

.preview2 .cpImg {
  padding-top: 100%;
  padding-top: 67.5%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 900px) {
  .pointer2 {
    display: none !important;
  }
  .preview2 {
    display: none !important;
  }
}