.section-title {
  position: relative;
  color: #595757;
}

.section-title.white {
  color: #fff;
}

.section-title .en {
  font-family: 'Prompt', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 45px;
}

.section-title .zh {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

/* index banner */
.banner {
  overflow: hidden;
}

.banner .swiper-container {
  position: relative;
  margin-top: 90px;
  width: 100%;
  height: 51.5vw;
}

.banner .swiper-fraction {
  position: absolute;
  z-index: 11;
  right: 20px;
  bottom: 40px;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 60px;
  font-family: 'Merriweather', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}

.banner .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #32b25e;
}

.banner .swiper-pagination > span {
  float: left;
  margin: 0 !important;
  border-radius: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s;
  transition: .2s;
}

.banner .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.banner .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 1px;
  height: 8px;
  display: block;
  float: right;
  background-color: rgba(0, 0, 0, 0.6);
}

.banner .swiper-pagination .swiper-pagination-bullet:last-of-type::after {
  display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #32b25e;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 150px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  display: none;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  opacity: 1;
}

.banner .swiper-button-prev {
  left: 0;
}

.banner .swiper-button-prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#1a000000',GradientType=0 );
}

.banner .swiper-button-next {
  right: 0;
}

.banner .swiper-button-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#1a000000',GradientType=0 );
}

.banner .swiper-slide {
  position: relative;
}

.banner .banner-info {
  padding: 15vw 2% 0 2%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#1a000000',GradientType=0 );
  -webkit-transition: .3s;
  transition: .3s;
}

.banner .banner-info .btn {
  margin-top: 3vh;
}

.banner h2, .banner h3 {
  font-family: 'Libre Franklin', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
}

.banner h2 {
  font-size: 60px;
  max-width: 1200px;
  margin: 0 auto 1rem auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 1;
  line-height: 70px;
  max-height: 70px;
}

.banner h3 {
  font-size: 32px;
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 40px;
  max-height: 80px;
}

.banner .btn-arrow {
  padding: 13px 2rem 13px 6rem;
  font-size: 1.5rem;
}

.banner .btn-arrow .icon-arrow {
  float: right;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}

/* index news */
.news {
  position: relative;
  padding: 2vw 0;
}

.news:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-color: #F7F7F7;
}

.news .news-column {
  margin-top: 25px;
}

.news .news-column:hover .imgCover img, .news .news-column:hover .banner .swiper-slide img, .banner .news .news-column:hover .swiper-slide img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news .news-column:first-of-type {
  margin-left: 10vw;
}

.news .news-column.empty {
  width: 10vw;
}

.news .news-column .news-date {
  color: #000;
  font-family: 'Merriweather', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
}

.news .news-column .news-img {
  margin: 10px 0 15px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 16vw;
}

.news .news-column .news-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.news .news-column .news-title {
  margin-bottom: 10px;
  color: #757575;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 22px;
  max-height: 44px;
}

.news .news-swiper-button.swiper-button-next,
.news .news-swiper-button.swiper-button-prev {
  top: 40px;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.news .news-swiper-button.swiper-button-next:after,
.news .news-swiper-button.swiper-button-prev:after {
  display: none;
}

.news .news-swiper-button.swiper-button-next svg,
.news .news-swiper-button.swiper-button-prev svg {
  stroke: #000;
}

.news .news-swiper-button.swiper-button-prev {
  left: initial;
  right: 60px;
}

.news .news-swiper-button.swiper-button-next {
  right: 0;
}

.news .btn-link {
  padding: 0;
  line-height: 18px;
  letter-spacing: 0;
}

.news .btn-link:hover {
  color: #32b25e;
}

.news .btn-link .icon-arrow {
  vertical-align: middle;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  margin-top: -5px;
  margin-left: 15px;
}

/* index products */
.products {
  position: relative;
  padding: 4vw 0;
  background-color: #32b25e;
  background-image: url(../images/index/products-bg-left.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.products .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/products-bg-right.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.products .section-title {
  padding-left: 100px;
}

.products .section-title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/index/products-icon.png) no-repeat center center;
  background-size: 100%;
  width: 85px;
  height: 85px;
}

.products .products-block {
  position: relative;
  padding: 3vw 0 calc(3vw + 55px) 0;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15);
}

.products .products-column {
  position: relative;
  padding-bottom: 1.5vw;
  padding-left: 3vw;
  float: left;
  width: calc(100% / 3 - 10px);
}

.products .products-column .no-child {
  font-size: 1.2rem;
  margin-top: -3px;
  margin-bottom: 8px;
  font-family: 'Libre Franklin', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
}

.products .products-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products .products-column li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 18px;
}

.products .products-column li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #32b25e;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3px;
}

.products .products-column li a {
  display: block;
  color: #595757;
  -webkit-transition: .2s;
  transition: .2s;
}

.products .products-column li a:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  text-decoration: underline;
}

.products .products-column .collapse-tab {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'Libre Franklin', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.2;
  font-size: 1.2rem;
  pointer-events: none;
}

.products .btn-group {
  position: absolute;
  width: 100%;
  bottom: 35px;
}

/* index about */
.about {
  position: relative;
  padding: 4vw 0;
  background-color: #fff;
}

.about:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #F7F7F7;
}

.about .section-title {
  padding-left: 70px;
}

.about .section-title > * {
  position: relative;
}

.about .section-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url(../images/index/about-icon.png) no-repeat center center;
  background-size: 100%;
  width: 110px;
  height: 110px;
}

.about .about-block {
  float: left;
  width: 50%;
}

.about .about-block:nth-of-type(2n) {
  padding-left: 5vw;
}

.about .about-block:nth-of-type(2n-1) {
  padding-right: 5vw;
}

.about .about-swiper {
  margin-bottom: 2rem;
}

.about .about-swiper .swiper-slide {
  margin-right: 2rem;
  width: auto;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
}

.about .about-swiper .swiper-slide:hover, .about .about-swiper .swiper-slide.active {
  color: #f67e62;
}

.about .about-swiper .num {
  font-family: 'Merriweather', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 2px;
}

.about .about-swiper .num::after {
  content: "|";
  display: inline-block;
  margin-left: 5px;
}

.about .about-button-next,
.about .about-button-prev {
  float: right;
  margin-left: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .about-button-next svg,
.about .about-button-prev svg {
  stroke: #000;
}

.about .about-content {
  display: none;
  visibility: hidden;
}

.about .about-content.active {
  display: block;
  visibility: inherit;
}

.about .about-content .title {
  margin-bottom: 1.2rem;
}

.about .about-content h3 {
  margin-top: 0;
  font-family: 'Libre Franklin', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.2;
  font-size: 1.6rem;
}

.about .about-content p {
  margin-bottom: 10px;
}

.about .about-content .btn-arrow {
  margin-top: 2rem;
  padding-right: 2rem;
}

.about .about-content .btn-arrow .icon-arrow {
  float: right;
}

.about .about-pic {
  position: relative;
}

.about .about-pic .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* index contact */
.contact {
  position: relative;
  padding: 3vw 0;
  color: #fff;
  background-image: url(../images/index/contact-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.contact .section-title {
  margin-bottom: 3rem;
}

.contact .section-title::before {
  content: "";
  position: absolute;
  background-color: #32b25e;
  width: 40px;
  height: 1px;
  bottom: -10px;
  left: calc(50% - 20px);
}

.contact h3,
.contact h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: 'Libre Franklin', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.2;
}

.contact h3 {
  font-size: 1.6rem;
}

.contact h6 {
  font-size: 1rem;
}

.contact .btn-group {
  margin-top: 2rem;
}

.contact .btn-lg {
  padding: .6rem 9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn .icon {
  display: inline-block;
  vertical-align: middle;
}

.btn .icon.more {
  margin-left: 7px;
  background: url(../images/index/icon-more.svg) center center no-repeat;
  background-size: 100%;
  width: 22px;
  height: 30px;
}

.btn .icon.mail {
  margin-left: 10px;
  background: url(../images/index/icon-mail.svg) center center no-repeat;
  background-size: 100%;
  width: 25px;
  height: 30px;
}

@media (max-width: 1266px) {
  .banner .swiper-container {
    margin-top: 80px;
  }
  .banner h2, .banner h3 {
    width: 80%;
  }
  .container {
    width: 90vw;
    padding: 0;
  }
  .news .news-swiper {
    width: 90vw;
  }
  .news .news-column:first-of-type {
    margin-left: 0;
  }
  .news .news-column.news-column.empty {
    display: none;
  }
  .news .news-column .news-img {
    height: 14.5vw;
  }
  .about .section-title {
    padding-left: 70px;
    margin: 25px 0;
  }
  .about .section-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/index/about-icon.png) no-repeat center center;
    background-size: 100%;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 1024px) {
  .banner .banner-info {
    padding-top: 13vw;
  }
  .banner .swiper-container {
    margin-top: 70px;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner h2 {
    font-size: 3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 50px;
    max-height: 50px;
  }
  .banner h3 {
    font-size: 1.5rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 30px;
    max-height: 60px;
  }
  .banner .btn-arrow {
    padding: 0 15px 0 30px;
    line-height: 40px;
    font-size: 16px;
  }
  .banner .btn-arrow .icon-arrow {
    margin-left: 35px;
    margin-top: 5px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .banner .swiper-fraction {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .news .news-column .news-img {
    height: 21vw;
  }
  .products .btn-group {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title .en {
    font-size: 30px;
  }
  .banner .swiper-fraction {
    right: 15px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .banner h2 {
    font-size: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 35px;
    max-height: 35px;
  }
  .banner h3 {
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
  }
  .banner h2, .banner h3 {
    margin-bottom: 10px;
    width: 90%;
  }
  .banner .banner-info .btn {
    margin-top: 10px;
  }
  .banner .btn-arrow {
    font-size: 15px;
  }
  .container {
    width: 94%;
  }
  .news .news-swiper {
    width: 94%;
  }
  .news .news-column .news-img {
    height: 32.5vw;
  }
  .products .container {
    padding-left: 2%;
  }
  .products .products-block {
    padding-top: 30px;
  }
  .products .products-column {
    width: 49.5%;
  }
  .products .products-column .no-child {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .products .btn-group {
    bottom: 20px;
  }
  .about .container {
    width: 100%;
  }
  .about::before {
    display: none;
  }
  .about .about-pic {
    max-width: 400px;
    margin: 0 auto;
  }
  .about .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about .about-swiper .swiper-slide {
    margin: 0 10px;
  }
  .about .about-button-next,
  .about .about-button-prev {
    display: none;
  }
  .about .about-block {
    width: 100%;
    padding: 0 5vw 3vw 5vw;
  }
  .about .about-block:nth-of-type(2n) {
    padding: 10px 5% 30px 5%;
    text-align: center;
  }
  .about .about-content .title {
    display: none;
  }
  .products .section-title {
    padding-left: 80px;
  }
  .products .section-title::before {
    width: 70px;
    height: 70px;
  }
  .about .section-title {
    width: 190px;
    padding-left: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .section-title::before {
    width: 80px;
    height: 80px;
  }
  .contact {
    padding: 25px 0;
    background-attachment: initial;
    background-size: cover;
  }
}

@media (max-width: 567px) {
  .banner .banner-info {
    padding-top: 9vw;
  }
  .banner .swiper-container {
    margin-top: 55px;
  }
  .banner .swiper-pagination {
    height: 5px;
  }
  .banner h2 {
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 30px;
    max-height: 30px;
  }
  .banner h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
  }
  .banner .btn-arrow {
    padding: 0 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .banner .btn-arrow .icon-arrow {
    display: none;
  }
  .products .products-block {
    padding-top: 15px;
    height: auto !important;
  }
  .products .products-column {
    margin: 0 0 0 3%;
    padding-left: 0;
    width: 94%;
    display: block;
    border-top: 1px dashed #e6e6e6;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .products .products-column .no-child {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .products .products-column:first-of-type {
    border-top: none;
  }
  .products .products-column .collapse-tab {
    position: relative;
    padding: 16px 0 8px 0;
    margin-bottom: 0;
    cursor: pointer;
    pointer-events: initial;
    font-size: 15px;
  }
  .products .products-column .collapse-tab.active {
    padding-bottom: 5px;
  }
  .products .products-column .collapse-tab.active span {
    background-color: #ccc;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .products .products-column .collapse-tab span {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #32b25e;
    background-image: url(../images/primary/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .products .products-column .collapse-tab.active + ul {
    margin-bottom: 10px;
  }
  .products .products-column ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
  }
  .products .products-column li {
    padding-left: 15px;
  }
  .products .products-column li::before {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 22px;
  }
  .section-title .en {
    font-size: 26px;
  }
  .section-title.style2 {
    font-size: 26px;
  }
  .banner h2, .banner h3 {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 18px;
    max-height: 18px;
  }
  .banner .swiper-pagination {
    height: 3px;
  }
  .banner .swiper-fraction {
    border: none;
    right: 5px;
    bottom: 5px;
    background: none;
  }
  .banner .banner .btn-arrow {
    padding: 0px 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .news .news-row {
    margin-top: 1rem;
  }
  .news .news-swiper-button.swiper-button-next,
  .news .news-swiper-button.swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .news .news-swiper-button.swiper-button-next svg,
  .news .news-swiper-button.swiper-button-prev svg {
    width: 15px;
  }
  .news .news-swiper-button.swiper-button-prev {
    right: 50px;
  }
  .about .about-swiper {
    margin-top: 1rem;
  }
  .about .about-content .btn-arrow {
    padding-right: 10px;
  }
  .about .about-button-next,
  .about .about-button-prev {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .about .about-button-next svg,
  .about .about-button-prev svg {
    width: 15px;
  }
  .contact .btn-lg {
    padding: 0 5rem;
  }
  .contact .section-title {
    margin-bottom: 2rem;
  }
  .btn .icon.mail {
    width: 25px;
    height: 40px;
  }
}

@media (max-width: 325px) {
  .news .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .news .news-swiper-button {
    display: none;
  }
}
