.banner {
  overflow: hidden;
}
.banner img {
  float: left;
  width: 100%;
}
.container {
  margin-bottom: 50px;
}
.container .w .position {
  font-size: 12px;
  color: #858584;
  line-height: 50px;
}
.container .w .position a {
  color: #858584;
}
.container .w .position i {
  font-size: 15px;
  position: relative;
  top: 1px;
}
.container .w .content {
  background: url("../images/pic-21.jpg") center no-repeat;
  height: 752px;
  -webkit-background-size: 80% 80%;
  background-size: 80% 80%;
  position: relative;
}
.container .w .content .address {
  position: absolute;
  right: 0;
  padding: 15px;
  background: url("../images/pic-22.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
}
.container .w .content .address .title {
  font-size: 18px;
}
.container .w .content .address span {
  font-size: 12px;
  color: #444444;
}
.container .w .content .address .icon {
  position: absolute;
  bottom: -46px;
  left: 50%;
  margin-left: -19px;
  text-align: center;
}
.container .w .content .address .icon span {
  font-size: 14px;
  display: block;
}
.container .w .content .address:first-child {
  top: 200px;
  right: 200px;
}
.container .w .content .address:nth-child(2) {
  right: 560px;
  top: 400px;
}
.container .w .content .address:last-child {
  right: 32px;
  top: 430px;
}
