.section_title {
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
}
.section {
  display: flex;
  margin-top: 68px;
  margin-bottom: 64px;
}
.section > .rb {
  flex: 1;
  background-color: #EEF7FF;
  margin-left: 70px;
  padding: 35px 85px;
}
.section > .rb.scroll {
  margin-left: 288px;
}
.section > .rb .text {
  font-size: 16px;
  color: #373737;
}
.section > .rb .text.blod {
  font-size: 20px;
  font-weight: bold;
}
.section > .rb .box1 .title .img {
  display: block;
}
.section > .rb .box1 .info_list {
  margin-top: 32px;
}
.section > .rb .box1 .info_list .item .content_icon {
  display: table-cell;
  vertical-align: top;
}
.section > .rb .box1 .info_list .item .content_icon .inner {
  width: 40px;
  height: 40px;
  background: #182534;
  border-radius: 50%;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section > .rb .box1 .info_list .item .content_box {
  display: table-cell;
  vertical-align: top;
}
.section > .rb .box1 .info_list .item .content_box h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.section > .rb .box1 .info_list .item .content_box p {
  margin: 0 0 10px;
}
.section > .rb .box1 .map {
  margin-top: 16px;
  width: 100%;
}
.section > .rb .box2 {
  margin-top: 64px;
}
.section > .rb .box2 .title .img {
  display: block;
  width: 21.1875rem;
}
.section > .rb .box2 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.section > .rb .box2 .list .item {
  padding: 24px;
  margin-bottom: 16px;
  width: 320px;
  margin-right: 32px;
  background-color: #ffffff;
}
.section > .rb .box2 .list .item .lr {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.section > .rb .box2 .list .item .lr .pic {
  margin-right: 8px;
}
.section > .rb .box2 .list .item .lr .pic .img {
  display: block;
  width: 29px;
}
.section > .rb .box2 .list .item .lr .text {
  flex: 1;
}
.section > .rb .box3 {
  margin-top: 64px;
}
.section > .rb .box3 .list {
  margin-top: 32px;
}
.section > .rb .box3 .list .item {
  margin-top: 32px;
}
.section > .rb .box3 .list .item .text:nth-child(n+2) {
  margin-top: 24px;
}
#googleMap {
  width: 100;
  height: 500px;
  overflow: hidden;
  margin: 0;
  font-family: "微软雅黑";
}
