/* 单页公共样式 */
.page_common_wrp {
  background: #fff;
  margin-bottom: 30px;
}
.page_common_wrp .sw {
  background: #fff;
}
.page_common_wrp .sw .crumbs_wrp {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333;
}
.page_common_wrp .sw .crumbs_wrp >a {
  color: #333;
}
.page_common_wrp .sw > h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
.page_common_wrp .sw img {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* 联系我们特别样式 */
.contactPage_info {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
}
.contactPage_info > span {
  font-size: 18px;
}
.siteMap_wrp {
  width: 100%;
  height: 400px;
  background: #eee;
}
