@charset "UTF-8";
.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #113d64;
}

.md-foot-1 {
  position: relative;
}
.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-foot-1 .box {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  position: relative;
}
.md-foot-1 .ul1 .li1 {
  margin-right: 1rem;
  max-width: 2.3rem;
}
.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 {
  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.29rem;
  position: relative;
}
.md-foot-1 .ul1 .li2 {
  margin-bottom: 0.1rem;
}
.md-foot-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot-1 .ul1 .a2 {
  line-height: calc( 26 / 16  );
  color: #fff;
  opacity: 0.6;
  transition: color 0.5s;
}
.md-foot-1 .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.md-foot-1 .ri {
  width: calc( 360 / 1520 * 100%);
}
.md-foot-1 .form .inp {
  position: relative;
  margin-top: 0.15rem;
}
.md-foot-1 .form .ip {
  width: 100%;
  height: 3.125em;
  padding: 0 0.2rem;
  border-radius: 0.1rem;
  border: none;
  background-color: rgba(47, 104, 155, 0.5);
  color: #fff;
}
.md-foot-1 .form .ip::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.md-foot-1 .form .ip::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.md-foot-1 .form .submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 3.75em;
  height: 100%;
  background-color: #71b740;
  border-radius: 0 0.1rem 0.1rem 0;
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: center;
  cursor: pointer;
}
.md-foot-1 .shares {
  margin-top: 0.32rem;
}
.md-foot-1 .shares .si {
  margin-right: 0.13rem;
  position: relative;
}
.md-foot-1 .shares .si:hover .hd {
  background-color: #71b740;
}
.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  background-color: rgba(47, 104, 155, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-foot-1 .shares .hi {
  width: 40%;
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
  transition: all 0.3s;
}
.md-foot-1 .shares .bbox {
  background-color: #fff;
  position: relative;
}
.md-foot-1 .shares .bbox img {
  display: block;
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .md-foot-1 .box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md-foot-1 .ul1 {
    display: none;
  }
  .md-foot-1 .ul1 .li1 {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .md-foot-1 .ul1 .ul2 {
    display: flex;
    flex-wrap: wrap;
  }
  .md-foot-1 .ul1 .li2 {
    margin-right: 1em;
  }
  .md-foot-1 .ri {
    width: 100%;
    text-align: center;
  }
  .md-foot-1 .shares {
    justify-content: center;
  }
  .md-foot-1 .shares .si {
    margin: 0 0.1rem;
  }
  .md-foot-1 .shares .hd {
    width: 1.5em;
    height: 1.5em;
  }
}

.md-foot-2 {
  position: relative;
}
.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-foot-2 .box {
  padding-top: 0.24rem;
  padding-bottom: 0.6rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.md-foot-2 .href {
  opacity: 0.3;
}
.md-foot-2 .text {
  margin-top: 0.1rem;
  opacity: 0.2;
}
@media screen and (max-width: 900px) {
  .md-foot-2 .href {
    width: 100%;
  }
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  z-index: 60;
}
.md-sideNav .sn_i {
  position: relative;
  margin-bottom: 0.1rem;
}
.md-sideNav .sn_i:hover .hd {
  background-color: #71b740;
}
.md-sideNav .sn_i:hover .hd img {
  filter: brightness(0) invert(1);
}
.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: brightness(0) invert(1);
}
.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: 1em;
  height: 1em;
  cursor: pointer;
  border-radius: 0.1rem;
  background-color: #d7e9c5;
  transition: all 0.3s;
}
.md-sideNav .hd img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.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: #71b740;
  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 {
  visibility: hidden;
}
.md-sideNav #goTop.show {
  visibility: visible;
}
@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 jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
.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: #71b740;
}
.cbn-swiper .csa.on {
  color: #71b740;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #71b740;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #71b740;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.cbn-swiper .csp {
  position: relative;
}
@media screen and (max-width: 900px) {
  .cbn-swiper .csa {
    color: #000;
  }
}

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

.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #71b740;
  background-color: #f1f4ee;
  border-radius: 50%;
}
.com-pag .cp_a:hover svg, .com-pag .cp_a.on svg {
  filter: brightness(0) invert(1);
}
.com-pag .cp_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #71b740;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
  transition: all 0.5s;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 16%;
  height: 28%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: #71b740;
}
.com-pag .cp_btn:hover svg {
  fill: #fff;
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

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

.md-md {
  position: absolute;
  top: -0.9rem;
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

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

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

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.__ID__.md-com-breadnav {
  z-index: 30;
  box-shadow: 0px 0px 0.12rem 0px rgba(0, 0, 0, 0.1);
}
.__ID__.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.__ID__.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);
}
.__ID__.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .__ID__.md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
}
.__ID__.md-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.6rem;
  white-space: nowrap;
  color: #222;
  transition: color 0.5s;
}
.__ID__.md-com-breadnav .bn-swiper .bsa:hover {
  color: #71b740;
}
.__ID__.md-com-breadnav .bn-swiper .bsa.on {
  color: #71b740;
}
.__ID__.md-com-breadnav .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.__ID__.md-com-breadnav .bn-swiper .cta {
  display: block;
  line-height: 0.8rem;
}
.__ID__.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) {
  .__ID__.md-com-breadnav .bn-swiper {
    max-width: 100%;
  }
  .__ID__.md-com-breadnav .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.__ID__.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.8rem;
}
.__ID__.md-com-breadnav .zone-nav .icon {
  margin-right: 0.13rem;
  display: inline-flex;
  align-items: center;
  color: #71b740;
}
.__ID__.md-com-breadnav .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.__ID__.md-com-breadnav .zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.__ID__.md-com-breadnav .zone-nav .z_a {
  position: relative;
  color: #71b740;
}
@media (max-width: 900px) {
  .__ID__.md-com-breadnav .zone-nav {
    width: 100%;
    display: none;
  }
  .__ID__.md-com-breadnav .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.__ID__.md-clinical-1 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  position: relative;
}
.__ID__.md-clinical-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}

.__ID__.clinical-list .li {
  width: calc( 486 / 1520 * 100%);
  margin-right: calc( 31 / 1520 * 100%);
  margin-bottom: 0.3rem;
}
.__ID__.clinical-list .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.clinical-list .dd {
  display: block;
  position: relative;
  height: 100%;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.clinical-list .dd:hover .img {
  transform: scale(1.05);
}
.__ID__.clinical-list .dd:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.clinical-list .dd:hover .title {
  color: #71b740;
}
.__ID__.clinical-list .img {
  padding-top: calc( 270 / 486 * 100%);
}
.__ID__.clinical-list .text {
  padding: 0.4rem 0.4rem 0.45rem;
}
.__ID__.clinical-list .title {
  transition: color 0.5s;
}
.__ID__.clinical-list .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.1rem;
}
.__ID__.clinical-list .more {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.__ID__.clinical-list .mic {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .__ID__.clinical-list {
    justify-content: space-between;
  }
  .__ID__.clinical-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .__ID__.clinical-list .text {
    padding: 0.3rem;
  }
}

.__ID__.md-clinical-11 {
  position: relative;
  background-image: linear-gradient(135deg, #447bac 0%, #2b5c88 30%, #113d64 100%);
}
.__ID__.md-clinical-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-clinical-11 .box {
  min-height: calc( 620vw / 1920 * 100);
  padding: 1rem 0;
}
.__ID__.md-clinical-11 .text {
  width: 5.6rem;
  padding-top: 0.64rem;
}
.__ID__.md-clinical-11 .intro {
  margin-top: 0.1rem;
  line-height: calc(32 / 18);
}
.__ID__.md-clinical-11 .c-pic {
  width: 7.2rem;
}
.__ID__.md-clinical-11 .img {
  padding-top: calc( 405 / 720  * 100%);
}
@media screen and (max-width: 900px) {
  .__ID__.md-clinical-11 .text {
    width: 100%;
    padding: 0;
  }
  .__ID__.md-clinical-11 .c-pic {
    width: 80%;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
}

.__ID__.md-clinical-12 {
  padding-top: 0.98rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.__ID__.md-clinical-12 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
.__ID__.md-clinical-12 .h2 {
  color: #71b740;
}
.__ID__.md-clinical-12 .intro {
  line-height: calc( 32 / 18);
  margin-top: 0.22rem;
}
.__ID__.md-clinical-12 .canvas {
  width: 100%;
  height: 1.9rem;
  margin-top: 0.16rem;
}
.__ID__.md-clinical-13 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.__ID__.md-clinical-13 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-clinical-13 .h2 {
  color: #71b740;
}
.__ID__.md-clinical-13 .ul {
  margin-top: 0.31rem;
}
.__ID__.md-clinical-13 .li {
  width: calc( 400 / 1520 * 100%);
  margin-right: calc( 160 / 1520 * 100%);
  margin-bottom: 0.4rem;
}
.__ID__.md-clinical-13 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-clinical-13 .d12 {
  line-height: calc(32 / 18);
  margin-top: 0.12rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-clinical-13 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}

.__ID__.md-clinical-14 {
  padding-top: 0.14rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.__ID__.md-clinical-14 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-clinical-14 .h2 {
  color: #71b740;
}
.__ID__.md-clinical-14 .list {
  margin-top: 0.46rem;
}
.__ID__.md-clinical-14 .li {
  margin-bottom: 1rem;
}
.__ID__.md-clinical-14 .li:last-child {
  margin-bottom: 0;
}
.__ID__.md-clinical-14 .c-pic {
  width: calc( 740 / 1520 * 100%);
  border-radius: 0.2rem;
}
.__ID__.md-clinical-14 .text {
  width: calc( 740 / 1520 * 100%);
  padding-top: 0.2rem;
}
.__ID__.md-clinical-14 .img {
  padding-top: calc( 463 / 740 * 100%);
}
.__ID__.md-clinical-14 .icon {
  display: inline-flex;
}
.__ID__.md-clinical-14 .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-clinical-14 .title {
  margin-top: 0.36rem;
}
.__ID__.md-clinical-14 .intro {
  line-height: calc( 32 / 18 );
  margin-top: 0.11rem;
}
@media screen and (min-width: 901px) {
  .__ID__.md-clinical-14 .li:nth-child(2n) .dd {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-clinical-14 .c-pic {
    width: 100%;
  }
  .__ID__.md-clinical-14 .title {
    margin-top: 0.2rem;
  }
  .__ID__.md-clinical-14 .text {
    width: 100%;
  }
}

.__ID__.md-clinical-15 {
  padding-top: 0.66rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.__ID__.md-clinical-15 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-clinical-15 .h2 {
  color: #71b740;
}
.__ID__.md-clinical-15 .swiper {
  margin-top: 0.14rem;
}
.__ID__.md-clinical-15 .sw {
  position: relative;
  height: auto;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.md-clinical-15 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-clinical-15 .sw:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-clinical-15 .img {
  padding-top: calc( 270 / 486 * 100%);
}
.__ID__.md-clinical-15 .text {
  padding: 0.4rem 0.4rem 0.45rem;
}
.__ID__.md-clinical-15 .title {
  transition: color 0.5s;
}
.__ID__.md-clinical-15 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.16rem;
}
.__ID__.md-clinical-15 .more {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.__ID__.md-clinical-15 .mic {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
}
.__ID__.md-clinical-16 {
  padding-top: 0.2rem;
  padding-bottom: 1.1rem;
  position: relative;
}
.__ID__.md-clinical-16 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-clinical-16 .h2 {
  color: #71b740;
}
.__ID__.md-clinical-16 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #f1f4ee;
  background-size: 14% auto;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5em);
  transition: 0.5s;
}
.__ID__.md-clinical-16 .sbtn:hover {
  background-color: #71b740;
}
.__ID__.md-clinical-16 .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.__ID__.md-clinical-16 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.__ID__.md-clinical-16 .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.__ID__.md-clinical-16 .next:hover {
  background-image: url(../images/icon-p22.png);
}
.__ID__.md-clinical-16 .swiper {
  position: relative;
  padding: 0 17%;
  margin-top: 0.2rem;
}
.__ID__.md-clinical-16 .desc {
  line-height: calc(32 / 18);
}
.__ID__.md-clinical-16 .bots {
  margin-top: 0.27rem;
  align-items: center;
}
.__ID__.md-clinical-16 .icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.__ID__.md-clinical-16 .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-clinical-16 .text {
  flex-grow: 1;
  padding-left: 0.25rem;
}
.__ID__.md-clinical-16 .intro {
  opacity: 0.6;
  margin-top: 2px;
}
@media screen and (max-width: 900px) {
  .__ID__.md-clinical-16 .swiper {
    padding: 0 5%;
  }
}

.__ID__.md-home-0 {
  position: relative;
  overflow: hidden;
}
.__ID__.md-home-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-home-0 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-home-0 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-home-0 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-home-0 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-home-0 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-home-0 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-home-0 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-home-0 .btn .btn-inner::before, .__ID__.md-home-0 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-home-0 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-home-0 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-home-0 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-0 .swiper {
  position: relative;
}
.__ID__.md-home-0 .ho_sw {
  overflow: hidden;
}
.__ID__.md-home-0 .c-pic {
  position: relative;
  display: block;
}
.__ID__.md-home-0 .img {
  position: relative;
  padding-top: 34.375%;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
.__ID__.md-home-0 .img img,
.__ID__.md-home-0 .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.__ID__.md-home-0 .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 45.5%;
  transform: translateY(-50%);
  opacity: 0;
}
.__ID__.md-home-0 .txt {
  line-height: 1.25;
}
.__ID__.md-home-0 .d1 {
  line-height: 1.2;
}
.__ID__.md-home-0 .d2 {
  line-height: calc( 36 / 22);
  margin-top: 0.08rem;
}
.__ID__.md-home-0 .d3 {
  margin-top: 0.6rem;
}
.__ID__.md-home-0 .btn {
  border-color: rgba(255, 255, 255, 0.3);
}
.__ID__.md-home-0 .btn .btn-inner {
  background-color: #fff;
  color: #71b740;
}
.__ID__.md-home-0 .btn .btn-inner::before,
.__ID__.md-home-0 .btn .btn-inner::after {
  background: url(../images/a20.png) no-repeat center/contain;
}
@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.__ID__.md-home-0 .bots {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
}
.__ID__.md-home-0 .bots .num1 {
  color: #71b740;
}
.__ID__.md-home-0 .swiper-slide-active .img {
  animation: ban 10s linear;
}
.__ID__.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.__ID__.md-home-0 .swiper-pagination {
  width: auto;
  position: static;
  display: flex;
  z-index: 30;
}
.__ID__.md-home-0 .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  background-color: transparent;
  border-radius: 50%;
  margin: 0;
  margin-right: 0.1rem;
  opacity: 1;
  position: relative;
}
.__ID__.md-home-0 .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.25);
}
.__ID__.md-home-0 .swiper-pagination-bullet-active {
  opacity: 1;
  box-shadow: 0 0 0 1px inset #fff;
}
.__ID__.md-home-0 .swiper-pagination-bullet-active::before {
  transform: scale(0.25);
}
.__ID__.md-home-0 .background {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .__ID__.md-home-0 .d2 {
    margin-top: 0.16rem;
  }
  .__ID__.md-home-0 .d3 {
    display: none;
  }
  .__ID__.md-home-0 .img {
    padding-top: 50%;
  }
}

.__ID__.md-home-1 {
  padding-top: 1.2rem;
  padding-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.__ID__.md-home-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-home-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-home-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-home-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-home-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-1 .list {
  background-color: #eef4ea;
  border-radius: 0.2rem;
  padding: 0.52rem 0;
  margin-top: 0.3rem;
}
.__ID__.md-home-1 .item {
  width: 25%;
  text-align: center;
  position: relative;
}
.__ID__.md-home-1 .nbox {
  display: inline-block;
  text-align: left;
}
.__ID__.md-home-1 .n11 {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.__ID__.md-home-1 .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  margin-right: 0.25em;
}
.__ID__.md-home-1 .n12 {
  line-height: 1;
  margin-top: 0.05rem;
}
@media screen and (min-width: 901px) {
  .__ID__.md-home-1 .item::before {
    content: "";
    width: 1px;
    height: 0.4rem;
    background-color: rgba(184, 202, 172, 0.9);
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%) rotate(30deg);
    transform-origin: center;
  }
  .__ID__.md-home-1 .item:last-child::before {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-1 {
    padding: 0.6rem 0;
  }
  .__ID__.md-home-1 .item {
    width: 50%;
    padding: 0.2rem;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-home-1 .item {
    width: 100%;
  }
  .__ID__.md-home-1 .nbox {
    text-align: center;
  }
}

.__ID__.md-home-2 {
  padding-top: 0.55rem;
  padding-bottom: 1.05rem;
  position: relative;
  overflow: hidden;
}
.__ID__.md-home-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-home-2 .com-h2 {
  line-height: 1;
}
.__ID__.md-home-2 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-home-2 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-home-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-2 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-home-2 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-home-2 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-home-2 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-home-2 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-home-2 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-home-2 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-home-2 .btn .btn-inner::before, .__ID__.md-home-2 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-home-2 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-home-2 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-home-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-2 .swiper {
  margin-top: 0.36rem;
}
.__ID__.md-home-2 .top {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.__ID__.md-home-2 .bd {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1rem;
  background-color: rgba(113, 183, 64, 0.9);
  opacity: 0;
  transition: all 0.5s;
}
.__ID__.md-home-2 .bte {
  width: 100%;
  line-height: calc( 32 / 18);
}
.__ID__.md-home-2 .img {
  padding-top: calc( 450 / 730 * 100%);
}
.__ID__.md-home-2 .bot {
  margin-top: 0.24rem;
}
.__ID__.md-home-2 .info {
  flex-shrink: 0;
  width: 70%;
  line-height: 1;
}
.__ID__.md-home-2 .title {
  margin-right: 0.1rem;
}
.__ID__.md-home-2 .more {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.__ID__.md-home-2 .mic {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
  transition: 0.5s;
}
.__ID__.md-home-2 .btns {
  margin-top: 0.2rem;
}
.__ID__.md-home-2 .list {
  margin-top: 0.36rem;
}
.__ID__.md-home-2 .li {
  width: calc( 730 / 1520 * 100%);
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 901px) {
  .__ID__.md-home-2 .sw:hover .bd {
    opacity: 1;
  }
  .__ID__.md-home-2 .sw:hover .mic {
    background-color: #71b740;
    background-image: url(../images/a2.png);
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-2 {
    padding: 0.4rem 0;
  }
  .__ID__.md-home-2 .info {
    width: 100%;
    flex-wrap: wrap;
  }
  .__ID__.md-home-2 .title {
    width: 100%;
  }
  .__ID__.md-home-2 .intro {
    width: 100%;
    margin-top: 0.1rem;
  }
  .__ID__.md-home-2 .bd {
    padding: 0.4rem;
  }
  .__ID__.md-home-2 .li {
    width: 100%;
  }
  .__ID__.md-home-2 .bot {
    flex-wrap: wrap;
  }
  .__ID__.md-home-2 .more {
    margin-top: 0.2rem;
  }
}

.__ID__.md-home-3 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  position: relative;
  background-color: #f3f5f0;
}
.__ID__.md-home-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-home-3 .com-h2 {
  line-height: 1;
}
.__ID__.md-home-3 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-home-3 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-home-3 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-3 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-home-3 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-home-3 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-home-3 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-home-3 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-home-3 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-home-3 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-home-3 .btn .btn-inner::before, .__ID__.md-home-3 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-home-3 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-home-3 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-home-3 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-3 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: #fff;
  background-size: 14% auto;
  cursor: pointer;
}
.__ID__.md-home-3 .sbtn:hover {
  background-color: #71b740;
}
.__ID__.md-home-3 .prev {
  background-image: url(../images/icon-p11.png);
}
.__ID__.md-home-3 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.__ID__.md-home-3 .next {
  background-image: url(../images/icon-p21.png);
}
.__ID__.md-home-3 .next:hover {
  background-image: url(../images/icon-p22.png);
}
.__ID__.md-home-3 .swiper {
  margin-top: 0.36rem;
}
.__ID__.md-home-3 .sw {
  position: relative;
  height: auto;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.md-home-3 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-home-3 .sw:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-home-3 .sw:hover .title {
  color: #71b740;
}
.__ID__.md-home-3 .img {
  padding-top: calc( 270 / 486 * 100%);
}
.__ID__.md-home-3 .text {
  padding: 0.4rem 0.4rem 0.45rem;
}
.__ID__.md-home-3 .title {
  transition: color 0.5s;
}
.__ID__.md-home-3 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.1rem;
}
.__ID__.md-home-3 .more {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.__ID__.md-home-3 .mic {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
  transition: 0.5s;
}
.__ID__.md-home-3 .swiper-scrollbar {
  margin-top: 0.5rem;
  height: 2px;
  background-color: rgba(72, 129, 31, 0.08);
  border-radius: 1px;
}
.__ID__.md-home-3 .swiper-scrollbar-drag {
  background-color: #71b740;
}
.__ID__.md-home-3 .btns{
  margin-top: 0.3rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-3 {
    padding: 0.6rem 0;
  }
  .__ID__.md-home-3 .text {
    padding: 0.2rem;
  }
}

.__ID__.md-home-4 {
  padding-top: 1.05rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.__ID__.md-home-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-home-4 .com-h2 {
  line-height: 1;
}
.__ID__.md-home-4 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-home-4 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-home-4 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-4 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-home-4 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-home-4 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-home-4 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-home-4 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-home-4 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-home-4 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-home-4 .btn .btn-inner::before, .__ID__.md-home-4 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-home-4 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-home-4 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-home-4 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-4 .swiper {
  margin-top: 0.36rem;
}
.__ID__.md-home-4 .sw {
  position: relative;
  height: auto;
  background-color: #f3f5f0;
  border-radius: 0.2rem;
  overflow: hidden;
}
.__ID__.md-home-4 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-home-4 .sw:hover .title {
  color: #71b740;
}
.__ID__.md-home-4 .img {
  padding-top: calc( 270 / 486 * 100%);
}
.__ID__.md-home-4 .text {
  padding: 0.34rem 0.2rem 1rem;
}
.__ID__.md-home-4 .title {
  line-height: calc( 32 / 24);
  height: calc( 32em / 24 * 2 );
  transition: color 0.5s;
}
.__ID__.md-home-4 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.25rem;
}
.__ID__.md-home-4 .swiper-scrollbar {
  margin-top: 0.4rem;
  height: 2px;
  background-color: rgba(72, 129, 31, 0.08);
  border-radius: 1px;
}
.__ID__.md-home-4 .swiper-scrollbar-drag {
  background-color: #71b740;
}
.__ID__.md-home-4 .btns{
  margin-top: 0.3rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-4 {
    padding: 0.6rem 0;
  }
  .__ID__.md-home-4 .text {
    padding: 0.2rem;
  }
}

.__ID__.md-home-5 {
  position: relative;
  padding: 1.2rem 0;
  background-color: #f3f5f0;
}
.__ID__.md-home-5 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-home-5 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-home-5 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-home-5 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-home-5 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-home-5 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-home-5 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-home-5 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-home-5 .btn .btn-inner::before, .__ID__.md-home-5 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-home-5 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-home-5 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-home-5 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-5 .li {
  width: calc( 755 / 1520 * 100%);
}
.__ID__.md-home-5 .dd {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.__ID__.md-home-5 .dd:hover .img {
  transform: scale(1.1);
}
.__ID__.md-home-5 .img {
  padding-top: calc( 355 / 755 * 100%);
}
.__ID__.md-home-5 .text {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.__ID__.md-home-5 .tbox {
  width: 100%;
}
.__ID__.md-home-5 .intro {
  line-height: 1.75;
  margin-top: 0.08rem;
}
.__ID__.md-home-5 .btns {
  margin-top: 0.2rem;
}
.__ID__.md-home-5 .btn {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.__ID__.md-home-5 .btn .btn-inner {
  color: #000022;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-5 {
    padding: 0.6rem 0;
  }
  .__ID__.md-home-5 .li {
    width: 100%;
    margin-bottom: 4%;
  }
  .__ID__.md-home-5 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}

.__ID__.md-home-6 {
  padding-top: 0.55rem;
  padding-bottom: 1.05rem;
  position: relative;
  overflow: hidden;
}
.__ID__.md-home-6 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-home-6 .com-h2 {
  line-height: 1;
}
.__ID__.md-home-6 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-home-6 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-home-6 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-home-6 .desc {
  line-height: 1.75;
  margin-top: 0.1rem;
}
.__ID__.md-home-6 .swiper {
  margin-top: 0.36rem;
  background-color: #f3f5f0;
  border-radius: 0.2rem;
}
.__ID__.md-home-6 .sw {
  padding: 0.85rem 0.2rem 0.7rem;
}
.__ID__.md-home-6 .icon {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
}
.__ID__.md-home-6 .icon img {
  width: 100%;
  height: 100%;
}
.__ID__.md-home-6 .text {
  margin-top: 0.2rem;
}
.__ID__.md-home-6 .list {
  margin-top: 0.36rem;
  background-color: #f3f5f0;
  border-radius: 0.2rem;
}
.__ID__.md-home-6 .li {
  width: 25%;
  padding: 0.85rem 0.2rem 0.7rem;
}
.__ID__.md-home-6 .li .sw {
  display: block;

}
@media screen and (max-width: 900px) {
  .__ID__.md-home-6 .li {
    width: 50%;    padding: 0.3rem;
  }
  .__ID__.md-home-6 .li .sw {
    padding: 0.3rem;
  }
}


.__ID__.md-contact-1 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  position: relative;
}
.__ID__.md-contact-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-contact-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-contact-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-contact-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-contact-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-contact-1 .box {
  width: 7.8rem;
  max-width: 100%;
  border-radius: 0.2rem;
  padding: 0.73rem 0.8rem 0.2rem;
}
.__ID__.md-contact-1 .desc {
  margin-top: 0.32rem;
}
.__ID__.md-contact-1 .list {
  margin-top: 0.54rem;
}
.__ID__.md-contact-1 .li {
  min-width: 40%;
  margin-bottom: 0.45rem;
}
.__ID__.md-contact-1 .ww100 {
  width: 100%;
}
.__ID__.md-contact-1 .icon {
  display: inline-flex;
}
.__ID__.md-contact-1 .ic {
  width: 1em;
  height: calc( 32em / 37 );
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-contact-1 .ite {
  margin-top: 0.16rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-contact-1 .box {
    padding: 0.4rem;
  }
  .__ID__.md-contact-1 .li {
    width: 100%;
  }
}

.__ID__.md-contact-2 {
  padding-top: 1.14rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.__ID__.md-contact-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-contact-2 .com-h2 {
  line-height: 1;
}
.__ID__.md-contact-2 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-contact-2 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-contact-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-contact-2 .swiper {
  margin-top: 0.32rem;
}
.__ID__.md-contact-2 .sw {
  height: auto;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  padding: 1.08rem 0.2rem 1rem;
  text-align: center;
}
.__ID__.md-contact-2 .list {
  margin-top: 0.32rem;
}
.__ID__.md-contact-2 .li {
  width: calc( 488 / 1520 * 100%);
  margin-right: calc( 28 / 1520 * 100%);
  margin-bottom: 0.2rem;
}
.__ID__.md-contact-2 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-contact-2 .dd {
  height: 100%;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  padding: 1.1rem 0.2rem 1rem;
  text-align: center;
}
.__ID__.md-contact-2 .icon {
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #71b740;
}
.__ID__.md-contact-2 .ii {
  width: 0.8rem;
  height: 0.8rem;
}
.__ID__.md-contact-2 .title {
  margin-top: 0.17rem;
}
.__ID__.md-contact-2 .desc {
  margin-top: 0.06rem;
}
.__ID__.md-contact-2 .intro {
  line-height: calc( 32 / 18 );
  margin-top: 0.02rem;
}
.__ID__.md-contact-2 .phone {
  color: #71b740;
  margin-top: 0.35rem;
}
.__ID__.md-contact-2 .time {
  margin-top: 0.02rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-contact-2 .list {
    justify-content: space-between;
  }
  .__ID__.md-contact-2 .li {
    width: 100%;
    margin-right: 0;
  }
  .__ID__.md-contact-2 .dd {
    padding: 0.3rem;
  }
}

.__ID__.md-contact-3 {
  padding-top: 0.32rem;
  padding-bottom: 1.15rem;
  position: relative;
}
.__ID__.md-contact-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-contact-3 .com-h2 {
  line-height: 1;
}
.__ID__.md-contact-3 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-contact-3 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-contact-3 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-contact-3 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-contact-3 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-contact-3 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-contact-3 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-contact-3 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-contact-3 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-contact-3 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-contact-3 .btn .btn-inner::before, .__ID__.md-contact-3 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-contact-3 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-contact-3 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-contact-3 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-contact-3 .text {
  width: calc( 620 / 1520 * 100%);
}
.__ID__.md-contact-3 .form {
  width: calc( 755 / 1520 * 100%);
}
.__ID__.md-contact-3 .title {
  color: #71b740;
  margin-bottom: 0.18rem;
}
.__ID__.md-contact-3 .line {
  height: 1px;
  background-color: rgba(113, 183, 64, 0.4);
  position: relative;
  margin-top: 0.34rem;
  margin-bottom: 0.22rem;
}
.__ID__.md-contact-3 .line::before {
  content: "";
  width: 0.6rem;
  height: 3px;
  background-color: #71b740;
  position: absolute;
  left: 0;
  bottom: 0;
}
.__ID__.md-contact-3 .intro {
  line-height: calc( 32 / 18 );
}
.__ID__.md-contact-3 .fbox {
  margin-bottom: 0.25rem;
}
.__ID__.md-contact-3 .fitem {
  margin-bottom: 0.1rem;
}
.__ID__.md-contact-3 .ip {
  display: block;
  width: 100%;
  height: 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0 0.4rem;
}
.__ID__.md-contact-3 .ip:focus {
  border-color: #71b740;
}
.__ID__.md-contact-3 .ta {
  display: block;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0.16rem 0.4rem;
}
.__ID__.md-contact-3 .ta:focus {
  border-color: #71b740;
}
.__ID__.md-contact-3 .lab {
  cursor: pointer;
}
.__ID__.md-contact-3 .lab.selected i {
  background-image: url(../images/a8.png);
}
.__ID__.md-contact-3 .lab i {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px inset #eee;
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-right: 0.12rem;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
}
.__ID__.md-contact-3 .lab input {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 0%;
  visibility: hidden;
}
.__ID__.md-contact-3 .txt {
  line-height: calc(32 / 18);
  margin-top: 0.07rem;
}
.__ID__.md-contact-3 .com-select {
  width: 100%;
  position: relative;
  color: #666;
  display: block;
  width: 100%;
  height: 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0 0.4rem;
}
.__ID__.md-contact-3 .com-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.__ID__.md-contact-3 .com-select .cur {
  line-height: 3;
}
.__ID__.md-contact-3 .com-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.__ID__.md-contact-3 .btns {
  margin-top: 0.34rem;
}
.__ID__.md-contact-3 .btn {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .__ID__.md-contact-3 .text {
    width: 100%;
  }
  .__ID__.md-contact-3 .form {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.__ID__.md-contact-4 {
  background-attachment: fixed;
  padding-top: 1.46rem;
  padding-bottom: 1.5rem;
  min-height: 31.25vw;
  position: relative;
}
.__ID__.md-contact-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-contact-4 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-contact-4 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-contact-4 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-contact-4 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-contact-4 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-contact-4 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-contact-4 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-contact-4 .btn .btn-inner::before, .__ID__.md-contact-4 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-contact-4 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-contact-4 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-contact-4 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-contact-4 .desc {
  opacity: 0.6;
  margin-top: 0.12rem;
}
.__ID__.md-contact-4 .btns {
  margin-top: 0.5rem;
}

.__ID__.md-contact_success {
  padding-top: 1.2rem;
  padding-bottom: 1.14rem;
  position: relative;
}
.__ID__.md-contact_success .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-contact_success .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-contact_success .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-contact_success .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-contact_success .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-contact_success .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-contact_success .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-contact_success .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-contact_success .btn .btn-inner::before, .__ID__.md-contact_success .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-contact_success .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-contact_success .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-contact_success .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-contact_success .icon {
  display: inline-flex;
}
.__ID__.md-contact_success .icon img {
  width: 1.22rem;
}
.__ID__.md-contact_success .t1 {
  margin-top: 0.36rem;
}
.__ID__.md-contact_success .t2 {
  margin-top: 0.04rem;
}
.__ID__.md-contact_success .btns {
  margin-top: 0.48rem;
}
.__ID__.md-contact_success .btn {
  min-width: 2.2rem;
}
.__ID__.md-contact_success .btn1 {
  min-width: 2.2rem;
  line-height: 3.5;
  background-color: #f1f3ee;
  color: #71b740;
  border-radius: 1rem;
  text-align: center;
  margin-left: 0.34rem;
  transition: all 0.5s;
}
.__ID__.md-contact_success .btn1:hover {
  background-color: #71b740;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .__ID__.md-contact_success .btn1 {
    line-height: 0.8rem;
  }
}

.__ID__.md-news-1 {
  padding-top: 1.1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.__ID__.md-news-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-news-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-news-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-news-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-news-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-news-1 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-news-1 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-news-1 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-news-1 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-news-1 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-news-1 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-news-1 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-news-1 .btn .btn-inner::before, .__ID__.md-news-1 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-news-1 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-news-1 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-news-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-news-1 .form {
  width: 3.05rem;
  position: relative;
}
.__ID__.md-news-1 .form .ip {
  width: 100%;
  height: calc( 60em / 18 );
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  background-color: #f2f5ef;
  border-radius: 0.1rem;
  border: none;
}
.__ID__.md-news-1 .form .submit {
  width: 1em;
  height: 1em;
  background-image: url(../images/a10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  border: none;
  background-color: #f2f5ef;
}
.__ID__.md-news-1 .news-list {
  margin-top: 0.4rem;
  margin-bottom: 0.35rem;
}
.__ID__.md-news-1 .big {
  margin-top: 0.39rem;
}
.__ID__.md-news-1 .big .ba {
  background-color: #f2f5ef;
  border-radius: 0.2rem;
}
.__ID__.md-news-1 .big .ba:hover .img {
  transform: scale(1.1);
}
.__ID__.md-news-1 .big .ba:hover .title {
  color: #71b740;
}
.__ID__.md-news-1 .big .c-pic {
  width: calc( 740 / 1520 * 100%);
  border-radius: 0.2rem;
}
.__ID__.md-news-1 .big .img {
  padding-top: calc( 462 / 740 * 100%);
  height: 100%;
}
.__ID__.md-news-1 .big .text {
  width: calc( 780 / 1520 * 100%);
  padding: 0.2rem 0.75rem;
}
.__ID__.md-news-1 .big .tbox {
  width: 100%;
}
.__ID__.md-news-1 .big .time {
  display: inline-flex;
  align-items: center;
}
.__ID__.md-news-1 .big .tic {
  height: 1em;
  width: 1em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.__ID__.md-news-1 .big .title {
  line-height: 1;
  margin-top: 0.28rem;
  transition: 0.5s;
}
.__ID__.md-news-1 .big .line {
  height: 1px;
  margin-top: 0.16rem;
  margin-bottom: 0.2rem;
}
.__ID__.md-news-1 .big .intro {
  line-height: 2;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-news-1 .form {
    width: 100%;
    margin-top: 0.2rem;
  }
  .__ID__.md-news-1 .big .c-pic {
    width: 100%;
  }
  .__ID__.md-news-1 .big .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.__ID__.news-list .li {
  width: calc( 490 / 1520 * 100%);
  margin-right: calc( 25 / 1520 * 100%);
  margin-bottom: 0.25rem;
}
.__ID__.news-list .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.news-list .dd {
  display: block;
  height: 100%;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  background-image: url(../images/news-0.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.__ID__.news-list .dd:hover .img {
  transform: scale(1.05);
}
.__ID__.news-list .dd:hover .title {
  color: #71b740;
}
.__ID__.news-list .c-pic {
  border-radius: 0.2rem;
}
.__ID__.news-list .img {
  padding-top: calc( 310 / 490 * 100%);
}
.__ID__.news-list .text {
  padding: 0.34rem 0.4rem 0.36rem;
}
.__ID__.news-list .time {
  display: inline-flex;
  align-items: center;
}
.__ID__.news-list .tic {
  height: 1em;
  width: 1em;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.__ID__.news-list .title {
  line-height: calc( 30 / 24);
  margin-top: 0.06rem;
  transition: 0.5s;
}
.__ID__.news-list .intro {
  line-height: 2;
  margin-top: 0.15rem;
}
@media screen and (max-width: 900px) {
  .__ID__.news-list {
    justify-content: space-between;
  }
  .__ID__.news-list .li {
    width: 48%;
    margin-right: 0;
  }
  .__ID__.news-list .text {
    padding: 0.25rem;
  }
}

.__ID__.md-news-2 {
  padding-top: 0.45rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.__ID__.md-news-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-news-2 .com-h2 {
  line-height: 1;
}
.__ID__.md-news-2 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-news-2 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-news-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-news-2 .swiper {
  margin-top: 0.52rem;
}
.__ID__.md-news-2 .sw {
  position: relative;
  height: auto;
  background-color: #f3f5f0;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.md-news-2 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-news-2 .sw:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-news-2 .sw:hover .title {
  color: #71b740;
}
.__ID__.md-news-2 .img {
  padding-top: calc( 270 / 480 * 100%);
}
.__ID__.md-news-2 .text {
  padding: 0.34rem 0.2rem 1rem;
}
.__ID__.md-news-2 .title {
  line-height: calc( 32 / 24);
  height: calc( 32em / 24 * 3 );
  transition: color 0.5s;
}
.__ID__.md-news-2 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.24rem;
}

.__ID__.md-news-11 {
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.__ID__.md-news-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-news-11 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-news-11 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-news-11 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-news-11 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-news-11 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-news-11 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-news-11 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-news-11 .btn .btn-inner::before, .__ID__.md-news-11 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-news-11 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-news-11 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-news-11 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-news-11 .box {
  padding-top: 0.28rem;
}
.__ID__.md-news-11 .le {
  width: calc( 1000 / 1520 * 100%);
}
.__ID__.md-news-11 .ri {
  width: calc( 460 / 1520 * 100%);
  background-color: #f2f5ef;
  border-radius: 0.2rem;
}
.__ID__.md-news-11 .det-top {
  padding-bottom: 0.13rem;
  position: relative;
  z-index: 50;
}
.__ID__.md-news-11 .det-top .h1 {
  line-height: calc( 72 / 54 * 100%);
}
.__ID__.md-news-11 .det-top .tops {
  margin-top: 0.39rem;
}
.__ID__.md-news-11 .det-top .time {
  display: inline-flex;
  align-items: center;
}
.__ID__.md-news-11 .det-top .time i {
  width: 1em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
.__ID__.md-news-11 .det-top .shares .sp {
  margin-right: 0.2rem;
}
.__ID__.md-news-11 .det-top .shares .si {
  margin-right: 0.22rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 40;
}
.__ID__.md-news-11 .det-top .shares .si:hover .hd {
  opacity: 1;
}
.__ID__.md-news-11 .det-top .shares .si:hover .i1 {
  display: none;
}
.__ID__.md-news-11 .det-top .shares .si:hover .i2 {
  display: block;
}
.__ID__.md-news-11 .det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.__ID__.md-news-11 .det-top .shares .hd {
  display: inline-flex;
  align-items: center;
}
.__ID__.md-news-11 .det-top .shares .hd > img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-news-11 .det-top .shares .i2 {
  display: none;
}
.__ID__.md-news-11 .det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.__ID__.md-news-11 .det-top .shares .bd .bbox {
  padding: 0.1rem;
}
.__ID__.md-news-11 .det-top .shares .bd img {
  width: 1.2rem;
  min-width: 100px;
  max-width: none;
}
.__ID__.md-news-11 .det-top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.__ID__.md-news-11 .det-top .back:hover {
  color: #71b740;
  transition: color 0.3s;
}
.__ID__.md-news-11 .det-top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.__ID__.md-news-11 .det-top .back img {
  margin-left: 0.1rem;
}
.__ID__.md-news-11 .det-top .social-share .icon-wechat .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
}
.__ID__.md-news-11 .det-cen {
  border-top: 1px solid #c6ccc0;
  border-bottom: 1px solid #c6ccc0;
  padding-top: 0.32rem;
  padding-bottom: 0.8rem;
  line-height: 1.7777777778;
}
.__ID__.md-news-11 .det-bot {
  padding: 0.68rem 0rem 0.65rem;
}
@keyframes rotate720 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
.__ID__.md-news-11 .p-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.__ID__.md-news-11 .p-btn:hover .p-ic {
  background-color: #71b740;
}
.__ID__.md-news-11 .p-btn:hover .p-ic::before {
  opacity: 0.4;
  animation: rotate720 3s linear infinite;
}
.__ID__.md-news-11 .p-btn .p-ic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f1f4ee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 24%;
  position: relative;
  transition: opacity 0.5s;
}
.__ID__.md-news-11 .p-btn .p-ic::before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  background-image: url(../images/a21.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.__ID__.md-news-11 .p-btn .p-sp {
  margin: 0 0.2rem;
}
.__ID__.md-news-11 .prev:hover .p-ic {
  background-image: url(../images/icon-p12.png);
}
.__ID__.md-news-11 .prev .p-ic {
  background-image: url(../images/icon-p11.png);
}
.__ID__.md-news-11 .next:hover .p-ic {
  background-image: url(../images/icon-p22.png);
}
.__ID__.md-news-11 .next .p-ic {
  background-image: url(../images/icon-p21.png);
}
.__ID__.md-news-11 .back:hover .p-ic {
  background-image: url(../images/a14.png);
}
.__ID__.md-news-11 .back .p-ic {
  background-size: 36% auto;
  background-image: url(../images/a13.png);
}
@media screen and (max-width: 900px) {
  .__ID__.md-news-11 {
    width: 100%;
  }
  .__ID__.md-news-11 .le {
    width: 100%;
  }
  .__ID__.md-news-11 .ri {
    width: 100%;
  }
}
.__ID__.md-news-11 .cr-list {
  padding: 0.46rem 0.4rem 0.6rem;
}
.__ID__.md-news-11 .cr-list .cr_t {
  position: relative;
}
.__ID__.md-news-11 .cr-list .ul {
  margin-top: 0.36rem;
}
.__ID__.md-news-11 .cr-list .li {
  margin-bottom: 0.32rem;
  padding-bottom: 0.27rem;
  border-bottom: 1px solid #c6ccc0;
}
.__ID__.md-news-11 .cr-list .li:last-child {
  border-bottom: none;
}
.__ID__.md-news-11 .cr-list .dd {
  display: block;
}
.__ID__.md-news-11 .cr-list .dd:hover .title {
  color: #71b740;
}
.__ID__.md-news-11 .cr-list .title {
  transition: all 0.5s;
}
.__ID__.md-news-11 .cr-list .time {
  line-height: 1;
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
}
.__ID__.md-news-11 .cr-list .time i {
  width: 1em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
@media screen and (max-width: 900px) {
  .__ID__.md-news-11 .cr-list {
    margin-top: 0.6rem;
  }
  .__ID__.md-news-11 .cr-list .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.__ID__.md-support-1 {
  padding-top: 1.12rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.__ID__.md-support-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-support-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-support-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-support-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-support-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-support-1 .list {
  margin-top: 0.44rem;
}
.__ID__.md-support-1 .li {
  margin-bottom: 0.4rem;
}
.__ID__.md-support-1 .c-pic {
  width: calc( 740 / 1520 * 100%);
  border-radius: 0.2rem;
}
.__ID__.md-support-1 .img {
  padding-top: calc( 560 / 740 * 100%);
}
.__ID__.md-support-1 .text {
  width: calc( 740 / 1520 * 100%);
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  padding: 0.8rem;
}
.__ID__.md-support-1 .tbox {
  position: relative;
  top: -0.08rem;
}
.__ID__.md-support-1 .title {
  line-height: 1;
}
.__ID__.md-support-1 .intro {
  line-height: calc( 32 / 18);
  margin-top: 0.36rem;
}
@media screen and (min-width: 901px) {
  .__ID__.md-support-1 .li:nth-child(2n-1) .dd {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-support-1 .c-pic {
    width: 100%;
  }
  .__ID__.md-support-1 .text {
    width: 100%;
    padding: 0.4rem;
  }
}

.__ID__.md-login-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-login-1 .box {
  min-height: 7.8rem;
  padding: 0.3rem 0;
}
.__ID__.md-login-1 .ftit {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.36rem;
  line-height: 1;
}
.__ID__.md-login-1 .ftit::before {
  content: "";
  width: 5px;
  height: 0.75em;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #71b740 0, #71b740 50%, #144f83 50%, #144f83 100%);
}
.__ID__.md-login-1 .form {
  width: 4.4rem;
  min-width: 320px;
  padding: 0.5rem 0.4rem 0.45rem;
  border-radius: 0.06rem;
}
.__ID__.md-login-1 .forget-form .ftit {
  margin-bottom: 0.46rem;
}
.__ID__.md-login-1 .forget-form .btns {
  margin-top: 0.3rem;
}
.__ID__.md-login-1 .tags {
  background-color: #f8f8f8;
  border-radius: 0.08rem;
  box-shadow: 0 0 0 1px #eee;
  padding: 0.05rem;
  gap: 0.1rem;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.__ID__.md-login-1 .tags .ti {
  width: 50%;
  padding: 0.11rem 0;
  text-align: center;
  border-radius: 0.08rem;
}
.__ID__.md-login-1 .tags .on {
  background-color: #71b740;
  color: #fff;
}
.__ID__.md-login-1 .sign-box .fitem {
  margin-bottom: 0.1rem;
}
.__ID__.md-login-1 .fitem {
  margin-bottom: 0.2rem;
}
.__ID__.md-login-1 .inp {
  position: relative;
}
.__ID__.md-login-1 .not-pass .f-eye {
  background-image: url(../images/eye2.png);
}
.__ID__.md-login-1 .ip {
  width: 100%;
  height: 2.6666666667em;
  padding: 0 0.28rem;
  background-color: #f8f8f8;
  border-radius: 0.08rem;
  border: solid 1px #eee;
}
.__ID__.md-login-1 .ip::-moz-placeholder {
  color: #888;
}
.__ID__.md-login-1 .ip::placeholder {
  color: #888;
}
.__ID__.md-login-1 .f-eye {
  width: 1em;
  height: 1em;
  background-image: url(../images/eye1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.__ID__.md-login-1 .lab {
  position: relative;
  cursor: pointer;
}
.__ID__.md-login-1 .lab:hover .lab-ic {
  box-shadow: 0 0 0 1px inset #71b740;
}
.__ID__.md-login-1 .lab.selected .lab-ic {
  background-color: #71b740;
  box-shadow: 0 0 0 1px inset #71b740;
  background-image: url(../images/a17.png);
}
.__ID__.md-login-1 .lab .lab-ic {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #ccc;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center;
  margin-right: 0.1rem;
  position: relative;
}
.__ID__.md-login-1 .lab .lab-ck {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.__ID__.md-login-1 .lab a {
  color: #71b740;
}
.__ID__.md-login-1 .get-code {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  height: 1.5em;
  border: none;
  background-color: #f8f8f8;
  border: none;
  cursor: pointer;
  color: #71b740;
}
.__ID__.md-login-1 .get-code.gray {
  pointer-events: none;
  color: #999;
}
.__ID__.md-login-1 .btns {
  margin-top: 0.15rem;
}
.__ID__.md-login-1 .submit {
  width: 100%;
  height: 2.6666666667em;
  color: #fff;
  background-color: #71b740;
  border-radius: 0.08rem;
  border: none;
  cursor: pointer;
}
.__ID__.md-login-1 .bots {
  margin-top: 0.18rem;
}
.__ID__.md-login-1 .bots a {
  color: #71b740;
}
.__ID__.md-login-1 .forget a {
  color: #71b740;
}
.__ID__.md-login-1 .com-select {
  width: 100%;
  position: relative;
  color: #666;
  display: block;
  width: 100%;
  height: 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0 0.3rem;
}
.__ID__.md-login-1 .com-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.__ID__.md-login-1 .com-select .cur {
  line-height: calc( 48em / 18);
}
.__ID__.md-login-1 .com-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 500px) {
  .__ID__.md-login-1 {
    background-position: right;
  }
  .__ID__.md-login-1 .form {
    width: 100%;
  }
}

.__ID__.md-events-1 {
  padding-top: 1.12rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.__ID__.md-events-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-events-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-events-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-events-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-events-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-events-1 .desc {
  padding-right: 10%;
  line-height: calc( 32 / 18 );
  margin-top: 0.35rem;
}
.__ID__.md-events-1 .form {
  margin-top: 0.28rem;
  margin-bottom: 0.4rem;
}
.__ID__.md-events-1 .fle {
  width: 2.2rem;
  min-width: 200px;
  position: relative;
  z-index: 5;
}
.__ID__.md-events-1 .fle.open .bd {
  opacity: 1;
  pointer-events: auto;
}
.__ID__.md-events-1 .fle .hd {
  background-color: #f2f5ef;
  border-radius: 0.1rem;
  padding: 0.16rem 0.3rem;
  color: #999;
  cursor: pointer;
}
.__ID__.md-events-1 .fle .hd::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.3rem;
  top: calc(50% - 0.5em);
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.md-events-1 .fle .bd {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  box-shadow: 0px 4px 0.08rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  padding: 0.25rem 0.3rem;
  transition: all 0.5s;
}
.__ID__.md-events-1 .fle .lab {
  color: #999;
  cursor: pointer;
  margin-bottom: 0.12rem;
}
.__ID__.md-events-1 .fle .lab:last-child {
  margin-bottom: 0;
}
.__ID__.md-events-1 .fle .lab.selected i {
  background-image: url(../images/a8.png);
}
.__ID__.md-events-1 .fle .lab i {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px inset #71b740;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 0.15rem;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
}
.__ID__.md-events-1 .fle .lab input {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 0%;
  visibility: hidden;
}
.__ID__.md-events-1 .fri {
  width: 3.05rem;
  min-width: 200px;
  position: relative;
}
.__ID__.md-events-1 .fri .ip {
  width: 100%;
  height: calc( 60em / 18 );
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  background-color: #f2f5ef;
  border-radius: 0.1rem;
  border: none;
}
.__ID__.md-events-1 .fri .submit {
  width: 1em;
  height: 1em;
  background-image: url(../images/a10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  border: none;
  background-color: #f2f5ef;
  cursor: pointer;
}
.__ID__.md-events-1 .events-list {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 500px) {
  .__ID__.md-events-1 .fle {
    width: 100%;
  }
  .__ID__.md-events-1 .fri {
    width: 100%;
    margin-top: 0.3rem;
  }
  .__ID__.md-events-1 .desc {
    padding-right: 0;
  }
}

.__ID__.events-list .li {
  width: calc( 480 / 1520 * 100%);
  margin-right: calc( 40 / 1520 * 100%);
  margin-bottom: 0.3rem;
}
.__ID__.events-list .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.events-list .dd {
  display: block;
  position: relative;
  height: auto;
  background-color: #f8f8f8;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: 0.5s;
}
.__ID__.events-list .dd:hover {
  background-color: #f2f5ef;
}
.__ID__.events-list .dd:hover .img {
  transform: scale(1.05);
}
.__ID__.events-list .dd:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.events-list .dd:hover .title {
  color: #71b740;
}
.__ID__.events-list .img {
  padding-top: calc( 270 / 480 * 100%);
}
.__ID__.events-list .text {
  padding: 0.34rem 0.2rem 1rem;
}
.__ID__.events-list .title {
  line-height: calc( 32 / 24);
  height: calc( 32em / 24 * 3 );
  transition: color 0.5s;
}
.__ID__.events-list .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.25rem;
}
@media screen and (max-width: 900px) {
  .__ID__.events-list {
    justify-content: space-between;
  }
  .__ID__.events-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .__ID__.events-list .text {
    padding: 0.2rem;
  }
}

.__ID__.md-events-11 {
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
  position: relative;
}
.__ID__.md-events-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
.__ID__.md-events-11 .cover .c-pic {
  border-radius: 0.2rem;
}
.__ID__.md-events-11 .cover .img {
  padding-top: 56%;
}
.__ID__.md-events-11 .tops {
  padding: 0.35rem 0;
}
.__ID__.md-events-11 .shares .sp {
  margin-right: 0.2rem;
}
.__ID__.md-events-11 .shares .si {
  margin-right: 0.22rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 40;
}
.__ID__.md-events-11 .shares .si:hover .hd {
  opacity: 1;
}
.__ID__.md-events-11 .shares .si:hover .i1 {
  display: none;
}
.__ID__.md-events-11 .shares .si:hover .i2 {
  display: block;
}
.__ID__.md-events-11 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.__ID__.md-events-11 .shares .hd {
  display: inline-flex;
  align-items: center;
}
.__ID__.md-events-11 .shares .hd > img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-events-11 .shares .i2 {
  display: none;
}
.__ID__.md-events-11 .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.__ID__.md-events-11 .shares .bd .bbox {
  padding: 0.1rem;
}
.__ID__.md-events-11 .shares .bd img {
  width: 1.2rem;
  min-width: 100px;
  max-width: none;
}
.__ID__.md-events-11 .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.__ID__.md-events-11 .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.__ID__.md-events-11 .desc {
  margin-top: 2px;
}
.__ID__.md-events-11 .desc .txt {
  line-height: calc(32 / 18);
  margin-top: 0.16rem;
}
.__ID__.md-events-11 .topics {
  margin-top: 0.5rem;
  margin-bottom: 0.48rem;
}
.__ID__.md-events-11 .topics .sp {
  margin-right: 0.2rem;
  line-height: 1;
}
.__ID__.md-events-11 .topics .ti {
  line-height: 1.6666666667;
  margin-right: 0.5em;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 0 0.12rem;
  transition: 0.5s;
}
.__ID__.md-events-11 .topics .ti:hover {
  background-color: #71b740;
  color: #fff;
}
.__ID__.md-events-11 .mtit {
  margin-bottom: 0.12rem;
}
.__ID__.md-events-11 .man-list {
  margin-bottom: 0.28rem;
}
.__ID__.md-events-11 .man-list .li {
  width: calc( 480 / 1000 * 100%);
  margin-bottom: 0.2rem;
}
.__ID__.md-events-11 .man-list .dd:hover .title {
  color: #71b740;
}
.__ID__.md-events-11 .man-list .c-pic {
  width: calc( 140 / 480 * 100%);
  flex-shrink: 0;
}
.__ID__.md-events-11 .man-list .img {
  padding-top: 100%;
}
.__ID__.md-events-11 .man-list .text {
  flex-grow: 1;
  padding-left: 0.15rem;
}
.__ID__.md-events-11 .man-list .title {
  line-height: calc(32 / 24);
  transition: 0.5s;
}
.__ID__.md-events-11 .man-list .intro {
  line-height: calc(32 / 18);
  margin-top: 0.16rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-events-11 .man-list .li {
    width: 100%;
  }
}

.__ID__.md-events-12 {
  padding-top: 0rem;
  padding-bottom: 0.95rem;
  position: relative;
}
.__ID__.md-events-12 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
.__ID__.md-events-12 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-events-12 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-events-12 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-events-12 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-events-12 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-events-12 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-events-12 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-events-12 .btn .btn-inner::before, .__ID__.md-events-12 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-events-12 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-events-12 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-events-12 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-events-12 .intro {
  line-height: calc(32 / 18);
}
.__ID__.md-events-12 .form {
  margin-top: 0.3rem;
}
.__ID__.md-events-12 .fitem {
  width: 48.5%;
  margin-bottom: 0.3rem;
}
.__ID__.md-events-12 .ww100 {
  width: 100%;
}
.__ID__.md-events-12 .ip {
  display: block;
  width: 100%;
  height: 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0 0.4rem;
}
.__ID__.md-events-12 .ip:focus {
  color: #71b740;
  border-color: #71b740;
}
.__ID__.md-events-12 .ta {
  display: block;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0.16rem 0.4rem;
}
.__ID__.md-events-12 .lab {
  margin-top: 0.1rem;
  cursor: pointer;
}
.__ID__.md-events-12 .lab.selected i {
  background-image: url(../images/a8.png);
}
.__ID__.md-events-12 .lab i {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px inset #eee;
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-right: 0.12rem;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
}
.__ID__.md-events-12 .lab input {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 0%;
  visibility: hidden;
}
.__ID__.md-events-12 .txt {
  line-height: calc(32 / 18);
  margin-top: 0.28rem;
}
.__ID__.md-events-12 .com-select {
  width: 100%;
  position: relative;
  color: #666;
  display: block;
  width: 100%;
  height: 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0 0.4rem;
}
.__ID__.md-events-12 .com-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.__ID__.md-events-12 .com-select .cur {
  line-height: 3;
}
.__ID__.md-events-12 .com-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.__ID__.md-events-12 .btns {
  margin-top: 0.3rem;
}
.__ID__.md-events-12 .btn {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .__ID__.md-events-12 .fitem {
    width: 100%;
  }
}

/* 投资 */
.__ID__.md-investor-1 {
  padding-top: 1.12rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.__ID__.md-investor-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-investor-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-investor-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-investor-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-investor-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-investor-1 .box {
  padding: 0.35rem 0;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  margin-top: 0.44rem;
}
.__ID__.md-investor-1 .box-left {
  width: 3.45rem;
  padding-top: 0.18rem;
  padding-bottom: 0.2rem;
  padding-left: 0.6rem;
  border-right: 1px solid #fff;
}
.__ID__.md-investor-1 .box-right {
  width: 11.75rem;
  padding-top: 0.18rem;
}
.__ID__.md-investor-1 .le2 {
  margin-top: 0.4rem;
  line-height: 1;
}
.__ID__.md-investor-1 .le2 span {
  color: #71b740;
}
.__ID__.md-investor-1 .text {
  width: 9.3rem;
  margin-left: 1.1rem;
}
.__ID__.md-investor-1 .intro {
  line-height: 1.75;
}
.__ID__.md-investor-1 .nlist {
  margin-top: 0.16rem;
}
.__ID__.md-investor-1 .nitem {
  line-height: 1.1;
}
.__ID__.md-investor-1 .nitem .n12 {
  color: #71b740;
}
@media screen and (max-width: 900px) {
  .__ID__.md-investor-1 .box {
    flex-wrap: wrap;
  }
  .__ID__.md-investor-1 .box-left {
    width: 100%;
    border-right: none;
    padding: 0 0.4rem;
  }
  .__ID__.md-investor-1 .box-right {
    width: 100%;
  }
  .__ID__.md-investor-1 .text {
    width: 100%;
    margin-left: 0;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-investor-1 .nlist {
    flex-wrap: wrap;
  }
  .__ID__.md-investor-1 .nitem {
    width: 50%;
    margin-top: 0.3rem;
  }
}

.__ID__.md-investor-2 {
  padding-top: 0.16rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.__ID__.md-investor-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-investor-2 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-investor-2 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-investor-2 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-investor-2 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-investor-2 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-investor-2 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-investor-2 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-investor-2 .btn .btn-inner::before, .__ID__.md-investor-2 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-investor-2 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-investor-2 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-investor-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-investor-2 .ul {
  margin-top: 0.25rem;
}
.__ID__.md-investor-2 .li {
  width: calc( 745 / 1520 * 100%);
}
.__ID__.md-investor-2 .dd {
  background-color: #f8f8f8;
  border-radius: 0.2rem;
  padding: 0.45rem 0.4rem;
}
.__ID__.md-investor-2 .text {
  padding-right: 0.58rem;
}
.__ID__.md-investor-2 .intro {
  margin-top: 0.06rem;
  line-height: calc( 32 / 18);
}
.__ID__.md-investor-2 .btns {
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .__ID__.md-investor-2 .li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .__ID__.md-investor-2 .dd {
    flex-wrap: wrap;
    padding: 0.2rem;
  }
  .__ID__.md-investor-2 .text {
    width: 100%;
    padding-right: 0;
  }
  .__ID__.md-investor-2 .btns {
    margin-top: 0.2rem;
  }
}

.__ID__.md-investor-3 {
  padding-top: 0.28rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.__ID__.md-investor-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-investor-3 .li {
  box-shadow: 0 -1px 0 0 inset #b9b9b9;
}
.__ID__.md-investor-3 .active {
  background-color: #f8f8f8;
}
.__ID__.md-investor-3 .active .icon {
  background-image: url(../images/a17.png);
}
.__ID__.md-investor-3 .hd {
  position: relative;
  padding: 0.33rem 0.38rem;
  padding-right: 0.45rem;
  cursor: pointer;
}
.__ID__.md-investor-3 .icon {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f1f4ee;
  background-image: url(../images/a16.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28% auto;
  position: absolute;
  right: 0.48rem;
  top: calc(50% - 0.5em);
}
.__ID__.md-investor-3 .bd {
  display: none;
  background-color: #f8f8f8;
  padding-left: 0.36rem;
  padding-right: 0.45rem;
}
.__ID__.md-investor-3 .bi {
  padding: 0.3rem 0;
}
.__ID__.md-investor-3 .name {
  width: 40%;
}
.__ID__.md-investor-3 .time {
  width: 40%;
}
.__ID__.md-investor-3 .ba3 {
  width: 0.5rem;
}
.__ID__.md-investor-3 .href {
  width: 1em;
  height: 1em;
  display: inline-flex;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.__ID__.md-investor-4 {
  padding-top: 0.13rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.__ID__.md-investor-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-investor-4 .form {
  width: 3.05rem;
  min-width: 200px;
  position: relative;
}
.__ID__.md-investor-4 .form .ip {
  width: 100%;
  height: calc( 60em / 18 );
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  background-color: #f2f5ef;
  border-radius: 0.1rem;
  border: none;
}
.__ID__.md-investor-4 .form .submit {
  width: 1em;
  height: 1em;
  background-image: url(../images/a10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  border: none;
  background-color: #f2f5ef;
  cursor: pointer;
}
.__ID__.md-investor-4 .list {
  margin-top: 0.65rem;
  margin-bottom: 0.15rem;
}
.__ID__.md-investor-4 .li {
  width: calc( 480 / 1520 * 100%);
  margin-right: calc( 40 / 1520 * 100%);
  margin-bottom: 0.3rem;
}
.__ID__.md-investor-4 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-investor-4 .dd {
  display: block;
  position: relative;
  height: auto;
  background-color: #f8f8f8;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.md-investor-4 .dd:hover .img {
  transform: scale(1.05);
}
.__ID__.md-investor-4 .dd:hover .title {
  color: #71b740;
}
.__ID__.md-investor-4 .img {
  padding-top: calc( 270 / 480 * 100%);
}
.__ID__.md-investor-4 .text {
  padding: 0.32rem 0.2rem 1rem;
}
.__ID__.md-investor-4 .title {
  line-height: calc( 32 / 24);
  height: calc( 32em / 24 * 3 );
  transition: color 0.5s;
}
.__ID__.md-investor-4 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.24rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-investor-4 .tops {
    flex-wrap: wrap;
  }
  .__ID__.md-investor-4 .form {
    width: 100%;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-investor-4 .li {
    width: 100%;
    margin-right: 0;
  }
}

.__ID__.md-investor-5 {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.__ID__.md-investor-5 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-investor-5 .ul {
  margin-top: 0.2rem;
}
.__ID__.md-investor-5 .li {
  margin-bottom: 0.2rem;
}
.__ID__.md-investor-5 .dd {
  background-color: #f8f8f8;
  border-radius: 0.2rem;
  padding: 0.25rem 0;
  transition: 0.5s;
}
.__ID__.md-investor-5 .dd:hover {
  background-color: #f2f5ef;
}
.__ID__.md-investor-5 .info {
  width: 50%;
  padding: 0 0.25rem;
}
.__ID__.md-investor-5 .c-pic {
  width: 1.8rem;
  border-radius: 0.2rem;
  flex-shrink: 0;
}
.__ID__.md-investor-5 .img {
  padding-top: 100%;
}
.__ID__.md-investor-5 .text {
  flex-grow: 1;
  padding-left: 0.6rem;
}
.__ID__.md-investor-5 .intro {
  margin-top: 0.07rem;
}
.__ID__.md-investor-5 .content {
  width: calc( 580 / 1520 * 100%);
  padding: 0.2rem;
  line-height: calc( 32 / 18 );
  word-break: break-all;
}
@media screen and (max-width: 900px) {
  .__ID__.md-investor-5 .text {
    padding-left: 0.3rem;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-investor-5 .dd {
    flex-wrap: wrap;
  }
  .__ID__.md-investor-5 .info {
    width: 100%;
  }
  .__ID__.md-investor-5 .content {
    width: 100%;
  }
}

/* 关于创新 start */
.__ID__.md-innovation-1 {
  padding-top: 1.12rem;
  padding-bottom: 0.9rem;
  position: relative;
  overflow: hidden;
}
.__ID__.md-innovation-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-innovation-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-innovation-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-innovation-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-innovation-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-innovation-1 .desc {
  margin-top: 0.38rem;
}
.__ID__.md-innovation-1 .swiper {
  margin-top: 0.42rem;
  width: 100%;
}
.__ID__.md-innovation-1 .tops {
  border-bottom: 1px solid rgba(113, 183, 64, 0.4);
  padding-bottom: 0.25rem;
  position: relative;
  line-height: 1;
}
.__ID__.md-innovation-1 .tops::before {
  content: "";
  width: 0.6rem;
  height: 3px;
  background-color: #71b740;
  position: absolute;
  left: 0;
  bottom: 0;
}
.__ID__.md-innovation-1 .icon {
  display: inline-flex;
}
.__ID__.md-innovation-1 .ic {
  height: 0.65rem;
}
.__ID__.md-innovation-1 .title {
  text-align: right;
  position: relative;
  top: 0.2em;
}
.__ID__.md-innovation-1 .intro {
  line-height: calc( 32 / 18 );
  margin-top: 0.32rem;
}
.__ID__.md-innovation-1 .li {
  width: 100%;
  margin-top: 0.4rem;
}
@media screen and (min-width: 901px) {
  .__ID__.md-innovation-1 .list {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-innovation-1 .swiper {
    position: absolute;
    left: -200vw;
    top: 0;
  }
}

/* 关于创新 end */
.__ID__.md-product-1 {
  padding-top: 1.15rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.__ID__.md-product-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-product-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-product-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-product-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-product-1 .desc {
  margin-top: 0.27rem;
}
.__ID__.md-product-1 .swiper {
  margin-top: 0.52rem;
}
.__ID__.md-product-1 .sw {
  min-height: 5.6rem;
  height: auto;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  padding: 1rem 0.4rem 0.5rem;
}
.__ID__.md-product-1 .icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #71b740;
  margin: 0 auto;
}
.__ID__.md-product-1 .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-product-1 .text {
  margin-top: 0.52rem;
}
.__ID__.md-product-1 .intro {
  line-height: calc( 32 / 18);
  margin-top: 0.3rem;
}
.__ID__.md-product-1 .swiper-pagination {
  width: 100%;
  position: static;
  margin-top: 0.2rem;
  z-index: 30;
}
.__ID__.md-product-1 .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  background-color: #71b740;
  border-radius: 50%;
  margin: 0 0.25em;
  opacity: 0.3;
  position: relative;
}
.__ID__.md-product-1 .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .__ID__.md-product-1 .sw {
    padding: 0.4rem;
  }
}

.__ID__.md-product-2 {
  padding-top: 0.24rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.__ID__.md-product-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-2 .tle {
  width: calc( 930 / 1520 * 100%);
}
.__ID__.md-product-2 .desc {
  line-height: calc( 24 / 18 );
}
@keyframes rotate720 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
.__ID__.md-product-2 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: #f1f4ee;
  background-size: 14% auto;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.__ID__.md-product-2 .sbtn:hover {
  background-color: #71b740;
}
.__ID__.md-product-2 .sbtn:hover::before {
  opacity: 0.4;
  animation: rotate720 3s linear infinite;
}
.__ID__.md-product-2 .sbtn::before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  background-image: url(../images/a21.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.__ID__.md-product-2 .prev {
  background-image: url(../images/icon-p11.png);
}
.__ID__.md-product-2 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.__ID__.md-product-2 .next {
  background-image: url(../images/icon-p21.png);
}
.__ID__.md-product-2 .next:hover {
  background-image: url(../images/icon-p22.png);
}
.__ID__.md-product-2 .more {
  flex-shrink: 0;
  width: 0;
  height: 1em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  transition: 0.5s;
}
.__ID__.md-product-2 .mbox {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #f1f4ee;
  background-size: 14% auto;
  background-image: url(../images/icon-p21.png);
  position: relative;
}
.__ID__.md-product-2 .title {
  flex-grow: 1;
  text-align: center;
}
.__ID__.md-product-2 .swiper {
  margin-top: 0.44rem;
}
.__ID__.md-product-2 .img {
  padding-top: calc( 460 / 365 * 100%);
}
.__ID__.md-product-2 .bots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  padding: 0 0.4rem;
}
.__ID__.md-product-2 .mbtns {
  margin-top: 0.3rem;
}
@media screen and (min-width: 901px) {
  .__ID__.md-product-2 .sw:hover .more {
    width: 1em;
  }
  .__ID__.md-product-2 .sw:hover .mbox::before {
    opacity: 0.4;
    animation: rotate720 3s linear infinite;
  }
  .__ID__.md-product-2 .sw:hover .title {
    text-align: left;
  }
  .__ID__.md-product-2 .mbtns {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-product-2 .bots {
    padding: 0 0.2rem;
  }
  .__ID__.md-product-2 .more {
    display: none;
  }
  .__ID__.md-product-2 .tops .btns {
    display: none;
  }
  .__ID__.md-product-2 .tle {
    width: 100%;
  }
}


.__ID__.md-product-3 {
  padding-top: 0.22rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.__ID__.md-product-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-3 .swiper {
  margin-top: 0.34rem;
  position: relative;
}
.__ID__.md-product-3 .sw {
  position: relative;
  height: auto;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.md-product-3 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-product-3 .sw:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-product-3 .sw:hover .title {
  color: #71b740;
}
.__ID__.md-product-3 .img {
  padding-top: calc( 270 / 486 * 100%);
}
.__ID__.md-product-3 .text {
  padding: 0.4rem 0.4rem 0.45rem;
}
.__ID__.md-product-3 .title {
  transition: color 0.5s;
}
.__ID__.md-product-3 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.1rem;
}
.__ID__.md-product-3 .more {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.36rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.__ID__.md-product-3 .mic {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
  transition: 0.5s;
}
.__ID__.md-product-3 .swiper-scrollbar {
  margin-top: 0.5rem;
  height: 2px;
  background-color: rgba(72, 129, 31, 0.08);
  border-radius: 1px;
}
.__ID__.md-product-3 .swiper-scrollbar-drag {
  background-color: #71b740;
}
.__ID__.md-product-4 {
  padding-top: 0.36rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.__ID__.md-product-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-4 .list {
  margin-top: 0.35rem;
}
.__ID__.md-product-4 .li {
  width: calc( 486 / 1520 * 100%);
  margin-right: calc( 31 / 1520 * 100%);
  margin-bottom: 0.3rem;
}
.__ID__.md-product-4 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-product-4 .dd {
  background-color: #f2f5ef;
  border-radius: 0.08rem;
  padding: 0.34rem 0.4rem 0.27rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  transition: 0.5s;
}
.__ID__.md-product-4 .dd:hover {
  box-shadow: 0px 4px 0.08rem 0px rgba(0, 0, 0, 0.2);
}
.__ID__.md-product-4 .top {
  position: relative;
}
.__ID__.md-product-4 .title {
  line-height: calc( 32 / 24 );
  min-height: calc( 32em / 24 * 5);
}
.__ID__.md-product-4 i {
  width: 1.5em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/a4.png);
  background-size: contain;
  background-position: center;
}
.__ID__.md-product-4 .text {
  margin-top: 0.36rem;
  line-height: 1.2;
}
.__ID__.md-product-4 .t12 {
  margin-top: 0.02rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-product-4 .list {
    justify-content: space-between;
  }
  .__ID__.md-product-4 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-product-4 .li {
    width: 100%;
  }
}

.__ID__.md-product-11 {
  padding-top: 1rem;
  padding-bottom: 1.27rem;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
.__ID__.md-product-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-11 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-product-11 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-product-11 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-product-11 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-product-11 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-product-11 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-product-11 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-product-11 .btn .btn-inner::before, .__ID__.md-product-11 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-product-11 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-product-11 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-product-11 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-product-11 .c-pic {
  width: calc( 820 / 1520 * 100%);
  border-radius: 0.2rem;
}
.__ID__.md-product-11 .img {
  padding-top: calc( 510 / 820 * 100%);
}
.__ID__.md-product-11 .text {
  width: calc( 600 / 1520 * 100%);
  padding-top: 0.46rem;
}
.__ID__.md-product-11 .line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 0.15rem;
  margin-bottom: 0.16rem;
}
.__ID__.md-product-11 .line::before {
  content: "";
  width: 2em;
  height: 3px;
  background-color: #71b740;
  position: absolute;
  left: 0;
  bottom: 0;
}
.__ID__.md-product-11 .intro {
  line-height: calc( 32 / 18);
}
.__ID__.md-product-11 .btns {
  margin-top: 0.62rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-product-11 .c-pic {
    width: 100%;
  }
  .__ID__.md-product-11 .text {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.__ID__.md-product-12 {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.__ID__.md-product-12 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-12 .ul {
  margin-top: 0.56rem;
}
.__ID__.md-product-12 .li {
  width: calc( 420 / 1520 * 100%);
  margin-right: calc( 130 / 1520 * 100%);
  margin-bottom: 0.94rem;
}
.__ID__.md-product-12 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-product-12 .d-top .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.__ID__.md-product-12 .intro {
  margin-top: 0.26rem;
  line-height: calc( 32 / 18);
}
@media screen and (max-width: 900px) {
  .__ID__.md-product-12 .ul {
    justify-content: space-between;
  }
  .__ID__.md-product-12 .li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-product-12 .li {
    width: 100%;
  }
}

.__ID__.md-product-13 {
  padding-top: 0.1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.__ID__.md-product-13 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-13 .video {
  width: 10.6rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.35rem;
  position: relative;
}
.__ID__.md-product-13 .c-pic {
  border-radius: 0.2rem;
}
.__ID__.md-product-13 .img {
  padding-top: calc( 550 / 1060 * 100%);
}
.__ID__.md-product-13 .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc( 16 / 68 * 100%) auto;
  cursor: pointer;
}

.__ID__.md-product-14 {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.__ID__.md-product-14 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
@keyframes rotate720 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
.__ID__.md-product-14 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: #f1f4ee;
  background-size: 14% auto;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.__ID__.md-product-14 .sbtn:hover {
  background-color: #71b740;
}
.__ID__.md-product-14 .sbtn:hover::before {
  opacity: 0.4;
  animation: rotate720 3s linear infinite;
}
.__ID__.md-product-14 .sbtn::before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  background-image: url(../images/a21.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.__ID__.md-product-14 .prev {
  background-image: url(../images/icon-p11.png);
}
.__ID__.md-product-14 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.__ID__.md-product-14 .next {
  background-image: url(../images/icon-p21.png);
}
.__ID__.md-product-14 .next:hover {
  background-image: url(../images/icon-p22.png);
}
.__ID__.md-product-14 .swiper {
  margin-top: 0.56rem;
}
.__ID__.md-product-14 .sw {
  border-radius: 0.2rem;
  overflow: hidden;
}
.__ID__.md-product-14 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-product-14 .c-pic::before {
  content: "";
  width: 100%;
  height: 1.46rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(104, 172, 212, 0), rgba(104, 172, 212, 0.8));
  pointer-events: none;
  z-index: 3;
}
.__ID__.md-product-14 .img {
  padding-top: calc( 318 / 490 * 100%);
}
.__ID__.md-product-14 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.1rem 0.4rem;
  z-index: 4;
}

.__ID__.md-product-15 {
  padding-top: 0.56rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.__ID__.md-product-15 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-15 .swiper {
  margin-top: 0.56rem;
}
.__ID__.md-product-15 .sw {
  position: relative;
  height: auto;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.md-product-15 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-product-15 .sw:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-product-15 .sw:hover .title {
  color: #71b740;
}
.__ID__.md-product-15 .img {
  padding-top: calc( 270 / 486 * 100%);
}
.__ID__.md-product-15 .text {
  padding: 0.4rem 0.4rem 0.45rem;
}
.__ID__.md-product-15 .title {
  transition: color 0.5s;
}
.__ID__.md-product-15 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.1rem;
}
.__ID__.md-product-15 .more {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.__ID__.md-product-15 .mic {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
  transition: 0.5s;
}


.__ID__.md-product-16 {
  position: relative;
  padding-top: 0.56rem;
  padding-bottom: 0.55rem;
  overflow: hidden;
}
.__ID__.md-product-16 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-16 .swiper {
  margin-top: 0.4rem;
  position: relative;
}
.__ID__.md-product-16 .c-pic {
  margin-top: 0.1rem;
}
.__ID__.md-product-16 .img {
  padding-top: calc( 380  / 740 * 100%);
}
.__ID__.md-product-16 .intro {
  line-height: calc( 32 / 18 );
  margin-top: 0.2rem;
}
.__ID__.md-product-16 .sbtn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: #f1f4ee;
  background-size: 14% auto;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5em);
  transition: 0.5s;
}
.__ID__.md-product-16 .sbtn:hover {
  background-color: #71b740;
}
.__ID__.md-product-16 .sbtn:hover::before {
  opacity: 0.4;
  animation: rotate720 3s linear infinite;
}
.__ID__.md-product-16 .sbtn::before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  background-image: url(../images/a21.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.__ID__.md-product-16 .prev {
  background-image: url(../images/icon-p11.png);
}
.__ID__.md-product-16 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.__ID__.md-product-16 .next {
  background-image: url(../images/icon-p21.png);
}
.__ID__.md-product-16 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media screen and (min-width: 901px) {
  .__ID__.md-product-16 .prev {
    right: calc(100% + 0.2rem);
  }
  .__ID__.md-product-16 .next {
    left: calc(100% + 0.2rem);
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-product-16 .prev {
    left: 0;
  }
  .__ID__.md-product-16 .next {
    right: 0;
  }
}

.__ID__.md-product-17 {
  position: relative;
  padding-top: 0.1rem;
  padding-bottom: 0.55rem;
}
.__ID__.md-product-17 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-product-17 .list {
  margin-top: 0.3rem;
}
.__ID__.md-product-17 .li1 {
  width: calc( 570 / 1520 * 100%);
}
.__ID__.md-product-17 .li2 {
  width: calc( 460 / 1520 * 100%);
}
.__ID__.md-product-17 .li3 {
  width: calc( 460 / 1520 * 100%);
  flex-direction: column;
}
.__ID__.md-product-17 .dd1 .img {
  padding-top: calc( 486 / 570 * 100%);
}
.__ID__.md-product-17 .dd1 .c-pic {
  border-radius: 0.2rem;
}
.__ID__.md-product-17 .dd2 .img {
  padding-top: calc( 486 / 460 * 100%);
}
.__ID__.md-product-17 .dd2 .c-pic {
  border-radius: 0.2rem;
}
.__ID__.md-product-17 .dd3 .img {
  padding-top: calc( 236 / 460 * 100%);
}
.__ID__.md-product-17 .dd3 .c-pic {
  border-radius: 0.2rem;
}
.__ID__.md-product-17 .ti {
  padding: 0.12rem 0.36rem;
  background-color: #71b740;
  color: #fff;
  border-radius: 1rem;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 500px) {
  .__ID__.md-product-17 .ti {
    margin-right: 0.1rem;
    margin-top: 0.1rem;
    padding: 0.12rem 0.2rem;
  }
  .__ID__.md-product-17 .list {
    flex-wrap: wrap;
  }
  .__ID__.md-product-17 .li1 {
    width: 100%;
  }
  .__ID__.md-product-17 .li2 {
    width: 100%;
  }
  .__ID__.md-product-17 .li3 {
    width: 100%;
  }
  .__ID__.md-product-17 .dd1,
  .__ID__.md-product-17 .dd2,
  .__ID__.md-product-17 .dd3 {
    margin-bottom: 0.2rem;
  }
}

.__ID__.md-search-1 {
  padding-top: 1.15rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.__ID__.md-search-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-search-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-search-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-search-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-search-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-search-1 .form {
  width: 6.6rem;
  margin: 0 auto;
  margin-top: 0.45rem;
}
.__ID__.md-search-1 .inp {
  position: relative;
}
.__ID__.md-search-1 .ip {
  width: 100%;
  height: calc( 80em / 18 );
  background-color: #f4f4f4;
  border: none;
  border-radius: 0.2rem;
  padding: 0 0.4rem;
}
.__ID__.md-search-1 .ip::-moz-placeholder {
  color: #999;
}
.__ID__.md-search-1 .ip::placeholder {
  color: #999;
}
.__ID__.md-search-1 .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
  height: 100%;
  background-color: #71b740;
  border-radius: 0px 0.2rem 0.2rem 0px;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
  border: none;
  cursor: pointer;
}
.__ID__.md-search-2 {
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.__ID__.md-search-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-search-2 .com-h2 {
  line-height: 1;
}
.__ID__.md-search-2 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-search-2 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-search-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-search-2 .ti {
  padding: 0.11rem 0.2rem;
  text-align: center;
  color: #999;
  min-width: 1.2rem;
  border-radius: 0.1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
  transition: all 0.5s;
}
.__ID__.md-search-2 .ti:last-child {
  margin-right: 0;
}
.__ID__.md-search-2 .ti:hover {
  color: #71b740;
}
.__ID__.md-search-2 .ti.on {
  color: #fff;
  background-color: #71b740;
}
.__ID__.md-search-2 .tags {
  margin-bottom: 0.34rem;
}
.__ID__.md-search-2 .d-item {
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}
.__ID__.md-search-2 .d-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.__ID__.md-search-2 .d-tops {
  line-height: 1;
  margin-bottom: 0.32rem;
}
.__ID__.md-search-2 .d-tops .com-h2 {
  margin-right: 0.7rem;
}
.__ID__.md-search-2 .d-tops span {
  color: #71b740;
}
.__ID__.md-learn-01 {
  padding-top: 1.2rem;
  padding-bottom: 0.9rem;
  position: relative;
  overflow: hidden;
}
.__ID__.md-learn-01 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-learn-01 .com-h2 {
  line-height: 1;
}
.__ID__.md-learn-01 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-learn-01 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-learn-01 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-learn-01 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-learn-01 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-learn-01 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-learn-01 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-learn-01 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-learn-01 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-learn-01 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-learn-01 .btn .btn-inner::before, .__ID__.md-learn-01 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-learn-01 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-learn-01 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-learn-01 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-learn-01 .text {
  width: calc( 720 / 1520 * 100%);
}
.__ID__.md-learn-01 .line {
  width: calc(100% - 1rem);
  height: 1px;
  position: relative;
  background-color: rgba(113, 183, 64, 0.4);
  margin-top: 0.35rem;
  margin-bottom: 0.22rem;
}
.__ID__.md-learn-01 .line::before {
  content: "";
  width: 0.6rem;
  height: 3px;
  background-color: #71b740;
  position: absolute;
  left: 0;
  bottom: 0;
}
.__ID__.md-learn-01 .content {
  line-height: calc( 32 / 18 );
  margin-top: 0.2rem;
}
.__ID__.md-learn-01 .ri {
  width: calc( 700 / 1520 * 100%);
  position: relative;
}
.__ID__.md-learn-01 .c-pic {
  border-radius: 0.2rem;
}
.__ID__.md-learn-01 .img {
  padding-top: 60%;
}
.__ID__.md-learn-01 .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .__ID__.md-learn-01 .text {
    width: 100%;
  }
  .__ID__.md-learn-01 .ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.__ID__.md-learn-02 {
  padding: 0.6rem 0;
  position: relative;
}
.__ID__.md-learn-02 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-learn-02 .li {
  width: calc( 480 / 1520 * 100%);
  margin-right: calc( 40 / 1520 * 100%);
  margin-bottom: 0.2rem;
}
.__ID__.md-learn-02 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-learn-02 .dd {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  padding: 0.7rem 0.5rem 0.65rem;
  border-radius: 0.2rem;
  transition: all 0.5s;
}
.__ID__.md-learn-02 .dd:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0px 3px 0.32rem 0px rgba(113, 183, 64, 0.1);
}
.__ID__.md-learn-02 .icon {
  width: 0.72rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.__ID__.md-learn-02 .ic {
  height: 0.78rem;
}
.__ID__.md-learn-02 .intro {
  margin-top: 0.04rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-learn-02 .li {
    width: 100%;
    margin-right: 0;
  }
}

.__ID__.md-learn-03 {
  padding-top: 1.12rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.__ID__.md-learn-03 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-learn-03 .com-h2 {
  line-height: 1;
}
.__ID__.md-learn-03 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-learn-03 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-learn-03 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-learn-03 .swiper {
  margin-top: 0.48rem;
}
.__ID__.md-learn-03 .sw {
  position: relative;
  height: auto;
  background-color: #f3f5f0;
  border-radius: 0.2rem;
  overflow: hidden;
}
.__ID__.md-learn-03 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-learn-03 .sw:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-learn-03 .sw:hover .title {
  color: #71b740;
}
.__ID__.md-learn-03 .img {
  padding-top: calc( 270 / 486 * 100%);
}
.__ID__.md-learn-03 .text {
  padding: 0.3rem 0.2rem 1rem;
}
.__ID__.md-learn-03 .title {
  line-height: calc( 32 / 24);
  height: calc( 32em / 24 * 3 );
  transition: color 0.5s;
}
.__ID__.md-learn-03 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.24rem;
}
.__ID__.md-learn-03 .swiper-scrollbar {
  margin-top: 0.4rem;
  height: 2px;
  background-color: rgba(72, 129, 31, 0.08);
  border-radius: 1px;
}
.__ID__.md-learn-03 .swiper-scrollbar-drag {
  background-color: #71b740;
}
.__ID__.md-learn-04 {
  padding-top: 0.56rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.__ID__.md-learn-04 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-learn-04 .com-h2 {
  line-height: 1;
}
.__ID__.md-learn-04 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-learn-04 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-learn-04 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-learn-04 .swiper {
  margin-top: 0.42rem;
}
.__ID__.md-learn-04 .sw {
  position: relative;
  height: auto;
  background-color: #f2f5ef;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.md-learn-04 .sw:hover .img {
  transform: scale(1.05);
}
.__ID__.md-learn-04 .sw:hover .mic {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-learn-04 .sw:hover .title {
  color: #71b740;
}
.__ID__.md-learn-04 .img {
  padding-top: calc( 270 / 486 * 100%);
}
.__ID__.md-learn-04 .text {
  padding: 0.4rem 0.4rem 0.45rem;
}
.__ID__.md-learn-04 .title {
  transition: color 0.5s;
}
.__ID__.md-learn-04 .intro {
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.16rem;
}
.__ID__.md-learn-04 .more {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.__ID__.md-learn-04 .mic {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}
.__ID__.md-learn-04 .swiper-scrollbar {
  margin-top: 0.5rem;
  height: 2px;
  background-color: rgba(72, 129, 31, 0.08);
  border-radius: 1px;
}
.__ID__.md-learn-04 .swiper-scrollbar-drag {
  background-color: #71b740;
}
.__ID__.md-learn-11 {
  padding-top: 1.15rem;
  padding-bottom: 1rem;
  position: relative;
}
.__ID__.md-learn-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-learn-11 .com-h2 {
  line-height: 1;
}
.__ID__.md-learn-11 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-learn-11 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-learn-11 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-learn-11 .tags {
  margin-top: 0.42rem;
}
.__ID__.md-learn-11 .ti {
  color: #999;
  padding: 0.12rem 0.48rem;
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
  margin-right: 0.2rem;
}
.__ID__.md-learn-11 .ti:hover {
  color: #71b740;
}
.__ID__.md-learn-11 .ti.on {
  background-color: #71b740;
  color: #fff;
}
.__ID__.md-learn-11 .tab {
  box-shadow: 0 0 0 1px #eee;
  margin-bottom: 0.7rem;
  overflow-x: auto;
}
.__ID__.md-learn-11 table,
.__ID__.md-learn-11 th,
.__ID__.md-learn-11 td {
  border: none;
}
.__ID__.md-learn-11 table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
}
.__ID__.md-learn-11 thead {
  background-color: #f2f5ef;
}
.__ID__.md-learn-11 thead td {
  padding: 0.16rem 0;
}
.__ID__.md-learn-11 tbody tr {
  border-bottom: 1px solid #eee;
}
.__ID__.md-learn-11 td {
  padding: 0.26rem 0;
}
.__ID__.md-learn-11 td:nth-child(1) {
  width: 40%;
  padding-left: 0.4rem;
}
.__ID__.md-learn-11 td:nth-child(2) {
  width: 20%;
}
.__ID__.md-learn-11 td:nth-child(3) {
  width: 20%;
}
.__ID__.md-learn-11 td:nth-child(4) {
  width: 20%;
}
.__ID__.md-learn-11 td:last-child {
  text-align: center;
}
.__ID__.md-learn-11 .ul {
  width: 100%;
  min-width: 600px;
}
.__ID__.md-learn-11 .li {
  border-bottom: 1px solid #eee;
}
.__ID__.md-learn-11 .li:first-child {
  background-color: #f2f5ef;
}
.__ID__.md-learn-11 .li:first-child .td {
  padding: 0.16rem 0;
}
.__ID__.md-learn-11 .td {
  padding: 0.26rem 0;
}
.__ID__.md-learn-11 .td:nth-child(1) {
  width: 60%;
  padding-left: 0.4rem !important;
}
.__ID__.md-learn-11 .td:nth-child(2) {
  width: 15%;
}
.__ID__.md-learn-11 .td:nth-child(3) {
  width: 15%;
}
.__ID__.md-learn-11 .td:nth-child(4) {
  width: 10%;
}
.__ID__.md-learn-11 .td:last-child {
  text-align: center;
}
.__ID__.md-learn-11 .view {
  width: 1em;
  height: 1em;
  display: inline-flex;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.__ID__.md-learn-12 {
  padding-top: 1.15rem;
  padding-bottom: 0.95rem;
  position: relative;
}
.__ID__.md-learn-12 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-learn-12 .com-h2 {
  line-height: 1;
}
.__ID__.md-learn-12 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-learn-12 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-learn-12 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-learn-12 .list {
  margin-top: 0.43rem;
}
.__ID__.md-learn-12 .li {
  width: calc( 360 / 1520 * 100%);
  margin-right: calc( 26 / 1520 * 100%);
  margin-bottom: 0.23rem;
}
.__ID__.md-learn-12 .li:nth-child(4n) {
  margin-right: 0;
}
.__ID__.md-learn-12 .dd {
  display: block;
  background-color: #f8f8f8;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.5s;
}
.__ID__.md-learn-12 .dd:hover {
  background-color: #fff;
  box-shadow: -3px 1px 0.32rem 0px rgba(113, 183, 64, 0.1);
}
.__ID__.md-learn-12 .dd:hover .img {
  transform: scale(1.1);
}
.__ID__.md-learn-12 .dd:hover .title {
  color: #71b740;
}
.__ID__.md-learn-12 .dd:hover i {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-learn-12 .img {
  padding-top: calc( 200 / 360 * 100%);
}
.__ID__.md-learn-12 .text {
  padding: 0.24rem 0.3rem;
}
.__ID__.md-learn-12 .btn {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.18rem;
  transition: all 0.5s;
}
.__ID__.md-learn-12 i {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .__ID__.md-learn-12 .list {
    justify-content: space-between;
  }
  .__ID__.md-learn-12 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .__ID__.md-learn-12 .text {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-learn-12 .li {
    width: 100%;
  }
}

.__ID__.md-learn-13 {
  padding-top: 1.15rem;
  padding-bottom: 1rem;
  position: relative;
}
.__ID__.md-learn-13 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-learn-13 .com-h2 {
  line-height: 1;
}
.__ID__.md-learn-13 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-learn-13 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-learn-13 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-learn-13 .tab {
  box-shadow: 0 0 0 1px #eee;
  margin-top: 0.45rem;
  margin-bottom: 0.7rem;
  overflow-x: auto;
}
.__ID__.md-learn-13 table,
.__ID__.md-learn-13 th,
.__ID__.md-learn-13 td {
  border: none;
}
.__ID__.md-learn-13 table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
}
.__ID__.md-learn-13 thead {
  background-color: #f2f5ef;
}
.__ID__.md-learn-13 thead td {
  padding: 0.16rem 0;
}
.__ID__.md-learn-13 tbody tr {
  border-bottom: 1px solid #eee;
}
.__ID__.md-learn-13 td {
  padding: 0.26rem 0;
}
.__ID__.md-learn-13 td:nth-child(1) {
  width: 60%;
  padding-left: 0.4rem;
}
.__ID__.md-learn-13 td:nth-child(2) {
  width: 15%;
}
.__ID__.md-learn-13 td:nth-child(3) {
  width: 15%;
}
.__ID__.md-learn-13 td:nth-child(4) {
  width: 10%;
}
.__ID__.md-learn-13 td:last-child {
  text-align: center;
}
.__ID__.md-learn-13 .ul {
  width: 100%;
  min-width: 600px;
}
.__ID__.md-learn-13 .li {
  border-bottom: 1px solid #eee;
}
.__ID__.md-learn-13 .li:first-child {
  background-color: #f2f5ef;
}
.__ID__.md-learn-13 .li:first-child .td {
  padding: 0.16rem 0;
}
.__ID__.md-learn-13 .td {
  padding: 0.26rem 0;
}
.__ID__.md-learn-13 .td:nth-child(1) {
  width: 60%;
  padding-left: 0.4rem !important;
}
.__ID__.md-learn-13 .td:nth-child(2) {
  width: 15%;
}
.__ID__.md-learn-13 .td:nth-child(3) {
  width: 15%;
}
.__ID__.md-learn-13 .td:nth-child(4) {
  width: 10%;
}
.__ID__.md-learn-13 .td:last-child {
  text-align: center;
}
.__ID__.md-learn-13 .view {
  width: 1em;
  height: 1em;
  display: inline-flex;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.md-learn-13 .download {
  width: 1em;
  height: 1em;
  display: inline-flex;
  background-image: url(../images/a22.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.__ID__.md-learn-21 {
  padding-top: 1.2rem;
  padding-bottom: 1.15rem;
  position: relative;
}
.__ID__.md-learn-21 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-learn-21 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-learn-21 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-learn-21 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-learn-21 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-learn-21 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-learn-21 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-learn-21 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-learn-21 .btn .btn-inner::before, .__ID__.md-learn-21 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-learn-21 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-learn-21 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-learn-21 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-learn-21 .video {
  position: relative;
  padding-top: calc( 856 / 1520 * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
}
.__ID__.md-learn-21 .video video {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-learn-21 .video-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.__ID__.md-learn-21 .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc( 16 / 68 * 100%) auto;
  cursor: pointer;
}
.__ID__.md-learn-21 .tops {
  margin-top: 0.52rem;
  margin-bottom: 0.3rem;
}
.__ID__.md-learn-21 .title {
  width: 70%;
}
.__ID__.md-learn-21 .num {
  display: inline-flex;
  align-items: center;
}
.__ID__.md-learn-21 .num svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.__ID__.md-learn-21 .list {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.__ID__.md-learn-21 .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.__ID__.md-learn-21 .dd {
  padding: 0.22rem 0.3rem;
  cursor: pointer;
}
.__ID__.md-learn-21 .dd.on .name {
  color: #71b740;
}
.__ID__.md-learn-21 .dd .dle {
  width: 60%;
}
.__ID__.md-learn-21 .dd .intro {
  margin-top: 0.08rem;
}
.__ID__.md-learn-21 .btns {
  margin-top: 0.6rem;
}
.__ID__.md-learn-21 .btn {
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .__ID__.md-learn-21 .dd {
    padding: 0.2rem;
    flex-wrap: wrap;
  }
  .__ID__.md-learn-21 .dd .dle {
    width: 100%;
  }
  .__ID__.md-learn-21 .dd .time {
    margin-top: 0.1rem;
  }
}

.__ID__.md-person {
  padding: 0.5rem 0 1rem;
  background-color: #f2f5ef;
}
.__ID__.md-person .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.__ID__.md-person .user-left {
  width: calc( 320 / 1560 * 100%);
}
.__ID__.md-person .user-right {
  width: calc( 1200 / 1560 * 100%);
}
.__ID__.md-person .ps-tops {
  padding: 0 0.4rem;
}
.__ID__.md-person .ps-border {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  box-shadow: 0 -1px 0 0 inset rgba(0, 0, 0, 0.05);
}
.__ID__.md-person .ps-title {
  position: relative;
  line-height: 1;
  padding-left: 0.2rem;
}
.__ID__.md-person .ps-title::before {
  content: "";
  width: 5px;
  height: 0.66em;
  position: absolute;
  left: 0.2em;
  top: 0;
  color: black;
  background-image: linear-gradient(180deg, #71b740 0, #71b740 50%, #144f83 50%, #144f83 100%);
}
.__ID__.md-person .ps-ri-cont {
  padding: 0 0.4rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-person .user-left {
    width: 100%;
  }
  .__ID__.md-person .user-right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .__ID__.md-person .ps-ri-cont {
    padding: 0 0.2rem;
  }
  .__ID__.md-person .ps-tops {
    padding: 0.2rem;
  }
}

.__ID__.md-person-0 .info {
  padding: 0.5rem 0.2rem 0.46rem;
  border-radius: 0.1rem;
}
.__ID__.md-person-0 .ava {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 0.1rem;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}
.__ID__.md-person-0 .ava .bg {
  width: 100%;
  height: 100%;
}
.__ID__.md-person-0 .ate {
  margin-top: 0.25rem;
}
.__ID__.md-person-0 .ul {
  margin-top: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.__ID__.md-person-0 .aa {
  position: relative;
  padding: 0.23rem 0.4rem;
  border-radius: 0.1rem;
  color: #666;
  transition: all 0.5s;
}
.__ID__.md-person-0 .aa::before {
  content: "";
  width: calc(100% - 0.4rem);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 0;
  bottom: 0;
}
.__ID__.md-person-0 .aa:hover {
  color: #71b740;
}
.__ID__.md-person-0 .aa.on {
  background-color: #71b740;
  color: #fff;
}
.__ID__.md-person-0 .aa.on .ic {
  filter: brightness(0) invert(1);
}
.__ID__.md-person-0 .aa.on::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
}
.__ID__.md-person-0 .aa .ic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.15rem;
}
.__ID__.md-person-0 .aa i {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  color: #999;
}
.__ID__.md-person-0 .out {
  margin-top: 0.2rem;
}
.__ID__.md-person-0 .out_btn {
  color: #fff;
  background-color: #a8adb6;
  line-height: 1;
  padding: 0.27rem;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all 0.5s;
}
.__ID__.md-person-0 .out_btn:hover {
  background-color: #71b740;
}
.__ID__.md-person-0 .mbtns {
  margin: 0.1rem 0;
}
.__ID__.md-person-0 .mbtn {
  background-color: #71b740;
  color: #fff;
  height: 2em;
  width: 100%;
  border: none;
  padding: 0 1em;
  border-radius: 0.08rem;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .__ID__.md-person-0 .mbtns {
    display: none;
  }
  .__ID__.md-person-0 .ps0-bot {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.md-person-0 .out {
    margin-top: 0.2rem;
  }
  .__ID__.md-person-0 .ps0-bot {
    display: none;
  }
  .__ID__.md-person-0 .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem;
  }
  .__ID__.md-person-0 .info-le {
    display: flex;
    align-items: center;
    width: 60%;
  }
  .__ID__.md-person-0 .ava {
    margin: 0;
  }
  .__ID__.md-person-0 .ate {
    text-align: left;
    margin-top: 0;
    margin-left: 0.2rem;
  }
}

.__ID__.md-person-1 {
  height: 100%;
  border-radius: 0.1rem;
}
.__ID__.md-person-1 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-person-1 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-person-1 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-person-1 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-person-1 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-person-1 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-person-1 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-person-1 .btn .btn-inner::before, .__ID__.md-person-1 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-person-1 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-person-1 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-person-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-person-1 .form {
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.__ID__.md-person-1 .fbox {
  display: inline-block;
  text-align: left;
  margin-bottom: 0.4rem;
}
.__ID__.md-person-1 .fitem {
  justify-content: flex-end;
  margin-bottom: 0.2rem;
}
.__ID__.md-person-1 .ft {
  text-align: right;
  padding-right: 0.3rem;
}
.__ID__.md-person-1 .inp {
  width: 4.7rem;
  position: relative;
}
.__ID__.md-person-1 .ip {
  width: 100%;
  height: calc( 48em / 18 );
  background-color: #f8f8f8;
  border-radius: 0.08rem;
  border: solid 1px #eee;
  padding: 0 0.3rem;
  color: #888;
}
.__ID__.md-person-1 .ip:focus {
  border-color: #71b740;
  color: #71b740;
}
.__ID__.md-person-1 .text {
  padding: 0.05rem 0.3rem;
}
.__ID__.md-person-1 .btn {
  background-color: #fff;
}
.__ID__.md-person-1 .com-select {
  width: 100%;
  position: relative;
  color: #666;
  display: block;
  width: 100%;
  height: calc( 48em / 18 );
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0 0.3rem;
}
.__ID__.md-person-1 .com-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.__ID__.md-person-1 .com-select .cur {
  line-height: calc( 48em / 18 );
}
.__ID__.md-person-1 .com-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 500px) {
  .__ID__.md-person-1 .fitem {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
  .__ID__.md-person-1 .ft {
    width: 100%;
    text-align: left;
  }
  .__ID__.md-person-1 .fb {
    width: 100%;
    margin-top: 0.1rem;
  }
  .__ID__.md-person-1 .inp {
    width: 100%;
  }
}

.__ID__.md-person-2 {
  height: 100%;
  border-radius: 0.1rem;
}
.__ID__.md-person-2 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-person-2 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-person-2 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-person-2 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-person-2 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-person-2 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-person-2 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-person-2 .btn .btn-inner::before, .__ID__.md-person-2 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-person-2 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-person-2 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-person-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-person-2 .form {
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.__ID__.md-person-2 .fbox {
  display: inline-block;
  text-align: left;
}
.__ID__.md-person-2 .fitem {
  justify-content: flex-end;
  margin-bottom: 0.2rem;
}
.__ID__.md-person-2 .ft {
  text-align: right;
  padding-right: 0.3rem;
}
.__ID__.md-person-2 .inp {
  width: 4.7rem;
  position: relative;
}
.__ID__.md-person-2 .ip {
  width: 100%;
  height: calc( 48em / 18 );
  background-color: #f8f8f8;
  border-radius: 0.08rem;
  border: solid 1px #eee;
  padding: 0 0.3rem;
  color: #888;
}
.__ID__.md-person-2 .ip:focus {
  border-color: #71b740;
  color: #71b740;
}
.__ID__.md-person-2 .text {
  padding: 0.05rem 0.3rem;
}
.__ID__.md-person-2 .btns {
  margin-top: 0.4rem;
}
.__ID__.md-person-2 .btn {
  background-color: #fff;
}
.__ID__.md-person-2 .get-code {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f8f8f8;
  color: #71b740;
  border: none;
  padding: 0;
  cursor: pointer;
}
.__ID__.md-person-2 .gray {
  pointer-events: none;
  color: #999;
}
@media screen and (max-width: 500px) {
  .__ID__.md-person-2 .fitem {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
  .__ID__.md-person-2 .ft {
    width: 100%;
    text-align: left;
  }
  .__ID__.md-person-2 .fb {
    width: 100%;
    margin-top: 0.1rem;
  }
  .__ID__.md-person-2 .inp {
    width: 100%;
  }
}

.__ID__.md-person-3 {
  height: 100%;
  border-radius: 0.1rem;
}
.__ID__.md-person-3 .list {
  margin-top: 0.33rem;
}
.__ID__.md-person-3 .li {
  width: calc( 360 / 1130 * 100%);
  margin-right: calc( 25 / 1130 * 100%);
  margin-bottom: 0.23rem;
}
.__ID__.md-person-3 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-person-3 .dd {
  display: block;
  background-color: #f8f8f8;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: 0.5s;
}
.__ID__.md-person-3 .dd:hover {
  background-color: #fff;
  box-shadow: 0px 3px 0.32rem 0px rgba(113, 183, 64, 0.1);
}
.__ID__.md-person-3 .dd:hover i {
  background-color: #71b740;
  background-image: url(../images/a2.png);
}
.__ID__.md-person-3 .dd:hover .title {
  color: #71b740;
}
.__ID__.md-person-3 .img {
  padding-top: calc( 200 / 360 * 100%);
}
.__ID__.md-person-3 .text {
  padding: 0.24rem 0.3rem;
}
.__ID__.md-person-3 .title {
  transition: 0.5s;
}
.__ID__.md-person-3 .btn {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 0.18rem;
  transition: all 0.5s;
}
.__ID__.md-person-3 i {
  width: 1.75em;
  height: 1.75em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 17.8571428571% auto;
  background-position: center;
  margin-left: 1em;
  background-color: rgba(113, 183, 64, 0.2);
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .__ID__.md-person-3 .list {
    justify-content: space-between;
  }
  .__ID__.md-person-3 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .__ID__.md-person-3 .text {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-person-3 .li {
    width: 100%;
  }
}

.__ID__.md-person-3_1 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-person-3_1 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-person-3_1 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-person-3_1 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-person-3_1 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-person-3_1 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-person-3_1 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-person-3_1 .btn .btn-inner::before, .__ID__.md-person-3_1 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-person-3_1 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-person-3_1 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-person-3_1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-person-3_1 .form {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}
.__ID__.md-person-3_1 .video {
  position: relative;
  padding-top: calc( 636 / 1130 * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
}
.__ID__.md-person-3_1 .video video {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-person-3_1 .video-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.__ID__.md-person-3_1 .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc( 16 / 68 * 100%) auto;
  cursor: pointer;
}
.__ID__.md-person-3_1 .tops {
  margin-top: 0.3rem;
  margin-bottom: 0.32rem;
}
.__ID__.md-person-3_1 .title {
  width: 70%;
}
.__ID__.md-person-3_1 .num {
  display: inline-flex;
  align-items: center;
}
.__ID__.md-person-3_1 .num svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.__ID__.md-person-3_1 .list {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.__ID__.md-person-3_1 .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.__ID__.md-person-3_1 .dd {
  padding: 0.22rem 0.3rem;
  cursor: pointer;
}
.__ID__.md-person-3_1 .dd.on .name {
  color: #71b740;
}
.__ID__.md-person-3_1 .dd .dle {
  width: 60%;
}
.__ID__.md-person-3_1 .dd .intro {
  margin-top: 0.07rem;
}
.__ID__.md-person-3_1 .btns {
  margin-top: 0.6rem;
}
.__ID__.md-person-3_1 .btn {
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .__ID__.md-person-3_1 .dd {
    padding: 0.2rem;
    flex-wrap: wrap;
  }
  .__ID__.md-person-3_1 .dd .dle {
    width: 100%;
  }
  .__ID__.md-person-3_1 .dd .time {
    margin-top: 0.1rem;
  }
}

.__ID__.md-person-3_2 {
  height: 100%;
  border-radius: 0.1rem;
}
.__ID__.md-person-3_2 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-person-3_2 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-person-3_2 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-person-3_2 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-person-3_2 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-person-3_2 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-person-3_2 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-person-3_2 .btn .btn-inner::before, .__ID__.md-person-3_2 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-person-3_2 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-person-3_2 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-person-3_2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-person-3_2 .form {
  padding-top: 0.27rem;
  padding-bottom: 1rem;
}
.__ID__.md-person-3_2 .title {
  margin-bottom: 0.25rem;
}
.__ID__.md-person-3_2 .item {
  margin-bottom: 0.33rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.__ID__.md-person-3_2 .item:last-child {
  margin-bottom: 0;
}
.__ID__.md-person-3_2 .it2 {
  margin-top: 0.16rem;
}
.__ID__.md-person-3_2 .lab {
  cursor: pointer;
  margin-bottom: 0.09rem;
}
.__ID__.md-person-3_2 .lab:last-child {
  margin-bottom: 0;
}
.__ID__.md-person-3_2 .lab.selected {
  color: #71b740;
}
.__ID__.md-person-3_2 .lab.selected i {
  background-image: url(../images/a8.png);
}
.__ID__.md-person-3_2 .lab i {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px inset #eee;
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-right: 0.1rem;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
  position: relative;
  top: 0.1em;
}
.__ID__.md-person-3_2 .lab input {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 0%;
  visibility: hidden;
}
.__ID__.md-person-3_2 .btns {
  margin-top: 0.56rem;
}
.__ID__.md-person-3_2 .btn {
  background-color: #fff;
}

.__ID__.md-person-4 {
  height: 100%;
  border-radius: 0.1rem;
}
.__ID__.md-person-4 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-person-4 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-person-4 .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-person-4 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-person-4 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-person-4 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-person-4 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-person-4 .btn .btn-inner::before, .__ID__.md-person-4 .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-person-4 .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-person-4 .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-person-4 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-person-4 .form {
  padding-top: 0.33rem;
}
.__ID__.md-person-4 .img {
  width: 5rem;
  margin: 0 auto;
  overflow: hidden;
}
.__ID__.md-person-4 .img img {
  width: 100%;
}
.__ID__.md-person-4 .ibox {
  position: relative;
  padding-top: calc( 2650 / 3743 * 100%);
}
.__ID__.md-person-4 .i-cont {
  width: 3747px;
  height: 2650px;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
}
.__ID__.md-person-4 .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.__ID__.md-person-4 .text {
  text-align: center;
  position: absolute;
  left: 0%;
  top: 920px;
  width: 100%;
  color: #333;
}
.__ID__.md-person-4 .t1 {
  font-size: 208px;
  color: #8dc63f;
}
.__ID__.md-person-4 .t2 {
  font-size: 104px;
}
.__ID__.md-person-4 .t2 img {
  width: 435px;
  transform: translateY(25px);
}
.__ID__.md-person-4 .t2 .sp2 {
  color: #2c5278;
  font-weight: bold;
}
.__ID__.md-person-4 .t3 {
  font-size: 63px;
  margin-top: 100px;
}
.__ID__.md-person-4 .txt {
  line-height: 1.6;
  color: #71b740;
  margin-top: 0.46rem;
}
.__ID__.md-person-4 .btns {
  margin-top: 0.32rem;
}

.__ID__.md-person-5 {
  height: 100%;
  border-radius: 0.1rem;
}
.__ID__.md-person-5 .form {
  padding: 0.3rem 0;
}
.__ID__.md-person-5 .tab {
  box-shadow: 0 0 0 1px #eee;
  margin-bottom: 1.55rem;
  overflow-x: auto;
}
.__ID__.md-person-5 table,
.__ID__.md-person-5 th,
.__ID__.md-person-5 td {
  border: none;
}
.__ID__.md-person-5 table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
}
.__ID__.md-person-5 thead {
  background-color: #f2f5ef;
}
.__ID__.md-person-5 thead td {
  padding: 0.16rem 0;
}
.__ID__.md-person-5 tbody tr {
  border-bottom: 1px solid #eee;
}
.__ID__.md-person-5 td {
  padding: 0.26rem 0;
}
.__ID__.md-person-5 td:nth-child(1) {
  width: 40%;
  padding-left: 0.4rem;
}
.__ID__.md-person-5 td:nth-child(2) {
  width: 20%;
}
.__ID__.md-person-5 td:nth-child(3) {
  width: 20%;
}
.__ID__.md-person-5 td:nth-child(4) {
  width: 20%;
}
.__ID__.md-person-5 td:last-child {
  text-align: center;
}
.__ID__.md-person-5 .ul {
  width: 100%;
  min-width: 600px;
}
.__ID__.md-person-5 .li {
  border-bottom: 1px solid #eee;
}
.__ID__.md-person-5 .li:first-child {
  background-color: #f2f5ef;
}
.__ID__.md-person-5 .li:first-child .td {
  padding: 0.16rem 0;
}
.__ID__.md-person-5 .dd {
  align-items: center;
}
.__ID__.md-person-5 .td {
  padding: 0.26rem 0;
}
.__ID__.md-person-5 .td:nth-child(1) {
  width: 43%;
  padding-left: 0.4rem !important;
}
.__ID__.md-person-5 .td:nth-child(2) {
  width: 22%;
}
.__ID__.md-person-5 .td:nth-child(3) {
  width: 24%;
}
.__ID__.md-person-5 .td:nth-child(4) {
  width: 10%;
}
.__ID__.md-person-5 .td:last-child {
  text-align: center;
}
.__ID__.md-person-5 .view {
  width: 1em;
  height: 1em;
  display: inline-flex;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.__ID__.md-person-6 {
  height: 100%;
  border-radius: 0.1rem;
}
.__ID__.md-person-6 .ti {
  color: #999;
  padding: 0.12rem 0.48rem;
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
  margin-right: 0.2rem;
}
.__ID__.md-person-6 .ti:hover {
  color: #71b740;
}
.__ID__.md-person-6 .ti.on {
  background-color: #71b740;
  color: #fff;
}
.__ID__.md-person-6 .form {
  padding: 0.3rem 0;
}
.__ID__.md-person-6 .tab {
  box-shadow: 0 0 0 1px #eee;
  margin-bottom: 0.7rem;
  overflow-x: auto;
}
.__ID__.md-person-6 table,
.__ID__.md-person-6 th,
.__ID__.md-person-6 td {
  border: none;
}
.__ID__.md-person-6 table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
}
.__ID__.md-person-6 thead {
  background-color: #f2f5ef;
}
.__ID__.md-person-6 thead td {
  padding: 0.16rem 0;
}
.__ID__.md-person-6 tbody tr {
  border-bottom: 1px solid #eee;
}
.__ID__.md-person-6 td {
  padding: 0.26rem 0;
}
.__ID__.md-person-6 td:nth-child(1) {
  width: 40%;
  padding-left: 0.4rem;
}
.__ID__.md-person-6 td:nth-child(2) {
  width: 20%;
}
.__ID__.md-person-6 td:nth-child(3) {
  width: 20%;
}
.__ID__.md-person-6 td:nth-child(4) {
  width: 20%;
}
.__ID__.md-person-6 td:last-child {
  text-align: center;
}
.__ID__.md-person-6 .ul {
  width: 100%;
  min-width: 600px;
}
.__ID__.md-person-6 .li {
  border-bottom: 1px solid #eee;
}
.__ID__.md-person-6 .li:first-child {
  background-color: #f2f5ef;
}
.__ID__.md-person-6 .li:first-child .td {
  padding: 0.16rem 0;
}
.__ID__.md-person-6 .dd {
  align-items: center;
}
.__ID__.md-person-6 .td {
  padding: 0.26rem 0;
}
.__ID__.md-person-6 .td:nth-child(1) {
  width: 43%;
  padding-left: 0.4rem !important;
}
.__ID__.md-person-6 .td:nth-child(2) {
  width: 22%;
}
.__ID__.md-person-6 .td:nth-child(3) {
  width: 24%;
}
.__ID__.md-person-6 .td:nth-child(4) {
  width: 10%;
}
.__ID__.md-person-6 .td:last-child {
  text-align: center;
}
.__ID__.md-person-6 .view {
  width: 1em;
  height: 1em;
  display: inline-flex;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.__ID__.md-com-banner {
  position: relative;
  z-index: 40;
}
.__ID__.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-com-banner .cb_ban {
  position: relative;
}
.__ID__.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(480 / 1920 * 100%);
  overflow: hidden;
}
.__ID__.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.2;
}
.__ID__.md-com-banner .cb_text .cbp1 {
  position: relative;
}
.__ID__.md-com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.__ID__.md-com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.__ID__.md-com-banner .video video {
  width: 100%;
}
.__ID__.md-com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.__ID__.md-com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.__ID__.md-com-banner .cb_nav .ii {
  height: 1em;
}
.__ID__.md-com-banner .cb_nav a {
  transition: color 0.3s;
}
.__ID__.md-com-banner .cb_nav a:hover {
  color: #71b740;
}
.__ID__.md-com-banner .cb_nav .sp {
  margin: 0 3px;
}
.__ID__.md-com-banner .time-brand {
  display: block;
  width: 5.2rem;
  background-color: #71b740;
  border-radius: 0.18rem;
  padding: 0.7rem;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  z-index: 30;
}
.__ID__.md-com-banner .time-brand .t12 {
  margin-top: 0.18rem;
}
.__ID__.md-com-banner .time-brand .t13 {
  margin-top: 0.3rem;
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .__ID__.md-com-banner .cb_bg {
    padding-top: 40%;
  }
  .__ID__.md-com-banner .cb_text .cbp1 {
    font-size: 0.4rem;
  }
  .__ID__.md-com-banner .cb_text .cbp2 {
    font-size: 0.3rem;
  }
  .__ID__.md-com-banner .time-brand {
    display: none;
  }
}

.__ID__.my-dialog {
  display: none;
}
.__ID__.my-dialog .com-h2 {
  line-height: 1;
}
.__ID__.my-dialog .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.my-dialog .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.my-dialog .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.my-dialog .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.my-dialog .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.my-dialog .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.my-dialog .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.my-dialog .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.my-dialog .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.my-dialog .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.my-dialog .btn .btn-inner::before, .__ID__.my-dialog .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.my-dialog .btn .btn-inner::before {
  left: 0;
}
.__ID__.my-dialog .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.my-dialog .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.my-dialog.show {
  display: block;
}
.__ID__.my-dialog .dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.__ID__.my-dialog .dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  width: 8.8rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.5rem 0.3rem 0.65rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.__ID__.my-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.__ID__.my-dialog .off:hover {
  color: #71b740;
}
.__ID__.my-dialog .form {
  max-height: 80vh;
  overflow-y: auto;
  padding: 0 0.3rem;
}
.__ID__.my-dialog .form::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  height: 1px;
}
.__ID__.my-dialog .form::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}
.__ID__.my-dialog .form::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.__ID__.my-dialog .fbox {
  margin-top: 0.3rem;
}
.__ID__.my-dialog .fitem {
  margin-bottom: 0.1rem;
}
.__ID__.my-dialog .ip {
  display: block;
  width: 100%;
  height: 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0 0.4rem;
}
.__ID__.my-dialog .ip:focus {
  color: #71b740;
  border-color: #71b740;
}
.__ID__.my-dialog .ta {
  display: block;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0.16rem 0.4rem;
}
.__ID__.my-dialog .lab {
  cursor: pointer;
}
.__ID__.my-dialog .lab.selected i {
  background-image: url(../images/a8.png);
}
.__ID__.my-dialog .lab i {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px inset #eee;
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-right: 0.12rem;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
}
.__ID__.my-dialog .lab input {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 0%;
  visibility: hidden;
}
.__ID__.my-dialog .txt {
  line-height: calc(32 / 18);
  margin-top: 0.1rem;
}
.__ID__.my-dialog .com-select {
  width: 100%;
  position: relative;
  color: #666;
  display: block;
  width: 100%;
  height: 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 0 0.4rem;
}
.__ID__.my-dialog .com-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.__ID__.my-dialog .com-select .cur {
  line-height: 3;
}
.__ID__.my-dialog .com-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.__ID__.my-dialog .btns {
  margin-top: 0.3rem;
}
@media (max-width: 900px) {
  .__ID__.my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
}

.__ID__.md-com-contact {
  padding: 0.62rem 0;
  position: relative;
}
.__ID__.md-com-contact .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-com-contact .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.85rem;
  min-height: 0.68rem;
  padding: 0.05rem;
  border: 1px solid rgba(113, 183, 64, 0.4);
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.__ID__.md-com-contact .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #71b740;
  border-radius: 1rem;
  transform: scale(1);
  opacity: 0;
}
.__ID__.md-com-contact .btn:hover {
  transform: translateY(-0.01rem);
}
.__ID__.md-com-contact .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.__ID__.md-com-contact .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.__ID__.md-com-contact .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.__ID__.md-com-contact .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 1rem;
  background-color: #71b740;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  padding: 0 1em;
}
.__ID__.md-com-contact .btn .btn-inner::before, .__ID__.md-com-contact .btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/a9.png") no-repeat center/contain;
  transition: 0.3s;
}
.__ID__.md-com-contact .btn .btn-inner::before {
  left: 0;
}
.__ID__.md-com-contact .btn .btn-inner::after {
  right: 0;
}
@media (max-width: 900px) {
  .__ID__.md-com-contact .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-com-contact .com-h2 {
  line-height: 1;
}
.__ID__.md-com-contact .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-com-contact .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-com-contact .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-com-contact .text {
  width: 60%;
}
.__ID__.md-com-contact .h2 {
  color: #fff;
}
.__ID__.md-com-contact .intro {
  margin-top: 0.15rem;
}
@media screen and (max-width: 500px) {
  .__ID__.md-com-contact .text {
    width: 100%;
  }
  .__ID__.md-com-contact .btns {
    margin: 0 auto;
    margin-top: 0.2rem;
  }
}

.__ID__.md-about-1 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
  overflow: hidden;
}
.__ID__.md-about-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-about-1 .com-h2 {
  line-height: 1;
}
.__ID__.md-about-1 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-about-1 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-about-1 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-about-1 .c-pic {
  width: calc( 740 / 1520 * 100%);
  border-radius: 0.2rem;
}
.__ID__.md-about-1 .img {
  padding-top: calc( 480 / 740 * 100%);
}
.__ID__.md-about-1 .text {
  width: calc( 700 / 1520 * 100%);
  margin-top: -0.06rem;
}
.__ID__.md-about-1 .intro {
  max-height: 3.9rem;
  line-height: calc( 32 / 18 );
  margin-top: 0.34rem;
  overflow-y: auto;
  padding-right: 0.45rem;
}
.__ID__.md-about-1 .intro::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.__ID__.md-about-1 .intro::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #71b740;
}
.__ID__.md-about-1 .intro::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgba(72, 129, 31, 0.08);
}
@media screen and (max-width: 900px) {
  .__ID__.md-about-1 {
    padding: 0.6rem 0;
  }
  .__ID__.md-about-1 .c-pic {
    width: 100%;
  }
  .__ID__.md-about-1 .text {
    width: 100%;
    margin-top: 0.3rem;
  }
  .__ID__.md-about-1 .intro {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

.__ID__.md-about-2 {
  background-color: #f2f5ef;
  padding-top: 1.14rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.__ID__.md-about-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-about-2 .com-h2 {
  line-height: 1;
}
.__ID__.md-about-2 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-about-2 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-about-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-about-2 .swiper {
  margin-top: 0.42rem;
}
.__ID__.md-about-2 .sw {
  border-radius: 0.2rem;
  overflow: hidden;
}
.__ID__.md-about-2 .sw:hover .text {
  background-color: #71b740;
}
.__ID__.md-about-2 .sw:hover .title,
.__ID__.md-about-2 .sw:hover .intro {
  color: #fff;
}
.__ID__.md-about-2 .img {
  padding-top: calc( 620 / 480 * 100%);
}
.__ID__.md-about-2 .text {
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.6);
  width: calc(100% - 1rem);
  position: absolute;
  left: 0.5rem;
  bottom: 0.38rem;
  padding: 0.42rem 0.48rem;
  transition: all 0.5s;
}
.__ID__.md-about-2 .title {
  height: 4.5em;
  overflow-y: auto;
}
.__ID__.md-about-2 .intro {
  line-height: calc(28 / 18);
  margin-top: 0.14rem;
  overflow-y: auto;
}
.__ID__.md-about-2 .swiper-scrollbar {
  margin-top: 0.5rem;
  height: 2px;
  background-color: rgba(72, 129, 31, 0.08);
  border-radius: 1px;
}
.__ID__.md-about-2 .swiper-scrollbar-drag {
  background-color: #71b740;
}
@media screen and (max-width: 900px) {
  .__ID__.md-about-2 {
    padding: 0.6rem 0;
  }
  .__ID__.md-about-2 .text {
    padding: 0.2rem;
  }
}

.__ID__.md-about-3 {
  position: relative;
}
.__ID__.md-about-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-about-3 .com-h2 {
  line-height: 1;
}
.__ID__.md-about-3 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-about-3 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-about-3 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-about-3 .box {
  overflow: hidden;
  padding-top: 1.16rem;
  padding-bottom: 0.7rem;
}
.__ID__.md-about-3 .swiper1 {
  margin-top: 0.42rem;
  position: relative;
}
.__ID__.md-about-3 .sw1 {
  width: 5.6rem;
}
.__ID__.md-about-3 .sw1.swiper-slide-active .c-pic {
  transform: scale(1);
  opacity: 1;
}
.__ID__.md-about-3 .sw1.swiper-slide-active .t12 {
  opacity: 1;
}
.__ID__.md-about-3 .sw1.swiper-slide-active .text {
  top: 0;
}
.__ID__.md-about-3 .sw1.swiper-slide-active .t11 {
  color: #71b740;
}
.__ID__.md-about-3 .sw1 .c-pic {
  transform: scale(0.69);
  opacity: 0.6;
  transition: all 0.3s;
}
.__ID__.md-about-3 .sw1 .img {
  padding-top: calc( 315 / 560 * 100%);
  border-radius: 0.2rem;
}
.__ID__.md-about-3 .sw1 .text {
  padding: 0 0.6rem;
  margin-top: 0.16rem;
  position: relative;
  top: -0.12rem;
}
.__ID__.md-about-3 .sw1 .t12 {
  line-height: calc( 32 / 18);
  margin-top: 0.12rem;
  opacity: 0;
  transition: all 0.5s;
}
.__ID__.md-about-3 .swiper2 {
  position: relative;
  margin-top: 0.55rem;
  padding: 0 1rem;
}
.__ID__.md-about-3 .swiper2 .swiper-container {
  overflow: visible;
}
.__ID__.md-about-3 .sw2 {
  width: 2.75rem;
  height: 1.4rem;
}
.__ID__.md-about-3 .sw2:nth-child(2n-1) .ite {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  top: calc(100% + 0.16rem);
}
.__ID__.md-about-3 .sw2:nth-child(2n) .ite {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.16rem);
  transition: all 0.4s linear;
}
.__ID__.md-about-3 .ico {
  pointer-events: all;
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background-color: #71b740;
  position: absolute;
  transition: all 0.4s linear;
  cursor: pointer;
}
.__ID__.md-about-3 .ico::before {
  content: "";
  width: calc(0.5em + 0.1rem);
  height: calc(0.5em + 0.1rem);
  border-radius: 50%;
  background-color: rgba(113, 183, 64, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.__ID__.md-about-3 .ite {
  text-align: center;
}
.__ID__.md-about-3 .my-thumb-active .ico::before {
  opacity: 1;
}
.__ID__.md-about-3 .my-thumb-active .t11 {
  color: #71b740;
}
.__ID__.md-about-3 .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .__ID__.md-about-3 .box {
    padding: 0.6rem 0;
  }
  .__ID__.md-about-3 .bg {
    display: none;
  }
  .__ID__.md-about-3 .sw1 {
    width: 100%;
  }
  .__ID__.md-about-3 .sw2 {
    width: 2rem;
  }
  .__ID__.md-about-3 .ico {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
  .__ID__.md-about-3 .ite {
    top: calc(100% + 0.2rem) !important;
  }
}
.__ID__.md-about-4 {
  background-attachment: fixed;
  min-height: 46.3541666667vw;
  padding-top: 1.14rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.__ID__.md-about-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.__ID__.md-about-4 .com-h2 {
  line-height: 1;
}
.__ID__.md-about-4 .com-h2 .h2 {
  display: inline-block;
  position: relative;
}
.__ID__.md-about-4 .com-h2 .h2::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 0.15em;
}
@media (max-width: 900px) {
  .__ID__.md-about-4 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.__ID__.md-about-4 .h2 {
  color: #fff;
}
.__ID__.md-about-4 .text {
  margin-top: 0.6rem;
  position: relative;
  line-height: 1;
}
.__ID__.md-about-4 .logo {
  margin-bottom: 0.6rem;
}
.__ID__.md-about-4 .logo img {
  height: 1em;
}
.__ID__.md-about-4 .te1 {
  background: linear-gradient(0deg, rgba(113, 183, 64, 0.2), #71b740);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.__ID__.md-about-4 .te2 {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .__ID__.md-about-4 .text {
    margin-top: 1rem;
  }
  .__ID__.md-about-4 .te1 {
    font-size: 0.6rem;
  }
  .__ID__.md-about-4 .te2 {
    top: 0;
    font-size: 0.3rem;
  }
}