/* 发展历程 */
.course {
  padding-top: 0.25rem;
  /* 时间线 */
}
.course h2 {
  height: 41px;
  background: url("../images/introduce/course_title.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 0.07rem;
}
.course .time-line {
  position: relative;
  /* 左边 */
  /* 右边 */
  /* 箭头 */
  /* 通用背景 */
}
.course .time-line .time-left {
  padding-top: 0.22rem;
}
.course .time-line .time-left li {
  width: 1.56rem;
  background-color: #fff8a6;
  box-shadow: 0 0 6px #fff8a6;
  border-radius: 0.05rem;
  margin-bottom: 0.945rem;
  padding: 0.125rem 0.13rem 0.085rem;
}
.course .time-line .time-left li:last-child {
  background-color: transparent;
  box-shadow: 0 0 6px transparent;
  margin-bottom: 0;
  padding: 0;
  transform: translateY(-68px);
}
.course .time-line .time-left li:last-child img {
  display: block;
  width: 1.3rem;
}
.course .time-line .time-right li {
  margin-top: 1.17rem;
  width: 1.56rem;
  background-color: #fff8a6;
  box-shadow: 0 0 6px #fff8a6;
  border-radius: 0.05rem;
  padding: 0.125rem 0.13rem 0.085rem;
}
.course .time-line .down-nav {
  position: absolute;
  top: 0;
  left: 48%;
  height: 445px;
  width: 13.5px;
  z-index: 98;
  padding-top: 0.675rem;
}
.course .time-line .down-nav li {
  position: relative;
  z-index: 999;
  margin-bottom: 0.85rem;
  transform: translateX(1px);
}
.course .time-line .down-nav li img {
  display: block;
  width: 13.5px;
  height: 11.5px;
}
.course .time-line .down-nav li:nth-of-type(1) {
  margin-bottom: 0.75rem;
}
.course .time-line .down-nav:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: url("../images/introduce/line.png") no-repeat center center;
  background-size: contain;
}
.course .time-line li p:nth-of-type(1) {
  color: #3f3a39;
  font-size: 18px;
}
.course .time-line li p:nth-of-type(2) {
  color: #454545;
  font-size: 12px;
}
.course .time-line .over {
  background-color: #fff8a6;
  box-shadow: 0 0 6px #fff8a6;
  position: absolute;
  z-index: 98;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.08rem;
  border-radius: 0.05rem;
}
.course .time-line .over p {
  text-align: center;
}
.w-line {
  height: 5px;
  background-color: #eaeaea;
  margin-top: 30px;
  margin-bottom: 34px;
}
/* 团队 */
.team {
  /* 合照 */
}
.team h2 {
  height: 42px;
  background: url("../images/introduce/team_title.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 0.17rem;
}
.team .all-photo img {
  display: block;
  width: 100%;
}
.team .photo-nav li {
  margin-bottom: 0.3rem;
}
.team .photo-nav li img {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=introduce.css.map */