@font-face {
  font-family: 'AXIS';
  src: url(../fonts/86bf1c74b22c5ed8e3231f472dfdbd62.eot);
  src: local("AXIS Regular"), local("AXIS"), url(../font/d553d2bb4dc29b41dc12092d38a46a2e.otf); }

body {
  overflow-x: hidden; }

@media (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }

.banner {
  height: 640px;
  margin-bottom: 100px;
  position: relative; }
  @media (max-width: 1439px) {
    .banner {
      height: 540px; } }
  @media (max-width: 1300px) {
    .banner {
      height: 440px; } }
  @media (max-width: 991px) {
    .banner {
      height: 340px; } }
  @media (max-width: 767px) {
    .banner {
      height: 240px; } }
  @media (max-width: 575px) {
    .banner {
      height: 140px; } }
  .banner .swiper-container {
    height: 100%; }
  .banner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .banner .swiper-pagination {
    text-align: left;
    bottom: 50px;
    position: static;
    margin-bottom: 40px; }
  .banner .containerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .banner .containerBottom .posiitonButton {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-bottom: 30px; }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    position: static; }
  .banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    border: 1px solid #fff;
    background: none;
    margin: 0 5px; }
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }
  .banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/15632d601178c80b4c4115814f99937e.png);
    margin-left: 20px; }
  .banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/5dc66e2f25daca2b5e9da6ec210fea76.png); }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    background-size: 30px;
    width: 30px;
    height: 30px; }

@media (max-width: 575px) {
  .banner .containerBottom .posiitonButton {
    display: none; }
  .banner .swiper-pagination {
    margin-bottom: 10px; }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px; }
  .banner .swiper-pagination {
    width: 100%;
    text-align: center; }
  .banner {
    margin-bottom: 20px; } }

.product-center .container .contentList .styleContent .title {
  font-weight: bold;
  font-size: 24px;
  color: #003d80;
  margin-top: 50px;
  margin-bottom: 15px; }

@media (min-width: 1467px) {
  .product-center .container .contentList .styleContent ul {
    margin: 0 -13.5px; } }

@media (min-width: 1440px) {
  .product-center .container .contentList .styleContent ul {
    margin: 0 -10px; } }

.product-center .container .contentList .styleContent ul li {
  margin-bottom: 20px; }
  @media (min-width: 1467px) {
    .product-center .container .contentList .styleContent ul li {
      padding: 0 13.5px; } }
  @media (min-width: 1440px) {
    .product-center .container .contentList .styleContent ul li {
      padding: 0 10px; } }
  .product-center .container .contentList .styleContent ul li a {
    padding: 10px;
    background: #f1f3f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 35px;
    position: relative; }
    .product-center .container .contentList .styleContent ul li a:hover .img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .product-center .container .contentList .styleContent ul li a .img {
      overflow: hidden; }
      .product-center .container .contentList .styleContent ul li a .img img {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
    .product-center .container .contentList .styleContent ul li a:hover::before {
      width: 100%; }
    .product-center .container .contentList .styleContent ul li a:hover .text .tit {
      color: #003d80; }
    .product-center .container .contentList .styleContent ul li a::before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      content: '';
      height: 8px;
      background: #003d80;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
    .product-center .container .contentList .styleContent ul li a .img {
      margin-bottom: 45px; }
    .product-center .container .contentList .styleContent ul li a .text .tit {
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      font-size: 18px;
      color: #323232;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 20px; }
    .product-center .container .contentList .styleContent ul li a .text .desc {
      font-size: 14px;
      height: 20px;
      color: #666666;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }

@media (max-width: 575px) {
  .product-center .container .contentList .styleContent ul li a {
    padding: 10px;
    padding-bottom: 10px; }
  .product-center .container .contentList .styleContent ul li a .img {
    margin-bottom: 10px; }
  .product-center .container .contentList .styleContent ul li a .text .tit {
    font-size: 16px;
    margin-bottom: 10px; }
  .product-center .container .contentList .styleContent ul li a .text .desc {
    font-size: 14px; }
  .product-center .container .contentList .styleContent .title {
    font-size: 17px; }
  .product-center .container .contentList .styleContent .title {
    margin-top: 20px; } }

.brand-advantage {
  padding-top: 110px; }
  .brand-advantage .bgTitle {
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/1743ecb290243b99f53fa1eb4ae84b55.jpg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .brand-advantage .container ul {
    padding-top: 55px; }
    .brand-advantage .container ul li {
      position: relative;
      margin-bottom: 290px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 2; }
      .brand-advantage .container ul li:nth-of-type(2n+0) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .brand-advantage .container ul li:nth-of-type(2n+0) .img img {
          right: inherit;
          left: 0; }
      .brand-advantage .container ul li:nth-of-type(1) .img img {
        top: 23px; }
      .brand-advantage .container ul li:nth-of-type(2) {
        z-index: 1; }
        .brand-advantage .container ul li:nth-of-type(2) .img img {
          left: -109px; }
      .brand-advantage .container ul li:nth-of-type(5) .img img {
        right: -71px; }
      .brand-advantage .container ul li:nth-of-type(5) .text {
        height: 165px; }
      .brand-advantage .container ul li .img {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .brand-advantage .container ul li .img img {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .brand-advantage .container ul li .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-left: 8px solid #003d80;
        padding-left: 40px;
        height: 135px; }
        .brand-advantage .container ul li .text .title {
          font-size: 24px;
          font-weight: bold;
          color: #003d80; }
        .brand-advantage .container ul li .text .desc {
          font-size: 14px;
          color: #666666;
          line-height: 2; }

@media (max-width: 1590px) {
  .brand-advantage .container ul li .img img {
    width: 500px; }
  .brand-advantage .container ul li:nth-of-type(2) .img img {
    left: 0; }
  .brand-advantage .container ul li:nth-of-type(5) .img img {
    right: 0; } }

@media (max-width: 1439px) {
  .brand-advantage .container ul li .img img {
    position: static; }
  .brand-advantage .container ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .brand-advantage .container ul li .text {
    padding-left: 20px; }
  .brand-advantage .container ul li {
    margin-bottom: 0px; }
  .brand-advantage .container ul li .img img {
    width: 400px; }
  .brand-advantage .container ul li .img img {
    display: block;
    margin: 0 auto; }
  .brand-advantage .container ul li:nth-of-type(2n+0) .img img {
    margin: 0; } }

@media (max-width: 991px) {
  .brand-advantage .container ul li .img img {
    width: 250px; }
  .brand-advantage .container ul li .text .desc {
    font-size: 12px; } 
    .brand-advantage {
      padding-top: 50px; 
    }
  }

@media (max-width: 767px) {
  .brand-advantage .container ul li .img img {
    width: 150px; }
  .brand-advantage .container ul li .text {
    height: auto; }
  .brand-advantage .container ul li {
    margin-bottom: 20px; }
  .brand-advantage .bgTitle {
    height: auto;
    padding: 40px 0; }
  .brand-advantage {
    padding-top: 0px; 
  } }

@media (max-width: 575px) {
  .brand-advantage .container ul li .text .title {
    font-size: 16px; }
  .brand-advantage .container ul li .img img {
    width: 100px; }
  .brand-advantage .container ul li:nth-of-type(5) .text {
    height: auto; } }

.cooperation-case {
  margin-top: 350px;
  background: #f1f3f6;
  padding: 120px 0; }
  .cooperation-case .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px; }
    .cooperation-case .content .text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative;
      z-index: 2; }
      .cooperation-case .content .text ul {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .cooperation-case .content .text ul li {
          min-width: 0;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          background: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          border-bottom: 1px solid #f1f3f6; }
          @media (min-width: 768px) {
            .cooperation-case .content .text ul li:hover {
              background: #003d80;
              border-bottom: 1px solid #003d80; }
              .cooperation-case .content .text ul li:hover a .title {
                color: #fff; }
              .cooperation-case .content .text ul li:hover a .desc {
                color: #fff; }
              .cooperation-case .content .text ul li:hover a::after {
                width: 98px;
                opacity: 1; } }
          .cooperation-case .content .text ul li.active {
            background: #003d80;
            border-bottom: 1px solid #003d80; }
            .cooperation-case .content .text ul li.active a .title {
              color: #fff; }
            .cooperation-case .content .text ul li.active a .desc {
              color: #fff; }
            .cooperation-case .content .text ul li.active a::after {
              width: 98px;
              opacity: 1; }
          .cooperation-case .content .text ul li a {
            position: relative;
            width: 100%;
            height: 100%;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding-left: 40px; }
            .cooperation-case .content .text ul li a::after {
              opacity: 0;
              position: absolute;
              width: 0;
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all;
              background-color: #003d80;
              height: 100%;
              left: 100%;
              content: '';
              background-image: url(../images/15632d601178c80b4c4115814f99937e.png);
              background-repeat: no-repeat;
              background-position: center center; }
            .cooperation-case .content .text ul li a .title {
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 18px;
              color: #252525;
              font-weight: bold;
              margin-bottom: 10px; }
            .cooperation-case .content .text ul li a .desc {
              width: 310px;
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all;
              font-size: 14px;
              color: #666666;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden; }
    .cooperation-case .content .swiper-container {
      width: 958px; }
      .cooperation-case .content .swiper-container .swiper-slide a {
        display: block; }

@media (max-width: 1439px) {
  .cooperation-case .content .text ul li a .desc {
    width: 240px;
    padding-right: 40px; }
  .cooperation-case {
    margin-top: 100px;
    padding: 60px 0; } }

@media (max-width: 991px) {
  .cooperation-case .content .text ul li a .title {
    font-size: 16px;
    margin-bottom: 5px; }
  .cooperation-case .content .text ul li a .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
  .cooperation-case .content .text ul li.active a::after, .cooperation-case .content .text ul li:hover a::after {
    width: 70px; }
  .cooperation-case .content .text ul li a::after {
    background-size: 20px; } }

@media (max-width: 767px) {
  .cooperation-case {
    margin-top: 50px;
    padding: 30px 0; }
  .cooperation-case .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cooperation-case .content .swiper-container {
    width: 100%; }
  .cooperation-case .content .text ul li a {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .cooperation-case .content .text ul li.active a::after, .cooperation-case .content .text ul li:hover a::after {
    width: 0; } }

@media (max-width: 575px) {
  .cooperation-case .content {
    margin-top: 30px; }
  .cooperation-case .content .text ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .cooperation-case .content .text ul li a .desc {
    display: none; }
  .cooperation-case .content .text ul li a {
    padding: 10px 10px; }
  .cooperation-case .content .text ul li a .title {
    margin-bottom: 0; }
  .cooperation-case .content .text ul li a .title {
    font-size: 14px; }
  .cooperation-case .index-title-component .left .en::after {
    width: 30px; } }

.walk-into {
  padding: 120px 0; }
  .walk-into .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .walk-into .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .walk-into .left .text {
      font-size: 16px;
      color: #666666; }
      .walk-into .left .text p {
        margin-top: 50px;
        line-height: 1.8; }
    .walk-into .left .index-more-component {
      margin-top: 50px;
      margin-bottom: 50px; }
    .walk-into .left ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
      .walk-into .left ul li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-left: 1px solid #eaeaea;
        height: 120px;
        border-top: 1px solid #eaeaea;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .walk-into .left ul li .img {
          margin-right: 15px; }
        .walk-into .left ul li .text {
          font-size: 18px;
          color: #242424;
          font-weight: bold; }
  .walk-into .rightImg {
    margin-left: 200px; }

@media (max-width: 1439px) {
  .walk-into .left ul li {
    height: 100px; }
  .walk-into .left ul li .img {
    margin-right: 5px; } }

@media (max-width: 1199px) {
  .walk-into .rightImg {
    margin-left: 100px; }
  .walk-into .left ul li .text {
    font-size: 14px; }
  .walk-into .left ul li .img img {
    width: 25px; }
  .walk-into .left ul li {
    height: 70px; }
  .walk-into .left .index-more-component {
    margin-top: 20px;
    margin-bottom: 20px; }
  .walk-into .left .text p {
    margin-top: 20px; } }

@media (max-width: 991px) {
  .walk-into .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .walk-into .rightImg {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .walk-into {
    padding: 50px 0; }
    .walk-into .index-more-component a {
      margin: 0 auto; } }

@media (max-width: 575px) {
  .walk-into {
    padding: 20px 0; }
  .walk-into .left .text {
    font-size: 14px; } }

.digital-advertising {
  background-image: url(../images/1787a193b7045cf70a9482ad5cc5095f.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 240px; }
  .digital-advertising .container {
    height: 100%; }
  .digital-advertising ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 100px; }
    .digital-advertising ul li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center; }
      .digital-advertising ul li .tit {
        font-size: 16px;
        color: #ffffff; }
        .digital-advertising ul li .tit span {
          font-size: 72px;
          color: #fff;
          font-family: 'Roboto'; }
      .digital-advertising ul li .desc {
        font-size: 16px;
        color: #fff; }

@media (max-width: 1199px) {
  .digital-advertising ul {
    padding: 0; } }

@media (max-width: 991px) {
  .digital-advertising ul li .tit span {
    font-size: 52px; } }

@media (max-width: 767px) {
  .digital-advertising ul li .tit span {
    font-size: 32px; }
  .digital-advertising ul li .desc {
    font-size: 14px; }
  .digital-advertising {
    height: 140px; } }

@media (max-width: 575px) {
  .digital-advertising ul li .tit span {
    font-size: 24px; } }

.news-information {
  padding: 120px 0; }
  .news-information .swiper-container-vertical > .swiper-pagination-bullets{
    right:30px
  }
  .news-information .title, .news-information a .title {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    font-weight: bold;
    font-size: 18px;
    color: #272727;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .news-information .title:hover a, .news-information a .title:hover a {
      color: #003d80; }
    .news-information .title a, .news-information a .title a {
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      font-size: 18px;
      color: #272727; }
  .news-information .date, .news-information a .date {
    font-size: 14px;
    color: #666666;
    margin-top: 10px; }
  .news-information .desc, .news-information a .desc {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px; }
  .news-information .swiper-container-h {
    margin-top: 75px; }
    .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v {
      height: 400px; }
      .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-pagination .swiper-pagination-bullet {
        margin: 10px 0;
        width: 11px;
        height: 11px;
        border: 1px solid #003d80;
        background: none;
        opacity: 1; }
        .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #003d80; }
      .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .imgleft {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          min-width: 0; }
          .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .imgleft a {
            overflow: hidden;
            display: block; }
            .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .imgleft a img {
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all; }
            .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .imgleft a:hover img {
              -webkit-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                      transform: scale(1.1); }
        .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .text {
          min-width: 0;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          background: #f1f3f6; }
          .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .text .textChildren {
            padding-right: 168px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            height: 100%;
            padding-left: 60px; }
          .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .text .index-more-component {
            margin-top: 50px; }
    .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul {
      margin-top: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li {
        margin-right: 40px;
        width: 330px; }
        .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li:last-child {
          margin-right: 0; }
        .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li a:hover:hover .img img {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
          .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li a:hover .img {
            overflow: hidden; }
            .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li a:hover .img img {
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all; }
          .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li a:hover .title {
            color: #003d80; }
          .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li a .img {
            margin-bottom: 15px; }

@media (max-width: 1439px) {
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v {
    height: 311px; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li {
    width: 250px; } }

@media (max-width: 1199px) {
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v {
    height: 262px; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .text .index-more-component {
    margin-top: 20px; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li {
    width: 205px; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v {
    height: auto; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .text .textChildren {
    padding-top: 30px;
    padding-bottom: 30px; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .imgleft {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .text {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .imgleft a img {
    width: 100%; } }

@media (max-width: 991px) {
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide {
    display: none; }
    .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide:nth-of-type(1) {
      display: block; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li {
    width: 145px; } }

@media (max-width: 767px) {
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li {
      margin-bottom: 30px;
      width: 240px; }
      .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li:nth-of-type(2) {
        margin-right: 0; }
  .news-information .index-title-component .left2 {
    margin-left: 20px; } }

@media (max-width: 575px) {
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li {
    margin-right: 0; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li {
    width: 50%;
    padding-right: 5px; }
    .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li:nth-of-type(2n+0) {
      padding-right: 0;
      padding-left: 5px; }
  .news-information .title, .news-information a .title {
    font-size: 16px; }
  .news-information .date, .news-information a .date {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul li a .img {
    margin-bottom: 5px; }
  .news-information .desc, .news-information a .desc {
    font-size: 12px;
    margin-top: 0px; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide ul {
    margin-top: 20px; }
  .news-information {
    padding: 20px 0; }
  .news-information .swiper-container-h {
    margin-top: 20px; }
  .news-information .swiper-container-h > .swiper-wrapper > .swiper-slide .swiper-container-v .swiper-slide .text .textChildren {
    padding: 20px; }
  .news-information .title a, .news-information a .title a {
    font-size: 16px; }
  .news-information .index-title-component {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .news-information .index-title-component .left {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .news-information .index-title-component .left2 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      padding: 20px 0;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 0; }
    .news-information .index-title-component .right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
  .news-information .swiper-container-h {
    margin-top: 0; } }

.index-title-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .index-title-component.colorFFF .left .en {
    color: #fff; }
    .index-title-component.colorFFF .left .en::after {
      background: #fff; }
  .index-title-component.colorFFF .left .cn {
    color: #fff; }
  .index-title-component .left .en {
    font-size: 48px;
    color: #272727;
    line-height: 1.4;
    position: relative;
    font-family: 'AXIS'; }
    .index-title-component .left .en::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      width: 72px;
      height: 6px;
      background: #003d80; }
  .index-title-component .left .cn {
    margin-top: 5px;
    font-size: 36px;
    color: #272727;
    font-weight: bold; }
  .index-title-component .left2 {
    margin-right: auto;
    margin-left: 90px; }
    .index-title-component .left2 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .index-title-component .left2 ul li {
        font-size: 18px;
        font-weight: bold;
        color: #272727;
        padding: 0 20px;
        cursor: pointer;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        @media (min-width: 768px) {
          .index-title-component .left2 ul li:hover {
            color: #003d80; } }
        .index-title-component .left2 ul li.active {
          color: #003d80; }
  .index-title-component .right a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #003d80;
    font-size: 14px; }
    .index-title-component .right a .img {
      margin-left: 10px; }

@media (max-width: 575px) {
  .index-title-component .left .en {
    font-size: 18px; }
  .index-title-component .left .cn {
    font-size: 18px; }
  .index-title-component .right a {
    font-size: 12px; }
  .index-title-component .right a .img img {
    width: 20px; }
  .index-title-component .left .en::after {
    height: 3px; }
  .index-title-component .left2 ul li {
    font-size: 14px; } }

.index-more-component a {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #003d80;
  color: #fff;
  font-size: 14px; }
  .index-more-component a .img {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media (max-width: 575px) {
  .index-more-component a {
    width: 120px;
    height: 40px; } }

