
.md-home-0 {
  position: relative;
  border-radius: 0 0 0.4rem 0.4rem;
  overflow: hidden;
}
.md-home-0 .ho_sw {
  overflow: hidden;
}
.md-home-0 .ho_sw .img {
  position: relative;
  padding-top: 48.9583333333%;
  overflow: hidden;
  border-radius: 0 0 0.6rem 0.6rem;
  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: 46.5%;
  transform: translateY(-50%);
  opacity: 0;
}
.md-home-0 .ho_sw .d0 {
  height: 0.5em;
  background-repeat: no-repeat;
  background-image: url(/static/home/images/a2.png);
  background-size: contain;
  filter: brightness(0) invert(1);
  margin-bottom: 0.43rem;
}
.md-home-0 .ho_sw .d1 {
  font-weight: bold;
}
.md-home-0 .ho_sw .d2 {
  line-height: 1.1818181818;
  opacity: 0.7;
  margin-top: 0.1rem;
}
.md-home-0 .ho_sw .d3 {
  margin-top: 0.5rem;
}
.md-home-0 .swiper-slide-active .img 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: 3rem;
  height: 5px;
  display: flex;
  justify-content: center;
  position: static;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin: 0 0.35rem;
}
.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 .swiper-pagination-progressbar-fill {
  background-color: #fff;
  border-radius: 3px;
}
.md-home-0 .bots {
  position: absolute;
  bottom: 0.77rem;
  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;
  transition: all 0.3s;
  padding: 0.2rem 0.24rem;
  color: #fff;
  box-shadow: 0 0 0 2px inset #fff;
  border-radius: 1rem;
}
.md-home-0 .aa:hover {
  background-color: #fff;
  color: #004ab5;
}
.md-home-0 .aa:hover .cic {
  filter: none;
}
.md-home-0 .cic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.42rem;
  filter: brightness(0) invert(1);
}
.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(/static/home/images/b3.png);
}
.md-home-0 .next {
  background-image: url(/static/home/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;
}
@media screen and (max-width: 900px) {
  .md-home-0 .ho_sw .d1 {
    font-size: 0.3rem;
  }
  .md-home-0 .ho_sw .d2 {
    font-size: 0.5rem;
  }
}

.md-home-1 {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  position: relative;
  overflow: hidden;
}
.md-home-1 .h2 {
  line-height: 1;
}
.md-home-1 .subtit {
  margin-top: 0.37rem;
  line-height: 1.2;
}
.md-home-1 .swiper {
  position: relative;
  margin-top: 0.78rem;
}
.md-home-1 .sw {
  border-radius: 0.4rem;
  overflow: hidden;
}
.md-home-1 .img {
  position: relative;
  padding-top: calc(700 / 540 * 100%);
  overflow: hidden;
}
.md-home-1 .img::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 74, 181, 0.8);
  opacity: 0;
  z-index: 3;
  transition: opacity 0.3s;
}
.md-home-1 .hte {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.7rem 0.56rem;
}
.md-home-1 .ht1 .hic {
  height: 0.5rem;
}
.md-home-1 .ht2 {
  margin-top: 0.25rem;
}
.md-home-1 .ht3 {
  filter: brightness(0) invert(1);
  margin-top: 0.2rem;
}
.md-home-1 .ht3 img {
  width: 0.4rem;
}
.md-home-1 .bd {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  padding: 0.7rem;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 6;
}
.md-home-1 .bdbox {
  position: relative;
}
.md-home-1 .bt1 img {
  height: 0.5rem;
}
.md-home-1 .bt2 {
  margin-top: 0.46rem;
}
.md-home-1 .bt3 {
  filter: brightness(0) invert(1);
  margin-top: 0.34rem;
  margin-bottom: 0.42rem;
}
.md-home-1 .bt3 img {
  width: 0.54rem;
}
.md-home-1 .intro {
  line-height: 1.6666666667;
}
.md-home-1 .bt5 {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/static/home/images/a6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
  transform: rotate(-45deg);
}
.md-home-1 .sbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 1px 0.54rem 0px rgba(0, 74, 181, 0.21);
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5em);
  z-index: 30;
  transition: all 0.3s;
}
.md-home-1 .sbtn:hover {
  background-color: #004ab5;
}
.md-home-1 .sbtn:hover .sic {
  filter: brightness(0) invert(1);
}
.md-home-1 .sbtn .sic {
  width: 35%;
  height: 35%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
}
.md-home-1 .prev {
  left: -0.5em;
}
.md-home-1 .prev .sic {
  background-image: url(/static/home/images/a5.png);
}
.md-home-1 .prev:hover .sic {
  transform: rotate(45deg);
}
.md-home-1 .next {
  right: -0.5em;
}
.md-home-1 .next:hover .sic {
  transform: rotate(-45deg);
}
.md-home-1 .next .sic {
  background-image: url(/static/home/images/a6.png);
}
@media screen and (min-width: 901px) {
  .md-home-1 .sw:hover .img img {
    transform: scale(1.05);
  }
  .md-home-1 .sw:hover .img::before {
    opacity: 1;
  }
  .md-home-1 .sw:hover .hte {
    opacity: 0;
  }
  .md-home-1 .sw:hover .bd {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 900px) {
  .md-home-1 .h2 {
    font-size: 0.56rem;
  }
  .md-home-1 .hte {
    padding: 0.3rem;
  }
  .md-home-1 .prev {
    left: 0;
  }
  .md-home-1 .next {
    right: 0;
  }
}

.md-home-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-home-2 .box {
  border-radius: 0.4rem;
  overflow: hidden;
}
.md-home-2 .imgs {
  width: 50%;
}
.md-home-2 .img {
  position: relative;
  padding-top: calc(900 / 860 * 100%);
  height: 100%;
}
.md-home-2 .text {
  width: 50%;
  padding: 0.3rem 0;
}
.md-home-2 .tbox {
  width: 75%;
  margin-left: 1rem;
}
.md-home-2 .h2 {
  line-height: 1;
}
.md-home-2 .line {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.md-home-2 .lic {
  height: 0.5em;
}
.md-home-2 .intro {
  line-height: 2;
}
.md-home-2 .btn {
  margin-top: 0.53rem;
}
.md-home-2 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
  padding: 0.22rem 0.3rem;
  color: #fff;
  background-color: #004ab5;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-home-2 .more:hover {
  transform: translateY(-6px);
}
.md-home-2 .mic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.32rem;
}
.md-home-2 .nlist {
  margin-top: 0.84rem;
}
.md-home-2 .ni {
  line-height: 1;
  margin-right: 0.8rem;
}
.md-home-2 .ni:last-child {
  margin-bottom: 0;
}
.md-home-2 .n11 {
  color: #004ab5;
  display: flex;
  align-items: flex-start;
}
.md-home-2 .n12 {
  margin-top: 0.12rem;
}
@media screen and (max-width: 900px) {
  .md-home-2 .h2 {
    font-size: 0.56rem;
  }
  .md-home-2 .imgs {
    width: 100%;
  }
  .md-home-2 .text {
    width: 100%;
  }
  .md-home-2 .tbox {
    width: 100%;
    margin: 0;
    padding: 0.3rem;
  }
  .md-home-2 .ni {
    width: 50%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
}

.md-home-3 {
  padding-top: 0.8rem;
  overflow: hidden;
  position: relative;
}
.md-home-3::before {
  content: "";
  width: 100%;
  height: 1.1rem;
  background-color: #ecf1f7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-home-3 .h2 {
  line-height: 1;
}
.md-home-3 .line {
  margin-top: 0.32rem;
}
.md-home-3 .lic {
  height: 0.5em;
}
.md-home-3 .le {
  width: 5.1rem;
  float: left;
  margin-left: 0.7rem;
  padding-top: 0.4rem;
}
.md-home-3 .ri {
  width: 10.2rem;
  float: right;
  background-color: #f2f7fd;
  border-radius: 0.4rem;
  padding: 0.7rem 0.55rem;
  margin-right: 0.6rem;
  position: relative;
  z-index: 5;
}
.md-home-3 .fitem {
  width: calc(705 / 1440 * 100%);
  margin-bottom: 0.4rem;
}
.md-home-3 .fitem:last-child {
  margin-bottom: 0;
}
.md-home-3 .w100 {
  width: 100%;
}
.md-home-3 .inp {
  position: relative;
}
.md-home-3 .ip {
  width: 100%;
  height: 3.75em;
  background-color: #fff;
  border: none;
  padding: 0 0.3rem;
  font-family: inherit;
  border-radius: 0.3rem;
  color: #333;
  border: solid 1px #d6e3f2;
}
.md-home-3 .ip::-moz-placeholder {
  color: #bbcce5;
}
.md-home-3 .ip::placeholder {
  color: #bbcce5;
}
.md-home-3 .ip:focus {
  border: solid 1px #004ab5;
}
.md-home-3 .ta {
  width: 100%;
  height: 1.4rem;
  min-height: 100px;
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  font-family: inherit;
  color: #333;
  border: solid 1px #d6e3f2;
  border-radius: 0.3rem;
}
.md-home-3 .ta::-moz-placeholder {
  color: #bbcce5;
}
.md-home-3 .ta::placeholder {
  color: #bbcce5;
}
.md-home-3 .ta:focus {
  border: solid 1px #004ab5;
}
.md-home-3 .submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  height: 3.75em;
  background-color: #fff;
  color: #004ab5;
  border-radius: 1rem;
  padding: 0 2.5em;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: all 0.3s;
}
.md-home-3 .submit:hover {
  background-color: #004ab5;
  color: #fff;
}
.md-home-3 .submit:hover .sic {
  filter: brightness(0) invert(1);
}
.md-home-3 .submit .sic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.66rem;
  transform: rotate(-45deg);
}
.md-home-3 .select {
  width: 100%;
  position: relative;
  padding: 0 0.3rem;
  color: #bbcce5;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #d6e3f2;
  border-radius: 0.3rem;
}
.md-home-3 .select.focus {
  box-shadow: 0 0 0 1px inset #004ab5;
}
.md-home-3 .select.is-text {
  color: #333;
}
.md-home-3 .select::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/static/home/images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.md-home-3 .select .cs_cur {
  line-height: 3.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md-home-3 .select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.md-home-3 .box2 {
  padding: 0.74rem 0.8rem;
  background-color: #004ab5;
  border-radius: 0.4rem;
  margin-top: -4rem;
  min-height: 5rem;
  position: relative;
}
.md-home-3 .text {
  width: 5rem;
}
.md-home-3 .intro {
  margin-bottom: 0.67rem;
}
@media screen and (max-width: 900px) {
  .md-home-3 .h2 {
    font-size: 0.56rem;
  }
  .md-home-3 .fitem {
    width: 100%;
  }
  .md-home-3 .le {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .md-home-3 .ri {
    width: 100%;
    float: none;
    margin-top: 0.4rem;
    padding: 0.3rem;
  }
  .md-home-3 .box2 {
    margin-top: 0.3rem;
  }
  .md-home-3 .text {
    width: 100%;
  }
}
