.index1 {
  float: left;
  clear: left;
  width: 510px;
  height: 365px;
  background: url(../../images/graphic/index1.jpg) no-repeat;
}
.index2 {
  float: left;
  width: 163px;
  height: 365px;
  background: url(../../images/graphic/index2.png) no-repeat;
  text-align: center;
}
.index3 {
  float: left;
  width: 163px;
  height: 365px;
  background: url(../../images/graphic/index3.png) no-repeat;
  text-align: center;
}
.index4 {
  float: left;
  clear: right;
  width: 164px;
  height: 365px;
  background: url(../../images/graphic/index4.png) no-repeat;
  text-align: center;
}

.index2 h2, .index3 h2, .index4 h2 {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin: 165px 5px 10px 5px;
  padding: 0
}

.index2 a, .index3 a, .index4 a {
  color: #BB9B8E;
  text-decoration: underline;
}
.index2 a:hover, .index3 a:hover, .index4 a:hover {
  color: #EEEEEE;
}

.index2 p, .index3 p, .index4 p {
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  margin: 10px 15px;
}
