@charset "UTF-8";
.carousel {
  margin-bottom: 0;
}
.carousel .carousel-inner {
  z-index: 1;
}
.carousel::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.carousel-indicators {
  z-index: 11 !important;
}

.carousel-caption {
  z-index: 10;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.carousel-item {
  height: 32rem;
}

.carousel-item .container {
  max-width: 100% !important;
}

.carousel-slide-image {
  height: 32rem;
  width: 100% !important;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 11;
}

.introduce {
  align-items: center;
  flex-direction: row;
  height: 100vh;
  overflow: hidden;
  background-color: #fafafa;
}
.introduce .infos {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 75%;
}
.introduce .infos > * {
  display: flex;
  flex-direction: column;
}
.introduce .infos .info-label {
  font-size: 3rem;
  font-weight: 600;
  white-space: nowrap;
  /* 后缀 */
}
.introduce .infos .info-label::after {
  content: var(--suffix);
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  transform: translateY(-0.25rem);
}
.introduce .detail {
  margin: 24px 0;
  padding-top: 24px;
  border-top: 1px solid #999999;
  letter-spacing: 1px;
  color: #797979;
}

.btn {
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem;
}

.news {
  padding: 100px 160px;
}
.news .news_content {
  width: 100%;
  padding: 64px 0;
}
.news .news_img,
.news .news_item {
  display: inline-flex;
  align-items: center;
  width: 49.5%;
  color: #797979;
  text-decoration: none;
  cursor: pointer;
}
.news .news_img {
  float: left;
  height: 480px;
  overflow: hidden;
  padding-right: 32px;
}
.news .news_img img {
  width: 100%;
}
.news .news_item {
  padding: 16px 0 16px;
}
.news .news_item:not(:nth-child(2)) {
  border-top: 1px solid #eeeeee;
}

.industry {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-image: url("../image/index_industry.png");
  background-position: center top;
}
.industry:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.industry > * {
  z-index: 2;
}
.industry .title {
  padding: 10vh 0 5vh 0;
  color: white;
  text-align: center;
}
.industry .types {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: white;
}
.industry .types > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: calc(100% / 3);
  text-align: left;
}
.industry .types > * > * {
  width: 100px;
  white-space: nowrap;
}
.industry .types > * img {
  width: 1.5rem;
  margin-top: 1rem;
}
