@charset "UTF-8";
/* 移动端写法说明见 ./style-mobile-guide.md */
/* 使用scss编写，源文件是indexopc_mobile(scss).css 将后缀改回scss */
/* 默认字体颜色 */
/* 主题色 */
/* 辅助色 */
/* 大间距 */
/* 中间距 */
/* 小间距 */
/* 更小间距 */
/* 背景色 */
body {
  font-family: "Microsoft YaHei";
  color: #000000;
  background-color: #fff;
  overflow-x: hidden !important;
  min-width: auto !important;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.old_type body {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type body {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type body {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

/*使用scss编写，源文件是article_mobile.scss
移动端*/
@media (min-width: 576px) and (max-width: 992px) {
  .customer-services {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .customer-services {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .customer-services {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #barrierfree_container {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  #barrierfree_container {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  #barrierfree_container {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .footer {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 375px) {
  .footer {
    flex-shrink: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .ymout {
    min-width: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .ymout {
    min-width: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .ymout {
    min-width: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
}

.current-position.box-wrap {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .current-position.box-wrap {
    width: 75rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .current-position.box-wrap {
    width: calc(100% - 1.5rem * 2);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .current-position.box-wrap {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 576px) {
  .current-position.box-wrap {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 375px) {
  .current-position.box-wrap {
    width: calc(100% - 1.5rem * 2);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .current-position.box-wrap {
    padding: 1.25rem 0 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .current-position.box-wrap {
    padding: 1.25rem 0 0.75rem;
  }
}
@media screen and (max-width: 375px) {
  .current-position.box-wrap {
    padding: 1.25rem 0 0.75rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .current-position-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.625rem;
    line-height: 1.6;
    color: #94a3b8;
  }
  .current-position-center a {
    color: inherit;
  }
  .current-position-center a:last-child {
    color: #1f2937;
  }
  .current-position-center span {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  .current-position-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.625rem;
    line-height: 1.6;
    color: #94a3b8;
  }
  .current-position-center a {
    color: inherit;
  }
  .current-position-center a:last-child {
    color: #1f2937;
  }
  .current-position-center span {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 375px) {
  .current-position-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.625rem;
    line-height: 1.6;
    color: #94a3b8;
  }
  .current-position-center a {
    color: inherit;
  }
  .current-position-center a:last-child {
    color: #1f2937;
  }
  .current-position-center span {
    margin: 0 1rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .main {
    width: calc(100% - 3rem * 2);
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .main {
    width: calc(100% - 3rem * 2);
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .main {
    width: calc(100% - 3rem * 2);
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-bottom: 3rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .main > table,
.main > table > tbody,
.main > table > tbody > tr.mmout {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .main > table,
.main > table > tbody,
.main > table > tbody > tr.mmout {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .main > table,
.main > table > tbody,
.main > table > tbody > tr.mmout {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .main > table > tbody > tr.mmout > td,
#article > tbody > tr,
#article > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .main > table > tbody > tr.mmout > td,
#article > tbody > tr,
#article > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .main > table > tbody > tr.mmout > td,
#article > tbody > tr,
#article > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .main > table {
    table-layout: auto;
  }
}
@media screen and (max-width: 576px) {
  .main > table {
    table-layout: auto;
  }
}
@media screen and (max-width: 375px) {
  .main > table {
    table-layout: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .tdl {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .tdl {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .tdl {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .tdr {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: transparent;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 576px) {
  .tdr {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: transparent;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 375px) {
  .tdr {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: transparent;
    box-sizing: border-box;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .dqlmlist {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 2.75rem 3rem 3.5rem;
    background: #ffffff;
    border-radius: 2.5rem;
    box-shadow: 0 1.5rem 4.5rem rgba(15, 23, 42, 0.08);
  }
}
@media screen and (max-width: 576px) {
  .dqlmlist {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 2.75rem 3rem 3.5rem;
    background: #ffffff;
    border-radius: 2.5rem;
    box-shadow: 0 1.5rem 4.5rem rgba(15, 23, 42, 0.08);
  }
}
@media screen and (max-width: 375px) {
  .dqlmlist {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 2.75rem 3rem 3.5rem;
    background: #ffffff;
    border-radius: 2.5rem;
    box-shadow: 0 1.5rem 4.5rem rgba(15, 23, 42, 0.08);
  }
}
@media screen and (max-width: 576px) {
  .dqlmlist {
    padding: 2.25rem 2rem 3rem;
  }
}
@media screen and (max-width: 375px) {
  .dqlmlist {
    padding: 2.25rem 2rem 3rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #article {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    table-layout: auto;
  }
}
@media screen and (max-width: 576px) {
  #article {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    table-layout: auto;
  }
}
@media screen and (max-width: 375px) {
  #article {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    table-layout: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #article > tbody,
#article > tbody > tr:last-child {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #article > tbody,
#article > tbody > tr:last-child {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #article > tbody,
#article > tbody > tr:last-child {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #article .title {
    height: auto !important;
    padding: 0 0 2.25rem !important;
    font-size: 4rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
    word-break: break-word;
  }
}
@media screen and (max-width: 576px) {
  #article .title {
    height: auto !important;
    padding: 0 0 2.25rem !important;
    font-size: 4rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
    word-break: break-word;
  }
}
@media screen and (max-width: 375px) {
  #article .title {
    height: auto !important;
    padding: 0 0 2.25rem !important;
    font-size: 4rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
    word-break: break-word;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .xxbtxbq {
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }
}
@media screen and (max-width: 576px) {
  .xxbtxbq {
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }
}
@media screen and (max-width: 375px) {
  .xxbtxbq {
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #article .xxbtxbq > div {
    width: 100% !important;
    margin: 0 !important;
    padding: 1.5rem 0 1.75rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    line-height: 1.7 !important;
    font-size: 2.625rem !important;
    color: #64748b;
  }
}
@media screen and (max-width: 576px) {
  #article .xxbtxbq > div {
    width: 100% !important;
    margin: 0 !important;
    padding: 1.5rem 0 1.75rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    line-height: 1.7 !important;
    font-size: 2.625rem !important;
    color: #64748b;
  }
}
@media screen and (max-width: 375px) {
  #article .xxbtxbq > div {
    width: 100% !important;
    margin: 0 !important;
    padding: 1.5rem 0 1.75rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    line-height: 1.7 !important;
    font-size: 2.625rem !important;
    color: #64748b;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #article td.xxbtxbq > div > div {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  #article td.xxbtxbq > div > div {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  #article td.xxbtxbq > div > div {
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #article .bt_content {
    display: flex !important;
    flex: 1 0 auto;
    flex-direction: column;
    height: auto !important;
    min-height: 0;
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 576px) {
  #article .bt_content {
    display: flex !important;
    flex: 1 0 auto;
    flex-direction: column;
    height: auto !important;
    min-height: 0;
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 375px) {
  #article .bt_content {
    display: flex !important;
    flex: 1 0 auto;
    flex-direction: column;
    height: auto !important;
    min-height: 0;
    padding-top: 1rem !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  div#zoom {
    width: 100% !important;
    flex: 1 0 auto;
    min-height: 0 !important;
    margin: 2.5rem 0 0;
    font-size: 3rem !important;
    line-height: 2;
    color: #333333;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  div#zoom p,
div#zoom span,
div#zoom div,
div#zoom font,
div#zoom td,
div#zoom tr,
div#zoom th,
div#zoom a,
div#zoom b,
div#zoom strong,
div#zoom i,
div#zoom em,
div#zoom u,
div#zoom s,
div#zoom mark,
div#zoom small,
div#zoom big,
div#zoom sub,
div#zoom sup,
div#zoom del,
div#zoom ins,
div#zoom q,
div#zoom cite,
div#zoom code,
div#zoom pre,
div#zoom samp,
div#zoom kbd,
div#zoom var,
div#zoom abbr,
div#zoom dfn,
div#zoom time,
div#zoom meter,
div#zoom progress,
div#zoom article,
div#zoom aside,
div#zoom details,
div#zoom figcaption,
div#zoom figure,
div#zoom footer,
div#zoom header,
div#zoom hgroup,
div#zoom main,
div#zoom menu,
div#zoom nav,
div#zoom section,
div#zoom summary,
div#zoom mark {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
  }
}
@media screen and (max-width: 576px) {
  div#zoom {
    width: 100% !important;
    flex: 1 0 auto;
    min-height: 0 !important;
    margin: 2.5rem 0 0;
    font-size: 3rem !important;
    line-height: 2;
    color: #333333;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  div#zoom p,
div#zoom span,
div#zoom div,
div#zoom font,
div#zoom td,
div#zoom tr,
div#zoom th,
div#zoom a,
div#zoom b,
div#zoom strong,
div#zoom i,
div#zoom em,
div#zoom u,
div#zoom s,
div#zoom mark,
div#zoom small,
div#zoom big,
div#zoom sub,
div#zoom sup,
div#zoom del,
div#zoom ins,
div#zoom q,
div#zoom cite,
div#zoom code,
div#zoom pre,
div#zoom samp,
div#zoom kbd,
div#zoom var,
div#zoom abbr,
div#zoom dfn,
div#zoom time,
div#zoom meter,
div#zoom progress,
div#zoom article,
div#zoom aside,
div#zoom details,
div#zoom figcaption,
div#zoom figure,
div#zoom footer,
div#zoom header,
div#zoom hgroup,
div#zoom main,
div#zoom menu,
div#zoom nav,
div#zoom section,
div#zoom summary,
div#zoom mark {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
  }
}
@media screen and (max-width: 375px) {
  div#zoom {
    width: 100% !important;
    flex: 1 0 auto;
    min-height: 0 !important;
    margin: 2.5rem 0 0;
    font-size: 3rem !important;
    line-height: 2;
    color: #333333;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  div#zoom p,
div#zoom span,
div#zoom div,
div#zoom font,
div#zoom td,
div#zoom tr,
div#zoom th,
div#zoom a,
div#zoom b,
div#zoom strong,
div#zoom i,
div#zoom em,
div#zoom u,
div#zoom s,
div#zoom mark,
div#zoom small,
div#zoom big,
div#zoom sub,
div#zoom sup,
div#zoom del,
div#zoom ins,
div#zoom q,
div#zoom cite,
div#zoom code,
div#zoom pre,
div#zoom samp,
div#zoom kbd,
div#zoom var,
div#zoom abbr,
div#zoom dfn,
div#zoom time,
div#zoom meter,
div#zoom progress,
div#zoom article,
div#zoom aside,
div#zoom details,
div#zoom figcaption,
div#zoom figure,
div#zoom footer,
div#zoom header,
div#zoom hgroup,
div#zoom main,
div#zoom menu,
div#zoom nav,
div#zoom section,
div#zoom summary,
div#zoom mark {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
  }
}
@media screen and (max-width: 576px) {
  div#zoom {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 375px) {
  div#zoom {
    margin-top: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  div#zoom p,
div#zoom li,
div#zoom span,
div#zoom div,
div#zoom td,
div#zoom th {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
@media screen and (max-width: 576px) {
  div#zoom p,
div#zoom li,
div#zoom span,
div#zoom div,
div#zoom td,
div#zoom th {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
@media screen and (max-width: 375px) {
  div#zoom p,
div#zoom li,
div#zoom span,
div#zoom div,
div#zoom td,
div#zoom th {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  div#zoom p {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  div#zoom p {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  div#zoom p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  div#zoom img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 1.5rem auto;
  }
}
@media screen and (max-width: 576px) {
  div#zoom img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 1.5rem auto;
  }
}
@media screen and (max-width: 375px) {
  div#zoom img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 1.5rem auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  div#zoom table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem 0;
    overflow-x: auto;
    box-sizing: border-box;
    border-collapse: collapse;
  }
}
@media screen and (max-width: 576px) {
  div#zoom table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem 0;
    overflow-x: auto;
    box-sizing: border-box;
    border-collapse: collapse;
  }
}
@media screen and (max-width: 375px) {
  div#zoom table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem 0;
    overflow-x: auto;
    box-sizing: border-box;
    border-collapse: collapse;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  div#zoom iframe,
div#zoom video {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 22.5rem;
  }
}
@media screen and (max-width: 576px) {
  div#zoom iframe,
div#zoom video {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 22.5rem;
  }
}
@media screen and (max-width: 375px) {
  div#zoom iframe,
div#zoom video {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 22.5rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  div#zoom pre {
    white-space: pre-wrap;
    word-break: break-word;
  }
}
@media screen and (max-width: 576px) {
  div#zoom pre {
    white-space: pre-wrap;
    word-break: break-word;
  }
}
@media screen and (max-width: 375px) {
  div#zoom pre {
    white-space: pre-wrap;
    word-break: break-word;
  }
}
