.md-com-banner.__ID__ {
  position: relative;
  z-index: 40;
}
.md-com-banner.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-com-banner.__ID__ .cb_ban {
  position: relative;
}
.md-com-banner.__ID__ .cb_bg {
  padding-top: calc(560 / 1920 * 100%);
}
.md-com-banner.__ID__ .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 43%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .md-com-banner.__ID__ .cb_bg {
    padding-top: 40%;
  }
}

.md-com-breadnav.__ID__ {
  z-index: 30;
  background-color: #ffffff;
  box-shadow: 0 -1px 0 0 inset #e2e2e2;
}
.md-com-breadnav.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-com-breadnav.__ID__.no-shadow {
  box-shadow: none;
}
.md-com-breadnav.__ID__ .bn-swiper {
  max-width: 80%;
}
.md-com-breadnav.__ID__ .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.8rem;
  white-space: nowrap;
  transition: color 0.5s;
}
.md-com-breadnav.__ID__ .bn-swiper .bsa:hover {
  color: var(--active);
}
.md-com-breadnav.__ID__ .bn-swiper .bsa.on {
  color: var(--active);
}
.md-com-breadnav.__ID__ .bn-swiper .bsa.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-com-breadnav.__ID__ .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav.__ID__ .bn-swiper .cta {
  display: block;
  line-height: 1rem;
}
.md-com-breadnav.__ID__ .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.__ID__ .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav.__ID__ .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav.__ID__ .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1rem;
}
.md-com-breadnav.__ID__ .zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
  color: var(--theme);
}
.md-com-breadnav.__ID__ .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.md-com-breadnav.__ID__ .zone-nav .sp1 {
  position: relative;
  margin: 0 0.2em;
}
.md-com-breadnav.__ID__ .zone-nav .a {
  position: relative;
  transition: all 0.3s;
}
.md-com-breadnav.__ID__ .zone-nav .a.on, .md-com-breadnav.__ID__ .zone-nav .a:hover {
  color: var(--theme);
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md-com-breadnav.__ID__ .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav.__ID__ .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.__ID__ .zone-nav {
    display: none;
  }
  .md-com-breadnav.__ID__ .bn-swiper {
    width: 100%;
    max-width: none;
  }
}

.md-pro-1.__ID__ {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.9rem;
}
.md-pro-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-pro-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}

.pro-list.__ID__ .li {
  width: calc( 790 / 1600 * 100%);
  margin-bottom: 0.2rem;
}
.pro-list.__ID__ .dd {
  display: block;
  height: 100%;
  position: relative;
  transition: 0.5s;
}
.pro-list.__ID__ .dd:hover .img {
  transform: scale(1.05);
}
.pro-list.__ID__ .dd:hover .title {
  color: var(--theme);
}
.pro-list.__ID__ .dd:hover .btn {
  background-color: var(--active);
  color: #fff;
  box-shadow: 0 0 0 1px inset var(--active);
}
.pro-list.__ID__ .img {
  padding-top: calc( 600 / 790 * 100%);
}
.pro-list.__ID__ .text {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  padding-top: 0.7rem;
}
.pro-list.__ID__ .intro {
  margin-top: 0.2rem;
}
.pro-list.__ID__ .btn {
  display: inline-flex;
  padding: 0.11rem 0.36rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px inset #999;
  margin-top: 0.32rem;
  transition: 0.5s;
}
.pro-list.__ID__ .wait {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.pro-list.__ID__ .wait .ic {
  width: 0.95rem;
  height: 0.95rem;
}
.pro-list.__ID__ .wait .wte {
  margin-top: 0.36rem;
}
@media screen and (max-width: 900px) {
  .pro-list.__ID__ {
    justify-content: space-between;
  }
  .pro-list.__ID__ .li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .pro-list.__ID__ .dd {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 500px) {
  .pro-list.__ID__ .li {
    width: 100%;
  }
}

.md-product-11.__ID__ {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.md-product-11.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-product-11.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-product-11.__ID__ .text {
  width: calc( 460 / 1600 * 100%);
}
.md-product-11.__ID__ .txt {
  margin-top: 0.4rem;
}
.md-product-11.__ID__ .ti {
  margin-bottom: 0.5rem;
}
.md-product-11.__ID__ .ti:last-child {
  margin-bottom: 0;
}
.md-product-11.__ID__ .t2 {
  margin-top: 0.2rem;
}
.md-product-11.__ID__ .btns {
  margin-top: 0.5rem;
}
.md-product-11.__ID__ .href {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem;
  padding-left: 0.4rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #043793 0%, #0079df 100%);
  margin-right: 0.2rem;
}
.md-product-11.__ID__ .href .icon {
  width: 2.7777777778em;
  height: 2.7777777778em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--theme);
  display: inline-flex;
  margin-left: 0.3rem;
}
.md-product-11.__ID__ .href svg {
  width: 20%;
  height: 20%;
}
.md-product-11.__ID__ .download {
  width: calc(2.7777777778em + 0.1rem);
  height: calc(2.7777777778em + 0.1rem);
  background-color: #e8e8e8;
  border-radius: 50%;
}
.md-product-11.__ID__ .download svg {
  width: 40%;
  height: 40%;
}
.md-product-11.__ID__ .swipers {
  width: calc( 920 / 1600 * 100%);
  position: relative;
}
.md-product-11.__ID__ .swiper1 {
  width: calc( 530 / 920 * 100%);
}
.md-product-11.__ID__ .swiper2 {
  width: calc( 110 / 920 * 100%);
}
.md-product-11.__ID__ .swiper2 .swiper-container {
  height: 4.7rem;
  margin: 0.2rem 0;
}
.md-product-11.__ID__ .sw1 .img {
  padding-top: 100%;
}
.md-product-11.__ID__ .sw2 {
  height: auto;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.md-product-11.__ID__ .sw2::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border: solid 1px #becce4;
  pointer-events: none;
  z-index: 3;
}
.md-product-11.__ID__ .sw2 .img {
  padding-top: 100%;
}
.md-product-11.__ID__ .sbtn {
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  margin: 0 auto;
  background-color: #e8e8e8;
  color: #666;
}
.md-product-11.__ID__ .sbtn:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #043793 0%, #0079df 100%);
}
.md-product-11.__ID__ .sbtn svg {
  width: calc( 14 / 60 * 100%);
  height: calc( 14 / 60 * 100%);
}
@media screen and (max-width: 900px) {
  .md-product-11.__ID__ .text {
    width: 100%;
    order: 2;
    margin-top: 0.4rem;
  }
  .md-product-11.__ID__ .swipers {
    width: 100%;
    order: 1;
  }
  .md-product-11.__ID__ .swiper1 {
    width: 80%;
  }
  .md-product-11.__ID__ .swiper2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
  }
  .md-product-11.__ID__ .swiper2 .swiper-container {
    height: calc(100% - 2em - 0.4rem);
  }
}

.md-product-12.__ID__ {
  position: relative;
}
.md-product-12.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-product-12.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-product-12.__ID__ .cont {
  padding-top: 1rem;
  padding-bottom: 0.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.md-product-12.__ID__ .box {
  margin-top: 0.3rem;
  background-color: #f9f9f9;
}
.md-product-12.__ID__ .c-pic {
  width: calc( 760 / 1600 * 100%);
}
.md-product-12.__ID__ .img {
  padding-top: calc( 522 / 760 * 100%);
  height: 100%;
}
.md-product-12.__ID__ .text {
  width: calc( 840 / 1600 * 100%);
  padding: 0.3rem 1.1rem;
}
.md-product-12.__ID__ .content {
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .md-product-12.__ID__ .c-pic {
    width: 100%;
  }
  .md-product-12.__ID__ .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.md-product-13.__ID__ {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}
.md-product-13.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-product-13.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-product-13.__ID__ .tab {
  margin-top: 0.4rem;
}
.md-product-13.__ID__ table {
  width: 100%;
}
.md-product-13.__ID__ table,
.md-product-13.__ID__ th,
.md-product-13.__ID__ td {
  border: 1px solid #e5e5e5;
}
.md-product-13.__ID__ thead tr {
  background-image: linear-gradient(90deg, #043793 0%, #0079df 100%);
  color: #fff;
}
.md-product-13.__ID__ td {
  padding: 0.2rem;
}

.md-technology-1.__ID__ {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.1rem;
}
.md-technology-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-technology-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-technology-1.__ID__ .li {
  margin-bottom: 0.4rem;
}
.md-technology-1.__ID__ .li:last-child {
  margin-bottom: 0;
}
.md-technology-1.__ID__ .dd {
  padding: 0.4rem;
  background-color: #f9f9f9;
}
.md-technology-1.__ID__ .imgs {
  width: calc( 520 / 1520 * 100%);
}
.md-technology-1.__ID__ .img {
  padding-top: calc( 325 / 520 * 100%);
}
.md-technology-1.__ID__ .text {
  width: calc( 1000 / 1520 * 100%);
  padding-left: 0.8rem;
}
.md-technology-1.__ID__ .tbox {
  width: 100%;
}
.md-technology-1.__ID__ .intro {
  margin-top: 0.2rem;
}
.md-technology-1.__ID__ .btn {
  display: inline-flex;
  align-items: center;
  color: var(--theme);
  margin-top: 0.3rem;
}
.md-technology-1.__ID__ .btn svg {
  width: 0.5em;
  height: 0.6em;
  margin-left: 0.5em;
}
@media screen and (max-width: 500px) {
  .md-technology-1.__ID__ .imgs {
    width: 100%;
  }
  .md-technology-1.__ID__ .text {
    width: 100%;
    padding: 0;
    margin-top: 0.3rem;
  }
}

.md-technology-11.__ID__ {
  position: relative;
}
.md-technology-11.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-technology-11.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-technology-11.__ID__ .box-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.md-technology-11.__ID__ .box-1 .box-left {
  width: calc( 935 / 1600 * 100%);
}
.md-technology-11.__ID__ .box-1 .watch {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: var(--theme);
  border-radius: 50%;
  cursor: pointer;
}
.md-technology-11.__ID__ .box-1 .watch svg {
  width: 20%;
  height: 20%;
}
.md-technology-11.__ID__ .box-1 .img {
  padding-top: calc( 530 / 965 * 100%);
}
.md-technology-11.__ID__ .box-1 .text {
  width: calc( 630 / 1600 * 100%);
}
.md-technology-11.__ID__ .box-1 .h1 {
  line-height: 1;
}
.md-technology-11.__ID__ .box-1 .intro {
  margin-top: 0.3rem;
}
.md-technology-11.__ID__ .box-1 .btns {
  margin-top: 0.5rem;
}
.md-technology-11.__ID__ .box-1 .href {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem;
  padding-left: 0.4rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #043793 0%, #0079df 100%);
}
.md-technology-11.__ID__ .box-1 .href .icon {
  width: 2.7777777778em;
  height: 2.7777777778em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--theme);
  display: inline-flex;
  margin-left: 0.3rem;
}
.md-technology-11.__ID__ .box-1 .href svg {
  width: 20%;
  height: 20%;
}
.md-technology-11.__ID__ .box-2 {
  padding-top: 0.7rem;
  padding-bottom: 0.9rem;
}
.md-technology-11.__ID__ .box-2 .content {
  margin-top: 0.3rem;
}

.md-contact-1.__ID__ {
  position: relative;
  padding-top: 0.88rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.md-contact-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-contact-1.__ID__ .logo {
  position: absolute;
  top: 0.66rem;
  right: calc( 240 / 1920 * 100%);
  opacity: 0.2;
  pointer-events: none;
}
.md-contact-1.__ID__ .logo img {
  height: 1.66rem;
}
.md-contact-1.__ID__ .box {
  margin-top: 0.28rem;
  padding: 0.6rem 1rem 0;
  position: relative;
}
.md-contact-1.__ID__ .box::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0.2rem 0 0 0;
}
.md-contact-1.__ID__ .form {
  position: relative;
}
.md-contact-1.__ID__ .fitem {
  width: calc( 685 / 1400 * 100%);
  margin-bottom: 0.4rem;
}
.md-contact-1.__ID__ .ww100 {
  width: 100%;
}
.md-contact-1.__ID__ .fi-active .placehold {
  display: none;
}
.md-contact-1.__ID__ .inp {
  position: relative;
}
.md-contact-1.__ID__ .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  color: #999;
}
.md-contact-1.__ID__ .placehold span {
  color: #ff0000;
}
.md-contact-1.__ID__ .ip {
  width: 100%;
  height: 3.5em;
  background-color: #fff;
  border: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0.08);
}
.md-contact-1.__ID__ .btns {
  margin-top: 0.45rem;
}
.md-contact-1.__ID__ .submit {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem;
  padding-left: 0.4rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #043793 0%, #0079df 100%);
  border: none;
  margin-right: 0.2rem;
  cursor: pointer;
}
.md-contact-1.__ID__ .submit .icon {
  width: 2.7777777778em;
  height: 2.7777777778em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--theme);
  display: inline-flex;
  margin-left: 0.3rem;
}
.md-contact-1.__ID__ .submit svg {
  width: 20%;
  height: 20%;
}
@media screen and (max-width: 900px) {
  .md-contact-1.__ID__ .box {
    padding: 0.3rem 0.3rem 0;
  }
  .md-contact-1.__ID__ .fitem {
    width: 100%;
  }
}

.md-service-1.__ID__ {
  position: relative;
  padding-top: 0.88rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.md-service-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-service-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-service-1.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.18rem;
}
.md-service-1.__ID__ .h2::after {
  content: "";
  width: 0.36rem;
  height: 0.04rem;
  background-color: var(--active);
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-service-1.__ID__ .box {
  margin-top: 0.4rem;
}
.md-service-1.__ID__ .box-left {
  background-color: #f9f9f9;
  width: calc( 1040 / 1600 * 100%);
  padding: 0.8rem 0;
}
.md-service-1.__ID__ .box-right {
  background-color: #f9f9f9;
  width: calc( 520 / 1600 * 100%);
  padding: 0.75rem 0.6rem;
}
.md-service-1.__ID__ .nitem {
  padding-left: 0.6rem;
  padding-right: 0.9rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.md-service-1.__ID__ .nitem:last-child {
  border-right: none;
}
.md-service-1.__ID__ .n11 {
  color: var(--active);
}
.md-service-1.__ID__ .n12 {
  margin-top: 0.2rem;
}
.md-service-1.__ID__ .n13 {
  margin-top: 0.8rem;
}
.md-service-1.__ID__ .n13 img {
  height: 1.08rem;
  width: 1.08rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-service-1.__ID__ .ewm {
  width: 2.4rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.2rem;
  box-shadow: 0 0 0 1px #000;
}
.md-service-1.__ID__ .ewm img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .md-service-1.__ID__ .box-left {
    width: 100%;
  }
  .md-service-1.__ID__ .box-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .md-service-1.__ID__ .box-left {
    padding: 0.3rem 0;
  }
  .md-service-1.__ID__ .nlist {
    flex-wrap: wrap;
  }
  .md-service-1.__ID__ .nitem {
    width: 100%;
    border-right: none;
    padding: 0.5rem;
  }
  .md-service-1.__ID__ .nitem:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .md-service-1.__ID__ .n13 {
    margin-top: 0.2rem;
  }
}

.md-solution-1.__ID__ {
  position: relative;
  padding-top: 0.88rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.md-solution-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-solution-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-solution-1.__ID__ .box {
  position: relative;
  min-height: 6.4rem;
}
.md-solution-1.__ID__ .c-pic {
  border-radius: 0.1rem;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-solution-1.__ID__ .c-pic::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(4, 55, 147, 0) 0%, #043793 100%);
}
.md-solution-1.__ID__ .img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.md-solution-1.__ID__ .text {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 0.5rem 1rem;
}
.md-solution-1.__ID__ .tbox {
  width: 5rem;
  min-width: 300px;
  max-width: 100%;
}
.md-solution-1.__ID__ .line {
  width: 1em;
  height: 0.06rem;
  border-radius: 1rem;
  margin-top: 0.08rem;
  margin-bottom: 0.33rem;
}
.md-solution-1.__ID__ .intro {
  line-height: calc(30 / 16);
}
@media screen and (max-width: 900px) {
  .md-solution-1.__ID__ .img {
    padding-top: 50%;
  }
  .md-solution-1.__ID__ .text {
    padding: 0.6rem 0.4rem;
  }
  .md-solution-1.__ID__ .line {
    margin-bottom: 0.2rem;
  }
  .md-solution-1.__ID__ .box {
    position: relative;
    min-height: 4rem;
  }
}

.md-solution-2.__ID__ {
  position: relative;
  padding-top: 0.5rem;
}
.md-solution-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-solution-2.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-solution-2.__ID__ .box-left {
  width: calc( 300 / 1600 * 100%);
  box-shadow: 1px 0 0 0 #e8e8e8;
}
.md-solution-2.__ID__ .box-right {
  width: calc( 1160 / 1600 * 100%);
  padding-bottom: 1.15rem;
}
.md-solution-2.__ID__ .nav {
  position: sticky;
  top: 1rem;
}
.md-solution-2.__ID__ .nav .ni {
  box-shadow: 0 -1px 0 0 inset #e8e8e8;
}
.md-solution-2.__ID__ .nav .na {
  display: block;
  padding: 0.26rem 0;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.md-solution-2.__ID__ .nav .na:hover {
  color: var(--active);
}
.md-solution-2.__ID__ .nav .active {
  color: var(--active);
}
.md-solution-2.__ID__ .nav .active .na::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #0152a1;
  position: absolute;
  right: -1px;
  top: 0;
}
.md-solution-2.__ID__ .swiper .img {
  padding-top: calc( 520 / 1160 * 100%);
}
.md-solution-2.__ID__ .swiper .swiper-container {
  border-radius: 0.1rem;
}
.md-solution-2.__ID__ .swiper .swiper-pagination {
  bottom: 0.2rem;
}
.md-solution-2.__ID__ .swiper .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0.04rem;
  opacity: 0.5;
}
.md-solution-2.__ID__ .swiper .swiper-pagination-bullet-active {
  background-color: #0152a1;
  opacity: 1;
}
.md-solution-2.__ID__ .h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.md-solution-2.__ID__ .pitem {
  margin-bottom: 0.75rem;
  position: relative;
  letter-spacing: 1px;
}
.md-solution-2.__ID__ .pitem:last-child {
  margin-bottom: 0;
}
.md-solution-2.__ID__ .pitem .h3 {
  line-height: 1;
  position: relative;
  padding-left: 0.5em;
}
.md-solution-2.__ID__ .pitem .h3::before {
  content: "";
  width: 0.2em;
  height: 1em;
  background-color: #0152a1;
  position: absolute;
  left: 0;
  top: 0;
}
.md-solution-2.__ID__ .pitem .content {
  line-height: calc(28 / 16);
  margin-top: 0.26rem;
}
.md-solution-2.__ID__ .nsw {
  width: auto;
  padding: 1em 0;
  margin-right: 2em;
  cursor: pointer;
}
.md-solution-2.__ID__ .nsw.on {
  color: var(--active);
}
.md-solution-2.__ID__ .tip {
  color: #0152a1;
  margin-top: 0.63rem;
}
@media screen and (min-width: 901px) {
  .md-solution-2.__ID__ .nav-swiper {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-solution-2.__ID__ .box-left {
    width: 100%;
    display: none;
  }
  .md-solution-2.__ID__ .box-right {
    width: 100%;
  }
  .md-solution-2.__ID__ .nav-swiper {
    position: sticky;
    top: 1rem;
    z-index: 30;
  }
}

.md-solution-3.__ID__ {
  background-color: #f3f3f3;
  position: relative;
  padding-top: 1.1rem;
  padding-bottom: 1.4rem;
}
.md-solution-3.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-solution-3.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-solution-3.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.13rem;
}
.md-solution-3.__ID__ .h2.text-center::before {
  left: 50%;
  transform: translate(-50%);
}
.md-solution-3.__ID__ .h2::before {
  content: "";
  width: 0.4rem;
  height: 0.05rem;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.1rem;
}
.md-solution-3.__ID__ .form {
  margin-top: 0.6rem;
}
.md-solution-3.__ID__ .fitem {
  width: calc( 780 / 1600 * 100%);
  margin-bottom: 0.2rem;
}
.md-solution-3.__ID__ .ww100 {
  width: 100%;
}
.md-solution-3.__ID__ .inp {
  position: relative;
}
.md-solution-3.__ID__ .ip {
  width: 100%;
  height: 3.75em;
  padding: 0 0.2rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.1rem;
}
.md-solution-3.__ID__ .ip::-moz-placeholder {
  color: #ccc;
}
.md-solution-3.__ID__ .ip::placeholder {
  color: #ccc;
}
.md-solution-3.__ID__ .ip:focus {
  box-shadow: 0px 3px 0.15rem 0px rgba(23, 60, 106, 0.15);
  border: solid 1px #043793;
}
.md-solution-3.__ID__ .ta {
  display: block;
  width: 100%;
  height: 2rem;
  padding: 0.16rem 0.2rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.1rem;
}
.md-solution-3.__ID__ .ta::-moz-placeholder {
  color: #ccc;
}
.md-solution-3.__ID__ .ta::placeholder {
  color: #ccc;
}
.md-solution-3.__ID__ .ta:focus {
  box-shadow: 0px 3px 0.15rem 0px rgba(23, 60, 106, 0.15);
  border: solid 1px #043793;
}
.md-solution-3.__ID__ .submit {
  display: inline-flex;
  align-items: center;
  padding: 0 0.4rem;
  height: 3.75em;
  border-radius: 1rem;
  background-color: var(--active);
  border: none;
  color: #fff;
  cursor: pointer;
}
.md-solution-3.__ID__ .submit .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/sol3-0.png);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center;
  margin-left: 0.12rem;
}
.md-solution-3.__ID__ .fbi .inp {
  width: 3rem;
}
.md-solution-3.__ID__ .ewm {
  height: 3.75em;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .md-solution-3.__ID__ .box {
    padding: 0.3rem 0.3rem 0;
  }
  .md-solution-3.__ID__ .fitem {
    width: 100%;
  }
  .md-solution-3.__ID__ .fbi {
    width: 100%;
    margin-bottom: 4%;
  }
  .md-solution-3.__ID__ .inp {
    flex-grow: 1;
  }
  .md-solution-3.__ID__ .submit {
    padding: 0 0.6rem;
  }
}