.main {
  height: auto;
  background: url(../image/img_bg4.png) no-repeat;
}

.about-content {
  width: 1200px;
  margin: 70px auto 0;
}
.about-content .map-cont {
  display: flex;
}
.about-content .map-cont p {
  width: 557px;
  margin-top: 40px;
  font-size: 22px;
  color: #2B2E35;
  line-height: 36px;
  margin-right: 61px;
}
.about-content .map-cont .map {
  width: 582px;
  height: 194px;
}
.about-content .business-cont {
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
}
.about-content .business-cont span {
  color: #0FA5D8;
  font-size: 24px;
  line-height: 44px;
  display: block;
  margin-bottom: 15px;
}
.about-content .business-cont p {
  color: #515151;
  font-size: 20px;
  line-height: 50px;
}
.about-content .address {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 40px 0;
}
.about-content .address .address-text {
  font-size: 20px;
  color: #515151;
  line-height: 44px;
  margin-top: 10px;
}
.about-content .address .address-code {
  margin-right: 40px;
}
.about-content .address .address-code img {
  width: 155px;
  height: 160px;
}
.about-content .address .address-code p {
  font-size: 20px;
  color: #003B95;
  line-height: 20px;
  text-align: center;
}