.md-home-0 {
  position: relative;
}
.md-home-0 .swiper {
  position: relative;
}
.md-home-0 .ho_sw {
  overflow: hidden;
}
.md-home-0 .c-pic {
  position: relative;
  display: block;
}
.md-home-0 .img {
  position: relative;
  padding-top: 36.4583333333%;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
.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: 51%;
  transform: translateY(-50%);
  opacity: 0;
}
.md-home-0 .txt {
  line-height: 1.25;
}
.md-home-0 .d1 {
  line-height: 1.1;
  font-weight: bold;
}
.md-home-0 .d2 {
  line-height: calc( 36 / 22);
}
.md-home-0 .d3 {
  margin-top: 0.6rem;
}
.md-home-0 .btn {
  border-color: rgba(255, 255, 255, 0.3);
}
.md-home-0 .btn .btn-inner {
  background-color: #fff;
  color: #0063de;
}
.md-home-0 .btn .btn-inner::before,
.md-home-0 .btn .btn-inner::after {
  background: url(../images/a20.png) no-repeat center/contain;
}
@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.md-home-0 .bots {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
}
.md-home-0 .bots .num1 {
  color: #0063de;
}
.md-home-0 .swiper-slide-active .img {
  animation: ban 10s linear;
}
.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.md-home-0 .swiper-pagination {
  width: auto;
  position: static;
  display: flex;
  z-index: 30;
}
.md-home-0 .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  background-color: transparent;
  border-radius: 50%;
  margin: 0;
  margin-right: 0.1rem;
  opacity: 1;
  position: relative;
}
.md-home-0 .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.4);
}
.md-home-0 .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.2);
}
.md-home-0 .swiper-pagination-bullet-active::before {
  transform: scale(0.4);
}
.md-home-0 .sbtn {
  width: 1em;
  height: 1em;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin-left: 0.1rem;
}
.md-home-0 .sbtn:hover {
  color: #fff;
}
.md-home-0 .sbtn svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .md-home-0 .d2 {
    margin-top: 0.16rem;
  }
  .md-home-0 .d3 {
    display: none;
  }
  .md-home-0 .img {
    padding-top: 50%;
  }
}

.md-home-1 {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-home-1 .box-0 {
  position: absolute;
  left: 0;
  top: -0.55rem;
  width: 100%;
  z-index: 30;
}
.md-home-1 .form {
  padding: 0.3rem;
  box-shadow: 0 0 0.6rem 0 rgba(0, 54, 103, 0.2);
}
.md-home-1 .form .inp {
  position: relative;
}
.md-home-1 .form .ip {
  width: 100%;
  height: 0.6rem;
  background-color: #fbfbfc;
  border-radius: 0.5em;
  border: solid 1px #ced8e5;
  padding: 0 0.25rem;
}
.md-home-1 .form .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  background-color: #0063de;
  color: #fff;
  border: none;
  padding: 0 0.3rem;
  border-radius: 0 0.08rem 0.08rem 0;
  cursor: pointer;
}
.md-home-1 .form svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.md-home-1 .box-1 {
  margin-top: 0.25rem;
}
.md-home-1 .box1-left {
  width: calc( 787 / 1400 * 100%);
  box-shadow: 0 0 0.5rem 0 rgba(0, 54, 103, 0.06);
  padding: 0.36rem 0.4rem;
}
.md-home-1 .box1-right {
  width: calc( 583 / 1400 * 100%);
  box-shadow: 0 0 0.5rem 0 rgba(0, 54, 103, 0.06);
  padding: 0.35rem 0.4rem;
}
.md-home-1 .com-tit {
  flex-shrink: 0;
}
.md-home-1 .text {
  width: calc( 500 / 707 * 100%);
  line-height: calc(30 / 16);
  text-align: justify;
}
.md-home-1 .bot1 {
  margin-top: 0.2rem;
}
.md-home-1 .img {
  padding-top: calc( 248 / 707 * 100%);
}
.md-home-1 .more {
  display: inline-flex;
  align-items: center;
  padding: 0.5em;
  padding-left: 0.2rem;
  background-color: #0063de;
  border-radius: 0.5em;
}
.md-home-1 .more .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-left: 0.2rem;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16.6666666667% auto;
}
.md-home-1 .list {
  margin-top: 0.25rem;
}
.md-home-1 .list .li {
  border-bottom: 1px solid #edf1f5;
  margin-bottom: 0.12rem;
}
.md-home-1 .list .li:last-child {
  margin-bottom: 0;
}
.md-home-1 .list .dd {
  display: block;
  padding-bottom: 0.14rem;
}
.md-home-1 .list .dd:hover .title {
  color: #0063de;
}
.md-home-1 .list .title {
  transition: 0.5s;
}
.md-home-1 .list .time {
  line-height: 1;
  margin-top: 0.07rem;
}
.md-home-1 .list .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3em;
}
.md-home-1 .box-2 {
  background-color: #dfedfa;
  border-radius: 0.16rem;
  padding: 0.4rem 0.4rem;
  margin-top: 0.3rem;
}
.md-home-1 .tit {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.md-home-1 .tit svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  color: #0063de;
  margin-right: 0.25em;
}
.md-home-1 .box2-right {
  flex-grow: 1;
}
.md-home-1 .txt {
  line-height: calc(30 / 16);
}
@media screen and (max-width: 900px) {
  .md-home-1 .box-0 {
    position: relative;
  }
  .md-home-1 .box1-left {
    width: 100%;
  }
  .md-home-1 .box1-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .md-home-1 .top1 {
    flex-wrap: wrap;
  }
  .md-home-1 .text {
    width: 100%;
    margin-top: 0.2rem;
  }
  .md-home-1 .box-2 {
    flex-wrap: wrap;
  }
  .md-home-1 .tit {
    width: 100%;
  }
  .md-home-1 .box2-right {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.md-home-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.55rem;
  position: relative;
}
.md-home-2 .li {
  width: calc(446 / 1400 * 100%);
  margin-right: calc(30 / 1400 * 100%);
  margin-bottom: 0.3rem;
}
.md-home-2 .li:nth-child(3n) {
  margin-right: 0;
}
.md-home-2 .dd {
  height: 100%;
  display: block;
  border-radius: 0.16rem;
  overflow: hidden;
  background-color: #fff;
  transition: 0.5s;
}
.md-home-2 .dd:hover {
  box-shadow: 0 0 0.5rem 0 rgba(0, 54, 103, 0.06);
}
.md-home-2 .dd:hover .img {
  transform: scale(1.05);
}
.md-home-2 .img {
  padding-top: calc( 250 / 446 * 100%);
}
.md-home-2 .text {
  padding: 0.32rem 0.4rem 0.4rem;
}
.md-home-2 .title {
  display: flex;
  align-items: center;
}
.md-home-2 .title img {
  width: 1em;
  height: 0.9em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.2em;
}
.md-home-2 .intro {
  line-height: calc(26 / 16);
  margin-top: 0.07rem;
}
@media screen and (max-width: 900px) {
  .md-home-2 .li {
    width: 100%;
    margin-right: 0;
  }
}

@keyframes rotate720 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
.md-home-3 {
  padding-top: 0.76rem;
  padding-bottom: 0.8rem;
  position: relative;
  background-color: #f4f7fc;
}
.md-home-3 .btns {
  margin-top: 0.24rem;
}
.md-home-3 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.08rem;
  border-radius: 50%;
  background-color: #fff;
  background-size: 14% auto;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 2px inset #d9e0eb;
  color: #d9e0eb;
  position: relative;
}
.md-home-3 .sbtn:hover {
  color: #0063de;
}
.md-home-3 .sbtn:hover::before {
  opacity: 1;
  animation: rotate720 5s infinite linear;
}
.md-home-3 .sbtn::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
}
.md-home-3 .sbtn svg {
  width: 30%;
  height: 30%;
}
.md-home-3 .swiper {
  width: calc( 1170 / 1520 * 100%);
}
.md-home-3 .sw {
  position: relative;
  background-color: #fff;
  border-radius: 0.16rem;
  overflow: hidden;
  transition: all 0.5s;
}
.md-home-3 .sw:hover .img {
  transform: scale(1.2);
}
.md-home-3 .img {
  position: relative;
  padding-top: calc( 130 / 220 * 100%);
  transition: 0.3s;
}
.md-home-3 .img img {
  width: 70%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .md-home-3 {
    padding: 0.6rem 0;
  }
  .md-home-3 .box {
    flex-wrap: wrap;
  }
  .md-home-3 .le {
    width: 100%;
  }
  .md-home-3 .swiper {
    width: 100%;
    margin-top: 0.3rem;
  }
}