/*发展历程*/
.history{
  position: relative;
  background: url(../img/about/develop_bg.png) no-repeat top center; 
  background-size: cover;
}
.history-top .history_con{
  width: 47vw;
  height: auto ;
  padding: 8%;
  background: rgba(53,53,53,0.06);
  margin: 0 auto;
}
.fanZhan .swiperBtn{
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.fanZhan .swiperBtn .icon{
  color: rgba(0,0,0,1);;
}
.fanZhan .next{
  right: -100px;
}
.fanZhan .prev{
  left: -100px;
}
.history-thumbs .yuan{ width: 48px; height: 48px;}
.history-thumbs .yuan i{ display: block; width:37.5%  ; height: 37.5%; cursor: pointer;}
.history-thumbs .yuan::after{ width: 100%; transform: scale(0); transition: all .36s; height: 100%; position: absolute; left: 0%; top: 0%; background-color: rgba(255,255,255,0.32); display: block; content: ''; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.history-thumbs  .swiper-slide-thumb-active .yuan::after{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.historyBot::after{ width: 100%; height: 1px; position: absolute; left: 0; top: 24px; background: rgba(255, 255, 255, 0.25); z-index: 1; display: block; content: '';}

.history-thumbs  .swiper-slide-thumb-active .yuan i{ background-color: #CDCDCD;;}

/*企业理念*/
.philosophy{
  position: relative;
}
.philosophyText{
  display: grid;
  position: relative;
  height: initial;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border-bottom: 1px solid  rgba(203,203,203,1);
}

.philosophyText p{
  text-align: center;
  border-top:1px solid  rgba(203,203,203,1);
  border-right:1px solid  rgba(203,203,203,1);
  font-family: HelloFont-WenYiHei;
  font-size: 48px;
  color: rgba(0,0,0,0.85);
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.honors {
  position: relative;
  background: url(../img/about/honors_bg.png) no-repeat top center; 
  background-size: cover;
}
.honorsSwiper {
  position: relative;
}
.honors .swiperBtn{display: inline-block;}
.honors .prev{
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translate();
}
.honors .next{
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translate();
}
.honorsSwiper .item{
  display: block;
  position: relative;
  overflow: hidden;

}
.honorsSwiper .item .jumpUrl{
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  background-size: auto;
}
.honorsSwiper .item .jumpUrl img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.honorsSwiper .item .itemText{
  height: 70px;
  line-height: 35px;
  text-align: center;
}
