.pc .pdtb20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.pc  .caption {
  margin-bottom: 40px;
  min-height: 36px;
  font-size: 36px;
  color: #000000;
}
.pc .content p {
  padding-bottom: 20px;
}

.pc .title{
  min-width: 160px;
  background: #28318B;
  border-radius: 0px 10px 0px 0px;
  line-height: 50px;
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
}
.pc .address{
  /* background-image: url('../../image/aboutWe-pc.png');
  background-position: 100%;
  background-size: contain; */
  padding: 10px;
  position: relative;
}
.pc .address .addressPhoneBg{
  display: none;
}
.pc .address .addressPcBg{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: 100%; */
  z-index: -1;
  left: 0px;
  top: 0;
}
.pc .address .address-text{
  padding: 30px;
  height: 100%;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #009C45;
  line-height: 48px;
}


.phone .pdtb20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.phone  .caption {
  margin-bottom: 2.5rem;
  min-height: 2.25rem;
  font-size: 2.25rem;
  color: #000000;
}
.phone .content p {
  padding-bottom: 1.25rem;
}
.phone .title{
  min-width: 10rem;
  background: #28318B;
  border-radius: 0px 0.625rem 0px 0px;
  line-height: 3.125rem;
  text-align: center;
  padding: 0px 1.25rem;
  box-sizing: border-box;
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.phone .address{
  /* background-image: url('../../image/aboutWe-sm.png');
  background-position: 100%;
  background-size: contain; */
  padding: 0.625rem;
  position: relative;
  overflow: hidden;
}
.phone .address .addressPcBg{
  display: none;
}
.phone .address .addressPhoneBg{
  position: absolute;
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  /* height: 100%; */
  z-index: -1;
  left: 0px;
  top: 0;
}
.phone .address .address-text{
  padding: 1.875rem;
  height: 100%;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  color: #009C45;
  line-height: 3rem;
}