/* 联系我们 */
.contactus {
  width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.section-header {
  border-bottom: solid 2px #c71b2d;
  padding-bottom: 8px;
  position: relative;
}
.section-header .page-headline-1 {
  margin: 0;
}
.section-content {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
/* .section-content-left {
  width: 600px;
}
.section-content-right {
  width: 600px;
} */
.inner-office {
  /* width: 33%; */
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}
.section-content-left-title,
.section-content-right-title {
  font-size: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.section_line {
  width: 5px;
  height: 20px;
  background: #d23143;
  margin-right: 10px;
}
.inner-office dl {
  font-size: 16px;
  color: #333;
}
.inner-office dd,
.inner-office dt {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  margin: 0 0 5px;
}
.inner-office dd {
  width: calc(100% - 80px);
}
.inner-office dd a {
  color: #333;
  text-decoration: none;
}
.wx {
  margin-right: 35px;
  width: 40px;
  height: 40px;
  margin-top: 10px;
}
