@charset "UTF-8";
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;  
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;  
}
/* @font-face {
  font-family: "HarmonyOS_Sans_Medium";
  src: url("../fonts/HarmonyOS_Sans_Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: "HarmonyOS_Sans_Bold";
  src: url("../fonts/HarmonyOS_Sans_Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;  
} */
.font-Poppins {
  font-family: "Poppins-Regular";
}

body {
  font-family:  "Poppins-Regular";
  background-color: #f0efee;
  color: #4c4c4c;
}
.f-medium,
.f-bold {
  font-weight: bold;

}

.f-bold {
  font-family: "Poppins-Bold";
}

.layout {
  width: 18.4rem;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .layout {
    max-width: 96%;
  }
}

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

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.swiper-button-next,
.swiper-button-prev {
  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);
  }
}
.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.com-banner {
  position: relative;
  z-index: 8;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: calc(680 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 46.5%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  letter-spacing: 1px;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.07rem;
  opacity: 0.7;
  font-weight: lighter;
}
.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.27rem;
  width: 100%;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.com-banner .cb_nav .ii {
  height: 1em;
}
.com-banner .cb_nav a {
  transition: color 0.3s;
}
.com-banner .cb_nav a:hover {
  color: #8bac35;
}
.com-banner .cb_nav .sp {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .com-banner .cb_text .cbp1 {
    font-size: 0.56rem;
  }
}

.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: #8bac35;
}
.cbn-swiper .csa.on {
  color: #8bac35;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #8bac35;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #8bac35;
  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;
  background-color: rgba(0, 0, 0, 0.5);
}
.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: #8bac35;
  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;
    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 {
  max-width: 60%;
}
.bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.6rem;
  white-space: nowrap;
  text-align: center;
  color: #666;
  transition: color 0.3s;
}
.bn-swiper .bsa:hover {
  color: #8bac35;
}
.bn-swiper .bsa.on .icon {
  filter: none;
}
.bn-swiper .bsa .cta {
  display: block;
  padding: 0.28rem 0;
}
.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 .icon {
  filter: sepia(30%) saturate(0%) brightness(90%) contrast(110%);
}
.bn-swiper .bsa .icon .ic {
  height: 1em;
}
.bn-swiper .bsa .te {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .bn-swiper {
    max-width: 100%;
  }
}

.zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #999;
}
.zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
}
.zone-nav .icon img {
  height: 1em;
}
.zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.zone-nav .z_a.on, .zone-nav .z_a:hover {
  color: #8bac35;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .zone-nav {
    width: 100%;
    display: none;
  }
  .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.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.44rem;
  height: 0.44rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.05rem;
  line-height: 1;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
}
.com-pag .cp_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #8bac35;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: 13.6363636364% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 26%;
  height: 26%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.com-pag .cp_btn:hover {
  background-color: #8bac35;
}
.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 {
  line-height: 1;
}
.com-tit .ct2 {
  margin-top: 0.13rem;
}
@media screen and (max-width: 900px) {
  .com-tit .ct1 {
    font-size: 0.5rem;
  }
}

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

.md-md {
  position: absolute;
  top: -0.9rem;
}
.md-head {
  height: 1.2rem;
  font-family: "Poppins-Bold";
}
.md-head.home {
  height: 0;
}
.md-head.home .head-pc {
  background-color: transparent;
}
.md-head.home .head-pc .logo {
  filter: none;
}
.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md-head.m_show .mob_mask {
  display: block;
}
.md-head.is-fixed .head-pc, .md-head.white .head-pc {
  background-color: #fff;
  box-shadow: 1px 1px 0.12rem 0px rgba(0, 0, 0, 0.1);
  background-image: none;
}
.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: #333;
}
.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 {
  filter: none;
}
.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;
}
.md-head.white .head-pc {
  background-color: #fff;
}
.md-head.white .head-pc {
  box-shadow: 0 0 0 1px #dddcdb;
}
@media screen and (max-width: 900px) {
  .md-head {
    height: 0.9rem !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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #f3f3f3;
  border-radius: 0 0 0.2rem 0.2rem;
  transition: all 0.3s;
}
.head-pc .layout {
  width: 18.4rem;
  max-width: 99%;
}
@media screen and (max-width: 900px) {
  .head-pc {
    height: 0.9rem;
    background-color: #f3f3f3;
    background-image: none !important;
  }
  .head-pc .layout {
    max-width: 94%;
  }
}

.head-box {
  z-index: 5;
  height: 1.2rem;
}
.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.44rem;
}
.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.2rem;
}
.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.head-box .ul1 .has-sub::before {
  content: "";
  width: 100%;
  height: calc(100% - 0.15rem);
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  border: 1px solid #999;
  border-bottom: none;
  border-radius: 0.2rem 0.2rem 0 0;
  opacity: 0;
  z-index: 4;
}
.head-box .ul1 .has-sub:hover::before {
  opacity: 1;
}
.head-box .ul1 .has-sub:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head-box .ul1 .a1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 1.2rem;
  padding: 0 0.28rem;
  white-space: nowrap;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.head-box .ul1 .a1:hover, .head-box .ul1 .a1.on {
  color: #8bac35;
}
.head-box .ul1 .a1:hover .i1, .head-box .ul1 .a1.on .i1 {
  opacity: 0;
}
.head-box .ul1 .a1:hover .i2, .head-box .ul1 .a1.on .i2 {
  opacity: 1;
}
.head-box .ul1 .icon1 {
  position: relative;
  height: 1em;
}
.head-box .ul1 .icon1 .ic {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.3s;
}
.head-box .ul1 .ate1 {
  margin-top: 0.1rem;
}
.head-box .ul1 .i2 {
  opacity: 0;
}
.head-box .ul1 .ul2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  border-radius: 0.2rem;
  opacity: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid #999;
  pointer-events: none;
  transition: all 0.3s;
  display: flex;
  z-index: 3;
}
.head-box .ul1 .li2 {
  position: relative;
  width: 1.8rem;
}
.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.head-box .ul1 .a2 {
  display: block;
  height: 100%;
  text-align: center;
  padding: 0.2rem 0.1rem;
  background-color: white; 
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a2:hover {
  color: #8bac35;
}
.head-box .ul1 .a2:hover .i1 {
  opacity: 0;
}
.head-box .ul1 .a2:hover .i2 {
  opacity: 1;
}
.head-box .ul1 .ate2 {
  margin-top: 0.1rem;
}
.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-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: #8bac35;
  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-right: 0.6rem;
}
.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;
}
.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.06rem;
}
.head-box .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head-box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head-box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #fff;
  color: #8bac35;
  min-width: 4em;
}
.head-box .h-lang .b_a:hover {
  color: #8bac35;
  background-color: #fff;
}
.head-box .h-search {
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
  cursor: pointer;
  background-color: #8bac35;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
}
.head-box .h-btns {
  line-height: 1;
  background-color: #8bac35;
  display: flex;
  align-items: center;
  padding: 0.15rem 0.2rem;
  border-radius: 1rem;
}
.head-box .h-btns .ha {
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.head-box .h-btns .ha_te {
  text-shadow: 0 1em 0 #fff;
}
.head-box .h-btns .line {
  width: 1px;
  height: 1.25em;
  background-color: #f8f8fb;
  opacity: 0.6;
  margin: 0 0.1rem;
}
.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: 1280px) {
  .head-box .ul1 .li1 {
   
  }
}
@media screen and (max-width: 900px) {
  .head-box {
    height: 0.9rem;
    /* padding: 0 4%; */
  }
  .head-box .logo .pi {
    display: none;
  }
  .head-box .logo .mi {
    display: block;
  }
  .head-box .ul1 {
    display: none;
  }
  .head-box .h-lang {
    margin-right: 0.3rem;
  }
  .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: fixed;
  left: 0;
  top: 100%;
  top: 0.8rem;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
}
.head-sub.show {
  opacity: 1;
  pointer-events: auto;
}
.head-sub .hs-cont {
  position: relative;
  z-index: 6;
}
.head-sub .hs-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.head-sub .hs-box {
  padding: 0.2rem 0;
  position: relative;
}
.head-sub .hs-off {
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 5;
}
.head-sub .hs-list {
  overflow-y: auto;
  max-height: 80vh;
}
.head-sub .hs-item {
  padding-top: 0.25rem;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.head-sub .hs-item:last-child {
  border-bottom: none;
}
.head-sub .hs_le {
  width: 20%;
  position: relative;
}
.head-sub .hs_ri {
  width: 75%;
}
.head-sub .hs-ul1 {
  display: flex;
}
.head-sub .hs-ul1 .hs-li1 {
  width: 2.8rem;
  padding-bottom: 0.3rem;
}
.head-sub .hs-ul1 .hs-li2 {
  width: 2.8rem;
  margin-bottom: 0.1rem;
}
.head-sub .hs-ul1 .hs-li2:last-child {
  margin-bottom: 0;
}
.head-sub .hs-ul1 .aa2 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.head-sub .hs-ul1 .aa2:hover {
  color: #8bac35;
}
.head-sub .hs-ul1 .aa2:hover .i1 {
  opacity: 0;
}
.head-sub .hs-ul1 .aa2:hover .i2 {
  opacity: 1;
}
.head-sub .hs-ul1 .ic2 {
  width: 1em;
  height: 1.4em;
  position: relative;
  margin-right: 0.14rem;
}
.head-sub .hs-ul1 .ic2 img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.head-sub .hs-ul1 .i2 {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .head-sub {
    display: none !important;
  }
}

.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: inherit;
}
.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: #8bac35;
  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-footer {
  position: relative;
  overflow: hidden;
  background-color: #f0efee;
}
.md-foot-1 {
  position: relative;
  border-top: 1px solid rgba(3, 22, 41, 0.08);
}
.md-foot-1 .box {
  padding-top: 0.25rem;
  padding-bottom: 0.36rem;
  position: relative;
}
.md-foot-1 .f1_le {
  width: 23.6413043478%;
  margin-right: 1.7rem;
}
.md-foot-1 .f1_cen {
  width: 27.7173913043%;
}
.md-foot-1 .f1_ri {
  width: 19.0217391304%;
  padding-top: 0.06rem;
}
.md-foot-1 .img {
  position: relative;
  padding-top: calc(546 / 435 * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
}
.md-foot-1 .logo {
  display: block;
  margin-top: 0.2rem;
}
.md-foot-1 .logo .lo {
  width: 100%;
}
.md-foot-1 .te {
  margin-top: 0.42rem;
}
.md-foot-1 .ul {
  margin-top: 0.1rem;
}
.md-foot-1 .ul .li {
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.md-foot-1 .ul .li:last-child {
  margin-bottom: 0;
}
.md-foot-1 .ul .aa {
  color: #595959;
  text-shadow: 0 1em 0 #595959;
  line-height: 1;
}
.md-foot-1 .ul .aa span {
  display: block;
}
.md-foot-1 .link {
  margin-top: 0.77rem;
}
.md-foot-1 .link .sp {
  margin-right: 1em;
}
.md-foot-1 .ft-link {
  width: 2.9rem;
}
.md-foot-1 .titem {
  margin-bottom: 0.55rem;
}
.md-foot-1 .titem .t12 {
  margin-top: 0.16rem;
  color: #444;
  line-height: calc(30 / 18 * 100%);
}
@media screen and (max-width: 900px) {
  .md-foot-1 .f1_le {
    width: 100%;
    margin-right: 0;
    order: 3;
  }
  .md-foot-1 .f1_cen {
    width: 100%;
    order: 1;
  }
  .md-foot-1 .f1_ri {
    width: 100%;
    order: 2;
  }
  .md-foot-1 .ft-link {
    width: 4.8rem;
  }
  .md-foot-1 .ul .aa{
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 520px) {
  .md-foot-1 .ul .aa{
    font-size: 35px;
  }
}
@media screen and (max-width: 500px) {
  .md-foot-1 .link {
    flex-wrap: wrap;
  }
  .md-foot-1 .ft-link {
    width: 100%;
    margin: 0.1rem 0;
  }
}

.md-foot-2 {
  position: relative;
}
.md-foot-2 .box {
  padding-top: 0.33rem;
  padding-bottom: 0.35rem;
  line-height: 2;
  position: relative;
}
.md-foot-2 .le {
  width: 70%;
}
.md-foot-2 .link {
  max-width: 25%;
  color: #444;
  font-weight: bold;
}
.md-foot-2 .link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .md-foot-2 .box {
    flex-wrap: wrap;
  }
  .md-foot-2 .link {
    text-align: center;
    width: 100%;
    max-width: 100%;
    gap: 1em;
  }
}

.ft-link {
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.2rem;
  line-height: 3.125em;
  box-shadow: 0 0 0 1px inset #b5b5b5;
  color: #888888;
  border-radius: 0.04rem;
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0.25em solid rgba(0, 0, 0, 0.8);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  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;
}

.md-sideNav {
  position: fixed;
  bottom: 30%;
  right: 0.2rem;
  z-index: 60;
}
.md-sideNav .sn_i {
  position: relative;
  margin-top: 0.06rem;
}
.md-sideNav .sn_i:first-child {
  margin-top: 0;
}
.md-sideNav .sn_i:hover .hd {
  background-color: #8bac35;
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md-sideNav .sn_i:hover .hd .ic {
  filter: brightness(0) invert(1);
}
.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 7px 8px 0.3rem 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.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: #8bac35;
  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);
  }
}
.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: #8bac35;
}
.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;
}
.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;
}

.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: 10rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: url(../images/ctc2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.form-dialog .off {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.form-dialog .form {
  padding: 0.4rem;
}
.form-dialog .fbox {
  margin-top: 0.3rem;
}
.form-dialog .fle {
  width: 48.75%;
}
.form-dialog .fri {
  width: 48.75%;
}
.form-dialog .fitem {
  width: 100%;
  margin-bottom: 0.15rem;
}
.form-dialog .fitem:last-child {
  margin-bottom: 0;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  background-color: #fff;
  border: none;
  padding: 0 0.23rem;
  font-family: inherit;
}
.form-dialog .ip::-moz-placeholder {
  color: #666;
}
.form-dialog .ip::placeholder {
  color: #666;
}
.form-dialog .ta {
  width: 100%;
  height: 100%;
  padding: 0.16rem 0.23rem;
  background-color: #fff;
  font-family: inherit;
  border: none;
}
.form-dialog .ta::-moz-placeholder {
  color: #666;
}
.form-dialog .ta::placeholder {
  color: #666;
}
.form-dialog .yzm {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: none;
  border-left: 1px solid #eee;
}
.form-dialog .fbtns {
  margin-top: 0.42rem;
}
.form-dialog .submit {
  width: 2rem;
  height: 0.6rem;
  background-color: #8bac35;
  color: #fff;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.form-dialog .btns {
  margin-top: 0.18rem;
}
.form-dialog .submit {
  width: 2rem;
  height: 0.6rem;
  background-color: #8bac35;
  color: #fff;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.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: #8bac35;
  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: #8bac35;
  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;
  }
}

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

.pro-tt {
  position: relative;
  padding-left: 0.17rem;
  line-height: 1;
}
.pro-tt::before {
  content: "";
  width: 0.06rem;
  height: 1em;
  background-color: #8bac35;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}

.md-news-1 {
  padding-top: 1.14rem;
  position: relative;
}

.md-news-2 {
  padding-top: 0.36rem;
  padding-bottom: 1.1rem;
  background-color: #f3fafe;
}

.news-list {
  margin-top: 0.65rem;
  margin-bottom: 0.6rem;
}
.news-list .li {
  margin-bottom: 0.3rem;
}
.news-list .li:last-child {
  margin-bottom: 0;
}
.news-list .dd {
  position: relative;
  padding: 0.2rem;
  border-radius: 0.2rem;
  background-color: #fff;
  transition: all 0.3s;
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .title {
  color: #8bac35;
}
.news-list .dd:hover .btn {
  background-color: #8bac35;
  box-shadow: 0 0 0 1px inset #8bac35;
}
.news-list .dd:hover .btn .btn_text {
  color: #fff;
  transform: translateY(-1em);
}
.news-list .dd:hover .btn .btn_circle {
  box-shadow: 0 0 0 1px inset #fff;
}
.news-list .imgs {
  width: calc(660 / 1800 * 100%);
}
.news-list .img {
  position: relative;
  padding-top: 66.6666666667%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-list .text {
  width: calc(980 / 1800 * 100%);
  margin-left: 0.8rem;
}
.news-list .tbox {
  width: 100%;
}
.news-list .title {
  transition: color 0.3s;
}
.news-list .intro {
  line-height: 1.6666666667;
  margin-top: 0.24rem;
}
.news-list .time {
  margin-top: 0.28rem;
}
.news-list .btns {
  margin-top: 0.54rem;
}
.news-list .btn {
  padding: 0.19rem 0.3rem;
  border-radius: 1rem;
  border: none;
  font-family: inherit;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 0 1px inset #999;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.news-list .btn .btn-cont {
  overflow: hidden;
}
.news-list .btn .btn_text {
  text-shadow: 0 1em 0 #fff;
}
.news-list .btn .btn_circle {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #4c4c4c;
  margin-left: 0.3rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 900px) {
  .news-list .text {
    width: 100%;
    order: 2;
    margin: 0;
    padding: 0.3rem;
  }
  .news-list .imgs {
    width: 100%;
    order: 1;
  }
}

.md-news-det {
  padding-top: 0.96rem;
  padding-bottom: 0.8rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #f3fafe;
}

.md-news-11 .w1200 {
  width: 12rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.md-news-12 {
  padding-top: 1.15rem;
  padding-bottom: 0.88rem;
}
.md-news-12 .layout {
  width: 12rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.md-news-12 .com-tt {
  line-height: 1;
}
.md-news-12 .swiper {
  margin-top: 0.6rem;
}
.md-news-12 .sw {
  background-color: #fff;
  height: auto;
  transition: background-color 0.3s;
}
.md-news-12 .sw:hover {
  background-color: #8bac35;
}
.md-news-12 .sw:hover .img img {
  transform: scale(1.05);
}
.md-news-12 .sw:hover .title,
.md-news-12 .sw:hover .time {
  color: #fff;
}
.md-news-12 .img {
  position: relative;
  padding-top: calc( 360 / 580 * 100%);
  overflow: hidden;
}
.md-news-12 .text {
  padding: 0.43rem 0.4rem 0.45rem;
}
.md-news-12 .title {
  line-height: calc( 40 / 28 );
  height: 2.8571428571em;
  transition: all 0.3s;
}
.md-news-12 .time {
  margin-top: 0.38rem;
  transition: all 0.3s;
}
.det-top {
  padding-top: 1.1rem;
  padding-bottom: 0.17rem;
  position: relative;
  z-index: 50;
}
.det-top .tops {
  margin-top: 0.35rem;
}
.det-top .shares {
  margin-left: 0.4rem;
}
.det-top .shares .sp {
  margin-right: 0.2rem;
}
.det-top .shares .si {
  margin-right: 0.22rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 40;
}
.det-top .shares .si:hover .hd {
  opacity: 1;
}
.det-top .shares .si:hover .i1 {
  display: none;
}
.det-top .shares .si:hover .i2 {
  display: block;
}
.det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.det-top .shares .hd {
  display: inline-flex;
  align-items: center;
}
.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;
}
.det-top .shares .bd img {
  width: 1.2rem;
  min-width: 100px;
  max-width: none;
}
.det-top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.det-top .back:hover {
  color: #8bac35;
  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;
}
.det-top .social-share .icon-wechat .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
}
.det-cen {
  border-top: 1px solid #d8d8d8;
  padding-top: 0.44rem;
  line-height: 1.6666666667;
}

.det-bot {
  padding: 0.5rem 0rem 0.8rem;
  border-bottom: 1px solid #d8d8d8;
}
.det-bot .det_pag a {
  max-width: 48%;
  color: #666;
  display: inline-flex;
  align-items: center;
}
.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 .det_ul {
  width: 60%;
}
.det-bot .det_ul a {
  display: block;
  line-height: 1.8888888889;
  color: #444;
  transition: color 0.3s;
}
.det-bot .det_ul a:hover {
  color: #8bac35;
}
.det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2rem 0.25rem;
  background-color: #8bac35;
  color: #fff;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det-bot .db_btn .btn-cont {
  overflow: hidden;
}
.det-bot .db_btn .sp {
  text-shadow: 0 1em 0 #fff;
}
.det-bot .db_btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a16.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.52rem;
}
@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;
  }
  .det-bot .det_ul {
    width: 100%;
  }
  .det-bot .det_ul a  span{
    display: block;
  }
}

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

.cr-list {
  margin-top: 0.04rem;
}
.cr-list .ul {
  margin-top: 0.33rem;
}
.cr-list .li {
  margin-bottom: 0.3rem;
}
.cr-list .aa {
  display: block;
  background-color: #fff;
}
.cr-list .aa:hover .img img {
  transform: scale(1.05);
}
.cr-list .aa:hover .title {
  color: #8bac35;
}
.cr-list .img {
  position: relative;
  padding-top: 56.1403508772%;
  overflow: hidden;
}
.cr-list .text {
  padding: 0.27rem 0.33rem 0.35rem;
}
.cr-list .title {
  line-height: 1.625;
  font-weight: 400;
  color: #333;
  margin-top: 0.08rem;
  transition: all 0.3s;
}
.cr-list .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.cr-list .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
@media screen and (max-width: 900px) {
  .cr-list {
    margin-top: 0.6rem;
  }
  .cr-list .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list .li {
    width: 48%;
    margin-bottom: 4%;
  }
}

.md-search-1 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  background-color: #f3fafe;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.md-search-1 .h2 {
  margin-top: 0.64rem;
  letter-spacing: 1px;
}
.md-search-1 .form {
  width: 6rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.md-search-1 .fic {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a25.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.md-search-1 .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  background-color: #fff;
  border-radius: 0.3rem;
  padding-left: 0.2rem;
  font-family: inherit;
  border: solid 1px #e1efff;
}
.md-search-1 .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 100%;
  border: none;
  background-color: #8bac35;
  border-radius: 0px 1rem 1rem 0px;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22.8571428571% auto;
  cursor: pointer;
}
.md-search-1 .tip {
  margin-top: 0.26rem;
  margin-bottom: 0.38rem;
}
.md-search-1 .tip span {
  color: #8bac35;
}
.md-search-1 .ptit {
  line-height: 0.75;
  margin-bottom: 0.2rem;
}
.md-search-1 .ptit .tt1 {
  font-weight: bold;
}
.md-search-1 .ptit .tt2 {
  margin-left: 1em;
}
.md-search-1 .ptit span {
  color: #8bac35;
}
.md-search-1 .pitem {
  margin-bottom: 0.46rem;
}
.md-search-1 .pitem:last-child {
  margin-bottom: 0;
}
.md-search-1 .pro-list2 {
  margin-top: 0.38rem;
}

.com-select {
  width: 100%;
  position: relative;
  padding: 0 0.2rem;
  color: #666;
  background-color: #fff;
}
.com-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.27rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.com-select .cs_cur {
  line-height: 3.125;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-select select {
  font-family: inherit;
  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);
}

.md-com-breadnav {
  position: relative;
  border-radius: 0 0 0.2rem 0.2rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px #dddcdb;
  z-index: 30;
  font-family: "Poppins-Bold";
}
.md-com-breadnav.mt {
  margin-top: 0.3rem;
}
.md-com-breadnav.has_bn {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.9rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.md-solution-1 {
  position: relative;
  padding-bottom: 0.88rem;
}

.sol-list {
  background-color: #080807;
}
.sol-list .sol-item {
  perspective: 250vw;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #b5b5b5;
}
.sol-list .sol-item:first-child {
  border-top: none;
}
.sol-list .item_box {
  position: relative;
  padding: 0.48rem 0.4rem 1rem;
  background-color: #f0efed;
  min-height: 100vh;
}
.sol-list .item_box:last-child {
  min-height: auto;
}
.sol-list .item_cont {
  position: relative;
}
.sol-list .le {
  width: 34.2391304348%;
}
.sol-list .ri {
  width: 48.9130434783%;
}
.sol-list .num {
  color: #4c4c4c;
  font-size: 6.25vw;
  line-height: 1;
}
.sol-list .h2 {
  color: #4c4c4c;
}
.sol-list .dd {
  display: block;
  margin-top: 0.27rem;
  padding: 0.2rem;
  padding-bottom: 0.25rem;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0px 4px 0.26rem 0px rgba(79, 79, 79, 0.2);
  position: relative;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.sol-list .dd:hover {
  background-color: #8bac35;
  color: #fff;
}
.sol-list .dd:hover .img img {
  transform: scale(1.05);
}
.sol-list .img {
  position: relative;
  padding-top: 56.1627906977%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sol-list .img img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.sol-list .text {
  margin-top: 0.24rem;
  line-height: 1.5;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.sol-list .overlay {
  position: absolute;
  z-index: 30;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .sol-list .pro-item {
    position: static;
  }
  .sol-list .ri {
    width: 60%;
  }
}

/*
公用底部需求
*/
.md-com-demand {
  padding-top: 0.9rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: #f0efee;
  position: relative;
}
.md-com-demand .title {
  font-size: calc(102vw / 1920 * 100);
  /* font-family: "SourceHanSansCN-Bold"; */
  line-height: 1.3;
  color: #4c4c4c;
}
.md-com-demand .split-parent {
  overflow: hidden;
}
.md-com-demand .split-parent:nth-child(2n) .split-child * {
  text-align: right;
}
.md-com-demand .btns {
  margin-top: 0.34rem;
}

.com-button {
  padding: 0.19rem 0.33rem;
  border-radius: 1rem;
  background-color: #8bac35;
  color: #fff;
  border: none;
  font-family: inherit;
  line-height: 1.05;
  cursor: pointer;
}
.com-button:hover .btn_text {
  transform: translateY(-1.05em);
}
.com-button:hover .btn_circle {
  transform: scale(0.6);
  background-color: #fff;
}
.com-button .btn-cont {
  overflow: hidden;
}
.com-button .btn_text {
  text-shadow: 0 1.05em 0 #fff;
  font-family: "Poppins-Bold";
}
.com-button .btn_circle {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  margin-left: 0.3rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-link-hover] [data-link] {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 901px) {
  [data-link-hover]:hover [data-link] {
    transform: translateY(-1.05em);
  }
}

.split-parent {
  overflow: hidden;
}

/**
 设备展示
*/
.md-equipment-1 {
  padding-top: 1.15rem;
}
 
.md-equipment-1 .ul {
  margin-top: 0.66rem;
}
.md-equipment-1 .li {
  margin-bottom: 0.92rem;
}
.md-equipment-1 .img {
  position: relative;
  overflow: hidden;
}
.md-equipment-1 .li:nth-child(12n-11) {
  width: calc( 1200 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-11) .img {
  padding-top: calc( 750 / 1200 * 100%);
}
.md-equipment-1 .li:nth-child(12n-10) {
  width: calc( 450 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-10) .img {
  padding-top: calc( 500 / 450 * 100%);
}
.md-equipment-1 .li:nth-child(12n-9) {
  width: calc( 750 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-9) .img {
  padding-top: calc( 850 / 750 * 100%);
}
.md-equipment-1 .li:nth-child(12n-8) {
  width: calc( 910 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-8) .img {
  padding-top: calc( 568 / 910 * 100%);
}
.md-equipment-1 .li:nth-child(12n-7) {
  width: calc( 910 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-7) .img {
  padding-top: 100%;
}
.md-equipment-1 .li:nth-child(12n-6) {
  width: calc( 750 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-6) .img {
  padding-top: calc( 468 / 750 * 100%);
}
.md-equipment-1 .li:nth-child(12n-5) {
  width: calc( 450 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-5) .img {
  padding-top: calc( 500 / 450 * 100%);
}
.md-equipment-1 .li:nth-child(12n-4) {
  width: calc( 1200 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-4) .img {
  padding-top: calc( 750 / 1200 * 100%);
}
.md-equipment-1 .li:nth-child(12n-3) {
  width: calc( 910 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-3) .img {
  padding-top: calc( 568 / 910 * 100%);
}
.md-equipment-1 .li:nth-child(12n-2) {
  width: calc( 750 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-2) .img {
  padding-top: calc( 850 / 750 * 100%);
}
.md-equipment-1 .li:nth-child(12n-1) {
  width: calc( 468 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n-1) .img {
  padding-top: calc( 468 / 750 * 100%);
}
.md-equipment-1 .li:nth-child(12n) {
  width: calc( 910 	 / 1820 * 100%);
}
.md-equipment-1 .li:nth-child(12n) .img {
  padding-top: 100%;
}
.md-equipment-1 .dd {
  display: block;
  position: relative;
}
.md-equipment-1 .dd:hover .img {
  transform: scale(1.05);
}
.md-equipment-1 .top {
  overflow: hidden;
}
.md-equipment-1 .img {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.md-equipment-1 .text {
  padding-top: 0.31rem;
}
.md-equipment-1 .title {
  font-family: "Poppins-Bold";
}
.md-equipment-1 .intro {
  line-height: 1.8;
  color: #666;
  margin-top: 0.03rem;
}
@media screen and (max-width: 900px) {
  /* .md-equipment-1 .li:nth-child(6n-5) {
    width: 80%;
  }
  .md-equipment-1 .li:nth-child(6n-4) {
    width: 70%;
    margin-left: 30%;
  }
  .md-equipment-1 .li:nth-child(6n-3) {
    width: 80%;
    margin-left: 10%;
  }
  .md-equipment-1 .li:nth-child(6n-2) {
    width: 60%;
  }
  .md-equipment-1 .li:nth-child(6n-1) {
    width: 90%;
    margin-left: 10%;
  }
  .md-equipment-1 .li:nth-child(6n) {
    width: 80%;
  } */

  .md-equipment-1 .li{
    width: 100% !important;
 margin-bottom: 10%;
    
  }

  .md-equipment-1 .img{
    padding-top: 100% !important;
  }
  .md-equipment-1 .text {
    padding-top: 0.14rem;
  }
  .md-equipment-1 .intro{
    /* display: none; */
  }
}



.md-equipment-2 {
  padding-top: 0.95rem;
  padding-bottom: 0.88rem;
  position: relative;
  overflow: hidden;
}
.md-equipment-2 .text {
  width: calc(530 / 1840 * 100%);
}
.md-equipment-2 .imgs {
  width: calc(1200 / 1840 * 100%);
  margin-top: 0.05rem;
}
.md-equipment-2 .img {
  position: relative;
  padding-top: 66.6666666667%;
  overflow: hidden;
}
.md-equipment-2 .intro {
  line-height: 1.8;
  margin-top: 0.5rem;
}
@media screen and (max-width: 900px) {
  .md-equipment-2 .imgs {
    width: 100%;
    order: 1;
  }
  .md-equipment-2 .text {
    width: 100%;
    order: 2;
    margin-top: 0.47rem;
  }
}

.md-company-1 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-company-1.show .intro {
  opacity: 1;
  transition: opacity 0.5s;
}
.md-company-1.show .from {
  opacity: 1;
  transition: opacity 0.5s;
}
.md-company-1 .imgs {
  width: calc( 1130 / 1840 * 100%);
}
.md-company-1 .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-company-1 .img {
  position: relative;
}
.md-company-1 .bg {
  position: relative;
  padding-top: calc( 768 / 1130 * 100%);
  padding-top: calc( 965 / 1130 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-company-1 .le {
  width: calc( 660 / 1840 * 100%);
  position: relative;
  /* padding-top: 1rem; */
  z-index: 5;
}
.md-company-1 .js-text {
  position: relative;
  font-weight: bold;
  z-index: 5;
  margin-top: 0.8rem;
  line-height: 1.2;
}
.md-company-1 .js-row {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 8px;
}
.md-company-1 .js-line {
  display: inline-block;
  border-radius: 0.04rem;
  background-color: #fff;

  padding: 0 0.24rem;
}
.md-company-1 .caret {
  position: relative;
  animation: blinking 1s step-end infinite;
  height: 1em;
  margin-bottom: -0.15em;
  width: 0;
}
.md-company-1 .caret::after {
  content: "";
  width: 0.1em;
  height: 1em;
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #8bac35;
}
.md-company-1 .intro {
  margin-top: 1rem;
  opacity: 0;
}
.md-company-1 .top {
  line-height: 1;
  align-items: flex-end;
  white-space: nowrap;
}
.md-company-1 .top .ic1 {
  height: 0.99rem;
}
.md-company-1 .top .sp {
  margin-left: 0.3rem;
  margin-right: 0.2rem;
  /* font-family: "SourceHanSansCN-Bold"; */
}
.md-company-1 .top .sp2 {
  padding: 0.1rem 0.18rem;
  background-color: #8bac35;
  color: #fff;
  border-radius: 1rem;
  position: relative;
  bottom: 0.06rem;
}
.md-company-1 .from {
  position: absolute;
  right: 0.6rem;
  bottom: 0.7rem;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 4.6rem;
  padding: 0.14rem 0;
  border-radius: 0.08rem;
  opacity: 0;
}
.md-company-1 .fle {
  flex-shrink: 0;
  padding: 0 0.15rem;
}
.md-company-1 .fri {
  padding-right: 0.2rem;
  line-height: calc( 28 / 18  );
}
@media screen and (max-width: 900px) {
  .md-company-1 {
    padding-top: 0.3rem;
  }
  .md-company-1 .le {
    width: 100%;
    order: 2;
    padding-top: 1rem;
  }
  .md-company-1 .imgs {
    width: 100%;
    order: 1;
  }
  .md-company-1 .js-text {
    font-size: 0.3rem;
  }
  .md-company-1 .from {
    width: 100%;
    position: static;
  }
  .md-company-1 .top .sp2 {
    display: none;
  }
  .md-company-1 .js-row {
    width: auto;
  }
  .md-company-1 .top .sp{
    margin-left: 0;
  }
  
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.md-company-2 {
  padding-top: 1rem;
  padding-bottom: 0.92rem;
}
.md-company-2 .box {
  padding: 0.2rem;
  background-color: #fcfdfd;
  border-radius: 0.1rem;
}
.md-company-2 .imgs {
  width: calc( 886 / 1800 * 100%);
}
.md-company-2 .img {
  position: relative;
  padding-top: calc( 560 / 886 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-company-2 .text {
  width: calc( 820 / 1800 * 100%);
}
.md-company-2 h2 {
  /* font-family: "SourceHanSansCN-Bold"; */
}
.md-company-2 .line {
  width: 0.46rem;
  height: 0.5em;
  background-color: #8bac35;
  margin-top: 0.16rem;
  margin-bottom: 0.44rem;
}
@media screen and (max-width: 900px) {
  .md-company-2 .imgs {
    width: 100%;
  }
  .md-company-2 .text {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.md-company-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.md-company-3 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.md-company-3 .sw {
  width: 7.5rem;
}
.md-company-3 .img {
  position: relative;
  padding-top: calc( 950 / 750 * 100%);
  overflow: hidden;
}

.md-vision-1 {
  padding-top: 1.14rem;
  padding-bottom: 0.82rem;
}
.md-vision-1 .h2 {
  margin-bottom: 0.6rem;
}
.md-vision-1 .bitem {
  position: relative;
}
.md-vision-1 .text {
  width: 9.6rem;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  left: 6.5%;
}
.md-vision-1 .title {
  line-height: 1.2;
  font-family: "Poppins-Bold";
}
.md-vision-1 .img {
  margin-top: 0.3rem;
  margin-bottom: 0.51rem;
}
.md-vision-1 .img img {
  width: 100%;
}
.md-vision-1 .d12 {
  line-height: 1.6666666667;
  margin-top: 0.36rem;
}
.md-vision-1 .tit {
  position: absolute;
  left: 0;
  top: 0.11rem;
}
@media screen and (max-width: 900px) {
  .md-vision-1 .tit {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .md-vision-1 .text {
    left: 0;
    width: 100%;
    max-width: none;
  }
}

.com-h2 {
  font-size: calc(92vw / 1920 * 100);
  line-height: 1;
  font-family: "Poppins-Bold";
}
@media screen and (max-width: 900px){
  .com-h2{
    font-size: 0.6rem;
  }
}

.md-video-1 {
  padding-top: 1.16rem;
  padding-bottom: 0.88rem;
  overflow: hidden;
}
.md-video-1 .h2 {
  line-height: 1;
}
.md-video-1 .swiper {
  margin-top: 0.69rem;
}
.md-video-1 .swiper-container {
  overflow: visible;
}
.md-video-1 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.md-video-1 .sw {
  width: 8rem;
  margin-right: 0.3rem;
  max-width: 100%;
}
.md-video-1 .sw:last-child {
  margin-right: 0;
}
.md-video-1 .sw:hover .img img {
  transform: scale(1.05);
}
.md-video-1 .watch {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21.0526315789% auto;
}
.md-video-1 .img {
  position: relative;
  padding-top: calc( 512 / 800 * 100%);
  overflow: hidden;
}

.md-honor-1 {
  position: relative;
  overflow: hidden;
  padding-top: 1.15rem;
  padding-bottom: 0.46rem;
}
.md-honor-1 .tip {
  margin-top: 0.27rem;
}
.md-honor-1 .swiper {
  margin-top: 0.95rem;
  position: relative;
}
.md-honor-1 .swiper-container {
  overflow: visible;
}
.md-honor-1 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.md-honor-1 .sw {
  width: 2.8rem;
  height: auto;
}
.md-honor-1 .img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.md-honor-1 .ibox {
  position: relative;
  transition: all 0.3s;
}
.md-honor-1 .ibox:hover {
  transform: translateY(-0.1rem);
}
.md-honor-1 img {
  width: 100%;
}
.md-honor-1 .hall {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
  margin-top: -0.2rem;
}

.md-home-0 {
  position: sticky;
  top: 0;
  overflow: hidden;
}
.md-home-0 .swiper {
  position: relative;
}
.md-home-0 .sw {
  overflow: hidden;
}
.md-home-0 .sw .img {
  position: relative;
  padding-top: 40%;
  min-height: 90vh;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.md-home-0 .sw .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-0 .sw .img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-0 .sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0.3rem;
  opacity: 0;
  transform: translateY(0.2rem);
}
.md-home-0 .sw .d1 {
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.md-home-0 .sw .d2 {
  line-height: 1.1818181818;
  opacity: 0.7;
  margin-top: 0.08rem;
}
.md-home-0 .sw .d3 {
  margin-top: 0.62rem;
}
.md-home-0 .swiper-slide-active .img {
  animation: ban 10s linear;
}
.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transform: none;
  transition: all 1s 0.5s;
}
.md-home-0 .swiper-pagination {
  bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 32;
}
.md-home-0 .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 0.05rem;
  opacity: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset #fff;
}
.md-home-0 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.md-home-0 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
  padding: 0.2rem 0.24rem;
  color: #fff;
  box-shadow: 0 0 0 2px inset #fff;
  border-radius: 1rem;
}
.md-home-0 .aa:hover {
  background-color: #fff;
  color: #8bac35;
}
.md-home-0 .aa:hover .cic {
  filter: none;
}
.md-home-0 .cic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.42rem;
  filter: brightness(0) invert(1);
}
.md-home-0 .bots {
  position: absolute;
  bottom: 0.3rem;
  left: 0%;
  z-index: 30;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.md-home-0 .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 0.45rem;
  z-index: 30;
}
.md-home-0 .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);
}
.md-home-0 .sbtn:hover {
  filter: none;
}
.md-home-0 .prev {
  background-image: url(../images/b3.png);
}
.md-home-0 .next {
  background-image: url(../images/b4.png);
}
.md-home-0 .num {
  margin: 0 0.25rem;
}
.md-home-0 .nums {
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.md-home-0 .nums .n11 {
  color: #fff;
}
.md-home-0 .s-cent {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 30;
}
.md-home-0 .da {
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 1.1;
  padding: 0.2em 0;
}
.md-home-0 .da::before, .md-home-0 .da::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #fff;
  transition: transform 0.725s cubic-bezier(0.83, 0, 0.17, 1);
  transform: scaleX(0) rotate(0.001deg);
}
.md-home-0 .da::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.2s;
}
.md-home-0 .da::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}
.md-home-0 .da:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}
.md-home-0 .da:hover:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.2s;
}
.md-home-0 .da:hover .da_text {
  transform: translateY(-1.1em);
}
.md-home-0 .da:hover .da_circle {
  transform: scale(0.6);
  background-color: #fff;
}
.md-home-0 .da .da-cont {
  overflow: hidden;
}
.md-home-0 .da .da_text {
  color: #fff;
  text-shadow: 0 1em 0 #fff;
  transition: transform 0.545s cubic-bezier(0.16, 1, 0.3, 1);
}
.md-home-0 .da .da_circle {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  margin-left: 0.15rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 900px) {
  .md-home-0 .sw .text {
    bottom: 1.8rem;
  }
  .md-home-0 .sw .d1 {
    font-size: 0.54rem;
  }
  .md-home-0 .s-cent{
    display: none;
  }
  .md-home-0 .sw .da{
    margin: 0.2rem 0;
  }
}

.md-home-1 {
  padding-top: 1.08rem;
  padding-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
  background-color: #f0efee;
}
.md-home-1 .h2 {
  line-height: 1.1739130435;
}
.md-home-1 .text {
  line-height: 1.6666666667;
}
.md-home-1 .imgs {
  width: 5.7rem;
  flex-shrink: 0;
}
.md-home-1 .img {
  position: relative;
  padding-top: calc( 350 / 570 * 100%);
  overflow: hidden;
}
.md-home-1 .boxs {
  margin-top: 0.55rem;
  margin-left: 30%;
}
.md-home-1 .box1 {
  position: relative;
}
.md-home-1 .tp {
  position: absolute;
  right: 0;
  bottom: 0;
}
.md-home-1 .box2 {
  width: 5.7rem;
  margin-top: 0.23rem;
}
.md-home-1 .btns {
  margin-top: 0.45rem;
}
.md-home-1 .com-button {
  display: inline-flex;
}
.md-home-1 .bte1 {
  font-size: 4.7916666667vw;
  line-height: 1.1739130435;
  margin-left: 0.64rem;
}
.md-home-1 .watch {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21.5384615385% auto;
}
.md-home-1 .watch::before {
  content: "";
  width: calc(100% + 0.14rem);
  height: calc(100% + 0.14rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 901px) {
  .md-home-1 .tp2 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-home-1 .boxs {
    margin-left: 0;
    width: 80%;
  }
  .md-home-1 .com-h2 {
    display: none;
  }
  .md-home-1 .bte1 {
    display: none;
  }
  .md-home-1 .tp {
    display: none;
  }
  .md-home-1 .box1 {
    width: 60%;
    width: 100%;
  }
  .md-home-1 .imgs {
    width: 100%;
  }
  .md-home-1 .box2 {
    width: 100%;
    display: flex;
    margin-top: 0.4rem;
  }
  .md-home-1 .le2 {
    width: 20%;
  }
  .md-home-1 .ri2 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .md-home-1 .boxs {
 
    width: 100%;
  }
  .md-home-1 .box1 {
    width: 100%;
  }
  .md-home-1 .box2 {
    width: 100%;
    flex-wrap: wrap;
  }
  .md-home-1 .le2 {
    width: 100%;
  }
  .md-home-1 .ri2 {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.md-home-2 {
  padding-top: 0.53rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f0efee;
}
.md-home-2 .ul {
  margin-top: 0.68rem;
}
.md-home-2 .li {
  margin-bottom: 0.92rem;
}
.md-home-2 .img {
  position: relative;
  overflow: hidden;
}
.md-home-2 .i_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  z-index: 5;
}
.md-home-2 .li:nth-child(6n-5) {
  width: calc( 910 	 / 1840 * 100%);
}
.md-home-2 .li:nth-child(6n-5) .img {
  padding-top: 100%;
}
.md-home-2 .li:nth-child(6n-4) {
  width: calc( 910 	 / 1840 * 100%);
}
.md-home-2 .li:nth-child(6n-4) .img {
  padding-top: calc( 568 / 910 * 100%);
}
.md-home-2 .li:nth-child(6n-3) {
  width: calc( 750 	 / 1840 * 100%);
}
.md-home-2 .li:nth-child(6n-3) .img {
  padding-top: calc( 850 / 750 * 100%);
}
.md-home-2 .li:nth-child(6n-2) {
  width: calc( 910 	 / 1840 * 100%);
}
.md-home-2 .li:nth-child(6n-2) .img {
  padding-top: calc( 568 / 750 * 100%);
}
.md-home-2 .li:nth-child(6n-1) {
  width: calc( 910 	 / 1840 * 100%);
}
.md-home-2 .li:nth-child(6n-1) .img {
  padding-top: 100%;
}
.md-home-2 .li:nth-child(6n) {
  width: calc( 750 	 / 1840 * 100%);
}
.md-home-2 .li:nth-child(6n) .img {
  padding-top: calc( 468 / 750 * 100%);
}
.md-home-2 .dd {
  display: block;
}
.md-home-2 .dd:hover .as_cont {
  transform: translateY(-1.2em);
}
.md-home-2 .text {
  margin-top: 0.31rem;
  position: relative;
}
.md-home-2 .tle {
  width: calc(100% - 5em);
}
.md-home-2 .intro {
  line-height: 1.8;
  color: #666;
  margin-top: 0.02rem;
}
.md-home-2 .aside {
  position: absolute;
  right: 0;
  top: 0.1rem;
  text-align: right;
  white-space: nowrap;
  height: 1.2em;
  line-height: 1.2;
  overflow: hidden;
  color: #666;
}
.md-home-2 .as_cont {
  transition: transform 0.545s cubic-bezier(0.16, 1, 0.3, 1);
}
.md-home-2 .btns {
  margin-top: 0.2rem;
}
.md-home-2 .com-button {
  display: inline-flex;
}
@media screen and (max-width: 900px) {
  .md-home-2 .li:nth-child(6n-5) {
    width: 80%;
  }
  .md-home-2 .li:nth-child(6n-4) {
    width: 70%;
    margin-left: 30%;
  }
  .md-home-2 .li:nth-child(6n-3) {
    width: 80%;
    margin-left: 10%;
  }
  .md-home-2 .li:nth-child(6n-2) {
    width: 60%;
  }
  .md-home-2 .li:nth-child(6n-1) {
    width: 90%;
    margin-left: 10%;
  }
  .md-home-2 .li:nth-child(6n) {
    width: 80%;
  }
}

.md-home-3 {
  padding-top: 0.94rem;
  padding-bottom: 1.1rem;
  overflow: hidden;
  position: relative;
  background-color: #f0efee;
}
.md-home-3 .ul {
  margin-top: 0.68rem;
}
.md-home-3 .li {
  margin-bottom: 0.92rem;
}
.md-home-3 .img {
  position: relative;
  overflow: hidden;
}
.md-home-3 .i_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  z-index: 5;
}
.md-home-3 .li:nth-child(8n-7) {
  width: calc( 1200 	 / 1840 * 100%);
}
.md-home-3 .li:nth-child(8n-7) .img {
  padding-top: calc( 750 / 1200 * 100%);
}
.md-home-3 .li:nth-child(8n-6) {
  width: calc( 450 	 / 1840 * 100%);
}
.md-home-3 .li:nth-child(8n-6) .img {
  padding-top: calc( 500 / 450 * 100%);
}
.md-home-3 .li:nth-child(8n-5) {
  width: calc( 750 	 / 1840 * 100%);
}
.md-home-3 .li:nth-child(8n-5) .img {
  padding-top: calc( 850 / 750 * 100%);
}
.md-home-3 .li:nth-child(8n-4) {
  width: calc( 910 	 / 1840 * 100%);
}
.md-home-3 .li:nth-child(8n-4) .img {
  padding-top: calc( 568 / 910 * 100%);
}
.md-home-3 .li:nth-child(8n-3) {
  width: calc( 450 	 / 1840 * 100%);
}
.md-home-3 .li:nth-child(8n-3) .img {
  padding-top: calc( 500 / 450 * 100%);
}
.md-home-3 .li:nth-child(8n-2) {
  width: calc( 1200 	 / 1840 * 100%);
}
.md-home-3 .li:nth-child(8n-2) .img {
  padding-top: calc( 750 / 1200 * 100%);
}
.md-home-3 .li:nth-child(8n-1) {
  width: calc( 910 	 / 1840 * 100%);
}
.md-home-3 .li:nth-child(8n-1) .img {
  padding-top: calc( 568 / 910 * 100%);
}
.md-home-3 .li:nth-child(8n) {
  width: calc( 750 	 / 1840 * 100%);
}
.md-home-3 .li:nth-child(8n) .img {
  padding-top: calc( 850 / 750 * 100%);
}
.md-home-3 .dd {
  display: block;
}
.md-home-3 .dd:hover .as_cont {
  transform: translateY(-1.2em);
}
.md-home-3 .text {
  margin-top: 0.31rem;
  position: relative;
}
.md-home-3 .tle {
  width: calc(100% - 5em);
}
.md-home-3 .intro {
  line-height: 1.8;
  color: #666;
  margin-top: 0.03rem;
}
.md-home-3 .aside {
  position: absolute;
  right: 0;
  top: 0.1rem;
  text-align: right;
  white-space: nowrap;
  height: 1.2em;
  line-height: 1.2;
  overflow: hidden;
  color: #666;
  font-family: "Poppins-Bold";
}
.md-home-3 .as_cont {
  transition: transform 0.545s cubic-bezier(0.16, 1, 0.3, 1);
}
.md-home-3 .btns {
  margin-top: 0.2rem;
}
.md-home-3 .com-button {
  display: inline-flex;
}
@media screen and (max-width: 900px) {
  .md-home-3 .li:nth-child(8n-7) {
    width: 80%;
  }
  .md-home-3 .li:nth-child(8n-6) {
    width: 70%;
    margin-left: 30%;
  }
  .md-home-3 .li:nth-child(8n-5) {
    width: 80%;
    margin-left: 10%;
  }
  .md-home-3 .li:nth-child(8n-4) {
    width: 70%;
    margin-left: 30%;
  }
  .md-home-3 .li:nth-child(8n-3) {
    width: 80%;
    margin-left: 10%;
  }
  .md-home-3 .li:nth-child(8n-2) {
    width: 60%;
  }
  .md-home-3 .li:nth-child(8n-1) {
    width: 90%;
    margin-left: 10%;
  }
  .md-home-3 .li:nth-child(8n) {
    width: 80%;
  }
}

.md-home-4 {
  position: relative;
  padding-top: 0.48rem;
  padding-bottom: 1.1rem;
  background-color: #f0efee;
}
.md-home-4 .h2 {
  line-height: 1.1739130435;
}
.md-home-4 .img {
  margin-top: 1.55rem;
  position: relative;
  padding-top: calc( 437 / 700 * 100%);
  overflow: hidden;
}
.md-home-4 .le {
  width: 7rem;
}
.md-home-4 .ri {
  width: 9.2rem;
  width: 10.1rem;
}
.md-home-4 .list {
  padding-top: 0.12rem;
}
.md-home-4 .li {
  margin-bottom: 0.36rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md-home-4 .li::before {
  content: "";
  width: calc(100% - 0.37rem);
  height: 1px;
  background-color: #dedede;
  position: absolute;
  right: 0;
  bottom: 0;
}
.md-home-4 .li:last-child {
  margin-bottom: 0;
}
.md-home-4 .li.show .hic {
  background-image: url(../images/a5.png);
  transform: rotate(180deg);
}
.md-home-4 .li.show .hte {
  font-size: calc( 32 / 28 * 100%);
}
.md-home-4 .hd {
  position: relative;
  line-height: 1;
  padding: 0 0.2rem;
  padding-left: 0.37rem;
  cursor: pointer;
}
.md-home-4 .hte {
  transition: all 0.5s;
}
.md-home-4 .hic {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
}
.md-home-4 .bd {
  margin-top: 0.22rem;
  display: none;
}
.md-home-4 .bte {
  line-height: 1.6666666667;
  padding-left: 0.37rem;
  padding-bottom: 0.05rem;
}
.md-home-4 .btns {
  margin-top: 0.6rem;
}
.md-home-4 .com-button {
  display: inline-flex;
}
@media screen and (max-width: 900px) {
  .md-home-4 .box {
    flex-wrap: wrap;
  }
  .md-home-4 .le {
    width: 100%;
  }
  .md-home-4 .ri {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-home-4 .img {
    margin-top: 0.4rem;
  }
}

.md-home-5 {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: #f0efee;
}
.md-home-5 .swiper {
  margin-top: 0.67rem;
}
.md-home-5 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.md-home-5 .img {
  position: relative;
  padding-top: calc( 460 / 366 * 100%);
}
.md-home-5 .swiper-pagination {
  position: static;
  margin-top: 0.4rem;
  width: 100%;
}
.md-home-5 .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 2px inset #8bac35;
  margin: 0 0.05rem;
  background-color: transparent;
  opacity: 1;
}
.md-home-5 .swiper-pagination-bullet-active {
  background-color: #8bac35;
}

.md-home-6 {
  position: relative;
  padding-top: 0.95rem;
  padding-bottom: 0.9rem;
  background-color: #f0efee;
}
.md-home-6 .swiper {
  margin-top: 0.67rem;
}
.md-home-6 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.md-home-6 .img {
  position: relative;
  padding-top: calc( 120 / 246 * 100%);
}
.md-home-6 .swiper-pagination {
  position: static;
  margin-top: 0.4rem;
  width: 100%;
}
.md-home-6 .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 2px inset #8bac35;
  margin: 0 0.05rem;
  background-color: transparent;
  opacity: 1;
}
.md-home-6 .swiper-pagination-bullet-active {
  background-color: #8bac35;
}

/* 服務支持 */
.md-service-1 {
  padding-top: 1.17rem;
  padding-bottom: 0.7rem;
}
.md-service-1 .ul {
  margin-top: 0.66rem;
}
.md-service-1 .li {
  width: calc( 600 / 1840 * 100%);
  margin-right: calc( 20 / 1840 * 100%);
  margin-bottom: 0.2rem;
}
.md-service-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md-service-1 .dd {
  display: block;
  height: 100%;
}
.md-service-1 .text1 {
  padding-top: 0.16rem;
  padding-right: 0.75rem;
}
.md-service-1 .dd2 {
  box-shadow: 0 0 0 2px inset #666;
}
.md-service-1 .top {
  padding-left: 0.4rem;
}
.md-service-1 .imgs {
  width: 32.1428571429%;
}
.md-service-1 .imgs .img {
  position: relative;
  padding-top: calc( 148 / 180 * 100%);
  background-color: #666;
}
.md-service-1 .text2 {
  padding: 0.19rem 0.4rem 0.24rem;
}
.md-service-1 .intro {
  margin-top: 0.09rem;
}
.md-service-1 .more {
  display: inline-block;
  line-height: 2.5;
  box-shadow: 0 0 0 1px inset #4c4c4c;
  padding: 0 1.875em;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.5s;
}
.md-service-1 .more:hover {
  background-color: #8bac35;
  color: #fff;
  box-shadow: none;
}
@media screen and (max-width: 900px) {
  .md-service-1 .li {
    width: 100%;
    margin-right: 0;
  }
}

.svc-dialog {
  display: none;
}
.svc-dialog.show {
  display: block;
}
.svc-dialog .dlg-cont {
  width: 12rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.8rem 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.svc-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.svc-dialog .off:hover {
  opacity: 0.6;
}
.svc-dialog .bitem {
  padding: 0 0.5rem;
  height: 5.5rem;
  overflow-y: auto;
  display: none;
}
.svc-dialog .bitem.show {
  display: block;
}
.svc-dialog .bitem::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.svc-dialog .bitem::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #8bac35;
}
.svc-dialog .bitem::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #f1f1f1;
}
.svc-dialog .ci {
  margin-bottom: 0.3rem;
}
.svc-dialog .ci:last-child {
  margin-bottom: 0;
}
.svc-dialog .title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 0.28rem;
  line-height: 1;
}
.svc-dialog .content {
  padding: 0.42rem 0;
}
.svc-dialog .c11 {
  margin-bottom: 0.12rem;
}
.svc-dialog .c12 {
  line-height: 2;
}
@media (max-width: 900px) {
  .svc-dialog .dlg-cont {
   
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
}

[data-image-cover] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  z-index: 5;
}

.md-navbar_mini {
  margin-top: 0.3rem;
  margin-right: 0.3rem;
  pointer-events: none;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  overflow: hidden;
}
.md-navbar_mini .navbar_mini_contain {
  pointer-events: auto;
  margin-right: 0.1rem;
}
.md-navbar_mini .ct-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.md-navbar_mini .navbar_mini_btn {
  border: none;
  background-color: transparent;
}
.md-navbar_mini .navbar_menu_wrap {
  z-index: 20;
  border-radius: 1rem;
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.28rem;
  height: 100%;
  color:#8bac35 ;
  font-family: "Poppins-Bold";
}
.md-navbar_mini .navbar_menu_wrap:hover {
  background-color: #8bac35;
  
}
.md-navbar_mini .navbar_menu_wrap:hover .navbar_menu_icon {
  filter: brightness(0) invert(1);
}
.md-navbar_mini .navbar_menu_icon {
  transition: all 0.3s;
}
.md-navbar_mini .navbar_menu_icon img {
  height: 0.21rem;
}

.md-menu_wrap {
  z-index: 99999;
  padding-right: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  background-color: #f0efee;
  color: #4c4c4c;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
}
.md-menu_wrap .logo {
  display: inline-flex;
}
.md-menu_wrap .logo .lo {
  height: 0.4rem;
}
.md-menu_wrap .menu_navbar_wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  padding-top: 0.4rem;
}
.md-menu_wrap .menu_navbar_close {
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}
.md-menu_wrap .menu_navbar_close:hover .close_text {
  transform: translateY(-1.2em);
}
.md-menu_wrap .menu_navbar_close .btn-cont {
  overflow: hidden;
}
.md-menu_wrap .menu_navbar_close .close_text {
  text-shadow: 0 1.2em 0 #000;
}
.md-menu_wrap .menu_navbar_close .close_circle {
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.1rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.md-menu_wrap .menu_links_li {
  position: relative;
}
.md-menu_wrap .li_show .menu_link_chilren {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.md-menu_wrap .menu_links_link {
  display: inline-block;
  line-height: 1em;
}
.md-menu_wrap .menu_contain_text {
  overflow: hidden;
}
.md-menu_wrap .menu_links_text {
  text-shadow: 0 1em 0 #000;
}
.md-menu_wrap .menu_link_chilren {
  display: flex;
  position: absolute;
  top: 0.5em;
  left: 100%;
  transform: translate(1rem);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.md-menu_wrap .menu_link_chilren .menu_child_line {
  width: 2rem;
  height: 1px;
  background-color: #000000;
  margin-right: 0.4rem;
}
.md-menu_wrap .menu_link_chilren .ul2 {
  line-height: 1;
  white-space: nowrap;
}
.md-menu_wrap .menu_link_chilren .li2 {
  margin-bottom: 0.2rem;
}
.md-menu_wrap .menu_link_chilren .a2 {
  display: block;
  overflow: hidden;
  position: relative;
  color: #666;
}
.md-menu_wrap .menu_link_chilren .a2_te {
  text-shadow: 0 1em 0 #8bac35;
}
.md-menu_wrap .menu_bottom {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  text-transform: uppercase;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  color: #000;
  line-height: 1;
}
.md-menu_wrap .menu_bottom .menu_legal_contain {
  margin-bottom: 0.5em;
}
.md-menu_wrap .menu_bottom .menu_contain_text {
  overflow: hidden;
}
.md-menu_wrap .menu_bottom .menu_legal_text {
  text-shadow: 0 1em 0 #000;
}
.md-menu_wrap .menu_imgs {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 15rem;
  width: 13rem;
  height: 6rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.md-menu_wrap .menu_imgs.shrink {
  width: 10rem;
}
.md-menu_wrap .menu_imgs .img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .md-menu_wrap .menu_imgs {
    display: none;
  }

  .md-menu_wrap .menu_link_chilren {
    position: static !important;
    display: none;
    padding-left: 20px;
  }
  .md-menu_wrap .menu_child_line {
    display: none;
  }
  .md-menu_wrap .menu_links_li.li_show .menu_link_chilren {
    display: block;
  }

  .menu_contain {
    width: 100%;
  }

  .md-menu_wrap .menu_link_chilren .a2 {
    padding-left: 1em;
  }

  .md-menu_wrap .menu_link_chilren .a2::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
  }

  .md-menu_wrap .menu_links_link {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 500px){
  .md-menu_wrap .menu_link_chilren .menu_child_line {
    width: 1rem;
  }
  .md-menu_wrap .menu_link_chilren .a2{
    font-size: 0.3rem;
  }
}

/* 联系 */
.md-contact-1 {
  padding-top: 1.15rem;
  padding-bottom: 1rem;
}
.md-contact-1 .com-button {
  padding: 0.19rem 0.52rem;
}
.md-contact-1 .form {
  margin-top: 0.68rem;
  padding: 0.8rem;
  padding-top: 1rem;
  border-radius: 0.13rem;
}
.md-contact-1 .fitem {
  width: 50%;
  margin-bottom: 0.5rem;
}
.md-contact-1 .fitem:last-child {
  margin-bottom: 0;
}
.md-contact-1 .ww100 {
  width: 100%;
}
.md-contact-1 .fle {
  width: 5em;
  padding-right: 0.2rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.md-contact-1 .ftip {
  width: 100%;
  text-align: right;
}
.md-contact-1 .ftip span {
  color: #ff1900;
}
.md-contact-1 .fri {
  flex-grow: 1;
  position: relative;
}
.md-contact-1 .inp {
  position: relative;
  font-size: 0;
}
.md-contact-1 .ip {
  width: 100%;
  height: 0.8rem;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  border: solid 1px #e0e0e0;
  padding: 0 0.4rem;
  font-family: inherit;
}
.md-contact-1 .ip::-moz-placeholder {
  color: #999;
}
.md-contact-1 .ip::placeholder {
  color: #999;
}
.md-contact-1 .ta {
  width: 100%;
  height: 2.4rem;
  padding: 0.24rem 0.4rem;
  font-family: inherit;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  border: solid 1px #e0e0e0;
}
.md-contact-1 .ta::-moz-placeholder {
  color: #999;
}
.md-contact-1 .ta::placeholder {
  color: #999;
}
.md-contact-1 .yzm {
  height: 0.8rem;
  margin-left: 0.3rem;
}
.md-contact-1 .fbtns {
  margin-top: 0.6rem;
}
.md-contact-1 .code {
  flex-grow: 0;
}
.md-contact-1 .code .inp {
  width: 4rem;
}
@media screen and (max-width: 900px) {
  .md-contact-1 .form {
    width: 100%;
    padding: 0.4rem;
  }
  .md-contact-1 .fitem {
    width: 100%;
  }
  .md-contact-1 .code .inp{
    width: 100%;
  }
  .md-contact-1 .yzm{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 6em;
  }
  .md-contact-1 .code{
    flex-grow: 1;
  }
}


.md-contact-2 {
  position: relative;
  padding-top: 0.96rem;
  padding-bottom: 0.88rem;
  overflow: hidden;
}
.md-contact-2 .layout {
  width: 17.2rem;
}
.md-contact-2 .tip {
  line-height: 1.875;
  margin-top: 0.08rem;
}
.md-contact-2 .maps {
  position: relative;
  margin-top: 1.2rem;
}
.md-contact-2 .maps .bg {
  position: relative;
}
.md-contact-2 .maps .bg .ii {
  width: 100%;
}
.md-contact-2 .adi {
  position: absolute;
}
.md-contact-2 .adi:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-contact-2 .adi .hd {
  cursor: pointer;
}
.md-contact-2 .adi .hic {
  width: 1em;
  height: 1.35em;
  background-image: url(../images/a14.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: jump 1s linear infinite;
}
.md-contact-2 .adi .bd {
  width: 5.2rem;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  padding-bottom: 0.1rem;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.3s;
}
.md-contact-2 .adi .bd_box {
  background-color: #fff;
  box-shadow: 0px 4px 0.16rem 0px rgba(30, 31, 32, 0.19);
  border-radius: 0.2rem;
  padding: 0.24rem 0.4rem 0.2rem;
}
.md-contact-2 .adi .sp1 {
  margin-right: 0.1rem;
}
.md-contact-2 .adi .more {
  color: #8bac35;
  flex-shrink: 0;
}
.md-contact-2 .adi .bt2 {
  height: 1px;
  background-color: #dedede;
  margin-top: 0.08rem;
  margin-bottom: 0.16rem;
}
.md-contact-2 .adi .bt3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.md-contact-2 .adi .bt4 {
  line-height: 1.75;
}
.md-contact-2 .mlist {
  margin-top: 0.6rem;
}
.md-contact-2 .mlist .mitem {
  background-color: #fff;
  box-shadow: 0px 4px 0.16rem 0px rgba(30, 31, 32, 0.19);
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem;
  margin-bottom: 0.4rem;
}
.md-contact-2 .mlist .mitem:last-child {
  margin-bottom: 0;
}
.md-contact-2 .mlist .sp1 {
  margin-right: 0.1rem;
}
.md-contact-2 .mlist .more {
  color: #8bac35;
  flex-shrink: 0;
}
.md-contact-2 .mlist .mt2 {
  height: 1px;
  background-color: #dedede;
  margin-top: 0.1rem;
  margin-bottom: 0.16rem;
}
.md-contact-2 .mlist .mt3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.md-contact-2 .mlist .mt4 {
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .md-contact-2 .mlist {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-contact-2 .adi .bd {
    display: none;
  }
  .md-contact-2 .maps {
    display: none;
  }
}

.md-contact-3 {
  position: relative;
  padding-top: 1.15rem;
  padding-bottom: 0.7rem;
  overflow: hidden;
}
.md-contact-3 .title {
  border-radius: 0.1rem;
  background-color: #8bac35;
  padding: 0.21rem 0.22rem;
  margin-top: 0.69rem;
}
.md-contact-3 .li {
  padding: 0.11rem 0;
  border-bottom: 1px solid #999;
}
.md-contact-3 .li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .md-contact-3 {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem
  }
  .md-contact-3 .le {
    width: 100%;
    margin: 0;
    padding: 4%;
  }
  .md-contact-3 .ri {
    width: 100%;
  }
  .md-contact-3 .ul {
    /* font-size: 0.36rem; */
  }
}

.md-pro-1 {
  padding-top: 0.56rem;
}
.pro-list {
  background-color: #080807;
}
.pro-list .pro-item {
  perspective: 250vw;
  position: sticky;
  top: 0;
}
.pro-list .pro-item:first-child .item_cont {
  border-top: none;
}
.pro-list .item_box {
  position: relative;
  background-color: #f0efed;
  min-height: 100vh;
}
.pro-list .item_box:last-child {
  min-height: auto;
}
.pro-list .item_cont {
  position: relative;
  border-top: 1px solid #b5b5b5;
  padding: 0.58rem 0.4rem 1rem;
 
}
.pro-list .le {
  width: 34.2391304348%;
 
}
.pro-list .ri {
  width: 48.9130434783%;
}
.pro-list .num {
  color: #4c4c4c;
  font-size: 6.25vw;
  line-height: 1;
  position: relative;
  bottom: 0.1em;
}
.pro-list .h2 {
  color: #4c4c4c;
  line-height: 1;
}
.pro-list .swiper {
  margin-top: 0.42rem;
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0px 4px 0.26rem 0px rgba(79, 79, 79, 0.2);
  position: relative;
}
.pro-list .sw:hover .img img {
  transform: scale(1.05);
}
.pro-list .sw:hover .name {
  color: #8bac35;
}
.pro-list .img {
  position: relative;
  padding-top: 104.7619047619%;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #f0efed;
}
.pro-list .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-list .text {
  margin-top: 0.11rem;
}
.pro-list .name {
  transition: all 0.5s;
}
.pro-list .overlay {
  position: absolute;
  z-index: 30;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pro-list .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 30;
}
.pro-list .prev {
  right: calc(100% + 0.25rem);
  background-image: url(../images/a9.png);
}
.pro-list .prev:hover {
  background-image: url(../images/a10.png);
}
.pro-list .next {
  left: calc(100% + 0.25rem);
  background-image: url(../images/a11.png);
}
.pro-list .next:hover {
  background-image: url(../images/a12.png);
}
.pro-list .my-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .pro-list .pro-item {
    position: static;
  }
  .pro-list .item_cont {
    flex-wrap: wrap;
  }
  .pro-list .le {
    width: 100%;
  }
  .pro-list .ri {
    width: 100%;
    margin-top: 0.2rem;
  }
  .pro-list .prev {
    left: 0;
  }
  .pro-list .next {
    right: 0;
    left: auto;
  }
}

.md-pro-11 {
  padding-top: 1.52rem;
  padding-bottom: 1.1rem;
  position: relative;
  overflow: hidden;
}
.md-pro-11 .w1200 {
  width: 12rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.md-pro-11 .box {
  position: relative;
  z-index: 10;
}
.md-pro-11 .tops {
  padding-bottom: 0.93rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.md-pro-11 .tops::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translate(-50%);
  background-color: #fff;
  z-index: -1;
}
.md-pro-11 .title span {
  color: #8bac35;
  font-family: "Poppins-Bold";
}
.md-pro-11 .line {
  width: 0.6rem;
  height: 3px;
  background-color: #8bac35;
  margin: 0.08rem auto 0.04rem;
}
.md-pro-11 .ip {
  margin-bottom: 0.05rem;
}
.md-pro-11 .name {
  line-height: 1;
  line-height: 1.4;
  /* font-size: 0.9rem; */
  font-family: "Poppins-Bold";
}
.md-pro-11 .bg .ii {
  width: 100%;
}
.md-pro-11 .bots {
  margin-top: 0.68rem;
}
.md-pro-11 .t12 {
  line-height: 1.6666666667;
  margin-top: 0.2rem;
}

.md-pro-12 {
  padding-top: 1rem;
  padding-bottom: 0.9rem;
}
.md-pro-12 .w1200 {
  width: 12rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.md-pro-12 .ul {
  margin-top: 0.51rem;
}
.md-pro-12 .li {
  margin-bottom: 1rem;
}
.md-pro-12 .li:last-child {
  margin-bottom: 0;
}
.md-pro-12 .text {
  width: calc( 460 / 1200 * 100%);
}
.md-pro-12 .tbox {
  width: 100%;
}
.md-pro-12 .intro {
  line-height: calc( 32 / 22 * 100%);
  margin-top: 0.22rem;
}
.md-pro-12 .imgs {
  width: calc( 640 / 1200 * 100%);
}
.md-pro-12 .img {
  position: relative;
  padding-top: 56.25%;
  background-color: #000000;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .md-pro-12 .li:nth-child(2n) .dd {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .md-pro-12 .imgs {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-pro-12 .text {
    width: 100%;
    padding: 0 0.3rem;
  }
}

.md-pro-13 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.md-pro-13 .w1200 {
  width: 12rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.md-pro-13 .ul {
  margin-top: 0.5rem;
}
.md-pro-13 .li {
  width: calc( 380 / 1200 * 100%);
  margin-right: 2.5%;
  margin-bottom: 0.3rem;
}
.md-pro-13 .li:nth-child(3n) {
  margin-right: 0;
}
.md-pro-13 .dd {
  display: block;
}
.md-pro-13 .dd:hover .img {
  transform: scale(1.05);
}
.md-pro-13 .imgs {
  overflow: hidden;
  border-radius: 0.2rem;
}
.md-pro-13 .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .md-pro-13 .ul {
    justify-content: space-between;
  }
  .md-pro-13 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.md-pro-14 {
 
  padding-top: 1.02rem;
  padding-bottom: 1.2rem;
}
.md-pro-14 .w1200 {
  width: 12rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.md-pro-14 .tables {
  margin-top: 0.4rem;
}
.md-pro-14 .tab {
  overflow-x: auto;
  margin-bottom: 1rem;
}
.md-pro-14 .tab:last-child {
  margin-bottom: 0;
}
.md-pro-14 table {
  min-width: 600px;
}
.md-pro-14 table,
.md-pro-14 th,
.md-pro-14 td {
  border: 1px solid #f1f1f1;
}
.md-pro-14 th,
.md-pro-14 td {
  padding: 0.15rem 0.4rem;
}
.md-pro-14 tr:first-child {
  /* background-color: #8bac35; */
  /* color: #fff; */
}

.md-pro-15 {
  padding-top: 1.1rem;
  padding-bottom: 1.2rem;
}
.md-pro-15 .w1200 {
  width: 12rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.md-pro-15 .tab {
  margin-top: 0.58rem;
}
.md-pro-15 table {
  width: 100%;
  border: 1px solid #e7e7e7;
}
.md-pro-15 tr:nth-child(1) {
  font-weight: bold;
}
.md-pro-15 tr:nth-child(1) .td {
  border: none;
}
.md-pro-15 tr:nth-child(2n) {
  background-color: #fcfcfc;
}
.md-pro-15 td {
  border: 1px solid #e7e7e7;
  padding: 0.15rem 0;
}
.md-pro-15 td:nth-child(1) {
  width: 6.6666666667%;
}
.md-pro-15 td:nth-child(2) {
  width: 20.8333333333%;
}
.md-pro-15 td:nth-child(3) {
  width: 20.8333333333%;
}
.md-pro-15 td:nth-child(4) {
  width: 30%;
}
.md-pro-15 td:nth-child(5) {
  width: 21.6666666667%;
}
.md-pro-15 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.24rem;
  border-radius: 1rem;
  background-color: #8bac35;
  color: #fff;
}
.md-pro-15 .aa .ic {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/a15.png);
  background-position: center;
  margin-left: 0.4rem;
}
.md-pro-15 .aa .btn-cont {
  overflow: hidden;
}
.md-pro-15 .aa .sp1 {
  text-shadow: 0 1em 0 #fff;
}
@media screen and (max-width: 900px) {
  .md-pro-15 table {
    border: none;
  }
  .md-pro-15 tr {
    display: block;
    margin-bottom: 0.4rem;
  }
  .md-pro-15 tr:first-child {
    display: none;
  }
  .md-pro-15 td {
    display: flex;
    width: 100% !important;
    padding-left: 8em;
    position: relative;
  }
  .md-pro-15 td::before {
    content: attr(data-th) "";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 6em;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8bac35;
    color: #fff;
  }
}



.md-faq-1 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  background-color: #f0efee;
}
.md-faq-1 .le {
  width: 25%;
}
.md-faq-1 .ri {
  width: 70%;
}
.md-faq-1 .list {
  margin-top: 0.6rem;
}
.md-faq-1 .li {
  margin-bottom: 0.36rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md-faq-1 .li::before {
  content: "";
  width: calc(100% - 0.37rem);
  height: 1px;
  background-color: #dedede;
  position: absolute;
  right: 0;
  bottom: 0;
}
.md-faq-1 .li:last-child {
  margin-bottom: 0;
}
.md-faq-1 .li.show .hic {
  background-image: url(../images/a5.png);
  transform: rotate(180deg);
}
.md-faq-1 .hd {
  position: relative;
  line-height: 1;
  padding: 0 0.2rem;
  padding-left: 0.37rem;
  cursor: pointer;
}
.md-faq-1 .hte {
  transition: all 0.5s;
}
.md-faq-1 .hic {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
}
.md-faq-1 .bd {
  margin-top: 0.22rem;
  display: none;
}
.md-faq-1 .bte {
  line-height: 1.6666666667;
  padding-left: 0.37rem;
  padding-bottom: 0.05rem;
}
@media screen and (max-width: 900px) {
  .md-faq-1 .box {
    flex-wrap: wrap;
  }
  .md-faq-1 .le {
    width: 100%;
  }
  .md-faq-1 .ri {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-faq-1 .img {
    margin-top: 0.4rem;
  }
  .md-faq-1 .hd {
    padding-left: 0.45rem;
    line-height: 1.5;
  }
  .md-faq-1 .bte {
    padding-left: 0.45rem;
  }
  
}

@media screen and (min-width: 901px) { 
  .app_img{
    display: none
  }
}
@media screen and (max-width: 900px) {
 .pc_img{
  display: none;
 } 
 .app_img{
  display: block;
 } 
}

@media screen and (min-width: 901px) {
  .app_txt {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .pc_txt {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .app_txt {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  .md-com-demand .title {
    font-size: 1rem;
  }
}