#baiduMap {
  width: 50%;
  height: 212px;
  float: right;
}
.concat-box {
  margin-top: 40px;
  margin-bottom: 66px;
}
.concat-title {
  font-size:25px;
  font-weight: bolder;
  margin-top: 90px;
  text-align: center;
}
.concat-mess {
  float: left;
}
.concat-mess p {
  font-size: 14px;
  margin-top: 8px;
}
.concat-mess .name {
  font-size: 22px;
  font-weight: bolder;
  display: flex;
  align-items: center;
}
.concat-mess .logo {
  height: 32px;
  margin-left: 10px;
}
.concat-mess .company {
  font-size: 18px;
}
.concat-all {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 100px;
}
.concat-all-title {
  font-size:25px;
  font-weight: bolder;
  margin-top: 56px;
  text-align: center;
}
.concat-all-subtitle {
  font-size: 14px;
  margin-top: 30px;
  color:#818080;
  text-align: center;
}
.concat-all-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}
.concat-all-select {
  position: relative;
  min-width: 244px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border:1px solid #000;
  text-align: center;
  margin: 0 7px;
  padding: 0 36px 0 10px;
}
.concat-all-select .showBtn {
  position: absolute;
  font-size: 24px;
  right:20px;
  transform: rotate(90deg);
  cursor: pointer;
}
.concat-all-select ul{
  position: absolute;
  width: 244px;
  background:#fff;
  border: 1px solid rgba(0,0,0,0.1);
  z-index: 100;
  box-shadow: 0px 5px 7px #f0f0f0;
  display: none;
}
.concat-all-select ul li:hover{
  color: #f00;
}
.concat-all-select ul li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.input-box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 244px;
  margin: 0 7px;
}
.input-box img {
  width: 22px;
  position:absolute;
  z-index: 10;
  top:5px;
  right: 70px;
}
.input-box input {
  width: 190px;
  height: 30px;
  border-radius: 15px;
  font-size: 18px;
  border:1px solid #000;
  background: #fff;
  z-index: 1;
  padding-left: 20px;
  padding-right: 40px;
}
.btn {
  width: 84px;
  height: 30px;
  line-height: 30px;
  border-radius: 35px;
  border: 1px solid #000;
  font-size: 12px;
  background: #3673B9;
  text-align: center;
  padding-left: 22px;
  margin-left: -22px;
  color: #fff;
  cursor: pointer;
}
.concat-list {
  width: 1200px;
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
.concat-item {
  width: 33.3%;
  min-height: 280px;
  padding: 42px 30px 0;
  margin-top: 15px;
}
.concat-item .name {
  display: flex;
  align-items: center;
  font-size: 18px;
  color:#747576;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(127, 128, 129, 1);
  white-space: nowrap;
}
.concat-item .range,
.concat-item .address,
.concat-item .liaison,
.concat-item .phone {
  font-size: 14px;
  line-height: 30px;
  color:#969797
}
.concat-item .company {
  margin-top: 15px;
  color: #1576d4;
  font-size: 16px;
}
.concat-item .logo {
  height: 30px;
  margin-left: 10px;
}