.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  font-size: 0; }

@media (max-width: 1520px) {
  .w1440 {
    width: 90%; } }
@media (max-width: 800px) {
  .w1440 {
    width: 94%; } }
.w1800 {
  width: 18rem;
  margin: 0 auto;
  position: relative;
  font-size: 0; }

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

@media (max-width: 1280px) {
  .w1200 {
    width: 94%; } }
@media (max-width: 800px) {
  .w1200 {
    width: 94%; } }
:root {
  --themes: #111111;
  --xhemes: #e60012; }

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: 19px;
      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 .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: 0.39rem;
            margin-right: 0.1rem; }
            header .rav .languages .lauges .lashow .ac img {
              width: 100%;
              display: block; }
          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/i2.png");
            width: 9px;
            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 .rd {
      display: inline-block;
      vertical-align: middle;
      width: 0.51rem;
      margin-left: 0.3rem;
      cursor: pointer; }
      header .rav .rd img {
        width: 100%;
        display: block; }
    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: 1.23rem;
      display: inline-block;
      vertical-align: middle; }
      header .logo .log a, header .logo .log img {
        width: 100%;
        display: block; }
  header nav {
    width: 100%;
    display: block;
    text-align: center; }
    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.12rem;
          height: 0.07rem;
          background-image: url("../images/xx1.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: var(--themes); }
            header nav .natem .navuls ul li .ns {
              width: 100%;
              display: inline-block;
              vertical-align: middle;
              line-height: 3;
              color: #fff;
              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); }

@media (max-width: 800px) {
  header {
    background-color: var(--themes); }
    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;
        filter: grayscale(1000%) brightness(2000%); }
      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.menu-state .rav .menu img {
    opacity: 0; }
  header.menu-state nav {
    opacity: 1;
    right: 0; }
  header.menu-state .blace {
    opacity: 1; } }
.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: 48.958%; }
    .banner .swiper-slide .imgs.phm {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: none; }
      .banner .swiper-slide .imgs.phm .img {
        width: 100%;
        padding-top: 48.958%; }
    .banner .swiper-slide .box {
      position: absolute;
      z-index: 4;
      top: 32.5%;
      transform: translateY(-50%);
      left: calc(140 / 1920 * 100%);
      width: 6rem;
      max-width: 80%; }
      .banner .swiper-slide .box .bit {
        width: 100%;
        color: #fff;
        line-height: 1.3;
        text-align: left;
        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.3;
          position: relative;
          z-index: 2; }
      .banner .swiper-slide .box .eim {
        width: 100%;
        color: #fff;
        line-height: 1.3;
        text-align: left;
        margin-top: 0.2rem;
        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.3;
          position: relative;
          z-index: 2; }
      .banner .swiper-slide .box .more {
        width: 100%;
        margin-top: 0.55rem;
        font-size: 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 .more a {
          display: inline-block;
          vertical-align: middle;
          border: solid 1px #fff;
          color: #111;
          background-color: #fff;
          line-height: 3;
          border-radius: 1.5em;
          width: auto;
          padding: 0 0.4rem;
          position: relative;
          top: 0;
          transition: all ease 0.5s; }
        .banner .swiper-slide .box .more a:hover {
          top: -0.1rem; }
      .banner .swiper-slide .box .vob {
        width: 100%;
        font-size: 0;
        margin-top: 0.5rem;
        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 .vob a {
          display: inline-block;
          vertical-align: middle;
          width: auto;
          background-color: #fff;
          padding: 0 0.45rem;
          color: #000;
          cursor: pointer;
          line-height: 3; }
        .banner .swiper-slide .box .vob a:hover {
          background-color: var(--themes);
          color: #fff; }
    .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-active .box .bit, .banner .swiper-slide-active .box .more, .banner .swiper-slide-active .box .eim, .banner .swiper-slide-active .box .vob {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .banner .swiper-pagination {
    bottom: 0.3rem; }
  .banner .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin: 0 5px;
    width: 0.5rem;
    height: 3px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  .banner .swiper-pagination-bullet-active {
    background-color: #fff; }
  .banner .btn {
    position: absolute;
    bottom: 0;
    width: 0.29rem;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    height: 0.51rem;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-50%); }
    .banner .btn img {
      width: 100%;
      display: block; }
    .banner .btn img:first-child {
      display: block; }
    .banner .btn img:last-child {
      display: none; }
  .banner .btn:hover img:first-child {
    display: none; }
  .banner .btn:hover img:last-child {
    display: block; }
  .banner .bl {
    left: 0.6rem; }
  .banner .br {
    right: 0.6rem; }
  .banner .ric {
    position: absolute;
    right: 0.6rem;
    bottom: 0.6rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    z-index: 3;
    cursor: pointer;
    transition: all ease 0.5s; }
    .banner .ric img {
      width: 100%;
      display: block; }
  .banner .ric:hover {
    transform: scale(1.1); }

@media (max-width: 800px) {
  .banner .swiper-slide .box {
    left: 5%; }
    .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; } }
footer {
  width: 100%;
  background-color: #000; }
  footer .ftop {
    width: 100%; }
  footer .fbot {
    width: 100%; }
  footer .fob {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    footer .fob .fm {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.5; }
      footer .fob .fm a {
        display: inline-block;
        vertical-align: middle;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.5; }
      footer .fob .fm a:hover {
        color: #fff; }
  footer .fop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0 0.2rem; }
    footer .fop .fol {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 5rem); }
      footer .fop .fol .fod {
        width: 100%;
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer .fop .fol .fod .esm {
          display: inline-block;
          vertical-align: top;
          width: calc(48%);
          margin-right: 4%; }
        footer .fop .fol .fod .esm:nth-child(2n) {
          margin-right: 0; }
        footer .fop .fol .fod .epom {
          width: 100%;
          font-size: 0; }
          footer .fop .fol .fod .epom .ic {
            display: inline-block;
            vertical-align: top;
            width: 0.24rem;
            height: 0.24rem;
            margin-right: 0.1rem;
            margin-top: calc(0.8em - 0.12rem); }
            footer .fop .fol .fod .epom .ic img {
              width: 100%;
              display: block; }
          footer .fop .fol .fod .epom .rom {
            width: calc(100% - 0.24rem - 0.1rem);
            display: inline-block;
            vertical-align: top; }
            footer .fop .fol .fod .epom .rom .rip {
              width: 100%;
              color: rgba(255, 255, 255, 0.5);
              line-height: 1.6; }
              footer .fop .fol .fod .epom .rom .rip p {
                color: rgba(255, 255, 255, 0.5);
                line-height: 1.6; }
        footer .fop .fol .fod .epom + .epom {
          margin-top: 0.3rem; }
      footer .fop .fol .share {
        width: 100%;
        font-size: 0;
        margin-top: 0.45rem; }
        footer .fop .fol .share .am {
          display: inline-block;
          vertical-align: middle;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 50%;
          background-color: transparent;
          margin-right: 0.1rem;
          position: relative;
          opacity: 0.5;
          transition: all ease 0.5s; }
          footer .fop .fol .share .am a, footer .fop .fol .share .am img {
            width: 100%;
            display: block; }
          footer .fop .fol .share .am .codm {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: calc(100% + 0.1rem);
            box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
            width: 1.2rem;
            background-color: #fff;
            padding: 0.06rem;
            border-radius: 0.05rem;
            display: none;
            z-index: 2; }
            footer .fop .fol .share .am .codm:after {
              content: ' ';
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 100%;
              width: 0;
              height: 0;
              border: solid 0.05rem;
              border-color: #fff transparent transparent  transparent; }
        footer .fop .fol .share .am:hover {
          opacity: 1;
          background-color: var(--xhemes); }
          footer .fop .fol .share .am:hover .codm {
            display: block; }
    footer .fop .for {
      display: inline-block;
      vertical-align: middle;
      width: calc(4.4rem); }
      footer .fop .for .codelis {
        width: 100%;
        font-size: 0;
        max-width: 5.5rem;
        margin: 0 auto; }
        footer .fop .for .codelis .coem {
          display: inline-block;
          vertical-align: middle;
          width: calc((100% - 0.3rem) / 3);
          margin-right: 0.15rem; }
          footer .fop .for .codelis .coem .cm {
            width: 100%;
            display: block; }
            footer .fop .for .codelis .coem .cm img {
              width: 100%;
              display: block; }
          footer .fop .for .codelis .coem .pm {
            width: 100%;
            text-align: center;
            color: #fff;
            line-height: 2;
            margin-top: 0.1rem; }
        footer .fop .for .codelis .coem:nth-child(3n) {
          margin-right: 0; }

@media (max-width: 800px) {
  footer .fop .fol .fod .epom .ic {
    width: 0.36rem;
    height: 0.36rem;
    margin-top: calc(0.8em - 0.18rem); }
  footer .fop .fol .fod .epom .rom {
    width: calc(100% - 0.36rem - 0.1rem); }
  footer .fop .fol .share .am {
    width: 0.8rem;
    height: 0.8rem; } }
.modular {
  width: 100%; }
  .modular .mitop {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem; }
    .modular .mitop .mit {
      width: 100%;
      color: #222;
      font-weight: bold;
      line-height: 1.2; }
    .modular .mitop .mip {
      width: 100%;
      color: #999;
      line-height: 1.5;
      margin-top: 0.1rem; }
      .modular .mitop .mip p {
        color: #999;
        line-height: 1.5; }
  .modular .mitop.white .mit {
    color: #fff; }
  .modular .mitop.lefts {
    text-align: left; }

.dynamics {
  width: 100%;
  padding: 0.5rem 0 1rem; }
  .dynamics .dynaper {
    width: 100%; }
    .dynamics .dynaper .swiper-slide {
      width: 100%; }
      .dynamics .dynaper .swiper-slide a {
        width: 100%;
        display: block; }
      .dynamics .dynaper .swiper-slide .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .dynamics .dynaper .swiper-slide .imgs .img {
          width: 100%;
          padding-top: 69.11%;
          transition: all ease 0.5s; }
        .dynamics .dynaper .swiper-slide .imgs .play {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 0.8rem;
          height: 0.8rem;
          cursor: pointer;
          transform: translate(-50%, -50%);
          z-index: 2;
          transition: all ease 0.5s; }
          .dynamics .dynaper .swiper-slide .imgs .play img {
            width: 100%;
            display: block; }
        .dynamics .dynaper .swiper-slide .imgs .play:hover {
          transform: translate(-50%, -50%) scale(1.1); }
      .dynamics .dynaper .swiper-slide .pom {
        width: 100%;
        padding: 0.4rem 0 0; }
      .dynamics .dynaper .swiper-slide .pt {
        width: 100%;
        color: #333;
        line-height: 1.5;
        height: 3em; }
      .dynamics .dynaper .swiper-slide .pob {
        width: 100%;
        margin-top: 0.14rem;
        font-size: 0; }
        .dynamics .dynaper .swiper-slide .pob span {
          display: inline-block;
          vertical-align: middle;
          line-height: 3;
          border-bottom: solid 2px var(--xhemes); }
    .dynamics .dynaper .swiper-slide:hover .imgs .img {
      transform: scale(1.1); }

.partner {
  width: 100%;
  padding: 0.5rem 0; }
  .partner .xim {
    width: 100%; }
    .partner .xim img {
      width: 100%;
      display: block; }
  .partner .more {
    width: 100%;
    font-size: 0;
    margin-top: 0.5rem;
    text-align: center; }
    .partner .more a {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      padding: 0 0.45rem;
      cursor: pointer;
      line-height: 2.8;
      border-radius: 1.4em;
      background-color: #000;
      color: #fff;
      position: relative;
      top: 0;
      transition: all ease 0.5s; }
    .partner .more a:hover {
      top: -0.1rem; }

.advantage {
  width: 100%;
  padding: 1rem 0 0.5rem; }
  .advantage .advanlis {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .advantage .advanlis .advom {
      display: inline-block;
      vertical-align: top;
      width: calc(700 / 1440 * 100%);
      margin-right: calc(39 / 1440 * 100%);
      margin-bottom: 0.4rem; }
      .advantage .advanlis .advom a {
        width: 100%;
        display: block;
        background-color: #f1f1f2;
        padding: 0.45rem 0.5rem; }
      .advantage .advanlis .advom .xit {
        width: 100%;
        color: #111;
        font-weight: bold;
        line-height: 1.2; }
      .advantage .advanlis .advom .xip {
        width: 100%;
        color: rgba(17, 17, 17, 0.7);
        line-height: 1.5;
        height: 4.5em;
        margin: 0.3rem 0 0.25rem; }
      .advantage .advanlis .advom .vob {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .advantage .advanlis .advom .vob .vbl {
          display: inline-block;
          vertical-align: middle;
          width: auto;
          position: relative; }
          .advantage .advanlis .advom .vob .vbl .yum {
            display: inline-block;
            vertical-align: middle;
            font-weight: bold;
            font-size: 1.7rem;
            line-height: 1;
            color: rgba(17, 17, 17, 0.08); }
          .advantage .advanlis .advom .vob .vbl .ntm {
            position: absolute;
            bottom: 0.15rem;
            z-index: 3;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            padding: 0 0.45rem;
            cursor: pointer;
            line-height: 2.8;
            border-radius: 1.4em;
            background-color: #000;
            color: #fff;
            left: 0;
            white-space: nowrap;
            transition: all ease 0.5s; }
        .advantage .advanlis .advom .vob .vbr {
          display: inline-block;
          vertical-align: middle;
          width: 1.85rem; }
          .advantage .advanlis .advom .vob .vbr .imgs {
            width: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 0.1rem; }
            .advantage .advanlis .advom .vob .vbr .imgs .img {
              width: 100%;
              padding-top: 63.24%;
              transition: all ease 0.5s; }
    .advantage .advanlis .advom:hover .vob .vbl .ntm {
      left: 0.24rem; }
    .advantage .advanlis .advom:hover .vob .vbr .imgs .img {
      transform: scale(1.1); }
    .advantage .advanlis .advom:nth-child(2n) {
      margin-right: 0; }

.abouts {
  width: 100%;
  padding: 1rem 0 0.6rem; }
  .abouts .abtem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .abouts .abtem .abl {
      display: inline-block;
      vertical-align: middle;
      width: calc(626 / 1440 * 100%); }
      .abouts .abtem .abl .pid {
        width: 100%;
        color: var(--xhemes);
        line-height: 1.5; }
        .abouts .abtem .abl .pid span {
          display: inline-block;
          vertical-align: middle;
          width: 18px;
          position: relative;
          top: -0.02rem;
          margin-right: 0.1rem; }
          .abouts .abtem .abl .pid span img {
            width: 100%;
            display: block; }
      .abouts .abtem .abl .siv {
        width: 100%;
        color: #111;
        font-weight: bold;
        margin: 0.25rem 0; }
      .abouts .abtem .abl .sinp {
        width: 100%;
        color: #999;
        line-height: 1.5; }
        .abouts .abtem .abl .sinp p {
          color: #999;
          line-height: 1.5; }
      .abouts .abtem .abl .more {
        width: 100%;
        font-size: 0;
        margin-top: 0.4rem; }
        .abouts .abtem .abl .more a {
          display: inline-block;
          vertical-align: middle;
          width: auto;
          padding: 0 0.45rem;
          cursor: pointer;
          line-height: 2.8;
          border-radius: 1.4em;
          background-color: #000;
          color: #fff;
          position: relative;
          top: 0;
          transition: all ease 0.5s; }
        .abouts .abtem .abl .more a:hover {
          top: -0.1rem; }
    .abouts .abtem .abr {
      display: inline-block;
      vertical-align: middle;
      width: calc(720 / 1440 * 100%); }
      .abouts .abtem .abr .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .abouts .abtem .abr .imgs .img {
          width: 100%;
          padding-top: 68.21%; }
        .abouts .abtem .abr .imgs .play {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 0.8rem;
          height: 0.8rem;
          cursor: pointer;
          transform: translate(-50%, -50%);
          z-index: 2;
          transition: all ease 0.5s; }
          .abouts .abtem .abr .imgs .play img {
            width: 100%;
            display: block; }
        .abouts .abtem .abr .imgs .play:hover {
          transform: translate(-50%, -50%) scale(1.1); }
  .abouts .simd {
    width: 100%;
    font-size: 0;
    border-top: solid 1px rgba(17, 17, 17, 0.1);
    padding-top: 0.4rem;
    margin-top: 0.5rem; }
    .abouts .simd a {
      display: inline-block;
      vertical-align: top;
      width: auto;
      color: var(--xhemes);
      line-height: 1.6;
      margin-right: 0.24rem;
      margin-bottom: 0.1rem; }
    .abouts .simd a:hover {
      color: #111; }

.Messages {
  width: 100%;
  padding: 0.6rem 0; }
  .Messages .messm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; }
    .Messages .messm .mel {
      display: inline-block;
      vertical-align: middle;
      width: calc(650 / 1440 * 100%); }
      .Messages .messm .mel .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .Messages .messm .mel .imgs .img {
          width: 100%;
          padding-top: 83.84%;
          transition: all ease 0.5s; }
    .Messages .messm .mer {
      display: inline-block;
      vertical-align: middle;
      width: calc(700 / 1440 * 100%); }
      .Messages .messm .mer .mir {
        width: 100%;
        font-weight: bold;
        color: #111;
        margin-bottom: 0.24rem; }
      .Messages .messm .mer .mimp {
        width: 100%;
        color: #111;
        line-height: 1.5; }
        .Messages .messm .mer .mimp p {
          color: #111;
          line-height: 1.5; }

.researchs {
  width: 100%; }
  .researchs .resom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden; }
    .researchs .resom .rel {
      width: calc(960 / 1920 * 100%);
      display: flex;
      flex-wrap: wrap;
      background-color: #111;
      align-content: center;
      padding: 0.4rem; }
      .researchs .resom .rel .simd {
        width: 100%;
        text-align: center;
        font-size: 0; }
        .researchs .resom .rel .simd a {
          display: inline-block;
          vertical-align: middle;
          width: auto;
          color: #fff;
          line-height: 1.5;
          margin: 0 0.15rem 0.1rem; }
        .researchs .resom .rel .simd a:hover {
          color: var(--xhemes); }
      .researchs .resom .rel .vot {
        width: 100%;
        font-size: 0;
        text-align: center;
        margin-top: 0.3rem; }
        .researchs .resom .rel .vot a {
          display: inline-block;
          vertical-align: middle;
          border: solid 1px #ffffff;
          border-radius: 1.25em;
          line-height: 2.5;
          padding: 0 0.25rem;
          color: #fff;
          margin: 0 0.15rem; }
        .researchs .resom .rel .vot a:hover {
          background-color: #fff;
          color: #111; }
    .researchs .resom .rer {
      width: calc(960 / 1920 * 100%);
      display: flex;
      flex-wrap: wrap;
      background-color: #ededed;
      padding: 0.44rem 0; }
      .researchs .resom .rer .rit {
        width: 100%;
        text-align: center;
        color: #111;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.4rem; }
      .researchs .resom .rer .imgs {
        width: 100%;
        width: calc(740 / 960 * 100%);
        display: block;
        margin: 0 auto;
        position: relative;
        overflow: hidden; }
        .researchs .resom .rer .imgs .img {
          width: 100%;
          padding-top: 71.62%; }
        .researchs .resom .rer .imgs .play {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 0.8rem;
          height: 0.8rem;
          cursor: pointer;
          transform: translate(-50%, -50%);
          z-index: 2;
          transition: all ease 0.5s; }
          .researchs .resom .rer .imgs .play img {
            width: 100%;
            display: block; }
        .researchs .resom .rer .imgs .play:hover {
          transform: translate(-50%, -50%) scale(1.1); }
      .researchs .resom .rer .vt {
        width: 100%;
        text-align: center;
        color: #111;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 0.3rem; }

.procens {
  width: 100%;
  padding: 0.5rem 0 1rem; }
  .procens .miod {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 0.4rem; }
    .procens .miod .em {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      padding: 0 0.4rem;
      cursor: pointer;
      border: solid 1px rgba(76, 76, 76, 0.5);
      line-height: 2.8;
      border-radius: 1.4em;
      margin: 0 0.06rem 0.1rem; }
    .procens .miod .em:hover, .procens .miod .em.on {
      background-color: var(--themes);
      color: #fff; }
  .procens .centom {
    width: 100%; }
    .procens .centom .cenitm {
      width: 100%;
      display: none; }
    .procens .centom .cenitm.on {
      display: block; }
  .procens .certper {
    width: 100%;
    position: relative;
    padding: 0 0.7rem; }
    .procens .certper .btn {
      width: 0.22rem;
      display: block;
      position: absolute;
      z-index: 3;
      top: 35%;
      cursor: pointer;
      transform: translateY(-50%);
      transition: all ease 0.5s;
      opacity: 0.5; }
      .procens .certper .btn img {
        width: 100%;
        display: block; }
    .procens .certper .btn:hover {
      opacity: 1; }
    .procens .certper .bl {
      left: 0; }
    .procens .certper .br {
      right: 0; }
    .procens .certper .swiper-slide {
      width: 100%; }
      .procens .certper .swiper-slide a {
        width: 100%;
        display: block; }
      .procens .certper .swiper-slide .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .procens .certper .swiper-slide .imgs .img {
          width: 100%;
          padding-top: 74.25%;
          transition: all ease 0.5s; }
      .procens .certper .swiper-slide .vom {
        width: 100%;
        padding: 0.35rem 0 0; }
        .procens .certper .swiper-slide .vom .xt {
          width: 100%;
          text-align: center;
          color: #111; }
        .procens .certper .swiper-slide .vom .xm {
          width: 100%;
          color: #111;
          line-height: 1.5;
          text-align: center;
          margin-top: 0.04rem; }
    .procens .certper .swiper-slide:hover .imgs .img {
      transform: scale(1.1); }

.nanner {
  width: 100%;
  position: relative; }
  .nanner .imgs {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .nanner .imgs .img {
      width: 100%;
      padding-top: 35.9375%; }
  .nanner .nox {
    position: absolute;
    left: calc((100% - 14.4rem) / 2);
    z-index: 2;
    bottom: 1.8rem;
    bottom: calc(180 / 690 * 100%); }
    .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: 16px;
        height: 16px;
        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(--xhemes); }
      .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-slide {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-right: 0.6rem;
        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(--xhemes); }
      .crumbs .column .cul .swiper-slide.on:after, .crumbs .column .cul .swiper-slide:hover:after {
        opacity: 1;
        background-color: var(--xhemes); }
      .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(--xhemes); }
    .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 .w1440 {
    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; } }
.provens {
  width: 100%;
  padding: 1.2rem 0; }
  .provens .prnavs {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 0.8rem; }
    .provens .prnavs .aem {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
      .provens .prnavs .aem a {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 0 0.4rem;
        line-height: 3;
        height: 3em;
        border: solid 1px #000;
        border-radius: 1.5em;
        margin: 0 0.18rem;
        color: #000; }
    .provens .prnavs .aem:hover a, .provens .prnavs .aem.on a {
      background-color: #000;
      color: #fff; }
  .provens .prolist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .provens .prolist .paeom {
      display: inline-block;
      vertical-align: top;
      width: calc(464 / 1440 * 100%);
      margin-right: calc(23 / 1440 * 100%);
      margin-bottom: 0.25rem; }
      .provens .prolist .paeom a {
        width: 100%;
        display: block; }
      .provens .prolist .paeom .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .provens .prolist .paeom .imgs .img {
          width: 100%;
          padding-top: 68.96%;
          transition: all ease 0.5s; }
      .provens .prolist .paeom .pom {
        width: 100%;
        padding: 0.3rem 0.2rem;
        text-align: center; }
        .provens .prolist .paeom .pom .pt {
          width: 100%;
          color: #333;
          line-height: 1.5; }
        .provens .prolist .paeom .pom .em {
          width: 100%;
          color: #999;
          line-height: 1.6;
          margin-top: 0.05rem; }
          .provens .prolist .paeom .pom .em span {
            display: inline-block;
            vertical-align: middle;
            width: 8px;
            position: relative;
            display: none;
            margin-left: 0; }
            .provens .prolist .paeom .pom .em span img {
              width: 100%;
              display: block; }
    .provens .prolist .paeom:nth-child(3n) {
      margin-right: 0; }
    .provens .prolist .paeom:hover .imgs .img {
      transform: scale(1.1); }
    .provens .prolist .paeom:hover .pom {
      background-color: #fafafa; }
      .provens .prolist .paeom:hover .pom .em {
        color: var(--xhemes); }
        .provens .prolist .paeom:hover .pom .em span {
          display: inline-block;
          top: -0.02rem;
          margin-left: 0.04rem; }
  .provens .newlist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .provens .newlist .naeom {
      display: inline-block;
      vertical-align: top;
      width: calc(464 / 1440 * 100%);
      margin-right: calc(23 / 1440 * 100%);
      margin-bottom: 0.25rem; }
      .provens .newlist .naeom a {
        width: 100%;
        display: block; }
      .provens .newlist .naeom .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .provens .newlist .naeom .imgs .img {
          width: 100%;
          padding-top: 68.96%;
          transition: all ease 0.5s; }
        .provens .newlist .naeom .imgs .play {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 0.8rem;
          height: 0.8rem;
          cursor: pointer;
          transform: translate(-50%, -50%);
          z-index: 2;
          transition: all ease 0.5s; }
          .provens .newlist .naeom .imgs .play img {
            width: 100%;
            display: block; }
        .provens .newlist .naeom .imgs .play:hover {
          transform: translate(-50%, -50%) scale(1.1); }
      .provens .newlist .naeom .pom {
        width: 100%;
        padding: 0.3rem 0.3rem;
        border-bottom: solid 3px transparent; }
        .provens .newlist .naeom .pom .pt {
          width: 100%;
          color: #333;
          line-height: 1.5;
          height: 3em;
          text-align: left; }
        .provens .newlist .naeom .pom .pod {
          width: 100%;
          font-size: 0;
          text-align: right;
          margin-top: 0.2rem; }
          .provens .newlist .naeom .pom .pod .em {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            position: relative;
            color: #999;
            line-height: 2.4;
            border-radius: 1.2em;
            padding: 0 0.24rem;
            border: solid 1px #999; }
    .provens .newlist .naeom:nth-child(3n) {
      margin-right: 0; }
    .provens .newlist .naeom:hover .imgs .img {
      transform: scale(1.1); }
    .provens .newlist .naeom:hover .pom {
      background-color: #f1f1f2;
      border-bottom: solid 3px var(--xhemes); }
      .provens .newlist .naeom:hover .pom .pod .em {
        background-color: var(--xhemes);
        color: #fff;
        border: solid 1px var(--xhemes); }

.pages {
  width: 100%;
  padding: 0.22rem 0 0.25rem;
  font-size: 0;
  text-align: center;
  margin-top: 0.2rem; }
  .pages .page {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #666;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 50%;
    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(--xhemes);
    color: #fff;
    border: solid 1px var(--xhemes); }
  .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(--xhemes); }
  .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(--xhemes); }
  .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(--xhemes); }
  .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(--xhemes); }
  .pages .page.auto {
    width: auto;
    padding: 0 0.24rem; }
  .pages .page:hover {
    background-color: var(--xhemes);
    color: #fff;
    border: solid 1px var(--xhemes); }

@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; } }
.petails {
  width: 100%;
  padding: 1.2rem 0;
  background-color: #fafafa; }
  .petails .petail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .petails .petail .pel {
      display: inline-block;
      vertical-align: middle;
      width: calc(800 / 1440 * 100%);
      position: relative; }
      .petails .petail .pel .swiper-slide {
        width: 100%; }
        .petails .petail .pel .swiper-slide .imgs {
          width: 100%;
          position: relative;
          overflow: hidden; }
          .petails .petail .pel .swiper-slide .imgs .img {
            width: 100%;
            padding-top: 56.25%;
            transition: all ease 0.5s; }
      .petails .petail .pel .swiper-pagination {
        bottom: 0.2rem; }
      .petails .petail .pel .swiper-pagination-bullet {
        width: 0.4rem;
        height: 2px;
        background-color: #fff;
        opacity: 1;
        border-radius: 0; }
      .petails .petail .pel .swiper-pagination-bullet-active {
        background-color: var(--xhemes); }
    .petails .petail .per {
      display: inline-block;
      vertical-align: middle;
      width: calc(480 / 1440 * 100%);
      margin-right: 0.6rem; }
      .petails .petail .per .pt {
        width: 100%;
        color: #222;
        font-weight: bold;
        line-height: 1.3; }
      .petails .petail .per .xlm {
        width: 100%;
        color: var(--xhemes);
        line-height: 1.5; }
      .petails .petail .per .xul {
        width: 100%;
        margin-top: 0.15rem; }
        .petails .petail .per .xul .xli {
          width: 100%;
          color: #666;
          line-height: 1.5;
          padding: 0.2rem 0;
          border-top: solid 1px rgba(153, 153, 153, 0.3); }
        .petails .petail .per .xul .xli:last-child {
          border-bottom: solid 1px rgba(153, 153, 153, 0.3); }
      .petails .petail .per .cop {
        width: 100%;
        margin-top: 0.45rem;
        font-size: 0; }
        .petails .petail .per .cop a {
          display: inline-block;
          vertical-align: middle;
          background-color: var(--themes);
          color: #fff;
          padding: 0 0.4rem;
          line-height: 2.8;
          height: 2.8em;
          border-radius: 1.4em;
          width: auto;
          position: relative;
          transition: all ease 0.5s;
          top: 0; }
        .petails .petail .per .cop a:hover {
          top: -0.1rem; }

.pecont {
  width: 100%;
  padding: 1rem 0; }
  .pecont .pit {
    width: 100%;
    color: #222;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.3rem; }
  .pecont .pinp {
    width: 100%;
    color: #666;
    line-height: 1.6; }
    .pecont .pinp p {
      color: #666;
      line-height: 1.6; }
    .pecont .pinp img {
      max-width: 100%; }
      .pecont .petmglis {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-top: 0.5rem; }
        .pecont .petmglis .petm {
          display: inline-block;
          vertical-align: middle; }
          .pecont .petmglis .petm .imgs {
            width: 100%;
            position: relative;
            overflow: hidden; }
            .pecont .petmglis .petm .imgs .img {
              width: 100%;
              transition: all ease 0.5s; }
        .pecont .petmglis .pel {
          display: inline-block;
          vertical-align: top;
          width: calc(370  / 1440 * 100%);
          margin-right: calc(29 / 1440 * 100%); }
          .pecont .petmglis .pel .petm:nth-child(1) {
            width: 100%;
            margin-bottom: 0.3rem; }
            .pecont .petmglis .pel .petm:nth-child(1) .imgs .img {
              padding-top: 75.675%; }
          .pecont .petmglis .pel .petm:nth-child(2) {
            width: 100%; }
            .pecont .petmglis .pel .petm:nth-child(2) .imgs .img {
              padding-top: 93.24%; }
        .pecont .petmglis .per {
          display: inline-block;
          vertical-align: top;
          width: calc(1040  / 1440 * 100%); }
          .pecont .petmglis .per .petm:nth-child(1) {
            width: calc(670  / 1040 * 100%);
            margin-bottom: 0.3rem;
            margin-right: calc(29 / 1040 * 100%); }
            .pecont .petmglis .per .petm:nth-child(1) .imgs .img {
              padding-top: 51.49%; }
          .pecont .petmglis .per .petm:nth-child(2) {
            width: calc(340  / 1040 * 100%);
            margin-bottom: 0.3rem; }
            .pecont .petmglis .per .petm:nth-child(2) .imgs .img {
              padding-top: 101.47%; }
          .pecont .petmglis .per .petm:nth-child(3) {
            width: calc(670  / 1040 * 100%);
            margin-right: calc(29 / 1040 * 100%); }
            .pecont .petmglis .per .petm:nth-child(3) .imgs .img {
              padding-top: 41.79%; }
          .pecont .petmglis .per .petm:nth-child(4) {
            width: calc(340  / 1040 * 100%); }
            .pecont .petmglis .per .petm:nth-child(4) .imgs .img {
              padding-top: 82.35%; }
          .pecont .petmglis .per .petm:nth-child(2n) {
            margin-right: 0; }
        .pecont .petmglis .pedm {
          width: 100%; }
        .pecont .petmglis .petm:hover .imgs .img {
          transform: scale(1.1); }
      .pecont .vetmglis {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-top: 0.5rem; }
        .pecont .vetmglis .vetm {
          display: inline-block;
          vertical-align: middle; }
          .pecont .vetmglis .vetm .imgs {
            width: 100%;
            position: relative;
            overflow: hidden; }
            .pecont .vetmglis .vetm .imgs .img {
              width: 100%;
              transition: all ease 0.5s; }
        .pecont .vetmglis .vel {
          display: inline-block;
          vertical-align: top;
          width: calc(466  / 1440 * 100%);
          margin-right: calc(19 / 1440 * 100%); }
          .pecont .vetmglis .vel .vetm:nth-child(1) {
            width: 100%; }
            .pecont .vetmglis .vel .vetm:nth-child(1) .imgs .img {
              padding-top: 128.75%; }
        .pecont .vetmglis .ver {
          display: inline-block;
          vertical-align: top;
          width: calc(954  / 1440 * 100%); }
          .pecont .vetmglis .ver .vetm:nth-child(1) {
            width: calc(490  / 954 * 100%);
            margin-bottom: 0.2rem;
            margin-right: calc(19 / 954 * 100%); }
            .pecont .vetmglis .ver .vetm:nth-child(1) .imgs .img {
              padding-top: 59.18%; }
          .pecont .vetmglis .ver .vetm:nth-child(2) {
            width: calc(442  / 954 * 100%);
            margin-bottom: 0.2rem; }
            .pecont .vetmglis .ver .vetm:nth-child(2) .imgs .img {
              padding-top: 65.61%; }
          .pecont .vetmglis .ver .vetm:nth-child(3) {
            width: calc(442  / 954 * 100%);
            margin-right: calc(19 / 954 * 100%); }
            .pecont .vetmglis .ver .vetm:nth-child(3) .imgs .img {
              padding-top: 65.61%; }
          .pecont .vetmglis .ver .vetm:nth-child(4) {
            width: calc(490  / 954 * 100%); }
            .pecont .vetmglis .ver .vetm:nth-child(4) .imgs .img {
              padding-top: 59.18%; }
          .pecont .vetmglis .ver .vetm:nth-child(2n) {
            margin-right: 0; }
        .pecont .vetmglis .vedm {
          width: 100%; }
        .pecont .vetmglis .vetm:hover .imgs .img {
          transform: scale(1.1); }
    
    @media (max-width: 800px) {
      .pecont .petmglis .petm .imgs .img {
        padding-top: 75% !important; }
      .pecont .vetmglis .vetm .imgs .img {
        padding-top: 75% !important; }
      .pecont .vetmglis .vel {
        width: 100%; } }

.netails {
  width: 100%;
  padding: 1.2rem 0; }
  .netails .netail {
    width: 100%; }
    .netails .netail .nit {
      width: 100%;
      color: #120b24;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 0.2rem; }
    .netails .netail .nim {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0.24rem; }
      .netails .netail .nim .nml {
        display: inline-block;
        vertical-align: middle;
        width: auto; }
        .netails .netail .nim .nml .vim {
          display: inline-block;
          vertical-align: middle;
          color: #666;
          line-height: 1.5;
          margin-right: 0.3rem; }
        .netails .netail .nim .nml .xm {
          display: inline-block;
          vertical-align: middle;
          color: #666;
          line-height: 1.5; }
        .netails .netail .nim .nml .share {
          display: inline-block;
          vertical-align: middle;
          width: auto; }
          .netails .netail .nim .nml .share .am {
            display: inline-block;
            vertical-align: middle;
            width: 18px;
            position: relative; }
            .netails .netail .nim .nml .share .am a, .netails .netail .nim .nml .share .am img {
              width: 100%;
              display: block; }
            .netails .netail .nim .nml .share .am .codm {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              width: 2rem;
              background-color: #fff;
              padding: 0.08rem;
              border-radius: 0.04rem;
              bottom: calc(100% + 0.08rem);
              display: none; }
          .netails .netail .nim .nml .share .am:hover .codm {
            display: block; }
          .netails .netail .nim .nml .share .am + .am {
            margin-left: 0.14rem; }
      .netails .netail .nim .nmr {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        text-align: right; }
        .netails .netail .nim .nmr a {
          display: inline-block;
          vertical-align: middle;
          color: #666;
          line-height: 1.5; }
          .netails .netail .nim .nmr a span {
            display: inline-block;
            vertical-align: middle;
            width: 11px;
            position: relative;
            top: -0.02rem;
            margin-left: 0.04rem; }
            .netails .netail .nim .nmr a span img {
              width: 100%;
              display: block; }
    .netails .netail .ninp {
      width: 100%;
      color: #666;
      line-height: 1.75;
      margin: 0.3rem 0;
      border-top: dotted 1px rgba(0, 0, 0, 0.3);
      padding: 0.3rem 0 0; }
      .netails .netail .ninp p {
        color: #666;
        line-height: 1.75; }
      .netails .netail .ninp img {
        max-width: 100%; }
    .netails .netail .not {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 0.3rem 0;
      border-top: dotted 1px rgba(0, 0, 0, 0.3);
      border-bottom: dotted 1px rgba(0, 0, 0, 0.3); }
      .netails .netail .not .nlem {
        display: inline-block;
        vertical-align: middle;
        width: 5rem; }
        .netails .netail .not .nlem a {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
        .netails .netail .not .nlem .imgs {
          display: inline-block;
          vertical-align: middle;
          width: 2.1rem;
          position: relative;
          overflow: hidden;
          border-radius: 0.15rem; }
          .netails .netail .not .nlem .imgs .img {
            width: 100%;
            padding-top: 60%;
            transition: all ease 0.5s; }
        .netails .netail .not .nlem .lom {
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 2.1rem - 0.3rem); }
          .netails .netail .not .nlem .lom .lit {
            width: 100%;
            color: #111;
            font-weight: bold;
            line-height: 1.5; }
          .netails .netail .not .nlem .lom .km {
            width: 100%;
            color: #999;
            line-height: 1.5;
            min-height: 3em;
            margin-top: 0.04rem; }
      .netails .netail .not .nlem:hover .imgs .img {
        transform: scale(1.1); }
      .netails .netail .not .nlem.turn a {
        flex-direction: row-reverse;
        text-align: right; }

.conatacts {
  width: 100%;
  padding: 1rem 0 0; }
  .conatacts .contlis {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .conatacts .contlis .covem {
      display: inline-block;
      vertical-align: top;
      width: calc(465 / 1440 * 100%);
      margin-right: calc(22 / 1440 * 100%);
      background-color: #ffffff;
      border-radius: 20px;
      border: solid 0.04rem #eeeae6;
      padding: 0.5rem 0.1rem; }
      .conatacts .contlis .covem .ic {
        display: block;
        width: 0.7rem;
        height: 0.7rem;
        margin: 0 auto 0.15rem; }
        .conatacts .contlis .covem .ic img {
          width: 100%;
          display: block; }
      .conatacts .contlis .covem .vt {
        width: 100%;
        height: 3em;
        display: flex;
        align-content: center;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        color: #111;
        font-weight: bold;
        line-height: 1.2; }
        .conatacts .contlis .covem .vt p {
          width: 100%;
          color: #111;
          font-weight: bold;
          line-height: 1.2; }
      .conatacts .contlis .covem .em {
        width: 100%;
        text-align: center;
        color: #999;
        font-weight: bold;
        line-height: 1.6;
        margin-top: 0.15rem; }
    .conatacts .contlis .covem:nth-child(3n) {
      margin-right: 0; }
  .conatacts .maps {
    width: 100%;
    margin-top: 1rem;
    border-top: solid 4px var(--xhemes); }
    .conatacts .maps .img {
      width: 100%;
      display: block; }
      .conatacts .maps .img img {
        width: 100%;
        display: block; }

.honors {
  width: 100%;
  padding: 1rem 0; }
  .honors .hontop {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem; }
    .honors .hontop .honl {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
    .honors .hontop .honr {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
    .honors .hontop .hit {
      width: 100%;
      color: #111;
      font-weight: bold;
      line-height: 1.2; }
    .honors .hontop .honper {
      display: inline-block;
      vertical-align: middle;
      width: 7.2rem;
      position: relative; }
      .honors .hontop .honper .xi {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 0.06rem;
        background-color: #ededed;
        left: 0;
        bottom: calc(1.5em + 0.2rem); }
      .honors .hontop .honper .swiper-container {
        z-index: 2; }
      .honors .hontop .honper .swiper-slide {
        width: 100%;
        padding: 0 0.2rem;
        cursor: pointer; }
        .honors .hontop .honper .swiper-slide .ic {
          display: block;
          margin: 0 auto 0.2rem;
          width: 0.6rem;
          height: 0.6rem;
          border-radius: 50%;
          border: solid 1px #999999; }
          .honors .hontop .honper .swiper-slide .ic img {
            width: 100%;
            display: block; }
        .honors .hontop .honper .swiper-slide .lx {
          width: 100%;
          height: 0.06rem;
          background-color: #ededed;
          margin: 0.2rem 0; }
        .honors .hontop .honper .swiper-slide .km {
          width: 100%;
          text-align: center;
          color: #999;
          line-height: 1.5; }
      .honors .hontop .honper .swiper-slide.on .ic, .honors .hontop .honper .swiper-slide:hover .ic {
        background-color: #111;
        border: solid 1px #111; }
        .honors .hontop .honper .swiper-slide.on .ic img, .honors .hontop .honper .swiper-slide:hover .ic img {
          filter: grayscale(1000%) brightness(2000%); }
      .honors .hontop .honper .swiper-slide.on .lx, .honors .hontop .honper .swiper-slide:hover .lx {
        background-color: #111; }
      .honors .hontop .honper .swiper-slide.on .km, .honors .hontop .honper .swiper-slide:hover .km {
        color: #111; }
  .honors .hontem {
    width: 100%; }
    .honors .hontem .hiem {
      width: 100%;
      display: none; }
    .honors .hontem .hiem.on {
      display: block; }
      .honors .hontem .peuom {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        background-color: #ededed;
        align-items: center; }
      .honors .hontem .peuom .imgper {
        display: inline-block;
        vertical-align: middle;
        width: calc(720 / 1440 * 100%);
        position: relative;
        overflow: hidden; }
      .honors .hontem .peuom .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .honors .hontem .peuom .imgs .img {
          width: 100%;
          padding-top: 84.30%; }
      .honors .hontem .peuom .lotm {
        display: inline-block;
        vertical-align: middle;
        width: calc(720 / 1440 * 100%);
        padding: 0.3rem 0.8rem; }
        .honors .hontem .peuom .lotm .let {
          width: 100%;
          color: #000;
          font-weight: bold;
          line-height: 1.4;
          margin-bottom: 0.3rem; }
        .honors .hontem .peuom .lotm .vuls {
          width: 100%; }
          .honors .hontem .peuom .lotm .vuls .vli {
            width: 100%;
            font-size: 0; }
            .honors .hontem .peuom .lotm .vuls .vli .ic {
              display: inline-block;
              vertical-align: top;
              width: 11px;
              margin-right: 0.12rem;
              margin-top: calc(0.8em - 5.5px); }
              .honors .hontem .peuom .lotm .vuls .vli .ic img {
                width: 100%;
                display: block; }
            .honors .hontem .peuom .lotm .vuls .vli .em {
              display: inline-block;
              vertical-align: top;
              width: calc(100% - 11px - 0.12rem);
              color: rgba(17, 17, 17, 0.7);
              line-height: 1.6; }
              .honors .hontem .peuom .lotm .vuls .vli .em p {
                color: rgba(17, 17, 17, 0.7);
                line-height: 1.6; }
          .honors .hontem .peuom .lotm .vuls .vli + .vli {
            margin-top: 0.24rem; }
  .honors .Material {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 1.2rem; }
    .honors .Material .matop {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: calc(700 / 1440 * 100%);
      z-index: 2; }
      .honors .Material .matop .mie {
        width: 100%;
        font-weight: bold;
        color: #111;
        line-height: 1.2; }
      .honors .Material .matop .mid {
        width: 100%;
        color: #111;
        line-height: 1.5;
        margin-top: 0.1rem; }
    .honors .Material .matelist {
      width: 100%;
      font-size: 0;
      display: flex;
      flex-wrap: wrap; }
      .honors .Material .matelist .matem {
        display: inline-block;
        vertical-align: top;
        width: calc(700 / 1440 * 100%);
        position: relative;
        margin-bottom: 0.4rem;
        margin-right: calc(39 / 1440 * 100%);
        top: 1.5rem;
        border-radius: 0.2rem;
        overflow: hidden; }
        .honors .Material .matelist .matem .imgs {
          width: 100%;
          position: relative;
          overflow: hidden; }
          .honors .Material .matelist .matem .imgs .img {
            width: 100%;
            padding-top: 56%;
            transition: all ease 0.5s; }
        .honors .Material .matelist .matem .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          display: block; }
        .honors .Material .matelist .matem .bom {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 0.15rem 0.3rem;
          z-index: 3;
          color: #fff;
          line-height: 1.5; }
          .honors .Material .matelist .matem .bom p {
            color: #fff;
            line-height: 1.5; }
        .honors .Material .matelist .matem .rom {
          position: absolute;
          right: 0rem;
          top: 0rem;
          z-index: 2;
          text-align: right;
          width: 100%;
          padding: 0.2rem;
          color: #fff;
          line-height: 1.5; }
          .honors .Material .matelist .matem .rom span {
            width: 0.2rem;
            display: inline-block;
            vertical-align: middle;
            margin-left: 0.1rem;
            position: relative;
            top: -0.02rem; }
            .honors .Material .matelist .matem .rom span img {
              width: 100%;
              display: block; }
      .honors .Material .matelist .matem:nth-child(2n) {
        margin-right: 0;
        top: 0; }
    .honors .Material .voob {
      width: 100%;
      font-size: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      .honors .Material .voob .sim {
        display: inline-block;
        vertical-align: middle;
        width: calc(700 / 1440 * 100%);
        text-align: right;
        color: #111;
        line-height: 1.75; }
        .honors .Material .voob .sim p {
          color: #111;
          line-height: 1.75; }

@media (max-width: 900px) {
  .honors .Material .matop {
    width: 100%;
    position: relative;
    margin-bottom: 0.3rem; }
  .honors .Material .matelist .matem {
    width: 100%;
    margin-right: 0;
    top: 0 !important;
    margin-bottom: 10px; }
  .honors .Material .voob {
    width: 100%;
    justify-content: flex-start; }
    .honors .Material .voob .sim {
      width: 100%;
      text-align: left; } }
.history {
  width: 100%;
  padding: 1.2rem 0;
  overflow: hidden; }
  .history .hinps{
    width: 100%;
    color: #333;
    line-height: 1.75;
    margin-top: 0.6rem;
  }
  .history .hinps.pc{display: block;}
  .history .hinps.wap{display: none;}
  .history .hinps p{
    width: 100%;
    color: #333;
    line-height: 1.75;
  }
  .history .hinps img{max-width: 100%;}
  .history .yearper {
    width: 100%;
    position: relative; }
    .history .yearper:after {
      content: ' ';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #d0d0d0;
      bottom: calc(0.15rem + 4.5px); }
    .history .yearper .btn {
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      cursor: pointer;
      position: absolute;
      border-radius: 50%;
      background-color: #eee;
      bottom: 0; }
      .history .yearper .btn img {
        width: 100%;
        display: block; }
      .history .yearper .btn img:first-child {
        display: block; }
      .history .yearper .btn img:last-child {
        display: none; }
    .history .yearper .btn:hover {
      background-color: #111; }
      .history .yearper .btn:hover img:first-child {
        display: none; }
      .history .yearper .btn:hover img:last-child {
        display: block; }
    .history .yearper .bl {
      left: -0.5rem; }
    .history .yearper .br {
      right: -0.5rem; }
    .history .yearper .swiper-container {
      z-index: 2; }
    .history .yearper .swiper-slide {
      width: 100%;
      padding-bottom: 0.15rem;
      cursor: pointer; }
      .history .yearper .swiper-slide .yem {
        width: 100%;
        color: #666;
        line-height: 1.5;
        text-align: center; }
      .history .yearper .swiper-slide .di {
        display: block;
        margin: 0.15rem auto 0;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #d0d0d0; }
    .history .yearper .swiper-slide.on .yem, .history .yearper .swiper-slide:hover .yem {
      color: #111;
      font-weight: bold; }
    .history .yearper .swiper-slide.on .di, .history .yearper .swiper-slide:hover .di {
      background-color: #111; }
  .history .hisper {
    width: 100%;
    margin-top: 0.4rem; }
    .history .hisper .swiper-slide {
      width: 100%;
      position: relative; }
      .history .hisper .swiper-slide .seom {
        width: 100%;
        position: relative;
        z-index: 2;
        transition: all ease 0.5s;
        opacity: 0; }
        .history .hisper .swiper-slide .seom .imgs {
          width: 100%;
          position: relative;
          overflow: hidden; }
          .history .hisper .swiper-slide .seom .imgs .img {
            width: 100%;
            padding-top: 58.46%;
            transition: all ease 0.5s; }
        .history .hisper .swiper-slide .seom .vim {
          width: 100%;
          text-align: center;
          color: #333;
          line-height: 1.5;
          margin-top: 0.1rem; }
          .history .hisper .swiper-slide .seom .vim p {
            color: #333;
            line-height: 1.5; }
      .history .hisper .swiper-slide .xum {
        font-size: 2.2rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        font-weight: bold;
        transition: all ease 0.5s;
        opacity: 1;
        color: rgba(51, 51, 51, 0.2); }
    .history .hisper .swiper-slide-active .seom {
      opacity: 1; }
    .history .hisper .swiper-slide-active .xum {
      opacity: 0; }

@media (max-width: 800px) {
  .history .hinps.pc{display: none;}
  .history .hinps.wap{display: block;}
  .history .yearper .bt {
    z-index: 3; }
  .history .yearper .bl {
    left: -0.25rem; }
  .history .yearper .br {
    right: -0.25rem; } }
.equipment {
  width: 100%;
  padding: 0.8rem 0;
  position: relative;
  background-color: #fff;
  overflow: hidden; }
  .equipment:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    background-color: #ededed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(580 / 860 * 100%); }
  .equipment .w1440 {
    position: relative;
    z-index: 2; }
  .equipment .equom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .equipment .equom .eql {
      display: inline-block;
      vertical-align: top;
      width: calc( 700 / 1440 * 100%);
      position: relative; }
      .equipment .equom .eql .eqloms {
        width: 100%;
        position: relative;
        z-index: 2; }
        .equipment .equom .eql .eqloms .eqlm {
          width: 100%;
          display: none; }
        .equipment .equom .eql .eqloms .eqlm.on {
          display: block; }
      .equipment .equom .eql .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .equipment .equom .eql .imgs .img {
          width: 100%;
          padding-top: 75%;
          transition: all ease 0.5s; }
      .equipment .equom .eql .him {
        position: absolute;
        z-index: 1;
        left: 0.2rem;
        top: 0.25rem;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.7); }
    .equipment .equom .eqr {
      display: inline-block;
      vertical-align: top;
      width: calc( 570 / 1440 * 100%); }
      .equipment .equom .eqr .eir {
        width: 100%;
        color: #000;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.25rem; }
        .equipment .equom .eqr .eir span{
          margin-left: 0.1rem;
        }
      .equipment .equom .eqr .einp {
        width: 100%;
        color: rgba(17, 17, 17, 0.7);
        height: 2.3rem;
        overflow: auto;
        line-height: 1.6; }
        .equipment .equom .eqr .einp p {
          color: rgba(17, 17, 17, 0.7);
          line-height: 1.6; }
          .equipment .equom .eqr .einp::-webkit-scrollbar {
            width: 4px;
            height: 4px;
            scrollbar-arrow-color: rgba(0, 0, 0, 0.1); }
        .equipment .equom .eqr .einp::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 10px rgba(230, 0, 18, 0.3);
            background: rgba(230, 0, 18, 0.3);
            scrollbar-arrow-color: rgba(0, 0, 0, 0.1); }
        .equipment .equom .eqr .einp::-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); }
        
      .equipment .equom .eqr .vtom {
        width: 100%;
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.7rem; }

        .equipment .equom .eqr .vteom{
          width: 100%;
          display: block;
        }

        .equipment .equom .eqr .vteom .vtym{
          width: 100%;
          display: none;
        }

        .equipment .equom .eqr .vteom .vtym.on{
          width: 100%;
          display: block;
        }


      .equipment .equom .eqr .botper {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 2rem);
        margin-right: 0.7rem; }
        .equipment .equom .eqr .botper .swiper-slide {
          width: 100%;
          cursor: pointer;
          position: relative; }
          .equipment .equom .eqr .botper .swiper-slide .imgs {
            width: 100%;
            position: relative;
            overflow: hidden; }
            .equipment .equom .eqr .botper .swiper-slide .imgs .img {
              width: 100%;
              padding-top: 77.38%;
              transition: all ease 0.5s; }
          .equipment .equom .eqr .botper .swiper-slide:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1;
            border: solid 0.04rem var(--xhemes);
            transition: all ease 0.5s;
            opacity: 0;
            box-sizing: border-box; }
        .equipment .equom .eqr .botper .swiper-slide.on:after {
          opacity: 1; }
        .equipment .equom .eqr .botper .swiper-slide:hover .imgs .img {
          transform: scale(1.1); }
      .equipment .equom .eqr .btns {
        display: inline-block;
        vertical-align: middle;
        width: 1.3rem; }
        .equipment .equom .eqr .btns .btn {
          display: inline-block;
          vertical-align: middle;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 50%;
          cursor: pointer;
          background-color: #eee; }
          .equipment .equom .eqr .btns .btn img {
            width: 100%;
            display: block; }
          .equipment .equom .eqr .btns .btn img:first-child {
            display: block; }
          .equipment .equom .eqr .btns .btn img:last-child {
            display: none; }
        .equipment .equom .eqr .btns .btn:hover {
          background-color: var(--themes); }
          .equipment .equom .eqr .btns .btn:hover img:first-child {
            display: none; }
          .equipment .equom .eqr .btns .btn:hover img:last-child {
            display: block; }
        .equipment .equom .eqr .btns .btn + .btn {
          margin-left: 0.3rem; }

.popox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .popox .pex {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    background-color: #fff;
    z-index: 10;
    border-radius: 0.1rem;
    width: 4.7rem;
    min-width: 310px; }
    .popox .pex .xie {
      width: 100%;
      color: #111;
      line-height: 1.5;
      margin-bottom: 0.3rem;
      text-align: center; }
    .popox .pex .sim {
      width: 100%;
      text-align: center;
      color: #111;
      line-height: 1.6; }
      .popox .pex .sim p {
        color: #111;
        line-height: 1.6; }
    .popox .pex .btn {
      width: 100%;
      text-align: center;
      font-size: 0;
      margin-top: 0.4rem; }
      .popox .pex .btn a {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 0 0.4rem;
        margin: 0 0.1rem;
        line-height: 2.6;
        height: 2.6em;
        border-radius: 1.3em;
        border: solid 1px #111;
        color: #111; }
      .popox .pex .btn a.blak {
        background-color: #111;
        color: #fff; }
      .popox .pex .btn a:hover {
        background-color: #111;
        color: #fff; }

.ric {
  position: fixed;
  z-index: 10;
  right: 0.2rem;
  bottom: 15%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: 3;
  cursor: pointer;
  transition: all ease 0.5s; }
  .ric img {
    width: 100%;
    display: block; }

.ric:hover {
  transform: scale(1.1);
  background-color: var(--themes); }
  .ric:hover img {
    filter: grayscale(1000%) brightness(2000%); }
