.page {
  position: relative;
  width: 100%;
  min-width: 1400px;
  height: auto;
  overflow: hidden;
}

.box_1 {
  position: relative;
  width: 100%;
  min-width: 1400px;
  height: 100vh;
  overflow: hidden;
}

.bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.bg-slide.active {
  opacity: 1;
}

.box_2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px 86px 0 86px;
  margin: 0;
}

.image_1 {
  width: 220px;
  height: 67px;
}

.text_1 {
  width: auto;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 67px;
  margin-left: 60px;
}

.text_1 a {
  color: inherit;
  text-decoration: none;
  margin-right: 45px;
  transition: opacity 0.3s ease;
}

.text_1 a:last-child {
  margin-right: 0;
}

.text_1 a:hover {
  opacity: 0.7;
}

.text-wrapper_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.text_2 {
  width: auto;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  font-family: Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 56px;
  margin: 0;
}
