body {
  background: url("../../../../images/mainbg.jpg") no-repeat, url("../../../../images/bg2.png") no-repeat, url("../../../../images/bg3.png") no-repeat;
  background-size: 95%, 1400px 45%, 350px;
  background-position: 0% -30%, 150% 100%, 4% 56%;
}

.information {
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}
.information .info_tit {
  color: #fff;
  font-size: 550%;
  padding-left: 1em;
  letter-spacing: 2px;
}
.information .vw-100 {
  margin-top: -60px;
}

.banner-Swiper {
  overflow: hidden;
}
.banner-Swiper .swiper-slide {
  border-radius: 80px 0 240px 0;
  overflow: hidden;
  box-shadow: 0 12px 13px rgba(0, 0, 0, 0);
  max-width: 100%;
}
.banner-Swiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.banner-Swiper .swiper-slide h2 {
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  max-width: 650px;
  right: 7%;
  top: 67%;
  transform: translateY(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-shadow: 0px 0px 10px rgba(75, 75, 75, 0.8);
}
.banner-Swiper .swiper-slide h2 p {
  font-size: 2rem;
}
.banner-Swiper .swiper-pagination {
  width: auto;
  right: 16%;
  bottom: 10px;
  left: auto;
}
.banner-Swiper .swiper-pagination span {
  width: 20px;
  height: 20px;
  border: 1px solid #fd8508;
  background: #fff;
  opacity: 1;
  margin: 0 0.5rem !important;
}
.banner-Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fd8508;
}

.news-Swiper {
  overflow: initial;
  padding: 1rem 0;
  position: relative;
  margin-bottom: 1rem;
}
.news-Swiper .card-img-top {
  padding-bottom: 85%;
}
.news-Swiper .swiper-slide {
  max-width: 350px;
}
.news-Swiper .swiper-button-next, .news-Swiper .swiper-button-prev {
  background: #317EE0;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.9;
  top: 50%;
  transform: translateY(-50%);
}
.news-Swiper .swiper-button-next.swiper-button-disabled, .news-Swiper .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.news-Swiper .swiper-button-next::after, .news-Swiper .swiper-button-prev::after {
  font-size: 2rem;
}
.news-Swiper .swiper-button-next {
  right: 320px;
}

.news {
  margin: 3rem 0;
  position: relative;
  overflow-x: hidden;
}
.news .news_block {
  box-shadow: 0px 0px 10px rgba(180, 180, 180, 0.2);
  border-radius: 30px;
  margin: 2%;
  max-width: 45%;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .news .news_block {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .news .news_block {
    max-width: 95%;
  }
}
.news .news_tags {
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  padding: 0.5rem 3rem;
  font-size: 1.3rem;
  font-weight: bold;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news_tags img {
  margin-right: 10px;
  max-width: 35px;
}
.news .news_tags .icon-white {
  display: none;
}
.news .news-list {
  font-weight: bold;
  margin-top: 0.5rem;
}
.news .news-list .row {
  padding: 1rem 0.5rem;
  font-size: 1.1rem;
  border-bottom: 1px solid #D9D9D9;
  align-items: center;
}
.news .arrow-hover a span {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5px;
}

.fast_link {
  margin-bottom: 4vh;
}
.fast_link a {
  width: 90%;
  max-width: 600px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(180, 180, 180, 0.568627451);
  border-radius: 20px;
  border: 5px solid #fd8508;
  transition: all 0.5s;
}
.fast_link a:hover {
  border-color: #02CFBC;
  box-shadow: none;
  transform: translateY(5px);
  transition: all 0.5s;
}/*# sourceMappingURL=index.css.map */