.swiper {
  margin-top: 100px;
  width: 100%;
  height: 700px;
  background-size: cover;
  position: relative;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #465C31;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-active-switch {
  width: 24px;
  height: 8px;
  background: #465C31;
}

.main_banner_one {
  background: url('../image/index/banner1.jpg') no-repeat center center;;
  /*center center;
  background-size: 100% 100%;
  background-attachment: fixed;*/
}

.main_banner_two {
  background: url('../image/index/banner2.jpg') no-repeat center center;;
  /*center center;
  background-size: 100% 100%;
  background-attachment: fixed;*/
}

.banner-text {
  margin-top: 255px;
  font-size: 60px;
  font-family: 'BOLD';
}

.banner-box1 {
  color: #fff;
}

.banner-box2 {
  color: #000;
}

.banner-line {
  width: 70px;
  height: 4px;
  margin: 20px 0;
}

.banner-line-1 {
  border-top: 4px solid #fff;
}

.banner-line-2 {
  border-top: 4px solid #c3282a;
}

.banner-2 {
  margin-top: 10px;
}

.swiper-container {
  width: 100%;
  height: 280px;
}

.swiper-container>.swiper-wrapper>.news {
  margin-right: 20px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 10px 20px 0px rgba(204, 204, 204, 0.5);
  border-radius: 24px;
  box-sizing: border-box;
  width: 100%;
}