@charset "UTF-8";
.f-medium,
.f-bold {
  font-weight: bold;
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
  max-width: 94%;
}

.layout {
  width: 16rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.layout-full {
  width: 19.2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: calc(700 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-48%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  letter-spacing: 1px;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.com-banner .cb_nav .ii {
  height: 1em;
}
.com-banner .cb_nav a {
  transition: color 0.3s;
}
.com-banner .cb_nav a:hover {
  color: #e60012;
}
.com-banner .cb_nav .sp {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .com-banner .cb_text .cbp1 {
    font-size: 0.5rem;
  }
  .com-banner .cb_text .ii {
    height: 0.8rem;
  }
}

.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: #e60012;
}
.cbn-swiper .csa.on {
  color: #e60012;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e60012;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #e60012;
  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;
  box-shadow: 0px 1px 0 0px inset rgba(255, 255, 255, 0.2);
  display: none;
}
.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: #e60012;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/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;
    transform: translate(0);
    background-color: #fff;
    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 {
  text-align: center;
}
.bn-swiper .swiper-container {
  display: inline-block;
  max-width: 100%;
}
.bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 1.4rem;
  white-space: nowrap;
  text-align: center;
  color: #666;
  transition: color 0.3s;
}
.bn-swiper .bsa:hover {
  color: #e60012;
}
.bn-swiper .bsa.on {
  color: #e60012;
}
.bn-swiper .bsa.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bn-swiper .bsa .cta {
  display: block;
  line-height: 0.8rem;
}
.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;
}
@media screen and (max-width: 900px) {
  .bn-swiper .bsa {
    margin-right: 0.6rem;
  }
}

.zone_nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.8rem;
}
.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.5em;
  position: relative;
}
.zone_nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.zone_nav .z_a.on, .zone_nav .z_a:hover {
  color: #e60012;
  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(/static/home/images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #333;
  border-radius: 50%;
}
.com-pag .cp_num {
  box-shadow: 0 0 0 2px inset #e5e5e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  box-shadow: 0 0 0 2px inset #e60012;
  background-color: #e60012;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: auto 23.3333333333%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  box-shadow: 0 0 0 2px inset #e60012;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 26%;
  height: 26%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.com-pag .cp_btn:hover {
  background-color: #e60012;
}
.com-pag .cp_prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(/static/home/images/icon-p22.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;
}
.com-tit {
  position: relative;
}
.com-tit .ct1 {
  color: #000;
}
.com-tit .ct2 {
  color: #666;
  margin-top: 0.23rem;
}
.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: #e60012;
}

.md-md {
  position: absolute;
  top: -0.9rem;
}
.md-head.home {
  height: 0;
}
.md-head.home .head-pc {
  background-color: transparent;
}
.md-head.home .head-pc .logo {
  filter: none;
}
.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md-head.m_show .mob_mask {
  display: block;
}
.md-head.is-fixed .head-pc, .md-head.white .head-pc {
  background-color: #fff;
  box-shadow: 1px 1px 0.12rem 0px rgba(0, 0, 0, 0.1);
  background-image: none;
}
.md-head.is-fixed .head-pc .logo, .md-head.white .head-pc .logo {
  filter: none;
}
.md-head.is-fixed .head-pc .logo .pi, .md-head.white .head-pc .logo .pi {
  display: none;
}
.md-head.is-fixed .head-pc .logo .mi, .md-head.white .head-pc .logo .mi {
  display: block;
}
.md-head.is-fixed .head-pc .ul1 .a1, .md-head.white .head-pc .ul1 .a1 {
  color: #333;
}
.md-head.is-fixed .head-pc .h-lang .hd, .md-head.white .head-pc .h-lang .hd {
  color: #333;
}
.md-head.is-fixed .head-pc .h-lang .ic, .md-head.white .head-pc .h-lang .ic {
  filter: none;
}
.md-head.is-fixed .head-pc .h-lang .ar, .md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.md-head.is-fixed .head-pc .h-search .hic, .md-head.white .head-pc .h-search .hic {
  filter: none;
}
.md-head.white {
  height: 0.9rem;
}
@media screen and (max-width: 900px) {
  .md-head {
    height: 1rem !important;
  }
}

.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);
}

.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: all 0.3s;
}
.head-pc .layout {
  width: 18.4rem;
  max-width: 99%;
}
@media screen and (max-width: 900px) {
  .head-pc {
    height: 1rem;
    background-color: #fff;
    background-image: none !important;
  }
  .head-pc .layout {
    max-width: 94%;
  }
}

.head-box {
  z-index: 5;
}
.head-box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.head-box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head-box .logo img {
  height: 0.51rem;
}
.head-box .logo .mi {
  display: none;
}
.head-box .hd_le {
  display: flex;
  align-items: center;
}
.head-box .hb_ri {
  display: flex;
  align-items: center;
}
.head-box .ul1 .li1 {
  position: relative;
  margin-right: 1rem;
}
.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head-box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.head-box .ul1 .has-sub {
  position: static;
}
.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  color: #fff;
  transition: all 0.3s;
}

.head-box .ul1 .a1.on {
  color: #e60012 !important;
}

.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;
}
.head-box .ul1 .li2 {
  position: relative;
}
.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.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;
}
.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #e60012;
}
.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.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;
}
.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #e60012;
}
.head-box .h-phone {
  margin-right: 0.25rem;
  color: #000;
  font-weight: bold;
  font-size: 0;
}
.head-box .h-phone .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.head-box .h-phone .ic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.head-box .h-user {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.head-box .h-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.head-box .h-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.head-box .h-user .ua2 {
  cursor: pointer;
}
.head-box .h-shop {
  cursor: pointer;
  margin-left: 0.4rem;
}
.head-box .h-shop .hic {
  cursor: pointer;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-shop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-box .h-login {
  display: inline-flex;
  align-items: center;
  background-color: #e60012;
  border-radius: 1rem;
  color: #fff;
  padding: 0.1rem 0.24rem;
  cursor: pointer;
}
.head-box .h-login .hic {
  width: 0.9em;
  height: 1em;
  background-image: url(/static/home/images/h-lo-w.png);
  margin-right: 0.1rem;
}
.head-box .h-lang {
  position: relative;
  margin-right: 0.2rem;
}
.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.head-box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-lang-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
  filter: brightness(0) invert(1);
}
.head-box .h-lang .on {
  color: #e60012;
}
.head-box .h-lang .ar {
  width: 1em;
  height: 0.5em;
  background-image: url(/static/home/images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.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;
}
.head-box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #e60012;
  color: #fff;
  min-width: 4em;
}
.head-box .h-lang .b_a:hover {
  color: #e60012;
  background-color: #fff;
}
.head-box .h-search {
  position: relative;
  cursor: pointer;
  padding-left: 0.2rem;
}
.head-box .h-search::before {
  content: "";
  width: 1px;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  opacity: 0.2;
}
.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
}
.head-box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.head-box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1280px) {
  .head-box .ul1 .li1 {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  .head-box {
    height: 1rem;
  }
  .head-box .logo .pi {
    display: none;
  }
  .head-box .logo .mi {
    display: block;
  }
  .head-box .ul1 {
    display: none;
  }
  .head-box .h-lang .hd {
    color: #333;
  }
  .head-box .h-lang .ic {
    filter: none;
    background-image: url(/static/home/images/h-lang-b.png);
  }
  .head-box .h-lang .ar {
    filter: none;
  }
  .head-box .h-user {
    filter: brightness(0) invert(1);
  }
  .head-box .h-shop {
    filter: brightness(0) invert(1);
  }
  .head-box .h-search {
    margin-right: 0.25rem;
  }
  .head-box .h-search .hic {
    filter: none;
  }
  .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(/static/home/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: #e60012;
}
.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;
  }
}

.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;
}
.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);
}
.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #e60012;
}
.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.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(/static/home/images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(/static/home/images/hm_4.png);
}
.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;
}
.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(/static/home/images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md-mob_sideNav .hmob_top {
  max-height: calc(100% - 50px - 1rem);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.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;
}
.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;
}
.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
.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;
}
.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md-mob_sideNav .ul3 {
  display: none;
}
.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md-mob_sideNav .ul3 .tlist {
  margin-top: 5px;
}
.md-mob_sideNav .ul3 .li3 {
  padding-left: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.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;
}
.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
.md-mob_sideNav .form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.1rem 0;
}
.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;
}
.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: #e60012;
  background-image: url(/static/home/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) {
  .md-mob_sideNav .hmob-money {
    display: none;
  }
}

.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;
}
.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.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: #e60012;
  background-image: url(/static/home/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;
}
.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);
}

.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.md-footer .ul1 .li1 {
  margin-right: 1rem;
}
.md-footer .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-footer .ul1 .a1 {
  line-height: 1;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.md-footer .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md-footer .ul1 .ul2 {
  margin-top: 0.2rem;
  position: relative;
}
.md-footer .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-footer .ul1 .a2 {
  line-height: 2.25;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.md-footer .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .md-footer .ul1 {
    display: none;
  }
}

.md-foot-1 {
  position: relative;
}
.md-foot-1 .box {
  padding-top: 1.03rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-foot-1 .logo .lo {
  display: inline-flex;
}
.md-foot-1 .logo .ii {
  height: 1em;
}
.md-foot-1 .shares {
  margin-top: 0.3rem;
}
.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.md-foot-1 .shares .si:hover .hd {
  background-color: #fff;
}
.md-foot-1 .shares .si:hover .hi {
  filter: none;
}
.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot-1 .shares .si:last-child {
  margin-right: 0;
}
.md-foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s;
}
.md-foot-1 .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.md-foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
  transition: all 0.3s;
}
.md-foot-1 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.md-foot-1 .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
.md-foot-1 .te {
  margin-top: 0.42rem;
}
@media screen and (max-width: 900px) {
  .md-foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .md-foot-1 .le {
    width: 100%;
    text-align: center;
  }
  .md-foot-1 .ri {
    width: 100%;
  }
  .md-foot-1 .form {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .md-foot-1 .form .inp {
    flex-grow: 1;
  }
  .md-foot-1 .form .ip {
    width: 100%;
  }
  .md-foot-1 .shares {
    justify-content: center;
  }
  .md-foot-1 .shares .si {
    margin: 0.1rem;
  }
  .md-foot-1 .text {
    flex-wrap: wrap;
  }
  .md-foot-1 .text .ti {
    width: 100%;
    justify-content: center;
    margin: 0.1rem 0;
  }
}

.md-foot-2 {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.md-foot-2 .box {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.4rem;
  padding-bottom: 0.36rem;
  position: relative;
}
.md-foot-2 .ri {
  text-align: right;
}
.md-foot-2 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .md-foot-2 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .md-foot-2 .href {
    width: 100%;
    text-align: center;
  }
}

.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(/static/home/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;
}

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

.ho-tt .ht1 {
  font-weight: 600;
}
.ho-tt .ht2 {
  margin-top: 0.16rem;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
}
@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;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset: 188.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.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(/static/home/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: 8rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.form-dialog .off {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(/static/home/images/m_off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.form-dialog .off:hover {
  background-color: #fff;
}
.form-dialog .form {
  padding: 0.4rem;
}
.form-dialog .fbox {
  margin-top: 0.2rem;
}
.form-dialog .fitem {
  width: 48%;
  margin-bottom: 0.2rem;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .ft {
  color: #333;
  margin-bottom: 0.1rem;
}
.form-dialog .ft span {
  color: #ff0000;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.48rem;
  min-height: 30px;
  padding: 0 0.2rem;
  background-color: #fff;
  border: solid 1px #e5e5e5;
}
.form-dialog .ta {
  width: 100%;
  height: 1.06rem;
  min-height: 100px;
  border: solid 1px #e5e5e5;
  padding: 0.2rem;
}
.form-dialog .code {
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.form-dialog .tip {
  color: #999;
}
.form-dialog .btns {
  margin-top: 0.18rem;
}
.form-dialog .submit {
  height: 0.6rem;
  background-color: #e60012;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
}
.form-dialog .submit .bic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
  margin-left: 0.2rem;
}
.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(/static/home/images/a20.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.my-dialog .off:hover {
  background-image: url(/static/home/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: #e60012;
  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: #e60012;
  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(/static/home/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;
  }
}

.parameter-top {
  margin-bottom: 0.1rem;
}
.parameter-top .ip {
  width: 100%;
  height: 0.6rem;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0 0.3rem;
  border: none;
}
.parameter-top .button {
  width: 1em;
  height: 1em;
  background-color: #e60012;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  border: none;
  background-image: url(/static/home/images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32% auto;
}

.parameter-nav {
  position: sticky;
  top: 1.2rem;
}
.parameter-nav .ni {
  margin-bottom: 0.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.parameter-nav .ni.on .hic {
  transform: translateY(-50%) rotate(180deg);
}
.parameter-nav .hd {
  position: relative;
  padding: 0.25rem 0rem;
  cursor: pointer;
  color: #000;
}
.parameter-nav .hsp {
  display: block;
}
.parameter-nav .hic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a12.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.parameter-nav .bd {
  display: none;
}
.parameter-nav .blist {
  padding-top: 4px;
  padding-bottom: 0.3rem;
}
.parameter-nav .bli {
  margin-bottom: 0.19rem;
}
.parameter-nav .bli:last-child {
  margin-bottom: 0;
}
.parameter-nav .lab {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.parameter-nav .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #e60012;
  background-color: #e60012;
}
.parameter-nav .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.2);
  background-image: url(/static/home/images/a13.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  flex-shrink: 0;
  border-radius: 25%;
  margin-right: 0.18rem;
  position: relative;
}
.parameter-nav .ck {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.parameter-nav .ba {
  display: block;
  position: relative;
}
.parameter-nav .ba::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a17.png);
  background-repeat: no-repeat;
  background-size: 57.1428571429% auto;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.parameter-nav .ba:hover {
  color: #e60012;
}
.parameter-nav .ba:hover::before {
  background-image: url(/static/home/images/a18.png);
}
.parameter-nav .reset {
  display: inline-flex;
  border: none;
  margin-top: 0.27rem;
  color: #999;
}
.parameter-nav .reset .bic {
  width: 0.75em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.pro-nav {
  border-radius: 0.2rem;
  position: sticky;
  top: 1rem;
}
.pro-nav .n-tit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding-bottom: 0.18rem;
}
.pro-nav .ul1 {
  margin-top: 0.35rem;
}
.pro-nav .ul1 .li1 {
  margin-bottom: 0.33rem;
}
.pro-nav .ul1 .li1.show .dt1 {
  background-color: #e60012;
}
.pro-nav .ul1 .li1.show .ic1 {
  background-image: url(/static/home/images/hm_4.png);
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.pro-nav .ul1 .li1.show .a1 {
  color: #fff;
}
.pro-nav .ul1 .dt {
  position: relative;
  cursor: pointer;
}
.pro-nav .ul1 .ic {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s;
}
.pro-nav .ul1 .ic1 {
  background-image: url(/static/home/images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pro-nav .ul1 .ic2 {
  background-image: url(/static/home/images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pro-nav .ul1 .a1 {
  color: #666;
  display: inline-block;
}
.pro-nav .ul1 .on {
  color: #e60012;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pro-nav .ul1 .dt1 {
  padding: 0.17rem 0.18rem;
}
.pro-nav .ul1 .ul2 {
  display: none;
}
.pro-nav .ul1 .li2 {
  border-bottom: 1px solid #f3f3f3;
}
.pro-nav .ul1 .li2.show .dt2 {
  background-color: rgba(230, 0, 18, 0.06);
}
.pro-nav .ul1 .li2.show .a2 {
  color: #e60012;
}
.pro-nav .ul1 .li2.show .ic2 {
  background-image: url(/static/home/images/a14.png);
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
.pro-nav .ul1 .a2 {
  display: inline-block;
  padding: 0.15rem 0.3rem;
  color: #666;
  transition: color 0.3s;
}
.pro-nav .ul1 .a2:hover {
  color: #e60012;
}
.pro-nav .ul1 .ul3 {
  display: none;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.pro-nav .ul1 .a3 {
  display: block;
  line-height: 2.3571428571;
  padding: 0 0.4rem;
  color: #666;
}
.pro-nav .ul1 .a3:hover {
  color: #e60012;
}
.pro-nav .btns {
  margin-top: 0.2rem;
}
.pro-nav .btns .down {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.2rem;
  box-shadow: 0 0 0 1px inset #e60012;
  color: #e60012;
  border-radius: 1rem;
  transition: all 0.3s;
}
.pro-nav .btns .down:hover {
  background-color: #e60012;
  color: #fff;
}
.pro-nav .btns .down:hover .dic {
  filter: brightness(0) invert(1);
}
.pro-nav .btns .dic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .pro-nav .n-tit {
    cursor: pointer;
  }
}

.pro-list .li {
  width: calc(370 / 1600 * 100%);
  margin-right: calc(40 / 1600 * 100%);
  margin-bottom: 0.4rem;
  position: relative;
}
.pro-list .li:nth-child(4n) {
  margin-right: 0;
}
.pro-list .dd {
  height: 100%;
  min-height: 5.2rem;
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s;
}
.pro-list .dd::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border: 1px solid #e60012;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.pro-list .dd:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.pro-list .dd:hover::before {
  opacity: 1;
}
.pro-list .dd:hover .img img {
  transform: scale(1.05);
}
.pro-list .dd:hover .name {
  opacity: 0;
}
.pro-list .dd:hover .btn {
  top: 0.05rem;
  opacity: 1;
}
.pro-list .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
}
.pro-list .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-list .text {
  margin-top: 0.42rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.pro-list .name {
  font-weight: 400;
  line-height: calc(33 / 24 );
  height: 2.75em;
  transition: all 0.3s;
}
.pro-list .btn {
  position: absolute;
  left: 50%;
  top: 0.05rem;
  top: 0.3rem;
  transform: translate(-50%);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #e60012;
  white-space: nowrap;
  cursor: pointer;
  padding: 1.375em;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  opacity: 0;
  border-radius: 1rem;
  transition: all 0.3s;
}
.pro-list .bic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .pro-list .text {
    margin-top: 0.2rem;
  }
}

.md-pro-1 {
  background-color: #f7f7f7;
  padding-top: 0.85rem;
  padding-bottom: 1rem;
}
.md-pro-1 .ul {
  margin-top: 0.53rem;
  margin-bottom: 0.2rem;
}

.md-pro-11 {
  padding-bottom: 1rem;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.md-pro-11 .zone_nav {
  padding: 0.05rem 0;
}
.md-pro-11 .box {
  padding: 0.35rem 0;
}
.md-pro-11 .text {
  width: 50%;
}
.md-pro-11 .intro {
  line-height: calc(27 / 18 * 100%);
  padding-right: 0.4rem;
  margin-top: 0.11rem;
}
.md-pro-11 .btns {
  margin-top: 0.97rem;
}
.md-pro-11 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #e60012;
  padding: 0.22rem;
  margin-right: 0.2rem;
  box-shadow: 0 0 0 1px inset #e60012;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-pro-11 .aa:hover {
  background-color: #e60012;
  color: #fff;
}
.md-pro-11 .aa:hover .aic {
  filter: brightness(0) invert(1);
}
.md-pro-11 .aa .aic {
  margin-left: 0.2rem;
  height: 1em;
}
.md-pro-11 .aa1 {
  padding-left: 0.5rem;
  padding-right: 0.4rem;
}
.md-pro-11 .aa2 {
  padding-left: 0.33rem;
  padding-right: 0.33rem;
}
.md-pro-11 .imgs {
  width: 33.75%;
}
.md-pro-11 .img {
  position: relative;
  padding-top: 100%;
}
.md-pro-11 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .md-pro-11 {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
  }
  .md-pro-11 .imgs {
    width: 50%;
    margin: 0 auto;
  }
  .md-pro-11 .text {
    margin-top: 0.5rem;
  }
  .md-pro-11 .btns {
    margin-top: 0.5rem;
  }
  .md-pro-11 .text {
    width: 100%;
    order: 2;
  }
}

.md-pro-12 {
  padding-top: 0.85rem;
  padding-bottom: 1.06rem;
}
.md-pro-12 .pitem {
  margin-bottom: 0.74rem;
}
.md-pro-12 .pitem:last-child {
  margin-bottom: 0;
}
.md-pro-12 .intro {
  line-height: calc(38 / 18  );
  margin-top: 0.18rem;
}
.md-pro-12 .tab {
  margin-top: 0.35rem;
}
.md-pro-12 .tab table {
  width: 100%;
}
.md-pro-12 .tab table,
.md-pro-12 .tab th,
.md-pro-12 .tab td {
  border: none;
}
.md-pro-12 .tab tr:first-child {
  background-color: #e60012;
}
.md-pro-12 .tab tr:first-child td {
  color: #fff;
}
.md-pro-12 .tab tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.md-pro-12 .tab td {
  padding: 0.18rem 0.75rem;
  color: #666;
}
.md-pro-12 .tab td:nth-child(1) {
  width: 40%;
}
.md-pro-12 .tab td:nth-child(2) {
  width: 60%;
  color: #222;
}
.md-pro-13 {
  background-color: #f7f7f7;
  padding-top: 0.85rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.md-pro-13 .swiper {
  position: relative;
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  padding: 0.3rem;
  margin-top: 0.23rem;
  overflow: hidden;
}
.md-pro-13 .swiper-container {
  overflow: visible;
}
.md-pro-13 .sw {
  height: auto;
  min-height: 5.2rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s;
}
.md-pro-13 .sw::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border: 1px solid #e60012;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.md-pro-13 .sw:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.md-pro-13 .sw:hover::before {
  opacity: 1;
}
.md-pro-13 .sw:hover .img img {
  transform: scale(1.05);
}
.md-pro-13 .sw:hover .name {
  opacity: 0;
}
.md-pro-13 .sw:hover .btn {
  top: 0.05rem;
  opacity: 1;
}
.md-pro-13 .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
}
.md-pro-13 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-pro-13 .text {
  margin-top: 0.42rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md-pro-13 .name {
  font-weight: 400;
  line-height: calc(33 / 24 );
  height: 2.75em;
  transition: all 0.3s;
}
.md-pro-13 .btn {
  position: absolute;
  left: 50%;
  top: 0.05rem;
  top: 0.3rem;
  transform: translate(-50%);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #e60012;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.22rem;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  opacity: 0;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-pro-13 .bic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
  filter: brightness(0) invert(1);
}
.md-pro-13 .sbtns {
  margin-top: 0.4rem;
}
.md-pro-13 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 2px inset #e60012;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13.3333333333% auto;
  cursor: pointer;
  margin: 0 0.1rem;
  z-index: 30;
  transition: all 0.3s;
}
.md-pro-13 .sbtn:hover {
  background-color: #e60012;
}
.md-pro-13 .prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.md-pro-13 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.md-pro-13 .next {
  background-image: url(/static/home/images/icon-p21.png);
}
.md-pro-13 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
@media screen and (min-width: 901px) {
  .md-pro-13 .sbtns {
    display: none !important;
  }
}
.news-list {
  margin-bottom: 0.1rem;
}
.news-list .li {
  width: calc(500 / 1600 * 100%);
  margin-right: calc(50 / 1600 * 100%);
  margin-bottom: 0.5rem;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}
.news-list .dd {
  height: 100%;
  min-height: 5.2rem;
  position: relative;
  display: block;
  box-shadow: 0 0 0 1px #e5e5e5;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s;
}
.news-list .dd::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.news-list .dd:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.news-list .dd:hover::before {
  transform: scaleX(1);
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .title {
  color: #e60012;
}
.news-list .img {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.news-list .text {
  padding: 0.34rem 0.4rem;
}
.news-list .title {
  margin-top: 0.06rem;
  line-height: calc(34 / 24 * 100%);
  height: calc(34em / 24 * 2);
  transition: color 0.3s;
}
.news-list .btn {
  color: #e60012;
  margin-top: 0.53rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
}
.news-list .ar {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .news-list {
    justify-content: space-between;
  }
  .news-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .news-list .li {
    width: 100%;
  }
}

.md-news-1 {
  padding-top: 1.02rem;
  overflow: hidden;
}
.md-news-1 .big:hover .title {
  color: #e60012;
}
.md-news-1 .big:hover .img img {
  transform: scale(1.05);
}
.md-news-1 .imgs {
  width: 47.5%;
}
.md-news-1 .img {
  position: relative;
  padding-top: calc(475 / 760 * 100%);
  overflow: hidden;
  height: 100%;
}
.md-news-1 .text {
  width: 51.25%;
  background-color: #fff;
  padding: 0.2rem;
  padding-left: 0.9rem;
  padding-right: 0.7rem;
}
.md-news-1 .tbox {
  width: 100%;
}
.md-news-1 .title {
  margin-top: 0.1rem;
  transition: all 0.3s;
}
.md-news-1 .line {
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  margin-top: 0.12rem;
  margin-bottom: 0.3rem;
}
.md-news-1 .intro {
  line-height: calc(27 / 18  );
}
.md-news-1 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-image: linear-gradient(0deg, #a1cb3d 0%, #cef376 100%);
  border-radius: 0.06rem;
  padding: 0.21rem 0.5rem;
  color: #fff;
  margin-top: 0.45rem;
}
.md-news-1 .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
@media screen and (max-width: 900px) {
  .md-news-1 .imgs {
    width: 100%;
  }
  .md-news-1 .text {
    width: 100%;
    padding: 0.4rem;
  }
}

.md-news-2 {
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

.md-news-det {
  padding-bottom: 0.97rem;
}
.md-news-det .zone_nav {
  padding: 0.05rem 0;
}

.md-news-11 {
  width: calc(1100 / 1600 * 100%);
}
@media screen and (max-width: 900px) {
  .md-news-11 {
    width: 100%;
  }
}

.md-news-12 {
  width: calc(400 / 1600 * 100%);
}
@media screen and (max-width: 900px) {
  .md-news-12 {
    width: 100%;
  }
}

.det-top {
  padding-top: 0.32rem;
  padding-bottom: 0.25rem;
}
.det-top .h1 {
  line-height: calc(59 / 36);
}
.det-top .time {
  color: #e60012;
  letter-spacing: 1px;
}
.det-top .tops {
  margin-top: 0.26rem;
}
.det-top .shares {
  margin-left: 0.5rem;
}
.det-top .shares .sp {
  margin-right: 0.2rem;
}
.det-top .shares .si {
  margin-left: 0.24rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.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 {
  width: 1em;
  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: #e60012;
  transition: color 0.3s;
}
.det-top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(/static/home/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-cen {
  border-top: 1px solid #f3f3f3;
  padding-top: 0.42rem;
  padding-bottom: 0.8rem;
  line-height: 2.25;
}

.det-bot {
  padding: 0.24rem 0.3rem;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
}
.det-bot .det_pag a {
  max-width: 48%;
  color: #666;
  display: inline-flex;
  align-items: center;
}
.det-bot .det_pag a:hover .icon {
  background-image: linear-gradient(90deg, #f19601 0%, #ffbe53 100%);
}
.det-bot .det_pag .prev {
  border-radius: 0.16rem 0px 0px 0px;
}
.det-bot .det_pag .prev .sic {
  background-image: url(/static/home/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(/static/home/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 .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.22rem 0.45rem;
  background-color: #e60012;
  color: #fff;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det-bot .db_btn:hover {
  transform: translateY(-0.1rem);
}
.det-bot .db_btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
.det-bot .det_ul {
  width: 60%;
  line-height: 2.1875;
}
.det-bot .det_ul a {
  display: block;
  line-height: 2.25;
  color: #666;
  transition: color 0.3s;
}
.det-bot .det_ul a span {
  color: #333;
}
.det-bot .det_ul a:hover {
  color: #e60012;
}
.det-bot .db_ul2 li {
  max-width: 50%;
}
.det-bot .db_ul2 a {
  display: block;
  color: #666;
}
.det-bot .db_ul2 a:hover {
  color: #e60012;
}
.det-bot .db_ul2 .next {
  flex-direction: row-reverse;
  text-align: right;
}
.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;
}
@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%;
  }
}

.db_ul {
  width: 60%;
}
.db_ul .ua {
  line-height: 2.25;
  color: #666;
  transition: color 0.3s;
}
.db_ul .ua:hover {
  color: #e60012;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .db_ul {
    width: 100%;
  }
}

.det_tags {
  padding: 0.42rem 0.3rem;
  padding-bottom: 0.32rem;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  line-height: 2.125;
}
.det_tags .sp {
  margin-right: 0.2rem;
}
.det_tags .aa {
  padding: 0 0.2rem;
  border-radius: 0 0.2rem 0 0.2rem;
  box-shadow: 0 0 0 1px inset #d0d0d1;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.det_tags .aa:hover {
  background-color: #e60012;
  color: #fff;
  box-shadow: none;
}

.cr-list {
  margin-top: 0.3rem;
}
.cr-list .ul {
  margin-top: 0.28rem;
}
.cr-list .li {
  margin-bottom: 0.35rem;
}
.cr-list .aa {
  display: block;
}
.cr-list .aa:hover .img img {
  transform: scale(1.05);
}
.cr-list .aa:hover .title {
  color: #e60012;
}
.cr-list .img {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 0.1rem;
}
.cr-list .text {
  padding-top: 0.21rem;
}
.cr-list .title {
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  transition: all 0.3s;
}
.cr-list .time {
  margin-top: 0.11rem;
}
.cr-list .ic {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/static/home/images/icon-3.png);
  flex-shrink: 0;
  margin-right: 0.5em;
}
@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: 0.38rem;
  padding-bottom: 0.3rem;
  min-height: 3.2rem;
  background-color: #f7f7f7;
}
.md-search-1 .h2 {
  margin-top: 0.64rem;
  letter-spacing: 1px;
}
.md-search-1 .form {
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.28rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.md-search-1 .fic {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/static/home/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.3rem;
  font-family: inherit;
  border-radius: 0.1rem;
}
.md-search-1 .submit {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: none;
  background-color: #fff;
  background-image: url(/static/home/images/a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.md-search-2 {
  padding-top: 0.56rem;
  padding-bottom: 0.7rem;
}
.md-search-2 .tip span {
  color: #e60012;
}
.md-search-2 .ptit {
  line-height: 0.75;
  margin-bottom: 0.2rem;
}
.md-search-2 .ptit .tt1 {
  font-weight: bold;
}
.md-search-2 .ptit .tt2 {
  margin-left: 1em;
}
.md-search-2 .ptit span {
  color: #e60012;
}
.md-search-2 .pitem {
  margin-bottom: 0.4rem;
}
.md-search-2 .news-list {
  margin-bottom: 0;
  padding-bottom: 0.4rem;
}
.md-search-2 .pro-list .dd::before {
  content: "";
  border-color: #e5e5e5;
  opacity: 1;
}
.md-search-2 .pro-list .dd:hover::before {
  border-color: #e60012;
}
/* 联系 */
.md-contact-1 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.md-contact-1 .le {
  width: calc(500 / 1600 * 100%);
}
.md-contact-1 .com-tt {
  line-height: 1.25;
}
.md-contact-1 .form {
  width: calc(980 / 1600 * 100%);
}
.md-contact-1 .intro {
  line-height: calc(33 / 18 * 100%);
  padding-right: 0.6rem;
  margin-top: 0.33rem;
}
.md-contact-1 .fitem {
  width: calc(480 / 980 * 100%);
  margin-bottom: 0.2rem;
}
.md-contact-1 .fitem:last-child {
  margin-bottom: 0;
}
.md-contact-1 .fi-active .placehold {
  opacity: 0;
}
.md-contact-1 .w100 {
  width: 100%;
}
.md-contact-1 .inp {
  position: relative;
}
.md-contact-1 .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.3rem;
  pointer-events: none;
  color: #999;
}
.md-contact-1 .placehold span {
  color: #ff0000;
}
.md-contact-1 .ip {
  width: 100%;
  height: 0.6rem;
  min-height: 40px;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  border: none;
  padding: 0 0.3rem;
  font-family: inherit;
}
.md-contact-1 .ta {
  width: 100%;
  height: 1.8rem;
  padding: 0.2rem 0.3rem;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  border: none;
}
.md-contact-1 .submit {
  height: 0.6rem;
  min-height: 40px;
  background-color: #e60012;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  padding: 0 0.6rem;
  margin-top: 0.3rem;
  cursor: pointer;
  border: none;
}
.md-contact-1 .submit .bic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .md-contact-1 .le {
    width: 100%;
  }
  .md-contact-1 .form {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-contact-1 .fitem {
    width: 100%;
  }
}

.md-contact-2 {
  position: relative;
  padding-top: 0.84rem;
  padding-bottom: 0.66rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.md-contact-2 .box1 {
  margin-top: 0.41rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.7rem;
}
.md-contact-2 .box1 .le {
  width: 40%;
  margin-left: 0.6rem;
  padding: 0.4rem 0;
}
.md-contact-2 .box1 .imgs {
  width: 50%;
}
.md-contact-2 .box1 .img {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  height: 100%;
}
.md-contact-2 .box1 .tbox {
  width: 100%;
}
.md-contact-2 .box1 .tit2 {
  margin-top: 0.09rem;
}
.md-contact-2 .box1 .item1 {
  margin-bottom: 0.23rem;
}
.md-contact-2 .box1 .item1:last-child {
  margin-bottom: 0;
}
.md-contact-2 .box1 .line1 {
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 0.34rem;
  margin-bottom: 0.4rem;
}
.md-contact-2 .box1 .icon {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.24rem;
  flex-shrink: 0;
}
.md-contact-2 .box1 .ii {
  width: 40%;
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-contact-2 .box1 .text1 {
  flex-grow: 1;
}
.md-contact-2 .box1 .t11 {
  line-height: 1.2;
}
.md-contact-2 .box1 .t12 {
  line-height: 1.6666666667;
  margin-top: 0.05rem;
}
.md-contact-2 .box2 {
  margin-bottom: 0.29rem;
}
.md-contact-2 .box2:last-child {
  margin-bottom: 0;
}
.md-contact-2 .box2 .list2 {
  margin-top: 0.34rem;
}
.md-contact-2 .box2 .li2 {
  width: calc(780 / 1600 * 100%);
  margin-bottom: 0.4rem;
}
.md-contact-2 .box2 .dd2 {
  min-height: 2.6rem;
  height: 100%;
  padding: 0.44rem 0.5rem 0.5rem;
  background-color: #fff;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.md-contact-2 .box2 .dd2:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.md-contact-2 .box2 .tlist {
  padding-top: 0.28rem;
  margin-top: 0.28rem;
  border-top: 1px solid #f3f3f3;
}
.md-contact-2 .box2 .ti {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.md-contact-2 .box2 .ti:last-child {
  margin-bottom: 0;
}
.md-contact-2 .box2 .tic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .md-contact-2 .box1 .imgs {
    width: 100%;
  }
  .md-contact-2 .box1 .le {
    width: 100%;
    margin: 0;
    padding: 0.4rem;
    order: 2;
  }
  .md-contact-2 .box2 .li2 {
    width: 100%;
  }
}

.md-com-breadnav {
  position: relative;
  box-shadow: 1px 1px 0.12rem 0px rgba(0, 0, 0, 0.06);
  z-index: 30;
}
.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;
  }
}

/* 能力 */
.md-capacity-1 {
  padding-top: 0.84rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.md-capacity-1 .swiper {
  margin-top: 0.41rem;
}
.md-capacity-1 .swiper-container {
  overflow: visible;
}
.md-capacity-1 .sw {
  width: 12rem;
  max-width: 100%;
}
.md-capacity-1 .sw:hover .bg img {
  transform: scale(1.05);
}
.md-capacity-1 .bg {
  position: relative;
  padding-top: 55%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-capacity-1 .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.25rem;
}
.md-capacity-1 .title {
  line-height: 1.5;
}
.md-capacity-1 .bots {
  margin-top: 0.6rem;
}
.md-capacity-1 .swiper-scrollbar {
  width: 6rem;
  margin: 0 0.3rem;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.md-capacity-1 .swiper-scrollbar-drag {
  background-color: #e60012;
}
.md-capacity-1 .sbtn {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  box-shadow: 0 0 0 2px inset #e60012;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10% auto;
  cursor: pointer;
  transition: all 0.3s;
}
.md-capacity-1 .sbtn:hover {
  background-color: #e60012;
}
.md-capacity-1 .prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.md-capacity-1 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.md-capacity-1 .next {
  background-image: url(/static/home/images/icon-p21.png);
}
.md-capacity-1 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}

.md-capacity-2 {
  background-color: #f7f7f7;
  padding-top: 0.84rem;
  padding-bottom: 0.7rem;
  position: relative;
}
.md-capacity-2 .ul {
  margin-top: 0.44rem;
}
.md-capacity-2 .li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 0.5rem;
}
.md-capacity-2 .li:nth-child(3n) {
  margin-right: 0;
}
.md-capacity-2 .dd {
  min-height: 5.8rem;
  height: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s;
}
.md-capacity-2 .dd:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.md-capacity-2 .dd:hover .img img {
  transform: scale(1.05);
}
.md-capacity-2 .dd:hover .title {
  color: #e60012;
}
.md-capacity-2 .img {
  position: relative;
  padding-top: calc(280 / 500 * 100%);
  overflow: hidden;
}
.md-capacity-2 .text {
  padding: 0.37rem 0.4rem;
}
.md-capacity-2 .title {
  line-height: calc(29 / 24  );
  height: calc(29em / 24 * 2);
  transition: all 0.3s;
}
.md-capacity-2 .line {
  width: 0.2rem;
  height: 4px;
  background-color: #e60012;
  margin-top: 0.14rem;
  margin-bottom: 0.22rem;
}
.md-capacity-2 .intro {
  color: #666;
  line-height: 1.9375;
}
@media screen and (max-width: 900px) {
  .md-capacity-2 .ul {
    justify-content: space-between;
  }
  .md-capacity-2 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-capacity-2 .li {
    width: 100%;
  }
}

.md-home-0 {
  position: relative;
  overflow: hidden;
}
.md-home-0 .ho_sw {
  overflow: hidden;
}
.md-home-0 .ho_sw .img {
  position: relative;
  padding-top: 48.9583333333%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.md-home-0 .ho_sw .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-0 .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 54%;
  transform: translateY(-50%);
  opacity: 0;
}
.md-home-0 .ho_sw .text1 {
  top: 19.7604790419%;
  transform: translate(0);
}
.md-home-0 .ho_sw .d0 {
  margin-bottom: 0.36rem;
}
.md-home-0 .ho_sw .d0 img {
  max-height: 31.25vw;
}
.md-home-0 .ho_sw .d1 {
  font-weight: bold;
}
.md-home-0 .ho_sw .d2 {
  color: #e60012;
  font-weight: bold;
  line-height: 1.45;
}
.md-home-0 .ho_sw .d3 {
  margin-top: 0.7rem;
}
.md-home-0 .swiper-slide-active .img {
  animation: ban 10s linear;
}
.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.md-home-0 .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.4rem;
}
.md-home-0 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: white;
  border-radius: 1rem;
  margin: 0 0.05rem;
  opacity: 1;
  transition: width 0.3s;
}
.md-home-0 .swiper-pagination-bullet-active {
  width: 0.3rem;
}
.md-home-0 .bots {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  color: #fff;
  line-height: 1;
}
.md-home-0 .mouse {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translate(-50%);
  z-index: 30;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md-home-0 .mouse .ani {
  animation: jump 1s linear infinite;
}
.md-home-0 .mouse img {
  height: 0.22rem;
  margin-bottom: 0.12rem;
}
.md-home-0 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0.22rem;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  border-radius: 1rem;
  margin-top: 0.7rem;
  transition: all 0.3s;
}
.md-home-0 .aa:hover {
  background-color: #e60012;
  color: #fff;
}
.md-home-0 .aa .cic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
  filter: brightness(0) invert(1);
}
.md-home-0 .anim::after {
  animation: indicator-loading 4.5s linear forwards;
}
.md-home-0 .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 0.45rem;
  z-index: 30;
}
.md-home-0 .sbtn {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  filter: brightness(0) invert(1);
}
.md-home-0 .sbtn:hover {
  filter: none;
}
.md-home-0 .prev {
  background-image: url(/static/home/images/b3.png);
}
.md-home-0 .next {
  background-image: url(/static/home/images/b4.png);
}
.md-home-0 .num {
  margin: 0 0.25rem;
}
.md-home-0 .nums {
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.md-home-0 .nums .n11 {
  color: #fff;
}
.md-home-0 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transform-origin: top left;
}
.md-home-0 svg circle {
  transform: rotate(-90deg);
  transform-origin: center;
}
.md-home-0 .pag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 30;
}
.md-home-0 .pi {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.md-home-0 .pi.on {
  color: white;
}
.md-home-0 .pi.on .line {
  display: block;
}
.md-home-0 .pi.on .line::after {
  animation: wd 4.5s linear;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .md-home-0 .ho_sw .d1 {
    font-size: 0.3rem;
  }
  .md-home-0 .ho_sw .d2 {
    font-size: 0.5rem;
  }
}

.md-home-1 {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.md-home-1 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 0 0 1px inset #d3d3d3;
  color: #e60012;
  padding: 0.22rem;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-home-1 .more:hover {
  background-color: #e60012;
  color: #fff;
}
.md-home-1 .more:hover .mic {
  filter: brightness(0) invert(1);
}
.md-home-1 .mic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
}
.md-home-1 .swiper {
  position: relative;
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  padding: 0.3rem;
  margin-top: 0.24rem;
  overflow: hidden;
}
.md-home-1 .swiper-container {
  overflow: visible;
}
.md-home-1 .sw {
  height: auto;
  min-height: 5.2rem;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s;
}
.md-home-1 .sw::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border: 1px solid #e60012;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.md-home-1 .sw:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.md-home-1 .sw:hover::before {
  opacity: 1;
}
.md-home-1 .sw:hover .img img {
  transform: scale(1.05);
}
.md-home-1 .sw:hover .name {
  opacity: 0;
}
.md-home-1 .sw:hover .btn {
  top: 0.05rem;
  opacity: 1;
}
.md-home-1 .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.md-home-1 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-home-1 .text {
  margin-top: 0.42rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md-home-1 .name {
  font-weight: 400;
  line-height: calc(33 / 24 );
  height: 2.75em;
  transition: all 0.3s;
}
.md-home-1 .btn {
  position: absolute;
  left: 50%;
  top: 0.05rem;
  top: 0.3rem;
  transform: translate(-50%);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #e60012;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.22rem;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  opacity: 0;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-home-1 .bic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
  filter: brightness(0) invert(1);
}
.md-home-1 .bots {
  margin-top: 0.3rem;
}
.md-home-1 .swiper-scrollbar {
  flex-grow: 1;
  height: 2px;
  background-color: #ccc;
}
.md-home-1 .swiper-scrollbar-drag {
  background-color: #e60012;
}
.md-home-1 .btns {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.md-home-1 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #e60012;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13.3333333333% auto;
  margin-left: 0.2rem;
  cursor: pointer;
}
.md-home-1 .sbtn:hover {
  background-color: #e60012;
}
.md-home-1 .prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.md-home-1 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.md-home-1 .next {
  background-image: url(/static/home/images/icon-p21.png);
}
.md-home-1 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.md-home-2 {
  padding-top: 2.1rem;
  padding-bottom: 1rem;
  min-height: 9.2rem;
  background-attachment: fixed;
}
.md-home-2 .text {
  width: 10rem;
  padding-left: 0.8rem;
}
.md-home-2 .intro {
  width: 8.3rem;
  max-width: 100%;
  line-height: calc(28 / 16  );
  margin-top: 0.23rem;
}
.md-home-2 .btns {
  margin-top: 0.8rem;
}
.md-home-2 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-color: #e60012;
  color: #fff;
  padding: 0.22rem;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-home-2 .more:hover {
  transform: translateY(-0.1rem);
}
.md-home-2 .mic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.16rem;
  filter: brightness(0) invert(1);
}
.md-home-3 {
  background-color: #f2f4f8;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.md-home-3 .box1 {
  position: relative;
  padding-top: 1.4rem;
  padding-bottom: 1.48rem;
}
.md-home-3 .text {
  width: 4.7rem;
  position: relative;
  z-index: 5;
}
.md-home-3 .text .title {
  font-weight: bold;
  letter-spacing: -2px;
}
.md-home-3 .text .line {
  width: 1em;
  height: 0.1em;
  background-color: #e60012;
  margin-top: 0.18rem;
  margin-bottom: 0.32rem;
}
.md-home-3 .text .subtit {
  font-weight: bold;
}
.md-home-3 .text .intro {
  margin-top: 0.09rem;
  line-height: calc(34 / 16  );
}
.md-home-3 .imgs {
  position: absolute;
  left: 26.25%;
  top: 0;
  width: 13.3rem;
}
.md-home-3 .imgs .ii {
  width: 100%;
}
.md-home-3 .box2 {
  margin-top: 0.6rem;
}
.md-home-3 .ul {
  padding: 0.4rem 0 0.5rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.md-home-3 .li {
  width: 20%;
}
.md-home-3 .dd {
  min-height: 2.4rem;
  height: 100%;
  border-right: 1px solid #f3f3f3;
  padding: 0 0.3rem;
  position: relative;
}
.md-home-3 .dd::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.1rem;
  background-color: #e60012;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: 0;
}
.md-home-3 .dd .icon {
  display: flex;
  position: relative;
  transition: all 0.3s;
}
.md-home-3 .dd .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-home-3 .dd .te {
  margin-top: 0.23rem;
  position: relative;
  transition: all 0.3s;
}
.md-home-3 .dd .t11 {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}
.md-home-3 .dd .t12 {
  line-height: calc(20 / 14);
  margin-top: 0.13rem;
}
@media screen and (min-width: 901px) {
  .md-home-3 .dd:hover::before {
    height: calc(100% + 1.3rem);
    opacity: 1;
  }
  .md-home-3 .dd:hover .icon {
    filter: brightness(0) invert(1);
  }
  .md-home-3 .dd:hover .te {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 900px) {
  .md-home-3 .box1 {
    padding: 0.5rem 0;
  }
  .md-home-3 .text {
    width: 100%;
  }
  .md-home-3 .imgs {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-home-3 .li {
    width: 100%;
  }
  .md-home-3 .dd {
    padding: 0.3rem;
  }
}

.md-home-4 {
  padding-top: 0.84rem;
  padding-bottom: 1.18rem;
  position: relative;
  overflow: hidden;
}
.md-home-4 .layout {
  width: 12rem;
}
.md-home-4 .swiper {
  margin-top: 0.52rem;
  position: relative;
}
.md-home-4 .swiper-container {
  overflow: visible;
}
.md-home-4 .sw {
  width: 7.6rem;
  background-color: #fff;
}
.md-home-4 .sw:hover .img img {
  transform: scale(1.05);
}
.md-home-4 .img {
  position: relative;
  padding-top: calc(500 / 760 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-home-4 .text {
  margin-top: 0.24rem;
}
.md-home-4 .swiper-pagination {
  position: static;
  margin-top: 0.29rem;
}
.md-home-4 .spp1 {
  color: #e60012;
}
.md-home-4 .sbtn {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  box-shadow: 0 0 0 2px inset #e60012;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10% auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.md-home-4 .sbtn:hover {
  background-color: #e60012;
}
.md-home-4 .prev {
  background-image: url(/static/home/images/icon-p11.png);
  left: 0.4rem;
}
.md-home-4 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.md-home-4 .next {
  background-image: url(/static/home/images/icon-p21.png);
  right: 0.4rem;
}
.md-home-4 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.md-home-5 {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.16rem;
  background-color: #f8f8f8;
}
.md-home-5 .le {
  width: 26.25%;
  padding-bottom: 0.74rem;
}
.md-home-5 .ri {
  width: 65%;
}
.md-home-5 .intro {
  line-height: 1.3333333333;
  margin-top: 0.06rem;
}
.md-home-5 .mbtn {
  margin-top: 0.76rem;
}
.md-home-5 .swiper {
  width: 150%;
  overflow: hidden;
  padding-top: 1.2rem;
}
.md-home-5 .swiper-container {
  overflow: visible;
}
.md-home-5 .sw {
  width: 3.6rem;
  margin-right: 1.2rem;
  transition: all 0.3s;
}
.md-home-5 .sw:last-child {
  margin-right: 0;
}
.md-home-5 .sw:hover {
  transform: translateY(-1.2rem);
}
.md-home-5 .sw:hover .title {
  color: #e60012;
}
.md-home-5 .sw .img {
  position: relative;
  padding-top: calc(400 / 360 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-home-5 .sw .text {
  padding-top: 0.24rem;
}
.md-home-5 .sw .title {
  line-height: 1.25;
  transition: color 0.3s;
}
.md-home-5 .sw .time {
  margin-top: 0.09rem;
}
.md-home-5 .more {
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0 0 1px inset #d3d3d3;
  color: #e60012;
  border-radius: 1rem;
  line-height: 1;
  padding: 0.22rem 0.5rem;
  padding-right: 0.4rem;
  transition: all 0.3s;
}
.md-home-5 .more:hover {
  background-color: #e60012;
  color: #fff;
}
.md-home-5 .more:hover .mic {
  filter: brightness(0) invert(1);
}
.md-home-5 .mic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.3rem;
}
.md-home-5 .btns {
  margin-top: 1.4rem;
}
.md-home-5 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 2px inset #e60012;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13.3333333333% auto;
  cursor: pointer;
  margin-right: 0.14rem;
  z-index: 30;
  transition: all 0.3s;
}
.md-home-5 .sbtn:hover {
  background-color: #e60012;
}
.md-home-5 .prev {
  background-image: url(/static/home/images/icon-p11.png);
  left: 0.4rem;
}
.md-home-5 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.md-home-5 .next {
  background-image: url(/static/home/images/icon-p21.png);
  right: 0.4rem;
}
.md-home-5 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
@media screen and (max-width: 900px) {
  .md-home-5 .le {
    width: 100%;
  }
  .md-home-5 .ri {
    width: 100%;
    overflow: visible;
  }
  .md-home-5 .swiper {
    width: 100%;
  }
  .md-home-5 .sw {
    width: 45%;
    margin-right: 5%;
  }
}

.md-about-1 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.md-about-1 .text {
  width: calc(700 / 1600 * 100%);
}
.md-about-1 .imgs {
  width: 50%;
}
.md-about-1 .img {
  position: relative;
  padding-top: 65%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-about-1 .intro {
  line-height: calc(33 / 16 * 100%);
  margin-top: 0.26rem;
}
.md-about-1 .watch {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-image: url(/static/home/images/a3.png);
  background-repeat: no-repeat;
  background-size: 16% auto;
  background-position: center;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s;
}
.md-about-1 .watch:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 900px) {
  .md-about-1 .text {
    width: 100%;
  }
  .md-about-1 .imgs {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.md-about-2 {
  position: relative;
  background-color: #f7f7f7;
  padding-top: 0.94rem;
  padding-bottom: 0.58rem;
  overflow: hidden;
}
.md-about-2 .box {
  margin-top: 0.5rem;
}
.md-about-2 .le {
  width: 60%;
}
.md-about-2 .ri {
  width: 37.5%;
}
.md-about-2 .li1 {
  width: calc(460 / 960 * 100%);
}
.md-about-2 .dd1 {
  position: relative;
}
.md-about-2 .dd1:hover .img1 img {
  transform: scale(1.05);
}
.md-about-2 .dd1 .img1 {
  position: relative;
  padding-top: 130.4347826087%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-about-2 .dd1 .text1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.4rem 0.3rem;
}
.md-about-2 .dd1 .tit {
  font-weight: bold;
}
.md-about-2 .dd1 .desc {
  margin-top: 0.2rem;
}
.md-about-2 .title {
  line-height: 1;
}
.md-about-2 .list {
  margin-top: 0.1rem;
}
.md-about-2 .item:hover .t11 {
  color: #e60012;
}
.md-about-2 .item:hover .icon {
  transform: rotateY(360deg);
  transition: transform 1s;
}
.md-about-2 .item:last-child .text2 {
  border-bottom: none;
}
.md-about-2 .item .icon {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.md-about-2 .item .ii {
  width: 45%;
  height: 45%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-2 .item .text2 {
  flex-grow: 1;
  padding: 0.3rem 0 0.32rem;
  border-bottom: 1px solid #e6e6e6;
}
.md-about-2 .item .t11 {
  font-weight: bold;
  transition: color 0.3s;
}
.md-about-2 .item .t12 {
  margin-top: 0.05rem;
}
@media screen and (max-width: 900px) {
  .md-about-2 .le {
    width: 100%;
  }
  .md-about-2 .ri {
    width: 100%;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 450px) {
  .md-about-2 .li1 {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}

.md-about-3 {
  position: relative;
  padding-top: 0.84rem;
  padding-bottom: 1.1rem;
  overflow: hidden;
}
.md-about-3 .swiper {
  position: relative;
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  padding: 0.3rem;
  margin-top: 0.1rem;
  overflow: hidden;
}
.md-about-3 .swiper-container {
  overflow: visible;
}
.md-about-3 .sw {
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  background-color: #fff;
}
.md-about-3 .sw:hover .name {
  color: #e60012;
}
.md-about-3 .top {
  padding: 0.35rem;
  position: relative;
  cursor: pointer;
}
.md-about-3 .top:hover .img {
  opacity: 0.5;
}
.md-about-3 .top:hover .mag {
  opacity: 1;
}
.md-about-3 .img {
  position: relative;
  padding-top: calc(289 / 296 * 100%);
  transition: all 0.3s;
}
.md-about-3 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-3 .mag {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.md-about-3 .text {
  border-top: 1px solid #e8e8e8;
  padding: 0.32rem 0.1rem;
}
.md-about-3 .name {
  color: #666;
  transition: color 0.3s;
}
.md-about-3 .bots {
  margin-top: 0.3rem;
}
.md-about-3 .swiper-scrollbar {
  flex-grow: 1;
  height: 2px;
  background-color: #ccc;
}
.md-about-3 .swiper-scrollbar-drag {
  background-color: #e60012;
}
.md-about-3 .btns {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.md-about-3 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #e60012;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13.3333333333% auto;
  margin-left: 0.2rem;
  cursor: pointer;
}
.md-about-3 .sbtn:hover {
  background-color: #e60012;
}
.md-about-3 .prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.md-about-3 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.md-about-3 .next {
  background-image: url(/static/home/images/icon-p21.png);
}
.md-about-3 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}