
:root {
  /* 主题色 */
  --theme: #222;
  /* 激活色 */
  --active: #222;
}

.md23931.Footer {
  width: 100%;
  background: #111;
  overflow: hidden;
}
.md23931.Footer .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .md23931.Footer .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.md23931.Footer .FTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7rem 0 0.6rem;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #333;
}
.md23931.Footer .FLogo {
  width: auto;
}
.md23931.Footer .FLogo .Logo {
  display: block;
  width: 2.48rem;
  height: 0.5rem;
}
.md23931.Footer .FLogo .Logo img {
  width: 100%;
  height: 100%;
}
.md23931.Footer .FTab {
  width: 7.6rem;
}
.md23931.Footer .FTab .TabList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md23931.Footer .FTab .TabItemI {
  width: auto;
}
.md23931.Footer .FTab .TabItemI .ItemIHref {
  width: 100%;
}
.md23931.Footer .FTab .TabItemI .ItemIHref .IHref {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
.md23931.Footer .FTab .TabItemI .ItemIHref .IDrop {
  display: none;
}
.md23931.Footer .FMain {
  width: 100%;
}
.md23931.Footer .FContact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md23931.Footer .FContact .ContactInfo {
  width: 7.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.93rem;
}
.md23931.Footer .FContact .ContactInfo .Info {
  width: 43%;
}
.md23931.Footer .FContact .ContactInfo .Info .InfoTitle {
  width: 100%;
  color: #666;
  line-height: 1.5;
}
.md23931.Footer .FContact .ContactInfo .Info .InfoContent {
  width: 100%;
  color: #fff;
  line-height: 1.75;
  margin-top: 0.06rem;
}
.md23931.Footer .FContact .ContactInfo .Info .InfoMedia {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.15rem;
}
.md23931.Footer .FContact .ContactInfo .Info .InfoMedia .Media {
  display: block;
  margin-right: 0.3rem;
}
.md23931.Footer .FContact .ContactInfo .Info .InfoMedia .Media:last-child {
  margin-right: 0;
}
.md23931.Footer .FContact .ContactInfo .Info .InfoMedia .Media .Icon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 18px;
  min-height: 18px;
}
.md23931.Footer .FContact .ContactInfo .Info .InfoMedia .Media img {
  display: none;
}
.md23931.Footer .FContact .ContactForm {
  width: 7.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.7rem;
}
.md23931.Footer .FContact .ContactForm .FormInput {
  width: calc((100% - .5rem)/ 2);
  margin-right: 0.5rem;
}
.md23931.Footer .FContact .ContactForm .FormInput:nth-child(2n) {
  margin-right: 0;
}
.md23931.Footer .FContact .ContactForm .FormInput input {
  width: 100%;
  height: 0.7rem;
  min-height: 42px;
  line-height: 1.5;
  border: none;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #333;
}
.md23931.Footer .FContact .ContactForm .FormInput input::-webkit-input-placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormInput input::-moz-placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormInput input:-ms-input-placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormInput input::-ms-input-placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormInput input::placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormInput input:focus {
  border-bottom-color: #fff;
}
.md23931.Footer .FContact .ContactForm .FormTextarea {
  width: 100%;
  margin-top: 0.28rem;
}
.md23931.Footer .FContact .ContactForm .FormTextarea textarea::-webkit-input-placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormTextarea textarea::-moz-placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormTextarea textarea:-ms-input-placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormTextarea textarea::-ms-input-placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormTextarea textarea::placeholder {
  color: #666;
}
.md23931.Footer .FContact .ContactForm .FormTextarea textarea:focus {
  border-bottom-color: #fff;
}
.md23931.Footer .FContact .ContactForm .FormTextarea textarea {
  width: 100%;
  height: 1.15rem;
  min-height: 72px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  padding: 0.07rem 0;
  border: none;
  background: transparent;
  line-height: 1.3;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #333;
}
.md23931.Footer .FContact .ContactForm .FormButtons {
  width: 100%;
  margin-top: 0.45rem;
}
.md23931.Footer .FContact .ContactForm .FormButtons .Button {
  padding: 0.13rem 0.62rem;
  border: none;
  color: #fff;
  background: var(--theme);
  cursor: pointer;
}
.md23931.Footer .FBottom {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid transparent;
  border-top: 0.01rem solid #333;
  margin-top: 1.05rem;
}
.md23931.Footer .FBottom .Copy {
  color: #fff;
  opacity: 0.4;
  width: 100%;
}
@media (max-width: 1200px) {
  .md23931.Footer .FTab {
    width: 50%;
  }
  .md23931.Footer .FContact .ContactForm {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .md23931.Footer .FTop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md23931.Footer .FTab {
    width: 100%;
    margin-top: 0.5rem;
  }
  .md23931.Footer .FContact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md23931.Footer .FContact .ContactInfo {
    width: 100%;
    margin-top: 0.6rem;
  }
  .md23931.Footer .FContact .ContactInfo .Info {
    width: 49%;
    margin-top: 0.3rem;
  }
  .md23931.Footer .FContact .ContactForm {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .md23931.Footer .FTab .TabList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md23931.Footer .FTab .TabItemI {
    width: 50%;
  }
  .md23931.Footer .FTab .TabItemI .ItemIHref {
    padding: 0.1rem 0;
  }
  .md23931.Footer .FContact .ContactInfo .Info {
    width: 100%;
  }
  .md23931.Footer .FContact .ContactForm .FormInput {
    width: 100%;
    margin-right: 0;
    margin-top: 0.28rem;
  }
  .md23931.Footer .FContact .ContactForm .FormInput:first-child {
    margin-top: 0;
  }
}

@-webkit-keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 侧边栏 */
.SideBar.md23931 {
  position: fixed;
  right: 0.2rem;
  top: 30%;
  z-index: 9;
}
.SideBar.md23931 .Function {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 37.5px;
  min-height: 37.5px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 5;
  border: 0.01rem solid #eee;
}
.SideBar.md23931 .Function:last-child {
  margin-bottom: 0;
}
.SideBar.md23931 .Function .FunctionIcon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--theme);
}
.SideBar.md23931 .Function:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.SideBar.md23931 .Function:hover .FunctionIcon {
  color: #fff;
}
.SideBar.md23931 .Function:hover .FunctionText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SideBar.md23931 .ReturnTop .FunctionIcon {
  width: 36%;
  height: 36%;
}
.SideBar.md23931 .Msg .FunctionIcon {
  width: 40%;
  height: 40%;
}
.SideBar.md23931 .Msg .FunctionText {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: translateX(calc(-100% - 0.1rem));
          transform: translateX(calc(-100% - 0.1rem));
  background: var(--theme);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: none;
}
.SideBar.md23931 .Msg .FunctionText .Text {
  color: #fff;
  white-space: nowrap;
  line-height: 1.5;
  padding: 0 0.2rem;
}

:root {
  /* 主题色 */
  --theme: #222;
  /* 激活色 */
  --active: #222;
}

:root {
  /* 主题色 */
  --theme: #222;
  /* 激活色 */
  --active: #222;
}

.md23932.Header {
  width: 100%;
}
.md23932.Header .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .md23932.Header .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.md23932.Header .HBoard {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.md23932.Header .HLogo {
  width: auto;
  margin-left: 1.2rem;
}
.md23932.Header .HLogo .Logo {
  width: 1.7rem;
  height: 0.34rem;
  margin: 0.23rem 0;
  display: block;
  position: relative;
  z-index: 5;
}
.md23932.Header .HLogo .D {
  opacity: 1;
}
.md23932.Header .HLogo .F {
  opacity: 0;
}
.md23932.Header .HLogo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md23932.Header .HTab {
  width: auto;
}
.md23932.Header .HTab .TabList {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.md23932.Header .HTab .TabItemI {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 5;
}
@media (min-width: 901px) {
  .md23932.Header .HTab .TabItemI:hover .ItemIHref .IHref {
    color: var(--theme);
  }
  .md23932.Header .HTab .TabItemI:hover .ItemIList {
    display: block;
  }
}
.md23932.Header .HTab .TabItemI .ItemIHref {
  width: auto;
  height: 100%;
}
.md23932.Header .HTab .TabItemI .ItemIHref .IHref {
  padding: 0 0.34rem;
  height: 100%;
  color: #333;
  line-height: 1.8;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md23932.Header .HTab .TabItemI .ItemIList {
  display: none;
  position: absolute;
  width: auto;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0.1rem 0 #ccc;
          box-shadow: 0 0 0.1rem 0 #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
.md23932.Header .HTab .TabItemII {
  width: 100%;
}
@media (min-width: 901px) {
  .md23932.Header .HTab .TabItemII:hover .ItemIIHref .IIHref {
    background-color: var(--theme);
    color: #fff;
  }
}
.md23932.Header .HTab .TabItemII .ItemIIHref {
  width: 100%;
}
.md23932.Header .HTab .TabItemII .ItemIIHref .IIHref {
  text-align: center;
  padding: 0.14rem 0.2rem;
  word-wrap: break-word;
  line-height: 1.2;
  letter-spacing: 0.01rem;
  color: var(--theme);
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md23932.Header .HControl {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.md23932.Header .HLang {
  width: auto;
  padding: 0 0.2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  border-left: 0.01rem solid transparent;
  border-right: 0.01rem solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md23932.Header .HLang:hover .LangOptions {
  display: block;
}
.md23932.Header .HLang .LangBoard {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.md23932.Header .HLang .LangText {
  width: auto;
  color: var(--theme);
  margin-right: 0.1rem;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md23932.Header .HLang .LangArrow {
  width: 0.1rem;
  height: 0.1rem;
  min-width: 8px;
  min-height: 8px;
  color: var(--theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md23932.Header .HLang .LangOptions {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-box-shadow: 0 0 0.1rem 0 #ccc;
          box-shadow: 0 0 0.1rem 0 #ccc;
  display: none;
}
.md23932.Header .HLang .LangOption {
  width: 100%;
  padding: 0.14rem 0;
  color: #666;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md23932.Header .HLang .LangOption:hover {
  background-color: var(--theme);
  color: #fff;
}
.md23932.Header .HSearch {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.32rem;
  border-left: 0.01rem solid transparent;
  border-right: 0.01rem solid transparent;
}
.md23932.Header .HSearch .SearchIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.md23932.Header .HSearch .SearchIcon .Icon {
  color: var(--theme);
  cursor: pointer;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  min-width: 12px;
  min-height: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md23932.Header .HSearch .SearchDialog {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background-color: #fff;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 0 0.05rem #ccc;
          box-shadow: 0 0 0.05rem #ccc;
  display: none;
}
.md23932.Header .HSearch .SearchClose {
  width: 0.2rem;
  min-width: 16px;
  height: 0.2rem;
  min-height: 16px;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  z-index: 3;
  cursor: pointer;
}
.md23932.Header .HSearch .SearchClose::before, .md23932.Header .HSearch .SearchClose::after {
  width: 10%;
  background: var(--theme);
  height: 80%;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.md23932.Header .HSearch .SearchClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.md23932.Header .HSearch .SearchClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.md23932.Header .HSearch .SearchFrame {
  width: 64%;
  min-width: 300px;
  height: 0.46rem;
  min-height: 40px;
  border: 0.01rem solid var(--theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.md23932.Header .HSearch .SearchFrame .SearchInput {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.md23932.Header .HSearch .SearchFrame .SearchInput input {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  border: 0.01rem solid var(--theme);
  padding: 0 0.1rem;
}
.md23932.Header .HSearch .SearchFrame .SearchButton {
  width: auto;
  height: 100%;
  font-size: 0;
}
.md23932.Header .HSearch .SearchFrame .SearchButton button {
  width: 100%;
  height: 100%;
  padding: 0 0.32rem;
  color: #fff;
  background-color: var(--theme);
  border: 0.02rem solid var(--theme);
  cursor: pointer;
}
.md23932.Header .HMenu {
  width: auto;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 0.31rem;
  border-left: 0.01rem solid transparent;
  border-right: 0.01rem solid transparent;
}
.md23932.Header .HMenu .MenuIcon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.md23932.Header .HMenu .MenuIcon::before, .md23932.Header .HMenu .MenuIcon::after, .md23932.Header .HMenu .MenuIcon div {
  width: 80%;
  height: 9%;
  display: block;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--theme);
}
@media (max-width: 1200px) {
  .md23932.Header .HLogo {
    margin-left: 10px;
  }
}
@media (max-width: 900px) {
  .md23932.Header .HTab {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 10;
  }
  .md23932.Header .HTab .TabList {
    width: 64%;
    height: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
    overflow-y: auto;
  }
  .md23932.Header .HTab .TabItemI {
    height: auto;
  }
  .md23932.Header .HTab .TabItemI .ItemIHref {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md23932.Header .HTab .TabItemI .ItemIHref .IHref {
    padding: 0;
    width: auto;
    height: auto;
    color: #000;
  }
  .md23932.Header .HTab .TabItemI .ItemIHref .IDrop {
    display: block;
  }
  .md23932.Header .HTab .TabItemI .ItemIHref .IDrop::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .md23932.Header .HTab .TabItemI .ItemIHref .IDrop.Open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .md23932.Header .HTab .TabItemI .ItemIHref.In .IHref {
    color: var(--theme);
  }
  .md23932.Header .HTab .TabItemI .ItemIHref.In .IDrop::after {
    border-top-color: var(--theme);
  }
  .md23932.Header .HTab .TabItemI .ItemIList {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: static;
    left: auto;
    top: auto;
    z-index: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }
  .md23932.Header .HTab .TabItemII .ItemIIHref .IIHref {
    text-align: left;
    padding: 5px 20px;
    color: #000;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .md23932.Header .HTab .TabItemII .ItemIIHref.In .IIHref {
    color: var(--theme);
  }
  .md23932.Header .HTab .TabItemI .ItemIHref.In .IHref {
    color: var(--theme);
  }
  .md23932.Header .HTab .TabItemII .ItemIIHref.In .IIHref {
    color: var(--theme);
  }
  .md23932.Header .HTab.Show {
    display: block;
  }
  .md23932.Header .HMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.md23932.Header.Float .HBoard {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}
@media (min-width: 901px) {
  .md23932.Header.Float .HTab .TabItemI:hover .ItemIHref .IHref {
    color: #fff;
  }
}
.md23932.Header.Float .HTab .TabItemI .ItemIHref .IHref {
  color: #fff;
}
.md23932.Header.Float .HSearch {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.md23932.Header.Float .HSearch .SearchIcon .Icon {
  color: #fff;
}
.md23932.Header.Float .HLogo .D {
  opacity: 0;
}
.md23932.Header.Float .HLogo .F {
  opacity: 1;
}
.md23932.Header.Float .HLang {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.md23932.Header.Float .HLang .LangText {
  color: #fff;
}
.md23932.Header.Float .HLang .LangArrow {
  color: #fff;
}
.md23932.Header.Float .HMenu {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.md23932.Header.Float .HMenu .MenuIcon::before, .md23932.Header.Float .HMenu .MenuIcon::after, .md23932.Header.Float .HMenu .MenuIcon div {
  background: #fff;
}
@media (max-width: 900px) and (min-width: 901px) {
  .md23932.Header.Float .HTab .TabItemI:hover .ItemIHref .IHref {
    color: var(--theme);
  }
}
@media (max-width: 900px) {
  .md23932.Header.Float .HTab .TabItemI .ItemIHref .IHref {
    color: var(--theme);
  }
}
.h-car{display:inline-block;vertical-align:middle;cursor:pointer;margin-right:.3rem;width:1em;height:.8rem;line-height:.8rem}
.h-car img{max-width:100%;max-height:100%}

.md23934.md-com-banner {
  position: relative;
}
.md23934.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md23934.md-com-banner .cb_ban {
  position: relative;
}
.md23934.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(500 / 1920 * 100%);
  overflow: hidden;
}
.md23934.md-com-banner .cb_bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md23934.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.2;
  text-align: center;
}
.md23934.md-com-banner .title {
  line-height: 1.25;
}
.md23934.md-com-banner .intro {
  margin-top: 0.16rem;
}
.md23934.md-com-banner .vline {
  width: 1px;
  height: 0.8rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.md23934.md-com-banner .video video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .md23934.md-com-banner .cb_bg {
    padding-top: 40%;
  }
}
@media screen and (max-width: 500px) {
  .md23934.md-com-banner .vline {
    display: none;
  }
}

.md23936.md-com-bread {
  box-shadow: 0 -1px 0 0 inset #e9edf4;
}
.md23936.md-com-bread .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md23936.md-com-bread .bread {
  position: relative;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  color: #666;
  line-height: 1;
}
.md23936.md-com-bread .bread .home {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.md23936.md-com-bread .bread svg {
  width: 1em;
  height: 1em;
  color: var(--theme);
}
.md23936.md-com-bread .bn-swiper {
  max-width: 50%;
}
.md23936.md-com-bread .bn-swiper .bsa {
  position: relative;
  width: auto;
  white-space: nowrap;
  transition: color 0.5s;
}
.md23936.md-com-bread .bn-swiper .bsa:hover {
  color: var(--theme);
}
.md23936.md-com-bread .bn-swiper .bsa.on {
  color: #fff;
  background-color: var(--theme);
}
.md23936.md-com-bread .bn-swiper .cta {
  min-width: 1.6rem;
  display: block;
  line-height: 0.8rem;
  text-align: center;
  padding: 0 1em;
}
.md23936.md-com-bread .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) {
  .md23936.md-com-bread .bn-swiper {
    width: 100%;
    max-width: none;
    margin-top: 0.1rem;
  }
  .md23936.md-com-bread .bn-swiper .cta {
    line-height: 2.5;
  }
}

.md23937.md-com-bread {
  box-shadow: 0 -1px 0 0 inset #e9edf4;
}
.md23937.md-com-bread .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md23937.md-com-bread .bread {
  position: relative;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  color: #666;
  line-height: 1;
}
.md23937.md-com-bread .bread .home {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.md23937.md-com-bread .bread svg {
  width: 1em;
  height: 1em;
  color: var(--theme);
}
.md23937.md-com-bread .bn-swiper {
  max-width: 50%;
}
.md23937.md-com-bread .bn-swiper .bsa {
  position: relative;
  width: auto;
  white-space: nowrap;
  transition: color 0.5s;
}
.md23937.md-com-bread .bn-swiper .bsa:hover {
  color: var(--theme);
}
.md23937.md-com-bread .bn-swiper .bsa.on {
  color: #fff;
  background-color: var(--theme);
}
.md23937.md-com-bread .bn-swiper .cta {
  min-width: 1.6rem;
  display: block;
  line-height: 0.8rem;
  text-align: center;
  padding: 0 1em;
}
.md23937.md-com-bread .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) {
  .md23937.md-com-bread .bn-swiper {
    width: 100%;
    max-width: none;
    margin-top: 0.1rem;
  }
  .md23937.md-com-bread .bn-swiper .cta {
    line-height: 2.5;
  }
}

.md23938.md-com-banner {
  position: relative;
}
.md23938.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md23938.md-com-banner .cb_ban {
  position: relative;
}
.md23938.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(500 / 1920 * 100%);
  overflow: hidden;
}
.md23938.md-com-banner .cb_bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md23938.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.2;
  text-align: center;
}
.md23938.md-com-banner .title {
  line-height: 1.25;
}
.md23938.md-com-banner .intro {
  margin-top: 0.16rem;
}
.md23938.md-com-banner .vline {
  width: 1px;
  height: 0.8rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.md23938.md-com-banner .video video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .md23938.md-com-banner .cb_bg {
    padding-top: 40%;
  }
}
@media screen and (max-width: 500px) {
  .md23938.md-com-banner .vline {
    display: none;
  }
}
