.year-scale-box {
  display: flex;
  width: 100%;
  height: 40rem;
  align-items: center;
  margin-top: 90rem;
}
.year-scale-box .line-box {
  position: relative;
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  border-right: 1rem solid #D8D8D8;
  height: 100%;
  justify-content: space-between;
  padding: 0 6rem;
}
.year-scale-box .line-box .line {
  height: 13rem;
  width: 1rem;
  background-color: #D8D8D8;
}
.year-scale-box .line-box .right-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
}
.year-scale-box .line-box .year {
  position: absolute;
  right: -20rem;
  bottom: -30rem;
  width: 40rem;
  text-align: center;
  height: 26rem;
  font-weight: 400;
  font-size: 18rem;
  color: #869198;
  line-height: 26rem;
}
.year-scale-box .line-box .year-active {
  color: #2B2B36;
  font-weight: 500;
}
.year-scale-box .line-active {
  border-right: 1rem solid #2B2B36;
}
.year-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/fzlc-bg.png) repeat-x left 20px;
  padding-top: 30px;
  border: 1px solid red;
}
.year-box .scroller {
  width: 3103px;
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 0ms;
  transform: translate(0px, 0px) translateZ(0px);
  overflow-x: auto;
}
.year-box .clearfix {
  width: 100%;
  height: 47px;
  display: flex;
}
.year-box .clearfix li {
  position: relative;
  font-size: 20px;
  color: #666;
  line-height: 47px;
  min-width: 100px;
  cursor: pointer;
}
.development-content {
  position: relative;
  margin-top: 122rem;
  display: flex;
  margin-bottom: 182rem;
}
.development-content .development-box {
  position: relative;
  height: 412rem;
  flex: 0 0 550rem;
  overflow: hidden;
  margin-right: 23rem;
  border: 1px solid red;
}
.development-content .development-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid red;
}
.development-content .development-img img {
  width: 100%;
}
.development-content .development-year {
  position: relative;
  font-weight: 500;
  font-size: 34rem;
  color: #2B2B36;
  line-height: 49rem;
  margin-bottom: 29rem;
}
.development-content .development-year span {
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 60rem;
  height: 4rem;
  background-color: #196EEE;
}
.development-content .development-des {
  font-weight: 400;
  font-size: 16rem;
  color: #4B5879;
  line-height: 23rem;
}
.development-content .paging-icon {
  position: absolute;
  top: 50%;
  margin-top: -22.5rem;
  width: 45rem;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23rem;
  color: #2B2B36;
  border: 1rem solid #2B2B36;
  cursor: pointer;
}
.development-content .pro {
  left: -65rem;
}
.development-content .next {
  right: -65rem;
}
.development-content .paging-active {
  color: #2B2B36;
  border: 1rem solid #2B2B36;
  cursor: pointer;
}
.scroll-container {
  display: flex;
  overflow-x: auto;
  cursor: grab;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  background: url(../images/fzlc-bg.png) repeat-x left 20px;
  padding-top: 30px;
  margin-top: 50px;
}
.scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}
.scroll-container:active {
  cursor: grabbing;
}
.number-item {
  position: relative;
  flex: 0 0 100rem;
  font-size: 18rem;
  color: #869198;
  margin: 20rem 0;
}
.number-item span {
  width: 15px;
  height: 15px;
  border: solid 2px #d7392e;
  position: absolute;
  left: 10px;
  top: -30px;
  border-radius: 18px;
}
.number-item span::after {
  width: 6px;
  height: 6px;
  border-radius: 12px;
  background-color: #d7392e;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.number-item-active {
  color: #d7392e;
}
.carousel {
  flex: 0 0 550rem;
  height: 412rem;
  overflow: hidden;
  position: relative;
  margin-right: 23rem;
}
.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-item {
  min-width: 100%;
  height: 400px;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
  border: none;
}
.prev {
  left: 0;
}
.img-next {
  right: 0;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.indicator.active {
  background: white;
}
.new-history .history-row {
  display: flex;
  align-items: center;
  margin-bottom: 30rem;
}
.new-history .history-row .history-img {
  flex: 0 0 550rem;
  height: 413rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.new-history .history-row .history-img img {
  width: 100%;
}
.new-history .history-row .order-0 {
  order: 0;
}
.new-history .history-row .order-1 {
  order: 1;
}
.new-history .history-row .box-width {
  flex: 0 0 550rem;
  margin-right: 65rem;
}
.new-history .history-row .history-title {
  font-weight: 500;
  font-size: 34rem;
  color: #2B2B36;
  line-height: 49rem;
}
.new-history .history-row .history-content {
  font-weight: 400;
  font-size: 16px;
  color: #4B5879;
  line-height: 22px;
}
.new-history .history-row :first-child {
  margin-right: 65rem;
}
/*# sourceMappingURL=development-history.css.map */