@charset "UTF-8";
/* 行高  字体大小  行数 是否计算为max-height */
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag .cp_a {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.05rem;
  line-height: 1;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.com-pag .cp_a:hover, .com-pag .cp_a.on {
  color: #fff;
  background-color: var(--active);
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #fff;
  color: var(--theme);
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 17.3913043478%;
  height: 30.4347826087%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: var(--theme);
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .cp_te {
  min-width: 6.25em;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag svg {
  width: 1em;
  height: 1em;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 900px) {
  .com-pag .cp_a {
    margin: 0.05rem;
  }
  .com-pag .cp_te {
    min-width: 4em;
  }
}

.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(680 / 1920 * 100%);
}
.md-com-banner.__ID__ .cb_bg picture {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-com-banner.__ID__ .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.md-com-banner.__ID__ .desc {
  line-height: 1.8;
  margin-top: 0.12rem;
}
.md-com-banner.__ID__ .btns {
  margin-top: 0.72rem;
}
.md-com-banner.__ID__ .more {
  min-width: 2.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme);
  line-height: 1;
  padding: 0.22rem 0.3rem;
  border-radius: 1rem;
  transition: 0.5s;
}
.md-com-banner.__ID__ .more:hover {
  background-color: var(--active);
  box-shadow: 0.12rem 0.12rem 0.32rem 0px rgba(104, 144, 219, 0.23);
}
.md-com-banner.__ID__ .more svg {
  width: 1.25em;
  height: 1.25em;
  margin-left: 1em;
}
.md-com-breadnav.__ID__ {
  position: relative;
  z-index: 30;
  box-shadow: 0 -1px 0 0 inset rgba(0, 0, 0, 0.08);
}
.md-com-breadnav.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-com-breadnav.__ID__.has-bg {
  background-color: #f8f9fd;
}
.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.6rem;
  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: 3px;
  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: 0.7rem;
}
.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;
  flex-wrap: wrap;
  position: relative;
  line-height: 0.7rem;
}
.md-com-breadnav.__ID__ .zone-nav .icon {
  margin-right: 0.14rem;
  display: inline-flex;
  align-items: center;
  color: var(--active);
}
.md-com-breadnav.__ID__ .zone-nav .icon svg {
  width: 1.25em;
  height: 1.25em;
}
.md-com-breadnav.__ID__ .zone-nav .sp1 {
  position: relative;
  margin: 0 0.5em;
}
.md-com-breadnav.__ID__ .zone-nav .z_a {
  position: relative;
  transition: 0.3s;
}
.md-com-breadnav.__ID__ .zone-nav .z_a.on, .md-com-breadnav.__ID__ .zone-nav .z_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;
  }
}

.md-about-1.__ID__ {
  padding-top: 1.04rem;
  padding-bottom: 1.15rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f6;
}
.md-about-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-1.__ID__ .left1 {
  width: calc( 360 / 1600 * 100%);
}
.md-about-1.__ID__ .right1 {
  width: calc( 950 / 1600 * 100%);
}
.md-about-1.__ID__ .year {
  line-height: 1.2;
  font-weight: bold;
  color: var(--active);
}
.md-about-1.__ID__ .content {
  line-height: calc(32 / 18);
  margin-top: 0.16rem;
}
@media screen and (max-width: 900px) {
  .md-about-1.__ID__ .left1 {
    width: 100%;
  }
  .md-about-1.__ID__ .right1 {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.md-about-2.__ID__ {
  position: relative;
  background-attachment: fixed;
}
.md-about-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-2.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-2.__ID__ .box {
  min-height: calc( 900vw / 1920 * 100);
  padding: 1rem 0;
}
.md-about-2.__ID__ .text {
  width: 7rem;
  max-width: 100%;
}
.md-about-2.__ID__ .line {
  width: 1em;
  height: 0.05rem;
  margin-top: 0.24rem;
  margin-bottom: 0.52rem;
}
.md-about-2.__ID__ .content {
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .md-about-2.__ID__ .ul {
    justify-content: space-between;
  }
  .md-about-2.__ID__ .li {
    width: 100%;
  }
}

.md-about-3.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.md-about-3.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-3.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-3.__ID__ .swiper {
  margin-top: 1.14rem;
  position: relative;
}
.md-about-3.__ID__ .sw .s-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  height: 3.32rem;
}
.md-about-3.__ID__ .sw .s-top .img {
  max-width: 90%;
  display: flex;
  border: 0.1rem solid transparent;
  -o-border-image: url("../images/ab3-01.png") 10 stretch;
     border-image: url("../images/ab3-01.png") 10 fill stretch;
  border-image-width: 0.1rem;
  max-height: 3.32rem;
}
.md-about-3.__ID__ .sw .s-top img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-3.__ID__ .sw .s-bot {
  position: relative;
}
.md-about-3.__ID__ .sw .podium img {
  width: 100%;
  display: block;
}
.md-about-3.__ID__ .sw .name {
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 100%;
  line-height: calc(24 / 18);
}
.md-about-3.__ID__ .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--active);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 0.2rem;
  z-index: 20;
  transition: 0.5s;
}
.md-about-3.__ID__ .sbtn:hover {
  background-color: var(--active);
  color: #fff;
}
.md-about-3.__ID__ .sbtn svg {
  width: 32%;
  height: 32%;
}
.md-about-3.__ID__ .prev {
  left: 0;
}
.md-about-3.__ID__ .next {
  right: 0;
}
@media screen and (max-width: 900px) {
  .md-about-3.__ID__ .swiper2 {
    width: 100%;
    position: relative;
    inset: 0;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
  }
  .md-about-3.__ID__ .sw1 .text {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.3rem;
  }
}

/* 关于-原理 */
.md-news-1.__ID__ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-news-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-news-1.__ID__ .big .ba:hover .img {
  transform: scale(1.1);
}
.md-news-1.__ID__ .big .ba:hover .title {
  color: var(--active);
}
.md-news-1.__ID__ .big .ba:hover .btn {
  background-color: var(--active);
  box-shadow: 0.12rem 0.12rem 0.32rem 0px rgba(104, 144, 219, 0.23);
}
.md-news-1.__ID__ .big .c-pic {
  width: 50%;
}
.md-news-1.__ID__ .big .img {
  padding-top: calc( 520 / 800 * 100%);
  height: 100%;
}
.md-news-1.__ID__ .big .text {
  width: 50%;
  padding: 0.4rem 0.8rem;
}
.md-news-1.__ID__ .big .tbox {
  width: 100%;
}
.md-news-1.__ID__ .big .title {
  line-height: 1.2;
  transition: 0.5s;
}
.md-news-1.__ID__ .big .line {
  width: 1em;
  height: 0.05rem;
  margin-top: 0.35rem;
  margin-bottom: 0.42rem;
  background-color: var(--active);
}
.md-news-1.__ID__ .big .intro {
  line-height: calc(34 / 18);
  height: calc(34em / 18 * 3);
  margin-top: 0.22rem;
}
.md-news-1.__ID__ .big .time {
  margin-top: 0.36rem;
}
.md-news-1.__ID__ .big .time svg {
  width: 1em;
  height: 1em;
  color: var(--active);
  margin-right: 0.5em;
}
.md-news-1.__ID__ .big .btns {
  margin-top: 0.54rem;
}
.md-news-1.__ID__ .big .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 1rem;
  background-color: var(--theme);
  padding: 0.22rem 0.32rem;
  transition: 0.5s;
}
.md-news-1.__ID__ .big .btn svg {
  width: 0.75em;
  height: 1em;
  flex-shrink: 0;
  margin-left: 0.16rem;
}
@media screen and (max-width: 900px) {
  .md-news-1.__ID__ .big .c-pic {
    width: 100%;
  }
  .md-news-1.__ID__ .big .text {
    width: 100%;
    padding: 0.4rem;
  }
}
.md-news-1.__ID__ .news-list {
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 900px) {
  .md-news-1.__ID__ .tops {
    flex-wrap: wrap;
  }
  .md-news-1.__ID__ .tags {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
}

.news-list.__ID__ .li {
  width: calc(506 / 1600 * 100%);
  margin-right: calc(40 / 1600 * 100%);
}
.news-list.__ID__ .li:nth-child(3n) {
  margin-right: 0;
}
.news-list.__ID__ .li {
  margin-bottom: 0.4rem;
}
.news-list.__ID__ .dd {
  display: block;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.news-list.__ID__ .dd::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 0 100%);
  background-color: var(--active);
  transition: 1s;
  z-index: 0;
}
.news-list.__ID__ .dd::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 100% 50%);
  background-color: var(--active);
  transition: 1s;
  z-index: 0;
}
.news-list.__ID__ .dd:hover::before {
  clip-path: circle(100% at 0 100%);
}
.news-list.__ID__ .dd:hover::after {
  clip-path: circle(100% at 100% 50%);
}
.news-list.__ID__ .dd:hover .img {
  transform: scale(1.1);
}
.news-list.__ID__ .dd:hover .text {
  filter: brightness(0) invert(1);
}
.news-list.__ID__ .c-pic {
  z-index: 2;
}
.news-list.__ID__ .img {
  padding-top: calc( 330 / 506 * 100%);
}
.news-list.__ID__ .text {
  padding: 0.4rem 0.5rem 0.44rem;
  position: relative;
  transition: 0.5s;
  z-index: 2;
}
.news-list.__ID__ .time {
  line-height: 1;
}
.news-list.__ID__ .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  flex-shrink: 0;
  color: var(--active);
}
.news-list.__ID__ .title {
  line-height: calc(32 / 20);
  height: calc(32em / 20 * 2);
  margin-top: 0.25rem;
}
.news-list.__ID__ .intro {
  margin-top: 0.21rem;
}
@media screen and (max-width: 900px) {
  .news-list.__ID__ {
    justify-content: space-between;
  }
  .news-list.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .news-list.__ID__ .li {
    width: 100%;
  }
}

.md-news-11.__ID__ {
  padding-top: 0.95rem;
  padding-bottom: 0.9rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-news-11.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
.md-news-11.__ID__ .box {
  padding-top: 0.9rem;
  padding-bottom: 0.96rem;
}
.md-news-11.__ID__ .box-left {
  width: calc( 1080 / 1600 * 100%);
}
.md-news-11.__ID__ .box-right {
  width: calc( 320 / 1600 * 100%);
  padding-top: 0.78rem;
}
.md-news-11.__ID__ .det-top {
  padding-bottom: 0.16rem;
  position: relative;
  z-index: 50;
}
.md-news-11.__ID__ .det-top .back {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--active);
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.md-news-11.__ID__ .det-top .back:hover {
  background-color: var(--active);
  color: #fff;
}
.md-news-11.__ID__ .det-top .back svg {
  width: calc( 20 / 60 * 100%);
  height: calc( 20 / 60 * 100%);
}
.md-news-11.__ID__ .det-top .h1 {
  line-height: 1.2;
}
.md-news-11.__ID__ .det-top .info {
  margin-top: 0.38rem;
}
.md-news-11.__ID__ .det-top .ifi {
  margin-right: 1rem;
}
.md-news-11.__ID__ .det-top .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.md-news-11.__ID__ .det-top .time svg {
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  color: var(--active);
}
.md-news-11.__ID__ .det-top .shares .si {
  position: relative;
  margin-left: 0.15rem;
}
.md-news-11.__ID__ .det-top .shares .si:hover .hd {
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
}
.md-news-11.__ID__ .det-top .shares .si:hover .hi {
  filter: brightness(0) invert(1);
}
.md-news-11.__ID__ .det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-news-11.__ID__ .det-top .shares .si:last-child {
  margin-right: 0;
}
.md-news-11.__ID__ .det-top .shares .hd {
  width: 2em;
  height: 2em;
  background-color: #f3f4f6;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.md-news-11.__ID__ .det-top .shares .hi {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-news-11.__ID__ .det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.2rem;
  z-index: 30;
  transition: 0.3s;
}
.md-news-11.__ID__ .det-top .shares .bd .bbox {
  padding: 0.1rem;
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.md-news-11.__ID__ .det-top .shares .bd img {
  display: block;
  width: 1.1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .md-news-11.__ID__ .det-top .info {
    flex-wrap: wrap;
    gap: 1em;
  }
  .md-news-11.__ID__ .det-top .ifi {
    margin-right: 0;
  }
}
.md-news-11.__ID__ .det-cen {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  line-height: calc(30 / 16);
}
.md-news-11.__ID__ .det-bot {
  padding-top: 0.42rem;
}
.md-news-11.__ID__ .det-bot .ua {
  line-height: calc(34 / 16);
  transition: 0.5s;
}
.md-news-11.__ID__ .det-bot .ua:hover {
  color: var(--active);
}
.md-news-11.__ID__ .det-bot .btns {
  margin-top: 0.67rem;
}
.md-news-11.__ID__ .det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.2rem;
  background-color: var(--theme);
  color: #fff;
  border-radius: 1rem;
  transition: 0.5s;
}
.md-news-11.__ID__ .det-bot .db_btn:hover {
  transform: translateY(-0.1rem);
}
.md-news-11.__ID__ .det-bot .db_btn svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .md-news-11.__ID__ .det-bot {
    flex-wrap: wrap;
  }
  .md-news-11.__ID__ .det-bot .det_ul {
    width: 100%;
    max-width: 100%;
  }
  .md-news-11.__ID__ .det-bot li {
    width: 100%;
    max-width: none;
    margin: 5px 0;
  }
  .md-news-11.__ID__ .det-bot .db_btn {
    margin-top: 0.2rem;
  }
}
.md-news-11.__ID__ .cr-tit {
  position: relative;
  line-height: 1;
  padding-left: 0.2rem;
}
.md-news-11.__ID__ .cr-tit::before {
  content: "";
  border-left: 0.4em solid var(--active);
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md-news-11.__ID__ .list {
  margin-top: 0.3rem;
  padding-top: 0.1rem;
}
.md-news-11.__ID__ .list .li {
  padding: 0.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.md-news-11.__ID__ .list .ca {
  display: block;
}
.md-news-11.__ID__ .list .ca:hover .img {
  transform: scale(1.1);
}
.md-news-11.__ID__ .list .ca:hover .title {
  color: var(--active);
}
.md-news-11.__ID__ .list .img {
  padding-top: calc( 180 / 322 * 100%);
}
.md-news-11.__ID__ .list .title {
  transition: 0.5s;
}
.md-news-11.__ID__ .list .time {
  margin-top: 0.08rem;
}
@media screen and (max-width: 900px) {
  .md-news-11.__ID__ .box-left {
    width: 100%;
  }
  .md-news-11.__ID__ .box-right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-news-11.__ID__ .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .md-news-11.__ID__ .li {
    width: 100%;
    margin-right: 0;
  }
}

.md-news-12.__ID__ {
  padding-top: 0.86rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-news-12.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
.md-news-12.__ID__ .swiper {
  margin-top: 0.35rem;
}
.md-news-12.__ID__ .sw {
  height: auto;
  background-color: #f4f4f6;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.md-news-12.__ID__ .sw::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 0 100%);
  background-color: var(--active);
  transition: 1s;
  z-index: 0;
}
.md-news-12.__ID__ .sw::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 100% 50%);
  background-color: var(--active);
  transition: 1s;
  z-index: 0;
}
.md-news-12.__ID__ .sw:hover::before {
  clip-path: circle(100% at 0 100%);
}
.md-news-12.__ID__ .sw:hover::after {
  clip-path: circle(100% at 100% 50%);
}
.md-news-12.__ID__ .sw:hover .img {
  transform: scale(1.1);
}
.md-news-12.__ID__ .sw:hover .text {
  filter: brightness(0) invert(1);
}
.md-news-12.__ID__ .c-pic {
  z-index: 2;
}
.md-news-12.__ID__ .img {
  padding-top: calc( 230 / 373 * 100%);
}
.md-news-12.__ID__ .text {
  padding: 0.27rem 0.3rem 0.34rem;
  position: relative;
  transition: 0.5s;
  z-index: 2;
}
.md-news-12.__ID__ .time {
  line-height: 1;
  margin-top: 0.22rem;
}
.md-news-12.__ID__ .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  flex-shrink: 0;
  color: var(--active);
}
.md-news-12.__ID__ .title {
  line-height: calc(24 / 18);
  height: calc(24em / 18 * 2);
}

.md-product-1.__ID__ {
  position: relative;
  background-color: #f4f4f6;
}
.md-product-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-product-1.__ID__ .page-left {
  width: calc( 340 / 1600 * 100%);
  position: relative;
  padding-top: 0.92rem;
  padding-bottom: 1rem;
}
.md-product-1.__ID__ .page-right {
  width: calc( 1200 / 1600 * 100%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.md-product-1.__ID__ .navs {
  position: relative;
}
@media screen and (min-width: 901px) {
  .md-product-1.__ID__ .page-left::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: 0;
  }
  .md-product-1.__ID__ .navs {
    right: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .md-product-1.__ID__ .page-left {
    width: 100%;
    padding-bottom: 0.2rem;
    background-color: #fff;
  }
  .md-product-1.__ID__ .page-right {
    width: 100%;
    padding-top: 0.4rem;
  }
  .md-product-1.__ID__ .nav2 {
    display: none;
  }
}
.md-product-1.__ID__ .nav1 {
  position: relative;
}
.md-product-1.__ID__ .nav1 .ul1 {
  margin-top: 0.27rem;
}
.md-product-1.__ID__ .nav1 .li1 {
  margin-bottom: 0.05rem;
}
.md-product-1.__ID__ .nav1 .a1 {
  display: block;
  position: relative;
  padding: 0.17rem 0.3rem;
  transition: 0.5s;
}
.md-product-1.__ID__ .nav1 .a1:hover {
  color: var(--active);
}
.md-product-1.__ID__ .nav1 .dt {
  position: relative;
}
.md-product-1.__ID__ .nav1 .dt::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 4px;
  height: 100%;
  background-color: var(--active);
}
.md-product-1.__ID__ .nav1 .active i {
  transform: rotate(225deg);
}
.md-product-1.__ID__ .nav1 i {
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 0.1rem;
  top: calc(50% - 0.5em);
  transform: rotate(45deg);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
/* .md-product-1.__ID__ .nav1 .active i::before {
  opacity: 0;
}
.md-product-1.__ID__ .nav1 i {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.1rem;
  top: calc(50% - 0.5em);
}
.md-product-1.__ID__ .nav1 i::before, .md-product-1.__ID__ .nav1 i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
}
.md-product-1.__ID__ .nav1 i::before {
  width: 2px;
  height: 100%;
}
.md-product-1.__ID__ .nav1 i::after {
  height: 2px;
  width: 100%;
} */
.md-product-1.__ID__ .nav1 .ul2 {
  display: none;
}
.md-product-1.__ID__ .nav1 .a2 {
  display: block;
  position: relative;
  padding: 0.17rem 0.3rem;
  transition: 0.5s;
}
.md-product-1.__ID__ .nav1 .a2:hover {
  color: var(--active);
}
.md-product-1.__ID__ .nav2 {
  position: relative;
  margin-top: 0.48rem;
}
.md-product-1.__ID__ .nav2 .h-list {
  margin-top: 0.28rem;
}
.md-product-1.__ID__ .nav2 .li {
  width: calc( 165 / 340 * 100%);
  margin-bottom: 0.24rem;
}
.md-product-1.__ID__ .nav2 .ha {
  display: block;
}
.md-product-1.__ID__ .nav2 .ha:hover .img {
  transform: scale(1.1);
}
.md-product-1.__ID__ .nav2 .ha:hover .title {
  color: var(--active);
}
.md-product-1.__ID__ .nav2 .s-top {
  position: relative;
  background-color: rgba(0, 0, 0, 0.95);
}
.md-product-1.__ID__ .nav2 .mark {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  opacity: 0.4;
  pointer-events: none;
}
.md-product-1.__ID__ .nav2 .mark img {
  width: 0.4rem;
  display: block;
}
.md-product-1.__ID__ .nav2 .img {
  padding-top: 100%;
}
.md-product-1.__ID__ .nav2 .text {
  position: relative;
  margin-top: 0.14rem;
}
.md-product-1.__ID__ .nav2 .title {
  transition: 0.5s;
}
.md-product-1.__ID__ .pro-list {
  margin-bottom: 0.1rem;
}

.pro-list.__ID__ .li {
  width: calc(277 / 1200 * 100%);
  margin-right: calc(30 / 1200 * 100%);
}
.pro-list.__ID__ .li:nth-child(4n) {
  margin-right: 0;
}
.pro-list.__ID__ .li {
  margin-bottom: 0.42rem;
}
.pro-list.__ID__ .aa {
  display: block;
  position: relative;
  transition: 0.5s;
}
.pro-list.__ID__ .aa:hover .img {
  transform: scale(1.05);
}
.pro-list.__ID__ .aa:hover .title {
  color: var(--active);
}
.pro-list.__ID__ .a-top {
  position: relative;
  background-color: rgba(0, 0, 0, 0.95);
}
.pro-list.__ID__ .mark {
  position: absolute;
  top: 0.16rem;
  right: 0.2rem;
  opacity: 0.4;
  pointer-events: none;
}
.pro-list.__ID__ .mark img {
  width: 0.66rem;
  display: block;
}
.pro-list.__ID__ .img {
  padding-top: 100%;
}
.pro-list.__ID__ .text {
  position: relative;
  margin-top: 0.22rem;
}
.pro-list.__ID__ .title {
  transition: 0.5s;
}
@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;
  }
}
.md-product-11.__ID__ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f4f4f6;
}
.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__ .box-left {
  width: calc( 720 / 1600 * 100%);
}
.md-product-11.__ID__ .box-right {
  width: calc( 760 / 1600 * 100%);
  padding-right: 1.2rem;
}
.md-product-11.__ID__ .swiper {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e2e2e2;
}
.md-product-11.__ID__ .sw1 .img {
  padding-top: calc( 520 / 720 * 100%);
}
.md-product-11.__ID__ .swiper2 {
  position: relative;
}
.md-product-11.__ID__ .swiper2 .swiper-container {
  padding: 0.2rem 0;
}
.md-product-11.__ID__ .sw2 {
  cursor: pointer;
}
.md-product-11.__ID__ .sw2 .c-pic {
  transition: 0.5s;
}
.md-product-11.__ID__ .sw2 .img {
  padding-top: calc( 120 / 165 * 100%);
}
.md-product-11.__ID__ .thumb-active .c-pic {
  transform: scale(1.1);
}
.md-product-11.__ID__ .sbtn {
  width: 0.5em;
  height: 1em;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.5em);
  cursor: pointer;
  z-index: 30;
  transition: 0.5s;
}
.md-product-11.__ID__ .sbtn:hover {
  color: var(--active);
}
.md-product-11.__ID__ .sbtn svg {
  width: 100%;
  height: 100%;
}
.md-product-11.__ID__ .prev {
  right: calc(100% + 0.2rem);
}
.md-product-11.__ID__ .next {
  left: calc(100% + 0.2rem);
}
.md-product-11.__ID__ .swiper-pagination {
  position: static;
  margin: 0 0.3rem;
}
.md-product-11.__ID__ .swiper-pagination-bullet {
  width: 2px;
  height: 0.5em;
  margin: 0 0.05rem;
  opacity: 1;
  background-color: #999;
  border-radius: 0;
}
.md-product-11.__ID__ .swiper-pagination-bullet-active {
  height: 1em;
  background-color: var(--active);
}
.md-product-11.__ID__ .text {
  padding-top: 0.1rem;
}
.md-product-11.__ID__ .name {
  line-height: 1.25;
}
.md-product-11.__ID__ .line {
  height: 1px;
  background-color: #dfdfdf;
  margin-top: 0.2rem;
  margin-bottom: 0.39rem;
}
.md-product-11.__ID__ .content {
  line-height: 1.75;
}
.md-product-11.__ID__ .content table {
  background-color: #fff;
}
.md-product-11.__ID__ .content td {
  padding: 0.09rem 0.3rem;
  border: solid 1px #f1f1f1;
}
.md-product-11.__ID__ .btns {
  margin-top: 0.2rem;
  position: relative;
}
.md-product-11.__ID__ .btn {
  width: calc( 310 / 640 * 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.1rem;
  margin-bottom: 0.2rem;
  border-radius: 0.05rem;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.md-product-11.__ID__ .btn:hover {
  background-color: var(--active);
  color: #fff;
}
.md-product-11.__ID__ .btn svg {
  width: 0.75em;
  height: 1em;
  margin-right: 0.2rem;
}
@media screen and (max-width: 900px) {
  .md-product-11.__ID__ .box-left {
    width: 100%;
  }
  .md-product-11.__ID__ .box-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.pro-dialog.__ID__ {
  position: relative;
  z-index: 101;
  display: none;
}
.pro-dialog.__ID__.show {
  display: block;
}
.pro-dialog.__ID__ .dlg-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.pro-dialog.__ID__ .dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.2rem;
  max-width: 96%;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem 0.5rem 0.5rem;
}
.pro-dialog.__ID__ .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  width: 1em;
  height: 1em;
  cursor: pointer;
}
.pro-dialog.__ID__ .close:hover {
  color: var(--active);
}
.pro-dialog.__ID__ .close svg {
  width: 100%;
  height: 100%;
}
.pro-dialog.__ID__ .fbox {
  margin-top: 0.2rem;
}
.pro-dialog.__ID__ .fitem {
  width: calc( 350 / 720 * 100%);
  margin-bottom: 0.14rem;
}
.pro-dialog.__ID__ .fi-active .placehold {
  display: none;
}
.pro-dialog.__ID__ .ww100 {
  width: 100%;
}
.pro-dialog.__ID__ .ft {
  margin-bottom: 0.16rem;
}
.pro-dialog.__ID__ .inp {
  position: relative;
}
.pro-dialog.__ID__ .ip {
  width: 100%;
  height: calc( 50em / 16);
  background-color: #f6f6f6;
  border-radius: 0.5em;
  border: none;
  padding: 0 1em;
}
.pro-dialog.__ID__ .textarea {
  display: block;
  width: 100%;
  height: 1.2rem;
  background-color: #f6f6f6;
  border: none;
  border-radius: 0.5em;
  padding: 1em;
}
.pro-dialog.__ID__ .placehold {
  position: absolute;
  left: 0;
  top: 0%;
  line-height: calc( 54em / 14);
  width: 100%;
  pointer-events: none;
}
.pro-dialog.__ID__ .placehold span {
  color: var(--active);
}
.pro-dialog.__ID__ .code {
  height: 100%;
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 0;
}
.pro-dialog.__ID__ .btns {
  margin-top: 0.2rem;
}
.pro-dialog.__ID__ .submit {
  border: none;
  cursor: pointer;
  min-width: 1.6rem;
  height: calc( 50em / 14);
  border-radius: 1rem;
  padding: 0 0.5rem;
  text-align: center;
  background-color: var(--active);
}
@media screen and (max-width: 900px) {
  .pro-dialog.__ID__ .fitem {
    width: 100% !important;
  }
  .pro-dialog.__ID__ .code {
    right: 0;
    left: auto;
  }
  .pro-dialog.__ID__ .ip {
    height: 2.5em;
  }
  .pro-dialog.__ID__ .submit {
    height: 3em;
  }
}

.md-product-12.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 1rem;
  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__ .subtitle {
  margin-top: 0.06rem;
}
.md-product-12.__ID__ .desc {
  line-height: calc(30 / 16);
  margin-top: 0.14rem;
}
.md-product-12.__ID__ .content {
  margin-top: 0.1rem;
}
.md-product-12.__ID__ .video {
  position: relative;
  padding-top: 43.75%;
  margin-top: 0.46rem;
}
.md-product-12.__ID__ .vdo {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-product-12.__ID__ .mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 30;
  cursor: pointer;
}
.md-product-12.__ID__ .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  color: var(--active);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.md-product-12.__ID__ .watch::after {
  content: "";
  width: 1.4285714286em;
  height: 1.4285714286em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
}
.md-product-12.__ID__ .watch svg {
  width: 20%;
  height: 20%;
}
@media screen and (max-width: 900px) {
  .md-product-12.__ID__ .list {
    justify-content: space-between;
  }
  .md-product-12.__ID__ .li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .md-product-12.__ID__ .li {
    width: 100%;
  }
}

.md-product-13.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 0.92rem;
  background-color: #f4f4f6;
  position: relative;
  overflow: hidden;
}
.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__ .subtitle {
  margin-top: 0.06rem;
}
.md-product-13.__ID__ .desc {
  line-height: calc(30 / 16);
  margin-top: 0.14rem;
}
.md-product-13.__ID__ .swiper {
  margin-top: 0.42rem;
}
.md-product-13.__ID__ .sw {
  transition: 0.5s;
}
.md-product-13.__ID__ .sw:hover .img {
  transform: scale(1.1);
}
.md-product-13.__ID__ .sw:hover .title {
  color: var(--active);
}
.md-product-13.__ID__ .a-top {
  position: relative;
  background-color: rgba(0, 0, 0, 0.95);
}
.md-product-13.__ID__ .mark {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  opacity: 0.4;
  pointer-events: none;
}
.md-product-13.__ID__ .mark img {
  width: 0.9rem;
  display: block;
}
.md-product-13.__ID__ .c-pic {
  border-radius: 4px;
  background-color: #f8f8f8;
}
.md-product-13.__ID__ .img {
  padding-top: 100%;
}
.md-product-13.__ID__ .text {
  position: relative;
  margin-top: 0.2rem;
}
.md-product-13.__ID__ .title {
  transition: 0.5s;
}
.pro-nav {
  position: sticky;
  top: 1.5rem;
}
.pro-nav .li1 {
  margin-bottom: 2px;
  background-color: #fff;
}
.pro-nav .li1.show .nt1 {
  background-color: var(--active);
}
.pro-nav .li1.show .a1 {
  color: #fff;
}
.pro-nav .li1.show .ic {
  filter: brightness(0) invert(1);
}
.pro-nav .li1.show .ic::after {
  opacity: 0;
}
.pro-nav .dt {
  position: relative;
  padding: 0.22rem 0.3rem;
}
.pro-nav .ic {
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.3rem;
  transition: all 0.3s;
}
.pro-nav .ic svg {
  width: 100%;
  height: 100%;
}
.pro-nav .a1 {
  display: inline-block;
}
.pro-nav .active .dt {
  color: #fff;
  background-color: var(--active);
}
.pro-nav .ul2 {
  padding: 0.2rem 0.3rem;
  display: none;
}
.pro-nav .li2 {
  margin-bottom: 0.2rem;
}
.pro-nav .li2:last-child {
  margin-bottom: 0;
}
.pro-nav .a2 {
  display: block;
  color: #666;
  transition: all 0.3s;
  position: relative;
}
.pro-nav .a2:hover, .pro-nav .a2.on {
  color: var(--active);
}
@media screen and (max-width: 500px) {
  .pro-nav .ul1 .ul2 {
    display: flex;
    flex-wrap: wrap;
  }
  .pro-nav .ul1 .li2 {
    width: 50%;
  }
}

.md-honor-1.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 0.64rem;
  position: relative;
}
.md-honor-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-honor-1.__ID__ .h-item {
  margin-bottom: 0.49rem;
}
.md-honor-1.__ID__ .h-item:last-child {
  margin-bottom: 0;
}
.md-honor-1.__ID__ .ul {
  margin-top: 0.37rem;
}
.md-honor-1.__ID__ .ul .li {
  width: calc(304 / 1600 * 100%);
  margin-right: calc(20 / 1600 * 100%);
}
.md-honor-1.__ID__ .ul .li:nth-child(5n) {
  margin-right: 0;
}
.md-honor-1.__ID__ .ul .li {
  margin-bottom: 0.32rem;
}
.md-honor-1.__ID__ .ul .dd {
  display: block;
  position: relative;
  transition: 0.5s;
}
.md-honor-1.__ID__ .ul .dd:hover .img {
  transform: scale(1.05);
}
.md-honor-1.__ID__ .ul .dd:hover .title {
  color: var(--theme);
}
.md-honor-1.__ID__ .ul .c-pic {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 0.6rem 0.35rem;
}
.md-honor-1.__ID__ .ul .img {
  padding-top: calc( 260 / 235 * 100%);
}
.md-honor-1.__ID__ .ul .text {
  position: relative;
  margin-top: 0.12rem;
}
.md-honor-1.__ID__ .ul .title {
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .md-honor-1.__ID__ .ul {
    justify-content: space-between;
  }
  .md-honor-1.__ID__ .ul .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.md-FAQ-1.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-FAQ-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-FAQ-1.__ID__ .subtitle {
  margin-top: 0.06rem;
}
.md-FAQ-1.__ID__ .desc {
  line-height: calc(30 / 16);
  margin-top: 0.14rem;
}
.md-FAQ-1.__ID__ .ul {
  margin-top: 0.46rem;
}
.md-FAQ-1.__ID__ .li {
  width: calc( 790 / 1600 * 100%);
  margin-bottom: 0.2rem;
}
.md-FAQ-1.__ID__ .dd {
  position: relative;
  background-color: #f8f8f8;
  padding: 0.5rem 0.7rem 0.55rem;
  height: 100%;
  cursor: pointer;
  transition: 0.5s;
}
.md-FAQ-1.__ID__ .hd {
  position: relative;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.md-FAQ-1.__ID__ .hic {
  width: calc( 30em / 18 );
  height: calc( 30em / 18 );
  background-color: var(--active);
  border-radius: 50%;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.md-FAQ-1.__ID__ .hte {
  transition: 0.5s;
}
.md-FAQ-1.__ID__ .bd {
  margin-top: 0.2rem;
}
.md-FAQ-1.__ID__ .bic {
  width: calc( 30em / 18 );
  height: calc( 30em / 18 );
  background-color: #525252;
  border-radius: 50%;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.md-FAQ-1.__ID__ .bte p {
  position: relative;
  padding-left: 1.5em;
}
.md-FAQ-1.__ID__ .bte p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 1.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 900px) {
  .md-FAQ-1.__ID__ .li {
    width: 100%;
  }
  .md-FAQ-1.__ID__ .dd {
    padding: 0.3rem;
  }
}

.md-service-1.__ID__ {
  padding-top: 0.86rem;
  padding-bottom: 0.6rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-service-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-service-1.__ID__ .ul {
  margin-top: 0.54rem;
}
.md-service-1.__ID__ .li {
  margin-bottom: 0.4rem;
  margin-left: 0.4rem;
  float: left;
}
.md-service-1.__ID__ .li1 {
  width: calc( 760 / 1600 * 100%);
  margin-left: 0;
}
.md-service-1.__ID__ .li1 .img {
  padding-top: calc( 780 / 760 * 100%);
}
.md-service-1.__ID__ .li2 {
  width: 50%;
}
.md-service-1.__ID__ .li2 .img {
  padding-top: calc( 375 / 800 * 100%);
}
.md-service-1.__ID__ .li3 {
  width: calc( 380 / 1600 * 100%);
}
.md-service-1.__ID__ .li3 .img {
  padding-top: calc( 365 / 380 * 100%);
}
.md-service-1.__ID__ .dd {
  display: block;
  position: relative;
}
.md-service-1.__ID__ .dd::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
  background-color: var(--active);
  opacity: 0.2;
}
.md-service-1.__ID__ .dd:hover .img {
  transform: scale(1.1);
}
.md-service-1.__ID__ .dd .c-pic {
  transition: 0.5s;
}
.md-service-1.__ID__ .dd .text {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
}
@media screen and (max-width: 900px) {
  .md-service-1.__ID__ .li {
    width: 100%;
    margin-left: 0;
  }
}
.md-tests-1.__ID__ {
  padding-top: 0.86rem;
  padding-bottom: 0.45rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-tests-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-tests-1.__ID__ .ul {
  margin-top: 0.43rem;
}
.md-tests-1.__ID__ .li {
  width: calc(377 / 1600 * 100%);
  margin-right: calc(30 / 1600 * 100%);
}
.md-tests-1.__ID__ .li:nth-child(4n) {
  margin-right: 0;
}
.md-tests-1.__ID__ .li {
  margin-bottom: 0.54rem;
}
.md-tests-1.__ID__ .dd {
  display: block;
  position: relative;
}
.md-tests-1.__ID__ .dd:hover .img {
  transform: scale(1.1);
}
.md-tests-1.__ID__ .dd:hover .title {
  color: var(--active);
}
.md-tests-1.__ID__ .img {
  padding-top: calc( 420 / 377 * 100%);
}
.md-tests-1.__ID__ .text {
  margin-top: 0.2rem;
}
.md-tests-1.__ID__ .title {
  line-height: 1.3;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .md-tests-1.__ID__ .ul {
    justify-content: space-between;
  }
  .md-tests-1.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.md-support-1.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-support-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-support-1.__ID__ .ul {
  background-color: #fff;
  margin-top: 0.34rem;
}
.md-support-1.__ID__ .li {
  width: calc( 1 / 3 * 100%);
}
.md-support-1.__ID__ .dd {
  height: 100%;
  min-height: 6rem;
  padding: 0.2rem;
  padding-top: 1.55rem;
  padding-bottom: 1.2rem;
  transition: 0.5s;
}
.md-support-1.__ID__ .dd:hover {
  background-color: #e1e1e1;
}
.md-support-1.__ID__ .icon {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 auto;
}
.md-support-1.__ID__ .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.md-support-1.__ID__ .title {
  line-height: 1.25;
  margin-top: 0.8rem;
}
@media screen and (max-width: 900px) {
  .md-support-1.__ID__ .li {
    width: 100%;
  }
}

.md-customization-1.__ID__ {
  padding-top: 0.86rem;
  padding-bottom: 0.6rem;
  background-color: #f4f4f6;
  position: relative;
}
.md-customization-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-customization-1.__ID__ .subtit {
  margin-top: 0.07rem;
}
.md-customization-1.__ID__ .ul {
  margin-top: 0.56rem;
}
.md-customization-1.__ID__ .li {
  width: calc(506 / 1600 * 100%);
  margin-right: calc(40 / 1600 * 100%);
}
.md-customization-1.__ID__ .li:nth-child(3n) {
  margin-right: 0;
}
.md-customization-1.__ID__ .li {
  margin-bottom: 0.4rem;
}
.md-customization-1.__ID__ .dd {
  height: 100%;
  background-color: #fff;
  position: relative;
  padding: 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-customization-1.__ID__ .dd::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--active);
}
.md-customization-1.__ID__ .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--active);
  box-shadow: 0 0 0 0.1rem #f6f6f6;
}
.md-customization-1.__ID__ .ic {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-customization-1.__ID__ .num {
  color: var(--active);
  opacity: 0.1;
}
.md-customization-1.__ID__ .d-bot {
  margin-top: 0.53rem;
}
.md-customization-1.__ID__ .title {
  min-height: 3em;
}
.md-customization-1.__ID__ .content {
  margin-top: 0.22rem;
  line-height: calc(24 / 18);
}
.md-customization-1.__ID__ .content p {
  position: relative;
  padding-left: 1em;
}
.md-customization-1.__ID__ .content p::before {
  content: "";
  position: absolute;
  left: 0%;
  top: calc( 24em / 18 / 2 - 0.1em);
  width: 0.4em;
  height: 0.4em;
  background-color: var(--active);
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .md-customization-1.__ID__ .ul {
    justify-content: space-between;
  }
  .md-customization-1.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-customization-1.__ID__ .li {
    width: 100%;
  }
}

.md-contact-1.__ID__ {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.md-contact-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-contact-1.__ID__ .box {
  background-color: #f4f4f6;
}
.md-contact-1.__ID__ .c-pic {
  width: 50%;
}
.md-contact-1.__ID__ .img {
  padding-top: calc( 520 / 800 * 100%);
  height: 100%;
}
.md-contact-1.__ID__ .text {
  width: 50%;
  padding: 0.2rem 0.8rem;
}
.md-contact-1.__ID__ .line {
  width: 1em;
  height: 0.05rem;
  background-color: var(--active);
  margin-top: 0.2rem;
  margin-bottom: 0.52rem;
}
.md-contact-1.__ID__ .li {
  margin-bottom: 0.32rem;
}
.md-contact-1.__ID__ .li:last-child {
  margin-bottom: 0;
}
.md-contact-1.__ID__ .li .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.3rem;
  background-color: #fff;
}
.md-contact-1.__ID__ .li img {
  width: calc( 26 / 60 * 100%);
  height: calc( 26 / 60 * 100%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .md-contact-1.__ID__ .c-pic {
    width: 100%;
  }
  .md-contact-1.__ID__ .text {
    width: 100%;
    padding: 0.4rem;
  }
}

.md-contact-2.__ID__ {
  padding-top: 0.86rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f4f6fa;
}
.md-contact-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-contact-2.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-contact-2.__ID__ .subtitle {
  margin-top: 0.06rem;
}
.md-contact-2.__ID__ .desc {
  line-height: calc(30 / 16);
  margin-top: 0.14rem;
}
.md-contact-2.__ID__ .fbox {
  margin-top: 0.55rem;
}
.md-contact-2.__ID__ .fitem {
  width: calc( 506 / 1600 * 100%);
  margin-right: calc( 40 / 1600 * 100%);
  margin-bottom: 0.4rem;
}
.md-contact-2.__ID__ .fitem:nth-child(3n) {
  margin-right: 0;
}
.md-contact-2.__ID__ .fi-active .placehold {
  display: none;
}
.md-contact-2.__ID__ .fitem2 {
  width: calc( 1054 / 1600 * 100%);
  margin-right: 0;
}
.md-contact-2.__ID__ .ww100 {
  width: 100%;
}
.md-contact-2.__ID__ .inp {
  position: relative;
}
.md-contact-2.__ID__ .ip {
  width: 100%;
  height: calc( 56em / 16);
  background-color: #fff;
  border-radius: 0.06rem;
  border: none;
  padding: 0 0.3rem;
}
.md-contact-2.__ID__ .ta {
  display: block;
  width: 100%;
  height: 1.68rem;
  background-color: #fff;
  border: none;
  border-radius: 0.1rem;
  padding: 0.18rem 0.3rem;
}
.md-contact-2.__ID__ .placehold {
  position: absolute;
  left: 0;
  top: 0%;
  line-height: calc( 56em / 16);
  width: 100%;
  padding: 0 0.3rem;
  pointer-events: none;
}
.md-contact-2.__ID__ .placehold em {
  color: var(--active);
}
.md-contact-2.__ID__ .code {
  height: 80%;
  position: absolute;
  right: 0.1rem;
  top: 10%;
}
.md-contact-2.__ID__ .btns {
  margin-top: 0.2rem;
}
.md-contact-2.__ID__ .submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme);
  line-height: 1;
  padding: 0.2rem 0.32rem;
  border-radius: 1rem;
  border: none;
  transition: 0.5s;
  cursor: pointer;
}
.md-contact-2.__ID__ .submit:hover {
  background-color: var(--active);
  box-shadow: 0.12rem 0.12rem 0.32rem 0px rgba(104, 144, 219, 0.23);
}
.md-contact-2.__ID__ .submit svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5rem;
}
.md-contact-2.__ID__ .tip {
  line-height: calc(30 / 16);
  margin-top: 0.32rem;
}
.md-contact-2.__ID__ .my-select {
  width: 100%;
  position: relative;
}
.md-contact-2.__ID__ .my-select.show .select-sub {
  opacity: 1;
  pointer-events: auto;
}
.md-contact-2.__ID__ .my-select .hd {
  display: flex;
  align-items: center;
  height: calc( 60em / 18);
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
  padding: 0 0.2rem;
  padding-right: 0.45rem !important;
}
.md-contact-2.__ID__ .my-select .hd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.md-contact-2.__ID__ .my-select .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md-contact-2.__ID__ .my-select .select-sub {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.md-contact-2.__ID__ .my-select .blist {
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.md-contact-2.__ID__ .my-select .bitem {
  background-color: #fff;
  color: #333;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
}
.md-contact-2.__ID__ .my-select .bitem:hover {
  background-color: var(--active);
  color: #fff;
}
.md-contact-2.__ID__ .my-select .bitem.selected {
  background-color: var(--active);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .md-contact-2.__ID__ .fitem {
    width: 100%;
    margin-right: 0;
  }
}

.md-download-1.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 0.7rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-download-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-download-1.__ID__ .list-1 {
  margin-top: 0.44rem;
}
.md-download-1.__ID__ .list-1 .li {
  width: calc( 785 / 1600 * 100%);
  margin-bottom: 0.3rem;
}
.md-download-1.__ID__ .list-1 .dd {
  padding: 0.55rem 0.4rem;
  background-color: #fff;
}
.md-download-1.__ID__ .list-1 .btns {
  flex-shrink: 0;
}
.md-download-1.__ID__ .list-1 .btn {
  text-align: center;
  min-width: 1rem;
  line-height: 1;
  padding: 0.17rem 0.26rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px inset var(--active);
  color: var(--active);
  margin-left: 0.16rem;
  transition: 0.5s;
}
.md-download-1.__ID__ .list-1 .btn:hover {
  color: #fff;
  background-color: var(--active);
}
@media screen and (max-width: 900px) {
  .md-download-1.__ID__ .list-1 .li {
    width: 100%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-download-1.__ID__ .list-1 .dd {
    flex-wrap: wrap;
  }
  .md-download-1.__ID__ .list-1 .tle {
    width: 100%;
  }
  .md-download-1.__ID__ .list-1 .title {
    text-align: center;
  }
  .md-download-1.__ID__ .list-1 .btns {
    width: 100%;
    justify-content: center;
    margin-top: 0.2rem;
  }
  .md-download-1.__ID__ .list-1 .btn {
    margin: 0.5em;
  }
}
.md-download-1.__ID__ .list-2 {
  margin-top: 0.44rem;
}
.md-download-1.__ID__ .list-2 .li {
  width: calc(513 / 1600 * 100%);
  margin-right: calc(30 / 1600 * 100%);
}
.md-download-1.__ID__ .list-2 .li:nth-child(3n) {
  margin-right: 0;
}
.md-download-1.__ID__ .list-2 .li {
  margin-bottom: 0.3rem;
}
.md-download-1.__ID__ .list-2 .dd {
  padding: 0.5rem 0.4rem 0.5rem;
  background-color: #fff;
}
.md-download-1.__ID__ .list-2 .title {
  height: 3em;
}
.md-download-1.__ID__ .list-2 .btns {
  margin-top: 0.44rem;
}
.md-download-1.__ID__ .list-2 .btn {
  text-align: center;
  min-width: 1rem;
  line-height: 1;
  padding: 0.17rem 0.26rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px inset var(--active);
  color: var(--active);
  margin-right: 0.16rem;
  margin-bottom: 0.15rem;
  transition: 0.5s;
}
.md-download-1.__ID__ .list-2 .btn:hover {
  color: #fff;
  background-color: var(--active);
}
@media screen and (max-width: 900px) {
  .md-download-1.__ID__ .list-2 {
    justify-content: space-between;
  }
  .md-download-1.__ID__ .list-2 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-download-1.__ID__ .list-2 .li {
    width: 100%;
  }
}