.about-us.bg_EF {
  background: #EFEFEF;
}
.about-us .card1 {
  min-height: 648px;
  background-image: url("../img/about-us/card1-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 30px 143px;
  justify-content: flex-end;
  flex-direction: column;
}
.about-us .card1 .card1-title-box {
  flex-direction: column;
}
.about-us .card1 .card1-title-box .el-divider {
  width: 315px;
  height: 8px;
  background: #EFEFEF;
  border-radius: 18px;
  margin: 35px 0;
}
.about-us .card1 .card1-title-box p {
  font-weight: bold;
  color: #EFEFEF;
}
.about-us .card1 .card1-title-box p:first-child {
  font-size: 58px;
}
.about-us .card1 .card1-title-box p:last-child {
  font-size: 36px;
}
.about-us .card1 .card1-menu {
  margin-top: 80px;
}
.about-us .card1 .card1-menu .card1-menu-item {
  display: flex;
  align-items: center;
  min-width: 230px !important;
}
.about-us .card1 .card1-menu .card1-menu-item img {
  height: 22px;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  margin-left: auto;
  margin-right: auto;
}
.about-us .card1 .card1-menu .card1-menu-item.active img {
  height: 40px;
  top: 4px;
}
.about-us .about-us-row {
  margin-top: 50px;
}
.about-us .about-us-row .label {
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.about-us .about-us-row .label:before {
  content: "";
  width: 10px;
  height: 80%;
  background: #3190FF;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}
.about-us .about-us-row .content p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.about-us .company-brief-box .introduce-content {
  min-height: 500px;
  background: #fff;
  padding: 100px 150px 50px 150px;
}
.about-us .company-brief-box .introduce-content .company-introduce .company-title {
  font-size: 40px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.about-us .company-brief-box .introduce-content .company-introduce .company-introduce-content {
  font-size: 18px;
  font-weight: 400;
}
.about-us .company-brief-box .introduce-content .company-introduce .company-introduce-content p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.about-us .company-brief-box .development-history {
  min-height: 800px;
  background-image: url("../img/about-us/development-history-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.about-us .company-brief-box .development-history .label {
  font-size: 36px;
  font-weight: 800;
  color: #333333;
}
.about-us .company-brief-box .development-history .describe {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin: 20px 0 48px 0;
}
.about-us .company-brief-box .development-history .logo {
  padding-bottom: 50px;
  position: relative;
}
.about-us .company-brief-box .development-history .logo:before {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  border-left: 1px solid #666;
  left: 50%;
  bottom: 0;
  transform: translateX(50%);
}
.about-us .company-brief-box .development-history .logo img {
  height: 190px;
  position: relative;
}
.about-us .company-brief-box .development-history .el-timeline {
  width: 50%;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item {
  left: 50%;
  transform: translateX(-5px);
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item.left .el-timeline-item__wrapper {
  left: -100%;
  text-align: right;
  padding: 0 80px 0 50px;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item.left .el-timeline-item__wrapper:after {
  right: 4px;
  left: initial;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: block;
  height: 78px;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item .el-timeline-item__tail {
  border-left: 1px solid #666666 !important;
  left: 6px !important;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item .el-timeline-item__node {
  background-color: #8E63D6;
  border-color: #8E63D6;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item .el-timeline-item__wrapper {
  padding: 0 50px 0 80px;
  top: -25px;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item .el-timeline-item__wrapper:after {
  content: "";
  width: 60px;
  height: 1px;
  border-top: 1px dashed #999;
  position: absolute;
  left: 16px;
  top: 31px;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item .el-timeline-item__wrapper .date {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item .el-timeline-item__wrapper .date span {
  padding-left: 10px;
}
.about-us .company-brief-box .development-history .el-timeline .el-timeline-item .el-timeline-item__wrapper .describe {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.about-us .contact-us-box {
  margin: auto 150px;
}
.about-us .contact-us-box .contact-us-content {
  min-height: 600px;
  background: #fff;
  padding: 50px 90px;
  box-sizing: border-box;
}
.about-us .contact-us-box .site {
  height: 500px;
  background: #fff;
  display: flex;
  justify-content: center;
}
.about-us .contact-us-box .site img {
  max-width: 100%;
  height: 100%;
}

/*# sourceMappingURL=about-us.css.map */
