.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0; }

@media (max-width: 1680px) {
  .w1600 {
    width: 90%; } }
@media (max-width: 800px) {
  .w1600 {
    width: 94%; } }
:root {
  --themes: #173f70; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all ease 0.5s; }
  header .hop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all ease 0.5s;
    min-height: 0.9rem;
    align-items: center; }
  header .rav {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.4rem;
    font-size: 0;
    display: flex;
    align-items: center; }
    header .rav .search {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      text-align: center;
      cursor: pointer;
      position: relative;
      width: 20px;
      height: 40px; }
      header .rav .search .sc {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 3; }
        header .rav .search .sc img {
          width: 100%;
          display: block; }
        header .rav .search .sc img:first-child {
          display: block; }
        header .rav .search .sc img:last-child {
          display: none; }
    header .rav .sechom {
      position: absolute;
      z-index: 3;
      right: 0;
      width: 4rem;
      background-color: #fff;
      box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
      padding: 0.1rem;
      top: 100%;
      display: none; }
      header .rav .sechom form {
        width: 100%;
        display: block;
        font-size: 0; }
      header .rav .sechom .input {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 2.4em - 0.2rem);
        margin-right: 0.2rem; }
        header .rav .sechom .input .int {
          width: 100%;
          display: block;
          background-color: #fff;
          line-height: 2.4;
          height: 2.4em;
          color: #111;
          padding: 0 0.1rem;
          border: none;
          background-color: #fff; }
      header .rav .sechom .stn {
        display: inline-block;
        vertical-align: middle;
        width: 2.2em;
        height: 2.2em;
        border-radius: 50%;
        background-color: var(--themes);
        position: relative; }
        header .rav .sechom .stn img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 15px;
          height: 15px;
          display: block;
          cursor: pointer;
          z-index: 1;
          filter: grayscale(1000%) brightness(2000%); }
        header .rav .sechom .stn input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block;
          border-radius: 50%;
          cursor: pointer;
          z-index: 3;
          opacity: 0; }
    header .rav .languages {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      font-size: 0;
      margin: 0 0.1rem;
      text-align: left;
      z-index: 3;
      margin-left: 0.4rem; }
      header .rav .languages .lauges {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        header .rav .languages .lauges .lashow {
          width: 100%;
          position: relative;
          cursor: pointer;
          font-size: 0;
          line-height: 40px;
          white-space: nowrap;
          height: 40px;
          padding-right: 16px; }
          header .rav .languages .lauges .lashow .ac {
            display: inline-block;
            vertical-align: middle;
            width: 18px;
            height: 18px;
            margin-right: 0.1rem; }
            header .rav .languages .lauges .lashow .ac img {
              width: 100%;
              display: block; }
            header .rav .languages .lauges .lashow .ac img:first-child {
              display: block; }
            header .rav .languages .lauges .lashow .ac img:last-child {
              display: none; }
          header .rav .languages .lauges .lashow .am {
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            min-width: 40px; }
          header .rav .languages .lauges .lashow:after {
            content: ' ';
            position: absolute;
            right: 0rem;
            top: calc(50%);
            transform: translateY(-50%);
            background-image: url("../images/x1.png");
            width: 11px;
            height: 6px;
            background-size: 100%; }
        header .rav .languages .lauges .language {
          position: absolute;
          z-index: 20;
          top: 100%;
          width: 100%;
          display: none;
          width: 60px;
          width: 1rem;
          left: 50%;
          transform: translateX(-50%); }
          header .rav .languages .lauges .language .latem {
            width: 100%; }
            header .rav .languages .lauges .language .latem a {
              width: 100%;
              display: block;
              color: #333;
              padding: 0 0.1rem;
              line-height: 3;
              text-align: center;
              position: relative;
              background: #efefef;
              overflow: hidden; }
              header .rav .languages .lauges .language .latem a span {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                z-index: 2; }
              header .rav .languages .lauges .language .latem a:after {
                content: "";
                position: absolute;
                width: 140%;
                height: 100%;
                left: -10%;
                top: 0;
                z-index: -1;
                transform: translate(-105%, 0) skew(-20deg);
                background: var(--themes);
                z-index: 1;
                animation: outHover 0.5s ease 1 forwards; }
            header .rav .languages .lauges .language .latem a:hover {
              color: #fff; }
              header .rav .languages .lauges .language .latem a:hover span {
                color: #fff; }
              header .rav .languages .lauges .language .latem a:hover:after {
                animation-name: onHover; }
@keyframes onHover {
  from {
    transform: translate(-110%, 0) skew(-20deg); }
  to {
    transform: translate(0, 0) skew(-20deg); } }
@keyframes outHover {
  from {
    transform: translate(0, 0) skew(-20deg); }
  to {
    transform: translate(110%, 0) skew(-20deg); } }
    header .rav .menu {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: relative;
      display: none; }
      header .rav .menu img {
        width: 100%;
        display: block; }
      header .rav .menu .clk {
        width: 100%;
        height: 100%;
        text-align: center;
        color: #333;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none; }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 0;
    white-space: nowrap; }
    header .logo .log {
      width: 3.04rem;
      display: inline-block;
      vertical-align: middle; }
      header .logo .log a, header .logo .log img {
        width: 100%;
        display: block; }
      header .logo .log img:first-child {
        display: block; }
      header .logo .log img:last-child {
        display: none; }
  header nav {
    width: 100%;
    display: block;
    text-align: right; }
    header nav .natem {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      text-align: center;
      font-size: 0; }
      header nav .natem .nas {
        width: auto;
        display: inline-block;
        position: relative;
        margin: 0 0.2rem; }
        header nav .natem .nas a {
          display: inline-block;
          line-height: 0.9rem;
          color: #fff;
          position: relative;
          padding: 0 0.15rem;
          transition: all ease 0.5s; }
        header nav .natem .nas:before {
          content: ' ';
          position: absolute;
          display: inline-block;
          vertical-align: middle;
          width: 0.11rem;
          height: 0.06rem;
          background-image: url("../images/x1.png");
          background-size: 100% 100%;
          bottom: 0.2rem;
          left: 50%;
          transform: translateX(-50%);
          opacity: 0;
          transition: all ease 0.5s; }
        header nav .natem .nas:after {
          content: ' ';
          position: absolute;
          left: 50%;
          bottom: 0rem;
          transform: translateX(-50%);
          opacity: 0;
          background-color: #fff;
          transition: all ease 0.5s;
          width: 0;
          height: 0.02rem; }
      header nav .natem .navuls {
        width: 2.2rem;
        width: 2rem;
        position: absolute;
        z-index: 101;
        left: calc(50%);
        top: 100%;
        transform: translateX(-50%);
        display: none; }
        header nav .natem .navuls ul {
          width: 100%; }
          header nav .natem .navuls ul li {
            width: 100%;
            position: relative; }
            header nav .natem .navuls ul li .njm {
              width: 100%;
              font-size: 0;
              border-top: solid 1px rgba(255, 255, 255, 0.15);
              background-color: rgba(255, 255, 255, 0.8); }
            header nav .natem .navuls ul li .ns {
              width: 100%;
              display: inline-block;
              vertical-align: middle;
              line-height: 3;
              color: #fff;
              color: #333;
              text-align: left;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              padding: 0 0.1rem;
              position: relative;
              text-align: center; }
            header nav .natem .navuls ul li .theul {
              width: 100%;
              background-color: #fff;
              display: none; }
              header nav .natem .navuls ul li .theul li {
                width: 100%;
                font-size: 0; }
                header nav .natem .navuls ul li .theul li .xn {
                  display: inline-block;
                  vertical-align: middle;
                  color: #333;
                  line-height: 2.5;
                  padding: 0 0.2rem; }
                header nav .natem .navuls ul li .theul li .xn:hover {
                  color: #333; }
          header nav .natem .navuls ul li:hover .ns {
            background-color: var(--themes);
            background-color: #fff;
            color: #fff;
            color: var(--themes); }
          header nav .natem .navuls ul li.has-the:after {
            content: "+";
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            position: absolute;
            background: none;
            right: 0;
            left: auto;
            transform: translateX(0);
            top: 0.05rem;
            font-size: 20px;
            color: #333;
            border: none;
            display: none; }
          header nav .natem .navuls ul li.has-the.show:after {
            content: "-"; }
      header nav .natem .longul {
        width: 100%;
        position: fixed;
        z-index: 101;
        left: calc(50%);
        top: 0.9rem;
        left: 0;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
        padding: 0.4rem 0;
        background-color: var(--themes);
        display: none; }
        header nav .natem .longul .longlist {
          width: 100%;
          font-size: 0;
          display: flex;
          flex-wrap: wrap;
          text-align: left; }
          header nav .natem .longul .longlist .logem {
            display: inline-block;
            vertical-align: middle;
            width: calc(290 / 1320 * 100%);
            margin-right: calc(52 / 1320 * 100%);
            margin-bottom: 0.4rem;
            transition: all ease 0.5s;
            top: 0;
            position: relative; }
            header nav .natem .longul .longlist .logem a {
              width: 100%;
              display: block;
              font-size: 0; }
            header nav .natem .longul .longlist .logem .imgs {
              display: inline-block;
              vertical-align: middle;
              width: calc(1rem);
              margin-right: 0.2rem;
              position: relative;
              overflow: hidden; }
              header nav .natem .longul .longlist .logem .imgs .img {
                width: 100%;
                padding-top: 100%;
                transition: all ease 0.5s; }
            header nav .natem .longul .longlist .logem .rom {
              display: inline-block;
              vertical-align: middle;
              width: calc(100% - 1.2rem); }
              header nav .natem .longul .longlist .logem .rom .rx {
                width: 100%;
                color: #fff;
                line-height: 1.5; }
          header nav .natem .longul .longlist .logem:nth-child(4n) {
            margin-right: 0; }
          header nav .natem .longul .longlist .logem:hover {
            top: -0.1rem; }
    header nav .natem.has-nav .nas .xs {
      display: inline-block; }
    header nav .natem.on .nas:before {
      opacity: 1; }
    header nav .natem:hover .nas:before {
      opacity: 1; }

header.white {
  background-color: var(--themes);
  background-color: #fff; }
  header.white .logo .log img:first-child {
    display: none; }
  header.white .logo .log img:last-child {
    display: block; }
  header.white .rav .languages .lauges .lashow .ac img:first-child {
    display: none; }
  header.white .rav .languages .lauges .lashow .ac img:last-child {
    display: block; }
  header.white .rav .languages .lauges .lashow .am {
    color: var(--themes); }
  header.white .rav .languages .lauges .lashow:after {
    background-image: url("../images/x1s.png");
    width: 11px;
    height: 6px;
    background-size: 100%; }
  header.white .rav .search .sc img:first-child {
    display: none; }
  header.white .rav .search .sc img:last-child {
    display: block; }
  header.white nav .natem .nas a {
    color: #333; }
  header.white nav .natem .nas:before {
    background-image: url("../images/x1s.png");
    background-size: 100% 100%; }
  header.white nav .natem.on .nas a, header.white nav .natem:hover .nas a {
    color: var(--themes); }

@media (max-width: 800px) {
  header {
    background-color: #fff; }
    header .hop {
      align-items: center;
      padding: 0.1rem 0;
      height: calc(40px + 0.2rem); }
    header .blace {
      position: fixed;
      z-index: -1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 450;
      display: none;
      background-color: rgba(0, 0, 0, 0.5); }
    header nav {
      width: 100%;
      width: 5rem;
      position: fixed;
      right: -100%;
      top: 0;
      left: auto;
      height: 100vh;
      background-color: #fff;
      margin-right: 0;
      overflow: auto;
      z-index: 500;
      transition: all ease  1.2s;
      padding-left: 0.1rem;
      padding: 0.1rem;
      display: block;
      text-align: left;
      opacity: 0;
      border-top: solid 1px #e5e5e5; }
      header nav .natem {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: auto;
        width: 100%;
        padding: 0.1rem 0;
        opacity: 0;
        transform: translate(-10px, -30px);
        transition: all .8s ease; }
        header nav .natem .nas {
          width: auto;
          display: inline-block;
          text-align: left;
          width: 100%;
          margin: 0; }
          header nav .natem .nas a {
            width: auto;
            display: inline-block;
            vertical-align: middle;
            line-height: 2.5;
            color: #333;
            font-weight: bold;
            font-family: 'Alibaba-PuHuiTi-Bold';
            padding: 0 0.3rem;
            position: relative; }
          header nav .natem .nas .ik {
            display: none !important; }
          header nav .natem .nas a:hover {
            color: var(--themes);
            background-color: transparent; }
        header nav .natem .navuls {
          width: 100%;
          position: relative;
          z-index: 101;
          left: 0%;
          top: 0%;
          transform: translateX(0%);
          background: #fff;
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
          display: none;
          text-align: left; }
          header nav .natem .navuls ul {
            width: 100%;
            padding: 0.1rem 0.2rem; }
            header nav .natem .navuls ul li {
              width: 100%;
              display: block;
              position: relative;
              margin-bottom: 0; }
              header nav .natem .navuls ul li .njm {
                background-color: #fff;
                border-top: none; }
              header nav .natem .navuls ul li .ns {
                width: auto;
                display: inline-block;
                vertical-align: middle;
                line-height: 3;
                color: #333;
                text-align: left !important;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                padding: 0 0.2rem;
                background: #fff;
                position: relative; }
              header nav .natem .navuls ul li .ns:hover {
                color: var(--themes); }
            header nav .natem .navuls ul li + li {
              border-top: solid 1px #eee; }
            header nav .natem .navuls ul li:hover .ns {
              background-color: transparent;
              color: var(--themes); }
            header nav .natem .navuls ul li.has-the:after {
              display: block; }
        header nav .natem:before {
          display: none !important; }
      header nav .natem.on .nas:after {
        display: none; }
      header nav .natem.has-nav .nas .xs {
        display: none; }
      header nav .natem.has-nav:after {
        content: "+";
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: absolute;
        background: none;
        right: 0;
        left: auto;
        transform: translateX(0);
        top: 0.05rem;
        font-size: 20px;
        color: #333;
        border: none; }
      header nav .natem.has-nav.show:after {
        content: "-"; }
      header nav .natem.animate {
        opacity: 1;
        transform: translate(0, 0); }
    header .logo .log img:first-child {
      display: none; }
    header .logo .log img:last-child {
      display: block; }
    header .rav .menu {
      width: 30px;
      height: 30px;
      display: inline-block;
      margin-left: 0.15rem; }
      header .rav .menu img {
        width: 100%;
        display: block; }
      header .rav .menu .clk {
        line-height: 30px; }
    header .rav .searcom {
      width: 80px;
      background-color: #f8f8f8; }
      header .rav .searcom .input input {
        color: #333; }
      header .rav .searcom .input input::-webkit-input-placeholder,
      header .rav .searcom .input textarea::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      header .rav .searcom .input input:-moz-placeholder,
      header .rav .searcom .input textarea:-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      header .rav .searcom .input input::-moz-placeholder,
      header .rav .searcom .input textarea::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      header .rav .searcom .input input:-ms-input-placeholder,
      header .rav .searcom .input textarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
    header .rav .search {
      width: 20px;
      display: inline-block;
      margin-right: 5px; }
      header .rav .search .sc {
        width: 15px;
        height: 15px; }
        header .rav .search .sc img:first-child {
          display: none; }
        header .rav .search .sc img:last-child {
          display: block; }
    header .rav .sechom {
      width: 100vw;
      position: fixed;
      left: 0;
      top: calc(40px + 0.2rem);
      padding: 0.15rem; }
    header .hot {
      border-bottom: solid 1px rgba(0, 0, 0, 0.08); }
      header .hot .hom .hkr .tc img:first-child {
        display: none; }
      header .hot .hom .hkr .tc img:last-child {
        display: block; }
      header .hot .hom .hkr .tm {
        color: #222; }
    header .logo .log img:first-child {
      display: none; }
    header .logo .log img:last-child {
      display: block; }
    header .rav .languages .lauges .lashow .ac img:first-child {
      display: none; }
    header .rav .languages .lauges .lashow .ac img:last-child {
      display: block; }
    header .rav .languages .lauges .lashow .am {
      color: #333; }
    header .rav .languages .lauges .lashow:after {
      background-image: url("../images/x1s.png");
      width: 11px;
      height: 6px;
      background-size: 100%; }
    header .rav .search .sc img:first-child {
      display: none; }
    header .rav .search .sc img:last-child {
      display: block; }
    header nav .natem .nas a {
      color: #333; }
    header nav .natem .nas:before {
      background-image: url("../images/x1s.png");
      background-size: 100% 100%;
      display: none; }
    header nav .natem.on .nas a, header nav .natem:hover .nas a {
      color: var(--themes); }

  header.menu-state .rav .menu img {
    opacity: 0; }
  header.menu-state nav {
    opacity: 1;
    right: 0; }
  header.menu-state .blace {
    opacity: 1; } }
footer {
  width: 100%;
  background-color: #292929; }
  footer .ftop {
    width: 100%;
    padding:  .5rem 0; }
  footer .fop {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    footer .fop .fol {
      display: inline-block;
      vertical-align: middle;
      width: calc(500 / 1600 * 100%);
      position: relative;
      z-index: 2; }
      footer .fop .fol .fogo {
        width: 100%;
        font-size: 0;
        margin-bottom: 0.3rem; }
        footer .fop .fol .fogo a {
          width: 3.22rem;
          display: inline-block;
          vertical-align: middle; }
          footer .fop .fol .fogo a img {
            width: 100%;
            display: block; }
      footer .fop .fol .xuls {
        width: 100%; }
        footer .fop .fol .xuls .xli {
          width: 100%; }
          footer .fop .fol .xuls .xli .xe {
            width: 100%;
            color: #ccc;
            line-height: 1.5; }
          footer .fop .fol .xuls .xli .xd {
            width: 100%;
            color: #fff;
            line-height: 1.5;
            margin-top: 0.04rem; }
        footer .fop .fol .xuls .xli + .xli {
          margin-top: 0.24rem; }
    footer .fop .for {
      display: inline-block;
      vertical-align: middle;
      width: calc(900 / 1600 * 100%);
      position: relative;
      z-index: 2; }
      footer .fop .for .forlist {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 1.2rem);
        padding-right: 0.4rem; }
        footer .fop .for .forlist .flist {
          display: inline-block;
          vertical-align: top;
          width: 25%;
          text-align: left;
          padding-right: 0.2rem; }
          footer .fop .for .forlist .flist .fit {
            width: 100%;
            font-size: 0;
            margin-bottom: 0.2rem; }
            footer .fop .for .forlist .flist .fit a {
              display: inline-block;
              vertical-align: middle;
              color: #fff;
              line-height: 1.4;
              font-weight: bold;
              transition: all ease 0.5s; }
            footer .fop .for .forlist .flist .fit a:hover {
              color: var(--themes); }
          footer .fop .for .forlist .flist .ful {
            width: 100%; }
            footer .fop .for .forlist .flist .ful a {
              width: 100%;
              display: inline-block;
              vertical-align: top;
              color: #ccc;
              transition: all ease 0.5s;
              line-height: 2;
              line-height: 1.5;
              padding: 0.05rem 0; }
            footer .fop .for .forlist .flist .ful a:hover {
              color: #fff; }
            footer .fop .for .forlist .flist .ful div {
              width: 100%;
              display: inline-block;
              vertical-align: middle;
              color: #ccc;
              line-height: 2;
              transition: all ease 0.5s; }
      footer .fop .for .codm {
        width: 1.2rem;
        display: inline-block;
        vertical-align: middle; }
        footer .fop .for .codm .cm {
          width: 100%;
          display: block; }
          footer .fop .for .codm .cm img {
            width: 100%;
            display: block; }
        footer .fop .for .codm .mc {
          width: 100%;
          text-align: center;
          color: #fff;
          line-height: 1.5;
          margin-top: 0.14rem; }
    footer .fop .flx {
      position: absolute;
      left: calc(600 / 1600 * 100%);
      height: 100%;
      width: 1px;
      top: 0;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.2); }
  footer .fbot {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0; }
  footer .fob {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .fob .fm {
      color: #fbfbfb;
      line-height: 1.5;
      display: inline-block;
      vertical-align: middle;
      width: auto; }
      footer .fob .fm a {
        display: inline-block;
        vertical-align: middle;
        color: #fbfbfb;
        line-height: 1.5; }
      footer .fob .fm a:hover {
        color: #fff; }

@media (max-width: 800px) {
  footer .ftop {
    padding: 0.2rem 0; }
  footer .fop {
    width: 100%; }
    footer .fop .fol {
      width: 100%; }
    footer .fop .for {
      width: 100%; }
      footer .fop .for .forlist {
        width: 100%;
        padding-right: 0; }
        footer .fop .for .forlist .flist {
          width: 100%;
          border-bottom: solid 1px rgba(255, 255, 255, 0.1);
          position: relative; }
          footer .fop .for .forlist .flist .fit {
            width: 100%;
            margin-bottom: 0;
            padding: 0.25rem 0;
            margin-left: 0; }
            footer .fop .for .forlist .flist .fit a {
              font-size: 16px; }
          footer .fop .for .forlist .flist .ful {
            width: 100%;
            font-size: 0;
            padding-bottom: 0.15rem;
            display: none;
            height: auto; }
            footer .fop .for .forlist .flist .ful a {
              line-height: 2; }
        footer .fop .for .forlist .flist:last-child {
          border: none;
          border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
        footer .fop .for .forlist .flist:first-child {
          border-top: none; }
        footer .fop .for .forlist .flist.has-ful:after {
          content: " ";
          display: inline-block;
          width: 12px;
          height: 7px;
          background-image: url("../images/x1.png");
          background-position: center;
          background-size: 100% 100%;
          text-align: center;
          position: absolute;
          right: 0.2rem;
          left: auto;
          transform: translateX(0) rotate(0deg);
          top: 0.4rem;
          color: #333;
          border: none;
          transition: all ease 0.5s; }
        footer .fop .for .forlist .flist.has-ful.show:after {
          content: " ";
          transform: translateX(0) rotate(180deg); }
      footer .fop .for .codm {
        width: 2rem;
        display: block;
        margin: 0.24rem auto 0; }
    footer .fop .flx {
      display: none; } }
.nanner {
  width: 100%;
  position: relative; }
  .nanner .imgs {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .nanner .imgs .img {
      width: 100%;
      padding-top: 23.95%; }
  .nanner .nox {
    position: absolute;
    left: calc((100% - 16rem) / 2);
    top: 50%;
    transform: translateY(-50%); }
    .nanner .nox .nit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.5; }

@media (max-width: 1680px) {
  .nanner .nox {
    left: 5%; } }
@media (max-width: 800px) {
  .nanner .nox {
    left: 3%; } }
.crumbs {
  width: 100%;
  background-color: transparent;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(204, 204, 204, 0.28); }
  .crumbs .column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 0;
    position: relative; }
    .crumbs .column .colum {
      width: auto;
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      z-index: 2;
      position: relative; }
      .crumbs .column .colum .home {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-right: .1rem;
        position: relative;
        top: -0.02rem; }
        .crumbs .column .colum .home img {
          width: 100%;
          display: block; }
      .crumbs .column .colum .sm {
        display: inline-block;
        vertical-align: middle;
        color: #666;
        line-height: 3; }
      .crumbs .column .colum a {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        color: #333;
        line-height: 3;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .crumbs .column .colum a span {
          display: inline-block;
          color: #333;
          line-height: 3;
          position: relative;
          margin: 0 .08rem; }
          .crumbs .column .colum a span img {
            width: 100%;
            display: block; }
      .crumbs .column .colum a:hover {
        color: var(--themes); }
      .crumbs .column .colum a:last-child span {
        display: none; }
    .crumbs .column .cul {
      display: inline-block;
      vertical-align: middle;
      flex: 1;
      z-index: 2;
      position: relative; }
      .crumbs .column .cul .swiper-wrapper.center {
        justify-content: center; }
      .crumbs .column .cul .swiper-slide {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        position: relative; }
        .crumbs .column .cul .swiper-slide a {
          display: inline-block;
          vertical-align: middle;
          color: #333;
          line-height: 1rem;
          width: auto;
          transition: all ease 0.5s; }
          .crumbs .column .cul .swiper-slide a span {
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            bottom: 0rem;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 0.02rem;
            background-color: var(--themes);
            transition: all ease 0.5s;
            opacity: 0; }
        .crumbs .column .cul .swiper-slide:after {
          content: ' ';
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 2px;
          background-color: var(--themes);
          opacity: 0;
          transition: all ease 0.5s;
          bottom: 0; }
      .crumbs .column .cul .swiper-slide.on a, .crumbs .column .cul .swiper-slide:hover a {
        color: var(--themes); }
      .crumbs .column .cul .swiper-slide.on:after, .crumbs .column .cul .swiper-slide:hover:after {
        opacity: 1;
        background-color: var(--themes); }
      .crumbs .column .cul .swiper-scrollbar {
        background-color: rgba(0, 0, 0, 0.1);
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        display: none; }
      .crumbs .column .cul .swiper-scrollbar-drag {
        background-color: var(--themes); }
      .crumbs .column .cul .swiper-slide + .swiper-slide {
        margin-left: 1.2rem; }
    .crumbs .column .cul.pbs .swiper-container {
      padding-bottom: 0.15rem; }
    .crumbs .column .cul.pbs .swiper-scrollbar {
      display: block; }
  .crumbs .column.xl {
    justify-content: space-between;
    font-size: 0;
    align-items: center; }

.crumbs.no:after {
  display: none; }

@media (max-width: 800px) {
  .crumbs .w1600 {
    width: 100%; }
  .crumbs .column .colum {
    padding: 0 0.2rem;
    border-bottom: solid 1px #eee; }
  .crumbs .column .cul {
    padding: 0 0.2rem; }
    .crumbs .column .cul .swiper-wrapper {
      justify-content: flex-start; } }
.introm {
  width: 100%;
  padding: .3rem 0; }
  .introm .intro {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .introm .intro .inl {
      display: inline-block;
      vertical-align: middle;
      width: calc(560 / 1600 * 100%); }
      .introm .intro .inl .imgs {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding-top: 80%; }
        .introm .intro .inl .imgs .img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          width: 75%;
          height: 75%;
          transition: all ease 0.5s;
          }
    .introm .intro .inr {
      display: inline-block;
      vertical-align: middle;
      width: calc(840 / 1600 * 100%); }
      .introm .intro .inr .int {
        width: 100%;
        color: #333;
        font-weight: bold;
        line-height: 1.2; }
      .introm .intro .inr .lm {
        width: 100%;
        color: var(--themes);
        line-height: 1.4;
        margin-top: 0.2rem; }
      .introm .intro .inr .sinp {
        width: 100%;
        color: #333;
        line-height: 1.6;
        margin-top: 0.3rem; }
        .introm .intro .inr .sinp p {
          color: #333;
          line-height: 1.6; }
      .introm .intro .inr .dates {
        width: 100%;
        font-size: 0;
        margin-top: 0.6rem; }
        .introm .intro .inr .dates .daem {
          display: inline-block;
          vertical-align: top;
          width: 45%;
          margin-right: 10%; }
          .introm .intro .inr .dates .daem .xum {
            width: 100%;
            color: #173f70; }
            .introm .intro .inr .dates .daem .xum span {
              color: var(--themes);
              margin-right: 0.04rem; }
          .introm .intro .inr .dates .daem .lm {
            width: 100%;
            color: #666;
            line-height: 1.5;
            margin-top: 0.04em; }
        .introm .intro .inr .dates .daem:nth-child(2n) {
          margin-right: 0; }

.intrpers {
  width: 100%; }
  .intrpers .intrper {
    width: 100%; }
    .intrpers .intrper .swiper-slide {
      width: 100%;
      position: relative;
      border-left: solid 1px rgba(255, 255, 255, 0.2);
      cursor: pointer; }
      .intrpers .intrper .swiper-slide .hei {
        width: 100%;
        height: 4.5rem; }
      .intrpers .intrper .swiper-slide .iox {
        position: absolute;
        left: 0;
        top: calc(235 / 900 * 100%);
        padding: 0 0.6rem; }
        .intrpers .intrper .swiper-slide .iox:after {
          content: ' ';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 0.04rem;
          background-color: var(--themes); }
        .intrpers .intrper .swiper-slide .iox .ic {
          display: block;
          width: 0.5rem;
          height: 0.5rem; }
          .intrpers .intrper .swiper-slide .iox .ic img {
            width: 100%;
            display: block; }
        .intrpers .intrper .swiper-slide .iox .cm {
          width: 100%;
          color: #fefefe;
          line-height: 1.5;
          margin-top: 0.14rem; }
          .intrpers .intrper .swiper-slide .iox .cm p {
            color: #fefefe;
            line-height: 1.5; }
        .intrpers .intrper .swiper-slide .iox .sinp {
          width: 100%;
          color: #fefefe;
          line-height: 1.6;
          transition: all ease 0.5s;
          opacity: 0;
          height: 0;
          overflow: auto;
          margin-top: 0.2rem; }
          .intrpers .intrper .swiper-slide .iox .sinp p {
            color: #fefefe;
            line-height: 1.6; }
    .intrpers .intrper .swiper-slide.on .iox .sinp {
      height: 4.8em;
      opacity: 1; }

.backom {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .backom .bal {
    display: inline-block;
    vertical-align: middle;
    width: calc(720 / 1920 * 100%);
    padding: .5rem 1.6rem .9rem calc(160 / 1920 * 100%); }
    .backom .bal .imgs {
      width: 100%;
      position: relative; }
      .backom .bal .imgs .md {
        width: 100%;
        position: relative;
        overflow: hidden; }
      .backom .bal .imgs .img {
        width: 100%;
        padding-top: 135%;
        overflow: hidden; }
      .backom .bal .imgs .tom {
        position: absolute;
        z-index: 2;
        left: 0;
        width: 90%;
        bottom: 0;
        transform: translateY(50%);
        background-color: var(--themes);
        text-align: center;
        padding: 0.1rem 0; }
        .backom .bal .imgs .tom .tm, .backom .bal .imgs .tom .em {
          width: 100%;
          text-align: center;
          color: #fff;
          line-height: 1.5; }
  .backom .bar {
    display: inline-block;
    vertical-align: middle;
    width: calc(1200 / 1920 * 100%);
    padding: .5rem calc(160 / 1920 * 100%) .5rem 1.2rem; }
    .backom .bar .vt {
      width: 100%;
      color: #333;
      font-weight: bold;
      line-height: 1.2; }
    .backom .bar .mk {
      width: 100%;
      color: var(--themes);
      line-height: 1.5;
      margin: 0.3rem 0; }
    .backom .bar .minp {
      width: 100%;
      border-top: solid 1px #f3f3f3;
      padding-top: 0.3rem;
      color: #333;
      line-height: 1.6; }
      .backom .bar .minp p {
        color: #333;
        line-height: 1.6; }
    .backom .bar .eom {
      width: 100%;
      margin: 0.3rem 0; }
      .backom .bar .eom .ep {
        width: 100%;
        color: #666;
        line-height: 1.6; }
      .backom .bar .eom .vul {
        width: 100%;
        margin-top: 0.06rem; }
        .backom .bar .eom .vul .vli {
          width: 100%;
          font-size: 0; }
          .backom .bar .eom .vul .vli .i {
            display: inline-block;
            vertical-align: top;
            width: 0.08rem;
            height: 0.08rem;
            border-radius: 50%;
            margin-right: 0.12rem;
            margin-top: calc(0.8em - 0.04rem);
            background-color: var(--themes); }
          .backom .bar .eom .vul .vli .hm {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 0.2rem);
            color: #333;
            line-height: 1.6; }
    .backom .bar .logos {
      width: 100%;
      font-size: 0;
      margin-top: 0.5rem; }
      .backom .bar .logos .lgm {
        display: inline-block;
        vertical-align: top;
        width: 1.4rem;
        margin-bottom: 0.15rem;
        margin-right: calc((100% - 1.4rem * 5) / 4); }
        .backom .bar .logos .lgm img {
          width: 100%;
          display: block; }
      .backom .bar .logos .lgm:nth-child(5n) {
        margin-right: 0; }

.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.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #666;
    border: solid 1px #f3f3f3;
    background-color: #fff;
    border-radius: 0%;
    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;
    border: solid 1px var(--themes); }
  .pages .page.ltn:hover {
    background-image: url("../images/b3.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: solid 1px var(--themes); }
  .pages .page.on.ltn {
    background-image: url("../images/b3.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: solid 1px var(--themes); }
  .pages .page.on.rtn {
    background-image: url("../images/b4.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: solid 1px var(--themes); }
  .pages .page.rtn:hover {
    background-image: url("../images/b4.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: solid 1px var(--themes); }
  .pages .page.auto {
    width: auto;
    padding: 0 0.24rem; }
  .pages .page:hover {
    background-color: var(--themes);
    color: #fff;
    border: solid 1px var(--themes); }

@media (max-width: 900px) {
  .pages .page {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 16px;
    margin: 0 0.1rem 0.1rem; } }
.problems {
  width: 100%;
  padding: .5rem 0; }
  .problems .blemlist {
    width: 100%;
    font-size: 0; }
    .problems .blemlist .blems {
      width: 100%;
      border-top: solid 1px #f3f3f3;
      border-bottom: solid 1px #f3f3f3; }
      .problems .blemlist .blems .bitop {
        width: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.24rem; }
        .problems .blemlist .blems .bitop .tm {
          display: inline-block;
          vertical-align: middle;
          flex: 1;
          padding-right: 0.4rem;
          color: #333;
          line-height: 1.5; }
        .problems .blemlist .blems .bitop .rc {
          display: inline-block;
          vertical-align: middle;
          width: 16px; }
          .problems .blemlist .blems .bitop .rc img {
            width: 100%;
            display: block; }
          .problems .blemlist .blems .bitop .rc img:first-child {
            display: block; }
          .problems .blemlist .blems .bitop .rc img:last-child {
            display: none; }
      .problems .blemlist .blems .betom {
        width: 100%;
        color: #666;
        line-height: 1.875;
        padding: 0.06rem 0.24rem 0.2rem;
        display: none; }
        .problems .blemlist .blems .betom p {
          color: #666;
          line-height: 1.875; }
    .problems .blemlist .blems + .blems {
      border-top: none; }
    .problems .blemlist .blems.show {
      background-color: #f1f1f1; }
      .problems .blemlist .blems.show .bitop .tm {
        font-weight: bold; }
      .problems .blemlist .blems.show .bitop .rc img:first-child {
        display: none; }
      .problems .blemlist .blems.show .bitop .rc img:last-child {
        display: block; }

.newcoom {
  width: 100%;
  padding: .5rem 0;
  background-color: #f7f7f7; }
  .newcoom .serom {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: .35rem; }
    .newcoom .serom form {
      display: inline-block;
      vertical-align: middle;
      width: 5.2rem;
      max-width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      border-radius: 1.5em;
      background-color: #fff;
      margin: 0 auto; }
    .newcoom .serom .int {
      display: inline-block;
      vertical-align: middle;
      flex: 1;
      padding: 0 0.3rem;
      line-height: 3;
      height: 3em;
      border: none;
      background-color: transparent;
      color: #333; }
    .newcoom .serom .stn {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.3rem;
      width: 18px;
      cursor: pointer;
      position: relative; }
      .newcoom .serom .stn img {
        width: 100%;
        display: block; }
      .newcoom .serom .stn .stp {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        opacity: 0;
        z-index: 2; }
  .newcoom .newlist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .newcoom .newlist .netom {
      display: inline-block;
      vertical-align: top;
      width: calc(500 / 1600 * 100%);
      margin-right: calc(49 / 1600 * 100%);
      position: relative;
      margin-bottom: .35rem; }
      .newcoom .newlist .netom:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0.04rem;
        background-color: var(--themes);
        transition: all ease 0.5s;
        opacity: 0;
        z-index: 2;
        width: 100%; }
      .newcoom .newlist .netom a {
        width: 100%;
        display: block; }
      .newcoom .newlist .netom .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .newcoom .newlist .netom .imgs .img {
          width: 100%;
          padding-top: 60%;
          transition: all ease 0.5s; }
        .newcoom .newlist .netom .imgs .date {
          position: absolute;
          left: 0;
          top: 0;
          background-color: var(--themes);
          padding: 0.1rem; }
          .newcoom .newlist .netom .imgs .date .dm {
            width: 100%;
            color: #fff;
            line-height: 1.5; }
          .newcoom .newlist .netom .imgs .date .dd {
            width: 100%;
            color: #fff;
            line-height: 1.5; }
      .newcoom .newlist .netom .lom {
        width: 100%;
        background-color: #fff;
        padding: .3rem .38rem; }
        .newcoom .newlist .netom .lom .lit {
          width: 100%;
          color: #333;
          font-weight: bold;
          line-height: 1.5;
          height: 3em; }
        .newcoom .newlist .netom .lom .lx {
          width: 100%;
          height: 1px;
          background-color: #f3f3f3;
          margin: 0.18rem 0; }
        .newcoom .newlist .netom .lom .lim {
          width: 100%;
          color: #666;
          line-height: 1.5;
          height: 3em; }
        .newcoom .newlist .netom .lom .more {
          width: 100%;
          color: #666;
          line-height: 1.5;
          margin-top: 0.3rem; }
          .newcoom .newlist .netom .lom .more span {
            display: inline-block;
            vertical-align: middle;
            width: 8px;
            margin-left: 0.1rem;
            opacity: 0;
            position: relative;
            top: -0.02rem;
            transition: all ease 0.5s; }
            .newcoom .newlist .netom .lom .more span img {
              width: 100%;
              display: block; }
    .newcoom .newlist .netom:nth-child(3n) {
      margin-right: 0; }
    .newcoom .newlist .netom:hover {
      box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09); }
      .newcoom .newlist .netom:hover:after {
        opacity: 1; }
      .newcoom .newlist .netom:hover .imgs .img {
        transform: scale(1.1); }
      .newcoom .newlist .netom:hover .lom {
        width: 100%; }
        .newcoom .newlist .netom:hover .lom .lit {
          color: var(--themes); }
        .newcoom .newlist .netom:hover .lom .more {
          color: var(--themes); }
          .newcoom .newlist .netom:hover .lom .more span {
            opacity: 1; }

.details {
  width: 100%;
  padding: .5rem 0;
  overflow: hidden; }
  .details .detail {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .details .detail .del {
      display: inline-block;
      vertical-align: top;
      width: calc(1050 / 1600 * 100%); }
      .details .detail .del .dit {
        width: 100%;
        color: #333;
        font-weight: bold;
        line-height: 1.3; }
      .details .detail .del .dim {
        width: 100%;
        font-size: 0;
        margin: 0.24rem 0; }
        .details .detail .del .dim span {
          display: inline-block;
          vertical-align: middle;
          color: #999;
          line-height: 1.5; }
      .details .detail .del .dinp {
        width: 100%;
        color: #666;
        line-height: 1.75;
        padding: 0.3rem 0;
        border-top: solid 1px #f3f3f3; }
        .details .detail .del .dinp p {
          color: #666;
          line-height: 1.75; }
        .details .detail .del .dinp img {
          max-width: 100%; }
    .details .detail .der {
      display: inline-block;
      vertical-align: top;
      width: calc(440 / 1600 * 100%);
      position: sticky;
      top: 1rem; }
      .details .detail .der .teom {
        width: 100%; }
      .details .detail .der .rems {
        width: 100%; }
        .details .detail .der .rems a {
          width: 100%;
          display: block;
          padding: 0.24rem 0;
          border-bottom: solid 1px #f3f3f3; }
        .details .detail .der .rems .rx {
          width: 100%;
          color: #333;
          line-height: 1.5;
          margin-bottom: 0.08rem; }
        .details .detail .der .rems .rem {
          width: 100%;
          font-size: 0; }
          .details .detail .der .rems .rem .imgs {
            display: inline-block;
            vertical-align: middle;
            width: 120px;
            position: relative;
            overflow: hidden; }
            .details .detail .der .rems .rem .imgs .img {
              width: 100%;
              padding-top: 66.66%;
              transition: all ease 0.5s; }
          .details .detail .der .rems .rem .oem {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 120px - 0.2rem);
            margin-left: 0.2rem; }
            .details .detail .der .rems .rem .oem .om {
              width: 100%;
              color: #333;
              line-height: 1.5; }
            .details .detail .der .rems .rem .oem .time {
              width: 100%;
              margin-top: 0.04rem;
              color: #999;
              line-height: 1.5; }
      .details .detail .der .rems:hover .rem .imgs .img {
        transform: scale(1.1); }
      .details .detail .der .rems:hover .rem .oem .om {
        color: var(--themes); }
      .details .detail .der .share {
        width: 100%;
        margin: 0.3rem 0; }
        .details .detail .der .share .km {
          width: 100%;
          color: #333;
          line-height: 1.5;
          margin-bottom: 0.08rem; }
        .details .detail .der .share .shoem {
          width: 100%;
          font-size: 0; }
          .details .detail .der .share .shoem .am {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            width: auto;
            margin-right: 0.1rem; }
            .details .detail .der .share .shoem .am a {
              display: inline-block;
              vertical-align: middle;
              width: 0.5rem;
              height: 0.5rem;
              border-radius: 50%;
              background-color: rgba(23, 63, 112, 0.06); }
              .details .detail .der .share .shoem .am a img {
                width: 100%;
                display: block; }
            .details .detail .der .share .shoem .am .code {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: calc(100% + 0.1rem);
              background-color: #fff;
              padding: 0.06rem;
              border-radius: 0.05rem;
              width: 1.4rem;
              display: none; }
              .details .detail .der .share .shoem .am .code img {
                width: 100%;
                display: block; }
          .details .detail .der .share .shoem .am:hover a {
            background-color: var(--themes); }
            .details .detail .der .share .shoem .am:hover a img {
              filter: grayscale(1000%) brightness(2000%); }
          .details .detail .der .share .shoem .am:hover .code {
            display: block; }
      .details .detail .der .back {
        width: 100%;
        font-size: 0; }
        .details .detail .der .back a {
          width: 100%;
          display: block;
          background-color: var(--themes);
          color: #fff;
          line-height: 3;
          height: 3em;
          text-align: center; }
          .details .detail .der .back a span {
            display: inline-block;
            vertical-align: middle;
            width: 14px;
            margin-left: 0.1rem;
            position: relative;
            top: -0.02rem; }
            .details .detail .der .back a span img {
              width: 100%;
              display: block; }

@media (max-width: 900px) {
  .details .detail .der {
    position: relative;
    top: 0; } }
.conpems {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .conpems .conl {
    display: inline-block;
    vertical-align: middle;
    width: calc(450 / 1920 * 100%);
    background-color: #f7f7f7;
    padding: .5rem 0.6rem .5rem; }
  .conpems .conm {
    display: inline-block;
    vertical-align: middle;
    width: calc(1020 / 1920 * 100%);
    padding: .5rem 0.84rem .5rem; }
  .conpems .conr {
    display: inline-block;
    vertical-align: middle;
    width: calc(450 / 1920 * 100%);
    background-color: #f7f7f7;
    padding: .5rem 0.9rem .5rem; }
    .conpems .conr .codms {
      width: 100%; }
      .conpems .conr .codms .cm {
        width: 1.8rem;
        display: block;
        max-width: 100%; }
        .conpems .conr .codms .cm img {
          width: 100%;
          display: block; }
  .conpems .cit {
    width: 100%;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.3rem; }
  .conpems .pid {
    width: 100%;
    color: var(--themes);
    line-height: 1.5; }
    .conpems .pid p {
      color: var(--themes);
      line-height: 1.5; }
  .conpems .cip {
    width: 100%;
    color: #666;
    line-height: 1.75; }
    .conpems .cip p {
      color: #666;
      line-height: 1.75; }
  .conpems .form {
    width: 100%;
    display: block;
    margin-top: 0.45rem; }
  .conpems .row {
    width: 100%;
    font-size: 0; }
    .conpems .row .input {
      display: inline-block;
      vertical-align: top;
      width: calc((100% - 0.5rem) / 2);
      margin-right: 0.5rem;
      margin-bottom: 0.4rem; }
      .conpems .row .input .ine {
        width: 100%;
        color: #333;
        line-height: 1.5;
        margin-bottom: 0.15rem; }
      .conpems .row .input .int {
        width: 100%; }
        .conpems .row .input .int input {
          width: 100%;
          border: none;
          background-color: transparent;
          border-bottom: solid 1px #e6e7ec;
          display: block;
          line-height: 3;
          height: 3em;
          color: #333; }
    .conpems .row .input:nth-child(2n) {
      margin-right: 0; }
  .conpems .text {
    width: 100%;
    margin-bottom: 0.4rem; }
    .conpems .text .ine {
      width: 100%;
      color: #333;
      line-height: 1.5;
      margin-bottom: 0.15rem; }
    .conpems .text textarea {
      width: 100%;
      display: block;
      border: none;
      background-color: transparent;
      border-bottom: solid 1px #e6e7ec;
      line-height: 1.5;
      color: #333; }
  .conpems .sub {
    width: 100%;
    font-size: 0; }
    .conpems .sub .stb {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      padding: 0 0.55rem;
      background-color: var(--themes);
      color: #fff;
      position: relative;
      line-height: 3;
      height: 3em; }
      .conpems .sub .stb span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -0.02rem;
        width: 9px;
        margin-left: 0.1rem; }
        .conpems .sub .stb span img {
          width: 100%;
          display: block;
          filter: grayscale(1000%) brightness(2000%); }
      .conpems .sub .stb .svt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        cursor: pointer;
        opacity: 0; }
  .conpems .addlis {
    width: 100%;
    font-size: 0;
    margin-top: 0.2rem; }
    .conpems .addlis .adom {
      width: 100%;
      font-size: 0;
      padding: 0.3rem 0; }
      .conpems .addlis .adom .ac {
        display: inline-block;
        vertical-align: middle;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        border: solid 1px var(--themes);
        margin-right: 0.2rem; }
        .conpems .addlis .adom .ac img {
          width: 100%;
          display: block; }
      .conpems .addlis .adom .rkm {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 0.8rem); }
        .conpems .addlis .adom .rkm .rt {
          width: 100%;
          color: #666;
          line-height: 1.5; }
        .conpems .addlis .adom .rkm .rd {
          width: 100%;
          color: #333;
          line-height: 1.5;
          margin-top: 0.05rem; }

@media (max-width: 800px) {
  .conpems {
    align-items: center;
    background-color: #f7f7f7; }
    .conpems .conl {
      width: 65%;
      order: 1;
      padding: 0.2rem 3%; }
    .conpems .conr {
      width: 35%;
      order: 2;
      padding: 0.2rem 3%; }
    .conpems .conm {
      width: 100%;
      order: 3;
      padding: 20px; } }
.maps {
  width: 100%; }
  .maps .map {
    width: 100%; }
    .maps .map img {
      width: 100%;
      display: block; }

.services {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap; }
  .services .serl {
    width: calc(500 / 1920 * 100%);
    display: inline-block;
    vertical-align: top;
    background-color: #f7f7f7;
    padding: .5rem 0 .5rem calc(160 / 1920 * 100%); }
    .services .serl .serlist {
      width: 100%; }
      .services .serl .serlist .srem {
        width: 100%;
        padding: 0.2rem 0; }
        .services .serl .serlist .srem .seop {
          width: 100%;
          font-size: 0;
          padding-right: 0.3rem;
          display: flex;
          align-items: center; }
          .services .serl .serlist .srem .seop .sc {
            display: inline-block;
            vertical-align: middle;
            width: 0.3rem;
            margin-right: 0.2rem; }
            .services .serl .serlist .srem .seop .sc img {
              width: 100%;
              display: block; }
            .services .serl .serlist .srem .seop .sc img:first-child {
              display: block; }
            .services .serl .serlist .srem .seop .sc img:last-child {
              display: none; }
          .services .serl .serlist .srem .seop .lm {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 12px - 0.3rem - 0.2rem);
            width: calc(100% - 0.3rem - 0.2rem);
            color: #333;
            line-height: 1.5; }
          .services .serl .serlist .srem .seop .rc {
            display: inline-block;
            vertical-align: middle;
            width: 0.3rem;
            cursor: pointer;
            transition: all ease 0.5s;
            display: flex;
            display: none;
            align-items: center;
            justify-content: center; }
            .services .serl .serlist .srem .seop .rc img {
              width: 12px;
              display: block; }
            .services .serl .serlist .srem .seop .rc img:first-child {
              display: block; }
            .services .serl .serlist .srem .seop .rc img:last-child {
              display: none; }
        .services .serl .serlist .srem .seuls {
          width: 100%;
          display: none;
          margin-top: 0.2rem;
          padding-left: 0.5rem; }
          .services .serl .serlist .srem .seuls .sli {
            width: 100%;
            position: relative; }
            .services .serl .serlist .srem .seuls .sli a {
              width: 100%;
              display: block;
              color: #666;
              line-height: 1.5;
              padding: 0.08rem 0; }
            .services .serl .serlist .srem .seuls .sli:after {
              content: ' ';
              position: absolute;
              right: 0;
              height: 0.34rem;
              width: 2px;
              background-color: var(--themes);
              top: 50%;
              opacity: 0;
              transition: all ease 0.5s;
              transform: translateY(-50%); }
          .services .serl .serlist .srem .seuls .sli.active a, .services .serl .serlist .srem .seuls .sli:hover a {
            color: var(--themes); }
          .services .serl .serlist .srem .seuls .sli.active:after, .services .serl .serlist .srem .seuls .sli:hover:after {
            opacity: 1; }
      .services .serl .serlist .srem.has-seul .seop .lm {
        width: calc(100% - 0.3rem - 0.3rem - 0.2rem); }
      .services .serl .serlist .srem.has-seul .seop .rc {
        display: flex;
        align-items: center;
        justify-content: center; }
      .services .serl .serlist .srem.has-seul.show .seop .sc img:first-child {
        display: none; }
      .services .serl .serlist .srem.has-seul.show .seop .sc img:last-child {
        display: block; }
      .services .serl .serlist .srem.has-seul.show .seop .lm {
        color: var(--themes); }
      .services .serl .serlist .srem.has-seul.show .seop .rc {
        transform: rotate(180deg); }
        .services .serl .serlist .srem.has-seul.show .seop .rc img:first-child {
          display: none; }
        .services .serl .serlist .srem.has-seul.show .seop .rc img:last-child {
          display: block; }
  .services .serr {
    width: calc(1420 / 1920 * 100%);
    display: inline-block;
    vertical-align: top;
    padding: .5rem calc(160 / 1920 * 100%) .4rem .5rem; }
    .services .serr .sit {
      width: 100%;
      color: #333;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 0.3rem; }
    .services .serr .sinp {
      width: 100%;
      color: #333;
      line-height: 1.75; }
      .services .serr .sinp p {
        color: #333;
        line-height: 1.75; }
    .services .serr .setoms {
      width: 100%;  }
      .services .serr .setoms .sitm {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        /* align-items: center; */
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0.25rem 0 .5rem; }
        .services .serr .setoms .sitm .imgs {
          display: inline-block;
          vertical-align: middle;
          width: calc(400 / 1160 * 100%);
          position: relative;
          overflow: hidden; }
          .services .serr .setoms .sitm .imgs .img {
            width: 100%;
            padding-top: 80%; }
            .services .serr .setoms .sitm .imgs .img img{object-fit: cover;}
        .services .serr .setoms .sitm .kom {
          display: inline-block;
          vertical-align: middle;
          width: 52%; }
          .services .serr .setoms .sitm .kom .kit {
            width: 100%;
            color: #333;
            font-weight: bold;
            line-height: 1.4; 
            margin-bottom: 0.26rem;}
          .services .serr .setoms .sitm .kom .kip {
            width: 100%;
            color: #666;
            line-height: 1.75; }
            .services .serr .setoms .sitm .kom .kip p {
              color: #666;
              line-height: 1.75; }
      .services .serr .setoms .sitm:nth-child(2n) {
        flex-direction: row; }

@media (max-width: 1680px) {
  .services .serl {
    padding-left: 5%; }
  .services .serr {
    padding-right: 5%; } }
.banner {
  width: 100%;
  position: relative; }
  .banner .swiper-slide {
    width: 100%;
    position: relative; }
    .banner .swiper-slide .imgs.pcm {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: block; }
      .banner .swiper-slide .imgs.pcm .img {
        width: 100%;
        padding-top: calc(610/1920*100%); }
    .banner .swiper-slide .imgs.phm {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: none; }
      .banner .swiper-slide .imgs.phm .img {
        width: 100%;
        padding-top: 50%; }
    .banner .swiper-slide .box {
      position: absolute;
      z-index: 6;
      top: 50%;
      transform: translateY(-50%);
      left: calc(160 / 1920 * 100%);
      width: 14.4rem;
      max-width: 80%;
      text-align: left; }
      .banner .swiper-slide .box .bit {
        width: 100%;
        color: #fff;
        line-height: 1.2;
        font-weight: bold;
        opacity: 0;
        transform: translate3d(0, 25%, 0);
        transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s; }
        .banner .swiper-slide .box .bit p {
          color: #fff;
          line-height: 1.2;
          position: relative;
          z-index: 2; }
      .banner .swiper-slide .box .lx {
        width: 100%;
        font-size: 0;
        margin: 0.4rem 0;
        opacity: 0;
        transform: translate3d(0, 25%, 0);
        transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s; }
        .banner .swiper-slide .box .lx span {
          display: inline-block;
          vertical-align: middle;
          width: 0.25rem;
          height: 1px;
          background-color: #fff; }
      .banner .swiper-slide .box .eim {
        width: 100%;
        color: #fff;
        line-height: 1.2;
        font-weight: bold;
        opacity: 0;
        transform: translate3d(0, 25%, 0);
        transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s; }
        .banner .swiper-slide .box .eim p {
          color: #fff;
          line-height: 1.2;
          position: relative;
          z-index: 2; }
    .banner .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; }
      .banner .swiper-slide .videoc .vom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }
      .banner .swiper-slide .videoc .vm {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 4; }
  .banner .swiper-slide-active .box .bit, .banner .swiper-slide-active .box .more, .banner .swiper-slide-active .box .eim, .banner .swiper-slide-active .box .lx {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .banner .swiper-pagination {
    bottom: 0.3rem; }
  .banner .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 5px;
    transition: all ease 0.5s;
    margin: 0 0.1rem !important; }
  .banner .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: 34px;
    height: 10px; }
  .banner .btn {
    position: absolute;
    bottom: 0;
    width: 0.6rem;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    height: 0.6rem;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-50%);
    background-color: rgba(23, 63, 112, 0.5); }
    .banner .btn img {
      width: 100%;
      display: block; }
  .banner .btn:hover {
    background-color: #173f70; }
  .banner .bl {
    left: 0.6rem; }
  .banner .br {
    right: 0.6rem; }

@media (max-width: 800px) {
  .banner .swiper-slide .box .bit {
    font-size: 16px; }
  .banner .swiper-slide .box .eim {
    font-size: 12px; }
  .banner .swiper-slide .box .more a {
    font-size: 12px; }
  .banner .bl {
    left: 0.05rem; }
  .banner .br {
    right: 0.05rem; } }
.company {
  width: 100%;
  padding: .3rem 0; }
  .company .compy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    flex-direction: row-reverse; }
    .company .compy .coml {
      display: inline-block;
      vertical-align: middle;
      width: calc(560 / 1600 * 100%); }
      .company .compy .coml .imgs {
        width: 100%;
        padding-top: 80%;
        position: relative;
        overflow: hidden; }
        .company .compy .coml .imgs .img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          width: 75%;
          height: 75%;
          transition: all ease 0.5s;
          }
    .company .compy .comr {
      display: inline-block;
      vertical-align: middle;
      width: calc(920 / 1600 * 100%);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .company .compy .comr .rolm {
        display: inline-block;
        vertical-align: top;
        width: calc(220 / 920 * 100%); }
        .company .compy .comr .rolm .rit {
          width: 100%;
          color: #333;
          font-weight: bold;
          line-height: 1.2;
          margin-bottom: 0.5rem; }
        .company .compy .comr .rolm .datam {
          width: 100%; }
          .company .compy .comr .rolm .datam .vaom {
            width: 100%; }
            .company .compy .comr .rolm .datam .vaom .vum {
              width: 100%;
              color: var(--themes); }
              .company .compy .comr .rolm .datam .vaom .vum span {
                display: inline-block;
                margin-right: 0.05rem; }
            .company .compy .comr .rolm .datam .vaom .xt {
              width: 100%;
              color: #666;
              line-height: 1.5;
              margin-top: 0.1rem; }
          .company .compy .comr .rolm .datam .vaom + .vaom {
            margin-top: 0.3rem; }
      .company .compy .comr .xolm {
        display: inline-block;
        vertical-align: top;
        width: calc(590 / 920 * 100%); }
        .company .compy .comr .xolm .xinp {
          width: 100%;
          color: #333;
          line-height: 1.75; }
          .company .compy .comr .xolm .xinp p {
            color: #333;
            line-height: 1.75; }
        .company .compy .comr .xolm .more {
          width: 100%;
          font-size: 0;
          margin-top: 0.65rem; }
          .company .compy .comr .xolm .more a {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            padding: 0 0.5rem;
            color: #fff;
            line-height: 3;
            background-color: var(--themes);
            transition: all ease 0.5s;
            position: relative;
            top: 0; }
            .company .compy .comr .xolm .more a span {
              display: inline-block;
              vertical-align: middle;
              width: 8px;
              position: relative;
              top: -0.02rem;
              margin-left: 0.05rem; }
              .company .compy .comr .xolm .more a span img {
                width: 100%;
                display: block; }
          .company .compy .comr .xolm .more a:hover {
            top: -0.1rem; }

.modular {
  width: 100%; }
  .modular .mitop {
    width: 100%;
    margin-bottom: 0.35rem;
    text-align: center; }
    .modular .mitop .mit {
      width: 100%;
      color: #333;
      font-weight: bold;
      line-height: 1.2; }

.business {
  width: 100%;
  background-color: #edf0f4;
  padding: .5rem 0; }
  .business .scenm {
    width: 100%;
    display: flex;
    font-size: 0; }
    .business .scenm .sitm {
      display: inline-block;
      vertical-align: middle;
      width: calc(205  / 1600 * 100%);
      transition: all ease 0.5s;
      margin-right: calc(27 / 1600 * 100%);
      position: relative;
      overflow: hidden; }
      .business .scenm .sitm a {
        width: 100%;
        display: block; }
      .business .scenm .sitm .hei {
        width: 100%;
        padding-top: 4rem; }
      .business .scenm .sitm .imgs {
        width: 100%;
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        transition: all ease 0.5s; }
        .business .scenm .sitm .imgs .img {
          width: 100%;
          padding-top: 4rem;
          transition: all ease 0.5s;
          }
      .business .scenm .sitm .im1 {
        opacity: 1;
        z-index: 3; }
      .business .scenm .sitm .im2 {
        opacity: 0;
        z-index: 1; }
      .business .scenm .sitm .pox {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: .4rem 0.2rem 0.4rem;
        z-index: 5; }
        .business .scenm .sitm .pox .pic {
          display: block;
          margin: 0 auto 0rem;
          width: 0.44rem;
          transition: all ease 0.5s; }
          .business .scenm .sitm .pox .pic img {
            width: 100%;
            display: block; }
          .business .scenm .sitm .pox .pic img:first-child {
            display: block; }
          .business .scenm .sitm .pox .pic img:last-child {
            display: none; }
        .business .scenm .sitm .pox .pm {
          width: 1.5em;
          text-align: center;
          color: #fff;
          line-height: 1.4;
          display: block;
          margin: 0 auto;
          transition: all ease 0.5s; }
        .business .scenm .sitm .pox .vod {
          width: 100%;
          display: block;
          transition: all ease 0.5s; }
        .business .scenm .sitm .pox .pinp {
          width: 100%;
          color: #fff;
          line-height: 1.75;
          display: none; }
          .business .scenm .sitm .pox .pinp p {
            color: #fff;
            line-height: 1.75; }
        .business .scenm .sitm .pox .mtn {
          margin-top: 0.15rem;
          width: 0.4rem;
          height: 0.4rem;
          display: none; }
          .business .scenm .sitm .pox .mtn img {
            width: 100%;
            display: block; }
          .business .scenm .sitm .pox .mtn img:first-child {
            display: block; }
          .business .scenm .sitm .pox .mtn img:last-child {
            display: none; }
    .business .scenm .sitm:nth-child(4n) {
      margin-right: 0; }
    .business .scenm .sitm.on {
      width: calc(902 / 1600 * 100%); }
      .business .scenm .sitm.on .im1 {
        opacity: 0;
        z-index: 1; }
      .business .scenm .sitm.on .im2 {
        opacity: 1;
        z-index: 3; }
      .business .scenm .sitm.on .pox {
        padding: 0.8rem;
        align-content: center;}
        .business .scenm .sitm.on .pox .vod {
          width: 100%;
          margin-bottom: 0.15rem; }
        .business .scenm .sitm.on .pox .pic {
          width: 0.42rem;
          margin-bottom: 0rem;
          opacity: 1;
          display: inline-block;
          vertical-align: middle;
          margin-right: 0.1rem; }
          .business .scenm .sitm.on .pox .pic img:first-child {
            display: none; }
          .business .scenm .sitm.on .pox .pic img:last-child {
            display: block; }
        .business .scenm .sitm.on .pox .pm {
          display: inline-block;
          vertical-align: middle;
          text-align: left !important;
          width: calc(100% - 0.42rem - 0.1rem) !important;
          color: #333; }
        .business .scenm .sitm.on .pox .pinp {
          color: #333; }
          .business .scenm .sitm.on .pox .pinp p {
            color: #333; }
        .business .scenm .sitm.on .pox .pinp, .business .scenm .sitm.on .pox .mtn {
          display: block; }
        .business .scenm .sitm.on .pox .mtn img:first-child {
          display: none; }
        .business .scenm .sitm.on .pox .mtn img:last-child {
          display: block; }

@media (max-width: 800px) {
  .business .scenm {
    flex-wrap: wrap; }
    .business .scenm .sitm {
      width: 100% !important;
      border-radius: 0.1rem;
      overflow: hidden;margin-right: 0;}
      .business .scenm .sitm .imgs {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .business .scenm .sitm .imgs .img {
          width: 100%;
          height: 100%;
          display: block;
          padding-top: 0; }
      .business .scenm .sitm .pox {
        width: 100%;
        position: relative;
        z-index: 3;
        padding: 0.6rem !important;
        align-content: center; }
        .business .scenm .sitm .pox .vod {
          width: 100%;
          margin-bottom: 0.3rem; }
        .business .scenm .sitm .pox .pic {
          width: 0.42rem;
          margin-bottom: 0rem;
          opacity: 1;
          display: inline-block;
          vertical-align: middle;
          margin-right: 0.1rem; }
        .business .scenm .sitm .pox .pm {
          display: inline-block;
          vertical-align: middle;
          text-align: left !important;
          width: calc(100% - 0.42rem - 0.1rem) !important; }
        .business .scenm .sitm .pox .pinp, .business .scenm .sitm .pox .mtn {
          display: block; }
    .business .scenm .sitm + .sitm {
      margin-top: 12px; } }
.whys {
  width: 100%; }
  .whys .whyom {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .whys .whyom .whl {
      display: inline-block;
      vertical-align: middle;
      width: calc(485 / 1600 * 100%); padding: .3rem 0;}
      .whys .whyom .whl .wit {
        width: 100%;
        color: #333;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.25rem; }
      .whys .whyom .whl .ld {
        width: 0.92rem;
        display: block;
        margin-bottom: .35rem; }
        .whys .whyom .whl .ld img {
          width: 100%;
          display: block; }
      .whys .whyom .whl .winp {
        width: 100%;
        color: #333;
        line-height: 1.875; }
        .whys .whyom .whl .winp p {
          color: #333;
          line-height: 1.875; }
    .whys .whyom .whr {
      display: inline-block;
      vertical-align: middle;
      width: calc(1000 / 1600 * 100%);
      font-size: 0;
      display: flex;
      flex-wrap: wrap; }
      .whys .whyom .whr .whrom {
        display: inline-block;
        vertical-align: middle;
        width: calc(500 / 1000 * 100%);
        border-left: solid 1px #dfdfdf;
        padding:  .25rem .6rem; }
        .whys .whyom .whr .whrom .wc {
          width: 0.5rem;
          height: 0.5rem;
          display: block;
          margin-bottom: 0.25rem; }
          .whys .whyom .whr .whrom .wc img {
            width: 100%;
            display: block; }
        .whys .whyom .whr .whrom .wt {
          width: 100%;
          color: #333;
          font-weight: bold;
          line-height: 1.2;
          margin-bottom: 0.25rem; }
        .whys .whyom .whr .whrom .xim {
          width: 100%;
          color: #333;
          line-height: 1.75; }
          .whys .whyom .whr .whrom .xim p {
            color: #333;
            line-height: 1.75; }
      .whys .whyom .whr .whrom:nth-child(4n+1), .whys .whyom .whr .whrom:nth-child(4n+2) {
        padding-bottom: .15rem; }
      .whys .whyom .whr .whrom:nth-child(4n+3), .whys .whyom .whr .whrom:nth-child(4n+4) {
        padding-top: .15rem; }

@media (min-width: 800px) {
  .business .scenm .sitm.on:nth-child(1) .pox .pinp{display: flex !important;flex-wrap: wrap;}
  .business .scenm .sitm.on:nth-child(1) .pox .pinp p{width: 50%;padding-right: .15rem;}
  .business .scenm .sitm.on:nth-child(2) .pox .pinp{display: flex !important;flex-wrap: wrap;}
  .business .scenm .sitm.on:nth-child(2) .pox .pinp p{width: 50%;padding-right: .15rem;}
}
@media (max-width: 800px) {
  .whys .whyom .whr .whrom {
    padding: 0.6rem 0.3rem 0.6rem 0; }
  .whys .whyom .whr .whrom:nth-child(4n+1), .whys .whyom .whr .whrom:nth-child(4n+2) {
    padding-top: 0.6rem; }
  .whys .whyom .whr .whrom:nth-child(4n+3), .whys .whyom .whr .whrom:nth-child(4n+4) {
    padding-bottom: 0.6rem; } }
.newsom {
  width: 100%;
  background-color: #f3f3f3;
  padding: .5rem 0 0; }
  .newsom .nepoms {
    width: 100%;
    position: relative; }
    .newsom .nepoms .nelm {
      width: 100%;
      font-size: 0;
      display: flex;
      justify-content: flex-end; }
      .newsom .nepoms .nelm .imgs {
        display: inline-block;
        vertical-align: middle;
        display: none;
        width: calc(1300 / 1920 * 100%); }
        .newsom .nepoms .nelm .imgs .img {
          width: 100%;
          padding-top: 35%; }
      .newsom .nepoms .nelm .imgs.on {
        display: inline-block;
        vertical-align: middle; }
    .newsom .nepoms .newvont {
      width: calc(1100 / 1920 * 100%);
      position: absolute;
      left: 0;
      z-index: 2;
      bottom: 0;
      background-color: var(--themes);
      border-radius: 0 1rem 0 0;
      padding: .2rem 1.4rem .2rem calc( 160 / 1920 * 100%); }
      .newsom .nepoms .newvont .newpers {
        width: 100%;
        position: relative;
        z-index: 2; }
        .newsom .nepoms .newvont .newpers .swiper-slide {
          width: 100%; }
          .newsom .nepoms .newvont .newpers .swiper-slide .sit {
            width: 100%;
            color: #fff;
            line-height: 1.5;
            margin-bottom: 0.15rem; }
          .newsom .nepoms .newvont .newpers .swiper-slide .time {
            width: 100%;
            color: #fff;
            line-height: 1.5;
            margin-bottom: 0.15rem; }
          .newsom .nepoms .newvont .newpers .swiper-slide .lx {
            width: 100%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.1);
            margin: .15rem 0;
            display: block;
            padding-right: 0.2rem; }
          .newsom .nepoms .newvont .newpers .swiper-slide .ninp {
            width: 100%;
            color: #fff;
            line-height: 1.5;
            overflow: auto;
            max-height: 2.6rem;
            padding-right: 0.2rem; }
            .newsom .nepoms .newvont .newpers .swiper-slide .ninp p {
              color: #fff;
              line-height: 1.5; }
            .newsom .nepoms .newvont .newpers .swiper-slide .ninp::-webkit-scrollbar {
              width: 4px;
              height: 4px;
              scrollbar-arrow-color: rgba(0, 0, 0, 0.1); }
            .newsom .nepoms .newvont .newpers .swiper-slide .ninp::-webkit-scrollbar-thumb {
              border-radius: 10px;
              -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3);
              background: rgba(255, 255, 255, 0.3);
              scrollbar-arrow-color: rgba(0, 0, 0, 0.1); }
            .newsom .nepoms .newvont .newpers .swiper-slide .ninp::-webkit-scrollbar-track {
              border-radius: 10px;
              -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
              background: rgba(0, 0, 0, 0.1); }
      .newsom .nepoms .newvont .pagination {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(5%); }
        .newsom .nepoms .newvont .pagination .in {
          display: block;
          margin: 0.15rem auto;
          width: 0.12rem;
          height: 0.12rem;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          border: solid 2px #fff;
          background-color: transparent;
          transition: all ease 0.5s;
          cursor: pointer; }
        .newsom .nepoms .newvont .pagination .in.on {
          background-color: #fff; }
      .newsom .nepoms .newvont .vc {
        position: absolute;
        z-index: 1;
        right: 0.3rem;
        bottom: 0.1rem;
        width: 1.1rem; }
        .newsom .nepoms .newvont .vc img {
          width: 100%;
          display: block; }

@media (max-width: 800px) {
  .newsom .nepoms .nelm .imgs {
    width: 100%; }
  .newsom .nepoms .newvont {
    width: 100%;
    padding: 0.4rem 5% 0.4rem 10%;
    border-radius: 0;
    position: relative; }
    .newsom .nepoms .newvont .pagination {
      left: 3%; } }
.ourserm {
  width: 100%;
  padding: 1rem 0; }
  .ourserm .outom {
    width: 100%;
    font-size: 0;
    position: relative;
    padding-bottom: 1.8rem;
    padding-top: 0.5rem; }
    .ourserm .outom .comd {
      width: calc(500 / 1600 * 100%);
      display: block;
      margin: 0 auto;
      position: relative;
      z-index: 3; }
      .ourserm .outom .comd .hei {
        width: 100%;
        padding-top: 100%; }
      .ourserm .outom .comd .piecelis {
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .ourserm .outom .comd .piecelis .pie {
          position: absolute;
          width: auto;
          z-index: 1;
          cursor: pointer; }
          .ourserm .outom .comd .piecelis .pie .bkm {
            width: 100%;
            transition: all ease 0.5s; }
            .ourserm .outom .comd .piecelis .pie .bkm img {
              width: 100%;
              display: block; }
          .ourserm .outom .comd .piecelis .pie .ic {
            position: absolute;
            width: 0.28rem;
            transition: all ease 0.5s; }
            .ourserm .outom .comd .piecelis .pie .ic img {
              width: 100%;
              display: block; }
          .ourserm .outom .comd .piecelis .pie .cix {
            width: 100%;
            font-size: 0;
            display: flex;
            align-items: center;
            position: absolute;
            width: 2.15rem;
            opacity: 0;
            transition: all ease 0.5s; }
            .ourserm .outom .comd .piecelis .pie .cix span {
              display: inline-block;
              vertical-align: middle;
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background-color: #fff; }
            .ourserm .outom .comd .piecelis .pie .cix i {
              display: inline-block;
              vertical-align: middle;
              width: calc(100% - 6px);
              border-bottom: dashed 1px #4fa4f4; }
        .ourserm .outom .comd .piecelis .hia {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          opacity: 0;
          z-index: 2; }
        .ourserm .outom .comd .piecelis .pie:nth-child(1) {
          width: calc(195 / 500 * 100%);
          left: calc(55 / 500 * 100%);
          top: calc(0 / 500 * 100%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(1) .ic {
            left: 52%;
            top: 46%;
            transform: translate(-50%, -50%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(1) .cix {
            flex-direction: row-reverse;
            right: 65%;
            top: 36%; }
        .ourserm .outom .comd .piecelis .pie:nth-child(2) {
          width: calc(194 / 500 * 100%);
          left: calc(251 / 500 * 100%);
          top: calc(0 / 500 * 100%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(2) .ic {
            left: 48%;
            top: 46%;
            transform: translate(-50%, -50%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(2) .cix {
            flex-direction: row;
            left: 65%;
            top: 36%; }
        .ourserm .outom .comd .piecelis .pie:nth-child(3) {
          width: calc(118 / 500 * 100%);
          left: calc(382 / 500 * 100%);
          top: calc(94 / 500 * 100%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(3) .ic {
            left: 60%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(3) .cix {
            flex-direction: row;
            left: 80%;
            top: 67%;
            width: 1.15rem; }
        .ourserm .outom .comd .piecelis .pie:nth-child(4) {
          width: calc(170 / 500 * 100%);
          left: calc(324 / 500 * 100%);
          top: calc(287 / 500 * 100%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(4) .ic {
            left: 52%;
            top: 48%;
            transform: translate(-50%, -50%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(4) .cix {
            flex-direction: row;
            left: 50%;
            top: 66%;
            width: 1.85rem; }
        .ourserm .outom .comd .piecelis .pie:nth-child(5) {
          width: calc(218 / 500 * 100%);
          left: calc(141 / 500 * 100%);
          top: calc(402 / 500 * 100%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(5) .ic {
            left: 50%;
            top: 58%;
            transform: translate(-50%, -50%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(5) .cix {
            flex-direction: row;
            left: 20%;
            top: 120%;
            width: 1rem;
            transform: translateX(-50%) rotate(130deg); }
        .ourserm .outom .comd .piecelis .pie:nth-child(6) {
          width: calc(169 / 500 * 100%);
          left: calc(6 / 500 * 100%);
          top: calc(286 / 500 * 100%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(6) .ic {
            left: 48%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(6) .cix {
            flex-direction: row-reverse;
            right: 50%;
            top: 66%;
            width: 1.85rem; }
        .ourserm .outom .comd .piecelis .pie:nth-child(7) {
          width: calc(118 / 500 * 100%);
          left: calc(0 / 500 * 100%);
          top: calc(93 / 500 * 100%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(7) .ic {
            left: 40%;
            top: 52%;
            transform: translate(-50%, -50%); }
          .ourserm .outom .comd .piecelis .pie:nth-child(7) .cix {
            flex-direction: row-reverse;
            right: 80%;
            top: 67%;
            width: 1.15rem; }
        .ourserm .outom .comd .piecelis .pie.on {
          z-index: 3; }
          .ourserm .outom .comd .piecelis .pie.on .bkm {
            transform: scale(1.1); }
          .ourserm .outom .comd .piecelis .pie.on .ic {
            transform: translate(-50%, -50%) scale(1.1); }
          .ourserm .outom .comd .piecelis .pie.on .cix {
            opacity: 1; }
      .ourserm .outom .comd .cox {
        width: calc(300 / 500 * 100%);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2; }
        .ourserm .outom .comd .cox .eh {
          width: 100%;
          padding-top: 100%; }
        .ourserm .outom .comd .cox .eom {
          position: absolute;
          height: 100%;
          left: 0;
          top: 0;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center; }
          .ourserm .outom .comd .cox .eom .ec {
            display: block;
            width: 0.52rem;
            margin: 0 auto 0.12rem; }
            .ourserm .outom .comd .cox .eom .ec img {
              width: 100%;
              display: block; }
          .ourserm .outom .comd .cox .eom .kt {
            width: 100%;
            text-align: center;
            color: #1d80ef;
            line-height: 1.4;
            font-weight: bold; }
    .ourserm .outom .meslist {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .ourserm .outom .meslist .miem {
        display: inline-block;
        vertical-align: middle;
        width: calc(480 / 1680 * 100%);
        position: absolute;
        text-align: right; }
        .ourserm .outom .meslist .miem .mt {
          width: 100%;
          color: #333;
          line-height: 1.5;
          padding: 0 0.2rem; }
        .ourserm .outom .meslist .miem .lix {
          width: 100%;
          font-size: 0;
          display: flex;
          align-items: center;
          flex-direction: row-reverse;
          margin: 0.12rem 0; }
          .ourserm .outom .meslist .miem .lix span {
            display: inline-block;
            vertical-align: middle;
            width: 0.12rem;
            height: 0.12rem;
            border-radius: 50%;
            background-image: linear-gradient(0deg, #1171cd 0%, #3099fc 100%); }
          .ourserm .outom .meslist .miem .lix i {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 0.12rem);
            height: 1px;
            background-image: linear-gradient(0deg, #3099fc 0%, #1171cd 100%); }
        .ourserm .outom .meslist .miem .sim {
          width: 100%;
          color: #666;
          line-height: 1.6;
          padding: 0 0.2rem;
          opacity: 0;
          transition: all ease 0.5s; }
          .ourserm .outom .meslist .miem .sim p {
            color: #666;
            line-height: 1.6; }
        .ourserm .outom .meslist .miem .hia {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          opacity: 0;
          z-index: 2; }
      .ourserm .outom .meslist .miem.let {
        text-align: left; }
        .ourserm .outom .meslist .miem.let .lix {
          flex-direction: row; }
      .ourserm .outom .meslist .miem.on .sim {
        opacity: 1; }
      .ourserm .outom .meslist .miem:nth-child(1) {
        left: calc( 0 / 1680 * 100%);
        top: calc( 50 / 730 * 100%); }
      .ourserm .outom .meslist .miem:nth-child(2) {
        right: calc( 0 / 1680 * 100%);
        top: calc( 50 / 730 * 100%); }
      .ourserm .outom .meslist .miem:nth-child(3) {
        right: calc( 0 / 1680 * 100%);
        top: calc( 235 / 730 * 100%); }
      .ourserm .outom .meslist .miem:nth-child(4) {
        right: calc( 0 / 1680 * 100%);
        top: calc( 410 / 730 * 100%); }
      .ourserm .outom .meslist .miem:nth-child(5) {
        left: 50%;
        transform: translateX(-50%);
        top: calc( 640 / 730 * 100%); }
      .ourserm .outom .meslist .miem:nth-child(6) {
        left: calc( 0 / 1680 * 100%);
        top: calc( 410 / 730 * 100%); }
      .ourserm .outom .meslist .miem:nth-child(7) {
        left: calc( 0 / 1680 * 100%);
        top: calc( 235 / 730 * 100%); }

@media (max-width: 800px) {
  .ourserm .outom {
    padding: 0; }
    .ourserm .outom .comd {
      width: 100%;
      max-width: 5rem;
      margin-bottom: 30px; }
    .ourserm .outom .meslist {
      width: 100%;
      position: relative; }
      .ourserm .outom .meslist .miem {
        width: 100%;
        padding: 0.15rem 0;
        position: relative;
        left: auto !important;
        top: auto !important;
        text-align: left !important;
        transform: translate(0, 0) !important; }
        .ourserm .outom .meslist .miem .sim {
          opacity: 1 !important; }
        .ourserm .outom .meslist .miem .lix {
          flex-direction: row !important; } }
.prumbs {
  width: 100%;
  background-color: transparent;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(204, 204, 204, 0.28);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .prumbs .column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
    position: relative; }
    .prumbs .column .colum {
      width: auto;
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      z-index: 2;
      position: relative; }
      .prumbs .column .colum .home {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        margin-right: .1rem;
        position: relative;
        top: -0.02rem; }
        .prumbs .column .colum .home img {
          width: 100%;
          display: block; }
      .prumbs .column .colum .sm {
        display: inline-block;
        vertical-align: middle;
        color: #666;
        line-height: 3; }
      .prumbs .column .colum a {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        color: #333;
        line-height: 1rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .prumbs .column .colum a span {
          display: inline-block;
          color: #333;
          line-height: 3;
          position: relative;
          margin: 0 .08rem; }
          .prumbs .column .colum a span img {
            width: 100%;
            display: block; }
      .prumbs .column .colum a:hover {
        color: var(--themes); }
      .prumbs .column .colum a:last-child span {
        display: none; }
    .prumbs .column .cul {
      display: inline-block;
      vertical-align: middle;
      flex: 1;
      z-index: 2;
      position: relative; }
      .prumbs .column .cul .swiper-wrapper {
        justify-content: flex-end; }
      .prumbs .column .cul .swiper-slide {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-right: 0.4rem;
        position: relative; }
        .prumbs .column .cul .swiper-slide a {
          display: inline-block;
          vertical-align: middle;
          color: #666;
          line-height: 1rem;
          width: auto;
          transition: all ease 0.5s; }
          .prumbs .column .cul .swiper-slide a span {
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            bottom: 0rem;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 0.02rem;
            background-color: var(--themes);
            transition: all ease 0.5s;
            opacity: 0; }
        .prumbs .column .cul .swiper-slide:after {
          content: ' ';
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 2px;
          background-image: linear-gradient(90deg, #036cfa 0%, #9a32ca 100%), linear-gradient(#e64855, #e64855);
          opacity: 0;
          transition: all ease 0.5s;
          bottom: 0; }
      .prumbs .column .cul .swiper-slide.on a, .prumbs .column .cul .swiper-slide:hover a {
        color: #000; }
      .prumbs .column .cul .swiper-slide.on:after, .prumbs .column .cul .swiper-slide:hover:after {
        opacity: 1; }
      .prumbs .column .cul .swiper-scrollbar {
        background-color: rgba(0, 0, 0, 0.1);
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        display: none; }
      .prumbs .column .cul .swiper-scrollbar-drag {
        background-color: var(--themes); }
    .prumbs .column .cul.pbs .swiper-container {
      padding-bottom: 0.15rem; }
    .prumbs .column .cul.pbs .swiper-scrollbar {
      display: block; }
  .prumbs .column.xl {
    justify-content: space-between;
    font-size: 0;
    align-items: center; }

.prumbs.no:after {
  display: none; }

@media (max-width: 800px) {
  .prumbs .w1600 {
    width: 100%; }
  .prumbs .column .colum {
    padding: 0 0.2rem;
    border-bottom: solid 1px #eee;
    order: 1; }
  .prumbs .column .cul {
    padding: 0 0.2rem;
    order: 2; }
    .prumbs .column .cul .swiper-wrapper {
      justify-content: flex-start; } }
.peoples {
  width: 100%;
  padding: 0.5rem 0; }
  .peoples .piot {
    width: 100%;
    text-align: center;
    color: #2b92f4;
    font-weight: bold;
    margin-bottom: 0.5rem; }
    .peoples .piot span {
      display: inline-block;
      vertical-align: middle;
      width: 0.46rem;
      margin-right: 0.2rem;
      position: relative;
      top: -0.02rem; }
      .peoples .piot span img {
        width: 100%;
        display: block; }
  .peoples .petom {
    width: 100%;
    font-size: 0; }
    .peoples .petom .pox {
      width: calc(720 / 1600 * 100%);
      display: block;
      margin: 0 auto;
      position: relative; }
      .peoples .petom .pox .pod {
        width: 100%; }
      .peoples .petom .pox .hei {
        width: 100%;
        padding-top: 100%; }
      .peoples .petom .pox .lx1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: dashed 1px #2b92f4;
        z-index: 2; }
      .peoples .petom .pox .kim {
        width: calc(560 / 720 * 100%);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        animation: sys 12s infinite linear; }
        .peoples .petom .pox .kim img {
          width: 100%;
          display: block; }
@keyframes sys {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
      .peoples .petom .pox .by {
        width: calc(500 / 720 * 100%);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 4;
        border-radius: 50%;
        overflow: hidden; }
        .peoples .petom .pox .by .ht {
          width: 100%;
          padding-top: 100%;
          background-color: #fff; }
      .peoples .petom .pox .tepom {
        width: calc(440 / 720 * 100%);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        border-radius: 50%;
        background-image: linear-gradient(0deg, #1172cd 0%, #3098fb 100%); }
        .peoples .petom .pox .tepom .ht {
          width: 100%;
          padding-top: 100%; }
        .peoples .petom .pox .tepom .teomlis {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 6; }
          .peoples .petom .pox .tepom .teomlis .teom {
            position: absolute;
            z-index: -1;
            opacity: 0;
            transition: all ease 0.5s;
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            text-align: center;
            padding: 0.6rem; }
            .peoples .petom .pox .tepom .teomlis .teom .tc {
              display: block;
              margin: 0 auto;
              width: 0.6rem; }
              .peoples .petom .pox .tepom .teomlis .teom .tc img {
                width: 100%;
                display: block;
                filter: grayscale(1000%) brightness(2000%); }
            .peoples .petom .pox .tepom .teomlis .teom .xt {
              width: 100%;
              color: #fff;
              line-height: 1.5;
              margin: 0.25rem 0; }
            .peoples .petom .pox .tepom .teomlis .teom .sim {
              width: 100%;
              text-align: center;
              color: #fff;
              line-height: 1.5; }
          .peoples .petom .pox .tepom .teomlis .teom.on {
            opacity: 1;
            z-index: 10; }
      .peoples .petom .pox .yemlist {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 4; }
        .peoples .petom .pox .yemlist .yeam {
          position: absolute;
          cursor: pointer; }
          .peoples .petom .pox .yemlist .yeam .yic {
            display: inline-block;
            vertical-align: middle;
            width: 0.8rem;
            height: 0.8rem;
            border-radius: 50%;
            background-color: transparent;
            padding: 0.1rem; }
            .peoples .petom .pox .yemlist .yeam .yic .ym {
              width: 100%;
              height: 100%;
              display: block;
              border-radius: 50%;
              background-color: #cbdff2; }
          .peoples .petom .pox .yemlist .yeam .km {
            position: absolute;
            color: #333;
            line-height: 1.5;
            display: inline-block;
            vertical-align: middle;
            top: 50%;
            transform: translateY(-50%);
            white-space: nowrap; }
        .peoples .petom .pox .yemlist .yeam:nth-child(1) {
          left: calc(70 / 720 * 100%);
          top: calc(70 / 720 * 100%); }
          .peoples .petom .pox .yemlist .yeam:nth-child(1) .km {
            right: calc(100% + 0.1rem); }
        .peoples .petom .pox .yemlist .yeam:nth-child(2) {
          right: calc(70 / 720 * 100%);
          top: calc(70 / 720 * 100%); }
          .peoples .petom .pox .yemlist .yeam:nth-child(2) .km {
            left: calc(100% + 0.1rem); }
        .peoples .petom .pox .yemlist .yeam:nth-child(3) {
          left: calc(70 / 720 * 100%);
          bottom: calc(70 / 720 * 100%); }
          .peoples .petom .pox .yemlist .yeam:nth-child(3) .km {
            right: calc(100% + 0.1rem); }
        .peoples .petom .pox .yemlist .yeam:nth-child(4) {
          right: calc(70 / 720 * 100%);
          bottom: calc(70 / 720 * 100%); }
          .peoples .petom .pox .yemlist .yeam:nth-child(4) .km {
            left: calc(100% + 0.1rem); }
        .peoples .petom .pox .yemlist .yeam.on .yic {
          background-color: rgba(43, 146, 244, 0.2); }
          .peoples .petom .pox .yemlist .yeam.on .yic .ym {
            background-color: transparent;
            background-image: linear-gradient(0deg, #1172cd 0%, #3098fb 100%); }
            .peoples .petom .pox .yemlist .yeam.on .yic .ym img {
              filter: grayscale(1000%) brightness(2000%); }

@media (max-width: 800px) {
  .peoples .petom .pox {
    width: 100%; }
    .peoples .petom .pox .kim {
      width: calc(620 / 720 * 100%); }
    .peoples .petom .pox .by {
      width: calc(560 / 720 * 100%); }
    .peoples .petom .pox .tepom {
      width: calc(500 / 720 * 100%); }
    .peoples .petom .pox .pod {
      width: 100%;
      display: block;
      margin: 0 auto;
      position: relative; }
    .peoples .petom .pox .yemlist {
      position: relative;
      width: 100%;
      margin-top: 0.6rem; }
      .peoples .petom .pox .yemlist .yeam {
        width: 100%;
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        padding: 0.05rem 0; }
        .peoples .petom .pox .yemlist .yeam .km {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 0.8rem - 0.2rem);
          margin-left: 0.2rem;
          right: auto !important;
          left: auto !important;
          top: auto !important;
          transform: translateY(0) !important; } }

@media (max-width: 800px) {
  .company .compy .coml .imgs .img{width: 100%;height: 100%;}
  .introm .intro .inl .imgs .img{width: 100%;height: 100%;}
}
