@charset "utf-8";
.about {
  background: #fff;
}
.about .banner {
  width: 100%;
  height: 230px;
  /*background: url(../../Images/pc/banner_about_us.jpg) no-repeat center;*/
  background: url(./banner_about_us2.jpg?v=33) no-repeat center;
}
.about .container {
  padding-bottom: 50px;
}
.about .container dl {
  padding: 30px 0 20px 0;
}
.about .container dl dt {
  font-size: 20px;
  padding-bottom: 20px;
  color: #1e1e1e;
  border-bottom: 1px solid #ccc
}
.about .container dl dt i {
  margin-right: 10px;
}
.about .container dl dd {
  font-size: 16px;
  text-indent: 2em;
  margin-top: 25px;
}
.about .container dd.map {
  width: 1185px;
  height: 350px;
  text-indent: 0;
  background: url(./map.jpg?v=2) no-repeat
}
.about .container dd.map .company {
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 420px;
  height: 350px;
  padding: 60px 65px 0 65px;
  background: rgba(24, 132, 219, 0.8)
}
.about .container dd.map .company h3 {
  font-size: 20px;
}
.about .container dd.map .company .adr {
  margin-top: 50px;
}