.page_banner .head {
  max-width: unset;
  padding-bottom: 1.9%;
}
.page_banner p {
  max-width: 59.6rem;
  margin-top: 2.6rem;
}
.page_banner .btn_line {
  margin-top: 2.6rem;
}
.industry_started {
  overflow: hidden;
  padding: 8.2rem 0 6.7rem;
}
.industry_started .flex {
  gap: 0 2rem;
  position: relative;
}
.industry_started .flex::before {
  width: 1px;
  height: 87%;
  background-color: var(--theme_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: '';
}
.industry_started strong {
  width: 100%;
}
.industry_started h2 {
  width: 35.069444%;
}
.industry_started .desc {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--content_color);
  width: 39.58333%;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.industry_started p {
  margin-top: 2.8rem;
}
.industry_started p:first-child {
  margin-top: 0;
}
.page_nav .nav_list {
  gap: 2rem;
  justify-content: space-between;
}
.industry_intro {
  overflow: hidden;
  background-color: var(--bg_color) !important;
  padding: 10rem 0 6rem;
}
.industry_intro h2 {
  font-size: 4.6rem;
}
.industry_intro .right {
  flex: 1;
  max-width: 72.8rem;
}
.industry_intro .right h3 {
  font-size: 2.2rem;
  line-height: 3.4rem;
  font-weight: 600;
  opacity: 0.74;
  margin-bottom: 1.8rem;
}
.industry_intro p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--content_color);
  margin-top: 0.4rem;
}
.industry_intro .img {
  width: 100%;
  border-radius: 1.4rem;
  margin-top: 6.4rem;
}
.industry_intro .img:hover img {
  transform: scale(1.02);
}
.industry_intro .main {
  position: relative;
  margin-top: 5.1rem;
}
.industry_intro .main > div {
  display: grid;
  grid-template-columns: 40.97222% 42.083333%;
  justify-content: space-between;
  gap: 2rem;
}
.industry_intro .main::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #c6c6c6;
  transform: translateX(-50%);
}
.industry_intro .slide_obj {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--content_color);
  padding-bottom: 3.4rem;
}
.industry_intro .slide_obj h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 600;
  color: var(--title_color);
  margin-bottom: 1.7rem;
}
.industry_intro .slide_obj p {
  margin: 0 0 2.8rem;
}
.industry_intro .slide_obj p:last-child {
  margin-bottom: 0;
}
.industry_intro .slide_obj ul li {
  position: relative;
  padding-left: 3rem;
}
.industry_intro .slide_obj ul li::before {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.industry_intro p.center:has(.btn_line) {
  margin-top: 4.4rem;
}
.industry_intro p.center:has(.btn_line) .btn_line {
  padding: 1.55rem 4.1rem;
}
.industry_intro .desc {
  font-size: 2.4rem;
  line-height: 3.6rem;
  max-width: 77.2rem;
  text-align: center;
  margin: 5.5rem auto 0;
}
.industry_intro:nth-child(odd) {
  background-color: transparent;
  padding: 8.9rem 0 10rem;
}
.industry_intro:nth-child(odd) .img {
  margin-top: 7.2rem;
}

.industry_intro.section_reverse {
  background-color: transparent !important;
  padding: 8.9rem 0 10rem;
}
.industry_intro.section_reverse .img {
  margin-top: 7.2rem;
}

.industry_partner {
  background: url("../img/industry-bg1.jpg") no-repeat center / cover;
  padding: 12.2rem 0 40rem;
  margin-bottom: -40.8rem;
}
.industry_partner .flex {
  min-height: 90.2rem;
}
.industry_partner .head {
  max-width: 74.9rem;
  margin: 0 auto;
}
.industry_partner h2 {
  font-size: 4.6rem;
}
.industry_partner p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--content_color);
  margin-top: 2.6rem;
}
/*# sourceMappingURL=industry.css.map */