.view .top {
  width: 100%;
  height: 136px;
  background-color: #fff !important;
}
.contenter {
  width: 100%;
  background-color: #f5f5f5;
}
.contenter .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 24px;
  box-sizing: border-box;
  overflow: hidden;
}
.contenter .container .tipbar {
  margin-bottom: 22px;
}
.contenter .container .tipbar span,
.contenter .container .tipbar a {
  font-size: 14px;
  color: #666666;
}
.contenter .container .messagebox {
  width: 100%;
  background-color: #fff;
  min-height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.contenter .container .contact {
  width: 100%;
  height: 500px;
  background-color: #ffffff;
  margin-top: 22px;
  margin-bottom: 26px;
  padding: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
}
.contenter .container .contact .left {
  display: flex;
  flex-direction: column;
}
.contenter .container .contact .left h1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 28px;
}
.contenter .container .contact .left .rowspan {
  font-size: 16px;
  color: #333333;
  margin-bottom: 25px;
}
.contenter .container .contact .map {
  width: 612px;
  height: 100%;
  background: url('../static/map.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
