* {
  margin: 0;
  padding: 0;
}

.history_main {
  width: 100%;
  background-image: url(../images/history_bg.png);
  background-size: cover;
  padding: 59px 0 73px;
}

.history_title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 39px;
  color: #333333;
  text-align: center;
}

.history_text1 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 21px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}

.history_line {
  width: 39px;
  height: 4px;
  background: #333333;
  margin: 15px auto 0;
}

.history_content {
  width: 100%;
  max-width: 1400px;
  margin: 63px auto 0;
  position: relative;
}

.history_swiper {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.history_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  position: relative;
}

.history_swiper .swiper-slide:nth-child(even) {
  flex-direction: row-reverse;
}

.history_swiper .year {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  padding-right: 25px;
  text-align: right;
  flex: 1;
}

.history_swiper .point {
  width: 41px;
  height: 41px;
  background-color: rgba(225, 225, 225, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
  top: 0;
}

.history_swiper .point::after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: rgba(194, 194, 194, 1);
  border-radius: 50%;
  transition: all 0.6s;
}

.history_swiper .swiper-slide:hover .point {
  background-color: rgba(249, 237, 184, 1);
}

.history_swiper .swiper-slide:hover .point::after {
  background-color: rgba(224, 202, 117, 1);
}

.history_swiper .ind {
  padding-left: 104px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.history_swiper .ind > img {
  width: 280px;
  height: 162px;
}

.history_swiper .ind > p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 20px;
  color: #333333;
  margin-top: 15px;
}

.history_swiper .swiper-slide:nth-child(even) .ind {
  padding-left: 0;
  padding-right: 37px;
  align-items: flex-end;
}

.history_swiper .swiper-slide:nth-child(even) .ind>p{
  text-align: right;
}

.history_swiper .swiper-slide:nth-child(even) .year {
  padding-right: 0;
  padding-left: 42px;
  text-align: left;
}

.swiper_line {
  width: 1px;
  height: 100%;
  background: #333333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.his_prev,
.his_next {
  width: 40px;
  height: 40px;
  margin: 0 auto 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: all 0.6s;
}

.his_next {
  margin: 31px auto 0;
}
.his_next > svg,
.his_prev > svg {
  display: block;
  width: 19px;
}

.his_next > svg {
  transform: rotate(180deg);
}

.his_prev:hover,
.his_next:hover {
  background-color: rgba(224, 202, 117, 1);
}

/* 关于我们 */

.company_list {
  display: flex;
  column-gap: 1.2%;
  row-gap: 20px;
  flex-wrap: wrap;
}

.company_item {
  width: 19%;
  height: 186px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  padding: 17px 7px 0 16px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.company_item:hover {
  background: #fbf7eb;
  box-shadow: 0px 0px 10px 1px rgba(202, 158, 3, 0.1);
  border: 1px solid #e8e3d3;
}

.company_icon > img {
  width: 30px;
  display: block;
}

.company_item > .company_text1 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.83vw;
  color: #333333;
  margin-top: 10px;
}

.company_position {
  position: absolute;
  right: 16px;
  bottom: 19px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.company_text1 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 16px;
  color: #ca9e03;
}

.company_position > img {
  width: 16px;
  display: block;
}

.company_text2 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.72vw;
  color: #333333;
  margin-top: 9px;
}

.timeline {
  width: 100%;
  display: flex;
  margin-top: 84px;
  justify-content: space-between;
  position: relative;
}

.timeline-prev,
.timeline-next {
  width: 58px;
  cursor: pointer;
}

.timeline-prev > img,
.timeline-next > img {
  width: 100%;
  display: block;
}

.timeline-next > img {
  transform: rotate(180deg);
}

.timeline-swiper {
  width: 1100px;
  overflow: hidden;
}

.timeline-swiper .swiper-slide {
  height: 133px;
  cursor: pointer;
}

.timeline-swiper .swiper-slide > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  text-align: center;
}

.timeline-swiper .cir {
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: 3px solid #707070;
  margin: 31px auto 0;
  border-radius: 50%;
}
.timeline-swiper .marker {
  width: 46px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  display: none;
}

.timeline .line {
  width: 100%;
  height: 2px;
  background-color: rgba(112, 112, 112, 1);
  position: absolute;
  left: 0;
  bottom: 36px;
}

.timeline-swiper .swiper-slide-thumb-active > p {
  font-size: 42px;
  color: #e0ca75;
  margin-top: -10px;
}

.timeline-swiper .swiper-slide-thumb-active .cir {
  display: none;
}

.timeline-swiper .swiper-slide-thumb-active .marker {
  display: block;
}

.time-content {
  width: 100%;
  margin-top: 90px;
  overflow: hidden;
}

.time-content .swiper-slide {
  display: flex;
  padding-left: 7%;
  justify-content: space-between;
  box-sizing: border-box;
}

#c_effect_049-1655112016968 .e_container-2 {
  display: block;
}

.time-content .left-img {
  flex: 0 0 37%;
  height: 100%;
}

.time-content .left-img > img {
  width: 100%;
}

.time-content .right-text {
  flex: 0 0 48.6%;
}

.time-content .right-text .time {
  font-family: Bahnschrift, Bahnschrift;
  font-weight: 300;
  font-size: 100px;
  color: #e0ca75;
  line-height: 1em;
}

.time-content .right-text .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-top: 30px;
}


