body {
  color: #333;
}

.my-scroll {
  overflow-y: auto;
}

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

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

.w1280 {
  width: 12.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
}

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

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

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

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

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

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

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

.layout {
  width: 16rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.layout-full {
  width: 19.2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.my-op0 {
  opacity: 0;
  pointer-events: none;
}

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

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_text {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.com-banner .cb_text .cbp1 {
  position: relative;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.2em;
}
.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: #aed678;
  color: #fff;
  margin-top: 0.1rem;
}
.com-banner .cb_text .cpa {
  display: inline-block;
  line-height: 2.875em;
  border-radius: 1rem;
  color: #aed678;
  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: #3b763f;
  color: #fff;
}
.com-banner .cb_text .ii {
  height: 1.8rem;
}
.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 .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.26rem;
  width: 100%;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.16rem;
}
.com-banner .cb_nav .ii {
  height: 1em;
}
.com-banner .cb_nav a:hover {
  color: #aed678;
}
.com-banner .cb_nav .sp {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .com-banner {
    background-color: #f2f6fc;
  }
  .com-banner .cb_text .cbp1 {
    font-size: 0.5rem;
  }
  .com-banner .cb_text .ii {
    height: 0.8rem;
  }
}

.cbn-swiper {
  background-color: #f7f7f7;
  box-shadow: 0 -1px 0 0 inset #e1e1e1;
}
.cbn-swiper .csw {
  width: auto;
  text-align: center;
}
.cbn-swiper .csa {
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
  color: #333;
  position: relative;
  transition: all 0.3s;
}
.cbn-swiper .csa:hover {
  color: #aed678;
}
.cbn-swiper .csa.on {
  color: #aed678;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #aed678;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #aed678;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.cbn-swiper .csp {
  position: relative;
}
@media screen and (max-width: 900px) {
  .cbn-swiper .csa {
    color: #000;
  }
}

.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  box-shadow: 0px 1px 0 0px inset rgba(255, 255, 255, 0.2);
  display: none;
}
.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: #aed678;
  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;
}
@media screen and (max-width: 900px) {
  .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;
  }
}

.bn-swiper .bsa {
  position: relative;
  line-height: 0.8rem;
  width: auto;
  margin-right: 0.9rem;
  white-space: nowrap;
  text-align: center;
  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: #f19601;
}
.bn-swiper .bsa.on {
  color: #f19601;
}
.bn-swiper .bsa.on::before {
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, #f19601 0%, #ffc970 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .bn-swiper {
    max-width: 100%;
  }
}

.zone_nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.8rem;
}
.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: #aed678;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .zone_nav {
    width: 100%;
    display: none;
  }
  .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 {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}
.com-breadnav .bn_box {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.com-breadnav .page-tit {
  font-weight: 600;
  margin-top: 0.12rem;
}
@media screen and (max-width: 900px) {
  .com-breadnav .bn_box {
    flex-wrap: wrap;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_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 .cp_a {
  width: 0.54rem;
  height: 0.54rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.05rem;
  line-height: 1;
  color: #333;
  border-radius: 50%;
  background-color: #f3f3f3;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: auto 29.6296296296%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 0.16rem;
  height: 0.16rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.com-pag .cp_btn:hover {
  background-color: #aed678;
}
.com-pag .cp_num {
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  color: #fff;
  background-color: #aed678;
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next: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-tit {
  position: relative;
}
.com-tit .ct1 {
  color: #000;
  line-height: 1.25;
}
.com-tit .ct2 {
  color: #aed678;
  margin-top: 2px;
  line-height: 1;
}
.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.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: #aed678;
}

.md-md {
  position: absolute;
  top: -0.9rem;
}
.md-head {
  height: 0.9rem;
}
.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: #aed678;
}
.md-head.is-fixed .head-pc .logo, .md-head.white .head-pc .logo {
  filter: 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: #fff;
}
.md-head.is-fixed .head-pc .h-lang .hd, .md-head.white .head-pc .h-lang .hd {
  color: #333;
}
.md-head.is-fixed .head-pc .h-lang .ic, .md-head.white .head-pc .h-lang .ic {
  background-image: url(../images/h-lang-b.png);
}
.md-head.is-fixed .head-pc .h-lang .ar, .md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.md-head.is-fixed .head-pc .h-search .hic, .md-head.white .head-pc .h-search .hic {
  filter: none;
}
@media screen and (max-width: 900px) {
  .md-head {
    height: 1rem !important;
  }
}

.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);
}

.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .head-pc {
    height: 1rem;
  }
}

.head-box {
  z-index: 5;
}
.head-box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.head-box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head-box .logo img {
  height: 0.61rem;
}
.head-box .logo .mi {
  display: none;
}
.head-box .hd_le {
  display: flex;
  align-items: center;
}
.head-box .hb_ri {
  display: flex;
  align-items: center;
}
.head-box .ul1 .li1 {
  position: relative;
  margin-right: 0.75rem;
}
.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 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  color: #333;
  transition: all 0.3s;
}
.head-box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.3s;
}
.head-box .ul1 .li2 {
  position: relative;
}
.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.head-box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.1rem 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #aed678;
}
.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.head-box .ul1 .a3 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #aed678;
}
.head-box .h-phone {
  margin-right: 0.25rem;
  color: #000;
  font-weight: bold;
  font-size: 0;
}
.head-box .h-phone .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.head-box .h-phone .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.head-box .h-href {
  display: inline-flex;
}
.head-box .h-href .aa {
  display: block;
  line-height: 2.5;
  background-color: #ed8e8a;
  color: #fff;
  border-radius: 0.2rem;
  padding: 0 0.25rem;
}
.head-box .h-user {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.head-box .h-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.head-box .h-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.head-box .h-user .ua2 {
  cursor: pointer;
}
.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-login {
  display: inline-flex;
  align-items: center;
  background-color: #aed678;
  border-radius: 1rem;
  color: #fff;
  padding: 0.1rem 0.24rem;
  cursor: pointer;
}
.head-box .h-login .hic {
  width: 0.9em;
  height: 1em;
  background-image: url(../images/h-lo-w.png);
  margin-right: 0.1rem;
}
.head-box .h-lang {
  position: relative;
  margin-left: 0.4rem;
}
.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;
  color: #333;
}
.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;
}
.head-box .h-lang .sp {
  margin: 0 0.3em;
}
.head-box .h-lang .ar {
  width: 1em;
  height: 0.5em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.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: #aed678;
  color: #fff;
  min-width: 4em;
}
.head-box .h-lang .b_a:hover {
  color: #aed678;
  background-color: #fff;
}
.head-box .h-search {
  position: relative;
  cursor: pointer;
}
.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-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.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: 1400px) {
  .head-box .ul1 .li1 {
    margin-right: 0.15rem;
  }
}
@media screen and (max-width: 900px) {
  .head-box {
    height: 1rem;
  }
  .head-box .logo .pi {
    display: none;
  }
  .head-box .logo .mi {
    display: block;
  }
  .head-box .ul1 {
    display: none;
  }
  .head-box .h-lang .hd {
    color: #333;
  }
  .head-box .h-lang .ic {
    filter: none;
    background-image: url(../images/h-lang-b.png);
  }
  .head-box .h-lang .ar {
    filter: none;
  }
  .head-box .h-user {
    filter: brightness(0) invert(1);
  }
  .head-box .h-shop {
    filter: brightness(0) invert(1);
  }
  .head-box .h-search {
    margin-right: 0.25rem;
  }
  .head-box .h-search .hic {
    filter: none;
  }
  .head-box .h-more {
    display: block;
  }
}

.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-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: #aed678;
  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: #aed678;
}
.head-sub .hp_nav .hp_li.on .hp_dd::before {
  border-left: 0.25em solid #aed678;
}
.head-sub .hp_nav .hp_dd {
  position: relative;
  padding: 0.2rem;
  line-height: 1;
  cursor: pointer;
}
.head-sub .hp_nav .hp_dd:hover {
  color: #aed678;
}
.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: #aed678;
}
.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);
}

.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: #aed678;
}
.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 {
  max-height: calc(100% - 50px - 0.7rem);
  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;
  padding: 0 0.2rem;
}
.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 .ul3 .a3 {
  padding-left: 40px;
}
.md-mob_sideNav .hm3-login {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #31a8ff;
  border-radius: 0.1rem;
  padding: 0 0.18rem;
  color: #2f80f6;
  height: 0.7rem;
  cursor: pointer;
}
.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
@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: #aed678;
  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;
  overflow: hidden;
  background-color: #333;
}
.md-foot .ul1 .li1 {
  margin-right: 1rem;
}
.md-foot .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-foot .ul1 .a1 {
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.md-foot .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md-foot .ul1 .ul2 {
  margin-top: 0.18rem;
  position: relative;
}
.md-foot .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot .ul1 .a2 {
  line-height: 2.25;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.md-foot .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.md-foot .shares {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.md-foot .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.md-foot .shares .si:hover .hd {
  background-color: #fff;
  opacity: 1;
}
.md-foot .shares .si:hover .hi {
  filter: none;
}
.md-foot .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot .shares .si:last-child {
  margin-right: 0;
}
.md-foot .shares .hd {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.md-foot .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
}
.md-foot .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
}
.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: 900px) {
  .md-foot .ul1 {
    display: none;
  }
}

.foot-1 {
  position: relative;
}
.foot-1 .box {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.foot-1 .logo {
  display: inline-flex;
}
.foot-1 .logo img {
  height: 0.61rem;
}
.foot-1 .le {
  width: calc(550 / 1600 * 100%);
}
.foot-1 .ri {
  width: 21.25%;
}
.foot-1 .d1 {
  opacity: 0.7;
  margin-top: 0.18rem;
}
.foot-1 .d2 {
  letter-spacing: 1px;
  margin-top: 0.03rem;
  margin-bottom: 0.1rem;
}
.foot-1 .d3 {
  opacity: 0.7;
}
.foot-1 .shares {
  margin-top: 0.48rem;
}
@media screen and (min-width: 901px) {
  .foot-1 .box::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: calc(550 / 1600 * 100%);
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-1 .le {
    width: 100%;
    text-align: center;
  }
  .foot-1 .ri {
    width: 100%;
  }
  .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 {
    justify-content: center;
  }
  .foot-1 .shares .si {
    margin: 0.1rem;
  }
  .foot-1 .codes {
    justify-content: flex-start;
  }
  .foot-1 .codes .citem {
    margin-right: 0.3rem;
  }
}

.foot-3 {
  line-height: 2;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-3 .box {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  position: relative;
}
.foot-3 .ri {
  text-align: right;
}
.foot-3 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .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;
  }
}

.ft-link {
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.2rem;
  line-height: 3em;
  background-color: rgba(255, 255, 255, 0.1);
  color: #888888;
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  width: 1em;
  height: 0.5em;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.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;
}

.foot-btn {
  position: fixed;
  right: 0.55rem;
  bottom: 30%;
  z-index: 100;
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.foot-btn.show {
  opacity: 1;
  pointer-events: auto;
}
.foot-btn:hover {
  background-color: #aed678;
}
.foot-btn:hover .ic {
  filter: brightness(0) invert(1);
}
.foot-btn .ic {
  width: calc(22 / 60 * 100%);
  height: calc(22 / 60 * 100%);
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.56rem;
  transform: translateY(-50%);
  z-index: 60;
  border-radius: 1rem;
}
.md-sideNav .sn_i {
  position: relative;
  margin-bottom: 0.08rem;
}
.md-sideNav .sn_i:last-child {
  margin-bottom: 0;
}
.md-sideNav .sn_i:hover .hd {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  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: none;
}
.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: 0.6rem;
  height: 0.6rem;
  border-radius: 0.06rem;
  cursor: pointer;
  background-color: #aed678;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
}
.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.12rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.md-sideNav .ph {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.15rem;
  line-height: 1.5;
}
.md-sideNav .ph .d2 {
  color: #aed678;
  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: 900px) {
  .md-sideNav {
    display: none;
  }
  .md-sideNav .wx {
    width: 2rem;
  }
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@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: #aed678;
  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: 900px) {
  .com-form .fi {
    width: 100%;
    margin: 10px 0;
  }
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.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: #aed678;
}
.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: 900px) {
  .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: 900px) {
  .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;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset: 188.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.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;
  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: 900px) {
  .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: #aed678;
  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: #aed678;
  color: #fff;
  padding: 0.16rem 0.48rem;
}
@media (max-width: 900px) {
  .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;
  }
}

.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: #aed678;
  color: #fff;
  box-shadow: none;
}

.cr-list {
  margin-top: 0.22rem;
}
.cr-list .li {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #ccc;
}
.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: #aed678;
}
.cr-list .imgs {
  width: 30%;
}
.cr-list .img {
  position: relative;
  padding-top: 66.6666666667%;
  overflow: hidden;
  border-radius: 0.06rem;
}
.cr-list .text {
  width: 65%;
}
.cr-list .h3 {
  font-weight: 400;
  color: #333;
  transition: all 0.3s;
}
.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: #aed678;
}
.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: 900px) {
  .cr-list1 {
    padding-top: 0.2rem;
  }
  .cr-list1 .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list1 .li {
    width: 48%;
  }
}

.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: 900px) {
  .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;
  }
}

.parameter-top {
  margin-bottom: 0.1rem;
}
.parameter-top .ip {
  width: 100%;
  height: 0.6rem;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0 0.3rem;
  border: none;
}
.parameter-top .button {
  width: 1em;
  height: 1em;
  background-color: #aed678;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  border: none;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32% auto;
}

.parameter-nav {
  position: sticky;
  top: 1.2rem;
}
.parameter-nav .ni {
  margin-bottom: 0.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.parameter-nav .ni.on .hic {
  transform: translateY(-50%) rotate(180deg);
}
.parameter-nav .hd {
  position: relative;
  padding: 0.25rem 0rem;
  cursor: pointer;
  color: #000;
}
.parameter-nav .hsp {
  display: block;
}
.parameter-nav .hic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.parameter-nav .bd {
  display: none;
}
.parameter-nav .blist {
  padding-top: 4px;
  padding-bottom: 0.3rem;
}
.parameter-nav .bli {
  margin-bottom: 0.19rem;
}
.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 {
  box-shadow: 0 0 0 1px inset #aed678;
  background-color: #aed678;
}
.parameter-nav .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.2);
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  flex-shrink: 0;
  border-radius: 25%;
  margin-right: 0.18rem;
  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: #aed678;
}
.parameter-nav .ba:hover::before {
  background-image: url(../images/a18.png);
}
.parameter-nav .reset {
  display: inline-flex;
  border: none;
  margin-top: 0.27rem;
  color: #999;
}
.parameter-nav .reset .bic {
  width: 0.75em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.pro-nav {
  border-radius: 0.2rem;
  position: sticky;
  top: 1rem;
  margin-bottom: 0.3rem;
}
.pro-nav .n-tit {
  background-color: #ed8e8a;
  border-radius: 0.1rem;
  padding: 0.2rem 0.2rem 0.23rem;
  margin-bottom: 0.2rem;
}
.pro-nav .ul1 {
  letter-spacing: 1px;
}
.pro-nav .ul1 .li1 {
  margin-bottom: 0.1rem;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pro-nav .ul1 .li1.show .dt1 {
  background-color: #aed678;
}
.pro-nav .ul1 .li1.show .ic1 {
  background-image: url(../images/hm_4.png);
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.pro-nav .ul1 .li1.show .a1 {
  color: #fff;
}
.pro-nav .ul1 .dt {
  position: relative;
  cursor: pointer;
}
.pro-nav .ul1 .ic {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s;
}
.pro-nav .ul1 .ic1 {
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pro-nav .ul1 .ic2 {
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pro-nav .ul1 .a1 {
  display: block;
}
.pro-nav .ul1 .dt1 {
  padding: 0.17rem 0.18rem;
}
.pro-nav .ul1 .ul2 {
  display: none;
}
.pro-nav .ul1 .li2 {
  border-bottom: 1px solid #f3f3f3;
}
.pro-nav .ul1 .li2.show .dt2 {
  background-color: rgba(174, 214, 120, 0.06);
}
.pro-nav .ul1 .li2.show .a2 {
  color: #aed678;
}
.pro-nav .ul1 .li2.show .ic2 {
  background-image: url(../images/a14.png);
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
.pro-nav .ul1 .a2 {
  display: inline-block;
  padding: 0.15rem 0.3rem;
  color: #666;
  transition: color 0.3s;
}
.pro-nav .ul1 .a2:hover {
  color: #aed678;
}
.pro-nav .ul1 .ul3 {
  display: none;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.pro-nav .ul1 .a3 {
  display: block;
  line-height: 2.3571428571;
  padding: 0 0.4rem;
  color: #666;
}
.pro-nav .ul1 .a3:hover {
  color: #aed678;
}
.pro-nav .btns {
  margin-top: 0.2rem;
}
.pro-nav .btns .down {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.2rem;
  box-shadow: 0 0 0 1px inset #aed678;
  color: #aed678;
  border-radius: 1rem;
  transition: all 0.3s;
}
.pro-nav .btns .down:hover {
  background-color: #aed678;
  color: #fff;
}
.pro-nav .btns .down:hover .dic {
  filter: brightness(0) invert(1);
}
.pro-nav .btns .dic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .pro-nav .n-tit {
    cursor: pointer;
  }
}

.md-pro-0 {
  padding-top: 0.8rem;
  padding-bottom: 1.04rem;
  background-color: #f7f7f7;
}
.md-pro-0 .pro-le {
  width: 21.25%;
}
.md-pro-0 .pro-ri {
  width: 74.375%;
}
@media screen and (max-width: 900px) {
  .md-pro-0 .pro-le {
    width: 100%;
  }
  .md-pro-0 .pro-ri {
    width: 100%;
  }
}

.pro-list {
  margin-top: 0.66rem;
  margin-bottom: 0.05rem;
}
.pro-list .li {
  width: calc(370 / 1190 * 100%);
  margin-right: calc(40 / 1190 * 100%);
  margin-bottom: 0.55rem;
  position: relative;
}
.pro-list .li:nth-child(3n) {
  margin-right: 0;
}
.pro-list .dd {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.pro-list .dd:hover .img img {
  transform: scale(1.05);
}
.pro-list .dd:hover .name {
  color: #aed678;
}
.pro-list .dd:hover .text::before {
  opacity: 1;
}
.pro-list .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pro-list .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-list .text {
  margin-top: 0.14rem;
  position: relative;
  padding-right: 0.2rem;
}
.pro-list .text::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0.5em;
  opacity: 0;
  transition: all 0.3s;
}
.pro-list .name {
  color: #333;
  transition: all 0.3s;
}
.pro-list .type {
  color: #999;
  margin-top: 0.03rem;
}
@media screen and (min-width: 901px) {
  .pro-list .li:nth-child(3n) {
    transition-delay: 0.6s;
  }
  .pro-list .li:nth-child(3n-1) {
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .pro-list .text {
    margin-top: 0.2rem;
  }
}

.md-pro-1 .inp {
  position: relative;
  width: 3.2rem;
}
.md-pro-1 .inp .ip {
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 0.27rem;
  border: none;
}
.md-pro-1 .inp .submit {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: none;
  background-image: url(../images/h-mag-p.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-pro-1 .swiper {
  margin-top: 0.28rem;
}
.md-pro-1 .sw {
  height: auto;
  min-height: 3.6rem;
  border-radius: 0.1rem;
}
.md-pro-1 .sw:hover .h3 {
  color: #aed678;
}
.md-pro-1 .sw:hover .more {
  color: #fff;
  background-color: #aed678;
}
.md-pro-1 .sw .text {
  padding: 1.4rem 0.2rem 0.2rem;
  width: 60%;
}
.md-pro-1 .sw .h3 {
  min-height: 3em;
  transition: all 0.3s;
}
.md-pro-1 .sw .btns {
  margin-top: 0.2rem;
}
.md-pro-1 .sw .more {
  display: inline-block;
  padding: 0.16rem 0.48rem;
  background-color: #fff;
  color: #aed678;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-pro-1 .sw .imgs {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: calc(250 / 580 * 100%);
}
.md-pro-1 .sw .img {
  position: relative;
  padding-top: calc(280 / 250 * 100%);
}
.md-pro-1 .sw .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-pro-1 .swiper-pagination {
  position: static;
  margin-top: 0.2rem;
}
.md-pro-1 .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.04rem;
  background-color: #ccc;
  margin: 0 0.05rem;
  opacity: 1;
  border-radius: 0;
}
.md-pro-1 .swiper-pagination-bullet-active {
  background-color: #aed678;
}
@media screen and (max-width: 900px) {
  .md-pro-1 .form {
    flex-wrap: wrap;
  }
  .md-pro-1 .inp {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.md-pro-11 {
  padding-top: 1.7rem;
  padding-bottom: 2rem;
  background-color: #fdf3f2;
}
.md-pro-11 .text {
  width: calc(560 / 1600 * 100%);
}
.md-pro-11 .line {
  height: 1px;
  background-color: #cccccc;
  margin-top: 0.24rem;
  margin-bottom: 0.33rem;
}
.md-pro-11 .txt {
  line-height: 2;
}
.md-pro-11 .btns {
  margin-top: 0.94rem;
}
.md-pro-11 .swipers {
  width: calc(900 / 1600 * 100%);
  padding-top: 0.66rem;
}
.md-pro-11 .swiper1 {
  width: calc(680 / 900 * 100%);
}
.md-pro-11 .swiper2 {
  width: 1rem;
  width: calc(100 / 900 * 100%);
}
.md-pro-11 .swiper2 .swiper-container {
  height: 3.2rem;
}
.md-pro-11 .sw2 {
  height: 1rem;
  margin-bottom: 0.1rem;
  opacity: 0.5;
  border-radius: 0.1rem;
}
.md-pro-11 .active {
  opacity: 1;
  box-shadow: 0 0 0.25rem rgba(174, 214, 120, 0.2);
}
.md-pro-11 .active .img2 {
  box-shadow: 0 0 0 1px inset #aed678;
}
.md-pro-11 .img1 {
  position: relative;
  padding-top: 50%;
}
.md-pro-11 .img1 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-pro-11 .img2 {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
}
.md-pro-11 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.3rem;
  border-radius: 1rem;
  margin-right: 0.2rem;
  transition: all 0.3s;
}
.md-pro-11 .aa:hover {
  color: #fff;
  background-color: #aed678;
}
.md-pro-11 .aa:hover .ic {
  filter: brightness(0) invert(1);
}
.md-pro-11 .aa2 {
  color: #aed678;
  box-shadow: 0 0 0 1px inset #aed678;
}
.md-pro-11 .aa2 .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.24rem;
}
@media screen and (max-width: 900px) {
  .md-pro-11 {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
  }
  .md-pro-11 .swipers {
    width: 100%;
    order: 1;
    padding-top: 0;
  }
  .md-pro-11 .btns {
    margin-top: 0.2rem;
  }
  .md-pro-11 .text {
    width: 100%;
    order: 2;
  }
  .md-pro-11 .aa2 {
    margin-bottom: 0.1rem;
  }
}

.md-pro-12 {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
.md-pro-12 .pitem {
  margin-bottom: 0.92rem;
}
.md-pro-12 .pitem:last-child {
  margin-bottom: 0;
}
.md-pro-12 .ul1 {
  margin-top: 0.2rem;
}
.md-pro-12 .ul1 .li1 {
  width: calc(385 / 1600 * 100%);
  margin-right: calc(20 / 1600 * 100%);
  margin-bottom: 0.18rem;
}
.md-pro-12 .ul1 .li1:nth-child(4n) {
  margin-right: 0;
}
.md-pro-12 .ul1 .dd {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.3rem;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  min-height: 1rem;
  height: 100%;
}
.md-pro-12 .ul1 .te {
  color: #333;
}
.md-pro-12 .ul1 .te span {
  color: #aed678;
}
.md-pro-12 .text1 {
  line-height: calc(53 / 24  );
  margin-top: 0.35rem;
}
.md-pro-12 .img1 {
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 2px #f3f3f3;
  margin-top: 0.31rem;
}
.md-pro-12 .text2 {
  line-height: calc(43 / 18);
  margin-top: 0.36rem;
}
.md-pro-12 .ul2 {
  margin-top: 0.46rem;
}
.md-pro-12 .ul2 .li2 {
  width: calc(380 / 1600 * 100%);
  margin-right: calc(26 / 1600 * 100%);
  margin-bottom: 0.2rem;
}
.md-pro-12 .ul2 .li2:nth-child(4n) {
  margin-right: 0;
}
.md-pro-12 .ul2 .dd {
  display: block;
}
.md-pro-12 .ul2 .img {
  position: relative;
  padding-top: calc(260 / 380 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-pro-12 .ul2 .text {
  text-align: center;
  margin-top: 0.15rem;
}
.md-pro-12 .ul2 .name {
  color: #333;
}
.md-pro-12 .tab {
  margin-top: 0.45rem;
  line-height: 1.875;
  overflow-x: auto;
}
.md-pro-12 .tab table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
}
.md-pro-12 .tab td {
  padding: 0.14rem 0.3rem;
  border: solid 1px #f3f3f3;
}
.md-pro-12 .tab p {
  color: #666;
}
@media screen and (max-width: 900px) {
  .md-pro-12 .ul1 {
    justify-content: space-between;
  }
  .md-pro-12 .ul1 .li1 {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-pro-12 .ul2 {
    justify-content: space-between;
  }
  .md-pro-12 .ul2 .li2 {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-pro-12 .ul1 .li1 {
    width: 100%;
  }
}

.md-pro-13 {
  background-color: #f7f7f7;
  padding-top: 0.97rem;
  padding-bottom: 1.3rem;
}
.md-pro-13 .swiper {
  margin-top: 0.54rem;
}
.md-pro-13 .sw:hover .name {
  color: #aed678;
}
.md-pro-13 .sw:hover .text::before {
  opacity: 1;
}
.md-pro-13 .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
}
.md-pro-13 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-pro-13 .text {
  margin-top: 0.14rem;
  position: relative;
  padding-right: 0.2rem;
}
.md-pro-13 .text::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0.5em;
  opacity: 0;
  transition: all 0.3s;
}
.md-pro-13 .name {
  color: #333;
  transition: all 0.3s;
}
.md-pro-13 .type {
  color: #999;
  margin-top: 0.04rem;
}
.pro-tt {
  position: relative;
  padding-left: 0.5em;
  font-weight: 600;
}
.pro-tt::before {
  content: "";
  width: 4px;
  height: 0.9285714286em;
  background-color: #aed678;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.com-tags {
  padding-top: 0.7rem;
}
.com-tags .cti {
  display: inline-block;
  margin: 0.1rem;
  width: 2.6rem;
}
.com-tags .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0.1rem;
  border: 1px dashed #aed678;
  border-radius: 0.1rem;
  color: #666;
  line-height: 1.2;
  height: calc(54em / 16);
}
.com-tags .cta:hover {
  color: #aed678;
}
.com-tags .cta.on {
  color: #fff;
  background-color: #aed678;
}
@media screen and (max-width: 900px) {
  .com-tags .cti {
    min-width: auto;
    margin: 0.05rem;
  }
}

.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;
}

.ho-ban {
  position: relative;
  overflow: hidden;
}
.ho-ban .ho_sw {
  overflow: hidden;
}
.ho-ban .ho_sw .img {
  position: relative;
  padding-top: 41.6666666667%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.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: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.ho-ban .ho_sw .text1 {
  top: 19.7604790419%;
  transform: translate(0);
}
.ho-ban .ho_sw .d0 {
  margin-bottom: 0.36rem;
}
.ho-ban .ho_sw .d0 img {
  max-height: 31.25vw;
}
.ho-ban .ho_sw .d2 {
  margin-top: 0.08rem;
  line-height: 1.6666666667;
}
.ho-ban .ho_sw .d3 {
  margin-top: 0.7rem;
}
.ho-ban .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.ho-ban .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.4rem;
}
.ho-ban .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: white;
  border-radius: 1rem;
  margin: 0 0.05rem;
  opacity: 1;
  transition: width 0.3s;
}
.ho-ban .swiper-pagination-bullet-active {
  width: 0.3rem;
}
.ho-ban .bots {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0.6rem;
  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;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ho-ban .mouse .ani {
  animation: jump 1s linear infinite;
}
.ho-ban .mouse img {
  height: 0.22rem;
  margin-bottom: 0.12rem;
}
.ho-ban .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  border-radius: 1rem;
  color: #fff;
  background-color: #aed678;
}
.ho-ban .aa .cic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.54rem;
}
.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);
}
.ho-ban .num {
  margin: 0 0.25rem;
}
.ho-ban .nums {
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.ho-ban .nums .n11 {
  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;
}
@media screen and (max-width: 900px) {
  .ho-ban .ho_sw .d1 {
    font-size: 0.6rem;
  }
  .ho-ban .btns {
    right: 2%;
  }
}

.md-home-1 {
  padding-top: 0.95rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-home-1 .more {
  color: #aed678;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  color: #aed678;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-home-1 .more:hover {
  background-color: #aed678;
  box-shadow: none;
  color: #fff;
}
.md-home-1 .more:hover .mic {
  filter: brightness(0) invert(1);
}
.md-home-1 .mic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
}
.md-home-1 .ul {
  margin-top: 0.56rem;
}
.md-home-1 .li {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 0.15rem;
}
.md-home-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md-home-1 .dd {
  display: block;
}
.md-home-1 .dd:hover .img img {
  transform: scale(1.05);
}
.md-home-1 .img {
  position: relative;
  padding-top: 50%;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .md-home-1 .ul {
    justify-content: space-between;
  }
  .md-home-1 .li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.md-home-2 {
  padding-top: 1.16rem;
  padding-bottom: 1rem;
  min-height: 8rem;
  /* margin-bottom: 1rem; */
}
.md-home-2 .ct1 {
  color: #fff;
}
.md-home-2 .subtit {
  margin-top: 0.27rem;
}
.md-home-2 .swiper {
  position: relative;
  margin-top: 1.14rem;
}
.md-home-2 .sw {
  display: flex;
}
.md-home-2 .imgs {
  width: 3rem;
}
.md-home-2 .img {
  position: relative;
  padding-top: calc(200 / 300 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-home-2 .img img{
  object-fit: contain;
}
.md-home-2 .text {
  width: 10rem;
  padding-left: 0.8rem;
}
.md-home-2 .intro {
  line-height: calc(38 / 18  );
  margin-top: 0.12rem;
}
.md-home-2 .btns {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0.26rem;
  z-index: 30;
}
.md-home-2 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29.6296296296% auto;
  box-shadow: 0 0 0 1px inset #fff;
  z-index: 30;
  margin: 0.1rem 0;
}
.md-home-2 .sbtn:last-child {
  margin-right: 0;
}
.md-home-2 .sbtn:hover {
  background-color: #aed678;
}
.md-home-2 .prev {
  background-image: url(../images/icon-p12.png);
}
.md-home-2 .next {
  background-image: url(../images/icon-p22.png);
}
.md-home-2 .more {
  color: #aed678;
  margin-top: 0.54rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  color: #fff;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-home-2 .mic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .md-home-2 .sw {
    flex-wrap: wrap;
  }
  .md-home-2 .imgs {
    margin: 0 auto;
  }
  .md-home-2 .text {
    margin-top: 0.4rem;
    padding-left: 0;
    text-align: center;
  }
  .md-home-2 .btns {
    position: static;
    transform: translate(0);
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
  }
  .md-home-2 .sbtn {
    margin: 0.1rem;
  }
}

.md-home-2 .tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.md-home-2 .ti {
  color: #fff;
  padding: 1em 2em;
  box-shadow: 0 0 0 1px inset #fff;
  margin: 0 1em;
  border-radius: 1rem;
  cursor: pointer;
}
.md-home-2 .ti:hover, .md-home-2 .ti.on {
  background-color: #aed678;
}
.md-home-2 .box {
  position: relative;
}
.md-home-2 .bitem {
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
  opacity: 0;
}
.md-home-2 .bitem.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}


.md-home-3 {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.md-home-3 .swiper1 {
  margin-top: 0.56rem;
}
.md-home-3 .swiper1 .swiper-container {
  overflow: visible;
}
.md-home-3 .sw1 {
  width: 12rem;
  max-width: 100%;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0.5;
}
.md-home-3 .sw1.swiper-slide-active {
  opacity: 1;
}
.md-home-3 .sw1 .text {
  width: 50%;
  padding: 0.2rem 0.8rem;
}
.md-home-3 .sw1 .imgs {
  width: 50%;
}
.md-home-3 .sw1 .img {
  position: relative;
  padding-top: calc(500 / 600 * 100%);
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.md-home-3 .sw1 .ii {
  height: 1em;
}
.md-home-3 .sw1 .name {
  margin-top: 0.26rem;
}
.md-home-3 .sw1 .intro {
  line-height: 1.875;
  margin-top: 0.18rem;
  letter-spacing: -1px;
}
.md-home-3 .sw1 .btns {
  margin-top: 0.5rem;
}
.md-home-3 .sw1 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  color: #aed678;
  transition: all 0.3s;
}
.md-home-3 .sw1 .more:hover {
  background-color: #aed678;
  color: #fff;
  box-shadow: none;
}
.md-home-3 .sw1 .more:hover .mic {
  filter: brightness(0) invert(1);
}
.md-home-3 .sw1 .mic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
}
.md-home-3 .swiper2 {
  margin-top: 0.48rem;
  padding: 0 1rem;
  position: relative;
}
.md-home-3 .sw2 {
  width: 2rem;
  border-radius: 0.06rem;
  box-shadow: 0 0 0 1px inset #f3f3f3;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  cursor: pointer;
}
.md-home-3 .sw2 .img {
  position: relative;
  padding-top: 60%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.md-home-3 .sw2 .img::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  border: solid 1px #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.md-home-3 .sw2 .img img{
object-fit:contain
}
.md-home-3 .active {
  opacity: 1;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
}
.md-home-3 .active .img::before {
  border: solid 2px #aed678;
}
.md-home-3 .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29.6296296296% auto;
  cursor: pointer;
}
.md-home-3 .sbtn:hover {
  background-color: #aed678;
}
.md-home-3 .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.md-home-3 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.md-home-3 .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.md-home-3 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media screen and (max-width: 900px) {
  .md-home-3 .sw1 .imgs {
    width: 100%;
    order: 1;
  }
  .md-home-3 .sw1 .text {
    width: 100%;
    order: 2;
    padding: 0.4rem;
  }
}

.md-home-4 {
  padding-top: 0.94rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.md-home-4 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  color: #aed678;
  transition: all 0.3s;
}
.md-home-4 .more:hover {
  background-color: #aed678;
  color: #fff;
  box-shadow: none;
}
.md-home-4 .more:hover .mic {
  filter: brightness(0) invert(1);
}
.md-home-4 .mic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.md-home-4 .tags {
  width: 50%;
}
.md-home-4 .tsw {
  width: auto;
  cursor: pointer;
  color: #666;
  padding: 0.09rem 0;
}
.md-home-4 .tsw.on {
  color: #aed678;
}
.md-home-4 .tsw.on::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #aed678;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-home-4 .bots {
  position: relative;
  margin-top: 0.6rem;
}
.md-home-4 .bitem {
  width: 100%;
  position: absolute;
  left: -200vw;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.md-home-4 .bitem.show {
  position: relative;
  left: 0;
  opacity: 1;
}
.md-home-4 .box {
  width: 13rem;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}
.md-home-4 .swiper1 {
  width: calc(500 / 1300 * 100%);
  position: relative;
  z-index: 30;
  background-color: #fff;
}
.md-home-4 .swiper2 {
  width: calc(800 / 1300 * 100%);
}
.md-home-4 .swiper2 .swiper-container {
  overflow: visible;
  height: 100%;
}
.md-home-4 .sw1 {
  text-align: center;
  padding: 0.64rem 0.56rem;
}
.md-home-4 .sw2 {
  opacity: 0.5;
}
.md-home-4 .swiper-slide-active {
  opacity: 1;
}
.md-home-4 .ii {
  height: 0.69rem;
}
.md-home-4 .intro {
  line-height: 1.875;
  margin-top: 0.34rem;
  margin-bottom: 0.35rem;
}
.md-home-4 .img {
  position: relative;
  padding-top: 62.5%;
  height: 100%;
}
.md-home-4 .sbtns {
  position: absolute;
  bottom: 0.2rem;
  left: calc(100% + 0.5rem);
  z-index: 30;
}
.md-home-4 .sbtn {
  width: 1em;
  height: 1em;
  background-color: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29.6296296296% auto;
  margin: 0.1rem 0;
  cursor: pointer;
}
.md-home-4 .sbtn:hover {
  background-color: #aed678;
}
.md-home-4 .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.md-home-4 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.md-home-4 .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.md-home-4 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media screen and (max-width: 900px) {
  .md-home-4 {
    padding: 0.5rem 0;
  }
  .md-home-4 .tops {
    flex-wrap: wrap;
  }
  .md-home-4 .tags {
    width: 100%;
    order: 3;
    margin-top: 0.3rem;
  }
  .md-home-4 .box {
    flex-wrap: wrap;
    width: 100%;
  }
  .md-home-4 .swiper1 {
    width: 100%;
  }
  .md-home-4 .swiper2 {
    width: 100%;
  }
}

.md-home-5 {
  overflow: hidden;
}
.md-home-5 .le {
  width: calc(600 / 1920 * 100%);
  /* background-color: #aed678; */
  background-image: linear-gradient(90deg, #c3f5c4, #f3fdea);
  padding-top: 1.15rem;
  padding-left: 1.6rem;
  padding-right: 0.8rem;
  padding-bottom: 1rem;
}
.md-home-5 .ri {
  width: calc(1320 / 1920 * 100%);
}
.md-home-5 .ni {
  padding-bottom: 0.95rem;
  box-shadow: 0 -1px 0 0 inset rgba(255, 255, 255, 0.2);
  margin-bottom: 0.9rem;
}
.md-home-5 .ni:last-child {
  margin-bottom: 0;
}
.md-home-5 .ni .n11 {
  display: flex;
  align-items: flex-start;
  line-height: 1;
color: #000;
}
.md-home-5 .ni .n12{
  color: #666;
}
.md-home-5 .text {
  width: 5.7rem;
  margin-left: 1.1rem;
  margin-top: 1.5rem;
}
.md-home-5 .name {
  margin-top: 0.5rem;
}
.md-home-5 .intro {
  line-height: 2;
  margin-top: 0.2rem;
}
.md-home-5 .btns {
  margin-top: 1.45rem;
}
.md-home-5 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  border-radius: 1rem;
  background-color: #aed678;
  color: #fff;
  transition: all 0.3s;
}
.md-home-5 .mic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
  margin-left: 1em;
}
@media screen and (max-width: 900px) {
  .md-home-5 .le {
    width: 100%;
    padding: 0.5rem;
  }
  .md-home-5 .ri {
    width: 100%;
    background-size: auto 60%;
    background-position: bottom right;
  }
  .md-home-5 .ni {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md-home-5 .text {
    width: 100%;
    margin: 0;
    padding: 1rem 0.5rem 4rem;
  }
}

.md-home-00 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin: 0.4rem 0;
}
.md-home-00 .logo {
  width: calc(260 / 1600 * 100%);
  margin-right: 0.7rem;
  flex-shrink: 0;
}
.md-home-00 .lo {
  width: 100%;
}
.md-home-00 .te {
  flex-grow: 1;
}
.md-home-00 .t12 {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-home-00 .box {
    flex-wrap: wrap;
  }
  .md-home-00 .logo {
    width: 40%;
  }
  .md-home-00 .te {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.md-contact-1 {
  padding-top: 0.92rem;
  padding-bottom: 1.2rem;
}
.md-contact-1 .ul {
  margin-top: 0.67rem;
}
.md-contact-1 .li {
  width: 27.5%;
  margin-right: 8.75%;
}
.md-contact-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md-contact-1 .icon {
  display: inline-flex;
}
.md-contact-1 .icon .ic {
  height: 1em;
}
.md-contact-1 .line {
  margin-top: 0.36rem;
  height: 2px;
  background-color: #f3f3f3;
}
.md-contact-1 .text {
  margin-top: 0.34rem;
}
.md-contact-1 .text .t2 {
  margin-top: 0.13rem;
  line-height: calc(41 /   30);
}
.md-contact-1 .map {
  margin-top: 0.56rem;
}
.md-contact-1 .mm {
  display: block;
}
.md-contact-1 .mm img {
  width: 100%;
}

.md-contact-2 {
  padding-top: 0.37rem;
  padding-bottom: 1.24rem;
}
.md-contact-2 .subtit {
  margin-top: 0.19rem;
}
.md-contact-2 .form {
  width: 7.4rem;
  margin-top: 0.56rem;
}
.md-contact-2 .fbox {
  margin-top: 0.37rem;
}
.md-contact-2 .fitem {
  width: calc(790 / 1600 * 100%);
  margin-bottom: 0.2rem;
}
.md-contact-2 .fitem:last-child {
  margin-bottom: 0;
}
.md-contact-2 .w100 {
  width: 100%;
}
.md-contact-2 .ip {
  width: 100%;
  height: 0.56rem;
  min-height: 40px;
  background-color: #fff;
  border-radius: 0.04rem;
  padding: 0 0.2rem;
  border: none;
}
.md-contact-2 .ta {
  width: 100%;
  height: 1.46rem;
  padding: 0.18rem 0.2rem;
  border: none;
  background-color: #fff;
}
.md-contact-2 .tip {
  margin-top: 0.11rem;
}
.md-contact-2 .btns {
  margin-top: 0.35rem;
}
.md-contact-2 .submit {
  display: inline-flex;
  align-items: center;
  background-color: #aed678;
  color: #fff;
  height: 0.54rem;
  min-height: 40px;
  padding: 0 0.45rem;
  border-radius: 1rem;
  border: none;
}
.md-contact-2 .submit .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .md-contact-2 .fitem {
    width: 100%;
  }
}

.news-list {
  margin-bottom: 0.6rem;
}
.news-list .li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.news-list .li:last-child {
  margin-bottom: 0;
}
.news-list .dd {
  overflow: hidden;
  transition: all 0.3s;
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .h3 {
  color: #aed678;
}
.news-list .dd:hover .btn {
  color: #fff;
  background-color: #aed678;
  box-shadow: 0 0 0 1px inset #aed678;
}
.news-list .dd:hover .ar {
  filter: brightness(0) invert(1);
}
.news-list .imgs {
  position: relative;
  width: 27.5%;
}
.news-list .img {
  position: relative;
  padding-top: calc(300 / 440 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.news-list .text {
  width: 67.5%;
}
.news-list .tbox {
  width: 100%;
}
.news-list .h3 {
  color: #333;
  margin-top: 0.2rem;
  transition: color 0.3s;
}
.news-list .intro {
  color: #666;
  line-height: 1.6875;
  margin-top: 0.16rem;
}
.news-list .btn {
  color: #aed678;
  margin-top: 0.56rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  transition: all 0.3s;
}
.news-list .ar {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
}
@media screen and (max-width: 900px) {
  .news-list .imgs {
    width: 100%;
  }
  .news-list .text {
    width: 100%;
    padding: 0.3rem 0.3rem 0;
  }
}
@media screen and (max-width: 500px) {
  .news-list .li {
    width: 100%;
  }
}

.md-news-2 {
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}

.news-page {
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 900px) {
  .news-page .news-11 {
    width: 100%;
    order: 1;
  }
  .news-page .news-12 {
    width: 100%;
    padding-top: 0.5rem;
    order: 2;
    padding-right: 0;
  }
}

.md-news-11 {
  padding-top: 0.4rem;
}
.md-news-11 .cont {
  margin: 0 auto;
  width: 12rem;
  max-width: 90%;
}

.md-news-12 {
  padding-top: 0.9rem;
  padding-bottom: 1.1rem;
  background-color: #f7f7f7;
}
.md-news-12 .swiper {
  margin-top: 0.48rem;
}
.md-news-12 .sw {
  height: auto;
  transition: all 0.3s;
}
.md-news-12 .sw:hover .img img {
  transform: scale(1.05);
}
.md-news-12 .sw:hover .h3 {
  color: #aed678;
}
.md-news-12 .img {
  position: relative;
  padding-top: 56%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-news-12 .text {
  margin-top: 0.25rem;
}
.md-news-12 .h3 {
  color: #333;
  line-height: 1.4583333333;
  margin-top: 0.1rem;
  transition: color 0.3s;
}

.det-top {
  padding-bottom: 0.36rem;
}
.det-top .time {
  margin-top: 0.17rem;
  color: #aed678;
}
.det-top .shares {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.det-top .shares .sp {
  margin-right: 0.2rem;
}
.det-top .shares .si {
  margin-right: 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 {
  display: none;
}
.det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.det-top .shares .bd .bbox {
  padding: 0.1rem;
  width: 1rem;
  max-width: none;
}
.det-top .shares .bd .bbox img {
  width: 100%;
}
.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: #aed678;
  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: 900px) {
  .det-top .shares {
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-top: 0.2rem;
  }
}

.det-cen {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 0.42rem;
  padding-bottom: 0.8rem;
  line-height: 2.1875;
}

.det-bot {
  padding-top: 0.42rem;
  padding-bottom: 0.92rem;
}
.det-bot .det_pag a {
  max-width: 48%;
  color: #666;
  display: inline-flex;
  align-items: center;
}
.det-bot .det_pag a:hover .icon {
  background-image: linear-gradient(90deg, #f19601 0%, #ffbe53 100%);
}
.det-bot .det_pag .prev {
  border-radius: 0.16rem 0px 0px 0px;
}
.det-bot .det_pag .prev .sic {
  background-image: url(../images/icon-p11.png);
}
.det-bot .det_pag .next {
  border-radius: 0px 0px 0.16rem 0px;
}
.det-bot .det_pag .next .sic {
  background-image: url(../images/icon-p21.png);
}
.det-bot .det_pag .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}
.det-bot .det_pag .sic {
  width: 0.16rem;
  height: 0.16rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.det-bot .det_pag .sp {
  padding: 0 0.4rem;
}
.det-bot .det_pag span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  background-color: #aed678;
  color: #fff;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det-bot .db_btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.1rem;
}
.det-bot .det_ul {
  line-height: 2.1875;
}
.det-bot .det_ul a {
  display: block;
  color: #333;
  transition: all 0.3s;
}
.det-bot .det_ul a span {
  color: #333;
}
.det-bot .det_ul a:hover {
  color: #aed678;
  transition: all 0.3s;
}
.det-bot .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.4rem;
  color: #fff;
  background-color: #aed678;
  transition: all 0.3s;
}
.det-bot .btn:hover {
  box-shadow: 0 0 0.1rem rgba(174, 214, 120, 0.5);
}
.det-bot .btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.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: #aed678;
}
.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: 900px) {
  .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;
  }
}

.db_ul .ua {
  line-height: 2.125;
  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: #aed678;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .db_ul {
    width: 100%;
  }
}

.md-about-1 {
  position: relative;
}
.md-about-1 .cont {
  padding: 1.82rem 0;
}
.md-about-1 .text {
  width: 6.5rem;
  max-width: none;
}
.md-about-1 .name {
  margin-top: 0.48rem;
}
.md-about-1 .intro {
  line-height: 2;
  margin-top: 0.2rem;
}
.md-about-1 .nlist {
  margin-top: 1.15rem;
}
.md-about-1 .ni {
  margin-right: 1.3rem;
}
.md-about-1 .n11 {
  display: flex;
  line-height: 1;
  color: #aed678;
}
.md-about-1 .n12 {
  margin-top: 0.06rem;
}
@media screen and (max-width: 900px) {
  .md-about-1 .cont {
    padding: 0.8rem 0;
  }
  .md-about-1 .nlist {
    flex-wrap: wrap;
  }
  .md-about-1 .ni {
    width: 50%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.md-about-2 {
  position: relative;
}
.md-about-2 .sw {
  min-height: 8.6rem;
  box-shadow: 1px 0 0 0 inset rgba(255, 255, 255, 0.2);
  padding-top: 2.6rem;
}
.md-about-2 .item {
  position: relative;
  padding-top: 0.5rem;
  transition: all 0.3s;
}
.md-about-2 .text {
  position: relative;
  padding-left: 0.48rem;
  padding-right: 0.6rem;
}
.md-about-2 .text::before {
  content: "";
  width: 0.04rem;
  height: 100%;
  background-color: #aed678;
  position: absolute;
  left: 0;
  top: 0;
}
.md-about-2 .ii {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-about-2 .d1 {
  margin-top: 0.33rem;
}
.md-about-2 .d2 {
  line-height: calc(31 / 18  );
  margin-top: 0;
  height: 0;
  overflow-y: auto;
  transition: all 0.3s;
}
.md-about-2 .d2::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 901px) {
  .md-about-2 .on .item {
    padding-top: 0;
  }
  .md-about-2 .on .d2 {
    height: calc(31em / 18 * 3);
    margin-top: 0.26rem;
  }
}
@media screen and (max-width: 900px) {
  .md-about-2 .sw {
    padding-top: 1rem;
  }
  .md-about-2 .d2 {
    height: auto;
  }
}

.md-design-1 {
  position: relative;
  padding-top: 0.94rem;
  padding-bottom: 0.71rem;
}
.md-design-1 .fitem {
  width: 3.5rem;
  margin-left: 0.2rem;
}
.md-design-1 .inp {
  position: relative;
}
.md-design-1 .ip {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.28rem;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  border: none;
  font-family: unset;
}
.md-design-1 .submit {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.md-design-1 .com-select {
  width: 100%;
  position: relative;
  padding: 0 0.2rem;
  color: #333;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
}
.md-design-1 .com-select::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.md-design-1 .com-select .cs_cur {
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md-design-1 .com-select select {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 900px) {
  .md-design-1 .fbox {
    width: 100%;
    flex-wrap: wrap;
  }
  .md-design-1 .fitem {
    width: 100%;
    margin: 0.2rem 0;
  }
  .md-design-1 .com-select .cs_cur {
    line-height: 1rem;
  }
  .md-design-1 .ip {
    height: 1rem;
  }
}

.md-design-2 {
  position: relative;
  background-color: #f7f7f7;
  padding-top: 0.6rem;
  padding-bottom: 1.27rem;
}
.md-design-2 .ul {
  margin-bottom: 0.2rem;
}
.md-design-2 .li {
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 0.4rem;
}
.md-design-2 .li:nth-child(4n) {
  margin-right: 0;
}
.md-design-2 .dd {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
  min-height: 3.6rem;
}
.md-design-2 .hd {
  padding: 0.6rem 0.3rem;
}
.md-design-2 .img {
  height: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2rem;
}
.md-design-2 .img .ii {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-design-2 .hte {
  margin-top: 1.04rem;
}
.md-design-2 .bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #aed678;
  border-radius: 0.1rem;
  opacity: 0;
}
.md-design-2 .bte {
  padding-top: 1.25rem;
}
.md-design-2 .name {
  height: 3em;
}
.md-design-2 .btn {
  margin-top: 0.76rem;
}
@media screen and (min-width: 901px) {
  .md-design-2 .dd:hover .bd {
    opacity: 1;
  }
  .md-design-2 .bd {
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (max-width: 900px) {
  .md-design-2 .ul {
    justify-content: space-between;
  }
  .md-design-2 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.md-design-10 {
  position: relative;
  padding: 2.1rem 0;
}
.md-design-10 .imgs {
  width: 1.8rem;
  flex-shrink: 0;
}
.md-design-10 .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-design-10 .text {
  padding-left: 0.4rem;
}
.md-design-10 .intro {
  width: 4.4rem;
  margin-top: 0.14rem;
}
.md-design-10 .ni {
  min-width: 2.2rem;
  line-height: 2.5;
}
@media screen and (max-width: 900px) {
  .md-design-10 {
    padding: 1.2rem 0;
  }
  .md-design-10 .box {
    flex-wrap: wrap;
  }
  .md-design-10 .imgs {
    margin: 0 auto;
  }
  .md-design-10 .text {
    margin: 0;
    margin-top: 0.4rem;
    width: 100%;
  }
  .md-design-10 .intro {
    width: 100%;
  }
  .md-design-10 .ni {
    width: 100%;
  }
}

.md-design-11 {
  position: relative;
  padding-top: 0.89rem;
  padding-bottom: 1.45rem;
}
.md-design-11 .text {
  line-height: calc(51 / 24  );
  margin-top: 0.24rem;
}

.md-design-12 {
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 0.92rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.md-design-12 .swiper {
  margin-top: 0.56rem;
}
.md-design-12 .swiper-container {
  overflow: visible;
}
.md-design-12 .img {
  position: relative;
  padding-top: calc(500 / 760 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-design-12 .text {
  position: absolute;
  left: 0;
  bottom: 0.34rem;
  width: 100%;
  padding: 0 0.4rem;
}
.md-design-12 .bots {
  margin-top: 0.43rem;
}
.md-design-12 .swiper-scrollbar {
  width: 6rem;
  height: 3px;
  background-color: #ccc;
}
.md-design-12 .swiper-scrollbar-drag {
  background-color: #aed678;
}
.md-design-12 .swiper-pagination {
  width: auto;
  position: static;
  text-align: right;
  color: #666;
}
.md-design-12 .swiper-pagination .spp1 {
  color: #aed678;
}
.md-design-12 .btns {
  flex-shrink: 0;
}
.md-design-12 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 29.6296296296% auto;
  background-position: center;
  margin-left: 0.2rem;
  cursor: pointer;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
}
.md-design-12 .sbtn:hover {
  background-color: #aed678;
}
.md-design-12 .prev {
  background-image: url(../images/icon-p11.png);
}
.md-design-12 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.md-design-12 .next {
  background-image: url(../images/icon-p21.png);
}
.md-design-12 .next:hover {
  background-image: url(../images/icon-p22.png);
}

.md-design-13 {
  position: relative;
  padding-top: 0.89rem;
  padding-bottom: 1rem;
}
.md-design-13 .subtit {
  margin-top: 0.26rem;
}
.md-design-13 .form {
  margin-top: 0.56rem;
}
.md-design-13 .fitem {
  width: calc(790 / 1600 * 100%);
  margin-bottom: 0.2rem;
}
.md-design-13 .fitem:last-child {
  margin-bottom: 0;
}
.md-design-13 .w100 {
  width: 100%;
}
.md-design-13 .ip {
  width: 100%;
  height: 0.56rem;
  min-height: 40px;
  background-color: #f7f7f7;
  border-radius: 0.04rem;
  padding: 0 0.2rem;
  border: none;
}
.md-design-13 .ta {
  width: 100%;
  height: 1.46rem;
  padding: 0.18rem 0.2rem;
  border: none;
  background-color: #f7f7f7;
}
.md-design-13 .tip {
  margin-top: 0.12rem;
}
.md-design-13 .btns {
  margin-top: 0.35rem;
}
.md-design-13 .submit {
  display: inline-flex;
  align-items: center;
  background-color: #aed678;
  color: #fff;
  height: 0.54rem;
  min-height: 40px;
  padding: 0 0.45rem;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
}
.md-design-13 .submit .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .md-design-13 .fitem {
    width: 100%;
  }
}

.md-exhibit-1 {
  position: relative;
}
.md-exhibit-1 .le {
  width: 50%;
  padding: 0.4rem 0;
  padding-left: 1.6rem;
  padding-right: 1.2rem;
}
.md-exhibit-1 .ri {
  width: 50%;
}
.md-exhibit-1 .tbox {
  width: 100%;
}
.md-exhibit-1 .sw1 .intro {
  color: #666;
  line-height: calc(29 / 16 );
  min-height: calc(29em / 16 * 4 );
  margin-top: 0.25rem;
}
.md-exhibit-1 .sw2 {
  border-radius: 0.06rem;
  overflow: hidden;
  cursor: pointer;
}
.md-exhibit-1 .sw2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.06rem;
  border: 1px solid #f3f3f3;
  opacity: 1;
  transition: all 0.3s;
  z-index: 3;
}
.md-exhibit-1 .sw2 .img2 {
  position: relative;
  padding-top: 60%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.06rem;
  background-color: #fff;
}
.md-exhibit-1 .active {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
}
.md-exhibit-1 .active::before {
  border: 2px solid #aed678;
}
.md-exhibit-1 .bg {
  position: relative;
  padding-top: calc(860 / 960 * 100%);
}
.md-exhibit-1 .more {
  color: #aed678;
  margin-top: 0.24rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  color: #aed678;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-exhibit-1 .more:hover {
  color: #fff;
  background-color: #aed678;
  box-shadow: none;
}
.md-exhibit-1 .more:hover .mic {
  filter: brightness(0) invert(1);
}
.md-exhibit-1 .mic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.1rem;
}
.md-exhibit-1 .lines {
  margin-top: 1.15rem;
  margin-bottom: 0.3rem;
}
.md-exhibit-1 .swiper-scrollbar {
  flex-grow: 1;
  height: 2px;
  background-color: rgba(102, 102, 102, 0.2);
}
.md-exhibit-1 .swiper-scrollbar-drag {
  background-color: #aed678;
}
.md-exhibit-1 .btns {
  flex-shrink: 0;
}
.md-exhibit-1 .sbtn {
  width: 0.5em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.15rem;
  cursor: pointer;
  flex-shrink: 0;
}
.md-exhibit-1 .prev {
  background-image: url(../images/a5.png);
}
.md-exhibit-1 .prev:hover {
  background-image: url(../images/a6.png);
}
.md-exhibit-1 .next {
  background-image: url(../images/a7.png);
}
.md-exhibit-1 .next:hover {
  background-image: url(../images/a8.png);
}
@media screen and (max-width: 900px) {
  .md-exhibit-1 .le {
    width: 100%;
    padding: 0.4rem;
  }
  .md-exhibit-1 .ri {
    width: 100%;
  }
}

.md-service-1 {
  position: relative;
  padding-top: 0.94rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.md-service-1 .swiper1 {
  margin-top: 0.59rem;
}
.md-service-1 .swiper1 .swiper-container {
  overflow: visible;
}
.md-service-1 .sw1 {
  width: 12rem;
  max-width: 100%;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  opacity: 0.5;
}
.md-service-1 .sw1.swiper-slide-active {
  opacity: 1;
}
.md-service-1 .sw1 .text {
  width: 50%;
  padding: 0.2rem 0.8rem;
}
.md-service-1 .sw1 .imgs {
  width: 50%;
}
.md-service-1 .sw1 .img {
  position: relative;
  padding-top: calc(500 / 600 * 100%);
  height: 100%;
}
.md-service-1 .sw1 .ii {
  height: 1em;
}
.md-service-1 .sw1 .name {
  margin-top: 0.31rem;
}
.md-service-1 .sw1 .intro {
  line-height: 1.875;
  margin-top: 0.17rem;
  letter-spacing: -1px;
}
.md-service-1 .sw1 .btns {
  margin-top: 0.52rem;
}
.md-service-1 .sw1 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  color: #aed678;
  transition: all 0.3s;
}
.md-service-1 .sw1 .more:hover {
  background-color: #aed678;
  color: #fff;
  box-shadow: none;
}
.md-service-1 .sw1 .more:hover .mic {
  filter: brightness(0) invert(1);
}
.md-service-1 .sw1 .mic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
}
.md-service-1 .swiper2 {
  margin-top: 0.48rem;
  padding: 0 1rem;
  position: relative;
}
.md-service-1 .sw2 {
  width: 2rem;
  border-radius: 0.06rem;
  box-shadow: 0 0 0 1px inset #f3f3f3;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  cursor: pointer;
}
.md-service-1 .sw2 .img {
  position: relative;
  padding-top: 60%;
}
.md-service-1 .active {
  opacity: 1;
  box-shadow: 0 0 0 2px inset #aed678;
}
.md-service-1 .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29.6296296296% auto;
  cursor: pointer;
}
.md-service-1 .sbtn:hover {
  background-color: #aed678;
}
.md-service-1 .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.md-service-1 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.md-service-1 .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.md-service-1 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media screen and (max-width: 900px) {
  .md-service-1 .sw1 .imgs {
    width: 100%;
    order: 1;
  }
  .md-service-1 .sw1 .text {
    width: 100%;
    order: 2;
    padding: 0.4rem;
  }
}

.md-service-12 {
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.md-service-12 .subtit {
  margin-top: 0.26rem;
}
.md-service-12 .ul {
  margin-top: 0.58rem;
  margin-bottom: 0.2rem;
}
.md-service-12 .li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 0.4rem;
}
.md-service-12 .li:nth-child(3n) {
  margin-right: 0;
}
.md-service-12 .dd {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}
.md-service-12 .dd:hover .img img {
  transform: scale(1.05);
}
.md-service-12 .img {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.md-service-12 .text {
  padding: 0.32rem 0.4rem;
  min-height: 2rem;
}
.md-service-12 .intro {
  line-height: 1.8125;
  margin-top: 0.15rem;
}

.md-material-1 {
  position: relative;
}
.md-material-1 .tops {
  padding-top: 0.94rem;
  padding-bottom: 0.59rem;
}
.md-material-1 .box {
  padding-top: 1.13rem;
  padding-bottom: 1.6rem;
}
.md-material-1 .swiper {
  position: relative;
}
.md-material-1 .sw {
  padding: 0 10%;
}
.md-material-1 .icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.md-material-1 .ii {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-material-1 .text {
  margin-top: 0.34rem;
}
.md-material-1 .intro {
  line-height: calc(32 / 18);
  margin-top: 0.14rem;
}
.md-material-1 .btns {
  margin-top: 0.64rem;
}
.md-material-1 .more {
  color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-material-1 .mic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
  filter: brightness(0) invert(1);
}
.md-material-1 .swiper-pagination {
  position: static;
  margin-top: 0.41rem;
}
.md-material-1 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.05rem;
  background-color: #fff;
}
.md-material-1 .swiper-pagination-bullet-active {
  background-color: #aed678;
}
.md-material-1 .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 2.7rem;
  border: 1px dashed #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29.6296296296% auto;
  cursor: pointer;
  z-index: 30;
}
.md-material-1 .sbtn:hover {
  background-color: #aed678;
}
.md-material-1 .prev {
  left: 0;
  background-image: url(../images/icon-p12.png);
}
.md-material-1 .next {
  right: 0;
  background-image: url(../images/icon-p22.png);
}

.md-material-12 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.md-material-12 .li {
  margin-bottom: 1rem;
}
.md-material-12 .li:last-child {
  margin-bottom: 0;
}
.md-material-12 .text {
  width: 42.5%;
}
.md-material-12 .tbox {
  width: 100%;
}
.md-material-12 .intro {
  line-height: calc(39 / 18 );
  margin-top: 0.29rem;
}
.md-material-12 .imgs {
  width: 50%;
}
.md-material-12 .img {
  position: relative;
  padding-top: calc(520 / 800 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-material-12 .tip {
  margin-top: 0.92rem;
}
@media screen and (min-width: 901px) {
  .md-material-12 .li:nth-child(2n) .dd {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .md-material-12 .imgs {
    width: 100%;
    order: 1;
  }
  .md-material-12 .text {
    width: 100%;
    order: 2;
    padding: 0.3rem 0.3rem 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: #aed678;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}

.md-search-1 {
  padding-top: 0.38rem;
  padding-bottom: 0.9rem;
  min-height: 3.6rem;
  background-color: #f7f7f7;
}
.md-search-1 .zone_nav {
  line-height: 1;
}
.md-search-1 .h2 {
  margin-top: 0.64rem;
}
.md-search-1 .form {
  margin-top: 0.3rem;
}
.md-search-1 .inp {
  width: 11.6rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.md-search-1 .ip {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  border: none;
  border-radius: 0.1rem;
  color: #333;
  font-family: unset;
  background-color: white;
}
.md-search-1 input[type=search] {
  -webkit-appearance: none;
}
.md-search-1 input::-webkit-search-cancel-button {
  display: none;
}
.md-search-1 .submit {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.md-search-1 .ic {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 900px) {
  .md-search-1 .ti {
    margin: 0 0.2rem;
  }
}

.md-search-2 {
  padding-top: 0.56rem;
  padding-bottom: 0.7rem;
}
.md-search-2 .tip span {
  color: #aed678;
}
.md-search-2 .title {
  line-height: 1;
}
.md-search-2 .title .tt2 {
  margin-left: 1em;
}
.md-search-2 .title span {
  color: #aed678;
}
.md-search-2 .pitem {
  margin-bottom: 0.4rem;
}
.md-search-2 .news-list {
  margin-top: -0.22rem;
  margin-bottom: 0;
  padding-bottom: 0.4rem;
}
.cp-list {
  margin-top: 0.4rem;
}
.cp-list .li {
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 0.4rem;
}
.cp-list .li:nth-child(4n) {
  margin-right: 0;
}
.cp-list .dd {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
  min-height: 3.6rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
}
.cp-list .hd {
  padding: 0.6rem 0.3rem;
}
.cp-list .img {
  height: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp-list .img .ii {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cp-list .hte {
  margin-top: 1rem;
}
.cp-list .bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #aed678;
  border-radius: 0.1rem;
  opacity: 0;
}
.cp-list .bte {
  padding-top: 1.25rem;
}
.cp-list .name {
  height: 3em;
}
.cp-list .btn {
  margin-top: 0.76rem;
}
@media screen and (min-width: 901px) {
  .cp-list .dd:hover .bd {
    opacity: 1;
  }
  .cp-list .bd {
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (max-width: 900px) {
  .cp-list {
    justify-content: space-between;
  }
  .cp-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.md-design-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  display: none;
}
.md-design-dialog.show {
  display: block;
}
.md-design-dialog .dlg-cont {
  width: 12rem;
  max-width: 96%;
}
.md-design-dialog .off {
  position: fixed;
  right: 0.9rem;
  top: 0.65rem;
  width: 1em;
  height: 1em;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  cursor: pointer;
}
.md-design-dialog .title {
  margin-bottom: 0.48rem;
}
.md-design-dialog .swipers {
  position: relative;
}
.md-design-dialog .sitem {
  position: absolute;
  left: -200vw;
  top: 0;
  width: 100%;
}
.md-design-dialog .sitem.show {
  position: relative;
  left: 0;
}
.md-design-dialog .swiper11 {
  position: relative;
}
.md-design-dialog .swiper11 .swiper-container {
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-design-dialog .img1 {
  position: relative;
  padding-top: 50%;
}
.md-design-dialog .swiper12 {
  text-align: center;
  margin-top: 0.1rem;
}
.md-design-dialog .swiper12 .swiper-container {
  display: inline-block;
}
.md-design-dialog .sw12 {
  cursor: pointer;
  width: 1.2rem;
}
.md-design-dialog .img2 {
  position: relative;
  padding-top: 50%;
  border-radius: 0.06rem;
  overflow: hidden;
}
.md-design-dialog .active .img2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #aed678;
  border-radius: 0.06rem;
  z-index: 5;
  pointer-events: none;
}
.md-design-dialog .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 30;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29.6296296296% auto;
}
.md-design-dialog .sbtn:hover {
  background-color: #aed678;
}
.md-design-dialog .prev {
  right: calc(100% + 0.4rem);
  background-image: url(../images/icon-p11.png);
}
.md-design-dialog .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.md-design-dialog .next {
  left: calc(100% + 0.4rem);
  background-image: url(../images/icon-p21.png);
}
.md-design-dialog .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media screen and (max-width: 900px) {
  .md-design-dialog .prev {
    left: 0;
  }
  .md-design-dialog .next {
    left: auto;
    right: 0;
  }
}

.md-design-10 .img img{
object-fit:contain 
}