<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --themes:#073389; }

.w1000 {
  width: 10rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  max-width: 100%; }

@media (max-width: 1020px) {
  .w1000 {
    width: 90%; } }
@media (max-width: 800px) {
  .w1000 {
    width: 94%; } }
.w1200 {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  max-width: 120%; }

@media (max-width: 1220px) {
  .w1200 {
    width: 90%; } }
@media (max-width: 800px) {
  .w1200 {
    width: 94%; } }
.nanner {
  width: 100%;
  position: relative; }
  .nanner .imgs {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .nanner .imgs .img {
      width: 100%;
      padding-top: 31.25%; }
  .nanner .vox {
    position: absolute;
    left: calc(260 / 1920 * 100%);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .nanner .vox .vit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.2; }
    .nanner .vox .id {
      margin-top: 0.3rem;
      width: 21px; }
      .nanner .vox .id img {
        width: 100%;
        display: block; }
  .nanner .nanpers {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(3, 3, 3, 0.3); }
    .nanner .nanpers .nanper {
      width: 100%;
      padding: 0.1rem 0; }
      .nanner .nanpers .nanper .swiper-slide {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        position: relative;
        padding: 0 0.3rem; }
        .nanner .nanpers .nanper .swiper-slide a {
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          line-height: 3; }
          .nanner .nanpers .nanper .swiper-slide a:after {
            content: ' ';
            position: absolute;
            height: 0.03rem;
            width: 100%;
            background-color: #e7141a;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0.08rem;
            opacity: 0;
            transition: all ease 0.5s; }
      .nanner .nanpers .nanper .swiper-wrapper.center {
        justify-content: center; }
      .nanner .nanpers .nanper .swiper-slide.on a {
        position: relative; }
        .nanner .nanpers .nanper .swiper-slide.on a:after {
          opacity: 1; }

@media (max-width: 1420px) {
  .nanner .vox {
    left: 5%; } }
@media (max-width: 800px) {
  .nanner .imgs .img {
    padding-top: 45%; }
  .nanner .vox {
    left: 3%; } }
.crumbs {
  width: 100%; }
  .crumbs .crumb {
    width: 100%;
    font-size: 0;
    padding: 0.15rem 0; }
    .crumbs .crumb a {
      display: inline-block;
      vertical-align: middle;
      color: #666;
      line-height: 2; }
      .crumbs .crumb a span {
        display: inline-block;
        color: #666;
        line-height: 2;
        margin: 0 0.14rem; }
    .crumbs .crumb a:hover {
      color: var(--themes); }
      .crumbs .crumb a:hover span {
        color: #666; }
    .crumbs .crumb a:last-child span {
      display: none; }

.prolists {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0; }
  .prolists .prolist {
    width: 100%;
    font-size: 0; }
    .prolists .prolist .proem {
      display: inline-block;
      vertical-align: top;
      width: calc(324 / 1400 * 100%);
      margin-right: calc(34 / 1400 * 100%);
      margin-bottom: 0.3rem;
      position: relative; }
      .prolists .prolist .proem a {
        width: 100%;
        display: block; }
      .prolists .prolist .proem .imgs {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: calc(230 / 324 * 100%);
        overflow: hidden; }
        .prolists .prolist .proem .imgs .img {
          width: 100%;
          padding-top: 86.95%;
          transition: all ease 0.5s; }
      .prolists .prolist .proem .epom {
        width: 100%;
        display: block;
        background-color: #f6f6f6;
        margin-top: 0.6rem;
        padding: 1.6rem 0.35rem 0.7rem;
        transition: all ease 0.5s; }
        .prolists .prolist .proem .epom .eit {
          width: 100%;
          color: #222;
          font-weight: bold;
          line-height: 1.4;
          height: 2.8em; }
        .prolists .prolist .proem .epom .pim {
          width: 100%;
          color: #666;
          line-height: 1.5;
          height: 3em;
          margin-top: 0.2rem; }
    .prolists .prolist .proem:nth-child(4n) {
      margin-right: 0; }
    .prolists .prolist .proem:hover .epom {
      background-color: var(--themes); }
      .prolists .prolist .proem:hover .epom .eit, .prolists .prolist .proem:hover .epom .pim {
        color: #fff; }

@media (max-width: 800px) {
  .prolists .prolist .proem .epom {
    padding: 2.2rem 0.3rem 0.6rem; } }
.newtom {
  width: 100%;
  padding: 0.3rem 0; }
  .newtom .newtlis {
    width: 100%;
    font-size: 0; }
    .newtom .newtlis .nevom {
      display: inline-block;
      vertical-align: top;
      width: calc(440 / 1400 * 100% );
      margin-bottom: 0.5rem;
      margin-right: calc(39 / 1400 * 100%);
      overflow: hidden;
      border-radius: 0.2rem; }
      .newtom .newtlis .nevom a {
        width: 100%;
        display: block; }
      .newtom .newtlis .nevom .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .newtom .newtlis .nevom .imgs .img {
          width: 100%;
          padding-top: 70.45%;
          transition: all ease 0.5s; }
      .newtom .newtlis .nevom .toms {
        width: 100%;
        padding: 0.32rem 0.32rem 0;
        border: solid 1px #e8e8e8; }
        .newtom .newtlis .nevom .toms .vit {
          width: 100%;
          color: #222;
          line-height: 1.5;
          height: 3em; }
        .newtom .newtlis .nevom .toms .kom {
          width: 100%;
          color: #666;
          line-height: 1.5;
          height: 3em;
          margin-top: 0.1rem; }
        .newtom .newtlis .nevom .toms .dob {
          width: 100%;
          padding: 0.25rem 0 0.4rem;
          font-size: 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 0.3rem;
          border-top: solid 1px #e8e8e8; }
          .newtom .newtlis .nevom .toms .dob .des {
            display: inline-block;
            vertical-align: middle;
            width: auto; }
            .newtom .newtlis .nevom .toms .dob .des span {
              display: inline-block;
              vertical-align: middle;
              width: 16px;
              position: relative;
              top: -0.02rem;
              margin-right: 0.1rem; }
              .newtom .newtlis .nevom .toms .dob .des span img {
                width: 100%;
                display: block; }
          .newtom .newtlis .nevom .toms .dob .dek {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            color: #222;
            line-height: 1.5; }
    .newtom .newtlis .nevom:nth-child(3n) {
      margin-right: 0; }
    .newtom .newtlis .nevom:hover .imgs .img {
      transform: scale(1.1); }
    .newtom .newtlis .nevom:hover .toms .vit {
      color: var(--themes); }

.canner {
  width: 100%;
  position: relative; }
  .canner .vomd {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: calc(880 / 1920 * 100%);
    right: 0;
    background-color: rgba(7, 51, 137, 0.75);
    padding: 0.66rem; }
    .canner .vomd .vit {
      width: 100%;
      color: #fff;
      line-height: 1.3;
      margin-bottom: 0.24rem; }
    .canner .vomd .sim {
      width: 100%;
      color: #fff;
      line-height: 1.5; }
      .canner .vomd .sim p {
        color: #fff;
        line-height: 1.5; }
  .canner .imgs {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .canner .imgs .img {
      width: 100%;
      padding-top: 44.47%; }
  .canner .crumbs.tops {
    position: absolute;
    top: 0.15rem;
    z-index: 2; }

@media (max-width: 800px) {
  .canner .vomd {
    width: 100%;
    position: relative;
    background-color: var(--themes); } }
.vodular {
  width: 100%; }
  .vodular .vitop {
    width: 100%;
    margin-bottom: 0.6rem; }
    .vodular .vitop .vid {
      width: 100%;
      color: #222;
      font-weight: bold;
      line-height: 1.4;
      text-align: center; }
    .vodular .vitop .vip {
      width: 100%;
      color: #222;
      line-height: 1.5;
      font-weight: bold;
      margin-top: 0.3rem;
      text-align: center; }
      .vodular .vitop .vip p {
        color: #222;
        line-height: 1.5; }
    .vodular .vitop .tip {
      width: 100%;
      color: #222;
      font-weight: bold;
      line-height: 1.4; }
      .vodular .vitop .tip p {
        color: #222;
        font-weight: bold;
        line-height: 1.4; }

.modum {
  width: 100%;
  padding: 0.7rem 0; }
  .modum .mitem {
    width: 100%;
    padding: 0.7rem 0; }
    .modum .mitem .iconlist {
      width: 100%;
      font-size: 0; }
      .modum .mitem .iconlist .ictom {
        display: inline-block;
        vertical-align: top;
        width: calc(25%);
        position: relative;
        padding: 0 0.3rem;
        margin-bottom: 0.3rem;
        cursor: pointer; }
        .modum .mitem .iconlist .ictom:after {
          content: ' ';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          background-color: #e5e5e5;
          height: 0.56rem;
          right: 0; }
        .modum .mitem .iconlist .ictom .ic {
          display: inline-block;
          vertical-align: middle;
          width: 0.6rem;
          height: 0.6rem;
          margin-right: 0.1rem; }
          .modum .mitem .iconlist .ictom .ic img {
            width: 100%;
            display: block; }
        .modum .mitem .iconlist .ictom .cm {
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 0.7rem);
          color: #222;
          font-weight: bold;
          line-height: 1.3;
          transition: all ease 0.5s; }
      .modum .mitem .iconlist .ictom:nth-child(4n) {
        margin-right: 0; }
        .modum .mitem .iconlist .ictom:nth-child(4n):after {
          display: none; }
      .modum .mitem .iconlist .ictom.on .cm {
        color: var(--themes); }
      .modum .mitem .iconlist .ictom:hover .cm {
        color: var(--themes);
        transform: scale(1.05); }
    .modum .mitem .iconent {
      width: 100%;
      display: block; }
      .modum .mitem .iconent .intom {
        width: 100%;
        display: none; }
      .modum .mitem .iconent .intom.on {
        display: block; }
    .modum .mitem .manper {
      width: 100%;
      position: relative; }
      .modum .mitem .manper .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .modum .mitem .manper .imgs .img {
          width: 100%;
          padding-top: 57.65%; }
      .modum .mitem .manper .mon {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(5, 5, 5, 0.47);
        left: 0;
        right: 0;
        z-index: 2;
        padding: 0.5rem 0.3rem; }
        .modum .mitem .manper .mon .min {
          width: 100%;
          max-width: 8rem;
          display: block;
          margin: 0 auto;
          color: #fff;
          line-height: 1.5; }
          .modum .mitem .manper .mon .min p {
            color: #fff;
            line-height: 1.5; }
    .modum .mitem .vmgs {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .modum .mitem .vmgs .img {
        width: 100%;
        padding-top: 51.42%; }
      .modum .mitem .vmgs .videoc {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 4;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 1;
        transition: all ease 0.5s;
        z-index: 5; }
        .modum .mitem .vmgs .videoc .vom {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 3; }
    .modum .mitem .vetomlis {
      width: 100%;
      margin-top: 1rem; }
      .modum .mitem .vetomlis .vedom {
        width: 100%;
        font-size: 0;
        background-color: #f6f6f6;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        transition: all ease 0.5s; }
        .modum .mitem .vetomlis .vedom .vel {
          display: inline-block;
          vertical-align: middle;
          width: calc(700 / 1400 * 100%);
          position: relative;
          overflow: hidden; }
          .modum .mitem .vetomlis .vedom .vel .img {
            width: 100%;
            padding-top: 95.65%; }
        .modum .mitem .vetomlis .vedom .ver {
          display: inline-block;
          vertical-align: middle;
          width: calc(700 / 1400 * 100%);
          padding: 0.3rem 0.9rem; }
          .modum .mitem .vetomlis .vedom .ver .dop {
            width: 100%;
            font-size: 0;
            margin-bottom: 0.3rem; }
            .modum .mitem .vetomlis .vedom .ver .dop span {
              display: inline-block;
              vertical-align: middle;
              background-color: var(--themes);
              color: #fff;
              line-height: 2;
              padding: 0 0.1rem;
              border-radius: 0.1rem; }
          .modum .mitem .vetomlis .vedom .ver .dir {
            width: 100%;
            color: #222;
            font-weight: bold;
            line-height: 1.4; }
          .modum .mitem .vetomlis .vedom .ver .sim {
            width: 100%;
            color: #222;
            font-weight: bold;
            line-height: 1.5;
            margin-top: 0.3rem;
            transition: all ease 0.5s;
            position: relative; }
            .modum .mitem .vetomlis .vedom .ver .sim p {
              color: #222;
              font-weight: bold;
              line-height: 1.5; }
          .modum .mitem .vetomlis .vedom .ver .ep {
            width: 100%;
            color: #222;
            font-weight: bold;
            line-height: 1.5;
            margin: 0.1rem 0 0.1rem;
            transition: all ease 0.5s;
            position: relative; }
            .modum .mitem .vetomlis .vedom .ver .ep p {
              color: #222;
              font-weight: bold;
              line-height: 1.5; }
          .modum .mitem .vetomlis .vedom .ver .lx {
            width: 13px;
            height: 0.04rem;
            display: block;
            background-color: var(--themes); }
          .modum .mitem .vetomlis .vedom .ver .dim {
            width: 100%;
            color: #222;
            font-weight: bold;
            line-height: 1.5;
            margin-top: 0.3rem; }
            .modum .mitem .vetomlis .vedom .ver .dim p {
              color: #222;
              font-weight: bold;
              line-height: 1.5; }
          .modum .mitem .vetomlis .vedom .ver .xod {
            width: 1.8rem;
            display: block;
            margin-bottom: 0.4rem; }
            .modum .mitem .vetomlis .vedom .ver .xod img {
              width: 100%;
              display: block; }
      .modum .mitem .vetomlis .vedom:nth-child(2n) {
        flex-direction: row-reverse; }
      .modum .mitem .vetomlis .vedom + .vedom {
        margin-top: 1.4rem; }
      .modum .mitem .vetomlis .vedom:hover {
        background: #fff;
        box-shadow: 0px 2px 12px 1px rgba(168, 174, 196, 0.19); }
        .modum .mitem .vetomlis .vedom:hover .ep {
          transform: scale(1.05); }
        .modum .mitem .vetomlis .vedom:hover .sim {
          transform: scale(1.05); }
    .modum .mitem .vetomlis.reversal .vedom {
      flex-direction: row-reverse; }
    .modum .mitem .vetomlis.reversal .vedom:nth-child(2n) {
      flex-direction: row; }
    .modum .mitem .videper {
      width: 100%;
      margin-top: 0.6rem;
      position: relative; }
      .modum .mitem .videper .swiper-slide {
        width: 100%;
        position: relative; }
        .modum .mitem .videper .swiper-slide .imgs {
          width: 100%;
          position: relative; }
          .modum .mitem .videper .swiper-slide .imgs .img {
            width: 100%;
            padding-top: 51.42%; }
        .modum .mitem .videper .swiper-slide .videoc {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          z-index: 4;
          background-color: rgba(0, 0, 0, 0.3);
          opacity: 1;
          transition: all ease 0.5s;
          z-index: 5; }
          .modum .mitem .videper .swiper-slide .videoc .vom {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 3; }
      .modum .mitem .videper .btn {
        position: absolute;
        z-index: 4;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        width: 0.5rem;
        height: 0.5rem;
        transition: all ease 0.5s; }
        .modum .mitem .videper .btn img {
          width: 100%;
          display: block; }
      .modum .mitem .videper .bl {
        left: calc(200 / 1920 * 100%);
        transform: translateY(-50%) rotate(180deg); }
      .modum .mitem .videper .br {
        right: calc(200 / 1920 * 100%); }
      .modum .mitem .videper .br:hover {
        transform: scale(1.05) translateY(-50%); }
      .modum .mitem .videper .bl:hover {
        transform: scale(1.05) translateY(-50%) rotate(180deg); }

@media (max-width: 800px) {
  .modum .mitem .iconlist .ictom:nth-child(2n) {
    margin-right: 0; }
    .modum .mitem .iconlist .ictom:nth-child(2n):after {
      display: none; }
  .modum .mitem .videper .bl {
    left: 1%; }
  .modum .mitem .videper .br {
    right: 1%; } }
.software {
  width: 100%;
  padding: 0.3rem 0 1rem; }
  .software .tveom {
    width: 100%; }
    .software .tveom .videom {
      width: 100%;
      position: relative; }
      .software .tveom .videom .hei {
        width: 100%;
        padding-top: 51.28%; }
      .software .tveom .videom .videoc {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 4;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 1;
        transition: all ease 0.5s;
        z-index: 5; }
        .software .tveom .videom .videoc .vom {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 3; }
    .software .tveom .vumlist {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      font-size: 0; }
      .software .tveom .vumlist .vumds {
        display: inline-block;
        vertical-align: top;
        width: calc(320 / 1400 * 100%);
        margin-right: calc(26 / 1400 * 100%);
        padding-top: 0.5rem;
        position: relative;
        cursor: pointer; }
        .software .tveom .vumlist .vumds .vc {
          display: block;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 0;
          width: 1.3rem;
          height: 1.3rem;
          transition: all ease 0.5s; }
          .software .tveom .vumlist .vumds .vc img {
            width: 100%;
            display: block; }
        .software .tveom .vumlist .vumds .pem {
          width: 100%;
          height: 100%;
          padding: 1rem 0.3rem 0.5rem;
          border-radius: 0.3rem;
          box-shadow: 0px 6px 29px 3px rgba(226, 233, 249, 0.69); }
          .software .tveom .vumlist .vumds .pem .sim {
            width: 100%;
            text-align: center;
            color: #222;
            line-height: 1.5;
            }
      .software .tveom .vumlist .vumds:nth-child(4n) {
        margin-right: 0; }
      .software .tveom .vumlist .vumds:hover .vc {
        transform: translateX(-50%) scale(1.1); }
      .software .tveom .vumlist .vumds:hover .pem .sim {
        color: var(--themes); }
  .software .tveom + .tveom {
    margin-top: 1rem; }

.advanges {
  width: 100%;
  padding: 1rem 0; }
  .advanges .advanlis {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0; }
    .advanges .advanlis .advem {
      width: calc(650 / 1400 * 100%);
      margin-right: calc(99 / 1400 * 100%);
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0.3rem; }
      .advanges .advanlis .advem a {
        width: 100%;
        display: block; }
      .advanges .advanlis .advem .imgs {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 0.2rem; }
        .advanges .advanlis .advem .imgs .img {
          width: 100%;
          padding-top: 56.92%;
          transition: all ease 0.5s; }
      .advanges .advanlis .advem .pid {
        width: 100%;
        color: #222;
        line-height: 1.5;
        padding: 0.1rem 0; }
    .advanges .advanlis .advem:nth-child(2n) {
      margin-right: 0; }
    .advanges .advanlis .advem:hover .imgs .img {
      transform: scale(1.1); }
    .advanges .advanlis .advem:hover .pid {
      color: var(--themes); }

.scenes {
  width: 100%;
  position: relative; }
  .scenes .height {
    width: 100%;
    position: relative; }
    .scenes .height .hei {
      width: 100%;
      padding-top: 48.95%; }
  .scenes .imglis {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3; }
    .scenes .imglis .imgem {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0;
      transition: all ease 0.5s; }
      .scenes .imglis .imgem .img {
        width: 100%;
        height: 100%;
        display: block; }
    .scenes .imglis .imgem.on {
      z-index: 10;
      opacity: 1; }
  .scenes .vods {
    width: 100%;
    position: absolute;
    left: 0;
    top: 15%;
    z-index: 5; }
    .scenes .vods .vit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.4; }
  .scenes .scnpers {
    width: 100%;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45); }
    .scenes .scnpers .scnper {
      width: 100%; }
      .scenes .scnpers .scnper .swiper-slide {
        width: 100%;
        cursor: pointer;
        padding: 0.5rem 0.3rem 0.3rem; }
        .scenes .scnpers .scnper .swiper-slide .vim {
          width: 100%;
          text-align: center;
          color: #fff;
          font-weight: bold;
          line-height: 1.3; }
        .scenes .scnpers .scnper .swiper-slide .vc {
          width: 0.4rem;
          height: 0.4rem;
          display: block;
          margin: 0.3rem auto 0; }
          .scenes .scnpers .scnper .swiper-slide .vc img {
            width: 100%;
            display: block; }
      .scenes .scnpers .scnper .swiper-slide.on, .scenes .scnpers .scnper .swiper-slide:hover {
        background-color: rgba(7, 51, 137, 0.45); }

.aboutm {
  width: 100%;
  font-size: 0;
  position: relative;
  padding-top: 1.2rem; }
  .aboutm .amgs {
    display: inline-block;
    vertical-align: middle;
    width: calc(875 / 1920 * 100%);
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    overflow: hidden;
    border-radius: 0.3rem 0px 0px 0.3rem; }
    .aboutm .amgs .img {
      width: 100%;
      padding-top: 73.14%; }
  .aboutm .loem {
    width: calc(1125 / 1920 * 100%);
    display: block;
    position: relative;
    z-index: 1;
    background-color: #edf5f7;
    border-radius: 0px 0px 0.3rem 0px;
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: 6.5rem;
    overflow: hidden;
    padding: 1rem calc(170 / 1920 * 100%) 1rem calc(260 / 1920 * 100%); }
    .aboutm .loem .lit {
      width: 100%;
      color: #222;
      line-height: 1.3;
      font-weight: bold;
      margin-bottom: 0.3rem;
      max-width: 6.9rem;
      position: relative; }
      .aboutm .loem .lit span {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        color: #222;
        line-height: 1.3;
        font-weight: bold;
        position: relative;
        z-index: 3; }
      .aboutm .loem .lit .year {
        position: absolute;
        z-index: 2;
        color: rgba(151, 180, 193, 0.2);
        font-size: 1.8rem;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .aboutm .loem .lit .sin {
        position: absolute;
        z-index: 2;
        color: rgba(151, 180, 193, 0.2);
        top: 0%;
        transform: translateY(-50%);
        font-weight: bold;
        left: 1em; }
    .aboutm .loem .linp {
      width: 100%;
      color: #666;
      line-height: 1.75;
      max-width: 6.9rem; }
      .aboutm .loem .linp p {
        color: #666;
        line-height: 1.75; }

@media (max-width: 800px) {
  .aboutm {
    padding-top: 0; }
    .aboutm .amgs {
      width: 100%;
      position: relative;
      border-radius: 0; }
    .aboutm .loem {
      width: 100%;
      padding: 0.6rem 0.4rem;
      min-height: 0;
      border-radius: 0; } }
.dotem {
  width: 100%;
  padding: 0.6rem 0; }
  .dotem .dates {
    width: 100%; }
  .dotem .datom {
    width: 100%;
    font-size: 0;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .dotem .datom .diem {
      display: inline-block;
      vertical-align: middle;
      width: calc((100% - 3.2rem - 2px) / 3);
      position: relative;
      font-size: 0;
      display: flex;
      justify-content: space-between; }
      .dotem .datom .diem .dtn {
        width: auto; }
        .dotem .datom .diem .dtn .sem {
          width: 100%;
          color: #666;
          line-height: 1.5; }
        .dotem .datom .diem .dtn .nums {
          width: 100%;
          color: #222;
          margin-top: 0.1rem; }
          .dotem .datom .diem .dtn .nums span {
            display: inline-block;
            font-weight: bold;
            color: #222; }
      .dotem .datom .diem .drn {
        display: inline-block;
        vertical-align: middle;
        width: 0.45rem;
        margin-left: 0.1rem; }
        .dotem .datom .diem .drn img {
          width: 100%;
          display: block; }
    .dotem .datom .lx {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.8rem;
      width: 1px;
      height: 0.8rem;
      background-color: rgba(181, 181, 181, 0.2); }

@media (max-width: 800px) {
  .dotem .datom {
    justify-content: space-around; }
    .dotem .datom .lx {
      margin: 0rem; }
    .dotem .datom .diem {
      width: auto; } }
.pages {
  width: 100%;
  padding: 0.22rem 0 0.25rem;
  font-size: 0;
  text-align: center;
  margin-top: 0.2rem; }
  .pages .page {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #111;
    font-weight: bold;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 0.05rem 0.1rem; }
  .pages .page.ltn {
    background-image: url("../images/b1.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .pages .page.rtn {
    background-image: url("../images/b2.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .pages .page.on {
    background-color: var(--themes);
    color: #fff; }
  .pages .page.ltn:hover {
    background-image: url("../images/b3.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none; }
  .pages .page.on.ltn {
    background-image: url("../images/b3.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none; }
  .pages .page.on.rtn {
    background-image: url("../images/b4.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none; }
  .pages .page.rtn:hover {
    background-image: url("../images/b4.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none; }
  .pages .page.auto {
    width: auto;
    padding: 0 0.24rem; }
  .pages .page:hover {
    background-color: var(--themes);
    color: #fff; }

@media (max-width: 900px) {
  .pages .page {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 16px;
    margin: 0 0.2rem 0.1rem; } }
.custom {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .custom .imgsg {
    width: 100%;
    position: relative;
    z-index: 2; }
    .custom .imgsg .img {
      width: 100%;
      padding-top: 43.75%; }
    .custom .imgsg .imgslivt {
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      top: 0; }
      .custom .imgsg .imgslivt .yiem {
        position: absolute;
        display: inline-block;
        vertical-align: middle; }
      .custom .imgsg .imgslivt .yiem:nth-child(1) {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 50%;
        right: calc(710 / 1920 * 100%);
        bottom: calc(180 / 840 * 100%); }
        .custom .imgsg .imgslivt .yiem:nth-child(1) .mg {
          width: 100%;
          height: 100%;
          display: block; }
          .custom .imgsg .imgslivt .yiem:nth-child(1) .mg img {
            width: 100%;
            display: block; }
        .custom .imgsg .imgslivt .yiem:nth-child(1) .ic {
          width: 1.8rem;
          height: 1.8rem;
          border-radius: 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .custom .imgsg .imgslivt .yiem:nth-child(1) .ic img {
            width: 100%;
            display: block; }
      .custom .imgsg .imgslivt .yiem:nth-child(2) {
        width: 2.64rem;
        height: 2.64rem;
        border-radius: 50%;
        right: calc(450 / 1920 * 100%);
        bottom: calc(320 / 840 * 100%); }
        .custom .imgsg .imgslivt .yiem:nth-child(2) .mg {
          width: 100%;
          height: 100%;
          display: block; }
          .custom .imgsg .imgslivt .yiem:nth-child(2) .mg img {
            width: 100%;
            display: block; }
        .custom .imgsg .imgslivt .yiem:nth-child(2) .ic {
          width: 1.6rem;
          height: 1.6rem;
          border-radius: 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .custom .imgsg .imgslivt .yiem:nth-child(2) .ic img {
            width: 100%;
            display: block; }
      .custom .imgsg .imgslivt .yiem:nth-child(3) {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        right: calc(540 / 1920 * 100%);
        bottom: calc(130 / 840 * 100%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3; }
        .custom .imgsg .imgslivt .yiem:nth-child(3) .ic {
          width: 1.24rem;
          height: 1.24rem;
          border-radius: 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .custom .imgsg .imgslivt .yiem:nth-child(3) .ic img {
            width: 100%;
            display: block; }
      .custom .imgsg .imgslivt .yiem:nth-child(4) {
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        right: calc(710 / 1920 * 100%);
        bottom: calc(500 / 840 * 100%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3; }
        .custom .imgsg .imgslivt .yiem:nth-child(4) .cm {
          width: 100%;
          text-align: center;
          color: #222;
          line-height: 1.5; }
      .custom .imgsg .imgslivt .yiem:nth-child(5) {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        right: calc(245 / 1920 * 100%);
        bottom: calc(440 / 840 * 100%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3; }
        .custom .imgsg .imgslivt .yiem:nth-child(5) .cm {
          width: 100%;
          text-align: center;
          color: #222;
          line-height: 1.5; }
      .custom .imgsg .imgslivt .yiem:nth-child(6) {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        right: calc(365 / 1920 * 100%);
        bottom: calc(230 / 840 * 100%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3; }
        .custom .imgsg .imgslivt .yiem:nth-child(6) .cm {
          width: 100%;
          text-align: center;
          color: #222;
          line-height: 1.5; }
  .custom .bgs {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0; }
  .custom .mids {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%); }
    .custom .mids .compens {
      width: 100%;
      font-size: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .custom .mids .compens .col {
        width: 100%; }
        .custom .mids .compens .col .cit {
          width: 100%;
          color: #222;
          font-weight: bold;
          line-height: 1.3; }
        .custom .mids .compens .col .lx {
          display: block;
          width: 0.25rem;
          height: 0.04rem;
          background-color: #e7141a;
          margin: 0.4rem 0; }
        .custom .mids .compens .col .cinp {
          width: 100%;
          color: #666;
          line-height: 1.5; }
          .custom .mids .compens .col .cinp p {
            color: #666;
            line-height: 1.5; }

@media (max-width: 800px) {
  .custom .mids {
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 0.6rem 3% 0.1rem; }
  .custom .imgsg {
    width: 100%;
    height: 5rem; }
    .custom .imgsg .img {
      width: 140%;
      position: absolute;
      right: 0;
      padding-top: 0;
      height: 100%;
      display: block; }
    .custom .imgsg .imgslivt .yiem {
      transform: scale(0.6); }
    .custom .imgsg .imgslivt .yiem:nth-child(1) {
      right: calc(810 / 1920 * 100%); }
    .custom .imgsg .imgslivt .yiem:nth-child(4) {
      right: calc(870 / 1920 * 100%);
      bottom: calc(600 / 840 * 100%); }
    .custom .imgsg .imgslivt .yiem:nth-child(3) {
      right: calc(640 / 1920 * 100%); }
    .custom .imgsg .imgslivt .yiem:nth-child(6) {
      right: calc(465 / 1920 * 100%);
      bottom: calc(190 / 840 * 100%); }
    .custom .imgsg .imgslivt .yiem:nth-child(5) {
      bottom: calc(480 / 840 * 100%); } }
.soluper {
  width: 100%;
  position: relative; }
  .soluper .swiper-container, .soluper .swiper-wrapper {
    height: 6rem; }
  .soluper .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1rem; }
    .soluper .swiper-slide .solm {
      width: 100%;
      font-size: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .soluper .swiper-slide .solm .slml {
        display: inline-block;
        vertical-align: top; }
        .soluper .swiper-slide .solm .slml .sc {
          display: block;
          width: 0.53rem;
          height: 0.53rem; }
          .soluper .swiper-slide .solm .slml .sc img {
            width: 100%;
            display: block; }
        .soluper .swiper-slide .solm .slml .sie {
          width: 100%;
          margin-top: 0.35rem;
          color: #222;
          font-weight: bold;
          line-height: 1.3; }
        .soluper .swiper-slide .solm .slml .sim {
          width: 100%;
          color: #666;
          line-height: 1.5;
          margin-top: 0.1rem; }
          .soluper .swiper-slide .solm .slml .sim p {
            color: #666;
            line-height: 1.5; }
      .soluper .swiper-slide .solm .slmr {
        display: inline-block;
        vertical-align: top;
        width: calc(920 / 1300 * 100%);
        position: relative; }
        .soluper .swiper-slide .solm .slmr .img {
          width: 100%;
          height: 5.2rem; }
  .soluper .swiper-container-vertical &gt; .swiper-scrollbar {
    right: auto;
    left: 3px; }
  .soluper .swiper-scrollbar {
    background-color: #d3d3d3; }
  .soluper .swiper-scrollbar-drag {
    background-color: #e7141a; }
  .soluper .nx {
    position: absolute;
    color: #222;
    font-weight: bold;
    line-height: 1.5; }
  .soluper .num1 {
    left: 3px;
    transform: translateX(-50%);
    top: -1.5em;
    width: 2em;
    text-align: center; }
  .soluper .num2 {
    left: 3px;
    transform: translateX(-50%);
    bottom: -1.5em;
    width: 2em;
    text-align: center; }
  .soluper .pagination {
    position: absolute;
    z-index: 3;
    left: 1rem;
    font-size: 0;
    width: calc(380 / 1300 * 100%);
    /* white-space: nowrap; */
    bottom: 0.5rem; }
    .soluper .pagination .xm {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: 0.8rem;
      max-width: 1.2rem;
      border-radius: 0.4rem;
      border: solid 1px #e5e5e5; }
      .soluper .pagination .xm .xe {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: #222;
        word-break: break-word;
        max-width: 1.2rem;
        line-height: 1.5;
        text-align: center;
        cursor: pointer;
        padding: 0 0.1rem; }
    .soluper .pagination .xm + .xm {
      margin-left: -0.08rem; }
    .soluper .pagination .xm + .xm + .xm {
      margin-left: -0.08rem; }
    .soluper .pagination .xm + .xm + .xm + .xm {
      margin-left: -0.08rem; }
    .soluper .pagination .xm.on .xe {
      color: #e7141a; }

@media (max-width: 800px) {
  .soluper .swiper-slide {
    padding-left: 0.5rem; }
    .soluper .swiper-slide .solm .slmr {
      width: 100%;
      order: 1; }
      .soluper .swiper-slide .solm .slmr .img {
        height: 3rem; }
    .soluper .swiper-slide .solm .slml {
      width: 100%;
      order: 2;
      margin-top: 0.2rem; }
  .soluper .nx {
    left: 5px; }
  .soluper .pagination {
    left: auto;
    right: 0rem;
    bottom: 0rem;
    text-align: right;
    white-space: nowrap; }
    .soluper .pagination .xm .xe {
      white-space: wrap; } }
.solum + .solum {
  margin-top: 0.7rem; }

@media (max-width: 800px) {
  .solutions .solutlis .solum .siop {
    margin-bottom: 0.35rem; }
  .solutions .solutlis .solum .panner {
    padding: 0.8rem 3%; }
    .solutions .solutlis .solum .panner .imgs {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      display: block; }
      .solutions .solutlis .solum .panner .imgs .img {
        width: 100%;
        padding-top: 0;
        height: 100%; }
    .solutions .solutlis .solum .panner .pox {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      transform: translateY(0);
      max-width: 90%; } }
@media (max-width: 800px) {
  .eanpers .imgs {
    width: 100%;
    padding: 0.8rem 0; }
    .eanpers .imgs .img {
      width: 100%;
      height: 100%;
      display: block;
      padding-top: 0;
      position: absolute;
      left: 0;
      top: 0; }
  .eanpers .eox {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(0);
    padding: 0 3%; }
  .eanpers .dates {
    width: 100%;
    position: relative;
    transform: translateY(0); }
    .eanpers .dates .w1400 {
      width: 100%; }
    .eanpers .dates .datom {
      width: 100%;
      padding: 0.4rem 3%;
      justify-content: space-around; }
      .eanpers .dates .datom .diem {
        width: auto;
        padding: 0.1rem 0; }
        .eanpers .dates .datom .diem .drn {
          margin-left: 0.15rem; }
      .eanpers .dates .datom .lx {
        display: none; } }
.netails {
  width: 100%;
  padding: 0.8rem 0; }
  .netails .nit {
    width: 100%;
    color: #131313;
    line-height: 1.3;
    margin-bottom: 0.2rem; }
  .netails .nim {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0.25rem 0;
    font-size: 0; }
    .netails .nim .nem {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
    .netails .nim .item {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      color: #666;
      line-height: 1.5;
      margin-right: 0.2rem; }
      .netails .nim .item span {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        position: relative;
        top: -0.02rem;
        margin-right: 0.06rem; }
        .netails .nim .item span img {
          width: 100%;
          display: block; }
    .netails .nim .am {
      display: inline-block;
      vertical-align: middle;
      width: 20px; }
      .netails .nim .am a, .netails .nim .am img {
        width: 100%;
        display: block; }
    .netails .nim .am + .am {
      margin-left: 0.2rem; }
  .netails .nimp {
    width: 100%;
    color: #717273;
    line-height: 1.8;
    padding: 0.3rem 0;
    margin-top: 0.25rem;
    border-top: solid 1px #e8e8e8; }
    .netails .nimp p {
      color: #717273;
      line-height: 1.8; }
    .netails .nimp img {
      max-width: 100%; }

.nebot {
  width: 100%;
  border-top: solid 1px #e8e8e8; }
  .nebot .bot {
    width: 100%;
    font-size: 0; }
    .nebot .bot .biem {
      display: inline-block;
      vertical-align: middle;
      width: 50%; }
      .nebot .bot .biem a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.4rem 0; }
        .nebot .bot .biem a .ic {
          display: inline-block;
          vertical-align: middle;
          width: 9px; }
          .nebot .bot .biem a .ic img {
            width: 100%;
            display: block; }
          .nebot .bot .biem a .ic img:first-child {
            display: block; }
          .nebot .bot .biem a .ic img:last-child {
            display: none; }
        .nebot .bot .biem a .am {
          display: inline-block;
          vertical-align: middle;
          color: #111;
          line-height: 1.5;
          padding: 0 0.5rem; }
    .nebot .bot .biem:first-child {
      border-right: solid 1px #e8e8e8; }
    .nebot .bot .biem:hover .am {
      color: var(--themes); }
    .nebot .bot .biem:hover .ic img:first-child {
      display: none; }
    .nebot .bot .biem:hover .ic img:last-child {
      display: block; }

.conven {
  width: 100%;
  padding: 0.8rem 0; }
  .conven .convlis {
    width: 100%;
    font-size: 0; }
    .conven .convlis .coivm {
      display: inline-block;
      vertical-align: top;
      width: calc(520 / 1600 * 100%);
      margin-right: calc(18 / 1600 * 100%);
      position: relative;
      padding: 0.4rem 0.3rem 0.5rem; }
      .conven .convlis .coivm .tc {
        width: 1.13rem;
        height: 1.13rem;
        display: block;
        margin: 0 auto 0.2rem;
        position: relative;
        z-index: 2;
        border-radius: 50%;
        border: solid 1px var(--themes); }
        .conven .convlis .coivm .tc img {
          width: 100%;
          display: block; }
      .conven .convlis .coivm .xim {
        width: 100%;
        text-align: center;
        color: #222;
        line-height: 1.5;
        position: relative;
        z-index: 2;
        height: 0.6rem; }
        .conven .convlis .coivm .xim p {
          line-height: 1.5; }
      .conven .convlis .coivm .cm {
        width: 100%;
        text-align: center;
        color: #888;
        line-height: 1.5;
        position: relative;
        z-index: 2;
        margin-bottom: 0.1rem; }
    .conven .convlis .coivm:nth-child(3n) {
      margin-right: 0; }

@media (max-width: 800px) {
  .conven .convlis .coivm {
    width: 90%;
    display: block;
    margin: 0 auto 15px !important; } }
.mapsom {
  width: 100%;
  position: relative;
  border-top: solid 0.04rem var(--themes); }
  .mapsom .map {
    width: 100%; }
    .mapsom .map img {
      width: 100%;
      display: block; }
  .mapsom .message {
    width: 100%;
    position: relative;
    top: -1.6rem; }
  .mapsom .mesom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .mapsom .mesom .mel {
      width: calc(500 / 1600 * 100%); }
      .mapsom .mesom .mel .mitop {
        margin-bottom: 0; }
      .mapsom .mesom .mel .mol .cm {
        width: 100%;
        color: #191919;
        font-weight: bold;
        line-height: 1.3; }
      .mapsom .mesom .mel .mol .em {
        width: 100%;
        color: #666;
        line-height: 1.5;
        font-weight: bold;
        margin-top: 0.14rem; }
        .mapsom .mesom .mel .mol .em p {
          color: #666;
          line-height: 1.5; }
    .mapsom .mesom .mer {
      width: calc(930 / 1600 * 100%); }
    .mapsom .mesom .merom {
      width: 100%;
      background-color: #ffffff;
      box-shadow: -9px 6px 12px 1px rgba(34, 34, 34, 0.04);
      border-radius: 0.2rem 0.8rem 0.2rem 0.8rem;
      padding: 0.6rem 0.5rem; }
      .mapsom .mesom .merom form {
        width: 100%;
        display: block; }
      .mapsom .mesom .merom .mit {
        width: 100%;
        color: #000;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.3rem; }
      .mapsom .mesom .merom .row {
        width: 100%;
        font-size: 0; }
      .mapsom .mesom .merom .input {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0.2rem; }
        .mapsom .mesom .merom .input .int {
          width: 100%;
          display: block;
          border: solid 1px #ebebeb;
          padding: 0 0.2rem;
          color: #333;
          line-height: 3.2;
          height: 3.2em; }
      .mapsom .mesom .merom .input:nth-child(2n) {
        margin-right: 0; }
      .mapsom .mesom .merom .text {
        width: 100%;
        display: block; }
        .mapsom .mesom .merom .text .area {
          width: 100%;
          border: solid 1px #ebebeb;
          display: block;
          padding: 0.2rem;
          color: #333;
          line-height: 1.5; }
      .mapsom .mesom .merom .sub {
        width: 100%;
        margin-top: 0.3rem;
        font-size: 0;
        text-align: center; }
        .mapsom .mesom .merom .sub .stn {
          display: inline-block;
          vertical-align: middle;
          background-color: var(--themes);
          color: #fff;
          width: auto;
          padding: 0 0.6rem;
          line-height: 3;
          border: none; }

@media (max-width: 800px) {
  .mapsom .message {
    top: 0;
    padding: 20px 0; }
  .mapsom .mesom .mel {
    width: 100%;
    margin-bottom: 15px; }
  .mapsom .mesom .mer {
    width: 100%; }
    .mapsom .mesom .mer .merom {
      box-shadow: 0px 6px 12px 1px rgba(34, 34, 34, 0.2); } }
.difference {
  width: 100%;
  padding: 1.4rem 0 0.4rem; }
  .difference .vit {
    width: 100%;
    text-align: center;
    color: #222;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0.7rem; }
  .difference .pmgd {
    width: 100%; }
    .difference .pmgd img {
      width: 100%;
      display: block; }
  .difference .difflist {
    width: 100%;
    margin-top: 0.8rem;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .difference .difflist .difom {
      display: inline-block;
      vertical-align: top;
      width: calc(560 / 1200 * 100%);
      margin-right: calc(79 / 1200 * 100%);
      margin-bottom: 0.45rem;
      background-color: #fff;
      border-radius: 2px;
      box-shadow: 0px 6px 29px 3px rgba(226, 233, 249, 0.69);
      padding: 0.34rem 0.5rem;
      font-size: 0; }
      .difference .difflist .difom .dc {
        display: inline-block;
        vertical-align: middle;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        margin-right: 0.3rem;
        background-color: var(--themes); }
        .difference .difflist .difom .dc img {
          width: 100%;
          display: block; }
      .difference .difflist .difom .sem {
        display: inline-block;
        vertical-align: middle;
        width: calc(100%  - 1.3rem);
        color: #222;
        line-height: 1.5; }
        .difference .difflist .difom .sem p {
          color: #222;
          line-height: 1.5; }
    .difference .difflist .difom:nth-child(2n) {
      margin-right: 0; }

.history {
  width: 100%;
  padding: 1rem 0;
  overflow: hidden; }
  .history .mitop {
    width: 100%;
    font-size: 0; }
    .history .mitop .mol {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
      .history .mitop .mol .cm {
        width: 100%;
        color: #fff;
        font-weight: bold;
        line-height: 1.4; }
  .history .baspers {
    width: 100%;
    position: relative; }
    .history .baspers .line {
      width: calc(1960 / 1920 * 100%);
      position: absolute;
      z-index: 1;
      overflow: hidden;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .history .baspers .line .mg {
        width: 100%;
        padding-top: 10.357%; }
    .history .baspers .swiper-container {
      padding: 2.75rem calc(160 / 1920 * 100%) 1.4rem;
      position: relative;
      z-index: 2; }
    .history .baspers .swiper-slide {
      width: 100%;
      cursor: pointer; }
      .history .baspers .swiper-slide .swom {
        width: 100%;
        transition: all ease 0.5s;
        opacity: 0; }
        .history .baspers .swiper-slide .swom .lom {
          display: inline-block;
          vertical-align: middle;
          display: flex;
          flex-wrap: wrap;
          width: 0.36rem; }
          .history .baspers .swiper-slide .swom .lom .point {
            width: 0.36rem;
            height: 0.36rem;
            display: block;
            transition: all ease 0.5s; }
            .history .baspers .swiper-slide .swom .lom .point img {
              width: 100%;
              display: block; }
          .history .baspers .swiper-slide .swom .lom .ld {
            position: relative;
            width: 1px;
            height: 1.64rem;
            display: block;
            margin: 0 auto;
            background-color: rgba(255, 255, 255, 0.2); }
        .history .baspers .swiper-slide .swom .rom {
          position: absolute;
          left: 0.56rem;
          top: 0;
          width: 4.5rem; }
          .history .baspers .swiper-slide .swom .rom .vt {
            width: 100%;
            color: #fff;
            line-height: 1.4;
            margin-bottom: 0.06rem; }
          .history .baspers .swiper-slide .swom .rom .xm {
            width: 100%;
            color: #fff;
            line-height: 1.4; }
            .history .baspers .swiper-slide .swom .rom .xm p {
              color: #fff;
              line-height: 1.4; }
          .history .baspers .swiper-slide .swom .rom .num {
            width: 100%;
            color: #fff;
            margin-top: 0.2rem;
            font-weight: bold; }
      .history .baspers .swiper-slide .swom:hover .lom .point {
        transform: scale(1.4); }
    .history .baspers .swiper-slide-active .swom {
      position: relative;
      top: -0.7rem;
      opacity: 1; }
    .history .baspers .swiper-slide-active + .swiper-slide .swom {
      position: relative;
      top: 0.75rem;
      opacity: 1; }
      .history .baspers .swiper-slide-active + .swiper-slide .swom .lom {
        flex-direction: column-reverse; }
      .history .baspers .swiper-slide-active + .swiper-slide .swom .rom {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        top: auto;
        bottom: 0; }
        .history .baspers .swiper-slide-active + .swiper-slide .swom .rom .num {
          margin-top: 0;
          margin-bottom: 0.2rem; }
    .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide .swom {
      position: relative;
      top: -1.15rem;
      opacity: 1; }
    .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swom {
      position: relative;
      top: 0.1rem;
      opacity: 1; }
      .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swom .lom {
        flex-direction: column-reverse; }
      .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swom .rom {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        top: auto;
        bottom: 0; }
        .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swom .rom .num {
          margin-top: 0;
          margin-bottom: 0.2rem; }
    .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .swom {
      position: relative;
      top: -2rem;
      opacity: 1; }
    .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .swom {
      position: relative;
      top: -2.4rem;
      opacity: 0; }
      .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .swom .lom {
        flex-direction: column-reverse; }
      .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .swom .rom {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        top: auto;
        bottom: 0; }
        .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .swom .rom .num {
          margin-top: 0;
          margin-bottom: 0.2rem; }
    .history .baspers .swiper-slide-prev .swom {
      opacity: 0; }
    .history .baspers .bomd {
      width: 100%;
      font-size: 0;
      position: absolute;
      z-index: 3;
      bottom: -0.5rem;
      text-align: center; }
      .history .baspers .bomd .btn {
        display: inline-block;
        vertical-align: middle;
        width: 0.45rem;
        height: 0.45rem;
        cursor: pointer;
        border: solid 1px #fff;
        border-radius: 50%; }
        .history .baspers .bomd .btn img {
          width: 100%;
          display: block; }
        .history .baspers .bomd .btn img:first-child {
          display: block; }
        .history .baspers .bomd .btn img:last-child {
          display: none; }
      .history .baspers .bomd .btn:hover {
        background-color: #fff; }
        .history .baspers .bomd .btn:hover img:first-child {
          display: none; }
        .history .baspers .bomd .btn:hover img:last-child {
          display: block; }
      .history .baspers .bomd .btn + .btn {
        margin-left: 0.2rem; }

@media (max-width: 800px) {
  .history .baspers .swiper-container {
    padding: 2.75rem 3% 1.4rem;
    position: relative;
    z-index: 2; }
  .history .baspers .line {
    width: calc(2000 / 1000 * 100%);
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .history .baspers .line .mg {
      width: 100%;
      padding-top: 26.357%; }
  .history .baspers .swiper-slide {
    width: 100%; }
    .history .baspers .swiper-slide .swom {
      width: 100%;
      transition: all ease 0.5s;
      opacity: 0 !important; }
      .history .baspers .swiper-slide .swom .rom {
        width: 4rem; }
  .history .baspers .swiper-slide-active .swom {
    position: relative;
    top: -0.85rem;
    opacity: 1 !important; }
  .history .baspers .swiper-slide-active + .swiper-slide .swom {
    position: relative;
    top: 0.25rem;
    opacity: 1 !important; }
  .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide .swom {
    position: relative;
    top: -1.5rem;
    opacity: 0 !important; }
  .history .baspers .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swom {
    position: relative;
    top: -1.9rem; } }
header.blacd nav .natem.on:hover .nas a {
  color: #ff0000 !important; }
</pre></body></html>