
.md11185.md-home-banner {
    position: relative;
    border-bottom-right-radius: .8rem;
    overflow: hidden;
}

.md11185.md-home-banner .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11185.md-home-banner .list {
    height: 100%;
}

.md11185.md-home-banner .li {
    display: block;
    position: relative;
}

.md11185.md-home-banner .swiper-slide-active .layout {
    -webkit-animation: fade-up 1.5s;
    animation: fade-up 1.5s;
}

.md11185.md-home-banner .media-ratio {
    padding-top: calc(960 / 1920 * 100%);
}

.md11185.md-home-banner .text {
    position: absolute;
    left: 0;
    top: 52.6%;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.md11185.md-home-banner .text-cnt {
    /* width: 7rem; */
    /* max-width: 100%; */
    line-height: 1.25;
}

.md11185.md-home-banner .text .t1 {
    line-height: 1.25;
}
.md11185.md-home-banner .text .t2 {
    margin-top: .5em;
}

.md11185.md-home-banner .foot {
    position: absolute;
    left: 0;
    bottom: .68rem;
    z-index: 2;
    width: 100%;
}

.md11185.md-home-banner .foot .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md11185.md-home-banner .swiper-pagination {
    position: static;
    font-size: 0;
    text-align: left;
}

.md11185.md-home-banner .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.05rem;
    min-height: 5px;
    border-radius: .05rem;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    position: relative;
    margin: 0 0.1rem 0 0 !important;
}

.md11185.md-home-banner .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    border-radius: .1rem;
}

.md11185.md-home-banner .swiper-pagination-bullet-active:before {
    -webkit-transition: width 3s;
    -o-transition: width 3s;
    transition: width 3s;
    width: 100%;
}

.md11185.md-home-banner .fraction {
    color: rgba(255, 255, 255, 0.4);
}

.md11185.md-home-banner .fraction .current {
    color: #fff;
}

@media (max-width: 750px) {
    .md11185.md-home-banner .text-cnt {
        width: 100%;
    }

    .md11185.md-home-banner .media-ratio {
        padding: 0;
        height: 60vw;
    }

    .md11185.md-home-banner .foot {
        bottom: 0.2rem;
    }

    .md11185.md-home-banner .swiper-pagination-bullet {
        height: .1rem;
        min-height: auto;
    }
}

.md11186.md-home-about {
  margin: -.8rem 0;
  padding-top: 1.88rem;
  padding-bottom: 2.2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eff4fd), color-stop(50%, #e3edfb), to(#d7e5f8));
  background-image: -o-linear-gradient(top, #eff4fd 0%, #e3edfb 50%, #d7e5f8 100%);
  background-image: linear-gradient(180deg, #eff4fd 0%, #e3edfb 50%, #d7e5f8 100%);
}

.md11186.md-home-about .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}

.md11186.md-home-about .m-more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

.md11186.md-home-about .m-more-bg {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  background-color: #1a5b88;
  border: .13rem solid #093d61;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.md11186.md-home-about .m-more-tx {
  margin-left: -1.9em;
  margin-top: .09rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md11186.md-home-about .m-more-tx:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .08rem;
  height: .14rem;
  min-width: 6px;
  min-height: 10px;
  margin-left: .1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/static/home/images/i-more.svg);
}

@media (max-width: 750px) {
  .md11186.md-home-about .m-more-tx:after {
    min-width: auto;
    min-height: auto;
    width: 0.14rem;
    height: .2rem;
  }
}

.md11186.md-home-about .m-more-tx span {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.9em, #fff), color-stop(1.9em, #222));
  background: -o-linear-gradient(left, #fff 1.9em, #222 1.9em);
  background: linear-gradient(to right, #fff 1.9em, #222 1.9em);
  color: transparent;
  background-clip: text; -webkit-background-clip: text;
}

.md11186.md-home-about .m-more:hover {
  font-weight: bold;
}

.md11186.md-home-about .m-more:hover .m-more-bg {
  border-width: 0;
}

.md11186.md-home-about .row-0 .title {
  line-height: 1.4;
}

.md11186.md-home-about .row-0 .sub-tit {
  margin-top: .03rem;
  line-height: 1.63636;
}

.md11186.md-home-about .row-1 {
  margin-top: .32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md11186.md-home-about .row-1 .desc {
  line-height: 1.63636;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1.2rem;
}

.md11186.md-home-about .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md11186.md-home-about .data .item {
  margin-right: .3rem;
}

.md11186.md-home-about .data .item:last-of-type {
  margin-right: 0;
}

.md11186.md-home-about .data .t1 {
  margin-bottom: .1rem;
}

.md11186.md-home-about .data .t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md11186.md-home-about .data .t3 {
  line-height: 1.1;
  margin-left: .05rem;
}

.md11186.md-home-about .row-2 {
  margin-top: .55rem;
}

.md11186.md-home-about .row-3 {
  margin-top: .34rem;
  border-radius: .2rem;
  background-color: #f8fafe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.md11186.md-home-about .row-3 .dt {
  width: calc(1400 / 1600 * 100%);
  margin-left: .4rem;
  padding: .4rem 0;
}

.md11186.md-home-about .row-3 .dt .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md11186.md-home-about .row-3 .dt .li.swiper-slide-active .c-pic,
.md11186.md-home-about .row-3 .dt .li.swiper-slide-active .text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.md11186.md-home-about .row-3 .dt .li.swiper-slide-active .text {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.md11186.md-home-about .row-3 .dt .c-pic {
  width: calc(800 / 1400 * 100%);
  border-radius: .2rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

.md11186.md-home-about .row-3 .dt .img {
  padding-top: calc(450 / 800 * 100%);
}

.md11186.md-home-about .row-3 .dt .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: .94rem;
  padding-right: .8rem;
  margin-top: .26rem;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

.md11186.md-home-about .row-3 .dt .desc {
  line-height: 1.63636;
  margin-top: .38rem;
}

.md11186.md-home-about .row-3 .dt .m-more {
  margin-top: .73rem;
}

.md11186.md-home-about .row-3 .cate {
  padding-top: .4rem;
  padding-bottom: .4rem;
  margin-right: .8rem;
  position: relative;
  height: 5.32rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.md11186.md-home-about .row-3 .cate:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(216, 230, 248, 0.6);
}

.md11186.md-home-about .row-3 .cate .list {
  height: 100%;
  overflow: hidden;
}

.md11186.md-home-about .row-3 .cate .li {
  width: 0.72rem;
  height: 0.72rem;
  margin-bottom: 0.22rem;
  cursor: pointer;
}

.md11186.md-home-about .row-3 .cate .li:last-of-type {
  margin-bottom: 0;
}

.md11186.md-home-about .row-3 .cate .li.active .icon {
  background-color: #d8e6f8;
}

.md11186.md-home-about .row-3 .cate .icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8fafe;
  border: solid 0.01rem #d8e6f8;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.md11186.md-home-about .row-3 .cate .icon img {
  max-width: 100%;
  max-height: 100%;
  width: 55%;
  object-fit: contain;
}

.md11186.md-home-about .row-3 .swiper-pagination {
  visibility: hidden;
  bottom: 0;
  font-size: 0;
  z-index: 2;
}

.md11186.md-home-about .row-3 .swiper-pagination-bullet-active {
  background-color: #093d61;
}

@media (max-width: 1000px) {
  .md11186.md-home-about .data {
    display: block;
  }

  .md11186.md-home-about .data .item {
    margin-bottom: 0.2rem;
    margin-right: 0;
  }

  .md11186.md-home-about .data .item:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .md11186.md-home-about .row-1 {
    display: block;
  }

  .md11186.md-home-about .row-1 .desc {
    margin-right: 0;
  }

  .md11186.md-home-about .data {
    margin-top: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .md11186.md-home-about .data .item {
    width: 50%;
  }

  .md11186.md-home-about .data .t1 {
    margin-bottom: 0;
  }

  .md11186.md-home-about .row-3 {
    display: block;
    padding-bottom: 5%;
  }

  .md11186.md-home-about .row-3 .dt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    width: auto;
    margin-right: .3rem;
    padding-bottom: 0;
  }

  .md11186.md-home-about .row-3 .dt .li {
    display: block;
  }

  .md11186.md-home-about .row-3 .dt .c-pic {
    width: 100%;
  }

  .md11186.md-home-about .row-3 .dt .text {
    width: 100%;
    padding: .4rem 0;
    margin: 0;
  }

  .md11186.md-home-about .row-3 .dt .desc {
    margin-top: .2rem;
  }

  .md11186.md-home-about .row-3 .dt .m-more {
    margin-top: .3rem;
  }

  .md11186.md-home-about .row-3 .cate {
    margin-right: 5%;
    height: auto;
    padding: 0 5%;
  }

  .md11186.md-home-about .row-3 .cate:before {
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
  }

  .md11186.md-home-about .row-3 .cate .list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }

  .md11186.md-home-about .row-3 .cate .li {
    margin-bottom: 0;
    margin-right: .2rem;
  }

  .md11186.md-home-about .row-3 .cate .li:last-of-type {
    margin-right: 0;
  }

  .md11186.md-home-about .row-3 .swiper-pagination {
    visibility: visible;
  }
}

.md11187.md-home-so-1 {
    border-radius: .8rem 0 .8rem 0;
    overflow: hidden;
    padding-top: .85rem;
    padding-bottom: .6rem;
    position: relative;
    z-index: 2;
}

.md11187.md-home-so-1 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11187.md-home-so-1 .row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md11187.md-home-so-1 .row-1 .title {
    line-height: 1.4;
}

.md11187.md-home-so-1 .row-1 .desc {
    line-height: 1.63636;
    width: calc(800 / 1600 * 100%);
    margin-top: .04rem;
    text-align: right;
}

.md11187.md-home-so-1 .row-2 {
    margin-top: 2.45rem;
}

.md11187.md-home-so-1 .row-2 .list {
    padding-bottom: .6rem;
}

.md11187.md-home-so-1 .row-2 .li {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 0.24rem;
    padding: .41rem .38rem .53rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: .3rem;
}

@media (min-width: 901px) {
    .md11187.md-home-so-1 .row-2 .li.active {
        margin-top: 0;
        padding-top: .71rem;
    }
}

.md11187.md-home-so-1 .row-2 .tx-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md11187.md-home-so-1 .row-2 .icon {
    height: .66rem;
    margin-right: .16rem;
}

.md11187.md-home-so-1 .row-2 .tit {
    margin-bottom: .04rem;
}

.md11187.md-home-so-1 .row-2 .desc {
    line-height: 1.71429;
    margin-top: .32rem;
    opacity: .6;
}

.md11187.md-home-so-1 .row-2 .swiper-pagination {
    font-size: 0;
    bottom: 0;
}

.md11187.md-home-so-1 .row-2 .swiper-pagination-bullet {
    background-color: #fff;
}

.md11187.md-home-so-1 .row-2 .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 900px) {
    .md11187.md-home-so-1 .row-1 {
        display: block;
    }

    .md11187.md-home-so-1 .row-1 .desc {
        width: 100%;
        text-align: left;
        margin-top: 0.4rem;
    }
}

.md11188.md-home-so-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cdd9eb), to(#e9f1fb));
    background-image: -o-linear-gradient(top, #cdd9eb 0%, #e9f1fb 100%);
    background-image: linear-gradient(180deg, #cdd9eb 0%, #e9f1fb 100%);
    padding-top: 1.85rem;
    padding-bottom: 1.2rem;
    margin-top: -.8rem;
}

.md11188.md-home-so-2 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11188.md-home-so-2 .m-more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}

.md11188.md-home-so-2 .m-more-bg {
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 50%;
    background-color: #1a5b88;
    border: .13rem solid #093d61;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11188.md-home-so-2 .m-more-tx {
    margin-left: -1.9em;
    margin-top: .09rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md11188.md-home-so-2 .m-more-tx:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .08rem;
    height: .14rem;
    min-width: 6px;
    min-height: 10px;
    margin-left: .1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/static/home/images/i-more.svg);
}

@media (max-width: 750px) {
    .md11188.md-home-so-2 .m-more-tx:after {
        min-width: auto;
        min-height: auto;
        width: 0.14rem;
        height: .2rem;
    }
}

.md11188.md-home-so-2 .m-more-tx span {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.9em, #fff), color-stop(1.9em, #222));
    background: -o-linear-gradient(left, #fff 1.9em, #222 1.9em);
    background: linear-gradient(to right, #fff 1.9em, #222 1.9em);
    color: transparent;
    background-clip: text; -webkit-background-clip: text;
}

.md11188.md-home-so-2 .m-more:hover {
    font-weight: bold;
}

.md11188.md-home-so-2 .m-more:hover .m-more-bg {
    border-width: 0;
}

.md11188.md-home-so-2 .row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md11188.md-home-so-2 .row-1 .title {
    line-height: 1.4;
}

.md11188.md-home-so-2 .row-2 {
    margin-top: .55rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md11188.md-home-so-2 .row-2 .c-pic {
    display: block;
    border-radius: .2rem;
    overflow: hidden;
}

.md11188.md-home-so-2 .row-2 .c-pic .img {
    padding-top: calc(495 / 959 * 100%);
}

.md11188.md-home-so-2 .row-2 .list {
    width: calc(559 / 1600 * 100%);
    border-top: 1px solid rgba(12, 77, 157, 0.18);
}

.md11188.md-home-so-2 .row-2 .list .c-pic {
    display: none;
    margin-top: .2rem;
}

.md11188.md-home-so-2 .row-2 .list .li {
    border-bottom: 1px solid rgba(12, 77, 157, 0.18);
}

.md11188.md-home-so-2 .row-2 .list .li.active .hd {
    padding-top: .34rem;
    padding-bottom: 0;
}

.md11188.md-home-so-2 .row-2 .list .li.active .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.md11188.md-home-so-2 .row-2 .list .hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .31rem 0 .32rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11188.md-home-so-2 .row-2 .list .icon {
    width: .17rem;
    height: 0.11rem;
    min-width: 14px;
    min-height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/static/home/images/a-down.png);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11188.md-home-so-2 .row-2 .list .desc {
    margin-top: .2rem;
}

.md11188.md-home-so-2 .row-2 .list .links {
    /* width: 3.2rem;
    max-width: 100%; */
    -webkit-columns: 2;
    columns: 2;
    line-height: 1.5;
    margin-top: .25rem;
}

.md11188.md-home-so-2 .row-2 .list .links a {
    display: block;
    margin-bottom: .13rem;
}

.md11188.md-home-so-2 .row-2 .list .links a:hover {
    text-decoration: underline;
}

.md11188.md-home-so-2 .row-2 .list .bd {
    display: none;
    padding-bottom: 0.26rem;
}

.md11188.md-home-so-2 .row-2 .rg {
    width: calc(959 / 1600 * 100%);
}

.md11188.md-home-so-2 .row-2 .rg .c-pic {
    display: none;
}

.md11188.md-home-so-2 .row-2 .rg .c-pic.active {
    display: block;
    -webkit-animation: fade-left 1s forwards;
    animation: fade-left 1s forwards;
}

.md11188.md-home-so-2 .row-2 .rg .c-pic:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 900px) {
    .md11188.md-home-so-2 .row-1 {
        display: block;
    }

    .md11188.md-home-so-2 .row-1 .m-more {
        margin-top: .2rem;
    }

    .md11188.md-home-so-2 .row-2 {
        display: block;
    }

    .md11188.md-home-so-2 .row-2 .list {
        width: 100%;
    }

    .md11188.md-home-so-2 .row-2 .list .c-pic {
        display: block;
    }

    .md11188.md-home-so-2 .row-2 .list .links {
        width: 100%;
    }

    .md11188.md-home-so-2 .row-2 .rg {
        display: none;
    }
}

.md11189.md-home-so-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6faff), to(#f6fafe));
    background-image: -o-linear-gradient(top, #f6faff 50%, #f6fafe 100%);
    background-image: linear-gradient(180deg, #f6faff 50%, #f6fafe 100%);
    padding-top: 1.23rem;
    padding-bottom: 1.2rem;
}

.md11189.md-home-so-3 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11189.md-home-so-3 .m-more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}

.md11189.md-home-so-3 .m-more-bg {
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 50%;
    background-color: #1a5b88;
    border: .13rem solid #093d61;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11189.md-home-so-3 .m-more-tx {
    margin-left: -1.9em;
    margin-top: .09rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md11189.md-home-so-3 .m-more-tx:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .08rem;
    height: .14rem;
    min-width: 6px;
    min-height: 10px;
    margin-left: .1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/static/home/images/i-more.svg);
}

@media (max-width: 750px) {
    .md11189.md-home-so-3 .m-more-tx:after {
        min-width: auto;
        min-height: auto;
        width: 0.14rem;
        height: .2rem;
    }
}

.md11189.md-home-so-3 .m-more-tx span {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.9em, #fff), color-stop(1.9em, #222));
    background: -o-linear-gradient(left, #fff 1.9em, #222 1.9em);
    background: linear-gradient(to right, #fff 1.9em, #222 1.9em);
    color: transparent;
    background-clip: text; -webkit-background-clip: text;
}

.md11189.md-home-so-3 .m-more:hover {
    font-weight: bold;
}

.md11189.md-home-so-3 .m-more:hover .m-more-bg {
    border-width: 0;
}

.md11189.md-home-so-3 .row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md11189.md-home-so-3 .row-1 .cate {
    background-color: #fff;
    border-radius: 0.3rem;
    padding: .05rem;
}

.md11189.md-home-so-3 .row-1 .cate .item {
    width: auto;
    max-width: 100%;
    min-width: 1.2rem;
    border-radius: .5rem;
    text-align: center;
    padding: 0.115rem .3rem;
    line-height: 1.5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11189.md-home-so-3 .row-1 .cate .item.active {
    background-color: #e52925;
    color: #fff;
}

.md11189.md-home-so-3 .row-2 {
    margin-top: .47rem;
    overflow: hidden;
}

.md11189.md-home-so-3 .row-2 .list {
    overflow: visible;
    display: none;
    opacity: 0;
}

.md11189.md-home-so-3 .row-2 .list.active {
    display: block;
    -webkit-animation: fade-up 2s forwards;
    animation: fade-up 2s forwards;
}

.md11189.md-home-so-3 .row-2 .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.md11189.md-home-so-3 .row-2 .li:hover .tit {
    color: #093d61;
}

.md11189.md-home-so-3 .row-2 .li:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.md11189.md-home-so-3 .row-2 .c-pic {
    width: calc(880 / 1600 * 100%);
}

.md11189.md-home-so-3 .row-2 .img {
    padding-top: calc(495 / 880 * 100%);
}

.md11189.md-home-so-3 .row-2 .c-pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: .24rem;
    overflow: hidden;
}

.md11189.md-home-so-3 .row-2 .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.8rem;
    padding-top: .48rem;
}

.md11189.md-home-so-3 .row-2 .tit {
    line-height: 1.375;
}

.md11189.md-home-so-3 .row-2 .desc {
    line-height: 1.7;
    margin-top: .19rem;
}

.md11189.md-home-so-3 .row-2 .m-more {
    margin-top: .3rem;
}

.md11189.md-home-so-3 .row-2 .controls {
    position: absolute;
    left: calc(960 / 1600 * 100%);
    right: 0;
    bottom: .34rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md11189.md-home-so-3 .row-2 .controls .btn {
    width: .1rem;
    height: .16rem;
    min-width: 10px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: .2rem;
    cursor: pointer;
}

.md11189.md-home-so-3 .row-2 .controls .btn.swiper-button-disabled {
    opacity: 0.5;
}

.md11189.md-home-so-3 .row-2 .controls .prev {
    background-image: url(/static/home/images/a-left-4.png);
}

.md11189.md-home-so-3 .row-2 .controls .next {
    background-image: url(/static/home/images/a-right-4.png);
}

.md11189.md-home-so-3 .row-2 .controls .swiper-pagination {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: .26rem;
    height: 1px;
    background-color: #cbdaf2;
}

.md11189.md-home-so-3 .row-2 .controls .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #093d61;
}

@media (min-width: 901px) {
    .md11189.md-home-so-3 .row-2 .li {
        opacity: 0.2;
    }

    .md11189.md-home-so-3 .row-2 .li.swiper-slide-active {
        opacity: 1;
    }

    .md11189.md-home-so-3 .row-2 .li.swiper-slide-active .text {
        display: block;
    }

    .md11189.md-home-so-3 .row-2 .li.swiper-slide-prev {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .md11189.md-home-so-3 .row-2 .li.swiper-slide-prev .text {
        display: none;
    }
}

@media (max-width: 900px) {
    .md11189.md-home-so-3 .row-1 {
        display: block;
    }

    .md11189.md-home-so-3 .row-1 .cate {
        margin-top: .4rem;
    }

    .md11189.md-home-so-3 .row-2 .li {
        display: block;
        padding-bottom: .8rem;
    }

    .md11189.md-home-so-3 .row-2 .c-pic {
        width: 100%;
    }

    .md11189.md-home-so-3 .row-2 .text {
        padding: .4rem 0 0;
    }

    .md11189.md-home-so-3 .row-2 .controls {
        left: 0;
        bottom: 0;
    }
}

.md11190.md-home-news { background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf1fd), to(#e1ecfa)); background-image: -o-linear-gradient(top, #eaf1fd 0%, #e1ecfa 100%); background-image: linear-gradient(180deg, #eaf1fd 0%, #e1ecfa 100%); padding-top: 1.03rem; padding-bottom: 1.04rem; }

.md11190.md-home-news .layout { margin-left: auto; margin-right: auto; width: 16rem; max-width: 92%; }

.md11190.md-home-news .m-more { -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: none; border: none; cursor: pointer; }

.md11190.md-home-news .m-more-bg { width: 0.66rem; height: 0.66rem; border-radius: 50%; background-color: #1a5b88; border: .13rem solid #093d61; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.md11190.md-home-news .m-more-tx { margin-left: -1.9em; margin-top: .09rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md11190.md-home-news .m-more-tx:after { content: ''; display: inline-block; vertical-align: middle; width: .08rem; height: .14rem; min-width: 6px; min-height: 10px; margin-left: .1rem; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url(/static/home/images/i-more.svg); }

@media (max-width: 750px) { .md11190.md-home-news .m-more-tx:after { min-width: auto; min-height: auto; width: 0.14rem; height: .2rem; } }

.md11190.md-home-news .m-more-tx span { background: -webkit-gradient(linear, left top, right top, color-stop(1.9em, #fff), color-stop(1.9em, #222)); background: -o-linear-gradient(left, #fff 1.9em, #222 1.9em); background: linear-gradient(to right, #fff 1.9em, #222 1.9em); color: transparent; background-clip: text; -webkit-background-clip: text; }

.md11190.md-home-news .m-more:hover { font-weight: bold; }

.md11190.md-home-news .m-more:hover .m-more-bg { border-width: 0; }

.md11190.md-home-news .row-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md11190.md-home-news .row-1 .title { line-height: 1.4; }

.md11190.md-home-news .row-2 { margin-top: .34rem; }

.md11190.md-home-news .row-2 .list .li { border-radius: .24rem; overflow: hidden; width: 5.07rem; position: relative; }

.md11190.md-home-news .row-2 .list .li:hover .text { top: 0; height: 100%; background-color: rgba(0, 0, 0, 0.6); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md11190.md-home-news .row-2 .list .li:hover .tx { width: 100%; }

.md11190.md-home-news .row-2 .list .li:hover .tit { color: #fff; -webkit-line-clamp: 3; }

.md11190.md-home-news .row-2 .list .li:hover .date { color: #fff; }

.md11190.md-home-news .row-2 .list .li:hover .date .icon { background-image: url(/static/home/images/i-date-2.png); }

.md11190.md-home-news .row-2 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md11190.md-home-news .row-2 .list .img { padding-top: calc(515 / 507 * 100%); }

.md11190.md-home-news .row-2 .list .text { position: absolute; left: 0; bottom: 0; top: 2.65rem; background-color: #f8fafe; border-top-left-radius: .24rem; padding: .52rem .5rem; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.md11190.md-home-news .row-2 .list .tit { line-height: 1.54545; }

.md11190.md-home-news .row-2 .list .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .33rem; }

.md11190.md-home-news .row-2 .list .date .icon { width: .15rem; height: .14rem; min-width: .8em; min-height: .8em; margin-right: .08rem; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url(/static/home/images/i-date.png); }

.md11190.md-home-news .row-2 .list .date .svg-icon { width: .15rem; min-width: 0.8em; margin-right: .08rem; }

.md11190.md-home-news .row-2 .list .date .svg-icon svg { display: block; width: 100%; }

.md11190.md-home-news .row-2 .controls { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: .47rem; }

.md11190.md-home-news .row-2 .controls .btn { width: .1rem; height: .16rem; min-width: 10px; min-height: 16px; background-repeat: no-repeat; background-position: center; background-size: contain; cursor: pointer; }

.md11190.md-home-news .row-2 .controls .btn.swiper-button-disabled { opacity: 0.5; }

.md11190.md-home-news .row-2 .controls .prev { background-image: url(/static/home/images/a-left-4.svg); }

.md11190.md-home-news .row-2 .controls .next { background-image: url(/static/home/images/a-right-4.svg); }

.md11190.md-home-news .row-2 .controls .swiper-pagination { width: auto; margin: 0 .2rem; position: static; z-index: 2; }

@media (max-width: 900px) { .md11190.md-home-news .row-2 .list .text { top: auto; } }
