.map {
  padding: 50px 0;
}
.map img {
  width: 100%;
  padding: 0px 9%;
}
li {
  list-style: none;
}
.s1 .tabs {
  margin-bottom: 30px;
  text-align: center;
}
.s1 .tabs p {
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
}
.s1 .tabs ul {
  display: inline-block;
}
.s1 .tabs li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-size: 16px;
}
.s1 .tabs .select {
  color: #48ce55;
}
.s1 .tabs li:hover {
  color: #48ce55;
}
.s1 .tabs-info {
  display: none;
}
.s1 .info {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #fafafa;
}
.s1 .info button {
  border: none;
  margin-top: 20px;
  outline: none;
  color: #3a3a3a;
  background: transparent;
}
.s1 .info .t-r {
  width: 61%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.s1 .info img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.s1 .info .t-t {
  padding: 0 30px;
  width: 37%;
}
.s1 .info .t-t h5 {
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 600;
}
.s1 .info p {
  font-size: 15px;
  color: #999;
  line-height: 2;
}
.s1 .info h6 {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 0;
}
.s1 .info .address {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .banner {
    margin-bottom: 0;
  }
  .s1 .info .t-r {
    width: 100%;
  }
  .s1 .info .t-t {
    width: 100%;
    text-align: center;
    padding: 30px;
  }
}
