.w1720 {
  width: 17.2rem;
  margin: 0 auto;
  position: relative;
  font-size: 0; }

@media (max-width: 1800px) {
  .w1720 {
    width: 90%; } }
@media (max-width: 800px) {
  .w1720 {
    width: 94%; } }
.w1400 {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  font-size: 0; }

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

@media (max-width: 1280px) {
  .w1200 {
    width: 90%; } }
@media (max-width: 800px) {
  .w1200 {
    width: 94%; } }
:root {
  --themes: #2fb1e7;
  --xhemes: #2e4c9e; }

header {
  width: 100%;
  position: relative;
  z-index: 4; }
  header .hots {
    width: 100%;
    background-color: var(--xhemes); }
    header .hots .hot {
      width: 100%;
      font-size: 0;
      text-align: right; }
      header .hots .hot .langs {
        display: inline-block;
        vertical-align: middle;
        width: auto; }
        header .hots .hot .langs .lang {
          display: inline-block;
          vertical-align: middle;
          width: auto;
          margin-left: 0.2rem; }
          header .hots .hot .langs .lang a {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            color: #fff;
            line-height: 2.2; }
  header .homs {
    width: 100%;
    /* background-color: var(--themes); */
    padding: 0.15rem 0; }
    header .homs .hom {
      width: 100%;
      font-size: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      header .homs .hom .hml {
        display: inline-block;
        vertical-align: middle;
        width: calc(531 / 1200 * 100%); }
        header .homs .hom .hml img {
          width: 100%;
          display: block; }
      header .homs .hom .hmr {
        display: inline-block;
        vertical-align: middle;
        width: calc(570 / 1200 * 100%); }
        header .homs .hom .hmr img {
          width: 100%;
          display: block; }
  header .hobs {
    width: 100%;
    background-color: var(--xhemes); }
    header .hobs .hob {
      width: 100%; }
    header .hobs nav {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      header .hobs nav .natem {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        font-size: 0; }
        header .hobs nav .natem .nas {
          width: auto;
          display: inline-block;
          position: relative; }
          header .hobs nav .natem .nas a {
            display: inline-block;
            line-height: 0.9rem;
            line-height: 44px;
            color: #fff;
            position: relative;
            z-index: 2;
            padding: 0 0.35rem;
            transition: all ease 0.5s; }
          header .hobs nav .natem .nas:before {
            content: ' ';
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            height: 34px;
            z-index: 1;
            width: 0;
            left: 50%;
            top: 50%;
            border-radius: 5px;
            background-color: #fff;
            transform: translate(-50%, -50%);
            transition: all ease 0.5s; }
          header .hobs nav .natem .nas:after {
            content: ' ';
            position: absolute;
            left: 50%;
            bottom: 0rem;
            transform: translateX(-50%);
            opacity: 0;
            height: 3px;
            width: 0;
            background-color: var(--themes);
            border-radius: 1.5px;
            transition: all ease 0.5s;
            display: none; }
        header .hobs nav .natem .navuls {
          width: 2.2rem;
          width: 2rem;
          position: absolute;
          z-index: 101;
          left: calc(50%);
          top: 100%;
          width: 150px;
          transform: translateX(-50%);
          display: none; }
          header .hobs nav .natem .navuls ul {
            width: 100%; }
            header .hobs nav .natem .navuls ul li {
              width: 100%;
              position: relative; }
              header .hobs nav .natem .navuls ul li .njm {
                width: 100%;
                font-size: 0;
                background-color: rgba(46, 76, 158, 0.75); }
              header .hobs nav .natem .navuls ul li .ns {
                width: 100%;
                display: inline-block;
                vertical-align: middle;
                line-height: 2.5;
                color: #222;
                color: #fff;
                text-align: left;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                padding: 0 0.1rem;
                position: relative;
                text-align: center; }
              header .hobs nav .natem .navuls ul li .theul {
                width: 100%;
                background-color: #fff;
                display: none;
                position: absolute;
                left: 100%;
                top: 0; }
                header .hobs nav .natem .navuls ul li .theul li {
                  width: 100%;
                  font-size: 0; }
                  header .hobs nav .natem .navuls ul li .theul li .xn {
                    display: inline-block;
                    vertical-align: middle;
                    color: #333;
                    line-height: 3;
                    padding: 0 0.2rem;
                    width: 100%; }
                  header .hobs nav .natem .navuls ul li .theul li .xn:hover {
                    color: #fff;
                    background-color: var(--themes); }
            header .hobs nav .natem .navuls ul li:hover .ns {
              background-color: #fff;
              color: var(--themes); }
            header .hobs 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 .hobs nav .natem .navuls ul li.has-the.show:after {
              content: "-"; }
      header .hobs nav .natem.has-nav .nas .xs {
        display: inline-block; }
      header .hobs nav .natem.has-nav.on .nas a, header .hobs nav .natem.on .nas a {
        color: var(--themes); }
      header .hobs nav .natem.has-nav.on .nas:before, header .hobs nav .natem.on .nas:before {
        width: 100%; }
      header .hobs nav .natem.has-nav:hover .nas a {
        color: var(--themes); }
      header .hobs nav .natem.has-nav:hover .nas:before {
        width: 100%; }
  header .phnavs {
    width: 100%;
    display: none; }
  header .blace {
    display: none; }

@media (max-width: 800px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    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 .homs {
      display: none; }
    header .hobs 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 .hobs 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 .hobs nav .natem .nas {
          width: auto;
          display: inline-block;
          text-align: left;
          width: 100%;
          margin: 0; }
          header .hobs 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 .hobs nav .natem .nas .ik {
            display: none !important; }
          header .hobs nav .natem .nas a:hover {
            color: var(--themes);
            background-color: transparent; }
        header .hobs 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 .hobs nav .natem .navuls ul {
            width: 100%;
            padding: 0.1rem 0.2rem; }
            header .hobs nav .natem .navuls ul li {
              width: 100%;
              display: block;
              position: relative;
              margin-bottom: 0; }
              header .hobs nav .natem .navuls ul li .njm {
                background-color: #fff;
                border-top: none; }
              header .hobs 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 .hobs nav .natem .navuls ul li .ns:hover {
                color: var(--themes); }
              header .hobs nav .natem .navuls ul li .theul {
                position: relative;
                left: 0; }
            header .hobs nav .natem .navuls ul li + li {
              border-top: solid 1px #eee; }
            header .hobs nav .natem .navuls ul li:hover .ns {
              background-color: transparent;
              color: var(--themes); }
            header .hobs nav .natem .navuls ul li.has-the:after {
              display: block; }
        header .hobs nav .natem:before {
          display: none !important; }
      header .hobs nav .natem.on .nas:after {
        display: none; }
      header .hobs nav .natem.has-nav .nas .xs {
        display: none; }
      header .hobs 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 .hobs nav .natem.has-nav.show:after {
        content: "-"; }
      header .hobs nav .natem.animate {
        opacity: 1;
        transform: translate(0, 0); }
    header .phnavs {
      width: 100%;
      background-color: #fff;
      display: block;
      padding: 0.1rem 0; }
      header .phnavs .phnav {
        width: 100%;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        header .phnavs .phnav .logo {
          display: inline-block;
          vertical-align: middle;
          width: 5.31rem;
          max-width: calc(100% - 40px); }
          header .phnavs .phnav .logo a, header .phnavs .phnav .logo img {
            width: 100%;
            display: block; }
        header .phnavs .phnav .menu {
          display: inline-block;
          vertical-align: middle;
          width: 30px;
          height: 30px;
          cursor: pointer;
          position: relative; }
          header .phnavs .phnav .menu img {
            width: 100%;
            display: block; }
          header .phnavs .phnav .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.menu-state .phnavs .phnav .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: 39.28%; 
        padding-top: 28.64%; 
      }
    .banner .swiper-slide .imgs.phm {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: none; }
      .banner .swiper-slide .imgs.phm .img {
        width: 100%;
        padding-top: 39.28%; 
        padding-top: 28.64%; 
      }
    .banner .swiper-slide .box {
      position: absolute;
      z-index: 4;
      top: 50%;
      transform: translateY(-50%);
      left: calc(160 / 1920 * 100%);
      width: 80%;
      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.1rem;
        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.5rem;
        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: #fff;
          line-height: 3;
          border-radius: 1.5em;
          width: auto;
          padding: 0 0.4rem; }
          .banner .swiper-slide .box .more a span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0.2rem;
            width: 0.18rem;
            position: relative;
            top: -0.02rem;
            height: 0.18rem;
            border-radius: 50%;
            background-color: var(--themes); }
            .banner .swiper-slide .box .more a span img {
              width: 100%;
              display: block; }
            .banner .swiper-slide .box .more a span img:first-child {
              display: block; }
            .banner .swiper-slide .box .more a span img:last-child {
              display: none; }
        .banner .swiper-slide .box .more a:hover {
          background-color: var(--themes);
          color: #fff;
          border: solid 1px var(--themes); }
          .banner .swiper-slide .box .more a:hover span {
            background-color: #fff; }
            .banner .swiper-slide .box .more a:hover span img:first-child {
              display: none; }
            .banner .swiper-slide .box .more a:hover span img:last-child {
              display: block; }
      .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.24rem; }
  .banner .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin: 0 5px;
    opacity: 0.6;
    width: 12px;
    height: 12px; }
  .banner .swiper-pagination-bullet-active {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url("../images/i1.png");
    background-size: 100% 100%;
    opacity: 1;
    background-color: transparent;
    border-radius: 0; }

@media (max-width: 800px) {
  .banner .swiper-slide .imgs.pcm {
    display: none; }
  .banner .swiper-slide .imgs.phm {
    display: block; } }
footer {
  width: 100%;
  border-top: solid 1px #fff; }
  footer .ftop {
    width: 100%;
    /* background-color: var(--themes); */
    background-color: #113FDD;
    padding: 0.5rem 0 0.7rem; }
    footer .ftop .fot {
      width: 100%; }
      footer .ftop .fot .fem {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        footer .ftop .fot .fem .fml {
          display: inline-block;
          vertical-align: middle;
          width: calc(531 / 1200 * 100%); }
          footer .ftop .fot .fem .fml img {
            width: 100%;
            display: block; }
        footer .ftop .fot .fem .fmr {
          display: inline-block;
          vertical-align: middle;
          width: calc(570 / 1200 * 100%); }
          footer .ftop .fot .fem .fmr img {
            width: 100%;
            display: block; }
    footer .ftop .fom {
      width: 100%;
      margin-top: 0.6rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer .ftop .fom .fol {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 1.4rem - 0.8rem); }
        footer .ftop .fom .fol .folm {
          width: 100%;
          font-size: 0; }
          footer .ftop .fom .fol .folm .fet {
            width: 100%;
            color: #fff;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 0.08rem; }
          footer .ftop .fom .fol .folm .foam {
            width: 100%;
            font-size: 0; }
            footer .ftop .fom .fol .folm .foam a {
              display: inline-block;
              vertical-align: top;
              width: auto;
              color: #fff;
              line-height: 1.6;
              margin-right: 0.25rem;
              margin-bottom: 0.07rem; }
            /* footer .ftop .fom .fol .folm .foam a:hover {
              color: #333; } */
        footer .ftop .fom .fol .folm + .folm {
          margin-top: 0.1rem; }
      footer .ftop .fom .for {
        width: 1.4rem;
        display: inline-block;
        vertical-align: middle; }
        footer .ftop .fom .for .codm {
          width: 100%;
          display: block;
          max-width: 120px;
          margin: 0 auto; }
          footer .ftop .fom .for .codm .cm {
            width: 100%;
            display: block; }
            footer .ftop .fom .for .codm .cm img {
              width: 100%;
              display: block; }
          footer .ftop .fom .for .codm .mx {
            width: 100%;
            text-align: center;
            color: #fff;
            line-height: 1.5;
            margin-top: 0.1rem; }
  footer .fbot {
    width: 100%;
    background-color: var(--xhemes);
    padding: 0.15rem 0; }
    footer .fbot .fob {
      width: 100%; }
    footer .fbot .fm {
      width: 100%;
      color: #fff;
      line-height: 1.5;
      text-align: center; }

.modular {
  width: 100%; }
  .modular .mitop {
    width: 100%;
    margin-bottom: 0.35rem; }
    .modular .mitop .mit {
      width: 100%;
      color: #2f2725;
      font-weight: bold;
      line-height: 1.2;
      text-align: center; }
  .modular .mivop {
    width: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem; }
    .modular .mivop .mol {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      position: relative; }
      .modular .mivop .mol:after {
        content: ' ';
        position: absolute;
        right: calc(100% + 0.12rem);
        top: 50%;
        transform: translateY(-50%);
        width: 0.23rem;
        height: 0.24rem;
        background-image: url("../images/i2.png");
        background-size: 100% 100%; }
      .modular .mivop .mol .met {
        width: 100%;
        color: var(--themes);
        line-height: 1.2;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto; }
      .modular .mivop .mol .vet {
        color: #2f2725;
        line-height: 1.2;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        cursor: pointer;
        margin-right: 0.25rem; }
      .modular .mivop .mol .vet.on {
        color: var(--themes); }
    .modular .mivop .mor {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
      .modular .mivop .mor a {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        background-color: var(--themes);
        color: #fff;
        line-height: 2.2;
        border-radius: 1.1em;
        padding: 0 0.2rem;
        position: relative;
        top: 0;
        transition: all ease 0.5s; }
      .modular .mivop .mor a:hover {
        top: -0.1rem; }

@media (max-width: 800px) {
  .modular .mivop {
    padding-left: 0.3rem; } }
.steoam {
  width: 100%;
  padding: 0.3rem 0;
  background-color: #d1f2ff; }
  .steoam .logolis {
    width: 100%;
    font-size: 0; }
    .steoam .logolis .logem {
      display: inline-block;
      vertical-align: top;
      width: calc(378 / 1200 * 100%);
      margin-right: calc(32 / 1200 * 100%);
      margin-bottom: 0.3rem; }
      .steoam .logolis .logem a {
        width: 100%;
        display: block; }
      .steoam .logolis .logem .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .steoam .logolis .logem .imgs .img {
          width: 100%;
          padding-top: 28.04%;
          transition: all ease 0.5s; }
    .steoam .logolis .logem:hover .imgs .img {
      transform: scale(1.1); }
    .steoam .logolis .logem:nth-child(3n) {
      margin-right: 0; }
  .steoam .pamg {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .steoam .pamg a {
      width: 100%;
      display: block; }
    .steoam .pamg img {
      width: 100%;
      display: block; }

.pecoont {
  width: 100%;
  background-color: #e6e6e6; }
  .pecoont .pitem {
    width: 100%;
    background-color: #fff;
    overflow: hidden; }
  .pecoont .pitem + .pitem {
    margin-top: 0.15rem; }
  .pecoont .pecond {
    width: 100%; }
    .pecoont .pecond .teant {
      width: 100%;
      display: none; }
    .pecoont .pecond .teant.on {
      display: block; }

.captains {
  width: 100%;
  padding: 0.3rem 0; }
  .captains .capers {
    width: 100%;
    position: relative; }
    .captains .capers .swiper-container {
      padding-bottom: 0.4rem; }
    .captains .capers .swiper-slide {
      width: 100%;
      padding: 0.2rem 0;
      cursor: pointer; }
      .captains .capers .swiper-slide .pic {
        width: 100%;
        position: relative;
        margin-bottom: 0.3rem; }
        .captains .capers .swiper-slide .pic .imgs {
          width: 100%;
          position: relative;
          overflow: hidden;
          border-radius: 50%;
          border: solid 0.1rem #333;
          background-color: #333; }
          .captains .capers .swiper-slide .pic .imgs .img {
            width: 100%;
            padding-top: 100%;
            transition: all ease 0.5s;
            background-color: #333; }
      .captains .capers .swiper-slide .xit {
        width: 100%;
        color: #2f2725;
        line-height: 1.5;
        text-align: center; }
      .captains .capers .swiper-slide .lx {
        width: 0.3rem;
        height: 1px;
        display: block;
        background-color: #626262;
        margin: 0.12rem auto 0.15rem; }
      .captains .capers .swiper-slide .eim {
        width: 100%;
        color: #2f2725;
        line-height: 1.6; }
    .captains .capers .swiper-slide:hover .pic .imgs .img {
      transform: scale(1.1); }
    .captains .capers .swiper-slide:hover .xit {
      color: var(--themes); }
    .captains .capers .swiper-pagination {
      bottom: 0;
      width: auto;
      left: 0; }
    .captains .capers .swiper-pagination-bullet-active {
      width: 0.32rem;
      border-radius: 4px;
      background-color: var(--themes); }

.pics {
  width: 100%;
  padding: 0.3rem 0; }
  .pics .picslist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .pics .picslist .piem {
      display: inline-block;
      vertical-align: top;
      width: calc(240 / 1000 * 100%);
      margin-right: calc(13 / 1000 * 100%);
      margin-bottom: 0.13rem;
      position: relative; }
      .pics .picslist .piem a {
        width: 100%;
        display: block; }
      .pics .picslist .piem .imgs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .pics .picslist .piem .imgs .img {
          width: 100%;
          padding-top: 100%;
          transition: all ease 0.5s; }
      .pics .picslist .piem .eim {
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 1.5;
        padding: 0.1rem;
        background-color: var(--themes);
        position: absolute;
        bottom: 0;
        z-index: 2;
        left: 0;
        right: 0; }
    .pics .picslist .piem:nth-child(4n) {
      margin-right: 0; }
  .pics .videom {
    width: 100%;
    height: 6rem;
    position: relative; }
    .pics .videom .videoc {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 4;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 1;
      transition: all ease 0.5s;
      z-index: 5; }
      .pics .videom .videoc .vom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }

.match {
  width: 100%;
  padding: 0.3rem 0; }
  .match .matem {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; }
    .match .matem .mal {
      display: inline-block;
      vertical-align: middle;
      width: calc(500 / 1200 * 100%);
      position: relative; }
      .match .matem .mal .imgs {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 0.15rem; }
        .match .matem .mal .imgs .img {
          width: 100%;
          padding-top: 74.03%; }
    .match .matem .mar {
      display: inline-block;
      vertical-align: middle;
      width: calc(580 / 1200 * 100%);
      width: calc(640 / 1200 * 100%); }
      .match .matem .mar .minp {
        width: 100%;
        color: #2f2725;
        line-height: 1.75; }
        .match .matem .mar .minp p {
          color: #2f2725;
          line-height: 1.75; }

.newsd {
  width: 100%;
  padding: 0.3rem 0; }
  .newsd .newpent {
    width: 100%;
    background-color: #d1f2ff;
    border-radius: 10px;
    padding: 0.15rem 0.2rem; }
    .newsd .newpent .nli {
      width: 100%;
      font-size: 0;
      margin: 0.14rem 0; }
      .newsd .newpent .nli a {
        width: 100%;
        display: block; }
      .newsd .newpent .nli .time {
        display: inline-block;
        vertical-align: middle;
        width: 7em;
        color: var(--themes);
        font-weight: bold; }
        .newsd .newpent .nli .time span {
          color: var(--themes);
          font-weight: normal; }
      .newsd .newpent .nli .xame {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 0.3rem - 9em);
        color: #2f2725;
        line-height: 1.5; }
      .newsd .newpent .nli .rc {
        display: inline-block;
        vertical-align: middle;
        width: 0.3rem; }
        .newsd .newpent .nli .rc img {
          width: 100%;
          display: block; }
    .newsd .newpent .nli:hover .xame {
      color: var(--themes); }

.listom {
  width: 100%;
  padding: 0.3rem 0; }
  .listom .litom {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .listom .litom .vtl {
      display: inline-block;
      vertical-align: middle;
      width: calc(240 / 1200 * 100%); }
      .listom .litom .vtl .vtom {
        width: 100%;
        padding-bottom: 1.2rem; }
        .listom .litom .vtl .vtom .vit {
          width: 100%;
          padding: 0.14rem 0.2rem;
          color: #333;
          font-weight: bold;
          line-height: 1.3;
          position: relative; }
          .listom .litom .vtl .vtom .vit .mend {
            display: none; }
        .listom .litom .vtl .vtom .vuls {
          width: 100%;
          padding: 0.2rem; }
          .listom .litom .vtl .vtom .vuls .vli {
            width: 100%;
            border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
            .listom .litom .vtl .vtom .vuls .vli a {
              width: 100%;
              display: block;
              color: #333;
              line-height: 3; }
              .listom .litom .vtl .vtom .vuls .vli a span {
                display: inline-block;
                vertical-align: middle;
                width: 16px;
                position: relative;
                top: -0.02rem;
                margin-right: 0.1rem; }
                .listom .litom .vtl .vtom .vuls .vli a span img {
                  width: 100%;
                  display: block; }
            .listom .litom .vtl .vtom .vuls .vli a:hover {
              color: var(--themes); }
    .listom .litom .vtr {
      display: inline-block;
      vertical-align: middle;
      width: calc(860 / 1200 * 100%);
      position: relative;
      z-index: 1; }
      .listom .litom .vtr .rop {
        width: 100%;
        font-size: 0;
        border-bottom: solid 1px #ccc;
        margin-bottom: 0.2rem; }
        .listom .litom .vtr .rop .rt {
          display: inline-block;
          vertical-align: middle;
          width: auto;
          color: #2fb1e7;
          line-height: 2.2;
          font-weight: bold; }
        .listom .litom .vtr .rop span {
          display: inline-block;
          vertical-align: middle;
          width: 3px;
          background-color: #2fb1e7;
          margin-right: 0.07rem;
          height: 0.2rem;
          position: relative;
          top: -0.02rem; }
      .listom .litom .vtr .vtrlist {
        width: 100%; }
        .listom .litom .vtr .vtrlist .vem {
          width: 100%; }
          .listom .litom .vtr .vtrlist .vem a {
            width: 100%;
            display: block;
            border-bottom: #ccc 1px dashed;
            padding: 0.16rem 0; }
          .listom .litom .vtr .vtrlist .vem .i {
            display: inline-block;
            vertical-align: middle;
            width: 8px;
            height: 8px;
            background-color: #ccc;
            border-radius: 50%;
            margin-right: 0.15rem; }
          .listom .litom .vtr .vtrlist .vem .cm {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 8px - 0.15rem - 6em);
            color: #333;
            line-height: 1.5; }
          .listom .litom .vtr .vtrlist .vem .time {
            display: inline-block;
            vertical-align: middle;
            width: 6em;
            text-align: right;
            color: #666;
            line-height: 1.5; }
        .listom .litom .vtr .vtrlist .vem:hover .i {
          background-color: var(--xhemes); }
        .listom .litom .vtr .vtrlist .vem:hover .cm {
          color: var(--xhemes); }
      .listom .litom .vtr .picslis {
        width: 100%;
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.15rem; }
        .listom .litom .vtr .picslis .picm {
          display: inline-block;
          vertical-align: top;
          width: 30.3333%;
          margin: 0 1.5% 3%;
          position: relative; }
          .listom .litom .vtr .picslis .picm a {
            width: 100%;
            display: block; }
          .listom .litom .vtr .picslis .picm .imgs {
            width: 100%;
            position: relative;
            overflow: hidden; }
            .listom .litom .vtr .picslis .picm .imgs .img {
              width: 100%;
              padding-top: 69.23%;
              transition: all ease 0.5s; }
          .listom .litom .vtr .picslis .picm .pem {
            width: 100%;
            padding: 0.15rem;
            border-top: #eee 1px solid; }
          .listom .litom .vtr .picslis .picm .eim {
            width: 100%;
            text-align: center;
            color: #333;
            line-height: 1.8; }
          .listom .litom .vtr .picslis .picm:after {
            content: ' ';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            background-color: #2fb1e7;
            height: 0.03rem;
            transition: all ease 0.5s; }
        .listom .litom .vtr .picslis .picm:hover {
          box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1); }
          .listom .litom .vtr .picslis .picm:hover .imgs .img {
            transform: scale(1.1); }
          .listom .litom .vtr .picslis .picm:hover .eim {
            color: #2fb1e7; }
          .listom .litom .vtr .picslis .picm:hover:after {
            width: 100%; }
      .listom .litom .vtr .detail {
        width: 100%;
        margin-top: 0.3rem;
        padding-bottom: 0.2rem; }
        .listom .litom .vtr .detail .vit {
          width: 100%;
          text-align: center;
          color: #333;
          font-weight: bold;
          line-height: 1.5;
          margin-bottom: 0.2rem; }
        .listom .litom .vtr .detail .sinp {
          width: 100%;
          color: #666;
          line-height: 1.875;
          padding-top: 0.3rem;
          border-top: dashed 1px #ccc; }
          .listom .litom .vtr .detail .sinp p {
            color: #666;
            line-height: 1.875; }
          .listom .litom .vtr .detail .sinp img {
            max-width: 100%; }
.listom .litom .vtr .detail .sinp span{
  text-wrap: wrap !important;
}

.listom .litom .vtr .detail .sinp .videom {
  width: 100%;
  height: 6rem;
  position: relative; }
  .listom .litom .vtr .detail .sinp .videom .videoc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all ease 0.5s;
    z-index: 5; }
    .listom .litom .vtr .detail .sinp .videom .videoc .vom {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }

@media (max-width: 800px) {
  .listom .litom .vtl {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    z-index: 2; }
    .listom .litom .vtl .vtom {
      padding-bottom: 0;
      background-image: none !important;
      position: relative;
      background-color: #2fb1e7; }
      .listom .litom .vtl .vtom .vit {
        font-size: 18px;
        padding: 0.24rem 0.2rem; }
        .listom .litom .vtl .vtom .vit .mend {
          position: absolute;
          right: 0.2rem;
          display: block;
          top: 50%;
          transform: translateY(-50%);
          width: 20px;
          cursor: pointer; }
          .listom .litom .vtl .vtom .vit .mend img {
            width: 100%;
            display: block; }
      .listom .litom .vtl .vtom .vuls {
        display: none;
        position: absolute;
        background-color: #2fb1e7;
        left: 0;
        top: 100%;
        width: 100%; }
        .listom .litom .vtl .vtom .vuls .vli a {
          padding-left: 0; }
    .listom .litom .vtl .vtom.show {
      background-color: #2fb1e7; } }
.pages {
  width: 100%;
  padding: 0.12rem 0 0.25rem;
  font-size: 0;
  text-align: center;
  margin-top: 0.1rem; }
  .pages .page {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #666;
    border-radius: 0.2rem;
    background-color: #fff;
    border: solid 1px #eee;
    margin: 0 0.05rem 0.1rem; }
  .pages .page.on {
    background-color: var(--xhemes);
    color: #fff;
    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: 800px) {
  .pages .page {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 16px;
    border-radius: 0.35rem;
    margin: 0 0.1rem 0.1rem; } }
