@charset "UTF-8";
/* 行高  字体大小  行数 是否计算为max-height */
.md-home-0 {
  position: relative;
  z-index: 5;
}
.md-home-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-home-0 .ho_sw {
  overflow: hidden;
}
.md-home-0 picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
}
.md-home-0 .banner-prod {
  z-index: 6;
  perspective: 600px; /* 透视强烈，有近大远小感 */
  perspective-origin: 50% 70%; /* 视点偏下，模拟坐姿高度 */
}
.md-home-0 .wai .img {
  perspective: 600px;
}
.md-home-0 .wai.swiper-slide-active .img {
  perspective: 1200px; /* 透视减弱，更平缓 */
  perspective-origin: 50% 25%; /* 视点偏上，模拟站姿高度 */
}
.md-home-0 .wai.swiper-slide-active .banner-prod {
  transform: rotateX(-18deg) translateX(16px);
  transition: 3s;
}
.md-home-0 .img {
  display: block;
  padding-top: 37.5%;
  overflow: hidden;
  perspective: 600px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.md-home-0 .img img,
.md-home-0 .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-0 .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 44%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 4;
}
.md-home-0 .txt {
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .md-home-0 .txt:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .md-home-0 .txt:nth-child(1) {
    display: none;
  }
}
.md-home-0 .d1 {
  font-style: italic;
}
.md-home-0 .d2 {
  margin-top: 0.2rem;
  line-height: calc(70 / 58);
}
.md-home-0 .dlist {
  margin-top: 0.22rem;
  margin-bottom: 0.46rem;
}
.md-home-0 .d3i {
  display: inline-flex;
  align-items: center;
  margin-right: 0.2rem;
}
.md-home-0 .d3i img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.md-home-0 .particle-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.md-home-0 .bots {
  width: 100%;
  position: absolute;
  bottom: 0.75rem;
  left: 0%;
  z-index: 30;
}
.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.md-home-0 .swiper-pagination {
  position: static;
  width: auto;
  left: 0;
  bottom: 0.3rem;
  z-index: 30;
}
.md-home-0 .m-pagination .loading {
  width: 36px;
  height: 36px;
  border: 3px solid transparent;
  position: relative;
  background: transparent;
  margin: 0 0.06rem 0 0 !important;
  opacity: 1;
}
.md-home-0 .m-pagination .loading:last-of-type {
  margin-right: 0;
}
.md-home-0 .m-pagination .loading .dot {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
}
.md-home-0 .m-pagination .loading .left,
.md-home-0 .m-pagination .loading .right {
  position: absolute;
  left: -3px;
  top: -3px;
  opacity: 0;
  width: 18px;
  height: 36px;
  overflow: hidden;
}
.md-home-0 .m-pagination .loading .left:after,
.md-home-0 .m-pagination .loading .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 36px;
  border: 3px solid white;
  border-right: 0;
  border-radius: 18px 0 0 18px;
  box-sizing: border-box;
}
.md-home-0 .m-pagination .loading .right {
  left: auto;
  right: -3px;
}
.md-home-0 .m-pagination .loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 18px 18px 0;
  border: 3px solid white;
  border-left: 0;
}
.md-home-0 .m-pagination .swiper-pagination-bullet-active {
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.md-home-0 .m-pagination .swiper-pagination-bullet-active .left,
.md-home-0 .m-pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}
.md-home-0 .m-pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation: spin-left 6.5s linear forwards;
}
.md-home-0 .m-pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation: spin-right 6.5s linear;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.md-home-0 .sbtn {
  width: 1em;
  height: 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.5em);
  cursor: pointer;
  z-index: 30;
  transition: 0.5s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 25%;
}
.md-home-0 .sbtn:hover {
  background-color: var(--active);
  color: #fff;
}
.md-home-0 .sbtn svg {
  width: 25%;
  height: 25%;
}
.md-home-0 .prev {
  left: 0.3rem;
  background-image: url(../images/icon-prev-w.png);
}
.md-home-0 .next {
  right: 0.3rem;
  background-image: url(../images/icon-next-w.png);
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes banner {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.md-home-0 .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 .mouse .mbox {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  animation: jump 3s linear infinite;
}
.md-home-0 .mouse .mic {
  height: 1em;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1023px) {
  .md-home-0 .img {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .md-home-0 .img {
    padding-top: calc( 1000 / 750 * 100%);
  }
  .md-home-0 .text {
    width: 100%;
    position: absolute;
    top: 6%;
    transform: none;
    text-align: center;
  }
  .md-home-0 .dlist {
    justify-content: center;
  }
  .md-home-0 .d2 {
    margin-bottom: 0.2rem;
  }
  .md-home-0 .bots {
    bottom: 0.2rem;
  }
  .md-home-0 .particle-canvas {
    opacity: 0;
  }
}

.md-home-1 {
  padding-top: 0.91rem;
  padding-bottom: 0.7rem;
  position: relative;
  overflow: hidden;
}
.md-home-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-home-1 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-home-1 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-home-1 .subtit {
  margin-top: 0.1rem;
}
.md-home-1 .tags {
  background-color: #f5f5f5;
  border-radius: 1rem;
  padding: 0.06rem;
}
.md-home-1 .ti {
  padding: 0.1rem 0.27rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: 0.5s;
}
.md-home-1 .ti:hover {
  color: var(--active);
}
.md-home-1 .ti.on {
  background-color: var(--active);
  color: #fff;
}
.md-home-1 .box {
  position: relative;
}
.md-home-1 .bitem {
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
  opacity: 0;
}
.md-home-1 .bitem.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.md-home-1 .ul {
  margin-top: 0.36rem;
}
.md-home-1 .li {
  margin-bottom: 0.3rem;
  margin-left: calc( 30 / 1600 * 100%);
  float: left;
}
.md-home-1 .li1 {
  width: calc( 785 / 1600 * 100%);
  margin-left: 0;
}
.md-home-1 .li1 .img {
  padding-top: calc( 588 / 785 * 100%);
}
.md-home-1 .li2 {
  width: calc( 785 / 1600 * 100%);
}
.md-home-1 .li2 .img {
  padding-top: calc( 280 / 785 * 100%);
}
.md-home-1 .li3 {
  width: calc( 375 / 1600 * 100%);
}
.md-home-1 .li3 .img {
  padding-top: calc( 280 / 375 * 100%);
}
.md-home-1 .dd {
  display: block;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.md-home-1 .dd:hover .img {
  transform: scale(1.1);
}
.md-home-1 .dd:hover .text {
  background-color: var(--theme);
  color: #fff;
}
.md-home-1 .c-pic{
  background-size: cover;
}
.md-home-1 .text {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
  transform: translate(-50%);
  line-height: 1.25;
  padding: 0.09rem 0.3rem;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.1rem);
  border-radius: 1rem;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .md-home-1 .btns {
    display: none;
  }
  .md-home-1 .img:nth-child(2) {
    display: none;
  }
  .md-home-1 .li2 .text {
    top: 50%;
    bottom: auto;
    left: 0.5rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .md-home-1 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .md-home-1 .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .md-home-1 .ul::after {
    display: none;
  }
  .md-home-1 .li {
    width: 48% !important;
    margin-right: 0;
    margin-left: 0 !important;
    margin-bottom: 4%;
  }
  .md-home-1 .dd .img {
    padding-top: 100% !important;
  }
  .md-home-1 .img:nth-child(1) {
    display: none;
  }
  .md-home-1 .img:nth-child(2) {
    display: block;
  }
  .md-home-1 .tops {
    flex-wrap: wrap;
  }
  .md-home-1 .tle {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .md-home-1 .tags {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .md-home-1 .text{
    bottom: 0.2rem;
  }
  .md-home-1 .li2 .img{
    background-position: 86%;
  }
}
.md-home-1 .more {
  display: block;
  background-color: var(--active);
  border-radius: 0.1rem;
  line-height: 3;
}

.md-home-2 {
  padding-top: 0.94rem;
  padding-bottom: 0.85rem;
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
}
.md-home-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-home-2 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-home-2 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-home-2 .subtit {
  margin-top: 0.1rem;
}
.md-home-2 .box {
  position: relative;
  z-index: 10;
}
.md-home-2 .h2-tit {
  position: absolute;
  left: 0;
  top: 0;
}
.md-home-2 .box-1 {
  position: relative;
}
.md-home-2 .left-1 {
  width: calc( 500 / 1600 * 100%);
  padding-top: 1rem;
  padding-bottom: 0.7rem;
}
.md-home-2 .right-1 {
  width: calc( 960 / 1600 * 100%);
}
.md-home-2 .logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  max-width: 100%;
  opacity: 0.4;
  pointer-events: none;
}
.md-home-2 .swiper2 {
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-home-2 .img {
  padding-top: calc( 470 / 960 * 100%);
  height: 100%;
}
.md-home-2 .img img {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-2 .bg {
  pointer-events: none;
}
.md-home-2 .imgs {
  pointer-events: none;
}
.md-home-2 .ii {
  opacity: 0.5;
  transition: 0.5s;
}
.md-home-2 .ii.show {
  opacity: 1;
}
.md-home-2 .i-btns {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
.md-home-2 .i-btns .ib {
  width: 100%;
  height: calc( 35 / 470 * 100%);
  margin: 0.08rem 0;
}
.md-home-2 .sw1 {
  color: #003049;
}
.md-home-2 .intro {
  line-height: calc(34 / 18);
  margin-top: 0.2rem;
  opacity: 0.9;
}
.md-home-2 .swiper3 {
  position: relative;
  margin-top: 0.4rem;
}
.md-home-2 .sw3 {
  height: auto;
  padding: 0.18rem 0.25rem;
  padding-right: 0.5rem;
  border-radius: 0.08rem;
  cursor: pointer;
  transition: 0.5s;
}
.md-home-2 .sw3 .arr {
  width: 1em;
  height: 0.5em;
  position: absolute;
  right: 0.25rem;
  top: calc(50% - 0.25em);
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.md-home-2 .thumb-active {
  background-color: var(--theme);
}
.md-home-2 .thumb-active .t31 {
  color: #fff;
}
.md-home-2 .thumb-active .t32 {
  color: rgba(255, 255, 255, 0.5);
}
.md-home-2 .thumb-active .arr {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1023px) {
  .md-home-2 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .md-home-2 .h2-tit {
    position: relative;
  }
  .md-home-2 .left-1 {
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .md-home-2 .right-1 {
    width: 100%;
  }
  .md-home-2 .swiper2 {
    padding: 10px;
    background-color: #fff;
    border-radius: 0.16rem;
    border: 1px solid var(--active);
    overflow: hidden;
  }
  .md-home-2 .sw2 .c-pic {
    border-radius: 0.16rem;
  }
  .md-home-2 .swiper3 {
    border-radius: 0.16rem;
    overflow: hidden;
    box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .md-home-2 .sw3 {
    padding: 0.2rem;
  }
  .md-home-2 .sw3 .arr {
    right: 0.1rem;
  }
}

.md-home-3 {
  padding-top: 0.92rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.md-home-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-home-3 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-home-3 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-home-3 .subtit {
  margin-top: 0.1rem;
}
.md-home-3 .desc {
  width: calc( 780 / 1600 * 100%);
  line-height: calc(32 / 18);
}
.md-home-3 .ul {
  margin-top: 0.96rem;
}
.md-home-3 .li {
  width: calc(388 / 1600 * 100%);
  margin-right: calc(15 / 1600 * 100%);
}
.md-home-3 .li:nth-child(4n) {
  margin-right: 0;
}
.md-home-3 .li {
  position: relative;
}
.md-home-3 .dd {
  height: 100%;
  text-align: center;
  padding: 0.6rem 0.3rem 0.3rem;
  position: relative;
}
.md-home-3 .dd:hover::before {
  height: 100%;
}
.md-home-3 .dd::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: calc(100% - 0.2rem);
  background-image: linear-gradient(0deg, #003e5f 0%, #003049 29%, #003f61 59%, rgba(0, 74, 112, 0.97) 79%, rgba(0, 84, 128, 0.94) 100%);
  box-shadow: inset 0px 10px 100px 0px rgba(108, 167, 255, 0.2);
  border-radius: 0.16rem;
  transition: 0.5s;
}
.md-home-3 .text {
  position: relative;
}
.md-home-3 .icon {
  width: 1em;
  height: 1em;
  margin: 0 auto;
}
.md-home-3 .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-home-3 .d11 {
  color: #fff;
  margin-top: 0.14rem;
}
.md-home-3 .d12 {
  color: var(--theme);
  line-height: 1.25;
}
.md-home-3 .d13 {
  line-height: calc(32 / 18);
  margin-top: 0.18rem;
}
@media screen and (max-width: 1023px) {
  .md-home-3 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .md-home-3 .desc {
    display: none;
  }
  .md-home-3 .ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  .md-home-3 .li {
    width: 48% !important;
    margin: 0 0 2%;
  }
  .md-home-3 .dd {
    width: 100% !important;
    clip-path: none;
  }
  .md-home-3 .bg::before {
    opacity: 0.3 !important;
  }
  .md-home-3 .bg::after {
    display: none;
  }
  .md-home-3 .hd {
    opacity: 0 !important;
  }
  .md-home-3 .bd {
    width: 100%;
    transform: none;
    opacity: 1 !important;
  }
  .md-home-3 .ho3-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md-home-3 .bd {
    padding: 0.4rem;
  }
  .md-home-3 .bd .bi {
    width: 100%;
    line-height: 1.8;
  }
}

.md-home-4 {
  padding-top: 0.92rem;
  padding-bottom: 0.5rem;
  position: relative;
  min-height: calc( 720vw / 1920 * 100);
}
.md-home-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-home-4 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-home-4 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-home-4 .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.md-home-4 .bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-4 .list {
  width: 5.8rem;
  margin-top: 0.66rem;
}
.md-home-4 .li {
  width: 2.67rem;
  position: relative;
  text-align: center;
  padding: 0.11rem 1em;
  margin-bottom: 0.16rem;
  color: #003049;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-home-4 .li::before {
  content: "";
  width: 1.8em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/ho4-01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.md-home-4 .li::after {
  content: "";
  width: 1.8em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/ho4-02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.md-home-4 .com-btn {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .md-home-4 .btns {
    text-align: center;
  }
  .md-home-4 .li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .md-home-4 {
    min-height: 133.3333333333vw;
      min-height: 125vw; 
    padding-top: 0.8rem;
    background-position: bottom;
  }
  .md-home-4 .list {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.3rem;
  }
  .md-home-4 .li {
    width: auto;
    background-color: #fff;
    margin-right: 0.05rem;
    margin-bottom: 0.05rem;
    border-radius: 1rem;
  }
  .md-home-4 .li::before {
    display: none;
  }
  .md-home-4 .li::after {
    display: none;
  }
  .md-home-4 .btns {
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
  }
    .md-home-4 .bg img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (max-width: 500px) {
  .md-home-4 { 
    /* min-height: 120vw;  */
  }
}

.md-home-5 {
  padding-top: 0.92rem;
  padding-bottom: 0.9rem;
  position: relative;
  overflow: hidden;
}
.md-home-5 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-home-5 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-home-5 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-home-5 .subtit {
  margin-top: 0.1rem;
}
.md-home-5 .lists {
  margin-top: 0.2rem;
  position: relative;
}
.md-home-5 .lists::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 20%);
  z-index: 30;
}
.md-home-5 .lists::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 20%);
  z-index: 30;
}
.md-home-5 .d-wrap {
  width: 100%;
  position: relative;
}
.md-home-5 .d-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}
.md-home-5 .d-list {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.md-home-5 .d-item {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  padding: 0.05rem;
  box-shadow: 0 0 1rem rgba(234, 246, 253, 0.5);
}
.md-home-5 .d-link {
  display: block;
  cursor: pointer;
  width: 100%;
}
.md-home-5 .d-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 47.8260869565%;
}
.md-home-5 .d-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all ease 0.5s;
}
.md-home-5 .d-link:hover .d-img img {
  transform: scale(1.05);
}
.md-home-5 .d-wrap:nth-child(2n) .d-inner {
  padding-left: 1.2rem;
}
.md-home-6 {
  padding-top: 0.94rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: var(--bg);
}
.md-home-6 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-home-6 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-home-6 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-home-6 .tags .ti {
  padding: 0.16rem 0.4rem;
  transition: 0.5s;
  cursor: pointer;
}
.md-home-6 .tags:hover {
  color: var(--active);
}
.md-home-6 .tags .on {
  background-color: var(--active);
  color: #fff;
}
.md-home-6 .box {
  position: relative;
  margin-top: 0.27rem;
}
.md-home-6 .big {
  width: calc( 780 / 1600 * 100%);
}
.md-home-6 .ba {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-home-6 .ba:hover .img {
  transform: scale(1.1);
}
.md-home-6 .ba:hover .title {
  color: var(--theme);
}
.md-home-6 .ba:hover .btn {
  color: #fff;
  background-color: var(--theme);
  transform: rotate(45deg);
}
.md-home-6 .ba .c-pic {
  height: 100%;
}
.md-home-6 .ba .img {
  padding-top: calc( 438 / 780 * 100%);
  height: 100%;
}
.md-home-6 .ba .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.4rem;
}
.md-home-6 .ba .title {
  line-height: calc(32 / 24);
  transition: 0.5s;
}
.md-home-6 .ba svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.md-home-6 .small {
  width: calc( 370 / 1600 * 100%);
  /* margin-left: calc( 40 / 1600 * 100%); */
  width: calc(500 / 1600 * 100%);
    margin-right: calc( 50 / 1600 * 100%);
}
.md-home-6 .small:nth-child(3n){
  margin-right: 0;
}
.md-home-6 .sa {
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-home-6 .sa:hover .img {
  transform: scale(1.1);
}
.md-home-6 .sa:hover .title {
  color: var(--active);
}
.md-home-6 .sa .img {
  padding-top: calc( 208 / 370 * 100%);
}
.md-home-6 .sa .text {
  padding: 0.3rem;
}
.md-home-6 .sa .title {
  transition: 0.5s;
}
.md-home-6 .sa .intro {
  line-height: calc(28 / 16);
  height: calc(28em / 16 * 2);
  margin-top: 0.14rem;
}
.md-home-6 .sa .time {
  line-height: 1;
  margin-top: 0.2rem;
}
.md-home-6 .sa .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 1023px) {
  .md-home-6 .box {
    justify-content: space-between;
  }
  .md-home-6 .big {
    width: 100%;
  }
  .md-home-6 .small {
    width: 48%;
    margin: 0;
    margin-top: 4%;
  }
    .md-home-6 .box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md-home-6 .small {
    width: 100%; 
  }

}

.md-home-6 .layout {
  position: relative;
}
.md-home-6 .pad {
  width: 100%;
  margin-top: 0.2rem;
}
.md-home-6 .pad .sa {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .md-home-6 .pad {
    position: absolute;
    left: -200vw;
    top: 0;
  }
}