.map {
  position: relative;
  width: 1200px;
  height: 683px;
  margin: 43px auto 70px;
  background: url('../images/contact_map.png');
  z-index: 0;
}

.markbox {
  width: 350px;
  height: 70px;
  background: url('../images/contact_mark.png');
  position: absolute;
  top: 175px;
  left: 406px;
  z-index: 0;
}

.markbox .title {
  margin-top: 3px;
  display: inline-block;
  width: 100%;
  text-indent: 188px;
  color: #454545;
}

.markbox .address {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}

.infobox {
  width: 485px;
  height: 437px;
  position: absolute;
  top: 150px;
  left: 770px;
  background: url('../images/contact_info.png') no-repeat;
  color: #ffffff;
  z-index: -10;
}

.infobox .title {
  font-size: 26px;
  text-align: left;
  margin: 40px 0 25px 44px;
}

.infobox .tel,
.infobox .email,
.infobox .fax,
.infobox .address,
.infobox .post {
  width: 317px;
  margin-left: 98px;
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}

.infobox .address {
  margin-bottom: 40px;
}

.infobox .address span {
  margin-top: -2px;
  float: right;
  width: 260px;
  line-height: 29px;
}

.infobox .tel:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  background: url('../images/contact_icon1.png');
  top: -6px;
  left: -54px;
}

.infobox .email:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  background: url('../images/contact_icon2.png');
  top: -6px;
  left: -54px;
}

.infobox .fax:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  background: url('../images/contact_icon3.png');
  top: -6px;
  left: -54px;
}

.infobox .address:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  background: url('../images/contact_icon4.png');
  top: -6px;
  left: -54px;
}

.infobox .post:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  background: url('../images/contact_icon5.png');
  top: -6px;
  left: -54px;
}
