
.md16924.md-head.home {
  height: 0;
}
.md16924.md-head.home .head-pc {
  background-color: transparent;
}
.md16924.md-head.home .head-pc .logo {
  filter: none;
}
.md16924.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md16924.md-head.m_show .mob_mask {
  display: block;
}
.md16924.md-head.is-fixed .head-pc, .md16924.md-head.white .head-pc {
  background-color: #fff;
}
.md16924.md-head.is-fixed .head-pc::before, .md16924.md-head.white .head-pc::before {
  opacity: 0;
}
.md16924.md-head.is-fixed .head-pc .logo .pi, .md16924.md-head.white .head-pc .logo .pi {
  display: none;
}
.md16924.md-head.is-fixed .head-pc .logo .mi, .md16924.md-head.white .head-pc .logo .mi {
  display: block;
}
.md16924.md-head.is-fixed .head-pc .ul1 .a1, .md16924.md-head.white .head-pc .ul1 .a1 {
  color: #333;
}
.md16924.md-head.is-fixed .head-pc .h-lang .hd, .md16924.md-head.white .head-pc .h-lang .hd {
  filter: none;
}
.md16924.md-head.is-fixed .head-pc .h-lang .ic, .md16924.md-head.white .head-pc .h-lang .ic {
  filter: none;
}
.md16924.md-head.is-fixed .head-pc .h-lang .ar, .md16924.md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.md16924.md-head.is-fixed .head-pc .h-search .hic, .md16924.md-head.white .head-pc .h-search .hic {
  filter: none;
}
.md16924.md-head.white {
  height: 0.9rem;
}
.md16924.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) {
  .md16924.md-head {
    height: 0.9rem !important;
  }
}

.md16924.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 -1px 0 0 inset rgba(238, 238, 238, 0.1);
  transition: all 0.3s;
}
.md16924.head-pc .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
@media screen and (max-width: 900px) {
  .md16924.head-pc {
    height: 0.9rem;
    background-color: #fff;
    background-image: none !important;
  }
  .md16924.head-pc::before {
    display: none;
  }
}

.md16924.head-box {
  position: relative;
  z-index: 3;
}
.md16924.head-box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.md16924.head-box .logo .la {
  display: inline-flex;
  align-items: center;
}
.md16924.head-box .logo img {
  height: 0.45rem;
}
.md16924.head-box .logo .mi {
  display: none;
}
.md16924.head-box .hd_le {
  display: flex;
  align-items: center;
}
.md16924.head-box .hb_ri {
  display: flex;
  align-items: center;
}
.md16924.head-box .ul1 {
  margin-right: 1rem;
}
.md16924.head-box .ul1 .li1 {
  position: relative;
  margin-right: 0.36rem;
}
.md16924.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.md16924.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.md16924.head-box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.md16924.head-box .ul1 .has-sub {
  position: static;
}
.md16924.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  color: #fff;
  transition: all 0.3s;
}
.md16924.head-box .ul1 .a1:hover {
  color: #1f9245;
}
.md16924.head-box .ul1 .a1.on::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1f9245;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md16924.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;
}
.md16924.head-box .ul1 .li2 {
  position: relative;
}
.md16924.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.md16924.head-box .ul1 .a2 {
  display: block;
  text-align: left;
  padding: 0.1rem 0.15rem;
  background-color: white;
  color: #333;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.md16924.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #1f9245;
}
.md16924.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.md16924.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;
}
.md16924.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #1f9245;
}
.md16924.head-box .h-phone {
  font-size: 0;
  color: #fff;
}
.md16924.head-box .h-phone .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 1rem;
  background-color: #f29700;
  padding: 0.16rem 0.2rem;
  transition: all 0.5s;
}
.md16924.head-box .h-phone .aa:hover {
  background-color: #1f9245;
}
.md16924.head-box .h-phone svg {
  width: 1.125em;
  height: 1em;
  margin-right: 0.12rem;
  fill: #fff;
}
.md16924.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;
}
.md16924.head-box .h-user {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.md16924.head-box .h-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md16924.head-box .h-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md16924.head-box .h-user .ua2 {
  cursor: pointer;
}
.md16924.head-box .h-shop {
  cursor: pointer;
  margin-left: 0.4rem;
}
.md16924.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;
}
.md16924.head-box .h-login {
  display: inline-flex;
  align-items: center;
  background-color: #1f9245;
  border-radius: 1rem;
  color: #fff;
  padding: 0.1rem 0.24rem;
  cursor: pointer;
}
.md16924.head-box .h-login .hic {
  width: 0.9em;
  height: 1em;
  background-image: url(/static/home/images/h-lo-w.png);
  margin-right: 0.1rem;
}
.md16924.head-box .h-lang {
  position: relative;
  margin-left: 0.4rem;
  margin-right: 0.3rem;
}
.md16924.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.md16924.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  filter: brightness(0) invert(1);
}
.md16924.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;
}
.md16924.head-box .h-lang .on {
  color: #1f9245;
}
.md16924.head-box .h-lang .sp {
  margin: 0 0.06rem;
}
.md16924.head-box .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-image: url(/static/home/images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md16924.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.md16924.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;
}
.md16924.head-box .h-lang .b_a {
  display: block;
 
  padding: 0.1rem;
  padding-left: 1.5em;
  white-space: nowrap;
  background-color: #f29700;
  color: #fff;
  min-width: 4em;
}
.md16924.head-box .h-lang .b_a:hover {
  color: #1f9245;
  background-color: #fff;
}
.md16924.head-box .h-search {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md16924.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);
}
.md16924.head-box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.md16924.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) {
  .md16924.head-box .ul1 {
    margin-right: 0.2rem;
  }
  .md16924.head-box .ul1 .li1 {
    margin-right: 0.2rem;
  }
  .md16924.head-box .h-lang {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 900px) {
  .md16924.head-box {
    height: 0.9rem;
  }
  .md16924.head-box .logo .pi {
    display: none;
  }
  .md16924.head-box .logo .mi {
    display: block;
  }
  .md16924.head-box .ul1 {
    display: none;
  }
  .md16924.head-box .h-lang .hd {
    color: #333;
    filter: none;
  }
  .md16924.head-box .h-lang .ic {
    filter: none;
    background-image: url(/static/home/images/h-lang-b.png);
  }
  .md16924.head-box .h-lang .ar {
    filter: none;
  }
  .md16924.head-box .h-user {
    filter: brightness(0) invert(1);
  }
  .md16924.head-box .h-shop {
    filter: brightness(0) invert(1);
  }
  .md16924.head-box .h-search .hic {
    filter: none;
  }
  .md16924.head-box .h-more {
    display: block;
  }
}

.md16924.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;
}
.md16924.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);
}
.md16924.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md16924.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md16924.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md16924.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #1f9245;
}
.md16924.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md16924.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;
}
.md16924.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(/static/home/images/hm_4.png);
}
.md16924.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;
}
.md16924.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;
}
.md16924.md-mob_sideNav .hmob_top {
  max-height: calc(100% - 50px - 1rem);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md16924.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md16924.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;
}
.md16924.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;
}
.md16924.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
.md16924.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;
}
.md16924.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md16924.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md16924.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md16924.md-mob_sideNav .ul3 {
  display: none;
}
.md16924.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md16924.md-mob_sideNav .ul3 .tlist {
  margin-top: 5px;
}
.md16924.md-mob_sideNav .ul3 .li3 {
  padding-left: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.md16924.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;
}
.md16924.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.md16924.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.md16924.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md16924.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.md16924.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md16924.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md16924.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
.md16924.md-mob_sideNav .form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.1rem 0;
}
.md16924.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;
}
.md16924.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: #1f9245;
  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) {
  .md16924.md-mob_sideNav .hmob-money {
    display: none;
  }
}

.md16924.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;
}
.md16924.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md16924.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md16924.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md16924.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.md16924.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: #1f9245;
  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;
}
.md16924.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);
}

.md16925.md-com-message {
  padding: 0.48rem 0;
  position: relative;
}
.md16925.md-com-message .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md16925.md-com-message .fi {
  margin-right: 0.2rem;
}
.md16925.md-com-message .fi:last-child {
  margin-right: 0;
}
.md16925.md-com-message .fi1 {
  width: 2.4rem;
}
.md16925.md-com-message .fi2 {
  width: 5.2rem;
}
.md16925.md-com-message .fi3 {
  width: 1.1rem;
}
.md16925.md-com-message .ip {
  width: 100%;
  height: 3.125em;
  padding: 0 0.3rem;
  background-color: #f5b347;
  color: #fff;
  border: none;
  border-radius: 1rem;
}
.md16925.md-com-message .ip::-moz-placeholder {
  color: #fff;
}
.md16925.md-com-message .ip::placeholder {
  color: #fff;
}
.md16925.md-com-message .submit {
  width: 100%;
  height: 3.125em;
  background-color: #fff;
  color: #f29700;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.5s;
}
.md16925.md-com-message .submit:hover {
  color: #1f9245;
}
@media screen and (max-width: 900px) {
  .md16925.md-com-message .fle {
    width: 100%;
    text-align: center;
  }
  .md16925.md-com-message .fri {
    width: 100%;
    margin-top: 0.2rem;
  }
  .md16925.md-com-message .fi {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
}

.md16926.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #002433;
}

.md16926.md-foot-1 {
  position: relative;
}
.md16926.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md16926.md-foot-1 .box {
  padding-top: 0.8rem;
  padding-bottom: 0.64rem;
  position: relative;
}
.md16926.md-foot-1 .le{
    width: 25%;
}
.md16926.md-foot-1 .logo .lo {
  display: inline-flex;
}
.md16926.md-foot-1 .logo .ii {
  height: 1em;
}
.md16926.md-foot-1 .text {
  margin-top: 0.33rem;
  line-height: 2.25;
  color: rgba(255, 255, 255, 0.7);
}
.md16926.md-foot-1 .ul1 {
  padding-top: 0.12rem;
}
.md16926.md-foot-1 .ul1 .li1 {
  width: 1.85rem;
  padding-right: 0.1rem;
}
.md16926.md-foot-1 .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md16926.md-foot-1 .ul1 .li1:last-child .ul2 {
  padding-right: 0;
}
.md16926.md-foot-1 .ul1 .a1 {
  line-height: 1;
  color: #fff;
  transition: all 0.3s;
}
.md16926.md-foot-1 .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md16926.md-foot-1 .ul1 .ul2 {
  margin-top: 0.34rem;
  position: relative;
}
.md16926.md-foot-1 .ul1 .li2 {
  margin-bottom: 0.14rem;
}
.md16926.md-foot-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md16926.md-foot-1 .ul1 .a2 {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.md16926.md-foot-1 .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.md16926.md-foot-1 .shares {
  margin-top: 0.45rem;
}
.md16926.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.1rem;
}
.md16926.md-foot-1 .shares .si:hover .hd {
  background-color: #fff;
}
.md16926.md-foot-1 .shares .si:hover .hi {
  filter: none;
}
.md16926.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md16926.md-foot-1 .shares .si:last-child {
  margin-right: 0;
}
.md16926.md-foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  margin: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background-color: #4aa06a;
  border-radius: 50%;
  transition: all 0.3s;
}
.md16926.md-foot-1 .shares .hi {
  width: 40%;
  height: 40%;
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.md16926.md-foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.16rem);
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
  transition: all 0.3s;
}
.md16926.md-foot-1 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.md16926.md-foot-1 .shares .bd .bbox::before {
  content: "";
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
}
.md16926.md-foot-1 .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
.md16926.md-foot-1 .ewm {
  margin-top: 0.2rem;
}
.md16926.md-foot-1 .ewm img {
  width: 1.07rem;
}
@media screen and (max-width: 1280px) {
  .md16926.md-foot-1 .ul1 .ul2 {
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 900px) {
  .md16926.md-foot-1 .ul1 {
    display: none;
  }
  .md16926.md-foot-1 .shares {
    justify-content: center;
  }
  .md16926.md-foot-1 .shares .hd {
    width: 1.5em;
    height: 1.5em;
  }
  .md16926.md-foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem 0 0.3rem;
  }
  .md16926.md-foot-1 .le {
    width: 100%;
    text-align: center;
  }
}

.md16926.md-foot-2 {
  position: relative;
}
.md16926.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md16926.md-foot-2 .box {
  color: white;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  position: relative;
}
.md16926.md-foot-2 .le {
  width: 70%;
}
.md16926.md-foot-2 .href {
  opacity: 0.4;
  color: #fbfbfb;
}
.md16926.md-foot-2 .href a:hover {
  text-decoration: underline;
}
.md16926.md-foot-2 .text {
  opacity: 0.8;
  margin-top: 0.34rem;
  margin-bottom: 0.2rem;
}
.md16926.md-foot-2 .text .ti {
  display: inline-flex;
  align-items: center;
  margin-right: 0.4rem;
}
.md16926.md-foot-2 .text .ti:last-child {
  margin-right: 0;
}
.md16926.md-foot-2 .text img {
  width: 1em;
  margin-right: 0.5em;
}
.md16926.md-foot-2 .code .ci {
  width: 1rem;
}
.md16926.md-foot-2 .code .ct {
  margin-top: 0.1rem;
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .md16926.md-foot-2 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .md16926.md-foot-2 .href {
    width: 100%;
    text-align: center;
  }
  .md16926.md-foot-2 .code {
    margin-top: 0.4rem;
  }
  .md16926.md-foot-2 .code .ci {
    width: 1.6rem;
  }
}

.md16927.md-com-banner {
  position: relative;
  z-index: 8;
}
.md16927.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md16927.md-com-banner .cb_ban {
  position: relative;
}
.md16927.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(860 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.md16927.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 44.2%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.md16927.md-com-banner .cb_text .cbp1 {
  position: relative;
  letter-spacing: 1px;
}
.md16927.md-com-banner .cb_text .cbp2 {
  width: 1em;
  margin-top: 0.23rem;
  display: inline-flex;
}
.md16927.md-com-banner .cb_text .cbp2 img {
  width: 1em;
}
.md16927.md-com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.md16927.md-com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.md16927.md-com-banner .video video {
  width: 100%;
}
.md16927.md-com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.md16927.md-com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.md16927.md-com-banner .cb_nav .ii {
  height: 1em;
}
.md16927.md-com-banner .cb_nav a {
  transition: color 0.3s;
}
.md16927.md-com-banner .cb_nav a:hover {
  color: #1f9245;
}
.md16927.md-com-banner .cb_nav .sp {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .md16927.md-com-banner .cb_bg {
    padding-top: 75%;
  }
}

.md-com-breadnav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1f9245;
  z-index: 30;
}
.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.9rem;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
  background-color: #1f9245;
}
.md-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  transition: color 0.3s;
}
.md-com-breadnav .bn-swiper .bsa.on {
  background-color: #f29700;
}
.md-com-breadnav .bn-swiper .bsa .cta {
  display: block;
  padding: 0.21rem 0;
}
.md-com-breadnav .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav .bn-swiper .bsa .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md-com-breadnav .bn-swiper .bsa .icon {
  filter: sepia(30%) saturate(0%) brightness(90%) contrast(110%);
}
.md-com-breadnav .bn-swiper .bsa .icon .ic {
  height: 1em;
}
.md-com-breadnav .bn-swiper .bsa .te {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav .bn-swiper {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
}

.md16928.md-com-banner {
  position: relative;
  z-index: 8;
}
.md16928.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md16928.md-com-banner .cb_ban {
  position: relative;
}
.md16928.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(860 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.md16928.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 44.2%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.md16928.md-com-banner .cb_text .cbp1 {
  position: relative;
  letter-spacing: 1px;
}
.md16928.md-com-banner .cb_text .cbp2 {
  width: 1em;
  margin-top: 0.23rem;
  display: inline-flex;
}
.md16928.md-com-banner .cb_text .cbp2 img {
  width: 1em;
}
.md16928.md-com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.md16928.md-com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.md16928.md-com-banner .video video {
  width: 100%;
}
.md16928.md-com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.md16928.md-com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.md16928.md-com-banner .cb_nav .ii {
  height: 1em;
}
.md16928.md-com-banner .cb_nav a {
  transition: color 0.3s;
}
.md16928.md-com-banner .cb_nav a:hover {
  color: #1f9245;
}
.md16928.md-com-banner .cb_nav .sp {
  margin: 0 3px;
}

.md16929.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  z-index: 60;
  box-shadow: 0px 0px 0.21rem 0px rgba(2, 109, 183, 0.14);
  background-color: #fff;
  border-radius: 0.1rem;
}
.md16929.md-sideNav .sn_i {
  position: relative;
}
.md16929.md-sideNav .sn_i:first-child {
  border-radius: 0.1rem 0.1rem 0 0;
}
.md16929.md-sideNav .sn_i:last-child {
  border-radius: 0 0 0.1rem 0.1rem;
}
.md16929.md-sideNav .sn_i:hover {
  background-color: #1f9245;
}
.md16929.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md16929.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md16929.md-sideNav .sn_i:hover .hd .ic {
  filter: brightness(0) invert(1);
}
.md16929.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.md16929.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md16929.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 0.12rem 0.07rem;
  color: #888;
  cursor: pointer;
  transition: all 0.3s;
}
.md16929.md-sideNav .hd .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md16929.md-sideNav .hd .i2 {
  display: none;
}
.md16929.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.md16929.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.12rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md16929.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.md16929.md-sideNav .ph {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.15rem;
  line-height: 1.5;
}
.md16929.md-sideNav .ph .d2 {
  color: #1f9245;
  font-weight: 600;
}
 
@media screen and (max-width: 900px) {
  .md16929.md-sideNav .wx {
    width: 2rem;
  }
}
