
.callMe-right {
  flex: 1;
  margin-left: 60px;
}
.company-info-img {
  width: 1067px;
  height: 500px;
}
.callMe-right-bottom {
  width: 1067px;
  background: #bf9b46;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-image: url('../images/callMe/img_bg.png');
  background-size: 100% 100%;
}
.bottom-item {
  padding: 40px 40px;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}
.bottom-item-right::after {
  display: block;
  content: '';
  width: 1px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0.5);
}
.bottom-item img {
  width: 90px;
  height: 90px;
}
.bottom-item-text {
  margin-top: 38px;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
}