html,
body {
  background-color: #fff;
}
.banner img{
  width: 100%;
  height: 150px;
}
.navBtn {
  margin: 35px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.navBtn .btn{
  position: relative;
  width: 27%;
}
.navBtn span {
  margin: 0 10px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}
.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;
}
.contentCar img,.theGoal img{
  height: 170px;
}
/* 目标愿景 */
.theGoal {
  margin: 60px 0;
}

#advantageContId {
  padding: 0;
}
/* 主要优势 */
.advantageCar{
  width: 45%;
  box-sizing: border-box;
}
.advantage-title {
  padding-top: 0px;
}
.titleCon2 {
  background-color: #f9f9f9;
}
.whiteBox {
  width: 100%;
  height: 30px;
  background-color: #fff;
}
.card-p{
  font-size: 14px;
  max-width: 550px;
}
.text-white > h1 {
  font-size: 16px;
}
.text-white{
  padding: 0;
}
.advantage-span{
  font-size: 22px;
  color: #eeca93;
  line-height: 0px;
  margin-left: 118px;
  margin-top: 10px;
}