.a-detail {
  font-size: 0.145rem;
  width: 7.52603167rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.a-detail>h3 {
  color: #4E575C;
  font-size: 0.19rem;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.a-detail p{
  color: #4E575C;
  line-height: 34px;
  font-size: 0.125rem;
  margin-bottom: 0.22rem;
}
.a-detail p:last-child {
  margin-bottom: 0;
}
.certificate{
  width: 7.52603167rem;
  margin: 0 auto;
  /* background-color: aqua; */
}
.certificate img{
  width: 100%;
  height: auto;
}
.map {
  margin-bottom: 1rem;
  /* align-self: center; */
  width: 7.52603167rem;
  margin: 0 auto;
}
.map>div {
  float: left;
  height: 100%;
  display: grid;
  justify-content: center;
}
.map .mapcon{
  position: relative;
}
.map .text{
  position: absolute;
  bottom: 0;
  left: 10;
  color: #4E575C;
  text-align: left;
}
.map .a-addr {
  margin-bottom: 6%;
}
.map .a-addr-2{
  margin-bottom: 4%;
}
.map .a-call {
  margin-bottom: 10%;
}
.map .text p{
  color: #999
}
@media (min-width:993px){
  .map>div {
    width: 48%;
  }
  .map>div:nth-child(1){
    margin-right: 4%;
  }
  .map .text p{
    font-size: 0.12rem;
  }
}
@media screen and (max-width:992px){
  .map>div {
    width: 90%;
    margin-left: 5%;
  }
  .map .text p{
    font-size: 0.2rem;
  }
}