
.md16374.md-head {
  height: 1.2rem;
  background-color: #fff;
}
.md16374.md-head.home {
  height: 0;
}
.md16374.md-head.home .head-pc {
  background-color: transparent;
}
.md16374.md-head.home .head-pc .logo {
  filter: none;
}
.md16374.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md16374.md-head.m_show .mob_mask {
  display: block;
}
.md16374.md-head.is-fixed .head-pc, .md16374.md-head.white .head-pc {
  background-color: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.md16374.md-head.is-fixed .head-pc::before, .md16374.md-head.white .head-pc::before {
  opacity: 0;
}
.md16374.md-head.is-fixed .head-pc .logo .pi, .md16374.md-head.white .head-pc .logo .pi {
  display: none;
}
.md16374.md-head.is-fixed .head-pc .logo .mi, .md16374.md-head.white .head-pc .logo .mi {
  display: block;
}
.md16374.md-head.is-fixed .head-pc .ul1 .a1, .md16374.md-head.white .head-pc .ul1 .a1 {
  color: #333;
}
.md16374.md-head.is-fixed .head-pc .ul1 .on::after, .md16374.md-head.white .head-pc .ul1 .on::after {
  background-color: #008a83;
}
.md16374.md-head.is-fixed .head-pc .h-lang .hd, .md16374.md-head.white .head-pc .h-lang .hd {
  filter: none;
}
.md16374.md-head.is-fixed .head-pc .h-lang .ic, .md16374.md-head.white .head-pc .h-lang .ic {
  filter: none;
}
.md16374.md-head.is-fixed .head-pc .h-lang .ar, .md16374.md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.md16374.md-head.is-fixed .head-pc .h-user .hd, .md16374.md-head.white .head-pc .h-user .hd {
  color: #333;
}
.md16374.md-head.is-fixed .head-pc .h-login, .md16374.md-head.white .head-pc .h-login {
  box-shadow: 0 0 0 1px inset #008a83;
  color: #008a83;
}
.md16374.md-head.is-fixed .head-pc .h-search .hic, .md16374.md-head.white .head-pc .h-search .hic {
  filter: none;
}
.md16374.md-head.white {
  height: 0.9rem;
}
.md16374.md-head.white .head-pc .logo .pi {
  display: none;
}
.md16374.md-head.white .head-pc .logo .mi {
  display: block;
}
.md16374.md-head .mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .md16374.md-head {
    height: 1rem !important;
  }
}

.md16374.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transition: all 0.3s;
}
.md16374.head-pc .layout {
  margin-left: auto;
  margin-right: auto;
  width: 17.6rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md16374.head-pc {
    box-shadow: 0 6px 0 0 inset #ff8a00;
  }
}
@media screen and (max-width: 900px) {
  .md16374.head-pc {
    height: 0.9rem;
    background-color: #fff;
    background-image: none !important;
  }
}

.md16374.head-box {
  position: relative;
  z-index: 3;
  height: 1.2rem;
}
.md16374.head-box .logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.md16374.head-box .logo img {
  height: 0.8rem;
}
.md16374.head-box .logo .mi {
  display: none;
}
.md16374.head-box .hd_le {
  display: flex;
  align-items: center;
}
.md16374.head-box .ul1 {
  margin-right: 1.2rem;
}
.md16374.head-box .ul1 .li1 {
  position: relative;
  margin-right: 0.66rem;
}
.md16374.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.md16374.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.md16374.head-box .ul1 .has-sub {
  position: static;
}
.md16374.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.8rem;
  transition: all 0.3s;
}
.md16374.head-box .ul1 .a1:hover {
  color: #ff8a00;
}
.md16374.head-box .ul1 .on {
  color: #ff8a00;
}
.md16374.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;
}
.md16374.head-box .ul1 .li2 {
  position: relative;
}
.md16374.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.md16374.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;
}
.md16374.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #008a83;
}
.md16374.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.md16374.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;
}
.md16374.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #008a83;
}
.md16374.head-box .h-phone {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.md16374.head-box .h-phone .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 1rem;
  background-color: #ff8a00;
  padding: 0.16rem 0.2rem;
  transition: all 0.5s;
}
.md16374.head-box .h-phone .aa:hover {
  background-color: #008a83;
}
.md16374.head-box .h-phone i {
  width: 0.7777777778em;
  height: 1em;
  margin-right: 0.1rem;
  background-image: url(../images/h-ph-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md16374.head-box .h-phone .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.md16374.head-box .h-user {
  position: relative;
}
.md16374.head-box .h-user:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.md16374.head-box .h-user .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  color: #fff;
}
.md16374.head-box .h-user .ic {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
}
.md16374.head-box .h-user .on {
  color: #008a83;
}
.md16374.head-box .h-user .sp {
  margin: 0 0.06rem;
}
.md16374.head-box .h-user .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding: 0.1rem 0;
  z-index: 5;
}
.md16374.head-box .h-user .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #fff;
  color: #333;
  min-width: 4em;
}
.md16374.head-box .h-user .b_a:hover {
  color: #008a83;
}
.md16374.head-box .h-login {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  color: #fff;
  padding: 0.14rem 0.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0 0 1px inset #fff;
}
.md16374.head-box .h-login svg {
  width: 1em;
  height: 1em;
  margin-right: 0.12rem;
}
.md16374.head-box .h-lang {
  position: relative;
  margin-left: 0.4rem;
}
.md16374.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.md16374.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  filter: brightness(0) invert(1);
}
.md16374.head-box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md16374.head-box .h-lang .on {
  color: #008a83;
}
.md16374.head-box .h-lang .sp {
  margin: 0 0.06rem;
}
.md16374.head-box .h-lang .ar {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md16374.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.md16374.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;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.md16374.head-box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.05rem 0.1rem;
  white-space: nowrap;
  background-color: #fff;
  color: #333;
  min-width: 4em;
}
.md16374.head-box .h-lang .b_a:hover {
  color: #008a83;
}
.md16374.head-box .h-search {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.md16374.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/h-mag-b.png);
}
.md16374.head-box .h-more {
  cursor: pointer;
  display: none;
}
.md16374.head-box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md16374.head-box .hb-r1 {
  height: 0.4rem;
}
.md16374.head-box .rbox {
  height: 0.4rem;
  position: relative;
}
.md16374.head-box .h-form {
  position: relative;
  flex-shrink: 0;
}
.md16374.head-box .h-form .inp {
  position: relative;
}
.md16374.head-box .h-form .ip {
  width: 1.6rem;
  height: 2.5em;
  padding: 0 0.2rem;
  background-color: #cccccc;
  border: none;
  color: #fff;
  border-radius: 1rem;
}
.md16374.head-box .h-form .ip::-moz-placeholder {
  color: #fff;
}
.md16374.head-box .h-form .ip::placeholder {
  color: #fff;
}
.md16374.head-box .h-form .submit {
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background-color: #cccccc;
  background-image: url(../images/h-mag-w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@media (max-width: 1280px) {
  .md16374.head-box .ul1 {
    margin-right: 0.2rem;
  }
  .md16374.head-box .ul1 .li1 {
    margin-right: 0.2rem;
  }
  .md16374.head-box .h-lang {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 901px) {
  .md16374.head-box .rbox::before {
    content: "";
    width: 4.7rem;
    height: 100%;
    background-color: #ff8a00;
    position: absolute;
    top: 0;
    right: -0.8rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0.4rem 100%);
  }
  .md16374.head-box .h-search {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md16374.head-box {
    height: 1rem;
  }
  .md16374.head-box .logo .pi {
    display: none;
  }
  .md16374.head-box .logo .mi {
    display: block;
  }
  .md16374.head-box .ul1 {
    display: none;
  }
  .md16374.head-box .h-lang .hd {
    color: #333;
    filter: none;
  }
  .md16374.head-box .h-lang .ic {
    filter: none;
    background-image: url(../images/h-lang-b.png);
  }
  .md16374.head-box .h-lang .ar {
    filter: none;
  }
  .md16374.head-box .h-user .hd {
    color: #333;
  }
  .md16374.head-box .h-login {
    box-shadow: 0 0 0 1px inset #008a83;
    color: #008a83;
    padding: 0.14rem 0.2rem;
  }
  .md16374.head-box .h-search .hic {
    filter: none;
  }
  .md16374.head-box .h-more {
    display: block;
  }
  .md16374.head-box .h-phone {
    color: #333;
  }
  .md16374.head-box .h-phone i {
    background-image: url(../images/h-ph-b.png);
  }
  .md16374.head-box .hb-r2 {
    display: none;
  }
}
.md16374.head-box .head-sub {
  position: fixed;
  left: 0;
  top: 1.2rem;
  width: 100vw;
  overflow: hidden;
  z-index: 100;
  display: none;
}
.md16374.head-box .head-sub.show {
  opacity: 1;
  pointer-events: auto;
}
.md16374.head-box .head-sub .hs-cont {
  position: relative;
  z-index: 6;
  background-color: #f8f8f8;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(0, 0, 0, 0.06);
}
.md16374.head-box .head-sub .hs-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.md16374.head-box .head-sub .hs-box {
  padding: 0.4rem 1rem;
  position: relative;
}
.md16374.head-box .head-sub .hs-off {
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 5;
}
.md16374.head-box .head-sub .swiper {
  padding: 0 0.2rem;
}
.md16374.head-box .head-sub .sw {
  width: 1.5rem;
  margin-right: 0.4rem;
}
.md16374.head-box .head-sub .sw:last-child {
  margin-right: 0;
}
.md16374.head-box .head-sub .sw:hover .name {
  color: #ff8a00;
}
.md16374.head-box .head-sub .sw .img {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
.md16374.head-box .head-sub .sw img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md16374.head-box .head-sub .sw .text {
  margin-top: 0.12rem;
}
.md16374.head-box .head-sub .sw .name {
  transition: all 0.5s;
}
.md16374.head-box .head-sub .hs-ul1 {
  display: flex;
}
.md16374.head-box .head-sub .hs-ul1 .hs-li1 {
  width: 2.8rem;
  padding-bottom: 0.3rem;
}
.md16374.head-box .head-sub .hs-ul1 .hs-li2 {
  width: 2.8rem;
  margin-bottom: 0.1rem;
}
.md16374.head-box .head-sub .hs-ul1 .hs-li2:last-child {
  margin-bottom: 0;
}
.md16374.head-box .head-sub .hs-ul1 .aa2 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.md16374.head-box .head-sub .hs-ul1 .aa2:hover {
  color: #008a83;
}
.md16374.head-box .head-sub .hs-ul1 .aa2:hover .i1 {
  opacity: 0;
}
.md16374.head-box .head-sub .hs-ul1 .aa2:hover .i2 {
  opacity: 1;
}
.md16374.head-box .head-sub .hs-ul1 .ic2 {
  width: 1em;
  height: 1.4em;
  position: relative;
  margin-right: 0.14rem;
}
.md16374.head-box .head-sub .hs-ul1 .ic2 img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md16374.head-box .head-sub .hs-ul1 .i2 {
  opacity: 0;
}
.md16374.head-box .head-sub .sbtn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
  display: none;
}
.md16374.head-box .head-sub .prev {
  left: 0;
  background-image: url(../images/a8.png);
}
.md16374.head-box .head-sub .next {
  right: 0;
  background-image: url(../images/a9.png);
}
.md16374.head-box .head-sub .swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 900px) {
  .md16374.head-box .head-sub {
    display: none !important;
  }
}

.md16374.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.md16374.md-mob_sideNav .ul1 {
  padding: 4%;
}
.md16374.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 4%;
  padding-bottom: 3%;
}
.md16374.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  color: #008a83;
  font-size: 16px;
}
.md16374.md-mob_sideNav .ul1 .ul2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.md16374.md-mob_sideNav .ul1 .ul2 .li2 {
  margin-right: 4%;
}
.md16374.md-mob_sideNav .ul1 .ul2 .a2 {
  font-size: 14px;
  display: block;
}
.md16374.md-mob_sideNav .ul1 .ul2 .a2:hover {
  color: #008a83;
}
.md16374.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md16374.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md16374.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.md16374.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: flex-end;
}
.md16374.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md16374.md-mob_sideNav .hmob_top {
  max-height: calc(100% - 50px - 1rem);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md16374.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md16374.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;
}
.md16374.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;
}
.md16374.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
.md16374.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;
}
.md16374.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md16374.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md16374.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md16374.md-mob_sideNav .ul3 {
  display: none;
}
.md16374.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md16374.md-mob_sideNav .ul3 .tlist {
  margin-top: 5px;
}
.md16374.md-mob_sideNav .ul3 .li3 {
  padding-left: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.md16374.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;
}
.md16374.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.md16374.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.md16374.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md16374.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.md16374.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md16374.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md16374.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
.md16374.md-mob_sideNav .form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.1rem 0;
}
.md16374.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;
}
.md16374.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: #008a83;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
@media (min-width: 769px) {
  .md16374.md-mob_sideNav .hmob-money {
    display: none;
  }
}

.md16374.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;
}
.md16374.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md16374.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md16374.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md16374.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.md16374.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: #008a83;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.md16374.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: #222;
  color: #fff;
}

.md-foot-1 {
  position: relative;
}
.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-foot-1 .box {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-foot-1 .logo .lo {
  display: inline-flex;
}
.md-foot-1 .logo .ii {
  height: 1em;
}
.md-foot-1 .text {
  margin-top: 0.33rem;
  line-height: 2.25;
  color: rgba(255, 255, 255, 0.7);
}
.md-foot-1 .ul1 .li1 {
  margin-right: 1.2rem;
}
.md-foot-1 .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-foot-1 .ul1 .li1:last-child .ul2 {
  padding-right: 0;
}
.md-foot-1 .ul1 .a1 {
  line-height: 1;
  color: #fff;
  transition: all 0.3s;
}
.md-foot-1 .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md-foot-1 .ul1 .ul2 {
  margin-top: 0.21rem;
  position: relative;
}
.md-foot-1 .ul1 .li2 {
  margin-bottom: 0.12rem;
}
.md-foot-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot-1 .ul1 .a2 {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.5s;
}
.md-foot-1 .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.md-foot-1 .ewm {
  margin-top: 0.2rem;
}
.md-foot-1 .ewm img {
  width: 1.07rem;
}
.md-foot-1 .d11 {
  opacity: 0.5;
  margin-top: 0.48rem;
}
.md-foot-1 .d12 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.md-foot-1 .d13 {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .md-foot-1 .ul1 .li1 {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 900px) {
  .md-foot-1 .ul1 {
    display: none;
  }
  .md-foot-1 .shares {
    justify-content: center;
  }
  .md-foot-1 .shares .hd {
    width: 1.5em;
    height: 1.5em;
  }
  .md-foot-1 .nlist {
    justify-content: center;
  }
  .md-foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem 0 0.3rem;
  }
  .md-foot-1 .le {
    width: 100%;
    text-align: center;
  }
  .md-foot-1 .ri {
    text-align: center;
    margin-top: 0.4rem;
  }
  .md-foot-1 .nitem {
    margin-right: 0.15rem;
  }
  .md-foot-1 .nitem .nic {
    width: 1.5em;
    height: 1.5em;
  }
}

.md-foot-2 {
  position: relative;
  border-top: 1px solid rgba(213, 213, 213, 0.1);
}
.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-foot-2 .box {
  padding-top: 0.38rem;
  padding-bottom: 0.42rem;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.md-foot-2 .le {
  width: 70%;
}
.md-foot-2 .href a:hover {
  text-decoration: underline;
}
.md-foot-2 .text {
  opacity: 0.8;
  margin-top: 0.34rem;
  margin-bottom: 0.2rem;
}
.md-foot-2 .text .ti {
  display: inline-flex;
  align-items: center;
  margin-right: 0.4rem;
}
.md-foot-2 .text .ti:last-child {
  margin-right: 0;
}
.md-foot-2 .text img {
  width: 1em;
  margin-right: 0.5em;
}
.md-foot-2 .code .ci {
  width: 1rem;
}
.md-foot-2 .code .ct {
  margin-top: 0.1rem;
  opacity: 0.5;
}
@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;
  }
  .md-foot-2 .code {
    margin-top: 0.4rem;
  }
  .md-foot-2 .code .ci {
    width: 1.6rem;
  }
}

.md-com-banner {
  position: relative;
  z-index: 40;
}
.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-com-banner .cb_ban {
  position: relative;
}
.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(520 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}

.md-com-banner .cb_bg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 10;
  line-height: 1.2;
}
.md-com-banner .cb_text .cbp2 {
  width: 1em;
  height: 0.1em;
  background-color: #008a83;
  margin: 0.16rem 0 0.16rem;
}
.md-com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.md-com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.md-com-banner .video video {
  width: 100%;
}
.md-com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.md-com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.md-com-banner .cb_nav .ii {
  height: 1em;
}
.md-com-banner .cb_nav a {
  transition: color 0.3s;
}
.md-com-banner .cb_nav a:hover {
  color: #008a83;
}
.md-com-banner .cb_nav .sp {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .md-com-banner .cb_bg {
    padding-top: 50%;
  }
}

.md-com-breadnav {
  z-index: 30;
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
}
.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.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-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 1rem;
  white-space: nowrap;
  color: #666;
  transition: color 0.5s;
}
.md-com-breadnav .bn-swiper .bsa:hover {
  color: #008a83;
}
.md-com-breadnav .bn-swiper .bsa.on {
  color: #008a83;
  box-shadow: 0 -4px 0 0 inset #008a83;
}
.md-com-breadnav .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav .bn-swiper .cta {
  display: block;
  line-height: 0.8rem;
}
.md-com-breadnav .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.8rem;
}
.md-com-breadnav .zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
  color: #008a83;
}
.md-com-breadnav .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.md-com-breadnav .zone-nav .sp1 {
  position: relative;
}
.md-com-breadnav .zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.md-com-breadnav .zone-nav .z_a.on, .md-com-breadnav .zone-nav .z_a:hover {
  color: #008a83;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md-com-breadnav .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.md-com-banner {
  position: relative;
  z-index: 40;
}
.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-com-banner .cb_ban {
  position: relative;
}
.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(520 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}

.md-com-banner .cb_bg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 10;
  line-height: 1.2;
}
.md-com-banner .cb_text .cbp2 {
  width: 1em;
  height: 0.1em;
  background-color: #008a83;
  margin: 0.16rem 0 0.16rem;
}
.md-com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.md-com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.md-com-banner .video video {
  width: 100%;
}
.md-com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.md-com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.md-com-banner .cb_nav .ii {
  height: 1em;
}
.md-com-banner .cb_nav a {
  transition: color 0.3s;
}
.md-com-banner .cb_nav a:hover {
  color: #008a83;
}
.md-com-banner .cb_nav .sp {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .md-com-banner .cb_bg {
    padding-top: 50%;
  }
}

.md-com-breadnav {
  z-index: 30;
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
}
.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.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-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 1rem;
  white-space: nowrap;
  color: #666;
  transition: color 0.5s;
}
.md-com-breadnav .bn-swiper .bsa:hover {
  color: #008a83;
}
.md-com-breadnav .bn-swiper .bsa.on {
  color: #008a83;
  box-shadow: 0 -4px 0 0 inset #008a83;
}
.md-com-breadnav .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav .bn-swiper .cta {
  display: block;
  line-height: 0.8rem;
}
.md-com-breadnav .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.8rem;
}
.md-com-breadnav .zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
  color: #008a83;
}
.md-com-breadnav .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.md-com-breadnav .zone-nav .sp1 {
  position: relative;
}
.md-com-breadnav .zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.md-com-breadnav .zone-nav .z_a.on, .md-com-breadnav .zone-nav .z_a:hover {
  color: #008a83;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md-com-breadnav .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}
