@charset "UTF-8";
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 这个属性可以控制字体加载期间的显示行为 */
}
body {
  font-family: "MiSans";
  color: #333;
}
body::-webkit-scrollbar {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}

div.sbtn {
  outline: none !important;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.__ID__.com-banner {
  position: relative;
  z-index: 8;
}
.__ID__.com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.com-banner .cb_ban {
  position: relative;
}
.__ID__.com-banner .cb_bg {
  position: relative;
  padding-top: calc(700 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.__ID__.com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.__ID__.com-banner .cb_text .cbp1 {
  position: relative;
  letter-spacing: 1px;
}
.__ID__.com-banner .cb_text .cbp2 {
  margin-top: 0.09rem;
  font-weight: bold;
}
.__ID__.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.__ID__.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.__ID__.com-banner .video video {
  width: 100%;
}
.__ID__.com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.__ID__.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.__ID__.com-banner .cb_nav .ii {
  height: 1em;
}
.__ID__.com-banner .cb_nav a {
  transition: color 0.3s;
}
.__ID__.com-banner .cb_nav a:hover {
  color: #1ea9e2;
}
.__ID__.com-banner .cb_nav .sp {
  margin: 0 3px;
}
.cbn-swiper {
  background-color: #f7f7f7;
  box-shadow: 0 -1px 0 0 inset #e1e1e1;
}
.cbn-swiper .csw {
  width: auto;
  text-align: center;
}
.cbn-swiper .csa {
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
  color: #333;
  position: relative;
  transition: all 0.3s;
}
.cbn-swiper .csa:hover {
  color: #1ea9e2;
}
.cbn-swiper .csa.on {
  color: #1ea9e2;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1ea9e2;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #1ea9e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.cbn-swiper .csp {
  position: relative;
}
@media screen and (max-width: 900px) {
  .cbn-swiper .csa {
    color: #000;
  }
}

.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.5);
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #1ea9e2;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .cb-bots {
    position: static;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.bn-swiper {
  max-width: 60%;
}
.bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.6rem;
  white-space: nowrap;
  text-align: center;
  color: #666;
  transition: color 0.3s;
}
.bn-swiper .bsa:hover {
  color: #1ea9e2;
}
.bn-swiper .bsa.on .icon {
  filter: none;
}
.bn-swiper .bsa .cta {
  display: block;
  padding: 0.28rem 0;
}
.bn-swiper .bsa:last-child {
  margin-right: 0;
}
.bn-swiper .bsa .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bn-swiper .bsa .icon {
  filter: sepia(30%) saturate(0%) brightness(90%) contrast(110%);
}
.bn-swiper .bsa .icon .ic {
  height: 1em;
}
.bn-swiper .bsa .te {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .bn-swiper {
    max-width: 100%;
  }
}

.zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #999;
}
.zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
}
.zone-nav .icon img {
  height: 1em;
}
.zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.zone-nav .z_a.on, .zone-nav .z_a:hover {
  color: #1ea9e2;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .zone-nav {
    width: 100%;
    display: none;
  }
  .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.54rem;
  height: 0.54rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #eee;
}
.com-pag .cp_a:hover, .com-pag .cp_a.on {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  color: #fff;
}
.com-pag .cp_a:hover .cp_ic, .com-pag .cp_a.on .cp_ic {
  filter: brightness(0) invert(1);
}
.com-pag .cp_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #1ea9e2;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.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:hover {
  background-color: #1ea9e2;
}
.com-pag .cp_prev .cp_ic {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_next .cp_ic {
  background-image: url(../images/icon-p21.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.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 input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.s-btn {
  border-radius: 50%;
  background-color: #3a3a3a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17.1875% auto;
  outline: none !important;
}
.s-btn::after {
  display: none;
}
.s-btn:hover {
  background-color: #1ea9e2;
}

.md-md {
  position: absolute;
  top: -0.9rem;
}
.__ID__.md-head.home {
  height: 0;
}
.__ID__.md-head.home .head-pc {
  background-color: transparent;
}
.__ID__.md-head.home .head-pc .logo {
  filter: none;
}
.__ID__.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.__ID__.md-head.m_show .mob_mask {
  display: block;
}
.__ID__.md-head.is-fixed .head-pc, .__ID__.md-head.white .head-pc {
  background-color: #fff;
}
.__ID__.md-head.is-fixed .head-pc::before, .__ID__.md-head.white .head-pc::before {
  opacity: 0;
}
.__ID__.md-head.is-fixed .head-pc .logo .pi, .__ID__.md-head.white .head-pc .logo .pi {
  display: none;
}
.__ID__.md-head.is-fixed .head-pc .logo .mi, .__ID__.md-head.white .head-pc .logo .mi {
  display: block;
}
.__ID__.md-head.is-fixed .head-pc .ul1 .a1, .__ID__.md-head.white .head-pc .ul1 .a1 {
  color: #333;
}
.__ID__.md-head.is-fixed .head-pc .h-lang .hd, .__ID__.md-head.white .head-pc .h-lang .hd {
  filter: none;
}
.__ID__.md-head.is-fixed .head-pc .h-lang .ic, .__ID__.md-head.white .head-pc .h-lang .ic {
  filter: none;
}
.__ID__.md-head.is-fixed .head-pc .h-lang .ar, .__ID__.md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.__ID__.md-head.is-fixed .head-pc .h-search .hic, .__ID__.md-head.white .head-pc .h-search .hic {
  filter: none;
}
.__ID__.md-head.white {
  height: 0.9rem;
}
.__ID__.md-head .mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}
@media screen and (max-width: 900px) {
  .__ID__.md-head {
    height: 0.9rem !important;
  }
}

.__ID__.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 -1px 0 0 inset rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.__ID__.head-pc .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.head-pc::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .__ID__.head-pc {
    height: 0.9rem;
    background-color: #fff;
    background-image: none !important;
  }
  .__ID__.head-pc::before {
    display: none;
  }
}

.__ID__.head-box {
  position: relative;
  z-index: 3;
}
.__ID__.head-box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.__ID__.head-box .logo .la {
  display: inline-flex;
  align-items: center;
}
.__ID__.head-box .logo img {
  height: 0.51rem;
}
.__ID__.head-box .logo .mi {
  display: none;
}
.__ID__.head-box .hd_le {
  display: flex;
  align-items: center;
}
.__ID__.head-box .hb_ri {
  display: flex;
  align-items: center;
}
.__ID__.head-box .ul1 .li1 {
  position: relative;
  margin-right: 0.6rem;
}
.__ID__.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.__ID__.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.__ID__.head-box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.__ID__.head-box .ul1 .has-sub {
  position: static;
}
.__ID__.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
}
.__ID__.head-box .ul1 .a1:hover {
  color: #1ea9e2;
}
.__ID__.head-box .ul1 .a1.on {
  color: #1ea9e2;
}
.__ID__.head-box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.3s;
}
.__ID__.head-box .ul1 .li2 {
  position: relative;
}
.__ID__.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.__ID__.head-box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.1rem 0.15rem;
  background-color: white;
  color: #333;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.__ID__.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #1ea9e2;
}
.__ID__.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.__ID__.head-box .ul1 .a3 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.__ID__.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #1ea9e2;
}
.__ID__.head-box .h-phone {
  margin-right: 0.25rem;
  color: #000;
  font-weight: bold;
  font-size: 0;
}
.__ID__.head-box .h-phone .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.__ID__.head-box .h-phone .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.__ID__.head-box .h-user {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.__ID__.head-box .h-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.__ID__.head-box .h-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.__ID__.head-box .h-user .ua2 {
  cursor: pointer;
}
.__ID__.head-box .h-shop {
  cursor: pointer;
  margin-left: 0.4rem;
}
.__ID__.head-box .h-shop .hic {
  cursor: pointer;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-shop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.head-box .h-login {
  display: inline-flex;
  align-items: center;
  background-color: #1ea9e2;
  border-radius: 1rem;
  color: #fff;
  padding: 0.1rem 0.24rem;
  cursor: pointer;
}
.__ID__.head-box .h-login .hic {
  width: 0.9em;
  height: 1em;
  background-image: url(../images/h-lo-w.png);
  margin-right: 0.1rem;
}
.__ID__.head-box .h-lang {
  position: relative;
  margin-left: 0.4rem;
}
.__ID__.head-box .h-lang::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: -0.2rem;
  top: 0;
  background-color: #ccc;
}
.__ID__.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.__ID__.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  filter: brightness(0) invert(1);
}
.__ID__.head-box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.head-box .h-lang .on {
  color: #1ea9e2;
}
.__ID__.head-box .h-lang .sp {
  margin: 0 0.06rem;
}
.__ID__.head-box .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.__ID__.head-box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.__ID__.head-box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #1ea9e2;
  color: #fff;
  min-width: 4em;
}
.__ID__.head-box .h-lang .b_a:hover {
  color: #1ea9e2;
  background-color: #fff;
}
.__ID__.head-box .h-search {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.__ID__.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
}
.__ID__.head-box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.__ID__.head-box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1280px) {
  .__ID__.head-box .ul1 .li1 {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.head-box {
    height: 0.9rem;
  }
  .__ID__.head-box .logo .pi {
    display: none;
  }
  .__ID__.head-box .logo .mi {
    display: block;
  }
  .__ID__.head-box .ul1 {
    display: none;
  }
  .__ID__.head-box .h-lang .hd {
    color: #333;
    filter: none;
  }
  .__ID__.head-box .h-lang .ic {
    filter: none;
    background-image: url(../images/h-lang-b.png);
  }
  .__ID__.head-box .h-lang .ar {
    filter: none;
  }
  .__ID__.head-box .h-user {
    filter: brightness(0) invert(1);
  }
  .__ID__.head-box .h-shop {
    filter: brightness(0) invert(1);
  }
  .__ID__.head-box .h-search {
    margin-right: 0.25rem;
  }
  .__ID__.head-box .h-search .hic {
    filter: none;
  }
  .__ID__.head-box .h-more {
    display: block;
  }
}

.head-sub {
  position: fixed;
  left: 0;
  top: 100%;
  top: 0.8rem;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
}
.head-sub.show {
  opacity: 1;
  pointer-events: auto;
}
.head-sub .hs-cont {
  position: relative;
  z-index: 6;
}
.head-sub .hs-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.head-sub .hs-box {
  padding: 0.2rem 0;
  position: relative;
}
.head-sub .hs-off {
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 5;
}
.head-sub .hs-list {
  overflow-y: auto;
  max-height: 80vh;
}
.head-sub .hs-item {
  padding-top: 0.25rem;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.head-sub .hs-item:last-child {
  border-bottom: none;
}
.head-sub .hs_le {
  width: 20%;
  position: relative;
}
.head-sub .hs_ri {
  width: 75%;
}
.head-sub .hs-ul1 {
  display: flex;
}
.head-sub .hs-ul1 .hs-li1 {
  width: 2.8rem;
  padding-bottom: 0.3rem;
}
.head-sub .hs-ul1 .hs-li2 {
  width: 2.8rem;
  margin-bottom: 0.1rem;
}
.head-sub .hs-ul1 .hs-li2:last-child {
  margin-bottom: 0;
}
.head-sub .hs-ul1 .aa2 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.head-sub .hs-ul1 .aa2:hover {
  color: #1ea9e2;
}
.head-sub .hs-ul1 .aa2:hover .i1 {
  opacity: 0;
}
.head-sub .hs-ul1 .aa2:hover .i2 {
  opacity: 1;
}
.head-sub .hs-ul1 .ic2 {
  width: 1em;
  height: 1.4em;
  position: relative;
  margin-right: 0.14rem;
}
.head-sub .hs-ul1 .ic2 img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.head-sub .hs-ul1 .i2 {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .head-sub {
    display: none !important;
  }
}

.__ID__.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.__ID__.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.__ID__.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.__ID__.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.__ID__.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.__ID__.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #1ea9e2;
}
.__ID__.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.__ID__.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.__ID__.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
}
.__ID__.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.__ID__.md-mob_sideNav .hmob_top {
  max-height: calc(100% - 50px - 1rem);
  overflow-y: auto;
  scrollbar-width: thin;
}
.__ID__.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.__ID__.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.__ID__.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.__ID__.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
.__ID__.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.__ID__.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.__ID__.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.__ID__.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.__ID__.md-mob_sideNav .ul3 {
  display: none;
}
.__ID__.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.__ID__.md-mob_sideNav .ul3 .tlist {
  margin-top: 5px;
}
.__ID__.md-mob_sideNav .ul3 .li3 {
  padding-left: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.__ID__.md-mob_sideNav .hm3-login {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #31a8ff;
  border-radius: 0.1rem;
  padding: 0 0.18rem;
  color: #2f80f6;
  height: 0.7rem;
  cursor: pointer;
}
.__ID__.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.__ID__.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.__ID__.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.__ID__.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.__ID__.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.__ID__.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.__ID__.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
.__ID__.md-mob_sideNav .form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.1rem 0;
}
.__ID__.md-mob_sideNav .form .ip {
  width: 100%;
  height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 0.2rem;
  outline: none;
  font-family: inherit;
}
.__ID__.md-mob_sideNav .form .submit {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #1ea9e2;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
@media (min-width: 769px) {
  .__ID__.md-mob_sideNav .hmob-money {
    display: none;
  }
}

.__ID__.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.__ID__.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.__ID__.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.__ID__.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.__ID__.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.__ID__.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #1ea9e2;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.__ID__.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.__ID__.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #002433;
}

.__ID__.md-foot-1 {
  position: relative;
}
.__ID__.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-foot-1 .box {
  padding-top: 1rem;
  padding-bottom: 1.15rem;
  position: relative;
}
.__ID__.md-foot-1 .logo .lo {
  display: inline-flex;
}
.__ID__.md-foot-1 .logo .ii {
  height: 1em;
}
.__ID__.md-foot-1 .text {
  margin-top: 0.35rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.__ID__.md-foot-1 .text .d2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.__ID__.md-foot-1 .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.__ID__.md-foot-1 .ul1 .li1:last-child .ul2 {
  padding-right: 0;
}
.__ID__.md-foot-1 .ul1 .a1 {
  line-height: 1;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.__ID__.md-foot-1 .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.__ID__.md-foot-1 .ul1 .ul2 {
  margin-top: 0.18rem;
  padding-top: 0.2rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 1rem;
}
.__ID__.md-foot-1 .ul1 .ul2::before {
  content: "";
  width: 1.2857142857em;
  height: 3px;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%), linear-gradient(#1fa9e2, #1fa9e2);
  position: absolute;
  left: 0;
  top: -2px;
}
.__ID__.md-foot-1 .ul1 .li2 {
  margin-bottom: 0.15rem;
}
.__ID__.md-foot-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.__ID__.md-foot-1 .ul1 .a2 {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.__ID__.md-foot-1 .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.__ID__.md-foot-1 .shares {
  margin-top: 0.45rem;
}
.__ID__.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.__ID__.md-foot-1 .shares .si:hover .hd {
  opacity: 1;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  box-shadow: none;
}
.__ID__.md-foot-1 .shares .si:hover .hi {
  filter: none;
}
.__ID__.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.__ID__.md-foot-1 .shares .si:last-child {
  margin-right: 0;
}
.__ID__.md-foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  margin: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  box-shadow: 0 0 0 1px inset #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.__ID__.md-foot-1 .shares .hd::before {
  display: none;
}
.__ID__.md-foot-1 .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.__ID__.md-foot-1 .shares .bd {
  position: absolute;
  left: 0%;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
  transition: all 0.3s;
}
.__ID__.md-foot-1 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.__ID__.md-foot-1 .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 1280px) {
  .__ID__.md-foot-1 .ul1 .ul2 {
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-foot-1 .ul1 {
    display: none;
  }
  .__ID__.md-foot-1 .shares {
    justify-content: center;
  }
  .__ID__.md-foot-1 .shares .hd {
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .__ID__.md-foot-1 .le {
    width: 100%;
    text-align: center;
  }
}

.__ID__.md-foot-2 {
  position: relative;
  background-color: rgba(0, 24, 34, 0.5);
}
.__ID__.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-foot-2 .box {
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.__ID__.md-foot-2 .le {
  width: 70%;
}
.__ID__.md-foot-2 .href {
  opacity: 0.4;
  color: #fbfbfb;
}
.__ID__.md-foot-2 .href a:hover {
  text-decoration: underline;
}
.__ID__.md-foot-2 .text {
  opacity: 0.8;
  margin-top: 0.34rem;
  margin-bottom: 0.2rem;
}
.__ID__.md-foot-2 .text .ti {
  display: inline-flex;
  align-items: center;
  margin-right: 0.4rem;
}
.__ID__.md-foot-2 .text .ti:last-child {
  margin-right: 0;
}
.__ID__.md-foot-2 .text img {
  width: 1em;
  margin-right: 0.5em;
}
.__ID__.md-foot-2 .code .ci {
  width: 1rem;
}
.__ID__.md-foot-2 .code .ct {
  margin-top: 0.1rem;
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .__ID__.md-foot-2 .box {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
  .__ID__.md-foot-2 .href {
    width: 100%;
    text-align: center;
  }
  .__ID__.md-foot-2 .code {
    margin-top: 0.4rem;
  }
  .__ID__.md-foot-2 .code .ci {
    width: 1.6rem;
  }
}

.ft-link {
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.2rem;
  line-height: 3em;
  background-color: rgba(255, 255, 255, 0.1);
  color: #888888;
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  width: 1em;
  height: 0.5em;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.ft-link .fk-sub {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.ft-link .fk-item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0.05rem 0.2rem;
  line-height: 2;
}

.__ID__.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  z-index: 60;
}
.__ID__.md-sideNav .sn_i {
  position: relative;
}
.__ID__.md-sideNav .sn_i:first-child {
  margin-top: 0;
}
.__ID__.md-sideNav .sn_i:hover .hd {
  background-color: #1ea9e2;
}
.__ID__.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.__ID__.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.__ID__.md-sideNav .sn_i:hover .hd .ic {
  filter: brightness(0) invert(1);
}
.__ID__.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.__ID__.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.__ID__.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%), linear-gradient(#1fa9e2, #1fa9e2);
  transition: all 0.3s;
}
.__ID__.md-sideNav .hd .ic {
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.__ID__.md-sideNav .hd .i2 {
  display: none;
}
.__ID__.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.__ID__.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.12rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.__ID__.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.__ID__.md-sideNav .ph {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.15rem;
  line-height: 1.5;
}
.__ID__.md-sideNav .ph .d2 {
  color: #1ea9e2;
  font-weight: 600;
}
.__ID__.md-sideNav .wx {
  padding: 0.1rem;
  text-align: center;
}
.__ID__.md-sideNav .wx .d1 {
  line-height: 1.8;
}
.__ID__.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
.__ID__.md-sideNav #goTop {
  display: none;
}
.__ID__.md-sideNav #goTop.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  .__ID__.md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-sideNav {
    display: none;
  }
  .__ID__.md-sideNav .wx {
    width: 2rem;
  }
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ho-nav {
  position: fixed;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.ho-nav.ho1 .ic::before {
  box-shadow: 0 0 0 2px white inset;
}
.ho-nav a {
  display: block;
}
.ho-nav .ni {
  margin: 0.2rem 0;
  cursor: pointer;
}
.ho-nav .ni.active .ic {
  background-color: #1ea9e2;
}
.ho-nav .ni.active .ic::before {
  box-shadow: 0 0 0 1px white inset !important;
}
.ho-nav .ni .sp {
  width: 1em;
  display: none;
}
.ho-nav .ic {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.ho-nav .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5);
  transform-origin: center;
  box-shadow: 0 0 0 1px #999999 inset;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .ho-nav {
    opacity: 0;
    pointer-events: none;
  }
}

.ho-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ho-tit {
  position: relative;
}
.ho-tit.cent {
  text-align: center;
}
.ho-tit.cent .ht2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
.ho-tit .ht1 {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.ho-tit .ht2 {
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-50%);
  opacity: 0.1;
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.my-select {
  width: 100%;
  position: relative;
}
.my-select.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-select .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  min-height: 40px;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  position: relative;
  padding: 0 0.2rem;
  border: 2px solid #d4d4d4;
  padding-right: 0.45rem !important;
}
.my-select .hd::before {
  content: "";
  width: 1.1em;
  height: 1em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.my-select .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-select .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.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;
}
.my-select .bitem {
  background-color: #fff;
  color: #333;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
}
.my-select .bitem:hover {
  background-color: #f1f4f9;
}
.my-select .bitem.selected {
  background-color: #f1f4f9;
}

.dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}

.form-dialog {
  display: none;
}
.form-dialog.show {
  display: block;
}
.form-dialog .dlg-cont {
  width: 10rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: url(../images/ctc2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.form-dialog .off {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.form-dialog .form {
  padding: 0.4rem;
}
.form-dialog .fbox {
  margin-top: 0.3rem;
}
.form-dialog .fle {
  width: 48.75%;
}
.form-dialog .fri {
  width: 48.75%;
}
.form-dialog .fitem {
  width: 100%;
  margin-bottom: 0.15rem;
}
.form-dialog .fitem:last-child {
  margin-bottom: 0;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  background-color: #fff;
  border: none;
  padding: 0 0.23rem;
  font-family: inherit;
}
.form-dialog .ip::-moz-placeholder {
  color: #666;
}
.form-dialog .ip::placeholder {
  color: #666;
}
.form-dialog .ta {
  width: 100%;
  height: 100%;
  padding: 0.16rem 0.23rem;
  background-color: #fff;
  font-family: inherit;
  border: none;
}
.form-dialog .ta::-moz-placeholder {
  color: #666;
}
.form-dialog .ta::placeholder {
  color: #666;
}
.form-dialog .yzm {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: none;
  border-left: 1px solid #eee;
}
.form-dialog .fbtns {
  margin-top: 0.42rem;
}
.form-dialog .submit {
  width: 2rem;
  height: 0.6rem;
  background-color: #1ea9e2;
  color: #fff;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.form-dialog .btns {
  margin-top: 0.18rem;
}
.form-dialog .submit {
  width: 2rem;
  height: 0.6rem;
  background-color: #1ea9e2;
  color: #fff;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.form-dialog .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #444;
  cursor: pointer;
  margin-right: 0.12rem;
  margin-bottom: 0.16rem;
  font-weight: 300;
}
.form-dialog .lab.selected .ic {
  box-shadow: 0 0 0 1px #222;
}
.form-dialog .lab.selected .ic::before {
  content: "";
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 3px;
}
.form-dialog .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #999;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 0.4em;
  position: relative;
}
.form-dialog .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@media (max-width: 900px) {
  .form-dialog .form {
    padding: 0.3rem;
  }
  .form-dialog .fi {
    width: 100%;
  }
  .form-dialog .btns {
    text-align: center;
  }
}

.my-dialog {
  display: none;
}
.my-dialog.show {
  display: block;
}
.my-dialog .dlg-cont {
  width: 5rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.58rem 0.5rem 0.65rem;
  background-color: #fff;
}
.my-dialog .off {
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-image: url(../images/a20.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.my-dialog .off:hover {
  background-image: url(../images/a21.png);
}
.my-dialog .ftit {
  font-weight: 600;
  text-align: center;
}
.my-dialog .fbox {
  margin-top: 0.36rem;
}
.my-dialog .fi {
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 0.2rem;
  position: relative;
}
.my-dialog .fi .ic {
  width: 0.7rem;
  height: 0.6rem;
  padding-left: 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.my-dialog .fi .ic::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #ccc;
}
.my-dialog .fi .ii {
  width: 0.2rem;
  height: 0.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.my-dialog .fi .inp {
  flex-grow: 1;
}
.my-dialog .fi .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  padding: 0 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ip::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ip::placeholder {
  color: #bbb;
}
.my-dialog .fi .ta {
  width: 100%;
  height: 1.3rem;
  border: none;
  padding: 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ta::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ta::placeholder {
  color: #bbb;
}
.my-dialog .ww100 {
  width: 100% !important;
}
.my-dialog .f-block {
  display: block;
  height: 0.4rem;
  box-shadow: none;
}
.my-dialog .sel-box {
  flex-grow: 1;
  position: relative;
}
.my-dialog .tshow {
  z-index: 100;
}
.my-dialog .tshow .other {
  display: block;
}
.my-dialog .my-sel {
  width: 100%;
}
.my-dialog .my-sel.show .hd::before {
  transform: translateY(-50%) rotate(225deg);
}
.my-dialog .my-sel.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-dialog .my-sel .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  cursor: pointer;
  color: #999;
  background-color: #f6f6f6;
  position: relative;
  padding: 0 0.2rem;
  padding-right: 0.3rem !important;
}
.my-dialog .my-sel .hd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.my-dialog .my-sel .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-dialog .my-sel .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-dialog .my-sel .blist {
  border-radius: 0.06rem;
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-dialog .my-sel .bitem {
  background-color: #fff;
  color: #666;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
}
.my-dialog .my-sel .bitem:hover {
  background-color: #f1f4f9;
}
.my-dialog .my-sel .bitem.selected {
  background-color: #f1f4f9;
}
.my-dialog .btns {
  margin-top: 0.4rem;
}
.my-dialog .btn {
  width: 100%;
  line-height: 1;
  padding: 0.16rem 0.42rem;
  height: 0.54rem;
  background-color: #1ea9e2;
  color: #fff;
  border: none;
  cursor: pointer;
}
.my-dialog .te {
  text-align: center;
}
.my-dialog .te .t1 {
  font-weight: 600;
}
.my-dialog .te .t2 {
  margin-top: 0.18rem;
}
.my-dialog .te .t3 {
  margin-top: 0.38rem;
}
.my-dialog .te .aa {
  display: inline-block;
  background-color: #1ea9e2;
  color: #fff;
  padding: 0.16rem 0.48rem;
}
@media (max-width: 900px) {
  .my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .my-dialog .fi {
    width: 100%;
  }
  .my-dialog .f-block {
    height: auto;
  }
  .my-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .my-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .my-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

.pro-sort {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.pro-sort .sort {
  float: right;
  position: relative;
  z-index: 5;
}
.pro-sort .sort.show .select-sub {
  display: block;
}
.pro-sort .sort.show .ic {
  transform: translateY(-50%) rotate(180deg);
}
.pro-sort .hd {
  display: flex;
  align-items: center;
  position: relative;
}
.pro-sort .sp {
  flex-shrink: 0;
}
.pro-sort .st {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-sort .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.pro-sort .hte {
  width: 4rem;
  min-height: 40px;
  min-width: 300px;
  margin-left: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  padding-right: 0.6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.pro-sort .select-sub {
  position: absolute;
  right: 0;
  top: calc(100% + 0.1rem);
  width: 4rem;
  min-width: 300px;
  display: none;
}
.pro-sort .select-cont {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08);
  z-index: 60;
}
.pro-sort .select-item {
  padding: 0.1rem;
  cursor: pointer;
}
.pro-sort .select-item:hover {
  background-color: #f8f8f8;
}
@media (max-width: 900px) {
  .pro-sort .sort {
    width: 100%;
  }
  .pro-sort .hte {
    min-width: auto;
    flex-grow: 1;
  }
  .pro-sort .select-sub {
    width: 100%;
  }
  .pro-sort .select-item {
    padding: 0.2rem;
  }
}

.pro-tt {
  position: relative;
  padding-left: 0.17rem;
  line-height: 1;
}
.pro-tt::before {
  content: "";
  width: 0.06rem;
  height: 1em;
  background-color: #1ea9e2;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}

.__ID__.md-news-1 {
  padding-top: 1rem;
  background-color: #f2fafd;
  position: relative;
}
.__ID__.md-news-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-news-1 .le {
  width: 65.625%;
}
.__ID__.md-news-1 .ri {
  width: 31.25%;
}
.__ID__.md-news-1 .big {
  display: block;
  position: relative;
}
.__ID__.md-news-1 .big .img {
  position: relative;
  padding-top: calc( 550 / 1050 * 100%);
}
.__ID__.md-news-1 .big .text1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.45rem 0.5rem;
}
.__ID__.md-news-1 .big .title {
  margin-top: 0.15rem;
}
.__ID__.md-news-1 .aa2 {
  display: block;
  background-color: #fff;
  height: 100%;
}
.__ID__.md-news-1 .aa2 .img {
  padding-top: 66.6666666667%;
}
.__ID__.md-news-1 .aa2 .bot2 {
  padding: 0.4rem 0.3rem;
}
.__ID__.md-news-1 .aa2 .tbox {
  position: relative;
  padding-right: 1rem;
  margin-top: 0.14rem;
}
.__ID__.md-news-1 .aa2 .title {
  line-height: 1.5833333333;
}
.__ID__.md-news-1 .aa2 .icon {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset #ccc;
}
.__ID__.md-news-1 .aa2 .icon .ic {
  width: calc( 13 / 54 * 100%);
  height: calc( 13 / 54 * 100%);
  background-image: url(../images/icon-p21.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .__ID__.md-news-1 .le {
    width: 100%;
  }
  .__ID__.md-news-1 .big .text1 {
    padding: 0.3rem;
  }
  .__ID__.md-news-1 .ri {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.__ID__.md-news-2 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
  background-color: #f2fafd;
}
.__ID__.md-news-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-news-2 .box {
  background-color: #fff;
  padding: 0 0.6rem 1rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-news-2 .box {
    padding: 0 0.3rem 1rem;
  }
}

.news-list {
  margin-bottom: 0.6rem;
}
.news-list .li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.news-list .dd {
  position: relative;
  padding: 0.2rem;
  border-radius: 0.2rem;
  background-color: #fff;
  transition: all 0.3s;
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .title {
  color: #1ea9e2;
}
.news-list .dd:hover .icon {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  box-shadow: 0px 0px 0.2rem 0px rgba(31, 169, 226, 0.35);
}
.news-list .dd:hover .icon .ic {
  filter: brightness(0) invert(1);
}
.news-list .time {
  line-height: 1;
  color: #666;
  width: 1.4rem;
  box-shadow: 1px 0 0 0 #dcdcdc;
  text-align: center;
  margin-right: 0.4rem;
}
.news-list .t12 {
  margin-top: 0.2rem;
}
.news-list .text {
  width: calc(1160 / 1480 * 100%);
}
.news-list .tbox {
  width: 100%;
}
.news-list .title {
  transition: color 0.3s;
}
.news-list .intro {
  line-height: 2.3125;
  height: 4.625em;
  margin-top: 0.18rem;
  color: #666;
}
.news-list .icon {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset #ccc;
}
.news-list .icon .ic {
  width: calc( 13 / 54 * 100%);
  height: calc( 13 / 54 * 100%);
  -o-object-fit: contain;
     object-fit: contain;
}
.news-list .btns {
  margin-top: 0.54rem;
}
.news-list .btn {
  padding: 0.19rem 0.3rem;
  border-radius: 1rem;
  border: none;
  font-family: inherit;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 0 1px inset #999;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.news-list .btn .btn-cont {
  overflow: hidden;
}
.news-list .btn .btn_text {
  text-shadow: 0 1em 0 #fff;
}
.news-list .btn .btn_circle {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #4c4c4c;
  margin-left: 0.3rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 900px) {
  .news-list .li {
    padding: 0.2rem 0;
  }
  .news-list .time {
    display: none;
  }
  .news-list .text {
    width: 90%;
  }
}

.md-news-det {
  padding-top: 0.96rem;
  padding-bottom: 0.8rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #f3fafe;
}
.md-news-det .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-news-11 {
  width: 63.75%;
}
@media screen and (max-width: 900px) {
  .md-news-11 {
    width: 100%;
  }
}

.md-news-12 {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .md-news-12 {
    width: 100%;
  }
}

.det-top {
  padding-top: 1.1rem;
  padding-bottom: 0.32rem;
  position: relative;
  z-index: 50;
}
.det-top .h1 {
  line-height: 1.25;
}
.det-top .tops {
  margin-top: 0.35rem;
}
.det-top .time {
  display: inline-flex;
  align-items: center;
  margin-right: 0.48rem;
}
.det-top .time img {
  width: 1.25em;
  height: 1.25em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 0.5em;
}
.det-top .shares {
  margin-left: 0.4rem;
}
.det-top .shares .sp {
  margin-right: 0.2rem;
}
.det-top .shares .si {
  margin-right: 0.22rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 40;
}
.det-top .shares .si:hover .hd {
  opacity: 1;
}
.det-top .shares .si:hover .i1 {
  display: none;
}
.det-top .shares .si:hover .i2 {
  display: block;
}
.det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.det-top .shares .hd {
  display: inline-flex;
  align-items: center;
}
.det-top .shares .hd > img {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.det-top .shares .i2 {
  display: none;
}
.det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.det-top .shares .bd .bbox {
  padding: 0.1rem;
}
.det-top .shares .bd img {
  width: 1.2rem;
  min-width: 100px;
  max-width: none;
}
.det-top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.det-top .back:hover {
  color: #1ea9e2;
  transition: color 0.3s;
}
.det-top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.det-top .back img {
  margin-left: 0.1rem;
}
.det-top .social-share .icon-wechat .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
}
.det-cen {
  border-top: 1px solid #f3f3f3;
  padding-top: 0.42rem;
  line-height: 2.1875;
}

.det-bot {
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #d8d8d8;
}
.det-bot .det_pag a {
  max-width: 48%;
  color: #666;
  display: inline-flex;
  align-items: center;
}
.det-bot .det_pag .prev {
  border-radius: 0.16rem 0px 0px 0px;
}
.det-bot .det_pag .prev .sic {
  background-image: url(../images/icon-p11.png);
}
.det-bot .det_pag .next {
  border-radius: 0px 0px 0.16rem 0px;
}
.det-bot .det_pag .next .sic {
  background-image: url(../images/icon-p21.png);
}
.det-bot .det_pag .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}
.det-bot .det_pag .sic {
  width: 0.16rem;
  height: 0.16rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.det-bot .det_pag .sp {
  padding: 0 0.4rem;
}
.det-bot .det_pag span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.det-bot .det_ul {
  width: 70%;
}
.det-bot .det_ul a {
  line-height: 2.1875;
  color: #666;
  transition: color 0.3s;
}
.det-bot .det_ul a:hover {
  color: #1ea9e2;
}
.det-bot .det_ul span {
  color: #333;
}
.det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.19rem 0.4rem;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  color: #fff;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det-bot .db_btn .ic {
  width: 0.8em;
  height: 0.75em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .det-bot .det_pag li {
    width: 100%;
    padding: 20px 20px !important;
    text-align: left !important;
  }
  .det-bot .det_pag .icon {
    display: none;
  }
  .det-bot .db_btn {
    margin-top: 15px;
  }
  .det-bot .btn {
    margin-top: 20px;
  }
  .det-bot .db_ul2 {
    flex-wrap: wrap;
  }
  .det-bot .db_ul2 .ua {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    margin: 0.1rem 0;
  }
  .det-bot .db_ul2 .next {
    flex-direction: row;
    text-align: left;
  }
  .det-bot .db_ul2 .imgs {
    width: 2.1rem;
    flex-shrink: 0;
  }
  .det-bot .db_ul2 .img {
    position: relative;
    padding-top: 60%;
  }
  .det-bot .db_ul2 .text {
    padding: 0 0.3rem;
    flex-grow: 1;
  }
  .det-bot .db_ul2 .t1 {
    color: #333;
  }
  .det-bot .db_ul2 .t2 {
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .det-bot .det_ul {
    width: 100%;
  }
}

.cr-list .cr_t {
  position: relative;
}
.cr-list .ul {
  margin-top: 0.33rem;
}
.cr-list .li {
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #e2e2e2;
}
.cr-list .aa {
  display: block;
  padding-bottom: 0.3rem;
}
.cr-list .aa:hover .title {
  color: #1ea9e2;
}
.cr-list .title {
  margin-top: 0.1rem;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .cr-list {
    margin-top: 0.6rem;
  }
  .cr-list .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list .li {
    width: 48%;
    margin-bottom: 4%;
  }
}

.md-search-1 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  background-color: #f3fafe;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.md-search-1 .h2 {
  margin-top: 0.64rem;
  letter-spacing: 1px;
}
.md-search-1 .form {
  width: 6rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.md-search-1 .fic {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a25.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.md-search-1 .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  background-color: #fff;
  border-radius: 0.3rem;
  padding-left: 0.2rem;
  font-family: inherit;
  border: solid 1px #e1efff;
}
.md-search-1 .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 100%;
  border: none;
  background-color: #1ea9e2;
  border-radius: 0px 1rem 1rem 0px;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22.8571428571% auto;
  cursor: pointer;
}
.md-search-1 .tip {
  margin-top: 0.26rem;
  margin-bottom: 0.38rem;
}
.md-search-1 .tip span {
  color: #1ea9e2;
}
.md-search-1 .ptit {
  line-height: 0.75;
  margin-bottom: 0.2rem;
}
.md-search-1 .ptit .tt1 {
  font-weight: bold;
}
.md-search-1 .ptit .tt2 {
  margin-left: 1em;
}
.md-search-1 .ptit span {
  color: #1ea9e2;
}
.md-search-1 .pitem {
  margin-bottom: 0.46rem;
}
.md-search-1 .pitem:last-child {
  margin-bottom: 0;
}
.md-search-1 .pro-list2 {
  margin-top: 0.38rem;
}

.com-select {
  width: 100%;
  position: relative;
  padding: 0 0.2rem;
  color: #666;
  background-color: #fff;
}
.com-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.27rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.com-select .cs_cur {
  line-height: 3.125;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.md-com-breadnav {
  position: relative;
  border-radius: 0 0 0.2rem 0.2rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px #dddcdb;
  z-index: 30;
}
.md-com-breadnav.mt {
  margin-top: 0.3rem;
}
.md-com-breadnav.has_bn {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.9rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.__ID__.md-innovation-1 {
  padding-top: 0.96rem;
  padding-bottom: 1.2rem;
  background-color: #f8fcff;
}
.__ID__.md-innovation-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-innovation-1 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-innovation-1 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-innovation-1 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-innovation-1 .list {
  margin-top: 0.52rem;
  margin-bottom: 0.28rem;
}
.__ID__.md-innovation-1 .li {
  width: 31.25%;
  margin-right: 3.125%;
  width: calc(385 / 1600 * 100%);
  margin-right: calc(20 / 1600 * 100%);
  margin-bottom: 0.25rem;
}
.__ID__.md-innovation-1 .li:nth-child(4n) {
  margin-right: 0;
}
.__ID__.md-innovation-1 .dd {
  display: block;
}
.__ID__.md-innovation-1 .dd:hover .img {
  transform: scale(1.05);
}
.__ID__.md-innovation-1 .dd:hover .name {
  color: #1ea9e2;
}
.__ID__.md-innovation-1 .c-pic {
  background-color: #fff;
}
.__ID__.md-innovation-1 .img {
  position: relative;
  padding-top: 64%;
  padding-top: 100%;
}
.__ID__.md-innovation-1 .text {
  margin-top: 0.25rem;
}
.__ID__.md-innovation-1 .name {
  transition: color 0.5s;
}
@media screen and (max-width: 900px) {
  .__ID__.md-innovation-1 .list {
    justify-content: space-between;
  }
  .__ID__.md-innovation-1 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.__ID__.md-manufacture-1 {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.__ID__.md-manufacture-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-manufacture-1 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-manufacture-1 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-manufacture-1 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-manufacture-1 .swiper {
  position: relative;
  margin-top: 0.53rem;
}
.__ID__.md-manufacture-1 .swiper-container {
  overflow: visible;
}
.__ID__.md-manufacture-1 .sbtn {
  position: absolute;
  top: calc(50% - 0.5em);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.__ID__.md-manufacture-1 .sw {
  width: 12rem;
  max-width: 100%;
  opacity: 0.3;
}
.__ID__.md-manufacture-1 .swiper-slide-active {
  opacity: 1;
}
.__ID__.md-manufacture-1 .swiper-slide-active .c-pic::before {
  opacity: 0.8;
}
.__ID__.md-manufacture-1 .c-pic::before {
  content: "";
  width: 100%;
  height: 1.6rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  opacity: 0.8;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.__ID__.md-manufacture-1 .img {
  padding-top: 53.3333333333%;
}
.__ID__.md-manufacture-1 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.42rem;
  z-index: 3;
}
.__ID__.md-manufacture-1 .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
  display: flex;
  justify-content: center;
  z-index: 30;
}
.__ID__.md-manufacture-1 .swiper-pagination-bullet {
  width: 1em;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  margin: 0 0.05rem;
  opacity: 0.3;
  position: relative;
}
.__ID__.md-manufacture-1 .swiper-pagination-bullet-active {
  opacity: 1;
}
.__ID__.md-manufacture-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-manufacture-2 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-manufacture-2 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-manufacture-2 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-manufacture-2 .box {
  min-height: 8.6rem;
  padding: 0.5rem 0;
}
.__ID__.md-manufacture-2 .le {
  width: 50%;
}
.__ID__.md-manufacture-2 .ri {
  width: 42.5%;
}
.__ID__.md-manufacture-2 .swiper1 {
  margin-top: 0.97rem;
}
.__ID__.md-manufacture-2 .text span {
  color: #1ea9e2;
  font-weight: bold;
}
.__ID__.md-manufacture-2 .text .t12 {
  margin-top: 0.27rem;
}
.__ID__.md-manufacture-2 .swiper2 {
  padding: 0 1.25rem;
}
.__ID__.md-manufacture-2 .swiper2 .swiper-container {
  padding: 0.6rem 0;
}
.__ID__.md-manufacture-2 .swiper2 .img img {
  display: block;
  -webkit-box-reflect: below 0 linear-gradient(to bottom, transparent 90%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.2) 100%);
  width: 100%;
}
@media screen and (max-width: 900px){
  .__ID__.md-manufacture-2 .le {
    width: 100%;
  }
  .__ID__.md-manufacture-2 .ri {
    width: 100%;
  }

  .__ID__.md-manufacture-2 .swiper2{
    padding: 0 0.8rem;
  }
}

.__ID__.md-manufacture-3 {
  padding-top: 0.95rem;
  padding-bottom: 1.25rem;
  background-color: #f8fcff;
  overflow: hidden;
}
.__ID__.md-manufacture-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-manufacture-3 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-manufacture-3 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-manufacture-3 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-manufacture-3 .swiper {
  position: relative;
  margin-top: 0.6rem;
}
.__ID__.md-manufacture-3 .sbtn {
  position: absolute;
  top: calc(50% - 0.5em);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #ccc;
}
.__ID__.md-manufacture-3 .sic {
  width: 24.0740740741%;
}
.__ID__.md-manufacture-3 .prev {
  left: calc(100% + 0.3rem);
}
.__ID__.md-manufacture-3 .next {
  right: calc(100% + 0.3rem);
}
.__ID__.md-manufacture-3 .sw {
  height: auto;
  background-color: #fff;
  height: auto;
}
.__ID__.md-manufacture-3 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-manufacture-3 .sw:hover .name {
  color: #1ea9e2;
}
.__ID__.md-manufacture-3 .img {
  padding-top: 100%;
}
.__ID__.md-manufacture-3 .text {
  padding: 0.22rem 0.2rem 0.3rem;
}
.__ID__.md-manufacture-3 .name {
  transition: color 0.3s;
}

.__ID__.md-about-1 {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.__ID__.md-about-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-about-1 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-about-1 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-about-1 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-about-1 .imgs {
  width: 50%;
}
.__ID__.md-about-1 .img {
  padding-top: 80%;
}
.__ID__.md-about-1 .le {
  width: calc( 720 / 1600 * 100%);
  position: relative;
}
.__ID__.md-about-1 .intro {
  margin-top: 0.37rem;
  line-height: 2.0625;
  max-height: 5.2rem;
    overflow-y: auto;
}
.__ID__.md-about-1 .nlist {
  margin-top: 0.7rem;
}
.__ID__.md-about-1 .ni {
  margin-bottom: 0.36rem;
}
.__ID__.md-about-1 .ni .n11 {
  line-height: 1;
  color: #1ea9e2;
}
.__ID__.md-about-1 .ni .n12 {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-about-1 {
    padding: 0.6rem 0;
  }
  .__ID__.md-about-1 .le {
    width: 100%;
    order: 2;
    margin-top: 0.5rem;
  }
  .__ID__.md-about-1 .imgs {
    width: 100%;
    order: 1;
  }
  .__ID__.md-about-1 .nlist {
    flex-wrap: wrap;
  }
  .__ID__.md-about-1 .ni {
    width: 50%;
    text-align: center;
  }
  .__ID__.md-about-1 .intro{
    max-height: none;
  }
}

.__ID__.md-about-2 {
  padding-top: 0.95rem;
  padding-bottom: 0.92rem;
  position: relative;
  background-color: #f2fafd;
}
.__ID__.md-about-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-about-2 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-about-2 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-about-2 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-about-2 .wa-cont {
  width: 100%;
  padding-top: 0.56rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.__ID__.md-about-2 .wa-left {
  width: 30%;
  padding: 0.2rem 0.5rem;
  background-color: #ffffff;
}
.__ID__.md-about-2 .wa-one {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  min-height: 1.55rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.__ID__.md-about-2 .wa-one:last-child {
  border-bottom: none;
}
.__ID__.md-about-2 .wa-name {
  width: 100%;
  margin-bottom: 0.1rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.3;
}
.__ID__.md-about-2 .wa-intro {
  width: 100%;
  color: #333333;
  line-height: 1.5;
}
.__ID__.md-about-2 .wa-right {
  width: 57.5%;
}
.__ID__.md-about-2 .wa-scalebox {
  position: relative;
  width: 100%;
  padding-top: 71.9565217391%;
}
.__ID__.md-about-2 .wa-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 662px;
  transform-origin: left top;
}
.__ID__.md-about-2 .wa-map {
  width: 100%;
}
.__ID__.md-about-2 .wa-map img {
  width: 100%;
}
.__ID__.md-about-2 .wa-item {
  position: absolute;
}
.__ID__.md-about-2 .wa-dot {
  width: 20px;
  height: 20px;
  background-image: url("../images/wa2.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.__ID__.md-about-2 .wa-sub {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 32px;
}
.__ID__.md-about-2 .wa-sub:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 18px;
  background-image: url("../images/wa3.png");
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.__ID__.md-about-2 .wa-place {
  white-space: nowrap;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 2.28;
  background-color: #1fa9e2;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
}
.__ID__.md-about-2 .wa-item.active .wa-dot {
  opacity: 0.3;
}
.__ID__.md-about-2 .wa-item.active .wa-sub {
  opacity: 1;
  z-index: 8;
  visibility: visible;
}
@media screen and (max-width: 900px) {
  .__ID__.md-about-2 .wa-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .__ID__.md-about-2 .wa-right {
    width: 100%;
  }
  .__ID__.md-about-2 .wa-place {
    font-size: 18px;
  }
}

.__ID__.md-about-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-about-3 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-about-3 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-about-3 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-about-3 .com-tit {
  filter: brightness(0) invert(1);
}
.__ID__.md-about-3 .box {
  min-height: 8.6rem;
}
.__ID__.md-about-3 .le {
  width: 4.6rem;
  display: flex;
  align-items: center;
  height: 8.6rem;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.5);
}
.__ID__.md-about-3 .swiper {
  width: 11.4rem;
}
.__ID__.md-about-3 .sw {
  width: 3.75rem;
  height: 8.6rem;
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.5);
}
.__ID__.md-about-3 .dd {
  width: 100%;
}
.__ID__.md-about-3 .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.32rem;
}
.__ID__.md-about-3 .ii {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.__ID__.md-about-3 .d12 {
  display: none;
  line-height: 1.7222222222;
  margin-top: 0.38rem;
}
@media screen and (min-width: 901px) {
  .__ID__.md-about-3 .sw:hover {
    background-image: linear-gradient(0deg, rgba(29, 170, 226, 0.6) 0%, rgba(191, 93, 160, 0.6) 100%);
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-about-3 .box {
    flex-wrap: wrap;
  }
  .__ID__.md-about-3 .le {
    width: 100%;
    box-shadow: none;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 0.5rem 0;
  }
  .__ID__.md-about-3 .swiper {
    width: 100%;
  }
  .__ID__.md-about-3 .sw {
    width: 50%;
    box-shadow: none;
    height: auto;
    padding: 0.5rem 5%;
  }
  .__ID__.md-about-3 .d12 {
    display: block !important;
  }
}

.__ID__.md-about-4 {
  position: relative;
  padding-top: 0.95rem;
  padding-bottom: 1.1rem;
}
.__ID__.md-about-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-about-4 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-about-4 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-about-4 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-about-4 .box {
  overflow: hidden;
}
.__ID__.md-about-4 .swiper {
  margin-top: 1rem;
  position: relative;
}
.__ID__.md-about-4 .swiper .swiper-container {
  width: 100%;
  overflow: visible;
}
.__ID__.md-about-4 .sw {
  width: 2.4rem;
  height: 3.6rem;
}
.__ID__.md-about-4 .sw:nth-child(2n) .ite {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.2rem);
  transition: all 0.4s linear;
  color: #000;
}
.__ID__.md-about-4 .sw:nth-child(2n-1) .ite {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  top: calc(100% + 0.2rem);
}
.__ID__.md-about-4 .sw.swiper-slide-active .ite {
  color: #1ea9e2;
}
.__ID__.md-about-4 .ico {
  pointer-events: all;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #bf5da0;
  position: absolute;
  transition: all 0.4s linear;
  cursor: pointer;
}
.__ID__.md-about-4 .ico::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgba(30, 169, 226, 0.1);
  box-shadow: 0 0 0 1px inset #1ea9e2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.__ID__.md-about-4 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ab4_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.__ID__.md-about-4 .ite {
  text-align: center;
}
.__ID__.md-about-4 .ite .t11 {
  color: #1ea9e2;
}
.__ID__.md-about-4 .ite .t12 {
  color: #333;
}
.__ID__.md-about-4 .btns {
  margin-top: 0.6rem;
}
.__ID__.md-about-4 .sbtn {
  width: 1em;
  height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #ccc;
  margin-left: 0.2rem;
  cursor: pointer;
}
.__ID__.md-about-4 .sbtn:hover {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  box-shadow: 0px 0px 0.2rem 0px rgba(31, 169, 226, 0.35);
}
.__ID__.md-about-4 .sbtn:hover .sic {
  filter: brightness(0) invert(1);
}
.__ID__.md-about-4 .sic {
  width: 24.0740740741%;
}
.__ID__.md-about-4 .prev {
  left: calc(100% + 0.25rem);
}
.__ID__.md-about-4 .prev .sic {
  background-image: url(../images/a9.png);
}
.__ID__.md-about-4 .prev:hover .sic {
  background-image: url(../images/a9.png);
}
.__ID__.md-about-4 .next {
  right: calc(100% + 0.25rem);
}
.__ID__.md-about-4 .next .sic {
  background-image: url(../images/a9.png);
}
.__ID__.md-about-4 .next:hover .sic {
  background-image: url(../images/a9.png);
}
@media screen and (max-width: 900px) {
  .__ID__.md-about-4 .swiper {
    margin-top: 0;
  }
  .__ID__.md-about-4 .sw {
    width: 3rem;
  }
  .__ID__.md-about-4 .ico {
    top: 50% !important;
    right: 50%;
    transform: translateX(50%);
  }
  .__ID__.md-about-4 .ite {
    width: 3rem;
  }
  .__ID__.md-about-4 .bg {
    display: none;
  }
  .__ID__.md-about-4 .sw1 {
    width: 8rem;
  }
  .__ID__.md-about-4 .btns {
    margin-top: 0.2rem;
  }
}

.__ID__.md-about-5 {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}
.__ID__.md-about-5 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-about-5 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-about-5 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-about-5 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-about-5 .tag {
  text-align: center;
  margin-left: 0.2rem;
  padding: 0.12rem 0.28rem 0.16rem;
  box-shadow: 0 0 0 1px inset #f3f3f3;
  color: #999;
  line-height: 1;
  cursor: pointer;
}
.__ID__.md-about-5 .tag.on {
  color: #1ea9e2;
  box-shadow: 0 0 0 1px inset #1ea9e2;
}
.__ID__.md-about-5 .tag .t11 {
  font-weight: lighter;
}
.__ID__.md-about-5 .tag .t12 {
  margin-top: 0.06rem;
}
.__ID__.md-about-5 .swipers {
  position: relative;
  margin-top: 0.7rem;
}
.__ID__.md-about-5 .sitem {
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
  opacity: 0;
}
.__ID__.md-about-5 .sitem.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.__ID__.md-about-5 .swiper {
  position: relative;
}
.__ID__.md-about-5 .swiper::before {
  content: "";
  width: 100vw;
  height: 1.04rem;
  position: absolute;
  left: 50%;
  top: calc(100% - 5px);
  transform: translate(-50%);
  background-image: url(../images/ab5_0.png);
  background-size: auto 100%;
}
.__ID__.md-about-5 .sw {
  width: auto;
  margin: 0 0.55rem;
}
.__ID__.md-about-5 .ibox {
  max-width: 3rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.__ID__.md-about-5 .ii {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-about-5 .bots {
  margin-top: 1.1rem;
}
.__ID__.md-about-5 .ble {
  width: 6rem;
}
.__ID__.md-about-5 .swiper-scrollbar {
  width: 100%;
  height: 4px;
  background-color: rgba(30, 169, 226, 0.2);
}
.__ID__.md-about-5 .swiper-scrollbar-drag {
  background-color: #1ea9e2;
}
.__ID__.md-about-5 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-left: 0.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset #ccc;
  cursor: pointer;
}
.__ID__.md-about-5 .sbtn:hover {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  box-shadow: 0px 0px 0.2rem 0px rgba(31, 169, 226, 0.35);
}
.__ID__.md-about-5 .sbtn:hover .sic {
  filter: brightness(0) invert(1);
}
.__ID__.md-about-5 .sic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24.0740740741% auto;
}
.__ID__.md-about-5 .prev .sic {
  background-image: url(../images/icon-p11.png);
}
.__ID__.md-about-5 .next .sic {
  background-image: url(../images/icon-p21.png);
}
@media screen and (max-width: 900px) {
  .__ID__.md-about-5 .tops {
    flex-wrap: wrap;
  }
  .__ID__.md-about-5 .com-tit {
    width: 100%;
  }
  .__ID__.md-about-5 .tags {
    width: 100%;
  }
  .__ID__.md-about-5 .tag {
    margin: 0.1rem;
  }
  .__ID__.md-about-5 .sw {
    margin: 0 0.3rem;
  }
  .__ID__.md-about-5 .ble {
    width: 100%;
  }
  .__ID__.md-about-5 .btns {
    width: 100%;
    justify-content: center;
    margin-top: 0.3rem;
  }
  .__ID__.md-about-5 .sbtn {
    margin: 0.1rem;
    width: 1.5em;
    height: 1.5em;
  }
}

.__ID__.md-product-0 {
  position: relative;
  overflow: hidden;
  background-color: #e5f8ff;
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  /*圈*/
}
.__ID__.md-product-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-product-0 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-product-0 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-product-0 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-product-0 .titles {
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 100%;
  z-index: 30;
}
.__ID__.md-product-0 .swiper1 {
  margin-top: 0.6rem;
}
.__ID__.md-product-0 .sw1 {
  width: 100%;
}
.__ID__.md-product-0 .sw1 .ii {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.__ID__.md-product-0 .sw1 .part {
  width: 4.4rem;
}
.__ID__.md-product-0 .sw1 .c-pic {
  border-radius: 50%;
  background-color: #fff;
}
.__ID__.md-product-0 .sw1 .img {
  padding-top: 100%;
}
.__ID__.md-product-0 .sw1 .name {
  margin-top: 0.32rem;
  font-weight: bold;
}
.__ID__.md-product-0 .swiper2 {
  width: 100%;
  z-index: 30;
  margin-top: 0.8rem;
}
.__ID__.md-product-0 .swiper2-box {
  width: 12.8rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0.6rem;
}
.__ID__.md-product-0 .sw2 {
  width: 1.4rem;
  border-radius: 50%;
  padding: 0.1rem;
  margin: 0 0.25rem;
  cursor: pointer;
}
.__ID__.md-product-0 .sw2 .c-pic {
  border-radius: 50%;
}
.__ID__.md-product-0 .sw2 .img {
  padding-top: 100%;
}
.__ID__.md-product-0 .thumb-active::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 0%;
  border: 1px dashed #1ea9e2;
}
.__ID__.md-product-0 .mob-img {
  display: none;
}
.__ID__.md-product-0 .dian {
  position: absolute;
  z-index: 30;
}
.__ID__.md-product-0 .dian ul li {
  cursor: pointer;
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  border-radius: 50%;
  background: #1ea9e2;
  color: #1ea9e2;
}
.__ID__.md-product-0 .ri {
  width: calc( 1100 / 1600 * 100%);
}
.__ID__.md-product-0 .bg {
  position: relative;
  padding-top: calc( 630 / 1100 * 100%);
}
@keyframes beacon1_1 {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 169, 226, 0.6);
  }
  100% {
    box-shadow: 0 0 0 0.4rem transparent;
  }
}
.__ID__.md-product-0 .di_l1_1 {
  top: 45%;
  left: 42%;
  animation: beacon1_1 1s infinite linear;
  animation-delay: 0.5s;
}
.__ID__.md-product-0 .di_l1_2 {
  top: 45%;
  left: 42%;
  animation: beacon1_1 1.5s infinite linear;
  animation-delay: 0.5s;
}
.__ID__.md-product-0 .di_l1_3 {
  top: 45%;
  left: 42%;
  animation: beacon1_3 2s infinite linear;
  animation-delay: 0.5s;
}
.__ID__.md-product-0 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset #ccc;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5em);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.__ID__.md-product-0 .sbtn:hover {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  box-shadow: 0px 0px 0.2rem 0px rgba(31, 169, 226, 0.35);
}
.__ID__.md-product-0 .sbtn:hover .sic {
  filter: brightness(0) invert(1);
}
.__ID__.md-product-0 .sic {
  width: 24.0740740741%;
}
.__ID__.md-product-0 .prev {
  left: 0.1rem;
}
.__ID__.md-product-0 .next {
  right: 0.1rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-product-0 {
    padding: 0.6rem 0;
  }
  .__ID__.md-product-0 .titles {
    position: static;
  }
  .__ID__.md-product-0 .swiper2 {
    position: static;
  }
  .__ID__.md-product-0 .sw1 {
    height: auto;
  }
  .__ID__.md-product-0 .sw1 .part {
    width: 50%;
    position: static;
    margin: 0.2rem auto;
  }
  .__ID__.md-product-0 .sw1 .ri {
    order: 1;
    width: 100%;
  }
  .__ID__.md-product-0 .sw1 .part {
    order: 2;
  }
  .__ID__.md-product-0 .sw2 {
    width: 1.6rem;
  }
}

/* 联系 */
.__ID__.md-contact-1 {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  position: relative;
}
.__ID__.md-contact-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-contact-1 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-contact-1 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-contact-1 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-contact-1 .box {
  margin-top: 0.46rem;
}
.__ID__.md-contact-1 .le {
  width: 43.75%;
}
.__ID__.md-contact-1 .title {
  padding-bottom: 0.31rem;
  border-bottom: 1px solid #f3f3f3;
}
.__ID__.md-contact-1 .list {
  margin-top: 0.4rem;
}
.__ID__.md-contact-1 .li {
  margin-bottom: 0.3rem;
}
.__ID__.md-contact-1 .li:last-child {
  margin-bottom: 0;
}
.__ID__.md-contact-1 .dd .icon {
  width: 1em;
  height: 1em;
  border-radius: 0.1rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
  background-color: #f2fafd;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.__ID__.md-contact-1 .dd .ic {
  width: 40%;
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-contact-1 .dd .t1 {
  color: #666;
}
.__ID__.md-contact-1 .dd .t2 {
  margin-top: 0.04rem;
}
.__ID__.md-contact-1 .form {
  width: 46.25%;
  padding-top: 0.05rem;
}
.__ID__.md-contact-1 .fbox {
  margin-top: 0.34rem;
}
.__ID__.md-contact-1 .fitem {
  width: 48.6486486486%;
  margin-bottom: 0.2rem;
}
.__ID__.md-contact-1 .fitem:last-child {
  margin-bottom: 0;
}
.__ID__.md-contact-1 .ww100 {
  width: 100%;
}
.__ID__.md-contact-1 .inp {
  position: relative;
  font-size: 0;
}
.__ID__.md-contact-1 .ip {
  width: 100%;
  height: 4em;
  background-color: #f2fafd;
  border-radius: 0.1rem;
  border: none;
  padding: 0 0.2rem;
  font-family: inherit;
}
.__ID__.md-contact-1 .ip::-moz-placeholder {
  color: #999;
}
.__ID__.md-contact-1 .ip::placeholder {
  color: #999;
}
.__ID__.md-contact-1 .ta {
  display: block;
  width: 100%;
  height: 1.46rem;
  padding: 0.18rem 0.2rem;
  font-family: inherit;
  background-color: #f2fafd;
  border-radius: 0.1rem;
  border: none;
}
.__ID__.md-contact-1 .ta::-moz-placeholder {
  color: #999;
}
.__ID__.md-contact-1 .ta::placeholder {
  color: #999;
}
.__ID__.md-contact-1 .yzm {
  height: 0.8rem;
  margin-left: 0.3rem;
}
.__ID__.md-contact-1 .fbtns {
  margin-top: 0.3rem;
}
.__ID__.md-contact-1 .code {
  flex-grow: 0;
}
.__ID__.md-contact-1 .code .inp {
  width: 4rem;
}
.__ID__.md-contact-1 .submit {
  display: inline-flex;
  align-items: center;
  height: 3.375em;
  padding: 0 0.4rem;
  border-radius: 1rem;
  color: #1ea9e2;
  border: solid 1px #1fa9e2;
  background-color: #fff;
  cursor: pointer;
}
.__ID__.md-contact-1 .submit:hover {
  background-color: #1ea9e2;
  color: #fff;
}
.__ID__.md-contact-1 .submit:hover .ic {
  filter: brightness(0) invert(1);
}
.__ID__.md-contact-1 .submit .ic {
  width: 1em;
  height: 0.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-contact-1 .le {
    width: 100%;
  }
  .__ID__.md-contact-1 .form {
    width: 100%;
    margin-top: 0.5rem;
  }
  .__ID__.md-contact-1 .fitem {
    width: 100%;
  }
}

.__ID__.md-contact-2 {
  position: relative;
  padding-top: 0.95rem;
  padding-bottom: 0.9rem;
  overflow: hidden;
  background-color: #f2fafd;
}
.__ID__.md-contact-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-contact-2 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-contact-2 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-contact-2 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-contact-2 .list {
  margin-top: 0.51rem;
}
.__ID__.md-contact-2 .li {
  margin-bottom: 0.1rem;
  background-color: #fff;
}
.__ID__.md-contact-2 .li.show .hd {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%), linear-gradient(#ffffff, #ffffff);
}
.__ID__.md-contact-2 .li.show .hi {
  color: #fff !important;
}
.__ID__.md-contact-2 .li.show .btn {
  background-image: url(../images/hm_4.png);
}
.__ID__.md-contact-2 .hd {
  color: #666;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.37rem 0.6rem;
  cursor: pointer;
  transition: all 0.5s;
}
.__ID__.md-contact-2 .hi {
  width: 20%;
  text-align: center;
}
.__ID__.md-contact-2 .hi:first-child {
  text-align: left;
  color: #333;
}
.__ID__.md-contact-2 .btn {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.6rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25.9259259259% auto;
}
.__ID__.md-contact-2 .bd {
  display: none;
}
.__ID__.md-contact-2 .bbox {
  padding: 0.45rem 0.6rem 0.83rem;
}
.__ID__.md-contact-2 .ti {
  margin-bottom: 0.35rem;
}
.__ID__.md-contact-2 .ti:last-child {
  margin-bottom: 0;
}
.__ID__.md-contact-2 .t2 {
  line-height: calc( 34 / 16  );
  margin-top: 0.13rem;
}
.__ID__.md-contact-2 .btns {
  margin-top: 0.42rem;
}
.__ID__.md-contact-2 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.18rem 0.4rem;
  border-radius: 1rem;
  transition: all 0.3s;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  color: #fff;
}
.__ID__.md-contact-2 .aa:hover {
  transform: translateY(5px);
}
.__ID__.md-contact-2 .aa .asp {
  width: 1em;
  height: 0.75em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.__ID__.md-contact-2 .ph {
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-contact-2 .hd {
    padding: 0.3rem;
  }
  .__ID__.md-contact-2 .hi {
    width: 30%;
  }
  .__ID__.md-contact-2 .hi:nth-child(4n) {
    display: none;
  }
  .__ID__.md-contact-2 .bbox {
    padding: 0.3rem;
  }
  .__ID__.md-contact-2 .btn {
    right: 0.1rem;
  }
}

.__ID__.md-home-0 {
  position: relative;
  overflow: hidden;
}
.__ID__.md-home-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-home-0 .ho_sw {
  overflow: hidden;
}
.__ID__.md-home-0 .ho_sw .img {
  position: relative;
  padding-top: 48.9583333333%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.__ID__.md-home-0 .ho_sw .img img,
.__ID__.md-home-0 .ho_sw .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.__ID__.md-home-0 .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 53%;
  transform: translateY(-50%);
  opacity: 0;
}
.__ID__.md-home-0 .ho_sw .d1 {
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.2777777778;
}
.__ID__.md-home-0 .ho_sw .d2 {
  letter-spacing: 1px;
  line-height: 1.4666666667;
  margin-top: 0.16rem;
}
.__ID__.md-home-0 .ho_sw .d3 {
  margin-top: 0.62rem;
}
.__ID__.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.__ID__.md-home-0 .swiper-pagination {
  width: 100%;
  bottom: 0.6rem;
  display: flex;
  justify-content: center;
  z-index: 30;
}
.__ID__.md-home-0 .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  background-color: transparent;
  border-radius: 50%;
  margin: 0;
  margin-right: 0.1rem;
  opacity: 1;
  position: relative;
}
.__ID__.md-home-0 .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.25);
}
.__ID__.md-home-0 .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 1px inset #fff;
}
.__ID__.md-home-0 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
  padding: 0.2rem 0.24rem;
  color: #fff;
  box-shadow: 0 0 0 2px inset #fff;
  border-radius: 1rem;
}
.__ID__.md-home-0 .aa:hover {
  background-color: #fff;
  color: #1ea9e2;
}
.__ID__.md-home-0 .aa:hover .cic {
  filter: none;
}
.__ID__.md-home-0 .cic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.42rem;
  filter: brightness(0) invert(1);
}
.__ID__.md-home-0 .bots {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  color: #fff;
  line-height: 1;
}
.__ID__.md-home-0 .mouse {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translate(-50%);
  z-index: 30;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.__ID__.md-home-0 .mouse .ani {
  animation: jump 1s linear infinite;
}
.__ID__.md-home-0 .mouse img {
  height: 0.22rem;
  margin-bottom: 0.12rem;
}
.__ID__.md-home-0 .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 0.45rem;
  z-index: 30;
}
.__ID__.md-home-0 .sbtn {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  filter: brightness(0) invert(1);
}
.__ID__.md-home-0 .sbtn:hover {
  filter: none;
}
.__ID__.md-home-0 .prev {
  background-image: url(../images/b3.png);
}
.__ID__.md-home-0 .next {
  background-image: url(../images/b4.png);
}
.__ID__.md-home-0 .num {
  margin: 0 0.25rem;
}
.__ID__.md-home-0 .nums {
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.__ID__.md-home-0 .nums .n11 {
  color: #fff;
}
.__ID__.md-home-0 .pag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 30;
}
.__ID__.md-home-0 .pi {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.__ID__.md-home-0 .pi.on {
  color: white;
}
.__ID__.md-home-0 .pi.on .line {
  display: block;
}
.__ID__.md-home-0 .pi.on .line::after {
  animation: wd 4.5s linear;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 500px) {
  .__ID__.md-home-0 .ho_sw .d1 {
    font-size: 0.32rem;
  }
  .__ID__.md-home-0 .ho_sw .d2 {
    font-size: 0.26rem;
  }
  .__ID__.md-home-0 .ho_sw .d3 {
    margin-top: 0.2rem;
  }
  .__ID__.md-home-0 .bots {
    bottom: 0.3rem;
  }
}

.__ID__.md-home-1 {
  padding-top: 1.15rem;
  position: relative;
  overflow: hidden;
  background-color: #f0efee;
}
.__ID__.md-home-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-home-1 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-home-1 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-home-1 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-home-1 .ct1 {
  color: #1ea9e2;
}
.__ID__.md-home-1 .text1 {
  width: 8.6rem;
  max-width: 100%;
}
.__ID__.md-home-1 .desc {
  line-height: calc( 38 / 18 );
  margin-top: 0.26rem;
}
.__ID__.md-home-1 .btns {
  margin-top: 0.49rem;
}
.__ID__.md-home-1 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 0 0 1px inset #fff;
  border-radius: 1rem;
  padding: 0.19rem 0.4rem;
  transition: all 0.5s;
}
.__ID__.md-home-1 .more:hover {
  transform: translateY(-5px);
}
.__ID__.md-home-1 .more .mic {
  width: 0.8em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/a2.png);
  margin-left: 0.2rem;
}
.__ID__.md-home-1 .nlist {
  margin-top: 0.84rem;
}
.__ID__.md-home-1 .ni {
  width: 33.3%;
  margin-bottom: 0.44rem;
}
.__ID__.md-home-1 .ni .n11 {
  line-height: 1;
}
.__ID__.md-home-1 .ni .n12 {
  margin-top: 0.1rem;
}
.__ID__.md-home-1 .bots {
  width: calc(100% + 1.6rem);
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 0.3rem;
}
.__ID__.md-home-1 .ble {
  width: 3rem;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  padding: 0.78rem 0;
  flex-shrink: 0;
}
.__ID__.md-home-1 .bli {
  width: 25%;
  padding: 0 0.8rem;
  padding: 0 0.2rem;
  position: relative;
  box-shadow: 1px 0 0 0 #d0d0d0;
}
.__ID__.md-home-1 .bli:last-child {
  box-shadow: none;
}
.__ID__.md-home-1 .bli .bt2 {
  margin-top: 0.06rem;
}
@media screen and (max-width: 1280px) {
  .__ID__.md-home-1 .bli {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-1 .bots {
    flex-wrap: wrap;
    width: 100%;
  }
  .__ID__.md-home-1 .ble {
    width: 100%;
    padding: 0.2rem;
  }
  .__ID__.md-home-1 .bri {
    width: 100%;
  }
  .__ID__.md-home-1 .blist {
    flex-wrap: wrap;
    width: 100%;
  }
  .__ID__.md-home-1 .bli {
    width: 50%;
    padding: 0.2rem;
    box-shadow: none;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-home-1 .nlist .ni {
    width: 50%;
    text-align: center;
  }
}

.__ID__.md-home-2 {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: rgba(242, 250, 253, 0.5);
}
.__ID__.md-home-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-home-2 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-home-2 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-home-2 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-home-2 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 0 0 1px inset #1ea9e2;
  color: #1ea9e2;
  border-radius: 1rem;
  padding: 0.19rem 0.4rem;
  transition: all 0.5s;
}
.__ID__.md-home-2 .more:hover {
  transform: translateY(-5px);
}
.__ID__.md-home-2 .more .mic {
  width: 0.8em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/a1.png);
  margin-left: 0.2rem;
}
.__ID__.md-home-2 .list {
  margin-top: 0.5rem;
}
.__ID__.md-home-2 .li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 0.4rem;
}
.__ID__.md-home-2 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-home-2 .dd {
  display: block;
  background-color: #fff;
}
.__ID__.md-home-2 .dd:hover .text {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  color: #fff;
  text-align: left;
}
.__ID__.md-home-2 .c-pic {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}
.__ID__.md-home-2 .img {
  position: relative;
  padding-top: 68%;
}
.__ID__.md-home-2 .text {
  padding: 0.27rem 0.3rem;
  position: relative;
}
.__ID__.md-home-2 .arrow {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/a2.png);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-2 .list {
    justify-content: space-between;
  }
  .__ID__.md-home-2 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.__ID__.md-home-3 {
  padding-top: 1.47rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.__ID__.md-home-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-home-3 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-home-3 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-home-3 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-home-3 .le {
  width: 46.25%;
}
.__ID__.md-home-3 .list {
  margin-top: 0.45rem;
}
.__ID__.md-home-3 .li {
  padding: 0.41rem 0;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.__ID__.md-home-3 .li.show::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.__ID__.md-home-3 .li.show .hte {
  color: #333;
}
.__ID__.md-home-3 .li.show .hic {
  opacity: 0;
}
.__ID__.md-home-3 .hd {
  position: relative;
  padding-right: 0.2rem;
}
.__ID__.md-home-3 .hte {
  color: #666;
}
.__ID__.md-home-3 .hic {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.md-home-3 .bd {
  display: none;
}
.__ID__.md-home-3 .ba {
  display: block;
  position: relative;
  margin-top: 0.26rem;
  margin-bottom: 0.15rem;
}
.__ID__.md-home-3 .bte {
  width: 80%;
  line-height: 1.6875;
  color: #666;
}
.__ID__.md-home-3 .bicon {
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  box-shadow: 0px 0px 0.2rem 0px rgba(31, 169, 226, 0.35);
}
.__ID__.md-home-3 .bic {
  width: 24.0740740741%;
}
.__ID__.md-home-3 .imgs {
  width: 43.75%;
  position: relative;
}
.__ID__.md-home-3 .c-pic {
  border-radius: 50%;
}
.__ID__.md-home-3 .img {
  padding-top: 100%;
}
.__ID__.md-home-3 .yuan {
  width: 3.92rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.__ID__.md-home-3 .yuan img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-3 .le {
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .__ID__.md-home-3 .imgs {
    width: 80%;
    margin: 0 auto;
  }
  .__ID__.md-home-3 .li {
    padding: 0.25rem 0;
  }
}

.__ID__.md-home-4 {
  position: relative;
  padding-top: 0.88rem;
  padding-bottom: 1rem;
  background-color: #f2fafd;
}
.__ID__.md-home-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-home-4 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-home-4 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-home-4 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-home-4 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  color: #fff;
  border-radius: 1rem;
  padding: 0.19rem 0.4rem;
  transition: all 0.5s;
}
.__ID__.md-home-4 .more:hover {
  transform: translateY(-5px);
}
.__ID__.md-home-4 .more .mic {
  width: 0.8em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/a2.png);
  margin-left: 0.2rem;
}
.__ID__.md-home-4 .box {
  margin-top: 0.52rem;
}
.__ID__.md-home-4 .le {
  width: 37.5%;
}
.__ID__.md-home-4 .ri {
  width: 58.75%;
  background-color: #fff;
}
.__ID__.md-home-4 .big {
  display: block;
  height: 100%;
  background-color: #fff;
}
.__ID__.md-home-4 .big:hover .img {
  transform: scale(1.05);
}
.__ID__.md-home-4 .big:hover .title {
  color: #1ea9e2;
}
.__ID__.md-home-4 .big:hover .icon {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  box-shadow: 0px 0px 0.2rem 0px rgba(31, 169, 226, 0.35);
}
.__ID__.md-home-4 .big:hover .icon .ic {
  filter: brightness(0) invert(1);
}
.__ID__.md-home-4 .big .img {
  padding-top: 66.6666666667%;
}
.__ID__.md-home-4 .big .bot1 {
  padding: 0.46rem 0.3rem;
}
.__ID__.md-home-4 .big .tbox {
  position: relative;
  padding-right: 1rem;
  margin-top: 0.28rem;
}
.__ID__.md-home-4 .big .title {
  line-height: 1.5833333333;
}
.__ID__.md-home-4 .big .icon {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset #ccc;
}
.__ID__.md-home-4 .big .icon .ic {
  width: calc( 13 / 54 * 100%);
  height: calc( 13 / 54 * 100%);
  background-image: url(../images/icon-p21.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.md-home-4 .list {
  padding: 0 0.6rem;
}
.__ID__.md-home-4 .li {
  padding: 0.48rem 0 0.45rem;
  box-shadow: 0 1px 0 0 inset #f3f3f3;
}
.__ID__.md-home-4 .li:first-child {
  box-shadow: none;
}
.__ID__.md-home-4 .li .dd {
  position: relative;
}
.__ID__.md-home-4 .li .dd:hover .time {
  color: #1ea9e2;
}
.__ID__.md-home-4 .li .dd:hover .title {
  color: #1ea9e2;
}
.__ID__.md-home-4 .li .dd:hover .icon {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  box-shadow: 0px 0px 0.2rem 0px rgba(31, 169, 226, 0.35);
}
.__ID__.md-home-4 .li .dd:hover .icon .ic {
  filter: brightness(0) invert(1);
}
.__ID__.md-home-4 .li .time {
  line-height: 1;
  color: #666;
  width: 1.4rem;
  box-shadow: 1px 0 0 0 #dcdcdc;
  text-align: center;
  margin-right: 0.4rem;
}
.__ID__.md-home-4 .li .t12 {
  margin-top: 0.1rem;
}
.__ID__.md-home-4 .li .text {
  width: calc(520 / 820 * 100%);
}
.__ID__.md-home-4 .li .tbox {
  width: 100%;
}
.__ID__.md-home-4 .li .title {
  transition: color 0.3s;
}
.__ID__.md-home-4 .li .intro {
  line-height: 2.3125;
  height: 4.625em;
  margin-top: 0.18rem;
  color: #666;
}
.__ID__.md-home-4 .icon {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #ccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.__ID__.md-home-4 .icon .ic {
  width: 24.0740740741%;
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-4 .le {
    width: 100%;
  }
  .__ID__.md-home-4 .ri {
    width: 100%;
    margin-top: 0.4rem;
  }
  .__ID__.md-home-4 .list {
    padding: 0 0.3rem;
  }
  .__ID__.md-home-4 .li {
    padding: 0.3rem 0;
  }
  .__ID__.md-home-4 .li .text {
    width: 80%;
  }
  .__ID__.md-home-4 .li .time {
    display: none;
  }
}

.__ID__.md-breadnav {
  width: 100%;
  position: relative;
}
.__ID__.md-breadnav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
}
.__ID__.md-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-breadnav .nav-cont {
  width: 100%;
  display: flex;
  align-items: center;
}
.__ID__.md-breadnav .nav-left {
  flex: 1;
  width: 0;
  font-size: 0;
  padding-right: 0.3rem;
}
.__ID__.md-breadnav .nav-b {
  display: inline-block;
  max-width: 100%;
}
.__ID__.md-breadnav .nav-item {
  display: block;
  cursor: pointer;
  width: auto;
  margin-right: 0.85rem;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #333333;
}
.__ID__.md-breadnav .nav-item:last-child {
  margin-right: 0;
}
.__ID__.md-breadnav .nav-item:hover {
  color: #1fa9e2;
}
.__ID__.md-breadnav .nav-item.active {
  color: #1fa9e2;
}
.__ID__.md-breadnav .nav-line {
  transition: all ease 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #1fa9e2;
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  border-radius: 0px 2px 2px 0px;
}
.__ID__.md-breadnav .nav-right {
  line-height: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  color: #666666;
}
.__ID__.md-breadnav .nav-one {
  display: inline-flex;
  align-items: center;
  margin: 0 0.06rem;
}
.__ID__.md-breadnav .nav-one img {
  width: 1em;
}
.__ID__.md-breadnav .nav-one:last-child:after {
  display: none;
}
@media screen and (max-width: 900px) {
  .__ID__.md-breadnav .nav-left {
    width: 100%;
    text-align: center;
  }
  .__ID__.md-breadnav .nav-right {
    display: none;
  }
}

.__ID__.md-partner-2 {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: rgba(242, 250, 253, 0.5);
}
.__ID__.md-partner-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-partner-2 .com-tit {
  position: relative;
  line-height: 1.2;
}
.__ID__.md-partner-2 .com-tit .ct1 {
  color: #1fa9e2;
}
.__ID__.md-partner-2 .com-tit .ct2 {
  margin-top: 0.03rem;
}
.__ID__.md-partner-2 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 0 0 1px inset #1ea9e2;
  color: #1ea9e2;
  border-radius: 1rem;
  padding: 0.19rem 0.4rem;
  transition: all 0.5s;
}
.__ID__.md-partner-2 .more:hover {
  transform: translateY(-5px);
}
.__ID__.md-partner-2 .more .mic {
  width: 0.8em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/a1.png);
  margin-left: 0.2rem;
}
.__ID__.md-partner-2 .list {
  margin-top: 0.5rem;
}
.__ID__.md-partner-2 .li {
  width: 24.0625%;
  margin-right: 1.25%;
  margin-bottom: 0.2rem;
}
.__ID__.md-partner-2 .li:nth-child(4n) {
  margin-right: 0;
}
.__ID__.md-partner-2 .dd {
  display: block;
  background-color: #fff;
}
.__ID__.md-partner-2 .dd:hover .text {
  background-image: linear-gradient(-90deg, #1fa9e2 0%, #bf5da0 100%);
  color: #fff;
  text-align: left;
}
.__ID__.md-partner-2 .c-pic {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}
.__ID__.md-partner-2 .img {
  position: relative;
  padding-top: 68%;
}
.__ID__.md-partner-2 .text {
  padding: 0.27rem 0.3rem;
  position: relative;
}
.__ID__.md-partner-2 .arrow {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/a2.png);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .__ID__.md-partner-2 .list {
    justify-content: space-between;
  }
  .__ID__.md-partner-2 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}