
.md13255.md-home-0 {
  position: relative;
  overflow: hidden;
}
.md13255.md-home-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md13255.md-home-0 .ho_sw {
  overflow: hidden;
}
.md13255.md-home-0 .ho_sw .img {
  position: relative;
  padding-top: 37.5%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.md13255.md-home-0 .ho_sw .img img,
.md13255.md-home-0 .ho_sw .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md13255.md-home-0 .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 53.5%;
  transform: translateY(-50%);
  opacity: 0;
}
.md13255.md-home-0 .ho_sw .txt {
  line-height: 1.25;
}
.md13255.md-home-0 .ho_sw .d1 {
  font-weight: bold;
  line-height: 1.2777777778;
}
.md13255.md-home-0 .ho_sw .d2 {
  line-height: 1.8;
}
.md13255.md-home-0 .ho_sw .d3 {
  margin-top: 0.5rem;
}
.md13255.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.md13255.md-home-0 .swiper-pagination {
  width: 100%;
  bottom: 0.6rem;
  display: flex;
  justify-content: center;
  z-index: 30;
}
.md13255.md-home-0 .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.06rem;
  border-radius: 1rem;
  margin: 0;
  margin-right: 0.16rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.md13255.md-home-0 .swiper-pagination-bullet::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #3992e0;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.md13255.md-home-0 .swiper-pagination-bullet-active::before {
  animation: wd 4.5s linear;
}
.md13255.md-home-0 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
  padding: 0.17rem 0.3rem;
  color: #3992e0;
  background-color: #fff;
  border-radius: 0.05rem;
}
.md13255.md-home-0 .cic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.42rem;
}
.md13255.md-home-0 .bots {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  color: #fff;
  line-height: 1;
}
.md13255.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;
}
.md13255.md-home-0 .mouse .ani {
  animation: jump 1s linear infinite;
}
.md13255.md-home-0 .mouse img {
  height: 0.22rem;
  margin-bottom: 0.12rem;
}
.md13255.md-home-0 .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 0.45rem;
  z-index: 30;
}
.md13255.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);
  outline: none !important;
}
.md13255.md-home-0 .sbtn:hover {
  filter: none;
}
.md13255.md-home-0 .prev {
  background-image: url(../images/b3.png);
}
.md13255.md-home-0 .next {
  background-image: url(../images/b4.png);
}
.md13255.md-home-0 .num {
  margin: 0 0.25rem;
}
.md13255.md-home-0 .nums {
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.md13255.md-home-0 .nums .n11 {
  color: #fff;
}
.md13255.md-home-0 .pag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 30;
}
.md13255.md-home-0 .pi {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.md13255.md-home-0 .pi.on {
  color: white;
}
.md13255.md-home-0 .pi.on .line {
  display: block;
}
.md13255.md-home-0 .pi.on .line::after {
  animation: wd 4.5s linear;
  animation-fill-mode: forwards;
}
@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .md13255.md-home-0 .ho_sw .d1 {
    font-size: 0.32rem;
  }
  .md13255.md-home-0 .ho_sw .d2 {
    display: none;
  }
  .md13255.md-home-0 .bots {
    bottom: 0.3rem;
  }
  .md13255.md-home-0 .swiper-pagination {
    bottom: 0.3rem;
  }
}

.md14202.md-home-1 {
  padding-top: 0.45rem;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
.md14202.md-home-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md14202.md-home-1 .nsw {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  cursor: pointer;
  padding: 0.1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
}
.md14202.md-home-1 .nsw:hover, .md14202.md-home-1 .nsw.on {
  color: #3992e0;
  border-bottom: 1px solid #3992e0;
}
.md14202.md-home-1 .nsw:hover .nic, .md14202.md-home-1 .nsw.on .nic {
  filter: none;
}
.md14202.md-home-1 .nsw .nic {
  flex-shrink: 0;
  margin-right: 0.2rem;
  display: inline-flex;
  align-items: center;
  filter: grayscale(100%) brightness(40%) contrast(150%);
}
.md14202.md-home-1 .nsw .nii {
  max-width: 0.75rem;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md14202.md-home-1 .swipers {
  position: relative;
}
.md14202.md-home-1 .sitem {
  width: 100%;
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
}
.md14202.md-home-1 .sitem.show {
  position: relative;
  left: 0;
}
.md14202.md-home-1 .swiper {
  position: relative;
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
}
.md14202.md-home-1 .swiper-container {
  padding: 0.2rem;
}
.md14202.md-home-1 .sw {
  padding: 0.4rem 0.3rem 0.2rem;
  height: auto;
  background-color: #fff;
  border-radius: 0.2rem;
  border: solid 1px #f7f7f7;
  overflow: hidden;
  transition: all 0.5s;
}
.md14202.md-home-1 .sw:hover {
  box-shadow: 0px 0px 0.2rem 0px rgba(57, 146, 224, 0.2);
}
.md14202.md-home-1 .sw:hover .img {
  transform: scale(1.1);
}
.md14202.md-home-1 .sw:hover .title {
  color: #3992e0;
}
.md14202.md-home-1 .c-pic {
  padding: 0 0.2rem;
}
.md14202.md-home-1 .img {
  padding-top: 85%;
}
.md14202.md-home-1 .text {
  /* padding: 0 0.3rem; */
  position: relative;
  margin-top: 0.34rem;
}
.md14202.md-home-1 .title {
  transition: all 0.5s;
}
.md14202.md-home-1 .intro {
  margin-top: 0.08rem;
  height: 3em;
}
@media screen and (min-width: 901px) {
  .md14202.md-home-1 .sw:hover .wbg {
    height: calc(100% + 0.6rem);
  }
  .md14202.md-home-1 .sw:hover .wbg::before {
    transform: scaleX(1);
  }
  .md14202.md-home-1 .sw:hover::before {
    transform: scaleX(1);
  }
  .md14202.md-home-1 .sw:hover .name {
    color: #3992e0;
  }
  .md14202.md-home-1 .sw:hover .btns {
    height: 3.125em;
    margin-top: 0.27rem;
    margin-bottom: 0.08rem;
  }
}
@media screen and (max-width: 900px) {
  .md14202.md-home-1 .nsw {
    padding: 0.1rem 0;
  }
  .md14202.md-home-1 .sw {
    padding: 0.2rem;
  }
  .md14202.md-home-1 .text {
    padding: 0;
  }
}

.md14203.md-home-2 {
  padding-top: 0.27rem;
  position: relative;
}
.md14203.md-home-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md14203.md-home-2 .box {
  margin-top: 0.24rem;
}
.md14203.md-home-2 .dd {
  margin-bottom: 0.2rem;
}
.md14203.md-home-2 .dd:hover .img {
  transform: scale(1.1);
}
.md14203.md-home-2 .dd:hover .title {
  color: #3992e0;
}
.md14203.md-home-2 .big {
  width: calc( 430 / 1400 * 100%);
}
.md14203.md-home-2 .ri {
  width: calc( 950 / 1400 * 100%);
}
.md14203.md-home-2 .dd1 {
  display: block;
}
.md14203.md-home-2 .dd1 .img {
  padding-top: calc( 580 / 430 * 100%);
}
.md14203.md-home-2 .dd2 {
  width: 100%;
}
.md14203.md-home-2 .dd2 .c-pic {
  width: calc( 630 / 950 * 100%);
}
.md14203.md-home-2 .dd2 .img {
  padding-top: calc( 290 / 630 * 100%);
}
.md14203.md-home-2 .dd2 .text {
  width: calc( 320 / 950 * 100%);
  padding: 0 0.25rem;
  margin: 0;
}
.md14203.md-home-2 .dd3 {
  width: calc( 465 / 950 * 100%);
}
.md14203.md-home-2 .dd3 .img {
  padding-top: calc( 270 / 465 * 100%);
}
.md14203.md-home-2 .c-pic {
  border-radius: 0.2rem;
}
.md14203.md-home-2 .text {
  margin-top: 0.12rem;
}
.md14203.md-home-2 .title {
  transition: all 0.5s;
}
.md14203.md-home-2 .intro {
  margin-top: 0.05rem;
}
@media screen and (max-width: 900px) {
  .md14203.md-home-2 .big {
    width: 100%;
  }
  .md14203.md-home-2 .ri {
    width: 100%;
  }
  .md14203.md-home-2 .dd2 {
    flex-wrap: wrap;
    padding: 0;
  }
  .md14203.md-home-2 .dd2 .c-pic {
    width: 100%;
  }
  .md14203.md-home-2 .dd2 .text {
    width: 100%;
    margin-top: 0.16rem;
  }
}

.md14204.md-home-3 {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  overflow: hidden;
  position: relative;
}
.md14204.md-home-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md14204.md-home-3 .swiper {
  margin-left: -0.4rem;
  width: calc(100% + 0.8rem);
  padding: 0.3rem 0.4rem;
  overflow: hidden;
}
.md14204.md-home-3 .swiper-container {
  overflow: visible;
}
.md14204.md-home-3 .sw {
  height: auto;
  padding: 0.2rem 0.2rem 0.33rem;
  border-radius: 0.2rem;
  border: 1px solid #f7f7f7;
  transition: all 0.5s;
}
.md14204.md-home-3 .sw:hover {
  box-shadow: 0 0 0.4rem 0 rgba(57, 146, 224, 0.2);
}
.md14204.md-home-3 .sw:hover .img {
  transform: scale(1.1);
}
.md14204.md-home-3 .sw:hover .title {
  color: #3992e0;
}
.md14204.md-home-3 .top {
  position: relative;
}
.md14204.md-home-3 .c-pic {
  border-radius: 0.08rem;
}
.md14204.md-home-3 .img {
  padding-top: calc( 220 / 406 * 100%);
}
.md14204.md-home-3 .tag {
  position: absolute;
  right: 0.2rem;
  bottom: 0;
  transform: translateY(50%);
  background-color: #3992e0;
  line-height: 2.1428571429;
  padding: 0 1em;
  border-radius: 0.04rem;
  min-width: 5.5em;
  text-align: center;
}
.md14204.md-home-3 .text {
  margin-top: 0.18rem;
  padding: 0.2rem;
}
.md14204.md-home-3 .title {
  height: 3em;
  transition: all 0.5s;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.md14204.md-home-3 .intro {
  margin-top: 0.12rem;
}

.md14206.md-home-4 {
  position: relative;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.md14206.md-home-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md14206.md-home-4 .list {
  margin-top: 0.24rem;
}
.md14206.md-home-4 .li {
  width: calc( 453 / 1400 * 100%);
  margin-right: calc( 20 / 1400 * 100%);
  margin-bottom: 0.3rem;
}
.md14206.md-home-4 .li:nth-child(3n) {
  margin-right: 0;
}
.md14206.md-home-4 .dd {
  height: 100%;
  position: relative;
  display: block;
  padding: 0.67rem 0.2rem 0.6rem;
  border-radius: 0.2rem;
  border: 1px solid #f3f3f3;
  transition: all 0.5s;
}
.md14206.md-home-4 .dd:hover {
  border-color: transparent;
  box-shadow: 0 0 0.4rem 0 rgba(57, 146, 224, 0.2);
}
.md14206.md-home-4 .icon {
  display: inline-flex;
}
.md14206.md-home-4 .ic {
  height: 1em;
}
.md14206.md-home-4 .text {
  margin-top: 0.16rem;
}
.md14206.md-home-4 .t12 {
  line-height: calc( 26 / 16  );
  margin-top: 0.05rem;
}
@media screen and (max-width: 900px) {
  .md14206.md-home-4 .list {
    justify-content: space-between;
  }
  .md14206.md-home-4 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md14206.md-home-4 .li {
    width: 100%;
  }
  .md14206.md-home-4 .dd {
    padding: 0.4rem;
  }
}

.md14208.md-home-5 {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.md14208.md-home-5 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md14208.md-home-5 .le {
  width: calc( 560 / 1400 * 100%);
  padding-top: 0.3rem;
}
.md14208.md-home-5 .ri {
  width: calc( 670 / 1400 * 100%);
}
.md14208.md-home-5 .sw2 {
  display: flex;
  align-items: center;
  width: auto;
  color: #000;
  opacity: 0.6;
  cursor: pointer;
  padding-right: 0.3rem;
  margin-right: 0.45rem;
}
.md14208.md-home-5 .sw2:last-child::before {
  display: none;
}
.md14208.md-home-5 .sw2::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
}
.md14208.md-home-5 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.md14208.md-home-5 .ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateZ(-90deg);
}
.md14208.md-home-5 .swiper2 {
  margin-top: 1.18rem;
}
.md14208.md-home-5 .swiper3 .swiper-container {
  border-radius: 0.2rem;
}
.md14208.md-home-5 .sw3 .img {
  padding-top: calc( 442 / 670 * 100%);
}
.md14208.md-home-5 .my-active {
  opacity: 1;
}
.md14208.md-home-5 .btns {
  margin-top: 0.28rem;
}
.md14208.md-home-5 .more {
  display: inline-flex;
  align-items: center;
  height: 3.125em;
  padding: 0 0.3rem;
  border-radius: 0.05rem;
  color: #fff;
  border: none;
  background-color: #3992e0;
  cursor: pointer;
  transition: all 0.5s;
}
.md14208.md-home-5 .more .mic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .md14208.md-home-5 .le {
    width: 100%;
    order: 2;
  }
  .md14208.md-home-5 .ri {
    width: 100%;
    order: 1;
  }
}

.md14209.md-home-6 {
  position: relative;
  padding-top: 0.48rem;
  padding-bottom: 0.7rem;
}
.md14209.md-home-6 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md14209.md-home-6 .swiper {
  margin-top: 0.28rem;
}
.md14209.md-home-6 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.md14209.md-home-6 .cy {
  width: 20%;
}
.md14209.md-home-6 .cy:hover .i1 {
  opacity: 0;
}
.md14209.md-home-6 .cy:hover .i2 {
  opacity: 1;
}
.md14209.md-home-6 .img {
  position: relative;
  padding-top: 40%;
}
.md14209.md-home-6 .ii {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 40%;
  height: 75%;
}
.md14209.md-home-6 .i2 {
  opacity: 0;
}

.md14210.md-home-7 {
  position: relative;
  padding-top: 0.73rem;
  padding-bottom: 0.6rem;
  background-color: #3992e0;
}
.md14210.md-home-7 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md14210.md-home-7 .desc {
  opacity: 0.6;
}
.md14210.md-home-7 .img {
  margin-top: 0.4rem;
}
.md14210.md-home-7 .img img {
  width: 100%;
}
.md14210.md-home-7 .nlist {
  margin-top: 0.56rem;
}
.md14210.md-home-7 .nitem {
  width: 33.3%;
}
.md14210.md-home-7 .nitem .n11 {
  margin-right: 0.18rem;
  line-height: 1;
}
.md14210.md-home-7 .nitem .n12 {
  line-height: 1.2;
}
.md14210.md-home-7 .map {
  position: relative;
}
/* .md14210.md-home-7 .btns {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  z-index: 30;
} */
.md14210.md-home-7 .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #3992e0;
  background-color: #fff;
  border-radius: 0.05rem;
  padding: 0.13rem 0.3rem;
}
.md14210.md-home-7 .btn .ic {
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #3992e0;
  border-top: 1px solid #3992e0;
  margin-left: 1em;
  transform: rotate(45deg);
}

.md14210.md-home-7 .list {
  margin-top: 1.4rem;
}
.md14210.md-home-7 .list .dd {
  width: 50%;
  text-align: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.md14210.md-home-7 .list .dd:nth-child(2n-1) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.md14210.md-home-7 .list .dd:nth-last-child(1) {
  border-bottom: none;
}
.md14210.md-home-7 .list .dd:nth-last-child(2) {
  border-bottom: none;
}
.md14210.md-home-7 .btns {
  margin-top: 1.2rem;
}
.md14210.md-home-7 .more {
  display: inline-flex;
  align-items: center;
  padding: 0.16rem 0.3rem;
  border-radius: 0.05rem;
  color: #3992e0;
}
.md14210.md-home-7 .more svg {
  width: 0.5em;
  height: 1em;
  margin-left: 1em;
}

@media screen and (min-width: 901px) {
  .md14210.md-home-7 .li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .md14210.md-home-7 .li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .md14210.md-home-7 .nitem {
    width: 100%;
    margin: 0.1rem 0;
    justify-content: flex-start;
    padding-left: 30%;
  }
  .md14210.md-home-7 .btns {
    position: static;
    transform: translate(0);
  }
  .md14210.md-home-7 .list .dd {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
  }
}
