.company-intro-root {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company-intro-root .container {
  width: 1200px;
  padding: 50px 0;
}
.company-intro-root .container .title {
  padding: 40px 0;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #0a005a;
  width: 250px;
}
.company-intro-root .container .content .high-light {
  color: #e46700;
  font-size: 18px;
}
.company-intro-root .container .img-container {
  height: 450px;
  padding-top: 150px;
  margin-bottom: 100px;
  position: relative;
}
.company-intro-root .container .img-container .line-row {
  position: absolute;
  display: flex;
  color: black;
  top: 60px;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.company-intro-root .container .img-container .line-row .line {
  height: 1px;
  width: 600px;
  background-color: black;
}
.company-intro-root .container .img-container .img-row {
  height: 300px;
  display: flex;
}
.company-intro-root .container .img-container .img-row .img-box {
  position: relative;
  height: 299px;
  width: 763px;
}
.company-intro-root .container .img-container .img-row .img-box img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-intro-root .container .img-container .img-row .img-box.img-box::after {
  content: "";
  height: 299px;
  width: 763px;
  position: absolute;
  left: -25px;
  bottom: -25px;
  box-shadow: -7px 11px 11px 2px #ddd;
}
.company-intro-root .container .img-container .img-row .year-box {
  color: white;
  height: 299px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #e77d26;
  flex: 1;
}
.company-intro-root .container .img-container .img-row .year-box .year {
  font-size: 80px;
  line-height: 90px;
  font-weight: bold;
}

/*# sourceMappingURL=intro.css.map */
