html,
body {
  background-color: #fff;
}
/* .banner {
  height: 460px;
  background-image: url(../imgs/banner2x.png);
} */

.navBtn {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navBtn .btn{
  position: relative;
}
.navBtn span {
  margin: 0 20px;
  cursor: pointer;
  user-select: none;
}
.text-white>span{
  color: #eeca93;
}
.text-white{
  padding: 0 20px;
}
/* .triangle_border_sw {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #000;
  position: absolute;
  bottom: -9px;
  left: 22px;
  display: none;
}
.show{
  display: block;
} */
/* 公司概况内容 */
.contentCar {
  margin: 60px 0;
}
/* 目标愿景 */
.theGoal {
  margin: 60px 0;
}
#advantageContId {
  padding: 0;
}
