@charset "UTF-8";
/* 行高  字体大小  行数 是否计算为max-height */
.md-home-0.__ID__ {
  position: relative;
  z-index: 5;
}
.md-home-0.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 18rem;
  max-width: 92%;
}
.md-home-0.__ID__ .ho_sw {
  overflow: hidden;
}
.md-home-0.__ID__ .img {
  display: block;
  position: relative;
  padding-top: 44.2708333333%;
  overflow: hidden;
}
.md-home-0.__ID__ .img img,
.md-home-0.__ID__ .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-0.__ID__ .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.md-home-0.__ID__ .txt {
  line-height: 1.25;
}
.md-home-0.__ID__ .d1 {
  line-height: calc(64 / 48);
}
.md-home-0.__ID__ .d2 {
  margin-top: 0.14rem;
  line-height: calc(42 / 24);
}
.md-home-0.__ID__ .btns {
  margin-top: 0.5rem;
}
.md-home-0.__ID__ .more {
  display: inline-flex;
  align-items: center;
  background-color: var(--active);
  color: #fff;
  line-height: 1;
  padding: 0.2rem 0.33rem;
  border-radius: 1rem;
  transition: 0.5s;
}
.md-home-0.__ID__ .more:hover {
  background-color: var(--active);
  box-shadow: 0 0 0 1px inset var(--active);
}
.md-home-0.__ID__ .more svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.2rem;
}
.md-home-0.__ID__ .dlist {
  margin-top: 0.3rem;
}
.md-home-0.__ID__ .da {
  width: 2.5rem;
  display: inline-block;
  margin-right: 0.2rem;
  padding: 1px;
}
.md-home-0.__ID__ .da .img {
  padding-top: calc( 150 / 250 * 100%);
}
.md-home-0.__ID__ .bots {
  width: 100%;
  position: absolute;
  bottom: 0.33rem;
  left: 0%;
  z-index: 30;
  color: #f6f7f8;
}
.md-home-0.__ID__ .nums {
  line-height: 1;
}
.md-home-0.__ID__ .nums .num1 {
  font-size: 2em;
}
.md-home-0.__ID__ .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.md-home-0.__ID__ .swiper-pagination {
  width: auto;
  position: static;
  margin-right: 0.2rem;
  z-index: 30;
}
.md-home-0.__ID__ .swiper-pagination-bullet {
  width: 1em;
  height: 3px;
  background-color: white;
  border-radius: 0;
  margin: 0;
  margin-right: 0.2rem;
  position: relative;
  opacity: 1;
  transition: 0.3s;
}
.md-home-0.__ID__ .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 100%;
  background-color: var(--active);
}
.md-home-0.__ID__ .swiper-pagination-bullet-active::before {
  animation: wd 5s linear;
}
.md-home-0.__ID__ .sbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.24rem;
  width: 0.5em;
  height: 0.5em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  outline: none !important;
  position: relative;
}
.md-home-0.__ID__ .sbtn:hover {
  filter: none;
}
.md-home-0.__ID__ .sbtn svg {
  width: 25%;
  height: 25%;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.md-home-0.__ID__ .mouse {
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
.md-home-0.__ID__ .mouse .mbox {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  animation: jump 3s linear infinite;
}
.md-home-0.__ID__ .mouse .mic {
  height: 1em;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 500px) {
  .md-home-0.__ID__ .img {
    padding-top: 120%;
  }
  .md-home-0.__ID__ .d2 {
    margin-top: 0.2rem;
  }
  .md-home-0.__ID__ .d3 {
    margin-top: 0.2rem;
  }
  .md-home-0.__ID__ .swiper-pagination {
    bottom: 0.3rem;
  }
}

.md-home-1.__ID__ {
  padding-top: 0.85rem;
  padding-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
}
.md-home-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-home-1.__ID__ .box {
  position: relative;
}
.md-home-1.__ID__ .text {
  width: calc( 660 / 1600 * 100%);
}
.md-home-1.__ID__ .tbox {
  width: 100%;
}
.md-home-1.__ID__ .box-right {
  width: calc( 860 / 1600 * 100%);
  position: relative;
}
.md-home-1.__ID__ .img {
  padding-top: calc( 680 / 860 * 100%);
}
.md-home-1.__ID__ .h2 {
  color: var(--active);
}
.md-home-1.__ID__ .subtit {
  position: relative;
  margin-top: 0.06rem;
  padding-left: 0.64rem;
}
.md-home-1.__ID__ .subtit::before {
  content: "";
  width: 0.42rem;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md-home-1.__ID__ .intro {
  line-height: 1.7;
  margin-top: 0.28rem;
}
.md-home-1.__ID__ .btns {
  margin-top: 0.84rem;
}
.md-home-1.__ID__ .more {
  display: inline-flex;
  align-items: center;
  background-color: var(--active);
  color: #fff;
  line-height: 1;
  padding: 0.2rem 0.33rem;
  border-radius: 1rem;
  transition: 0.5s;
}
.md-home-1.__ID__ .more svg {
  width: 1em;
  height: 1em;
  margin-left: 0.4rem;
}
.md-home-1.__ID__ .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  color: var(--active);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.md-home-1.__ID__ .watch::after {
  content: "";
  width: 1.4285714286em;
  height: 1.4285714286em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
}
.md-home-1.__ID__ .watch svg {
  width: 20%;
  height: 20%;
}
@media screen and (max-width: 900px) {
  .md-home-1.__ID__ .text {
    width: 100%;
  }
  .md-home-1.__ID__ .box-right {
    width: 100%;
    margin-top: 0.6rem;
  }
}

.md-home-2.__ID__ {
  padding-top: 0.45rem;
  padding-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
}
.md-home-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
.md-home-2.__ID__ .swiper {
  position: relative;
  margin-top: 0.55rem;
}
.md-home-2.__ID__ .swiper-container {
  overflow: visible;
}
.md-home-2.__ID__ .sw:hover .img {
  transform: scale(1.1);
}
.md-home-2.__ID__ .swiper-slide-active .c-pic::after {
  opacity: 1;
}
.md-home-2.__ID__ .c-pic::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.md-home-2.__ID__ .img {
  padding-top: 60%;
}
.md-home-2.__ID__ .text {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0.4rem 0.6rem;
}
.md-home-2.__ID__ .sbtn {
  width: 1em;
  height: 1em;
  background-color: #f6f7f9;
  color: #666;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.5em);
  cursor: pointer;
  z-index: 30;
  transition: 0.5s;
}
.md-home-2.__ID__ .sbtn:hover {
  background-color: var(--active);
  color: #fff;
}
.md-home-2.__ID__ .sbtn svg {
  width: 25%;
  height: 25%;
}
.md-home-2.__ID__ .prev {
  left: 0.4rem;
}
.md-home-2.__ID__ .next {
  right: 0.4rem;
}
.md-home-3.__ID__ {
  padding-top: 0.44rem;
  padding-bottom: 0.92rem;
  position: relative;
  overflow: hidden;
}
.md-home-3.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-home-3.__ID__ .swiper {
  margin-top: 0.42rem;
  position: relative;
}
.md-home-3.__ID__ .sw {
  width: 3.65rem;
  height: auto;
  margin-right: 0.24rem;
}
.md-home-3.__ID__ .sw:hover .img {
  transform: scale(1.1);
}
.md-home-3.__ID__ .sw:hover .title {
  color: var(--active);
}
.md-home-3.__ID__ .s-top {
  position: relative;
}
.md-home-3.__ID__ .mark {
  position: absolute;
  top: 0.16rem;
  right: 0.2rem;
  opacity: 0.4;
  pointer-events: none;
}
.md-home-3.__ID__ .mark img {
  width: 0.98rem;
  display: block;
}
.md-home-3.__ID__ .img {
  padding-top: 100%;
}
.md-home-3.__ID__ .text {
  margin-top: 0.22rem;
}
.md-home-3.__ID__ .title {
  transition: 0.5s;
}
.md-home-3.__ID__ .sbtn {
  width: 0.5em;
  height: 1em;
  color: #fff;
  position: absolute;
  top: 1.7rem;
  cursor: pointer;
  z-index: 30;
  opacity: 0.4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s;
}
.md-home-3.__ID__ .sbtn:hover {
  opacity: 1;
}
.md-home-3.__ID__ .sbtn svg {
  width: 100%;
  height: 100%;
}
.md-home-3.__ID__ .prev {
  left: 0.2rem;
}
.md-home-3.__ID__ .next {
  right: 0.2rem;
}
@media screen and (max-width: 900px) {
  .md-home-3.__ID__ .prev {
    left: 0;
  }
  .md-home-3.__ID__ .next {
    right: 0;
  }
}

.md-home-4.__ID__ {
  padding-top: 0.92rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f6f6f6;
}
.md-home-4.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-home-4.__ID__ .h2 {
  color: var(--active);
}
.md-home-4.__ID__ .swiper {
  margin-top: 0.52rem;
}
.md-home-4.__ID__ .sw {
  height: auto;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.md-home-4.__ID__ .sw::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 0 100%);
  background-color: var(--active);
  transition: 1s;
  z-index: 0;
}
.md-home-4.__ID__ .sw::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 100% 50%);
  background-color: var(--active);
  transition: 1s;
  z-index: 0;
}
.md-home-4.__ID__ .sw:hover::before {
  clip-path: circle(100% at 0 100%);
}
.md-home-4.__ID__ .sw:hover::after {
  clip-path: circle(100% at 100% 50%);
}
.md-home-4.__ID__ .sw:hover .img {
  transform: scale(1.1);
}
.md-home-4.__ID__ .sw:hover .text {
  filter: brightness(0) invert(1);
}
.md-home-4.__ID__ .c-pic {
  z-index: 2;
}
.md-home-4.__ID__ .img {
  padding-top: calc( 330 / 506 * 100%);
}
.md-home-4.__ID__ .text {
  padding: 0.4rem 0.5rem 0.44rem;
  position: relative;
  transition: 0.5s;
  z-index: 2;
}
.md-home-4.__ID__ .time {
  line-height: 1;
}
.md-home-4.__ID__ .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  flex-shrink: 0;
  color: var(--active);
}
.md-home-4.__ID__ .title {
  line-height: calc(32 / 20);
  height: calc(32em / 20 * 2);
  margin-top: 0.24rem;
}
.md-home-4.__ID__ .line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  position: relative;
}
.md-home-4.__ID__ .line::before {
  content: "";
  width: 0.5rem;
  height: 3px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-home-4.__ID__ .intro {
  margin-top: 0.22rem;
}
@media screen and (min-width: 901px) {
  .md-home-4.__ID__ .prev {
    right: calc(100% + 0.6rem);
  }
  .md-home-4.__ID__ .next {
    left: calc(100% + 0.6rem);
  }
}
@media screen and (max-width: 900px) {
  .md-home-4.__ID__ .prev {
    left: 0;
  }
  .md-home-4.__ID__ .next {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .md-home-4.__ID__ .sw {
    top: 0 !important;
  }
}

.load_body {
  position: absolute;
}

.load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.5);
}
.load .icon {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.load .icon img {
  height: .9rem;
  display: block;
}
.load .logo {
  display: inline-block;
  font-size: 0;
  text-align: center;
  position: relative;
}
.load .logo-y {
  position: relative;
}
.load .img1 {
  position: relative;
}
.load .img1::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.load .img {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}
.load .text {
  position: relative;
  z-index: 1;
}
.load .text .t12 {
  letter-spacing: 0.2em;
  color: #fff;
}
.load.animated {
  opacity: 0;
  transition-delay: 3.5s;
  pointer-events: none;
}
.load.animated .text {
  opacity: 0;
  transition: opacity 1s;
}
.load.animated .logo {
  transform: scale(500%);
  transition: transform 2s;
  transition-delay: 1.5s;
}