.__ID__.md-head {
  height: 1rem;
}
.__ID__.md-head.home {
  height: 0;
}
.__ID__.md-head.home .head-pc {
  background-color: transparent;
}
.__ID__.md-head.home .head-pc .logo {
  filter: none;
}
.__ID__.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.__ID__.md-head.m_show .mob_mask {
  display: block;
}
.__ID__.md-head.is-fixed .head-pc, .__ID__.md-head.white .head-pc {
  background-color: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.__ID__.md-head.is-fixed .head-pc::before, .__ID__.md-head.white .head-pc::before {
  opacity: 0;
}
.__ID__.md-head.is-fixed .head-pc .logo .pi, .__ID__.md-head.white .head-pc .logo .pi {
  display: none;
}
.__ID__.md-head.is-fixed .head-pc .logo .mi, .__ID__.md-head.white .head-pc .logo .mi {
  display: block;
}
.__ID__.md-head.is-fixed .head-pc .ul1 .a1, .__ID__.md-head.white .head-pc .ul1 .a1 {
  color: #333;
}
.__ID__.md-head.is-fixed .head-pc .ul1 .on::after, .__ID__.md-head.white .head-pc .ul1 .on::after {
  background-color: #03a6eb;
}
.__ID__.md-head.is-fixed .head-pc .h-lang .hd, .__ID__.md-head.white .head-pc .h-lang .hd {
  filter: none;
}
.__ID__.md-head.is-fixed .head-pc .h-lang .ic, .__ID__.md-head.white .head-pc .h-lang .ic {
  filter: none;
}
.__ID__.md-head.is-fixed .head-pc .h-lang .ar, .__ID__.md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.__ID__.md-head.is-fixed .head-pc .h-user .hd, .__ID__.md-head.white .head-pc .h-user .hd {
  color: #333;
}
.__ID__.md-head.is-fixed .head-pc .h-login, .__ID__.md-head.white .head-pc .h-login {
  box-shadow: 0 0 0 1px inset #03a6eb;
  color: #03a6eb;
}
.__ID__.md-head.is-fixed .head-pc .h-search .hic, .__ID__.md-head.white .head-pc .h-search .hic {
  filter: none;
}
.__ID__.md-head.white {
  height: 0.9rem;
}
.__ID__.md-head.white .head-pc .logo .pi {
  display: none;
}
.__ID__.md-head.white .head-pc .logo .mi {
  display: block;
}
.__ID__.md-head .mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .__ID__.md-head {
    height: 0.9rem !important;
  }
}

.__ID__.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transition: all 0.3s;
}
.__ID__.head-pc .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .__ID__.head-pc .layout {
    min-width: 800px;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.head-pc {
    height: 0.9rem;
    background-color: #fff;
    background-image: none !important;
  }
}

.__ID__.head-box {
  position: relative;
  z-index: 3;
  padding-top: 0.1rem;
}
.__ID__.head-box .logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.__ID__.head-box .logo img {
  height: 0.5rem;
}
.__ID__.head-box .logo .mi {
  display: none;
}
.__ID__.head-box .ul1 .li1 {
  position: relative;
  padding: 0 0.25rem;
}
.__ID__.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.__ID__.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.__ID__.head-box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.__ID__.head-box .ul1 .has-sub {
  position: static;
}
.__ID__.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  color: #4b494a;
  transition: all 0.3s;
}
.__ID__.head-box .ul1 .a1:hover {
  color: #03a6eb;
}
.__ID__.head-box .ul1 .on::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.__ID__.head-box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.3s;
}
.__ID__.head-box .ul1 .li2 {
  position: relative;
}
.__ID__.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.__ID__.head-box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.1rem 0.15rem;
  background-color: white;
  color: #333;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.__ID__.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #03a6eb;
}
.__ID__.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.__ID__.head-box .ul1 .a3 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.__ID__.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #03a6eb;
}
.__ID__.head-box .h-login {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  color: #fff;
  padding: 0.14rem 0.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0 0 1px inset #fff;
}
.__ID__.head-box .h-login svg {
  width: 1em;
  height: 1em;
  margin-right: 0.12rem;
}
.__ID__.head-box .h-lang {
  position: relative;
  margin-left: 0.2rem;
}
.__ID__.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.__ID__.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
}
.__ID__.head-box .h-lang .h_sel {
  background-color: #e8e5e5;
  border-radius: 3px;
  border: solid 1px #b4b2b3;
  padding: 0.5em 1em;
}
.__ID__.head-box .h-lang .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.head-box .h-lang .on {
  color: #03a6eb;
}
.__ID__.head-box .h-lang .sp {
  margin: 0 0.06rem;
}
.__ID__.head-box .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.head-box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  border-radius: 3px;
  border: solid 1px #b4b2b3;
  background-color: #fff;
  transition: all 0.3s;
  padding: 0.05rem 0;
  z-index: 5;
}
.__ID__.head-box .h-lang .b_a {
  display: flex;
  align-items: center;
  padding: 0.25em 1em;
  padding-left: 2em;
  color: #333;
  min-width: 100%;
}
.__ID__.head-box .h-lang .b_a:hover {
  color: #03a6eb;
}
.__ID__.head-box .h-lang .bic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.__ID__.head-box .h-search {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.__ID__.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
}
.__ID__.head-box .h-more {
  cursor: pointer;
  display: none;
}
.__ID__.head-box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1280px) {
  .__ID__.head-box .ul1 {
    margin-right: 0.2rem;
  }
  .__ID__.head-box .ul1 .li1 {
    margin-right: 0.2rem;
  }
  .__ID__.head-box .h-lang {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 900px) {
  .__ID__.head-box {
    height: 0.9rem;
  }
  .__ID__.head-box .logo .pi {
    display: none;
  }
  .__ID__.head-box .logo .mi {
    display: block;
  }
  .__ID__.head-box .ul1 {
    display: none;
  }
  .__ID__.head-box .h-lang .hd {
    color: #333;
    filter: none;
  }
  .__ID__.head-box .h-lang .ic {
    filter: none;
    background-image: url(../images/h-lang-b.png);
  }
  .__ID__.head-box .h-lang .ar {
    filter: none;
  }
  .__ID__.head-box .h-user .hd {
    color: #333;
  }
  .__ID__.head-box .h-login {
    box-shadow: 0 0 0 1px inset #03a6eb;
    color: #03a6eb;
    padding: 0.14rem 0.2rem;
  }
  .__ID__.head-box .h-search .hic {
    filter: none;
  }
  .__ID__.head-box .h-more {
    display: block;
  }
}

.head-sub {
  position: fixed;
  left: 0;
  top: 100%;
  top: 0.8rem;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
}
.head-sub.show {
  opacity: 1;
  pointer-events: auto;
}
.head-sub .hs-cont {
  position: relative;
  z-index: 6;
}
.head-sub .hs-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.head-sub .hs-box {
  padding: 0.2rem 0;
  position: relative;
}
.head-sub .hs-off {
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 5;
}
.head-sub .hs-list {
  overflow-y: auto;
  max-height: 80vh;
}
.head-sub .hs-item {
  padding-top: 0.25rem;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.head-sub .hs-item:last-child {
  border-bottom: none;
}
.head-sub .hs_le {
  width: 20%;
  position: relative;
}
.head-sub .hs_ri {
  width: 75%;
}
.head-sub .hs-ul1 {
  display: flex;
}
.head-sub .hs-ul1 .hs-li1 {
  width: 2.8rem;
  padding-bottom: 0.3rem;
}
.head-sub .hs-ul1 .hs-li2 {
  width: 2.8rem;
  margin-bottom: 0.1rem;
}
.head-sub .hs-ul1 .hs-li2:last-child {
  margin-bottom: 0;
}
.head-sub .hs-ul1 .aa2 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.head-sub .hs-ul1 .aa2:hover {
  color: #03a6eb;
}
.head-sub .hs-ul1 .aa2:hover .i1 {
  opacity: 0;
}
.head-sub .hs-ul1 .aa2:hover .i2 {
  opacity: 1;
}
.head-sub .hs-ul1 .ic2 {
  width: 1em;
  height: 1.4em;
  position: relative;
  margin-right: 0.14rem;
}
.head-sub .hs-ul1 .ic2 img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.head-sub .hs-ul1 .i2 {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .head-sub {
    display: none !important;
  }
}

.__ID__.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.__ID__.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.__ID__.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.__ID__.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.__ID__.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.__ID__.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #03a6eb;
}
.__ID__.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.__ID__.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.__ID__.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
}
.__ID__.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.__ID__.md-mob_sideNav .hmob_top {
  max-height: calc(100% - 50px - 1rem);
  overflow-y: auto;
  scrollbar-width: thin;
}
.__ID__.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.__ID__.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.__ID__.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.__ID__.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
.__ID__.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.__ID__.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.__ID__.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.__ID__.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.__ID__.md-mob_sideNav .ul3 {
  display: none;
}
.__ID__.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.__ID__.md-mob_sideNav .ul3 .tlist {
  margin-top: 5px;
}
.__ID__.md-mob_sideNav .ul3 .li3 {
  padding-left: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.__ID__.md-mob_sideNav .hm3-login {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #31a8ff;
  border-radius: 0.1rem;
  padding: 0 0.18rem;
  color: #2f80f6;
  height: 0.7rem;
  cursor: pointer;
}
.__ID__.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.__ID__.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.__ID__.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.__ID__.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.__ID__.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.__ID__.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.__ID__.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
.__ID__.md-mob_sideNav .form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.1rem 0;
}
.__ID__.md-mob_sideNav .form .ip {
  width: 100%;
  height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 0.2rem;
  outline: none;
  font-family: inherit;
}
.__ID__.md-mob_sideNav .form .submit {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #03a6eb;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
@media (min-width: 769px) {
  .__ID__.md-mob_sideNav .hmob-money {
    display: none;
  }
}

.__ID__.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.__ID__.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.__ID__.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.__ID__.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.__ID__.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.__ID__.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #03a6eb;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.__ID__.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #d8d8d8;
}

.md-foot-1 {
  position: relative;
}
.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-foot-1 .layout {
    min-width: 800px;
  }
}
.md-foot-1 .box {
  padding-top: 0.25rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.md-foot-1 .ul1 .li1 {
  width: calc( 1 / 6 * 100%);
}
.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: #333;
  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.1rem;
  position: relative;
}
.md-foot-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot-1 .ul1 .a2 {
  line-height: calc( 20 / 14  );
  color: #858585;
  transition: color 0.5s;
}
.md-foot-1 .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .md-foot-1 .ul1 {
    display: block;
  }
  .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-2 {
  position: relative;
}
.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-foot-2 .layout {
    min-width: 800px;
  }
}
.md-foot-2 .box {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  position: relative;
}
.md-foot-2 .href {
  color: #858585;
}
.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: #03a6eb;
}
.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 .ht {
  color: #fff;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 1em;
  height: 1em;
  cursor: pointer;
  border-radius: 0.06rem;
  background-color: #03a6eb;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 46.2962962963%;
  height: 46.2962962963%;
  -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: #03a6eb;
  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);
  }
}
.md-com-banner {
  position: relative;
  z-index: 40;
}
.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-com-banner .layout {
    min-width: 800px;
  }
}
.md-com-banner .cb_ban {
  margin-left: auto;
  margin-right: auto;
  width: 9.1rem;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 901px) {
  .md-com-banner .cb_ban {
    min-width: 900px;
  }
}
.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(200 / 910 * 100%);
  overflow: hidden;
}
.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.2;
}
.md-com-banner .cb_text .cbp1 {
  position: relative;
  letter-spacing: 0.05rem;
}
.md-com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.md-com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.md-com-banner .video video {
  width: 100%;
}
.md-com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.md-com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.md-com-banner .cb_nav .ii {
  height: 1em;
}
.md-com-banner .cb_nav a {
  transition: color 0.3s;
}
.md-com-banner .cb_nav a:hover {
  color: #1fa4e8;
}
.md-com-banner .cb_nav .sp {
  margin: 0 3px;
}
.cbn-swiper {
  background-color: #f7f7f7;
  box-shadow: 0 -1px 0 0 inset #e1e1e1;
}
.cbn-swiper .csw {
  width: auto;
  text-align: center;
}
.cbn-swiper .csa {
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
  color: #333;
  position: relative;
  transition: all 0.3s;
}
.cbn-swiper .csa:hover {
  color: #1fa4e8;
}
.cbn-swiper .csa.on {
  color: #1fa4e8;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1fa4e8;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #1fa4e8;
  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: #1fa4e8;
  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.54rem;
  height: 0.54rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
}
.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: #1fa4e8;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11.1111111111% auto;
  box-shadow: 0 0 0 1px inset #f1f1f1;
  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: #1fa4e8;
}
.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: #1fa4e8;
}

.md-md {
  position: absolute;
  top: -0.9rem;
}
@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@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: #1fa4e8;
  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: #1fa4e8;
  color: #fff;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.form-dialog .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #444;
  cursor: pointer;
  margin-right: 0.12rem;
  margin-bottom: 0.16rem;
  font-weight: 300;
}
.form-dialog .lab.selected .ic {
  box-shadow: 0 0 0 1px #222;
}
.form-dialog .lab.selected .ic::before {
  content: "";
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 3px;
}
.form-dialog .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #999;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 0.4em;
  position: relative;
}
.form-dialog .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@media (max-width: 900px) {
  .form-dialog .form {
    padding: 0.3rem;
  }
  .form-dialog .fi {
    width: 100%;
  }
  .form-dialog .btns {
    text-align: center;
  }
}

.my-dialog {
  display: none;
}
.my-dialog.show {
  display: block;
}
.my-dialog .dlg-cont {
  width: 5rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.58rem 0.5rem 0.65rem;
  background-color: #fff;
}
.my-dialog .off {
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-image: url(../images/a20.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.my-dialog .off:hover {
  background-image: url(../images/a21.png);
}
.my-dialog .ftit {
  font-weight: 600;
  text-align: center;
}
.my-dialog .fbox {
  margin-top: 0.36rem;
}
.my-dialog .fi {
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 0.2rem;
  position: relative;
}
.my-dialog .fi .ic {
  width: 0.7rem;
  height: 0.6rem;
  padding-left: 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.my-dialog .fi .ic::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #ccc;
}
.my-dialog .fi .ii {
  width: 0.2rem;
  height: 0.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.my-dialog .fi .inp {
  flex-grow: 1;
}
.my-dialog .fi .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  padding: 0 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ip::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ip::placeholder {
  color: #bbb;
}
.my-dialog .fi .ta {
  width: 100%;
  height: 1.3rem;
  border: none;
  padding: 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ta::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ta::placeholder {
  color: #bbb;
}
.my-dialog .ww100 {
  width: 100% !important;
}
.my-dialog .f-block {
  display: block;
  height: 0.4rem;
  box-shadow: none;
}
.my-dialog .sel-box {
  flex-grow: 1;
  position: relative;
}
.my-dialog .tshow {
  z-index: 100;
}
.my-dialog .tshow .other {
  display: block;
}
.my-dialog .my-sel {
  width: 100%;
}
.my-dialog .my-sel.show .hd::before {
  transform: translateY(-50%) rotate(225deg);
}
.my-dialog .my-sel.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-dialog .my-sel .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  cursor: pointer;
  color: #999;
  background-color: #f6f6f6;
  position: relative;
  padding: 0 0.2rem;
  padding-right: 0.3rem !important;
}
.my-dialog .my-sel .hd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.my-dialog .my-sel .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-dialog .my-sel .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-dialog .my-sel .blist {
  border-radius: 0.06rem;
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-dialog .my-sel .bitem {
  background-color: #fff;
  color: #666;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
}
.my-dialog .my-sel .bitem:hover {
  background-color: #f1f4f9;
}
.my-dialog .my-sel .bitem.selected {
  background-color: #f1f4f9;
}
.my-dialog .btns {
  margin-top: 0.4rem;
}
.my-dialog .btn {
  width: 100%;
  line-height: 1;
  padding: 0.16rem 0.42rem;
  height: 0.54rem;
  background-color: #1fa4e8;
  color: #fff;
  border: none;
  cursor: pointer;
}
.my-dialog .te {
  text-align: center;
}
.my-dialog .te .t1 {
  font-weight: 600;
}
.my-dialog .te .t2 {
  margin-top: 0.18rem;
}
.my-dialog .te .t3 {
  margin-top: 0.38rem;
}
.my-dialog .te .aa {
  display: inline-block;
  background-color: #1fa4e8;
  color: #fff;
  padding: 0.16rem 0.48rem;
}
@media (max-width: 900px) {
  .my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .my-dialog .fi {
    width: 100%;
  }
  .my-dialog .f-block {
    height: auto;
  }
  .my-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .my-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .my-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.md-com-breadnav {
  z-index: 30;
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
}
.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-com-breadnav .layout {
    min-width: 800px;
  }
}
.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.9rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
}
.md-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 1rem;
  white-space: nowrap;
  color: #666;
  transition: color 0.5s;
}
.md-com-breadnav .bn-swiper .bsa:hover {
  color: #1fa4e8;
}
.md-com-breadnav .bn-swiper .bsa.on {
  color: #1fa4e8;
  box-shadow: 0 -4px 0 0 inset #1fa4e8;
}
.md-com-breadnav .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav .bn-swiper .cta {
  display: block;
  line-height: 0.8rem;
}
.md-com-breadnav .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.8rem;
}
.md-com-breadnav .zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
  color: #1fa4e8;
}
.md-com-breadnav .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.md-com-breadnav .zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.md-com-breadnav .zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.md-com-breadnav .zone-nav .z_a.on, .md-com-breadnav .zone-nav .z_a:hover {
  color: #1fa4e8;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md-com-breadnav .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.md-home-0 {
  position: relative;
  overflow: hidden;
}
.md-home-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-home-0 .layout {
    min-width: 800px;
  }
}
.md-home-0 .ho_sw {
  overflow: hidden;
}
.md-home-0 .ho_sw .img {
  position: relative;
  padding-top: 18.2291666667%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #fff;
}
.md-home-0 .ho_sw .img img,
.md-home-0 .ho_sw .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-0 .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.md-home-0 .ho_sw .txt {
  line-height: 1.25;
}
.md-home-0 .ho_sw .d1 {
  margin-top: 0.3rem;
  letter-spacing: 4px;
}
.md-home-0 .ho_sw .d2 {
  line-height: 1.5;
  margin-top: 0.3rem;
}
.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.md-home-0 .swiper-pagination {
  width: 100%;
  bottom: 0.7rem;
  display: flex;
  justify-content: center;
  z-index: 30;
}
.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;
}
.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);
}
.md-home-0 .swiper-pagination-bullet-active {
  opacity: 1;
  box-shadow: 0 0 0 1px inset #fff;
}
.md-home-0 .swiper-pagination-bullet-active::before {
  transform: scale(0.25);
}
.md-home-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-home-0 .layout {
    min-width: 800px;
  }
}
.md-home-0 .list {
  position: relative;
  z-index: 30;
}
.md-home-0 .li {
  width: 31.5%;
  margin-right: 3%;
  height: 1em;
}
.md-home-0 .li:last-child {
  margin-right: 0;
}
.md-home-0 .dd {
  display: block;
  padding: 0 0.2rem;
  border-radius: 0.1rem 0.1rem 0px 0px;
  border: solid 1px #cecece;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.md-home-0 .dd:hover {
  transform: translateY(calc(-100% + 1em));
}
.md-home-0 .dd:hover .logo {
  opacity: 0;
}
.md-home-0 .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.md-home-0 .logo img {
  height: 90%;
}
.md-home-0 .name {
  line-height: 2.8571428571;
}
.md-home-0 .img {
  padding-top: calc( 110 / 280 * 100%);
}
@media screen and (max-width: 900px) {
  .md-home-0 .list {
    display: none;
  }
}

.md-home-2 {
  padding-top: 0.9rem;
  padding-bottom: 1.05rem;
  position: relative;
  overflow: hidden;
}
.md-home-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-home-2 .layout {
    min-width: 800px;
  }
}
.md-home-2 .d-li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 0.9rem;
}
.md-home-2 .d-li:nth-child(3n) {
  margin-right: 0;
}
.md-home-2 .tops {
  position: relative;
  border-bottom: 1px solid #c0bebd;
  padding-bottom: 0.08rem;
}
.md-home-2 .tops::before {
  content: "";
  width: 0.8rem;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #f8d018 0%, #f8d018 50%, #6fcdf3 50%, #6fcdf3 100%);
}
.md-home-2 .bots {
  padding-top: 0.1rem;
}
.md-home-2 .more {
  color: #005aab;
}
.md-home-2 .li {
  margin-bottom: 0.05rem;
}
.md-home-2 .aa {
  display: flex;
  justify-content: space-between;
}
.md-home-2 .aa:hover .ate {
  color: #1fa4e8;
}
.md-home-2 .aa .ate {
  color: #737270;
  padding-left: 1em;
  position: relative;
  transition: all 0.5s;
}
.md-home-2 .aa .ate::before {
  content: "";
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0%;
  top: calc(50% - 0.5em);
}
.md-home-2 .aa .time {
  flex-shrink: 0;
  margin-left: 0.2rem;
  color: #b3b3b3;
}
.md-home-2 .swiper .img {
  padding-top: calc( 180 / 310 * 100%);
}
@media screen and (max-width: 900px) {
  .md-home-2 .d-list {
    justify-content: space-between;
  }
  .md-home-2 .d-li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .md-home-2 .d-li {
    width: 100%;
  }
}

.__ID__.md-inner-page {
  position: relative;
  padding-top: 0.65rem;
  padding-bottom: 0.5rem;
}
.__ID__.md-inner-page .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .__ID__.md-inner-page .layout {
    min-width: 800px;
  }
}
.__ID__.md-inner-page .inner-left {
  width: 23%;
}
.__ID__.md-inner-page .inner-right {
  width: 74%;
}
@media screen and (max-width: 900px) {
  .__ID__.md-inner-page .inner-left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .__ID__.md-inner-page .inner-right {
    width: 100%;
  }
}
.__ID__.md-inner-page .in-left-top {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #c6c5c3;
}
.__ID__.md-inner-page .n-title {
  color: #1fa4e8;
}
.__ID__.md-inner-page .n-ul {
  margin-top: 0.1rem;
}
.__ID__.md-inner-page .n-ul .na {
  position: relative;
  display: block;
  padding-left: 0.6em;
  line-height: 2;
}
.__ID__.md-inner-page .n-ul .na::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: calc(50% - 0.25em);
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.__ID__.md-inner-page .n-ul .na.on {
  background-color: #1fa4e8;
  color: #fff;
}
.__ID__.md-inner-page .n-ul .na.on::before {
  opacity: 0;
}
.__ID__.md-inner-page .in-left-btn {
  width: 2em;
  height: 1.5em;
  background-color: #e8e5e5;
  border-radius: 3px;
  border: solid 1px #b4b2b3;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .__ID__.md-inner-page .n-ul {
    display: block !important;
  }
  .__ID__.md-inner-page .in-left-btn {
    display: none;
  }
}

.__ID__.inner-head {
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #ccc;
}
.__ID__.inner-head .ih-left img {
  margin-right: 0.1rem;
}
.__ID__.inner-head .h2 {
  color: #1fa4e8;
}
.__ID__.inner-head .breads {
  background-color: #f5f5f5;
  border-radius: 0.05rem;
  color: #4b494a;
  padding: 0.1rem;
}
.__ID__.inner-head .ic {
  width: 0.1rem;
  height: 1px;
  border-top: 1px dashed #ccc;
  margin: 0 0.1rem;
}
@media screen and (max-width: 900px) {
  .__ID__.inner-head .breads {
    display: none;
  }
}

.__ID__.md-inner2_1 {
  padding-top: 0.3rem;
}
.__ID__.md-inner2_1 .content {
  line-height: 1.4285714286;
}
.__ID__.md-inner2_1 .content img {
  width: 3rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  float: right;
}
@media screen and (max-width: 900px) {
  .__ID__.md-inner2_1 .content img {
    width: 100%;
    margin: 0;
    float: none;
  }
}

.__ID__.md-inner2_2 {
  padding-top: 0.3rem;
}
.__ID__.md-inner2_2 .content {
  line-height: 2;
  color: #868585;
}
.__ID__.md-inner2_2 .content img {
  width: 5.4rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  float: right;
}
@media screen and (max-width: 900px) {
  .__ID__.md-inner2_2 .content img {
    width: 100%;
    margin: 0;
    float: none;
  }
}

.__ID__.md-inner2_3 {
  padding-top: 0.3rem;
}
.__ID__.md-inner2_3 .rich-text {
  line-height: 2;
}
.__ID__.md-inner2_3 .li {
  margin-top: 0.8rem;
}
.__ID__.md-inner2_3 .item {
  margin-bottom: 0.48rem;
}
.__ID__.md-inner2_3 .it1 {
  color: #1fa4e8;
  position: relative;
  padding-left: 0.2rem;
}
.__ID__.md-inner2_3 .it1::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border: solid 1px #1fa4e8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.__ID__.md-inner2_3 .intro {
  border-top: 1px dashed #ccc;
  color: #868585;
  line-height: 2;
  padding-top: 0.14rem;
  margin-top: 4px;
}

.__ID__.md-inner2_4 {
  padding-top: 0.3rem;
}
.__ID__.md-inner2_4 .content {
  line-height: 2;
  color: #868585;
}

.__ID__.md-inner2_5 {
  padding-top: 0.3rem;
}
.__ID__.md-inner2_5 .rich-text {
  color: #868585;
  line-height: calc( 30 /  14);
}
.__ID__.md-inner2_5 .li {
  margin-bottom: 0.7rem;
}
.__ID__.md-inner2_5 .tit {
  color: #1fa4e8;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #ccc;
}
.__ID__.md-inner2_5 .intro {
  color: #868585;
  line-height: 2;
  margin-top: 0.28rem;
}

.__ID__.md-inner2_6 {
  padding-top: 0.4rem;
}
.__ID__.md-inner2_6 .tit {
  color: #868585;
}
.__ID__.md-inner2_6 .li {
  margin-bottom: 0.36rem;
}
.__ID__.md-inner2_6 .video {
  margin-top: 0.3rem;
  position: relative;
  padding-top: calc( 360 / 740 * 100%);
}
.__ID__.md-inner2_6 .video-js {
  position: absolute !important;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.__ID__.md-inner2_6 .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.__ID__.md-inner2_7 {
  padding-top: 0.3rem;
}

.__ID__.md-inner2_8 .list {
  margin-top: 0.3rem;
}
.__ID__.md-inner2_8 .li {
  margin-bottom: 0.2rem;
}
.__ID__.md-inner2_8 .year {
  color: #fff;
  background-color: #1fa4e8;
  border-radius: 4px;
  padding: 0.15rem 0.2rem;
}
.__ID__.md-inner2_8 .year .ysp {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.__ID__.md-inner2_8 .year .yline {
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.__ID__.md-inner2_8 .content {
  margin-top: 0.2rem;
  color: #868585;
  line-height: 1.8571428571;
}
.__ID__.md-inner2_8 .content img {
  width: 3.3rem;
  margin-right: 0.2rem;
  float: left;
}
.__ID__.md-inner2_8 .line {
  border-top: 1px dashed #eee;
  margin: 0.2rem 0;
}
@media screen and (max-width: 900px) {
  .__ID__.md-inner2_8 .content img {
    display: block;
    float: none;
    width: 100%;
  }
}

.__ID__.md-inner2_9 {
  padding-top: 0.3rem;
}
.__ID__.md-inner2_9 .imgs {
  margin-top: 0.35rem;
}
.__ID__.md-inner2_9 .imgs .img-i {
  width: calc( 180 / 750 * 100%);
  margin-right: calc( 10 / 750 * 100%);
}
.__ID__.md-inner2_9 .imgs .img-i:nth-child(4n) {
  margin-right: 0;
}
.__ID__.md-inner2_9 .imgs img {
  width: 100%;
}
.__ID__.md-inner2_9 .list {
  margin-top: 0.35rem;
}
.__ID__.md-inner2_9 .li {
  margin-top: 0.6rem;
}
.__ID__.md-inner2_9 .item {
  margin-bottom: 0.14rem;
}
.__ID__.md-inner2_9 .tit {
  color: #1fa4e8;
  margin-bottom: 0.1rem;
}
.__ID__.md-inner2_9 .it1 {
  color: #1fa4e8;
  position: relative;
  padding-left: 0.2rem;
}
.__ID__.md-inner2_9 .it1::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border: solid 1px #1fa4e8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.__ID__.md-inner2_9 .intro {
  border-top: 1px dashed #ccc;
  color: #868585;
  line-height: 2;
  padding-top: 0.14rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-inner2_9 .imgs {
    justify-content: space-between;
  }
  .__ID__.md-inner2_9 .imgs .img-i {
    width: 49%;
    margin: 1% 0;
    margin-right: 0;
  }
}

.__ID__.md-inner-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10.36rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .__ID__.md-inner-banner .layout {
    min-width: 800px;
  }
}
.__ID__.md-inner-banner .cb_bg img {
  width: 100%;
}

.__ID__.md-inner3_1 {
  padding-top: 0.3rem;
}
.__ID__.md-inner3_1 .tops {
  position: relative;
  color: #1fa4e8;
  padding-left: 0.2rem;
}
.__ID__.md-inner3_1 .tops::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #1fa4e8;
}
.__ID__.md-inner3_1 .bots {
  padding-top: 0.1rem;
  margin-top: 0.1rem;
  border-top: 1px dashed #ccc;
}
.__ID__.md-inner3_1 .text {
  width: calc( 350 / 740 * 100%);
  color: #868585;
  line-height: 2;
}
.__ID__.md-inner3_1 .img {
  width: calc( 300 / 740 * 100%);
  margin-right: calc( 30 / 740 * 100%);
}
.__ID__.md-inner3_1 .img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .__ID__.md-inner3_1 .text {
    width: 100%;
    padding: 0.2rem 0;
  }
  .__ID__.md-inner3_1 .img {
    width: 100%;
  }
}

.__ID__.md-inner4_1 {
  padding-top: 0.3rem;
}
.__ID__.md-inner4_1 .rich-text {
  color: #868585;
  line-height: calc( 22 / 14 );
}

.__ID__.md-inner5_1 {
  padding-top: 0.3rem;
}
.__ID__.md-inner5_1 .h2 {
  color: #1fa4e8;
}
.__ID__.md-inner5_1 .citem {
  border-bottom: 1px dashed #ccc;
  color: #868585;
  line-height: calc( 22 / 14  );
  padding-top: 0.25rem;
  padding-bottom: 0.21rem;
}

.__ID__.md-inner5_2 {
  padding-top: 0.3rem;
}
.__ID__.md-inner5_2 .h2 {
  color: #1fa4e8;
}
.__ID__.md-inner5_2 .list {
  margin-top: 0.1rem;
}
.__ID__.md-inner5_2 .item {
  margin-bottom: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ccc;
}
.__ID__.md-inner5_2 .d1 {
  color: #1fa4e8;
}
.__ID__.md-inner5_2 .d2 {
  line-height: calc( 22 / 14 );
  color: #868585;
  margin-top: 0.1rem;
}

.__ID__.md-inner5_4 {
  padding-top: 0.3rem;
}
.__ID__.md-inner5_4 .rich-text {
  line-height: calc( 22 / 14 );
}

.__ID__.md-inner6_1 {
  padding-top: 0.36rem;
}
.__ID__.md-inner6_1 .li {
  color: #1fa4e8;
  margin-bottom: 0.27rem;
}
.__ID__.md-inner6_1 .time {
  position: relative;
  padding-left: 0.2rem;
}
.__ID__.md-inner6_1 .time::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background-color: #1fa4e8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.__ID__.md-inner6_1 .line {
  border-top: 1px dashed #ccc;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.__ID__.md-inner6_1 a {
  display: block;
}
.__ID__.md-inner6_1 a:hover {
  text-decoration: underline;
}

.__ID__.md-inner6_11 {
  padding-top: 0.3rem;
}
.__ID__.md-inner6_11 .h1 {
  color: #1fa4e8;
  position: relative;
  padding-left: 0.2rem;
}
.__ID__.md-inner6_11 .h1::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background-color: #1fa4e8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.__ID__.md-inner6_11 .rich-text {
  padding-top: 0.2rem;
  margin-top: 0.1rem;
  border-top: 1px dashed #ccc;
  color: #868585;
}

.__ID__.md-inner6_2 .list {
  margin-top: 0.3rem;
}
.__ID__.md-inner6_2 .li {
  margin-bottom: 0.25rem;
}
.__ID__.md-inner6_2 .li:last-child {
  margin-bottom: 0;
}
.__ID__.md-inner6_2 .h3 {
  color: #1fa4e8;
  padding-left: 0.2rem;
  position: relative;
}
.__ID__.md-inner6_2 .h3::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background-color: #1fa4e8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.__ID__.md-inner6_2 .content {
  margin-top: 0.1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
  color: #868585;
  line-height: 1.8571428571;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.__ID__.md-inner6_2 img {
  width: 3.5rem;
  margin-right: 0.2rem;
  float: left;
}
@media screen and (max-width: 900px) {
  .__ID__.md-inner6_2 img {
    display: block;
    float: none;
    width: 100%;
  }
}

.__ID__.md-inner7_1 {
  padding-top: 0.3rem;
}
.__ID__.md-inner7_1 .h3 {
  color: #1fa4e8;
}
.__ID__.md-inner7_1 .ul {
  margin-top: 0.16rem;
}
.__ID__.md-inner7_1 .li {
  width: calc( 100 / 740 * 100%);
  margin-right: calc( 40 / 740 * 100%);
  margin-bottom: 0.08rem;
}
.__ID__.md-inner7_1 .li:nth-child(5n) {
  margin-right: 0;
}
.__ID__.md-inner7_1 .dd {
  display: block;
}
.__ID__.md-inner7_1 .dd:hover .text {
  color: #1fa4e8;
}
.__ID__.md-inner7_1 .img {
  padding-top: 136%;
}
.__ID__.md-inner7_1 .text {
  margin-top: 0.08rem;
  transition: all 0.5s;
}

.__ID__.md-inner7_2 {
  padding-top: 0.3rem;
}
.__ID__.md-inner7_2 .li {
  border-bottom: 1px dashed #ccc;
}
.__ID__.md-inner7_2 .dd {
  padding: 0.2rem 0;
}
.__ID__.md-inner7_2 .dd:hover .title {
  text-decoration: underline;
}
.__ID__.md-inner7_2 .time {
  background-color: #eae6e2;
  flex-shrink: 0;
}
.__ID__.md-inner7_2 .t1 {
  width: 4em;
  line-height: 1.6;
}
.__ID__.md-inner7_2 .t2 {
  line-height: calc( 24 / 14 );
  border-top: 1px solid #fff;
}
.__ID__.md-inner7_2 .text {
  flex-grow: 1;
  padding-left: 0.3rem;
}
.__ID__.md-inner7_2 .title {
  color: #428bca;
}
.__ID__.md-inner7_2 .com-select {
  position: relative;
  padding: 0 0.1rem;
  padding-right: 2.2857142857em;
  color: #666;
  background-color: #fff;
  box-shadow: 0 0 0 1px #1fa4e8;
}
.__ID__.md-inner7_2 .com-select::before {
  content: "";
  width: 2.2857142857em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: calc( 14 / 32 * 100%) auto;
  background-position: center;
  pointer-events: none;
  background-color: #1fa4e8;
}
.__ID__.md-inner7_2 .com-select .cur {
  width: 5.5em;
  line-height: 1.5714285714;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.__ID__.md-inner7_2 .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-inner7_3 {
  padding-top: 0.3rem;
}
.__ID__.md-inner7_3 .tip {
  line-height: 2;
  color: #868585;
}
.__ID__.md-inner7_3 .list {
  margin-top: 0.3rem;
}
.__ID__.md-inner7_3 .li {
  width: calc( 240 / 740 * 100%);
  margin-right: calc( 10 / 740 * 100%);
  margin-bottom: 0.1rem;
}
.__ID__.md-inner7_3 .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-inner7_3 .dd {
  display: block;
  background-color: #1fa4e8;
  color: #fff;
  box-shadow: 0 0 0 1px #1fa4e8;
}
.__ID__.md-inner7_3 .dd:hover .name {
  text-decoration: underline;
}
.__ID__.md-inner7_3 .c-pic {
  padding: 2px;
  padding-bottom: 0.2rem;
  background-color: #fff;
}
.__ID__.md-inner7_3 .img {
  padding-top: calc( 166 / 227 * 100%);
}
.__ID__.md-inner7_3 .text {
  padding: 0.1rem;
}
.__ID__.md-inner7_3 .time {
  margin-left: 1em;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .__ID__.md-inner7_3 .list {
    justify-content: space-between;
  }
  .__ID__.md-inner7_3 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.__ID__.md-inner7_4 {
  padding-top: 0.3rem;
}
.__ID__.md-inner7_4 .rich-text {
  line-height: 2;
}

.__ID__.md-inner7_5 .box {
  padding-top: 0.3rem;
}
.__ID__.md-inner7_5 .img {
  width: calc( 320 / 740 * 100%);
}
.__ID__.md-inner7_5 .img img {
  width: 100%;
}
.__ID__.md-inner7_5 .text {
  width: calc( 370 / 740 * 100%);
}
.__ID__.md-inner7_5 .intro {
  color: #868585;
  line-height: 2;
  margin-top: 0.18rem;
}
@media screen and (max-width: 500px) {
  .__ID__.md-inner7_5 .img {
    width: 60%;
    margin: 0 auto;
  }
  .__ID__.md-inner7_5 .text {
    width: 100%;
    margin-top: 0.4rem;
  }
}