@media (min-width: 992px) {
  body {
    padding-top: 0 !important; } }

.GoodPipe {
  height: 820px;
  background-repeat: no-repeat;
  position: relative; }
  .GoodPipe .container {
    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; }
  .GoodPipe .title {
    font-size: 36px;
    font-weight: bold;
    color: #288e3a;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 70px; }
    .GoodPipe .title::before {
      position: absolute;
      height: 3px;
      width: 60px;
      content: '';
      background: #288e3a;
      bottom: 0;
      left: 0;
      z-index: 2; }
    .GoodPipe .title::after {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      content: '';
      background: #e1e1e1;
      left: 0;
      bottom: 0; }
  .GoodPipe .container {
    height: 100%; }
    .GoodPipe .container:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .GoodPipe .parent {
    height: 100%;
    padding-left: 120px;
    width: 50%;
    padding-bottom: 90px;
    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;
    float: right; }
  .GoodPipe .desc {
    font-size: 14px;
    color: #808080;
    line-height: 2.3; }
  .GoodPipe .iconimg {
    margin-left: auto;
    margin-top: 25px; }
  .GoodPipe .moreIndex {
    margin-top: 5px; }
    .GoodPipe .moreIndex a {
      width: 150px;
      height: 50px;
      background: #288e3a;
      font-size: 16px;
      color: #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-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .GoodPipe .moreIndex a .jimg {
        margin-left: 14px;
        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; }
  .GoodPipe .img {
    display: none; }

@media (max-width: 991px) {
  .GoodPipe .parent {
    padding-left: 20px; }
  .GoodPipe .title {
    font-size: 28px; } }

@media (max-width: 767px) {
  .GoodPipe .title {
    font-size: 20px;
    margin-bottom: 30px; }
  .GoodPipe .iconimg {
    display: none; }
  .GoodPipe .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .GoodPipe {
    margin-top: 20px; }
  .GoodPipe .moreIndex a {
    margin: 0 auto;
    margin-top: 20px; }
  .GoodPipe .parent {
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 575px) {
  .GoodPipe::after, .GoodPipe::before {
    content: none; }
  .GoodPipe .img {
    display: block; }
  .GoodPipe .parent {
    width: 100%;
    padding-left: 0; }
  .GoodPipe .title {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GoodPipe .moreIndex {
    margin-top: 20px; }
  .GoodPipe .moreIndex a {
    width: 120px;
    height: 40px;
    font-size: 14px; }
    .GoodPipe .moreIndex a .jimg img {
      width: 8px; }
  .GoodPipe {
    height: auto; }
  .GoodPipe .parent {
    padding-bottom: 30px; } }

.ProductCenter {
  background: url(../images/6fc5d110ae24b7dbb0f52b2e9e44cbdd.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 130px; }
  .ProductCenter .headertop {
    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; }
    .ProductCenter .headertop .title {
      font-size: 36px;
      font-weight: bold;
      color: #288e3a;
      position: relative;
      padding-bottom: 15px; }
      .ProductCenter .headertop .title::after {
        position: absolute;
        width: 60px;
        left: 0;
        bottom: 0;
        height: 3px;
        content: '';
        background: #288e3a; }
    .ProductCenter .headertop .navlist ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .ProductCenter .headertop .navlist ul li {
        padding: 10px 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;
        border: 1px solid #585858;
        margin-right: 10px;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        cursor: pointer; }
        .ProductCenter .headertop .navlist ul li:hover, .ProductCenter .headertop .navlist ul li.active {
          background: #288e3a;
          border: 1px solid #288e3a; }
          .ProductCenter .headertop .navlist ul li:hover .img img:nth-of-type(2), .ProductCenter .headertop .navlist ul li.active .img img:nth-of-type(2) {
            display: none; }
          .ProductCenter .headertop .navlist ul li:hover .img img:nth-of-type(1), .ProductCenter .headertop .navlist ul li.active .img img:nth-of-type(1) {
            display: block; }
          .ProductCenter .headertop .navlist ul li:hover .text, .ProductCenter .headertop .navlist ul li.active .text {
            color: #fff; }
        .ProductCenter .headertop .navlist ul li .img img:nth-of-type(2) {
          display: block; }
        .ProductCenter .headertop .navlist ul li .img img:nth-of-type(1) {
          display: none; }
        .ProductCenter .headertop .navlist ul li .text {
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          color: #585858;
          margin-left: 10px; }
    @media (max-width: 767px) {
      .ProductCenter .headertop {
        -webkit-flex-flow: wrap;
            -ms-flex-flow: wrap;
                flex-flow: wrap; }
        .ProductCenter .headertop .title {
          margin-bottom: 20px; }
        .ProductCenter .headertop .title {
          font-size: 20px; } }
    @media (max-width: 575px) {
      .ProductCenter .headertop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .ProductCenter .headertop .navlist ul li {
          padding: 10px 7px; }
          .ProductCenter .headertop .navlist ul li .img {
            margin-right: 5px; }
            .ProductCenter .headertop .navlist ul li .img img {
              width: 17px; }
          .ProductCenter .headertop .navlist ul li .text {
            font-size: 14px;
            margin-left: 0; }
        .ProductCenter .headertop .navlist ul li {
          margin-right: 4px; } }
  .ProductCenter .content {
    position: relative;
    margin-top: 80px; }
    .ProductCenter .content ul li {
      display: none; }
      .ProductCenter .content ul li .children {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
  .ProductCenter .swiper-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .ProductCenter .swiper-pagination {
    display: none; }
  .ProductCenter .swiper-slide a {
    display: block; }
    .ProductCenter .swiper-slide a:hover .img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .ProductCenter .swiper-slide a:hover .text .tit {
      color: #288e3a; }
    .ProductCenter .swiper-slide a .img {
      height: 275px;
      width: 100%;
      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; }
      .ProductCenter .swiper-slide a .img img {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
    .ProductCenter .swiper-slide a .text {
      padding: 20px 35px;
      background: rgba(0, 0, 0, 0.06);
      text-align: center; }
      .ProductCenter .swiper-slide a .text .tit {
        font-size: 18px;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        color: #171717;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 15px; }
      .ProductCenter .swiper-slide a .text .desc {
        font-size: 14px;
        color: #5b5b5b;
        line-height: 1.8;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 72px; }
  .ProductCenter .swiper-button-prev, .ProductCenter .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/c16b295a55e08cf3407b974bd0c1419c.png); }
  .ProductCenter .swiper-button-next, .ProductCenter .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/743d6d703ca40fcc474dbd26166430d6.png); }
  .ProductCenter .swiper-button-prev.swiper-button-disabled {
    background-image: url(../images/d9248392eaf68cc484861287f0fa0bff.png);
    opacity: 1; }
  .ProductCenter .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background-image: url(../images/5f7d03a171f6a8ebb6971a5384af681d.png); }
  .ProductCenter .swiper-button-prev, .ProductCenter .swiper-button-next {
    width: 42px;
    height: 42px;
    background-size: cover;
    margin-top: 0;
    top: 120px; }
  .ProductCenter .swiper-button-next, .ProductCenter .swiper-container-rtl .swiper-button-prev {
    right: -72px; }
  .ProductCenter .swiper-button-prev, .ProductCenter .swiper-container-rtl .swiper-button-next {
    left: -72px; }

@media (max-width: 1599px) {
  .ProductCenter .swiper-button-prev, .ProductCenter .swiper-button-next {
    position: static;
    margin-top: 120px; }
  .ProductCenter .swiper-container {
    margin: 0 40px; } }

@media (max-width: 575px) {
  .ProductCenter {
    background-size: auto auto; }
    .ProductCenter .swiper-pagination {
      display: block;
      width: 100%;
      position: static;
      margin-top: 20px; }
      .ProductCenter .swiper-pagination .swiper-pagination-bullet {
        margin: 0 3px; }
      .ProductCenter .swiper-pagination .swiper-pagination-bullet-active {
        background: #288e3a; }
  .ProductCenter .content {
    margin-top: 30px; }
  .ProductCenter .swiper-button-prev, .ProductCenter .swiper-button-next {
    display: none; }
  .ProductCenter .swiper-container {
    margin: 0; }
  .ProductCenter .swiper-slide a .img {
    height: auto;
    padding: 30px 20px; }
  .ProductCenter {
    padding-top: 20px;
    padding-bottom: 30px; }
  .ProductCenter .swiper-slide a .text {
    padding: 10px 10px; }
  .ProductCenter .swiper-slide a .text .tit {
    margin-bottom: 10px;
    font-size: 16px; }
  .ProductCenter .headertop .navlist ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .ProductCenter .headertop .navlist ul li:last-child {
      margin-right: 0; } }

.NewsInformation {
  padding: 120px 0;
  padding-bottom: 70px; }
  .NewsInformation .headertop {
    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; }
    .NewsInformation .headertop .title {
      font-size: 36px;
      font-weight: bold;
      color: #288e3a;
      position: relative;
      padding-bottom: 15px; }
      .NewsInformation .headertop .title::after {
        position: absolute;
        width: 60px;
        left: 0;
        bottom: 0;
        height: 3px;
        content: '';
        background: #288e3a; }
    .NewsInformation .headertop .navlist ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .NewsInformation .headertop .navlist ul li {
        padding: 10px 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;
        border: 1px solid #585858;
        margin-right: 10px;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        cursor: pointer; }
        .NewsInformation .headertop .navlist ul li:last-child {
          margin-right: 0; }
        .NewsInformation .headertop .navlist ul li:hover, .NewsInformation .headertop .navlist ul li.active {
          background: #288e3a;
          border: 1px solid #288e3a; }
          .NewsInformation .headertop .navlist ul li:hover .img img:nth-of-type(2), .NewsInformation .headertop .navlist ul li.active .img img:nth-of-type(2) {
            display: none; }
          .NewsInformation .headertop .navlist ul li:hover .img img:nth-of-type(1), .NewsInformation .headertop .navlist ul li.active .img img:nth-of-type(1) {
            display: block; }
          .NewsInformation .headertop .navlist ul li:hover .text, .NewsInformation .headertop .navlist ul li.active .text {
            color: #fff; }
        .NewsInformation .headertop .navlist ul li .img img:nth-of-type(2) {
          display: block; }
        .NewsInformation .headertop .navlist ul li .img img:nth-of-type(1) {
          display: none; }
        .NewsInformation .headertop .navlist ul li .text {
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          color: #585858;
          margin-left: 10px; }
    @media (max-width: 767px) {
      .NewsInformation .headertop {
        -webkit-flex-flow: wrap;
            -ms-flex-flow: wrap;
                flex-flow: wrap; }
        .NewsInformation .headertop .title {
          margin-bottom: 20px; }
        .NewsInformation .headertop .title {
          font-size: 20px; } }
    @media (max-width: 575px) {
      .NewsInformation .headertop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .NewsInformation .headertop .navlist ul li {
          padding: 10px 7px; }
          .NewsInformation .headertop .navlist ul li .img {
            margin-right: 5px; }
            .NewsInformation .headertop .navlist ul li .img img {
              width: 17px; }
          .NewsInformation .headertop .navlist ul li .text {
            font-size: 14px;
            margin-left: 0; }
        .NewsInformation .headertop .navlist ul li {
          margin-right: 4px; } }
  .NewsInformation .content {
    margin-top: 60px; }
    .NewsInformation .content ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
          -ms-flex-flow: wrap;
              flex-flow: wrap; }
      .NewsInformation .content ul li {
        width: 440px;
        margin-right: 40px;
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          .NewsInformation .content ul li:nth-of-type(3n+0) {
            margin-right: 0; } }
        .NewsInformation .content 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; }
          .NewsInformation .content ul li a:hover .img img {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
          .NewsInformation .content ul li a:hover .text .txt .tit {
            color: #288e3a; }
          .NewsInformation .content ul li a:hover .text .date span:nth-of-type(1) {
            -webkit-text-stroke: 1px #288e3a; }
          .NewsInformation .content ul li a:hover .text .date span:nth-of-type(2) {
            -webkit-text-stroke: 1px #288e3a; }
          .NewsInformation .content ul li a .date {
            margin-right: 25px; }
          .NewsInformation .content ul li a .img {
            overflow: hidden; }
            .NewsInformation .content ul li a .img img {
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all; }
          .NewsInformation .content ul li a .text {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            min-width: 0;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            .NewsInformation .content ul li a .text .txt {
              -webkit-box-flex: 1;
              -webkit-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              min-width: 0;
              padding-top: 16px; }
            .NewsInformation .content ul li a .text .date {
              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;
              text-align: center; }
              .NewsInformation .content ul li a .text .date span {
                -webkit-transition: 0.5s ease all;
                transition: 0.5s ease all; }
                .NewsInformation .content ul li a .text .date span:nth-of-type(1) {
                  font-family: 'Impact';
                  color: #888888;
                  font-size: 60px;
                  -webkit-text-stroke: 1px #888888;
                  color: transparent;
                  line-height: 1.4; }
                .NewsInformation .content ul li a .text .date span:nth-of-type(2) {
                  font-family: 'Impact';
                  color: #888888;
                  font-size: 18px;
                  -webkit-text-stroke: 1px #888888;
                  color: transparent; }
            .NewsInformation .content ul li a .text .tit {
              color: #151515;
              font-size: 18px;
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all;
              position: relative;
              padding-bottom: 12px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .NewsInformation .content ul li a .text .tit::after {
                position: absolute;
                width: 37px;
                height: 1px;
                content: '';
                background: #7e7e7e;
                left: 0;
                bottom: 0; }
            .NewsInformation .content ul li a .text .desc {
              font-size: 14px;
              color: #5b5b5b;
              line-height: 1.8;
              margin-top: 10px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden; }

@media (max-width: 1499px) {
  .NewsInformation .content ul li {
    width: 346px; } }

@media (max-width: 1199px) {
  .NewsInformation .content ul li {
    width: 286px; } }

@media (max-width: 991px) {
  .NewsInformation .content ul li {
    width: 330px; }
    .NewsInformation .content ul li:nth-of-type(2n+0) {
      margin-right: 0; } }

@media (max-width: 767px) {
  .NewsInformation .content ul li {
    width: 240px; } }

@media (max-width: 575px) {
  .NewsInformation .headertop .navlist ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .NewsInformation .content ul li {
    width: 100%;
    padding-right: 0px;
    margin-right: 0; }
    .NewsInformation .content ul li:nth-of-type(2n+0) {
      padding-left: 0px;
      padding-right: 0; }
    .NewsInformation .content ul li:nth-of-type(2n+0) {
      margin-right: 0; }
  .NewsInformation .content ul li a .text .date span:nth-of-type(1) {
    font-size: 30px; }
  .NewsInformation .content ul li a .text .date span:nth-of-type(2) {
    font-size: 16px; }
  .NewsInformation .content ul li a .text .date {
    -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;
    margin-right: 15px; }
  .NewsInformation .content ul li a .text .date {
    display: none; }
  .NewsInformation .content ul li a .text .tit {
    font-size: 16px; }
  .NewsInformation .content ul li a .text .txt {
    padding-top: 10px;
    padding-bottom: 5px; }
  .NewsInformation .content ul li {
    margin-bottom: 20px; }
  .NewsInformation .content {
    margin-top: 20px; }
  .NewsInformation {
    padding: 30px 0; } }

.Banner .pc {
  display: block; }
  @media (max-width: 991px) {
    .Banner .pc {
      display: none; } }

@media (max-width: 991px) {
  .Banner {
    height: auto; } }

.Banner .model {
  display: none; }
  @media (max-width: 991px) {
    .Banner .model {
      display: block; } }

.Banner .swiper-container,
.Banner .swiper-wrapper,
.Banner .swiper-slide,
.Banner .swiper-slide .container, .Banner .swiper-slide .container a {
  height: 100%; }

.Banner .swiper-slide a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  display: block; }

.Banner .swiper-container {
  position: relative; }

.Banner .swiper-pagination-fraction, .Banner .swiper-pagination-custom, .Banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px; }
  @media (max-width: 575px) {
    .Banner .swiper-pagination-fraction, .Banner .swiper-pagination-custom, .Banner .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 10px; } }

.Banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px; }

.Banner .other {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 2; }
  .Banner .other::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background: #288e3a;
    content: ''; }
  .Banner .other .container,
  .Banner .other .block {
    height: 100%; }
  .Banner .other .block {
    width: 50%;
    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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .Banner .other .buttoncontainer {
    margin-right: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .Banner .other .swiper-pagination {
    position: static; }
  .Banner .other .swiper-button-prev,
  .Banner .other .swiper-button-next {
    position: static; }
  .Banner .other .rightpage {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    cursor: pointer;
    padding-right: 30px; }
    .Banner .other .rightpage .d {
      width: 1px;
      height: 4px;
      background: #fff;
      margin-top: 10px;
      opacity: .5; }
    .Banner .other .rightpage .sj {
      width: 0;
      height: 0;
      border-width: 3px 3px 0;
      border-style: solid;
      border-color: #fff transparent transparent;
      position: relative;
      margin-top: 5px; }
    .Banner .other .rightpage .mouse {
      transition: all 800ms ease;
      -webkit-transition: all 800ms ease;
      -ms-transform: translateY(40px);
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
      opacity: 0;
      visibility: hidden;
      z-index: 8;
      cursor: pointer;
      opacity: 1;
      visibility: visible;
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -webkit-transition-delay: 1000ms;
      transition-delay: 1000ms; }
      .Banner .other .rightpage .mouse i {
        display: inline-block;
        width: 20px;
        height: 34px;
        border-radius: 20px;
        border: 2px solid #fff;
        position: relative;
        vertical-align: middle; }
        .Banner .other .rightpage .mouse i::after {
          content: "";
          display: block;
          width: 2px;
          height: 7px;
          background: #fff;
          position: absolute;
          top: 7px;
          left: 7px;
          -webkit-animation: mouse 1s linear infinite;
          animation: mouse 1s linear infinite;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          top: -11px; }
  .Banner .other .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.Banner .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  margin: 0 6px;
  position: relative;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all; }
  .Banner .swiper-pagination-bullet::after {
    position: absolute;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    left: -2px;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 3px solid transparent;
    content: '';
    border-radius: 50%; }
  .Banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0; }
    .Banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
      border: 3px solid #fff; }

.Banner .swiper-button-prev,
.Banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/2d9d97cb688e31dd979040ee1250dfc9.png); }

.Banner .swiper-button-next,
.Banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/0ad118ed79a428128fe078a256853d63.png); }

.Banner .swiper-button-prev,
.Banner .swiper-button-next {
  width: 10px;
  height: 17px;
  background-size: cover;
  margin: 0 26px; }

.Banner .swiper-pagination-bullet {
  background: #878585;
  border: 0; }
  .Banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none; }
    .Banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
      border: 3px solid #288e3a; }

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes mouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@media (max-width: 991px) {
  .Banner {
    height: auto; }
  .Banner .other {
    height: 60px; }
  .Banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px; }
  .Banner .swiper-pagination-bullet::after {
    width: 12px;
    height: 12px; }
  .Banner .other .rightpage {
    display: none; } }

@media (max-width: 575px) {
  .Banner .other::before {
    content: none; }
  .Banner .other .buttoncontainer {
    display: none; }
  .Banner .other .block {
    width: 100%;
    text-align: center; }
    .Banner .other .block .swiper-pagination {
      width: 100%; }
  .Banner .other {
    height: 35px; } }

