@font-face {
  font-family: "HarmonyOS_SansSC_Regular";
  src: url(../fonts/HarmonyOS_SansSC_Regular.ttf);
}
body {
  background-color: #f5f5f5;
  font-family: "HarmonyOS_SansSC_Regular";
}
.f-medium,
.f-bold {
  font-weight: bold;
}

.w1280 {
  width: 12.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1520 {
  width: 15.2rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1540 {
  width: 15.4rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
  max-width: 94%;
}

.layout {
  width: 16rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.layout-full {
  width: 19.2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}

div.sbtn {
  outline: none !important;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.my-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

@keyframes cban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: calc(720 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_bg img {
  animation: cban 10s linear infinite;
}
.com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
  font-style: italic;
}
.com-banner .cb_text .cbp1 {
  position: relative;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.15em;
}
.com-banner .cb_text .cbp3 {
  margin-top: 0.41rem;
}
.com-banner .cb_text .cbp4 {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 0 0.1rem 0 0.1rem;
  background-color: #a1cb3d;
  color: #fff;
  margin-top: 0.1rem;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.26rem;
  width: 100%;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.16rem;
}
.com-banner .cb_nav .ii {
  height: 1em;
}
.com-banner .cb_nav a:hover {
  color: #a1cb3d;
}
.com-banner .cb_nav .sp {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .com-banner {
    background-color: #f5f5f5;
  }
  .com-banner .cb_text .cbp1 {
    font-size: 0.5rem;
  }
  .com-banner .cb_text .ii {
    height: 0.8rem;
  }
}

.cbn-swiper {
  background-color: #f7f7f7;
  box-shadow: 0 -1px 0 0 inset #e1e1e1;
}
.cbn-swiper .csw {
  width: auto;
  text-align: center;
}
.cbn-swiper .csa {
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
  color: #333;
  position: relative;
  transition: all 0.3s;
}
.cbn-swiper .csa:hover {
  color: #a1cb3d;
}
.cbn-swiper .csa.on {
  color: #a1cb3d;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #a1cb3d;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #a1cb3d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.cbn-swiper .csp {
  position: relative;
}
@media screen and (max-width: 900px) {
  .cbn-swiper .csa {
    color: #000;
  }
}

.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  box-shadow: 0px 1px 0 0px inset rgba(255, 255, 255, 0.2);
  display: none;
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #a1cb3d;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .cb-bots {
    position: static;
    transform: translate(0);
    background-color: #fff;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.bn-swiper .bsa {
  position: relative;
  line-height: 0.8rem;
  width: auto;
  margin-right: 1rem;
  white-space: nowrap;
  text-align: center;
  color: #666;
}
.bn-swiper .bsa:last-child {
  margin-right: 0;
}
.bn-swiper .bsa .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bn-swiper .bsa:hover {
  color: #a1cb3d;
}
.bn-swiper .bsa.on {
  color: #a1cb3d;
}
.bn-swiper .bsa.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #a1cb3d;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .bn-swiper {
    max-width: 100%;
  }
}

.zone_nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.8rem;
}
.zone_nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
}
.zone_nav .icon img {
  height: 1em;
}
.zone_nav .sp1 {
  margin: 0 0.5em;
  position: relative;
}
.zone_nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.zone_nav .z_a.on, .zone_nav .z_a:hover {
  color: #a1cb3d;
  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.5rem;
  height: 0.5rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #333;
  border-radius: 0.06rem;
  background-color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: 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-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.com-pag .cp_btn:hover span {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.com-pag .cp_num {
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  color: #fff;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.com-pag .cp_prev .cp_ic {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_next .cp_ic {
  background-image: url(../images/icon-p21.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
.com-tit {
  position: relative;
}
.com-tit .ct1 {
  color: #000;
}
.com-tit .ct2 {
  color: #666;
  margin-top: 0.23rem;
}
.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: #a1cb3d;
}

.md-md {
  position: absolute;
  top: -0.9rem;
}
.md-head {
  /* background-color: #fff; */
}
.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);
}
.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: #666;
}
.md-head.is-fixed .head-pc .h-lang .ic, .md-head.white .head-pc .h-lang .ic {
  background-image: url(../images/h-lang-b.png);
}
.md-head.is-fixed .head-pc .h-lang .ar, .md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.md-head.is-fixed .head-pc .h-search, .md-head.white .head-pc .h-search {
  background-color: #f7f7f7;
}
.md-head.is-fixed .head-pc .h-search .hic, .md-head.white .head-pc .h-search .hic {
  filter: none;
}
.md-head.white {
  height: 0.8rem;
}
@media screen and (max-width: 900px) {
  .md-head {
    height: 1rem !important;
  }
}

@media screen and (min-width: 901px) {
  .md-head.fixed .head-pc {
    position: fixed;
    margin-top: -0.8rem;
    transition: top 0.3s;
  }
  .md-head.fixed.show .head-pc {
    top: 0.8rem;
  }
}

.mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}

.head-pc {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 -1px 0 0 inset rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .head-pc {
    position: fixed;
    height: 1rem;
    background-color: #fff;
    box-shadow: 1px 1px 0.12rem 0px rgba(0, 0, 0, 0.1);
  }
}

.head-box {
  z-index: 5;
}
.head-box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.head-box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head-box .logo img {
  height: 0.53rem;
}
.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.5rem;
}
.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head-box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.head-box .ul1 .has-sub {
  position: static;
}
.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.8rem;
  color: #fff;
  transition: all 0.3s;
}
.head-box .ul1 .a1:hover {
  color: #a1cb3d !important;
}
.head-box .ul1 .a1.on {
  color: #a1cb3d !important;
}
.head-box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.3s;
}
.head-box .ul1 .li2 {
  position: relative;
}
.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.head-box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.1rem 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #a1cb3d;
}
.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.head-box .ul1 .a3 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #a1cb3d;
}
.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: #a1cb3d;
  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.48rem;
}
.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.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 .on {
  color: #a1cb3d !important;
}
.head-box .h-lang .sp {
  margin: 0 0.3em;
}
.head-box .h-lang .ar {
  width: 1em;
  height: 0.5em;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head-box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head-box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #a1cb3d;
  color: #fff;
  min-width: 4em;
}
.head-box .h-lang .b_a:hover {
  color: #a1cb3d;
  background-color: #fff;
}
.head-box .h-search {
  position: relative;
  cursor: pointer;
  padding: 0.15rem 0.34rem;
  background-color: #fff;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 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: 1400px) {
  .head-box .ul1 .li1 {
    margin-right: 0.15rem;
  }
}
@media screen and (max-width: 900px) {
  .head-box {
    height: 1rem;
  }
  .head-box .logo .pi {
    display: none;
  }
  .head-box .logo .mi {
    display: block;
  }
  .head-box .ul1 {
    display: none;
  }
  .head-box .h-lang .hd {
    color: #333;
  }
  .head-box .h-lang .ic {
    filter: none;
    background-image: url(../images/h-lang-b.png);
  }
  .head-box .h-lang .ar {
    filter: none;
  }
  .head-box .h-user {
    filter: brightness(0) invert(1);
  }
  .head-box .h-shop {
    filter: brightness(0) invert(1);
  }
  .head-box .h-search {
    display: none;
    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 .layout{
    width: 17rem;
}
.head-sub .hs-off {
  position: absolute;
  right: 0;
  right: 0.3rem;
  top: 0.6rem;
  top: 0.3rem;
  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_le .hs_t1 {
    font-weight: 400;
}
.head-sub .hs_ri {
  width: 75%;
}
.head-sub .hs-ul1 {
  display: flex;
}
.head-sub .hs-ul1 .hs-li1 {
  width: 2.7rem;
  padding-bottom: 0.3rem;
}
.head-sub .hs-ul1 .hs-li1 .dt{
    font-weight: 400;
}
.head-sub .hs-ul1 .hs-ul2 {
  margin-top: 0.08rem;
}
.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: #a1cb3d;
}
.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;
  }
}

.head-sub .hs-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.head-sub .hs-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.head-sub .hs-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #a1cb3d;
}
.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
}
.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md-mob_sideNav .hmob_top {
  max-height: calc(100% - 50px - 1rem);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md-mob_sideNav .ul3 {
  display: none;
}
.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md-mob_sideNav .ul3 .tlist {
  margin-top: 5px;
}
.md-mob_sideNav .ul3 .li3 {
  padding-left: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.md-mob_sideNav .hm3-login {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #31a8ff;
  border-radius: 0.1rem;
  padding: 0 0.18rem;
  color: #2f80f6;
  height: 0.7rem;
  cursor: pointer;
}
.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
.md-mob_sideNav .form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.1rem 0;
}
.md-mob_sideNav .form .ip {
  width: 100%;
  height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 0.2rem;
  outline: none;
  font-family: unset;
}
.md-mob_sideNav .form .submit {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #a1cb3d;
  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;
}
@media (min-width: 769px) {
  .md-mob_sideNav .hmob-money {
    display: none;
  }
}

.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: unset;
}
.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #a1cb3d;
  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: #272828;
}
.md-footer .ul1 .li1 {
  margin-right: 1rem;
}
.md-footer .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-footer .ul1 .a1 {
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.md-footer .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md-footer .ul1 .ul2 {
  margin-top: 0.18rem;
  position: relative;
}
.md-footer .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-footer .ul1 .a2 {
  line-height: 2.25;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.md-footer .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .md-footer .ul1 {
    display: none;
  }
}

.foot-1 {
  position: relative;
}
.foot-1 .box {
  padding-top: 1.6rem;
  padding-bottom: 0.44rem;
  position: relative;
}
.foot-1 .logo .lo {
  display: inline-flex;
}
.foot-1 .logo .ii {
  height: 1em;
}
.foot-1 .title {
  position: relative;
  margin-top: 0.93rem;
}
.foot-1 .title .sp {
  position: relative;
}
.foot-1 .title .sp::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.2rem);
}
.foot-1 .title .sp::after {
  content: "";
  width: 2.6rem;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.2rem);
}
.foot-1 .shares {
  margin-top: 0.48rem;
}
.foot-1 .shares .si {
  position: relative;
  margin-right: 0.15rem;
}
.foot-1 .shares .si:hover .hd {
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  opacity: 1;
}
.foot-1 .shares .si:hover .hi {
  opacity: 1;
}
.foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.foot-1 .shares .si:last-child {
  margin-right: 0;
}
.foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.06rem;
  transition: all 0.3s;
}
.foot-1 .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
  transition: all 0.3s;
}
.foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
  transition: all 0.3s;
}
.foot-1 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.foot-1 .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
.foot-1 .text {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1.38rem;
}
.foot-1 .text .ti {
  margin-right: 1.1rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.foot-1 .text .ti:last-child {
  margin-right: 0;
}
.foot-1 .text .ic {
  height: 1em;
  margin-right: 0.1rem;
}
@media screen and (max-width: 900px) {
  .foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-1 .le {
    width: 100%;
    text-align: center;
  }
  .foot-1 .ri {
    width: 100%;
  }
  .foot-1 .form {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .foot-1 .form .inp {
    flex-grow: 1;
  }
  .foot-1 .form .ip {
    width: 100%;
  }
  .foot-1 .shares {
    justify-content: center;
  }
  .foot-1 .shares .si {
    margin: 0.1rem;
  }
  .foot-1 .text {
    flex-wrap: wrap;
  }
  .foot-1 .text .ti {
    width: 100%;
    justify-content: center;
    margin: 0.1rem 0;
  }
}

.foot-3 {
  line-height: 2;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-3 .box {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.21rem;
  padding-bottom: 0.24rem;
  position: relative;
}
.foot-3 .ri {
  text-align: right;
}
.foot-3 .href a:hover {
  text-decoration: underline;
}
.foot-3 .code {
  display: flex;
  align-items: center;
}
.foot-3 .code:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.foot-3 .code .ewm {
  position: relative;
}
.foot-3 .code .hd {
  height: 1em;
}
.foot-3 .code .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  padding-bottom: 0.2rem;
  opacity: 0;
  pointer-events: none;
}
.foot-3 .code .bbox {
  position: relative;
  background-color: #fff;
}
.foot-3 .code .bbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  border-top: 0.05rem solid #fff;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
}
.foot-3 .code .bi {
  width: 0.7rem;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .foot-3 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .foot-3 .href {
    width: 100%;
    text-align: center;
  }
  .foot-3 .code {
    width: 100%;
    justify-content: center;
  }
  .foot-3 .code .bi {
    width: 70px;
  }
}

.ft-link {
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.2rem;
  line-height: 3em;
  background-color: rgba(255, 255, 255, 0.1);
  color: #888888;
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  width: 1em;
  height: 0.5em;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.ft-link .fk-sub {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.ft-link .fk-item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0.05rem 0.2rem;
  line-height: 2;
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.38rem;
  transform: translateY(-50%);
  z-index: 60;
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  padding: 0.05rem;
}
.md-sideNav .sn_i {
  position: relative;
  margin-top: 0.05rem;
}
.md-sideNav .sn_i:first-child {
  margin-top: 0;
}
.md-sideNav .sn_i:hover .hd {
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  transition: all 0.3s;
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md-sideNav .sn_i:hover .hd .ic {
  filter: brightness(0) invert(1);
}
.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav #nform0.show .bd {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  transition: all 0.5s;
}
.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  cursor: pointer;
  background-color: #fff;
  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: #a1cb3d;
  font-weight: 600;
}
.md-sideNav .wx {
  padding: 0.1rem;
  text-align: center;
}
.md-sideNav .wx .d1 {
  line-height: 1.8;
}
.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
.md-sideNav #goTop {
  display: none;
}
.md-sideNav #goTop.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  .md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-sideNav {
    display: none;
  }
  .md-sideNav .wx {
    width: 2rem;
  }
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.com-form .cf-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-form .fi {
  width: 4rem;
  margin-bottom: 0.2rem;
  margin: 0 0.1rem;
}
.com-form .fi:last-child {
  margin-bottom: 0;
}
.com-form .ww100 {
  width: 100%;
  margin-right: 0;
}
.com-form .ft {
  color: #222;
}
.com-form .inp {
  position: relative;
}
.com-form .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  padding: 0 0.2rem;
  padding-right: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
}
.com-form .ip::-moz-placeholder {
  color: #999;
}
.com-form .ip::placeholder {
  color: #999;
}
.com-form .ta {
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 0.2rem 0.24rem;
  border: 1px solid #e5e5e5;
}
.com-form .code {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.com-form .cf-btns {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}
.com-form .btn {
  background-color: #fff;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.com-form .sel {
  position: relative;
}
.com-form .sel.show .select-sub {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.com-form .select-ip {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.5rem;
  min-height: 36px;
  box-shadow: 0 0 0 1px inset #ccc;
  position: relative;
  z-index: 50;
  border-radius: 0.1rem;
  cursor: pointer;
}
.com-form .select-ip .select-te {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-form .select-ip .select-ic {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}
.com-form .select-ip .select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
}
.com-form .select-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.com-form .select-cont {
  max-height: 2rem;
  overflow-y: auto;
  border-radius: 0.1rem;
  box-shadow: 0 3px 0.16rem rgba(0, 0, 0, 0.08);
}
.com-form .select-item {
  padding: 0.15rem 0.2rem;
  background-color: #f6f6f6;
  cursor: pointer;
}
.com-form .select-item:hover {
  background-color: #a1cb3d;
  color: #fff;
}
.com-form .sel-ic {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
.com-form .search-ic {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
@media (max-width: 900px) {
  .com-form .fi {
    width: 100%;
    margin: 10px 0;
  }
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.ho-nav {
  position: fixed;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.ho-nav.ho1 .ic::before {
  box-shadow: 0 0 0 2px white inset;
}
.ho-nav a {
  display: block;
}
.ho-nav .ni {
  margin: 0.2rem 0;
  cursor: pointer;
}
.ho-nav .ni.active .ic {
  background-color: #a1cb3d;
}
.ho-nav .ni.active .ic::before {
  box-shadow: 0 0 0 1px white inset !important;
}
.ho-nav .ni .sp {
  width: 1em;
  display: none;
}
.ho-nav .ic {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.ho-nav .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5);
  transform-origin: center;
  box-shadow: 0 0 0 1px #999999 inset;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .ho-nav {
    opacity: 0;
    pointer-events: none;
  }
}

.ho-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ho-tt .ht1 {
  font-weight: 600;
}
.ho-tt .ht2 {
  margin-top: 0.16rem;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
}
@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ho-tit {
  position: relative;
}
.ho-tit.cent {
  text-align: center;
}
.ho-tit.cent .ht2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
.ho-tit .ht1 {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.ho-tit .ht2 {
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-50%);
  opacity: 0.1;
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset: 188.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.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: 5.8rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.form-dialog .off {
  position: absolute;
  bottom: 100%;
  left: calc(100% + 0.1rem);
  transform: translateY(0.1rem);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
}
.form-dialog .off:hover {
  background-color: #fff;
}
.form-dialog .tops {
  display: flex;
  position: relative;
}
.form-dialog .tops::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f3f3f3;
  clip-path: polygon(0 0, calc(50% - 0.2rem) 0, calc(50% + 0.2rem) 100%, 0% 100%);
  pointer-events: none;
}
.form-dialog .tp2 {
  background-color: #f3f3f3;
}
.form-dialog .tp2::before {
  background-color: #fff;
}
.form-dialog .ti {
  width: 50%;
  text-align: center;
  line-height: 0.8rem;
  position: relative;
  cursor: pointer;
  color: #999;
  font-weight: 600;
}
.form-dialog .ti.on {
  color: #222;
}
.form-dialog .forms {
  position: relative;
  padding: 0.48rem 0.5rem 0.4rem 0.4rem;
}
.form-dialog .fmi {
  display: none;
}
.form-dialog .fmi.show {
  display: block;
}
.form-dialog .tit {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form-dialog .fi {
  width: 100%;
  margin-bottom: 0.18rem;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .ft {
  margin-bottom: 0.1rem;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.48rem;
  min-height: 30px;
  padding: 0 0.2rem;
  background-color: #fff;
  border: solid 1px #e5e5e5;
}
.form-dialog .ta {
  width: 100%;
  height: 1.06rem;
  min-height: 100px;
  border: solid 1px #e5e5e5;
  padding: 0.2rem;
}
.form-dialog .code {
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.form-dialog .tip {
  color: #999;
}
.form-dialog .btns {
  margin-top: 0.18rem;
}
.form-dialog .submit {
  width: 100%;
  height: 0.6rem;
  border: none;
  color: #fff;
  padding: 0 0.5rem;
  cursor: pointer;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.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: #a1cb3d;
  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: #a1cb3d;
  color: #fff;
  padding: 0.16rem 0.48rem;
}
@media (max-width: 900px) {
  .my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .my-dialog .fi {
    width: 100%;
  }
  .my-dialog .f-block {
    height: auto;
  }
  .my-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .my-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .my-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

.det_tags {
  padding: 0.42rem 0.3rem;
  padding-bottom: 0.32rem;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  line-height: 2.125;
}
.det_tags .sp {
  margin-right: 0.2rem;
}
.det_tags .aa {
  padding: 0 0.2rem;
  border-radius: 0 0.2rem 0 0.2rem;
  box-shadow: 0 0 0 1px inset #d0d0d1;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.det_tags .aa:hover {
  background-color: #a1cb3d;
  color: #fff;
  box-shadow: none;
}

.cr-list {
  margin-top: 0.22rem;
}
.cr-list .li {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #ccc;
}
.cr-list .aa {
  display: flex;
  justify-content: space-between;
}
.cr-list .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list .aa:hover .h3 {
  color: #a1cb3d;
}
.cr-list .imgs {
  width: 30%;
}
.cr-list .img {
  position: relative;
  padding-top: 66.6666666667%;
  overflow: hidden;
  border-radius: 0.06rem;
}
.cr-list .text {
  width: 65%;
}
.cr-list .h3 {
  font-weight: 400;
  color: #333;
  transition: all 0.3s;
}
.cr-list .d2 {
  line-height: 1.3571428571;
  color: #666;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cr-list .ic {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-3.png);
  flex-shrink: 0;
  margin-right: 0.5em;
}
.pro-sort {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.pro-sort .sort {
  float: right;
  position: relative;
  z-index: 5;
}
.pro-sort .sort.show .select-sub {
  display: block;
}
.pro-sort .sort.show .ic {
  transform: translateY(-50%) rotate(180deg);
}
.pro-sort .hd {
  display: flex;
  align-items: center;
  position: relative;
}
.pro-sort .sp {
  flex-shrink: 0;
}
.pro-sort .st {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-sort .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.pro-sort .hte {
  width: 4rem;
  min-height: 40px;
  min-width: 300px;
  margin-left: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  padding-right: 0.6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.pro-sort .select-sub {
  position: absolute;
  right: 0;
  top: calc(100% + 0.1rem);
  width: 4rem;
  min-width: 300px;
  display: none;
}
.pro-sort .select-cont {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08);
  z-index: 60;
}
.pro-sort .select-item {
  padding: 0.1rem;
  cursor: pointer;
}
.pro-sort .select-item:hover {
  background-color: #f8f8f8;
}
@media (max-width: 900px) {
  .pro-sort .sort {
    width: 100%;
  }
  .pro-sort .hte {
    min-width: auto;
    flex-grow: 1;
  }
  .pro-sort .select-sub {
    width: 100%;
  }
  .pro-sort .select-item {
    padding: 0.2rem;
  }
}

.parameter-top {
  margin-bottom: 0.1rem;
}
.parameter-top .ip {
  width: 100%;
  height: 0.6rem;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0 0.3rem;
  border: none;
}
.parameter-top .button {
  width: 1em;
  height: 1em;
  background-color: #a1cb3d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  border: none;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32% auto;
}

.parameter-nav {
  position: sticky;
  top: 1.2rem;
}
.parameter-nav .ni {
  margin-bottom: 0.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.parameter-nav .ni.on .hic {
  transform: translateY(-50%) rotate(180deg);
}
.parameter-nav .hd {
  position: relative;
  padding: 0.25rem 0rem;
  cursor: pointer;
  color: #000;
}
.parameter-nav .hsp {
  display: block;
}
.parameter-nav .hic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.parameter-nav .bd {
  display: none;
}
.parameter-nav .blist {
  padding-top: 4px;
  padding-bottom: 0.3rem;
}
.parameter-nav .bli {
  margin-bottom: 0.19rem;
}
.parameter-nav .bli:last-child {
  margin-bottom: 0;
}
.parameter-nav .lab {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.parameter-nav .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #a1cb3d;
  background-color: #a1cb3d;
}
.parameter-nav .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.2);
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  flex-shrink: 0;
  border-radius: 25%;
  margin-right: 0.18rem;
  position: relative;
}
.parameter-nav .ck {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.parameter-nav .ba {
  display: block;
  position: relative;
}
.parameter-nav .ba::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/a17.png);
  background-repeat: no-repeat;
  background-size: 57.1428571429% auto;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.parameter-nav .ba:hover {
  color: #a1cb3d;
}
.parameter-nav .ba:hover::before {
  background-image: url(../images/a18.png);
}
.parameter-nav .reset {
  display: inline-flex;
  border: none;
  margin-top: 0.27rem;
  color: #999;
}
.parameter-nav .reset .bic {
  width: 0.75em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.pro-nav {
  border-radius: 0.2rem;
  position: sticky;
  top: 1rem;
}
.pro-nav .n-tit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding-bottom: 0.18rem;
}
.pro-nav .ul1 {
  margin-top: 0.35rem;
}
.pro-nav .ul1 .li1 {
  margin-bottom: 0.33rem;
}
.pro-nav .ul1 .li1.show .dt1 {
  background-color: #a1cb3d;
}
.pro-nav .ul1 .li1.show .ic1 {
  background-image: url(../images/hm_4.png);
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.pro-nav .ul1 .li1.show .a1 {
  color: #fff;
}
.pro-nav .ul1 .dt {
  position: relative;
  cursor: pointer;
}
.pro-nav .ul1 .ic {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s;
}
.pro-nav .ul1 .ic1 {
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pro-nav .ul1 .ic2 {
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pro-nav .ul1 .a1 {
  color: #666;
  display: inline-block;
}
.pro-nav .ul1 .on {
  color: #a1cb3d;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pro-nav .ul1 .dt1 {
  padding: 0.17rem 0.18rem;
}
.pro-nav .ul1 .ul2 {
  display: none;
}
.pro-nav .ul1 .li2 {
  border-bottom: 1px solid #f3f3f3;
}
.pro-nav .ul1 .li2.show .dt2 {
  background-color: rgba(161, 203, 61, 0.06);
}
.pro-nav .ul1 .li2.show .a2 {
  color: #a1cb3d;
}
.pro-nav .ul1 .li2.show .ic2 {
  background-image: url(../images/a14.png);
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
.pro-nav .ul1 .a2 {
  display: inline-block;
  padding: 0.15rem 0.3rem;
  color: #666;
  transition: color 0.3s;
}
.pro-nav .ul1 .a2:hover {
  color: #a1cb3d;
}
.pro-nav .ul1 .ul3 {
  display: none;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.pro-nav .ul1 .a3 {
  display: block;
  line-height: 2.3571428571;
  padding: 0 0.4rem;
  color: #666;
}
.pro-nav .ul1 .a3:hover {
  color: #a1cb3d;
}
.pro-nav .btns {
  margin-top: 0.2rem;
}
.pro-nav .btns .down {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.2rem;
  box-shadow: 0 0 0 1px inset #a1cb3d;
  color: #a1cb3d;
  border-radius: 1rem;
  transition: all 0.3s;
}
.pro-nav .btns .down:hover {
  background-color: #a1cb3d;
  color: #fff;
}
.pro-nav .btns .down:hover .dic {
  filter: brightness(0) invert(1);
}
.pro-nav .btns .dic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .pro-nav .n-tit {
    cursor: pointer;
  }
}

.pro-list .li {
  width: calc(370 / 1160 * 100%);
  margin-right: calc(25 / 1160 * 100%);
  margin-bottom: 0.25rem;
  position: relative;
}
.pro-list .li:nth-child(3n) {
  margin-right: 0;
}
.pro-list .dd {
  height: 100%;
  min-height: 4.4rem;
  background-color: #fff;
  display: block;
  padding: 0.4rem 0.4rem 0.2rem;
  position: relative;
  transition: all 0.3s;
}
.pro-list .dd:hover {
  box-shadow: 1px 1px 0.18rem 0px rgba(161, 203, 61, 0.2);
}
.pro-list .dd:hover .img img {
  transform: scale(1.05);
}
.pro-list .dd:hover .name {
  color: #fff;
}
.pro-list .dd:hover .new {
  background-color: #a1cb3d;
}
.pro-list .dd:hover .new::before {
  background-color: #a1cb3d;
}
.pro-list .dd:hover .bg {
  opacity: 1;
}
.pro-list .new {
  position: absolute;
  left: 0.4rem;
  top: 0.3rem;
  width: 3.3333333333em;
  height: 3.3333333333em;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.pro-list .new span {
  position: relative;
}
.pro-list .new::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.3s;
  z-index: -1;
}
.pro-list .img {
  position: relative;
  padding-top: 90%;
 
  overflow: hidden;
  margin-top: 0.3rem;
  z-index: 3;
}
.pro-list .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-list .text {
  margin-top: 0.32rem;
  position: relative;
  z-index: 3;
}
.pro-list .name {
  transition: all 0.3s;
}
.pro-list .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #a1cb3d;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.pro-list .btn:hover {
  transform: translateY(-0.1rem);
}
.pro-list .bic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
}
.pro-list .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .pro-list .text {
    margin-top: 0.2rem;
  }
}

.md-pro-0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.md-pro-0 .pro-le {
  width: 20%;
}
.md-pro-0 .pro-ri {
  width: 72.5%;
}
.md-pro-0 .btns {
  margin-top: 0.35rem;
}
.md-pro-0 .btns .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  border-radius: 0.1rem;
  padding: 0.21rem 0.48rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.md-pro-0 .btns .more:hover {
  transform: translateY(-0.1rem);
}
.md-pro-0 .btns .mic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
}
@media screen and (min-width: 901px) {
  .md-pro-0 .cont {
    position: relative;
  }
  .md-pro-0 .cont::before {
    content: "";
    width: 1px;
    height: calc(100% + 2rem);
    background-color: #000000;
    opacity: 0.1;
    position: absolute;
    left: 3.8rem;
    top: -1rem;
  }
}
@media screen and (max-width: 900px) {
  .md-pro-0 .pro-le {
    width: 100%;
  }
  .md-pro-0 .pro-ri {
    width: 100%;
  }
}

.md-pro-1 .inp {
  position: relative;
  width: 3.2rem;
}
.md-pro-1 .inp .ip {
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 0.27rem;
  border: none;
}
.md-pro-1 .inp .submit {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: none;
  background-image: url(../images/h-mag-p.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-pro-1 .swiper {
  margin-top: 0.28rem;
}
.md-pro-1 .sw {
  height: auto;
  min-height: 3.6rem;
  border-radius: 0.1rem;
}
.md-pro-1 .sw:hover .h3 {
  color: #a1cb3d;
}
.md-pro-1 .sw:hover .more {
  color: #fff;
  background-color: #a1cb3d;
}
.md-pro-1 .sw .text {
  padding: 1.4rem 0.2rem 0.2rem;
  width: 60%;
}
.md-pro-1 .sw .h3 {
  min-height: 3em;
  transition: all 0.3s;
}
.md-pro-1 .sw .btns {
  margin-top: 0.2rem;
}
.md-pro-1 .sw .more {
  display: inline-block;
  padding: 0.16rem 0.48rem;
  background-color: #fff;
  color: #a1cb3d;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-pro-1 .sw .imgs {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: calc(250 / 580 * 100%);
}
.md-pro-1 .sw .img {
  position: relative;
  padding-top: calc(280 / 250 * 100%);
}
.md-pro-1 .sw .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-pro-1 .swiper-pagination {
  position: static;
  margin-top: 0.2rem;
}
.md-pro-1 .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.04rem;
  background-color: #ccc;
  margin: 0 0.05rem;
  opacity: 1;
  border-radius: 0;
}
.md-pro-1 .swiper-pagination-bullet-active {
  background-color: #a1cb3d;
}
@media screen and (max-width: 900px) {
  .md-pro-1 .form {
    flex-wrap: wrap;
  }
  .md-pro-1 .inp {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.md-pro-11 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.md-pro-11 .text {
  width: 50%;
}
.md-pro-11 .type {
  margin-bottom: 1rem;
  line-height: 1;
}
.md-pro-11 .line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 0.07rem;
  margin-bottom: 0.35rem;
  position: relative;
}
.md-pro-11 .line::before {
  content: "";
  width: 0.8rem;
  height: 3px;
  background-color: #a1cb3d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-pro-11 .intro {
  line-height: calc(27 / 18 * 100%);
  padding-right: 0.4rem;
}
.md-pro-11 .btns {
  margin-top: 0.94rem;
}
.md-pro-11 .swipers {
  width: calc(620 / 1600 * 100%);
  flex-shrink: 0;
}
.md-pro-11 .swiper1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dbdbdb;
  position: relative;
}
.md-pro-11 .swiper2 {
  width: calc(130 / 676 * 100%);
  position: relative;
}
.md-pro-11 .swiper2 .swiper-container {
  height: 5.4rem;
}
.md-pro-11 .swiper11 {
  position: absolute;
  left: -200vw;
  top: 0;
  width: 100%;
  opacity: 0;
}
.md-pro-11 .swiper11.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s;
}
.md-pro-11 .swiper12 {
  position: absolute;
  left: -200vw;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.md-pro-11 .swiper12.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s;
}
.md-pro-11 .sw2 {
  height: auto;
  margin-bottom: 0.06rem;
}
.md-pro-11 .sw2::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #dbdbdb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
.md-pro-11 .active::before {
  border: solid 1px #a1cb3d;
}
.md-pro-11 .img1 {
  position: relative;
  padding-top: 87.0967741935%;
}
.md-pro-11 .img1 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-pro-11 .img2 {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
}
.md-pro-11 .tags {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0.2rem;
  background-color: #f5f5f5;
  box-shadow: 0 0 0 1px inset #dbdbdb;
  z-index: 30;
  border-radius: 1rem;
}
.md-pro-11 .tags .ti {
  white-space: nowrap;
  padding: 0 0.3rem;
  color: #666;
  line-height: 2.1428571429;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.md-pro-11 .tags .ti:hover {
  color: #a1cb3d;
}
.md-pro-11 .tags .on {
  background-color: #a1cb3d;
  color: #fff !important;
}
.md-pro-11 .sbtn {
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-pro-11 .sic {
  width: 28%;
  height: 28%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.md-pro-11 .prev {
  left: 0.6rem;
  background-image: url(../images/a21.png);
}
.md-pro-11 .next {
  right: 0.6rem;
  background-image: url(../images/a23.png);
}
@media screen and (max-width: 900px) {
  .md-pro-11 {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
  }
  .md-pro-11 .swipers {
    width: 100%;
    order: 1;
    padding-top: 0;
    justify-content: center;
  }
  .md-pro-11 .swiper1 {
    width: 6rem;
    width: 90%;
    margin: 0 auto;
  }
  .md-pro-11 .swiper2 {
    width: 1.5rem;
    margin-left: 0.1rem;
  }
  .md-pro-11 .swiper2 .swiper-container {
    height: 6rem;
  }
  .md-pro-11 .text {
    margin-top: 0.4rem;
  }
  .md-pro-11 .btns {
    margin-top: 0.2rem;
  }
  .md-pro-11 .text {
    width: 100%;
    order: 2;
  }
  .md-pro-11 .aa2 {
    margin-bottom: 0.1rem;
  }
}

.pswp__thumb {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem;
  border-top: 1px solid #ddd;
}
.pswp__thumb li {
  width: 1rem;
  margin: 0 0.1rem;
  cursor: pointer;
}
.pswp__thumb .m_active {
  box-shadow: 0 0 0 2px #a1cb3d;
}
.pswp__thumb .m_active .img::before {
  border: 1px solid #a1cb3d;
}
.pswp__thumb .img {
  position: relative;
  padding-top: 100%;
}
.pswp__thumb .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .pswp__thumb {
    display: none;
  }
}

.md-pro-12 {
  padding-bottom: 0.8rem;
}
.md-pro-12 .bg-f5 {
  background-color: #f5f5f5;
}
.md-pro-12 .pitem:last-child {
  margin-bottom: 0;
}
.md-pro-12 .swiper1 {
  text-align: center;
  padding: 0.6rem 0;
}
.md-pro-12 .swiper1 .swiper-container {
  display: inline-block;
  max-width: 100%;
}
.md-pro-12 .swiper1 .sw1 {
  width: 2.5rem;
  margin-right: 0.2rem;
  padding: 0.6rem 0.2rem;
  border-radius: 0.1rem;
  min-height: 3.3rem;
  height: auto;
  text-align: center;
  transition: all 0.3s;
}
.md-pro-12 .swiper1 .sw1:hover {
  box-shadow: none;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-pro-12 .swiper1 .sw1:hover .icon {
  filter: brightness(0) invert(1);
}
.md-pro-12 .swiper1 .sw1:hover .t11,
.md-pro-12 .swiper1 .sw1:hover .t12 {
  color: #fff;
}
.md-pro-12 .swiper1 .icon {
  height: 1rem;
}
.md-pro-12 .swiper1 .icon img {
  max-height: 100%;
}
.md-pro-12 .swiper1 .te {
  margin-top: 0.39rem;
}
.md-pro-12 .swiper1 .t11 {
  transition: color 0.3s;
}
.md-pro-12 .swiper1 .t12 {
  transition: color 0.3s;
  margin-top: 0.04rem;
}
.md-pro-12 .ul1 .li1 {
  width: calc(250 / 1600 * 100%);
  margin-right: calc(20 / 1600 * 100%);
  margin-bottom: 0.18rem;
}
.md-pro-12 .ul1 .li1:nth-child(6n) {
  margin-right: 0;
}
.md-pro-12 .ul1 .dd {
  padding: 0.6rem 0.2rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #dbdbdb;
  border-radius: 0.1rem;
  min-height: 3.3rem;
  height: 100%;
  text-align: center;
  transition: all 0.3s;
}
.md-pro-12 .ul1 .dd:hover {
  box-shadow: none;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-pro-12 .ul1 .dd:hover .icon {
  filter: brightness(0) invert(1);
}
.md-pro-12 .ul1 .dd:hover .t11,
.md-pro-12 .ul1 .dd:hover .t12 {
  color: #fff;
}
.md-pro-12 .ul1 .icon {
  height: 1rem;
}
.md-pro-12 .ul1 .icon img {
  max-height: 100%;
}
.md-pro-12 .ul1 .te {
  margin-top: 0.39rem;
}
.md-pro-12 .ul1 .t11 {
  transition: color 0.3s;
}
.md-pro-12 .ul1 .t12 {
  transition: color 0.3s;
  margin-top: 0.04rem;
}
.md-pro-12 .tab-list {
  margin-top: 0.36rem;
}
.md-pro-12 .tab-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.51rem;
  margin-bottom: 0.54rem;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.md-pro-12 .tab-item:last-child {
  margin-bottom: 0;
}
.md-pro-12 .tab-item.hide .btn {
  transform: rotate(180deg);
}
.md-pro-12 .tab-item .le {
  width: calc(320 / 1600 * 100%);
}
.md-pro-12 .tab-item .ri {
  width: calc(1260 / 1600 * 100%);
}
.md-pro-12 .tab-item .tt {
  font-weight: bold;
}
.md-pro-12 .tab-item .btn {
  position: absolute;
  right: 0.4rem;
  top: 0.5em;
  width: 1em;
  height: 1em;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;
  transition: all 0.3s;
}
.md-pro-12 .tab-item .tab {
  width: 100%;
  border: none;
}
/* .md-pro-12 .tab-item .tr {
  display: flex;
}
.md-pro-12 .tab-item .td1 {
  width: calc(240 / 1260 * 100%);
  font-weight: bold;
  padding-bottom: 0.24rem;
  border: none;
}
.md-pro-12 .tab-item .td2 {
  width: calc(970 / 1260 * 100%);
  color: #666;
  border: none;
} */
.md-pro-12 .tab-item table {
  width: 100%;
  border: none;
}
.md-pro-12 .tab-item table tr.flex{
  display: table-row;
}
.md-pro-12 .tab-item td:nth-child(1) {
  width: calc(240 / 1260 * 100%);
  font-weight: bold;
padding: 0.12rem 0;
  border: none;
}
.md-pro-12 .tab-item td:nth-child(2) {
  width: calc(970 / 1260 * 100%);
  color: #666;
  border: none;
}
.md-pro-12 .swiper {
  margin-top: 0.6rem;
  position: relative;
}
.md-pro-12 .swiper .sw:hover .img img {
  transform: scale(1.05);
}
.md-pro-12 .swiper .img {
  position: relative;
  padding-top: calc(445 / 790 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-pro-12 .swiper .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 0.06rem;
  box-shadow: 0 0 0 1px inset #dbdbdb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.md-pro-12 .swiper .sbtn:hover {
  box-shadow: none;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-pro-12 .swiper .sbtn:hover .sic {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.md-pro-12 .swiper .sic {
  display: block;
  text-align: center;
  width: 26%;
  height: 26%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.md-pro-12 .swiper .prev {
  right: calc(100% + 0.4rem);
}
.md-pro-12 .swiper .prev .sic {
  background-image: url(../images/icon-p11.png);
}
.md-pro-12 .swiper .next {
  left: calc(100% + 0.4rem);
}
.md-pro-12 .swiper .next .sic {
  background-image: url(../images/icon-p21.png);
}
@media screen and (max-width: 900px) {
  .md-pro-12 .ul1 {
    justify-content: space-between;
  }
  .md-pro-12 .ul1 .li1 {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-pro-12 .ul2 {
    justify-content: space-between;
  }
  .md-pro-12 .ul2 .li2 {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-pro-12 .tab-item {
    flex-wrap: wrap;
  }
  .md-pro-12 .tab-item .le {
    width: 100%;
    position: relative;
  }
  .md-pro-12 .tab-item .ri {
    width: 100%;
  }
  .md-pro-12 .tab-item .btn {
    top: calc(50% - 0.5em);
  }
  .md-pro-12 .tab-item .tab {
    margin-top: 0.4rem;
  }
  /* .md-pro-12 .tab-item .td1 {
    width: 30%;
  }
  .md-pro-12 .tab-item .td2 {
    width: 70%;
  } */
}
@media screen and (max-width: 500px) {
  .md-pro-12 .ul1 .li1 {
    width: 100%;
  }
}

.md-pro-13 {
  background-color: #f7f7f7;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.md-pro-13 .list {
  margin-top: 0.2rem;
}
.md-pro-13 .item {
  width: calc(790 / 1600 * 100%);
  width: 100%;
  margin-bottom: 0.33rem;
}
.md-pro-13 .ul {
  margin-top: 0.04rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md-pro-13 .li {
  margin-bottom: 0.1rem;
  width: calc(790 / 1600 * 100%);
}
 
.md-pro-13 .dd {
  padding: 0.24rem 0.2rem;
  color: #666;
  background-color: #fff;
  border-radius: 0.1rem;
  align-items: center;
  height: 100%;
}
.md-pro-13 .name {
  width: 40%;
  display: inline-flex;
  align-items: center;
}
.md-pro-13 .nic {
  height: 1em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.md-pro-13 .time {
  width: 26%;
  display: inline-flex;
  align-items: center;
}
.md-pro-13 .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}
.md-pro-13 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.08rem 0.2rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-pro-13 .btn:hover {
  background-color: #a1cb3d;
  color: #fff;
}
.md-pro-13 .btn:hover .bic {
  filter: brightness(0) invert(1);
}
.md-pro-13 .bic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-pro-13 .item {
    width: 100%;
  }
  .md-pro-13 .li{
    width: 100%;
  }
  .md-pro-13 .dd {
    flex-wrap: wrap;
  }
  .md-pro-13 .name {
    width: 60%;
  }
  .md-pro-13 .time {
    width: 50%;
    order: 3;
  }
  .md-pro-13 .btn {
    margin-top: 0.4rem;
  }
}

.md-pro-14 {
  padding-top: 0.88rem;
  padding-bottom: 1rem;
}
.md-pro-14 .video {
  position: relative;
  padding-top: 50%;
  background-color: #000;
  margin-top: 0.26rem;
}
.md-pro-14 .vv {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-pro-14 .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.md-pro-14 .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-image: url("../images/a4.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 0.08rem rgba(255, 255, 255, 0.2);
}

.md-home-0 {
  position: relative;
  overflow: hidden;
}
.md-home-0 .ho_sw {
  overflow: hidden;
}
.md-home-0 .ho_sw .img {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.md-home-0 .ho_sw .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-0 .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.md-home-0 .ho_sw .text1 {
  top: 19.7604790419%;
  transform: translate(0);
}
.md-home-0 .ho_sw .d0 {
  margin-bottom: 0.36rem;
}
.md-home-0 .ho_sw .d0 img {
  max-height: 31.25vw;
}
.md-home-0 .ho_sw .d2 {
  margin-top: 0.08rem;
  line-height: 1.6666666667;
}
.md-home-0 .ho_sw .d3 {
  margin-top: 0.7rem;
}
.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.md-home-0 .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.4rem;
}
.md-home-0 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: white;
  border-radius: 1rem;
  margin: 0 0.05rem;
  opacity: 1;
  transition: width 0.3s;
}
.md-home-0 .swiper-pagination-bullet-active {
  width: 0.3rem;
}
.md-home-0 .bots {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  color: #fff;
  line-height: 1;
}
.md-home-0 .mouse {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translate(-50%);
  z-index: 30;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md-home-0 .mouse .ani {
  animation: jump 1s linear infinite;
}
.md-home-0 .mouse img {
  height: 0.22rem;
  margin-bottom: 0.12rem;
}
.md-home-0 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  border-radius: 1rem;
  color: #fff;
  background-color: #a1cb3d;
}
.md-home-0 .aa .cic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.54rem;
}
.md-home-0 .anim::after {
  animation: indicator-loading 4.5s linear forwards;
}
.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.6);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.md-home-0 .nums .n11 {
  color: #fff;
}
.md-home-0 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transform-origin: top left;
}
.md-home-0 svg circle {
  transform: rotate(-90deg);
  transform-origin: center;
}
.md-home-0 .pag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 30;
}
.md-home-0 .pi {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.md-home-0 .pi.on {
  color: white;
}
.md-home-0 .pi.on .line {
  display: block;
}
.md-home-0 .pi.on .line::after {
  animation: wd 4.5s linear;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .md-home-0 .ho_sw .d1 {
    font-size: 0.6rem;
  }
  .md-home-0 .btns {
    right: 2%;
  }
}

.md-home-1 {
  padding-top: 0.88rem;
  padding-bottom: 1.1rem;
  position: relative;
}
.md-home-1 .com-tit {
  position: relative;
  z-index: 5;
}
.md-home-1 .box {
  margin-top: -0.22rem;
}
.md-home-1 .le {
  width: calc(700 / 1600 * 100%);
}
.md-home-1 .ri {
  width: 50%;
}
.md-home-1 .swiper {
  position: relative;
}
.md-home-1 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3rem;
  z-index: 30;
  cursor: pointer;
}
.md-home-1 .prev {
  left: 0;
  background-image: url(../images/a21.png);
}
.md-home-1 .prev:hover {
  background-image: url(../images/a22.png);
}
.md-home-1 .next {
  right: 0;
  background-image: url(../images/a23.png);
}
.md-home-1 .next:hover {
  background-image: url(../images/a24.png);
}
.md-home-1 .sw .img {
  position: relative;
  padding-top: calc(570 / 725 * 100%);
}
.md-home-1 .sw .img img{
  object-fit: contain;
}
.md-home-1 .sw .intro {
  margin-top: 0.08rem;
}
.md-home-1 .sw .btns {
  margin-top: 0.12rem;
}
.md-home-1 .sw .more {
  color: #a1cb3d;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.md-home-1 .sw .mic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.md-home-1 .li {
  width: calc(253 / 800 * 100%);
  margin-right: calc(20 / 800 * 100%);
  margin-bottom: 0.24rem;
}
.md-home-1 .li:last-child {
  margin-right: 0;
}
.md-home-1 .li:nth-child(1) .dd:nth-child(2),
.md-home-1 .li:nth-child(3) .dd:nth-child(2) {
  padding-top: calc(280 / 253 * 100%);
}
.md-home-1 .li:nth-child(1) .dd:nth-child(1),
.md-home-1 .li:nth-child(3) .dd:nth-child(1) {
  padding-top: calc(340 / 253 * 100%);
}
.md-home-1 .li:nth-child(2) .dd:nth-child(1) {
  padding-top: calc(280 / 253 * 100%);
}
.md-home-1 .li:nth-child(2) .dd:nth-child(2) {
  padding-top: calc(340 / 253 * 100%);
}
.md-home-1 .dd {
  display: block;
  background-color: #f5f5f5;
  margin-bottom: 0.24rem;
  position: relative;
  cursor: pointer;
}
.md-home-1 .dd .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.md-home-1 .dd2 .bg {
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-home-1 .dd2:hover {
  color: #fff;
}
.md-home-1 .dd2:hover .bg {
  opacity: 1;
}
.md-home-1 .dd2:hover .text3 {
  filter: brightness(0) invert(1);
}
.md-home-1 .on {
  box-shadow: 1px 1px 0.12rem 0px rgba(0, 0, 0, 0.1);
}
.md-home-1 .on .bg {
  opacity: 1;
}
.md-home-1 .on .name {
  color: #fff;
}
.md-home-1 .img2 {
  width: 79.0513833992%;
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  transform: translateX(-50%);
  bottom: 40%;
  transform: translate(-50%,50%);
}
.md-home-1 .img2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-home-1 .ibox {
  position: relative;
  padding-top: 90%;
}
.md-home-1 .text2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.32rem 0.38rem;
  color: #666;
}
.md-home-1 .text3 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.md-home-1 .text3 .icon {
  width: 1em;
  height: 1em;
  background-image: url(../images/a20.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}
.md-home-1 .text3 .te3 {
  margin-top: 0.22rem;
  color: #666;
}
@media screen and (max-width: 900px) {
  .md-home-1 .le {
    width: 100%;
  }
  .md-home-1 .ri {
    width: 100%;
  }
  .md-home-1 .list {
    margin-top: 0.3rem;
  }
  .md-home-1 .dd {
    padding-top: 150% !important;
  }
}

.md-home-2 {
  padding-top: 0.88rem;
  padding-bottom: 1rem;
  min-height: 9.6rem;
  background-attachment: fixed;
}
.md-home-2 .ct1 {
  color: #fff;
}
.md-home-2 .text {
  width: 10rem;
  padding-left: 0.8rem;
}
.md-home-2 .intro {
  line-height: calc(30 / 18  );
  margin-top: 0.2rem;
}
.md-home-2 .btns {
  margin-top: 0.32rem;
}
.md-home-2 .nlist {
  margin-top: 0.5rem;
}
.md-home-2 .ni {
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.md-home-2 .ni:last-child {
  border-right: none;
}
.md-home-2 .nb {
  display: inline-block;
  text-align: left;
}
.md-home-2 .n11 {
  line-height: 1;
}
.md-home-2 .more {
  color: #a1cb3d;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.21rem 0.5rem;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.md-home-2 .more:hover {
  color: #fff;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-home-2 .more:hover .mic {
  filter: brightness(0) invert(1);
}
.md-home-2 .mic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.md-home-2 .bots {
  margin-top: 2.1rem;
}
.md-home-2 .watch {
  width: 1em;
  height: 1em;
  background-image: url("../images/a4.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 0.09rem rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s;
}
.md-home-2 .watch:hover {
  transform: translateY(-0.1rem);
}
@media screen and (max-width: 900px) {
  .md-home-2 .ni {
    width: 100%;
    border-right: none;
    margin: 0.2rem 0;
  }
  .md-home-2 .bots {
    margin-top: 1rem;
  }
}

.md-home-3 {
  padding-top: 0.88rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.md-home-3 .w1200 {
  width: 12rem;
  margin: 0 auto;
  max-width: 92%;
}
.md-home-3 .swiper {
  margin-top: 0.33rem;
}
.md-home-3 .swiper .swiper-container {
  overflow: visible;
}
.md-home-3 .sw {
  width: 12rem;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.md-home-3 .sw.swiper-slide-active.is-Img .text {
  opacity: 1 !important;
  bottom: 0 !important;
}
.md-home-3 .sw.swiper-slide-active:hover .text {
  opacity: 1;
  bottom: 0;
}
.md-home-3 .sw .bg {
  position: relative;
  padding-top: calc(680 / 1200 * 100%);
  background-color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.md-home-3 .sw .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  padding: 0.34rem 0.8rem;
  opacity: 0;
  transition: all 0.5s;
}
.md-home-3 .sw .intro {
  line-height: 1.6666666667;
  margin-top: 0.05rem;
}
.md-home-3 .active {
  opacity: 1;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
}
.md-home-3 .active:hover .text {
  opacity: 1;
}
.md-home-3 .active .img::before {
  border: solid 2px #a1cb3d;
}
.md-home-3 .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.06rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}
.md-home-3 .sbtn:hover {
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-home-3 .sbtn:hover .sic {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.md-home-3 .sic {
  width: 28%;
  height: 28%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.md-home-3 .prev {
  left: 0.6rem;
}
.md-home-3 .prev .sic {
  background-image: url(../images/icon-p11.png);
}
.md-home-3 .next {
  right: 0.6rem;
}
.md-home-3 .next .sic {
  background-image: url(../images/icon-p21.png);
}
@media screen and (max-width: 900px) {
  .md-home-3 .sw .text {
    width: 100%;
    order: 2;
    padding: 0.2rem;
  }
}

.md-home-4 {
  padding-top: 0.88rem;
  padding-bottom: 0.8rem;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.md-home-4 .tags {
  padding: 0.05rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.08rem;
}
.md-home-4 .ti {
  width: auto;
  cursor: pointer;
  color: #666;
  padding: 0.21rem 0.54rem;
  line-height: 1;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.md-home-4 .ti:hover {
  color: #a1cb3d;
}
.md-home-4 .ti.on {
  color: #fff;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-home-4 .bots {
  position: relative;
  margin-top: 0.4rem;
}
.md-home-4 .bitem {
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
  padding: 0.2rem;
  position: absolute;
  left: -200vw;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.md-home-4 .bitem.show {
  position: relative;
  left: 0;
  opacity: 1;
}
.md-home-4 .swiper-container {
  overflow: visible;
}
.md-home-4 .sw {
  background-color: #fff;
  height: auto;
  transition: box-shadow 0.3s;
}
.md-home-4 .sw::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #a1cb3d;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.md-home-4 .sw:hover {
  box-shadow: 1px 1px 0.16rem 0px rgba(0, 0, 0, 0.2);
}
.md-home-4 .sw:hover::before {
  transform: scaleX(1);
}
.md-home-4 .sw:hover .img img {
  transform: scale(1.05);
}
.md-home-4 .sw:hover .title {
  color: #a1cb3d;
}
.md-home-4 .sw:hover .btn {
  color: #a1cb3d;
}
.md-home-4 .sw:hover .ic {
  background-image: url(../images/a2.png);
}
.md-home-4 .img {
  position: relative;
  padding-top: calc(316 / 506 * 100%);
  overflow: hidden;
}
.md-home-4 .text {
  padding: 0.36rem 0.38rem 0;
}
.md-home-4 .time {
  color: #666;
}
.md-home-4 .title {
  margin-top: 0.05rem;
  min-height: 3em;
  transition: color 0.3s;
}
.md-home-4 .intro {
  line-height: 1.875;
  margin-top: 0.34rem;
  margin-bottom: 0.35rem;
}
.md-home-4 .line {
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  margin-top: 0.23rem;
}
.md-home-4 .btn {
  color: #666;
  line-height: 1;
  padding-top: 0.28rem;
  padding-bottom: 0.32rem;
  transition: color 0.3s;
}
.md-home-4 .ic {
  width: 0.6em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.18rem;
}
@media screen and (max-width: 900px) {
  .md-home-4 {
    padding: 0.5rem 0;
  }
  .md-home-4 .tops {
    flex-wrap: wrap;
  }
  .md-home-4 .tags {
    margin-top: 0.2rem;
  }
}

.news-list {
  margin-bottom: 0.8rem;
}
.news-list .li {
  margin-bottom: 0.4rem;
}
.news-list .li:last-child {
  margin-bottom: 0;
}
.news-list .dd {
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s;
}
.news-list .dd:hover .text::before {
  transform: scaleX(1);
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .title {
  color: #a1cb3d;
}
.news-list .imgs {
  position: relative;
  width: 26.25%;
}
.news-list .img {
  position: relative;
  padding-top: calc(263 / 420 * 100%);
  overflow: hidden;
}
.news-list .text {
  width: 73.75%;
  box-shadow: 0 0 0 1px inset #eee;
  position: relative;
  padding-right: 1.2rem;
}
.news-list .text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #a1cb3d;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.news-list .tbox {
  width: 100%;
}
.news-list .tle {
  width: 2rem;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
}
.news-list .t11 {
  color: #535353;
}
.news-list .t12 {
  width: 1em;
  height: 3px;
  background-color: #a1cb3d;
  margin: 0.07rem auto 0.18rem;
}
.news-list .tri {
  width: calc(100% - 2rem);
}
.news-list .title {
  transition: color 0.3s;
}
.news-list .intro {
  color: #666;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.news-list .btn {
  color: #a1cb3d;
  margin-top: 0.56rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 1rem;
  transition: all 0.3s;
}
.news-list .ar {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
}
@media screen and (max-width: 900px) {
  .news-list .imgs {
    width: 100%;
  }
  .news-list .text {
    width: 100%;
    padding: 0.4rem 0;
    padding-right: 0.4rem;
  }
}

.md-news-1 {
  padding-top: 1.02rem;
  overflow: hidden;
}
.md-news-1 .big:hover .title {
  color: #a1cb3d;
}
.md-news-1 .big:hover .img img {
  transform: scale(1.05);
}
.md-news-1 .imgs {
  width: 47.5%;
}
.md-news-1 .img {
  position: relative;
  padding-top: calc(475 / 760 * 100%);
  overflow: hidden;
  height: 100%;
}
.md-news-1 .text {
  width: 51.25%;
  background-color: #fff;
  padding: 0.2rem;
  padding-left: 0.9rem;
  padding-right: 0.7rem;
}
.md-news-1 .tbox {
  width: 100%;
}
.md-news-1 .title {
  margin-top: 0.1rem;
  transition: all 0.3s;
}
.md-news-1 .line {
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  margin-top: 0.12rem;
  margin-bottom: 0.3rem;
}
.md-news-1 .intro {
  line-height: calc(27 / 18  );
}
.md-news-1 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  border-radius: 0.06rem;
  padding: 0.21rem 0.5rem;
  color: #fff;
  margin-top: 0.45rem;
}
.md-news-1 .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
@media screen and (max-width: 900px) {
  .md-news-1 .imgs {
    width: 100%;
  }
  .md-news-1 .text {
    width: 100%;
    padding: 0.4rem;
  }
}

.md-news-2 {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}

.news-page {
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 900px) {
  .news-page .news-11 {
    width: 100%;
    order: 1;
  }
  .news-page .news-12 {
    width: 100%;
    padding-top: 0.5rem;
    order: 2;
    padding-right: 0;
  }
}

.md-news-11 {
  padding-top: 0.9rem;
}
.md-news-11 .cont {
  margin: 0 auto;
  width: 12rem;
  max-width: 90%;
}

.md-news-12 {
  padding-top: 0.88rem;
  padding-bottom: 0.8rem;
  background-color: #f5f5f5;
}
.md-news-12 .swiper {
  margin-top: 0.08rem;
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
  padding: 0.2rem;
  overflow: hidden;
}
.md-news-12 .swiper-container {
  overflow: visible;
}
.md-news-12 .sw {
  height: auto;
  background-color: #fff;
  transition: all 0.3s;
}
.md-news-12 .sw::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #a1cb3d;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.md-news-12 .sw:hover {
  box-shadow: 1px 1px 0.16rem 0px rgba(0, 0, 0, 0.2);
}
.md-news-12 .sw:hover::before {
  transform: scaleX(1);
}
.md-news-12 .sw:hover .img img {
  transform: scale(1.05);
}
.md-news-12 .sw:hover .title {
  color: #a1cb3d;
}
.md-news-12 .sw:hover .btn {
  color: #a1cb3d;
}
.md-news-12 .sw:hover .ic {
  background-image: url(../images/a2.png);
}
.md-news-12 .img {
  position: relative;
  padding-top: calc(316 / 506 * 100%);
  overflow: hidden;
}
.md-news-12 .text {
  padding: 0.36rem 0.38rem 0;
}
.md-news-12 .time {
  color: #666;
}
.md-news-12 .title {
  margin-top: 0.05rem;
  min-height: 3em;
  transition: color 0.3s;
}
.md-news-12 .intro {
  line-height: 1.875;
  margin-top: 0.34rem;
  margin-bottom: 0.35rem;
}
.md-news-12 .line {
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  margin-top: 0.24rem;
}
.md-news-12 .btn {
  color: #666;
  line-height: 1;
  padding-top: 0.28rem;
  padding-bottom: 0.32rem;
  transition: color 0.3s;
}
.md-news-12 .ic {
  width: 0.6em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.18rem;
}

.det-top {
  padding-bottom: 0.14rem;
}
.det-top .time {
  margin-top: 0.22rem;
}
.det-top .shares {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.det-top .shares .sp {
  margin-right: 0.2rem;
}
.det-top .shares .si {
  margin-right: 0.2rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.det-top .shares .si:hover .hd {
  opacity: 1;
}
.det-top .shares .si:hover .i1 {
  display: none;
}
.det-top .shares .si:hover .i2 {
  display: block;
  filter: none;
}
.det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.det-top .shares .hd {
  display: inline-flex;
  align-items: center;
  opacity: 0.5;
}
.det-top .shares .hd img {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.det-top .shares .i2 {
  display: none;
}
.det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.det-top .shares .bd .bbox {
  padding: 0.1rem;
  width: 1rem;
  max-width: none;
}
.det-top .shares .bd .bbox img {
  width: 100%;
}
.det-top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.det-top .back:hover {
  color: #a1cb3d;
  transition: color 0.3s;
}
.det-top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.det-top .back img {
  margin-left: 0.1rem;
}
@media screen and (max-width: 900px) {
  .det-top .shares {
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-top: 0.2rem;
  }
}

.det-cen {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.36rem;
  padding-bottom: 0.74rem;
  line-height: 1.5;
}

.det-bot {
  padding-top: 0.36rem;
  padding-bottom: 0.92rem;
}
.det-bot .det_pag a {
  max-width: 48%;
  color: #666;
  display: inline-flex;
  align-items: center;
}
.det-bot .det_pag a:hover .icon {
  background-image: linear-gradient(90deg, #f19601 0%, #ffbe53 100%);
}
.det-bot .det_pag .prev {
  border-radius: 0.16rem 0px 0px 0px;
}
.det-bot .det_pag .prev .sic {
  background-image: url(../images/icon-p11.png);
}
.det-bot .det_pag .next {
  border-radius: 0px 0px 0.16rem 0px;
}
.det-bot .det_pag .next .sic {
  background-image: url(../images/icon-p21.png);
}
.det-bot .det_pag .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}
.det-bot .det_pag .sic {
  width: 0.16rem;
  height: 0.16rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.det-bot .det_pag .sp {
  padding: 0 0.4rem;
}
.det-bot .det_pag span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.45rem;
  background-color: #a1cb3d;
  color: #fff;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det-bot .db_btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.1rem;
}
.det-bot .det_ul {
  line-height: 2.1875;
}
.det-bot .det_ul a {
  display: block;
  color: #333;
  transition: all 0.3s;
}
.det-bot .det_ul a span {
  color: #333;
}
.det-bot .det_ul a:hover {
  color: #a1cb3d;
  transition: all 0.3s;
}
.det-bot .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.4rem;
  color: #fff;
  background-color: #a1cb3d;
  transition: all 0.3s;
}
.det-bot .btn:hover {
  box-shadow: 0 0 0.1rem rgba(161, 203, 61, 0.5);
}
.det-bot .btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.det-bot .db_ul2 li {
  max-width: 50%;
}
.det-bot .db_ul2 a {
  display: block;
  color: #666;
}
.det-bot .db_ul2 a:hover {
  color: #a1cb3d;
}
.det-bot .db_ul2 .next {
  flex-direction: row-reverse;
  text-align: right;
}
.det-bot .db_ul2 .imgs {
  width: 2.1rem;
  flex-shrink: 0;
}
.det-bot .db_ul2 .img {
  position: relative;
  padding-top: 60%;
}
.det-bot .db_ul2 .text {
  padding: 0 0.3rem;
  flex-grow: 1;
}
.det-bot .db_ul2 .t1 {
  color: #333;
}
.det-bot .db_ul2 .t2 {
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .det-bot .det_pag li {
    width: 100%;
    padding: 20px 20px !important;
    text-align: left !important;
  }
  .det-bot .det_pag .icon {
    display: none;
  }
  .det-bot .db_btn {
    margin-top: 15px;
  }
  .det-bot .btn {
    margin-top: 20px;
  }
  .det-bot .db_ul2 {
    flex-wrap: wrap;
  }
  .det-bot .db_ul2 .ua {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    margin: 0.1rem 0;
  }
  .det-bot .db_ul2 .next {
    flex-direction: row;
    text-align: left;
  }
  .det-bot .db_ul2 .imgs {
    width: 2.1rem;
    flex-shrink: 0;
  }
  .det-bot .db_ul2 .img {
    position: relative;
    padding-top: 60%;
  }
  .det-bot .db_ul2 .text {
    padding: 0 0.3rem;
    flex-grow: 1;
  }
  .det-bot .db_ul2 .t1 {
    color: #333;
  }
  .det-bot .db_ul2 .t2 {
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.db_ul .ua {
  color: #666;
  transition: color 0.3s;
}
.db_ul .ua:hover {
  color: #a1cb3d;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .db_ul {
    width: 100%;
  }
}

.md-search-1 {
  padding-top: 0.38rem;
  padding-bottom: 0.3rem;
  min-height: 3.2rem;
  background-color: #f7f7f7;
}
.md-search-1 .h2 {
  margin-top: 0.64rem;
}
.md-search-1 .form {
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.28rem;
  margin-bottom: 0.5rem;
  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.66rem;
  font-family: unset;
}
.md-search-1 .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 0.57rem;
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 0 1rem 1rem 0;
  font-family: unset;
  cursor: pointer;
}
@media (max-width: 900px) {
  .md-search-1 .ti {
    margin: 0 0.2rem;
  }
}

.md-search-2 {
  padding-top: 0.56rem;
  padding-bottom: 0.7rem;
}
.md-search-2 .tip span {
  color: #a1cb3d;
}
.md-search-2 .title {
  line-height: 1;
  margin-bottom: 0.2rem;
}
.md-search-2 .title .tt1 {
  font-weight: bold;
}
.md-search-2 .title .tt2 {
  margin-left: 1em;
}
.md-search-2 .title span {
  color: #a1cb3d;
}
.md-search-2 .pitem {
  margin-bottom: 0.4rem;
}
.md-search-2 .news-list {
  margin-bottom: 0;
  padding-bottom: 0.4rem;
}
.pro-list2 .li {
  width: calc(380 / 1600 * 100%);
  margin-right: calc(25 / 1600 * 100%);
  margin-bottom: 0.25rem;
  position: relative;
}
.pro-list2 .li:nth-child(4n) {
  margin-right: 0;
}
.pro-list2 .dd {
  height: 100%;
  min-height: 4.4rem;
  background-color: #fff;
  display: block;
  padding: 0.4rem;
  position: relative;
  transition: all 0.3s;
}
.pro-list2 .dd:hover {
  box-shadow: 1px 1px 0.18rem 0px rgba(161, 203, 61, 0.2);
}
.pro-list2 .dd:hover .img img {
  transform: scale(1.05);
}
.pro-list2 .dd:hover .name {
  color: #fff;
}
.pro-list2 .dd:hover .new {
  background-color: #a1cb3d;
}
.pro-list2 .dd:hover .new::before {
  background-color: #a1cb3d;
}
.pro-list2 .dd:hover .bg {
  opacity: 1;
}
.pro-list2 .new {
  position: absolute;
  left: 0.4rem;
  top: 0.3rem;
  width: 3.3333333333em;
  height: 3.3333333333em;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.pro-list2 .new span {
  position: relative;
}
.pro-list2 .new::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.3s;
  z-index: -1;
}
.pro-list2 .img {
  position: relative;
  padding-top: 90%;
 
  overflow: hidden;
  z-index: 3;
}
.pro-list2 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-list2 .text {
  margin-top: 0.4rem;
  position: relative;
  z-index: 3;
}
.pro-list2 .name {
  transition: all 0.3s;
}
.pro-list2 .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #a1cb3d;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.pro-list2 .btn:hover {
  transform: translateY(-0.1rem);
}
.pro-list2 .bic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
}
.pro-list2 .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .pro-list2 {
    justify-content: space-between;
  }
  .pro-list2 .li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .pro-list2 .text {
    margin-top: 0.2rem;
  }
}

.md-video-1 {
  padding-top: 0.88rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.md-video-1 .form {
  width: 3.6rem;
  position: relative;
}
.md-video-1 .form .ip {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.1rem;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  padding-left: 0.4rem;
  padding-right: 0.6rem;
}
.md-video-1 .form .submit {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/a5.png);
  cursor: pointer;
}
.md-video-1 .ul {
  margin-top: 0.25rem;
  margin-bottom: 0.4rem;
}

.vdo-list .li {
  width: calc(506 / 1600 * 100%);
  margin-right: 2.5%;
  margin-bottom: 0.4rem;
}
.vdo-list .li:nth-child(3n) {
  margin-right: 0;
}
.vdo-list .dd {
  position: relative;
  cursor: pointer;
}
.vdo-list .dd:hover .bg img {
  transform: scale(1.05);
}
.vdo-list .bg {
  position: relative;
  padding-top: calc(285 / 506 * 100%);
  overflow: hidden;
}
.vdo-list .bg::before {
  content: "";
  width: 100%;
  height: calc(120 / 285 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 1;
}
.vdo-list .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.14rem 0.38rem;
  z-index: 5;
}
.vdo-list .title {
  color: #fff;
}
.vdo-list .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-image: url("../images/a4.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 0.08rem rgba(255, 255, 255, 0.2);
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .vdo-list {
    justify-content: space-between;
  }
  .vdo-list .li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 500px) {
  .vdo-list .li {
    width: 100%;
    margin-bottom: 4%;
  }
}

.md-download-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.md-download-1 .le {
  width: 21.25%;
}
.md-download-1 .ri {
  width: 73.75%;
}
.md-download-1 .form {
  padding: 0.26rem 0.8rem;
}
.md-download-1 .form .inp {
  position: relative;
}
.md-download-1 .form .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  font-family: unset;
}
.md-download-1 .form .submit {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .md-download-1 .le {
    width: 100%;
  }
  .md-download-1 .ri {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-download-1 .form {
    padding: 0.4rem;
  }
}

.download-nav {
  position: sticky;
  top: 1rem;
}
.download-nav .tit {
  line-height: 1;
}
.download-nav .ul1 {
  margin-top: 0.37rem;
  line-height: 2;
}
.download-nav .ul1 .li1 {
  box-shadow: 0 -1px 0 0 #dbdbdb;
  padding: 0.2rem 0;
}
.download-nav .ul1 .li1.show .dt::before {
  background-image: url(../images/a2.png);
}
.download-nav .ul1 .li1.show .ic1 {
  background-image: url(../images/hm_4.png);
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.download-nav .ul1 .li1.show .a1 {
  color: #a1cb3d;
}
.download-nav .ul1 .li1.show .ul2 {
  display: block;
}
.download-nav .ul1 .dt {
  position: relative;
  cursor: pointer;
}
.download-nav .ul1 .dt::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.download-nav .ul1 .ic {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s;
}
.download-nav .ul1 .ic1 {
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.download-nav .ul1 .a1 {
  color: #000;
  display: inline-block;
  font-weight: bold;
}
.download-nav .ul1 .on {
  color: #a1cb3d !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.download-nav .ul1 .ul2 {
  display: none;
  padding-top: 0.08rem;
}
.download-nav .ul1 .a2 {
  display: inline-block;
  color: #666;
  transition: color 0.3s;
}
.download-nav .ul1 .a2:hover {
  color: #a1cb3d;
}

.download-list .ditem {
  border-radius: 0.1rem;
  margin-top: 0.2rem;
  padding: 0.34rem 0.6rem 0.4rem;
  position: relative;
}
.download-list .tab {
  padding: 0.24rem 0.4rem 0.1rem;
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  margin-top: 0.32rem;
}
.download-list .tip {
  margin-bottom: 0.14rem;
  color: #000;
}
.download-list .li {
  border-top: 1px solid #dbdbdb;
}
.download-list .dd {
  padding: 0.2rem 0;
  color: #666;
}
.download-list .name {
  width: 40%;
  display: inline-flex;
  align-items: center;
}
.download-list .nic {
  height: 1em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.download-list .time {
  width: 20%;
  display: inline-flex;
  align-items: center;
}
.download-list .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}
.download-list .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.08rem 0.2rem;
  background-color: #fff;
  border-radius: 1rem;
  transition: all 0.3s;
}
.download-list .btn:hover {
  background-color: #a1cb3d;
  color: #fff;
}
.download-list .btn:hover .bic {
  filter: brightness(0) invert(1);
}
.download-list .bic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .download-list .ditem {
    padding: 0.4rem;
  }
  .download-list .tab {
    padding: 0.2rem;
  }
  .download-list .dd {
    flex-wrap: wrap;
  }
  .download-list .name {
    width: 70%;
  }
  .download-list .time {
    width: 50%;
    order: 3;
  }
  .download-list .btn {
    margin-top: 0.4rem;
  }
}

.md-contact-1 {
  position: relative;
  padding-top: 0.88rem;
}
.md-contact-1 .ul1 {
  margin-top: 0.34rem;
  padding: 0.7rem 0;
  position: relative;
  z-index: 5;
}
.md-contact-1 .ul1 .li1 {
  width: 33.3333333333%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.15rem 0;
}
.md-contact-1 .ul1 .dd {
  text-align: center;
}
.md-contact-1 .ul1 .dd:hover .icon {
  transform: rotateY(360deg);
  transition: transform 1s;
}
.md-contact-1 .ul1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: #a1cb3d;
  box-shadow: 0 0 0 0.15rem rgba(161, 203, 61, 0.1);
}
.md-contact-1 .ul1 .icon .ic {
  width: 0.98em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-contact-1 .ul1 .text {
  margin-top: 0.42rem;
}
.md-contact-1 .ul1 .t12 {
  margin-top: 0.1rem;
}
.md-contact-1 .map {
  margin-top: -2.1rem;
}
.md-contact-1 .mm {
  display: block;
}
.md-contact-1 .mm img {
  width: 100%;
}
.md-contact-1 .ul2 {
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
}
.md-contact-1 .ul2 .li2 {
  width: calc(513  / 1600 * 100%);
  margin-right: calc(30  / 1600 * 100%);
  margin-bottom: 0.3rem;
}
.md-contact-1 .ul2 .li2:nth-child(3n) {
  margin-right: 0;
}
.md-contact-1 .ul2 .dd2 {
  background-color: #fff;
  padding: 0.34rem 0.6rem;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.md-contact-1 .ul2 .dd2:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.md-contact-1 .ul2 .name {
  font-weight: bold;
}
.md-contact-1 .ul2 .line {
  margin-top: 0.14rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.md-contact-1 .ul2 .line::before {
  content: "";
  width: 0.2rem;
  height: 2px;
  background-color: #a1cb3d;
  position: absolute;
  left: 0.1rem;
  bottom: 0;
}
.md-contact-1 .ul2 .intro {
  color: #666;
  margin-top: 0.36rem;
}
.md-contact-1 .ul2 .ti {
  margin-bottom: 0.3rem;
}
.md-contact-1 .ul2 .ti:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .md-contact-1 .ul2 {
    justify-content: space-between;
  }
  .md-contact-1 .ul2 .li2 {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 500px) {
  .md-contact-1 .ul1 {
    padding: 0.3rem 0;
  }
  .md-contact-1 .ul1 .li1 {
    width: 100%;
    padding: 0.3rem;
  }
  .md-contact-1 .ul2 {
    justify-content: space-between;
  }
  .md-contact-1 .ul2 .li2 {
    width: 100%;
  }
  .md-contact-1 .map {
    margin-top: 0;
  }
}

.md-contact-2 {
  position: relative;
  padding-top: 0.88rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.md-contact-2 .box {
  margin-top: 0.35rem;
}
.md-contact-2 .imgs {
  width: 38.75%;
}
.md-contact-2 .img {
  position: relative;
  padding-top: calc(674 / 620 * 100%);
  border-radius: 0.06rem;
  overflow: hidden;
  height: 100%;
}
.md-contact-2 .form {
  width: 56.875%;
}
.md-contact-2 .fitem {
  width: calc(290 / 910 * 100%);
  margin-bottom: 0.3rem;
}
.md-contact-2 .fitem:last-child {
  margin-bottom: 0;
}
.md-contact-2 .w100 {
  width: 100%;
}
.md-contact-2 .ft {
  line-height: 1;
  color: #666;
}
.md-contact-2 .ft span {
  color: #ff0000;
}
.md-contact-2 .fb {
  margin-top: 0.19rem;
}
.md-contact-2 .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  background-color: #f5f5f5;
  border-radius: 0.06rem;
  border: solid 1px #dbdbdb;
  padding: 0 0.1rem;
}
.md-contact-2 .ta {
  width: 100%;
  height: 1.6rem;
  padding: 0.1rem;
  background-color: #f5f5f5;
  border-radius: 0.06rem;
  border: solid 1px #dbdbdb;
}
.md-contact-2 .lab-list {
  margin-top: -0.19rem;
}
.md-contact-2 .ai {
  margin-right: 0.6rem;
  margin-top: 0.19rem;
}
.md-contact-2 .lab {
  color: #666;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.md-contact-2 .lab input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: static;
  opacity: 1;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.md-contact-2 .lab input:checked {
  border: none;
  background-color: #a1cb3d;
}
.md-contact-2 .lab .ic {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  position: relative;
}
.md-contact-2 .selected .ic {
  border-color: #a1cb3d;
}
.md-contact-2 .selected .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.6);
  background-color: #a1cb3d;
}
.md-contact-2 .btns {
  margin-top: 0.6rem;
}
.md-contact-2 .submit {
  display: inline-flex;
  align-items: center;
  color: #fff;
  height: 0.6rem;
  min-height: 40px;
  padding: 0 0.5rem;
  border: none;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  border-radius: 0.06rem;
  font-family: unset;
  cursor: pointer;
  transition: all 0.3s;
}
.md-contact-2 .submit:hover {
  transform: translateY(-5px);
}
.md-contact-2 .submit .ic {
  position: relative;
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.75em;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .md-contact-2 .imgs {
    width: 100%;
    order: 2;
    margin-top: 0.5rem;
  }
  .md-contact-2 .form {
    width: 100%;
    order: 1;
  }
  .md-contact-2 .fitem {
    width: 100%;
  }
}

.md-login-1 {
  min-height: calc(730vw / 1920 * 100);
}
.md-login-1 .box {
  padding: 1rem 0;
}
.md-login-1 .form {
  width: 4.6rem;
  padding: 0.58rem 0.5rem;
  min-height: 5.3rem;
  border-radius: 0.1rem;
  max-width: 100%;
}
.md-login-1 .form2 {
  padding-top: 0.43rem;
}
.md-login-1 .fbox {
  margin-top: 0.3rem;
}
.md-login-1 .fi {
  margin-bottom: 0.15rem;
}
.md-login-1 .fi:last-child {
  margin-bottom: 0;
}
.md-login-1 .inp {
  position: relative;
}
.md-login-1 .ip {
  width: 100%;
  height: 0.5rem;
  background-color: #f9f9f9;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  border: none;
  font-family: unset;
}
.md-login-1 .code {
  position: absolute;
  top: 50%;
  right: 0.14rem;
  transform: translateY(-50%);
  height: 0.32rem;
}
.md-login-1 .btns {
  margin-top: 0.25rem;
}
.md-login-1 .submit {
  width: 100%;
  height: 0.6rem;
  border: none;
  color: #fff;
  padding: 0 0.5rem;
  cursor: pointer;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  border-radius: 0.1rem;
  font-family: unset;
  transition: all 0.3s;
}
.md-login-1 .submit:hover {
  transform: translateY(5px);
}
.md-login-1 .bots {
  margin-top: 0.46rem;
}
.md-login-1 .lab {
  display: inline-flex;
  align-items: center;
  color: #999;
  cursor: pointer;
}
.md-login-1 .lab .ic {
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #a1cb3d;
  position: relative;
  margin-right: 0.1rem;
}
.md-login-1 .lab input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.md-login-1 .selected .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5);
  border-radius: 50%;
  background-color: #a1cb3d;
}
.md-login-1 .href {
  color: #999;
}
.md-login-1 .href:hover {
  color: #a1cb3d;
}
@media screen and (max-width: 900px) {
  .md-login-1 .box {
    justify-content: center;
  }
  .md-login-1 .form {
    width: 8rem;
  }
}

.md-com-breadnav {
  position: relative;
  box-shadow: 1px 1px 0.12rem 0px rgba(0, 0, 0, 0.06);
}
.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.8rem;
  background-color: #fff;
}
.md-recruit-1 {
  padding-top: 0.88rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.md-recruit-1 .form {
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.28rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.md-recruit-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;
}
.md-recruit-1 .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  background-color: #fff;
  border-radius: 0.3rem;
  padding-left: 0.66rem;
  font-family: unset;
}
.md-recruit-1 .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 0.57rem;
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 0 1rem 1rem 0;
  font-family: unset;
  cursor: pointer;
}
.md-recruit-1 .tab {
  background-color: #fff;
}
.md-recruit-1 .th {
  background-color: #000000 !important;
}
.md-recruit-1 .th .td {
  color: #fff !important;
}
.md-recruit-1 .tr {
  border-bottom: 1px solid #eee;
}
.md-recruit-1 .dd {
  color: #666;
  padding-left: 1rem;
  transition: all 0.3s;
}
.md-recruit-1 .dd:hover {
  color: #a1cb3d;
}
.md-recruit-1 .td {
  width: 20%;
  text-align: center;
  padding: 0.22rem 0;
}
.md-recruit-1 .td:first-child {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .md-recruit-1 .dd {
    padding-left: 0.4rem;
  }
  .md-recruit-1 .td {
    width: 33.3%;
  }
  .md-recruit-1 .td:nth-child(4), .md-recruit-1 .td:nth-child(5) {
    display: none;
  }
}

.md-recruit-11 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.md-recruit-11 .cont {
  width: 10.65rem;
  max-width: 92%;
  margin: 0 auto;
}
.md-recruit-11 .tops {
  margin-bottom: 0.25rem;
}
.md-recruit-11 .d2 {
  margin-top: 0.05rem;
}
.md-recruit-11 .titem {
  margin-bottom: 0.65rem;
}
.md-recruit-11 .tit {
  font-weight: bold;
  position: relative;
  padding-left: 0.15rem;
  margin-bottom: 0.05rem;
}
.md-recruit-11 .tit::before {
  content: "";
  width: 0.05rem;
  height: 1em;
  background-color: #a1cb3d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md-recruit-11 .intro {
  line-height: 2;
}
.md-recruit-11 .ba {
  min-width: 1.8rem;
  text-align: center;
  padding: 0.16rem;
  background-color: #fff;
  color: #666;
  border-radius: 0.1rem;
  margin-left: 0.2rem;
  cursor: pointer;
}
.md-recruit-11 .ba:hover {
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .md-recruit-11 .bots {
    flex-wrap: wrap;
  }
  .md-recruit-11 .ble {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}

.md-about-1 {
  position: relative;
  min-height: 10.35rem;
  padding: 1rem 0;
}
.md-about-1 .layout {
  width: 13rem;
}
.md-about-1 .logo {
  text-align: center;
  font-size: 0;
}
.md-about-1 .logo img {
  height: 1.2rem;
}
.md-about-1 .text {
  line-height: 1.6666666667;
  margin-top: 0.34rem;
}
.md-about-1 .nlist {
  margin-top: 0.68rem;
}
.md-about-1 .ni {
  padding: 0 0.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.md-about-1 .ni:last-child {
  border-right: none;
}
.md-about-1 .n11 {
  line-height: 1;
}
.md-about-1 .num {
  font-weight: bold;
  margin-right: 0.1rem;
}
.md-about-1 .edit {
  margin-top: 2.02rem;
}
.md-about-1 .watch {
  width: 1em;
  height: 1em;
  background-image: url("../images/a4.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 0.08rem rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .md-about-1 .nlist {
    flex-wrap: wrap;
  }
  .md-about-1 .ni {
    width: 100%;
    border: none;
    text-align: center;
    margin: 0.2rem 0;
  }
}

.md-about-2 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.md-about-2 .w1200 {
  width: 12rem;
  margin: 0 auto;
  max-width: 92%;
}
.md-about-2 .swiper {
  margin-top: 0.33rem;
}
.md-about-2 .swiper .swiper-container {
  overflow: visible;
}
.md-about-2 .sw {
  width: 12rem;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.md-about-2 .sw.swiper-slide-active {
  opacity: 1;
}
.md-about-2 .sw.swiper-slide-active .text {
  opacity: 1;
}
.md-about-2 .sw .bg {
  position: relative;
  padding-top: calc(680 / 1200 * 100%);
  background-color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.md-about-2 .sw .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.34rem 0.8rem;
  opacity: 0;
}
.md-about-2 .sw .intro {
  line-height: 1.6666666667;
  margin-top: 0.05rem;
}
.md-about-2 .active {
  opacity: 1;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
}
.md-about-2 .active .img::before {
  border: solid 2px #a1cb3d;
}
.md-about-2 .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.06rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}
.md-about-2 .sbtn:hover {
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-about-2 .sbtn:hover .sic {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.md-about-2 .sic {
  width: 28%;
  height: 28%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.md-about-2 .prev {
  left: 0.6rem;
}
.md-about-2 .prev .sic {
  background-image: url(../images/icon-p11.png);
}
.md-about-2 .next {
  right: 0.6rem;
}
.md-about-2 .next .sic {
  background-image: url(../images/icon-p21.png);
}
@media screen and (max-width: 900px) {
  .md-about-2 .sw .text {
    width: 100%;
    order: 2;
    padding: 0.2rem;
  }
}

.md-about-3 {
  position: relative;
  min-height: 8.2rem;
  padding-top: 0.88rem;
  padding-bottom: 0.6rem;
}
.md-about-3 .com-tit {
  filter: brightness(0) invert(1);
}
.md-about-3 .ul {
  margin-top: 3.1rem;
}
.md-about-3 .li {
  width: 31.25%;
  margin-right: 3.125%;
}
.md-about-3 .li:nth-child(3n) {
  margin-right: 0;
}
.md-about-3 .dd {
  min-height: 1.8rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  padding: 0.4rem 0.6rem;
  padding-right: 0.2rem;
  transition: all 0.3s;
}
.md-about-3 .dd::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #a1cb3d;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.md-about-3 .dd:hover {
  background-color: #fff;
  transform: translateY(-0.4rem);
}
.md-about-3 .dd:hover::before {
  transform: scaleX(1);
}
.md-about-3 .dd:hover .icon {
  filter: none;
}
.md-about-3 .dd:hover .t11 {
  color: #a1cb3d;
}
.md-about-3 .dd:hover .t12 {
  color: #666;
}
.md-about-3 .icon {
  filter: brightness(0) invert(1);
  width: 0.6rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.md-about-3 .icon img {
  height: 0.57rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-3 .te {
  color: #fff;
}
.md-about-3 .t11 {
  font-weight: bold;
}
.md-about-3 .t12 {
  line-height: 1.5;
  margin-top: 0.05rem;
}
@media screen and (max-width: 900px) {
  .md-about-3 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
}

.md-about-4 {
  padding-top: 0.88rem;
  padding-bottom: 1rem;
}
.md-about-4 .tags {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.05rem;
  margin-top: 0.1rem;
}
.md-about-4 .ti {
  color: #666;
  min-width: 1.8rem;
  text-align: center;
  padding: 0 1em;
  line-height: 3.3333333333;
  cursor: pointer;
  border-radius: 0.1rem;
  margin-right: 0.1rem;
}
.md-about-4 .ti:last-child {
  margin-right: 0;
}
.md-about-4 .ti.on {
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  color: #fff;
}
.md-about-4 .sbtn {
  width: 1em;
  height: 1em;
  margin: 0 0.1rem;
  background-color: #fff;
  border-radius: 0.06rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  border: solid 1px #dbdbdb;
}
.md-about-4 .sbtn:hover {
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
}
.md-about-4 .sbtn:hover .sic {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.md-about-4 .sic {
  width: 28%;
  height: 28%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.md-about-4 .prev {
  left: 0.6rem;
}
.md-about-4 .prev .sic {
  background-image: url(../images/icon-p11.png);
}
.md-about-4 .next {
  right: 0.6rem;
}
.md-about-4 .next .sic {
  background-image: url(../images/icon-p21.png);
}
.md-about-4 .swipers {
  position: relative;
}
.md-about-4 .sitem {
  width: 100%;
  position: absolute;
  left: -200vw;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.md-about-4 .sitem.show {
  position: relative;
  left: 0;
  opacity: 1;
}
.md-about-4 .swiper-container {
  padding: 0.4rem 0;
}
.md-about-4 .sw {
  width: 3.9rem;
  height: auto;
}
.md-about-4 .sw:hover .img img {
  transform: scale(1.05);
}
.md-about-4 .sw:hover .text {
  color: #a1cb3d;
}
.md-about-4 .sbox {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.md-about-4 .top {
  padding: 0.4rem 0.3rem;
}
.md-about-4 .img {
  position: relative;
  padding-top: 109.0909090909%;
}
.md-about-4 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-4 .text {
  padding-bottom: 0.2rem;
  transition: all 0.3s;
}
.md-about-4 .sw-p2 .sbox {
  transform: rotateY(70deg) translateY(-0.5rem);
}
.md-about-4 .sw-p1 .sbox {
  transform: rotateY(50deg) translateY(-0.5rem);
}
.md-about-4 .sw-n1 .sbox {
  transform: rotateY(-50deg) translateY(-0.5rem);
}
.md-about-4 .sw-n2 .sbox {
  transform: rotateY(-70deg) translateY(-0.5rem);
}
@media screen and (max-width: 900px) {
  .md-about-4 .tops {
    flex-direction: column;
  }
  .md-about-4 .tags {
    margin-top: 0.3rem;
  }
  .md-about-4 .sw {
    width: 8rem;
  }
}

.md-home-5 {
  min-height: 9.6rem;
  padding-top: 0.94rem;
  padding-bottom: 1rem;
}
.md-home-5 .text {
  line-height: 1.6666666667;
  margin-top: 0.3rem;
}
.md-home-5 .btns {
  margin-top: 0.3rem;
}
.md-home-5 .more {
  display: inline-flex;
  align-items: center;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px inset #fff;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  transition: all 0.3s;
}
.md-home-5 .more:hover {
  background-color: #fff;
  color: #a1cb3d;
}
.md-home-5 .more:hover .mic {
  filter: none;
}
.md-home-5 .more .mic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/icon-p22.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
  filter: brightness(0) invert(1);
}
.md-home-5 .watch {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  background-image: url(../images/a26.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  margin-left: 0.5rem;
  cursor: pointer;
}

.md-brand-1 {
  position: relative;
}
.md-brand-1 .swiper-slide-active .txt {
  opacity: 1;
  transform: none;
  transition-delay: 0.8s;
}
.md-brand-1 .bg {
  position: relative;
  padding-top: calc(1163 / 1920 * 100%);
}
.md-brand-1 .logo {
  position: absolute;
  left: 0;
  top: 39.2089423904%;
  width: 100%;
  z-index: 5;
  text-align: center;
}
.md-brand-1 .lo {
  height: 1.3rem;
}
.md-brand-1 .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.97rem;
  z-index: 5;
}
.md-brand-1 .txt {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.8s;
}
.md-brand-1 .t11 {
  letter-spacing: 0.12rem;
}
.md-brand-1 .t12 {
  margin-top: 0.12rem;
}
@media screen and (max-width: 900px) {
  .md-brand-1 .text {
    bottom: 0.4rem;
  }
}

.md-brand-2 {
  padding-top: 0.88rem;
  min-height: 11.6rem;
  position: relative;
}
.md-brand-2 .cont {
  position: relative;
}
.md-brand-2 .com-tit {
  filter: brightness(0) invert(1);
}
.md-brand-2 .tri {
  width: 46.875%;
}
.md-brand-2 .txt {
  line-height: 1.6666666667;
}
.md-brand-2 .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.md-brand-2 .bg.show {
  opacity: 1;
}
.md-brand-2 .bots {
  position: absolute;
  right: 1.6rem;
  bottom: 1.4rem;
  opacity: 0;
  pointer-events: none;
}
.md-brand-2 .swiper {
  width: 2.4rem;
  box-shadow: 0 0 0 1px #fff;
  position: relative;
  margin: 0 0.4rem;
}
.md-brand-2 .swiper::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #a1cb3d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.md-brand-2 .img {
  position: relative;
  padding-top: 66.6666666667%;
}

.md-brand-2 .titem {
  display: none;
}
.md-brand-2 .titem.show {
  display: block;
}

/* .md-brand-2 .next {
  width: 0.3rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: calc(100% + 0.1rem);
  top: 0;
  cursor: pointer;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.3333333333% auto;
}
.md-brand-2 .next:hover {
  background-color: #a1cb3d;
} */

.md-brand-2 .prev {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: rotate(180deg);
  cursor: pointer;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
}
.md-brand-2 .prev:hover {
  background-color: #a1cb3d;
}
.md-brand-2 .next {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0.2rem;
  top: 50%;
  cursor: pointer;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
}
.md-brand-2 .next:hover {
  background-color: #a1cb3d;
}

@media screen and (max-width: 900px) {
  .md-brand-2 .com-tit {
    width: 100%;
  }
  .md-brand-2 .tri {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.md-brand-3 {
  position: relative;
  overflow: hidden;
  padding-top: 0.88rem;
  padding-bottom: 1.05rem;
}
.md-brand-3 .swiper1 {
  margin-top: 0.34rem;
}
.md-brand-3 .sw1 {
  width: 5.6rem;
  max-width: 100%;
}
.md-brand-3 .sw1 .img {
  transform: scale(0.68);
}
.md-brand-3 .sw1.swiper-slide-active .img {
  transform: scale(1);
  opacity: 1;
}
.md-brand-3 .sw1.swiper-slide-active .year {
  color: #a1cb3d;
  top: 0;
}
.md-brand-3 .sw1.swiper-slide-active .intro {
  opacity: 1;
}
.md-brand-3 .img {
  position: relative;
  padding-top: calc(315 / 560 * 100%);
  transition: all 0.3s;
  opacity: 0.6;
}
.md-brand-3 .text {
  margin-top: 0.32rem;
}
.md-brand-3 .year {
  color: #666;
  font-weight: bold;
  top: -0.22rem;
  position: relative;
  transition: all 0.3s;
}
.md-brand-3 .intro {
  color: #666;
  line-height: 1.6666666667;
  margin-top: 0.1rem;
  opacity: 0;
}
.md-brand-3 .swiper2 {
  margin-top: 0.6rem;
  position: relative;
}
.md-brand-3 .swiper2 .swiper-container {
  width: 100%;
  overflow: visible;
}
.md-brand-3 .sw2 {
  width: 3rem;
  height: 1.4rem;
}
.md-brand-3 .sw2:nth-child(2n) .ite {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.2rem);
  transition: all 0.4s linear;
  color: #000;
}
.md-brand-3 .sw2:nth-child(2n-1) .ite {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  top: calc(100% + 0.2rem);
}
.md-brand-3 .sw2.swiper-slide-active .ite {
  color: #a1cb3d;
}
.md-brand-3 .ico {
  pointer-events: all;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #a1cb3d;
  position: absolute;
  transition: all 0.4s linear;
  cursor: pointer;
}
.md-brand-3 .ico::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #a1cb3d;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.md-brand-3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bra3_0.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 900px) {
  .md-brand-3 .ico {
    top: 50% !important;
  }
  .md-brand-3 .bg {
    display: none;
  }
  .md-brand-3 .sw1 {
    width: 8rem;
  }
}

.md-home-00 .home {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.md-home-00 .ho_i {
  width: 50%;
  height: 100%;
  position: relative;
}
.md-home-00 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.md-home-00 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.md-home-00 .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.md-home-00 .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.md-home-00 .logo img {
  width: 100%;
}
.md-home-00 .text {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%);
}
.md-home-00 .btn {
  display: inline-block;
  padding: 0.13rem 0.2rem;
  color: #fff;
  border: 1px solid #fff;
}
.md-home-00 .img {
  margin-top: 0.6rem;
}
@media (max-width: 900px) {
  .md-home-00 .ho_i {
    width: 100%;
    height: 50vh;
  }
}


/*弹出层相关*/
.c-btn{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;line-height: 1.43;text-align: center;cursor: pointer;user-select: none;border: 1px solid transparent;border-radius: 4px;padding: 6px 12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.c-btn:hover{color: #fff;}
.c-blue{background-color: #0d6efd;border: 1px solid #0d6efd;}
.c-blue:hover{background-color: #0b5ed7;border-color: #0b5ed7;}
.c-white{background-color: #fff;border: 1px solid #dee2e6;color: #666;transition: all .3s;}
.c-white:hover,
.c-white:focus,
.c-white:active{color: #333;background-color:#e6e6e6;border-color:#adadad;}
.hn-tip{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-mask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;visibility: hidden;opacity: 0;z-index: 987654321;background-color: rgba(0,0,0,0.1);transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip .hn-mask{background-color: transparent;}
.hn-msg{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;font-size: 14px;color: #fff;background-color: rgba(0,0,0,0.6);border-radius: 2px;padding: 12px 25px;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip.show .hn-mask{visibility: visible;opacity: 1;}
.hn-tip.show .hn-msg{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-load{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-load-cont{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-load-icon{width: 32px;height: 32px;margin: 0 auto;background-image: url(/static/load.gif);background-repeat: no-repeat;background-position: 100% 100%;}
.hn-load-title{font-size: 14px;color: #333;text-align: center;margin-top: 10px;}
.hn-load.show .hn-mask{visibility: visible;opacity: 1;}
.hn-load.show .hn-load-cont{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-confirm{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-confirm-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-confirm-title{padding: 0 80px 0 20px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-confirm-cont{width: 100%;position: relative;padding: 20px;line-height: 24px;word-break: break-all;overflow: hidden;font-size: 14px;}
.hn-confirm-btns{text-align: right;padding: 0 15px 12px;user-select: none;font-size: 0;}
.hn-confirm-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-confirm-close:hover{opacity: 0.7;}
.hn-confirm-btns .c-btn{margin-left: 10px;}
.hn-confirm-btns .c-btn:first-child{margin-left: 0;}
.hn-confirm.show .hn-mask{visibility: visible;opacity: 1;}
.hn-confirm.show .hn-confirm-dialog{transform: scale(1);opacity: 1;visibility: visible;}
.hn-html{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-html-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-html-title{padding: 0 80px 0 10px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-html-cont{width: 100%;position: relative;padding: 10px;line-height: 24px;word-break: break-all;overflow: auto;font-size: 14px;}
.hn-html-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-html-close:hover{opacity: 0.7;}
.hn-html.show .hn-mask{visibility: visible;opacity: 1;}