/*头部公司简介*/
/* html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
  font-family: Source Han Sans CN!important;
} */
.companyIntro {
  background-color: #fff;
}
.topSwiper {
  overflow: hidden;
  padding: 47px 26px 31px 11px;
  background: #fff;
}
.swiper-container {
  width:367px;
  height:269px;
  float: left;
  margin-right: 23px;
} 
.swiper-pagination-bullet {
  border: 1px solid #fff;
  background: none;
  height: 6px;
  width: 6px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px;
}
.swiper-info {
  margin-left: 23px;
  /* float: left; */
}
.swiperTitle {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  opacity: 1;
  text-align: center;
  margin-bottom: 18px;
}
.swiper-info p {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  opacity: 1;
}
.infoP2 {
  padding: 19px 0;
}
.managementIdea {
  background-color: #FAFAFA;
  margin: 0 10px;
  overflow: hidden;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 33px;
}
.managementIdeaTitle {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 4px;
  text-align: center;
}
.managementIdeaItem {
  width: 282px;
  height: 173px;
  float: left;
}

.managementIdea1 {
  background: url("./img/about-idea-icon1.png");
  margin-left: 36px;

}
.managementIdea2 {
  background: url("./img/about-idea-bg2.png");
  margin: 0 11px;
}
.managementIdea3 {
  background: url("./img/about-idea-bg3.png");
}
.splitLine {
  width: 68px;
  height: 2px;
  background: #317EE9;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 26px;
}
.ideaItemTitle {
  font-size: 18px;
  font-weight: 600;
  color: #186CEA;
  margin-top: 99px;
  margin-bottom: 6px;
}
.ideaItemTips {
  font-size: 14px;
  color: #666666;
}
.coreValues {
  padding-right: 35px;
  padding-left: 16px
}
.coreValueTitle {
  font-size: 18px;
  font-weight: 600;
  color: #186CEA;
  text-align: left;
  padding-left: 36px;
  margin-bottom: 8px;
  margin-top: 27px;

}
.coreValueTips {
  font-size: 14px;
  color: #666666;
  text-align: left;
  padding-left: 36px;
  line-height: 19px;
}
.developmentHistory {
  padding-top: 45px;
  text-align: center;
  padding-bottom: 50px;
}
.historyPart {
  
}
#depImg {
  position: absolute;
}
.leftImg {
  left:0;
}
.line-move {
  left: -1030px;
}
.line-trans {
  transition: all 30s linear;
}
.canScroll {
  overflow-x: hidden;
  position: relative;
  height: 455px;
  
}
.canScroll::-webkit-scrollbar {
  /* display: none; */
  /* width: 100%; */
}