.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.banner .w-1200 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 50;
}

.banner .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-border-radius: 20px;
  overflow-wrap: break-word;
  padding: 0px;
  border-color: transparent;
  border-width: 0px;
  padding: 80px 100px;
  display: block;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 50;
}

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.good-btn,
.news-btn {
  width: 101px;
  height: 40px;
  line-height: 40px;
  color: rgba(72,129,212,1);
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(46, 103, 186, 1);
}

.good-btn:hover,
.news-btn:hover {
  color: #0c418f;
  background-color: #fff;
}

.good-item {
  display: block;
  border-color: #eee;
}

.good-item:hover {
  border-color: #0c418f;
}

.about-btn {
  display: block;
  width: 150px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background-color: rgba(12, 65, 143, 1);
}

.about-btn:hover {
  color: #0c418f;
  background-color: #fff;
}

.news-list-item a {
  color: #333;
}

.news-list-item:hover a {
  color: #0c418f;
}