body {
  font-family: '微软雅黑';
}
.header {
  background: #EFF1F4;
  height: 81px;
}
.header .content {
  width: 1000px;
  margin: 0 auto;
}
.header .content .logo {
  background: url('http://static.zhen22.com/act-credit/images/logo.png') no-repeat left top;
  height: 81px;
  width: 171px;
  float: left;
}
.header .content .rightText {
  background: url("http://static.zhen22.com/act-credit/images/right_header.png") no-repeat left top;
  height: 81px;
  width: 283px;
  float: right;
}
.footer {
  text-align: center;
  height: 50px;
  padding: 15px 0 25px;
}
.footer .footerNav {
  line-height: 24px;
}
.footer a {
  border-left: 1px solid #C1C1C1;
  color: #666666;
  font-size: 14px;
  padding: 0px 7px 0 8px;
}
.footer a:hover {
  color: #f33;
}
.footer a:first-child {
  border: 0;
}
.main {
  min-width: 1000px;
  font-size: 18px;
  color: #333;
}
.main .banner {
  background: url("../images/banner.jpg") no-repeat 50% 50%;
  height: 412px;
  width: 100%;
}
.main .content {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
.main .content .title {
  background: transparent no-repeat 50% 0;
  height: 101px;
  padding-bottom: 25px;
}
.main .review {
  background: #179f87;
  overflow: hidden;
}
.main .review .t0 {
  background-image: url("../images/title_0.png");
}
.main .review .photos {
  position: relative;
  width: 640px;
  height: 335px;
  border: 12px solid #1dae94;
  float: left;
}
.main .review .photos .minus,
.main .review .photos .plus{position:absolute;top:150px;width:40px;height:50px;background-image:url("http://static.zhen22.com/wp-content/uploads/2015/02/control.png");background-repeat:no-repeat;text-align:center;cursor:pointer;}
.main .review .photos .minus{left:0;background-position:0 0;}
.main .review .photos .plus{right:0;background-position:-40px 0;}
.main .review .photos .minus:hover{background-position:0 -50px;}
.main .review .photos .plus:hover{background-position:-40px -50px;}
.main .review .photos .box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .review .photos .box .list {
  overflow: hidden;
  width: 9999px;
}
.main .review .photos .box .list li {
  float: left;
  position: relative;
  width: 640px;
  list-style: none;
  height: 335px;
}
.main .review .photos .box .list li img {
  width: 100%;
  height: 100%;
}
.main .review .photos .box .list li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  min-height: 35px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 2%;
  background: rgba(0, 0, 0, 0.8);
}
.main .review .detail {
  float: right;
  background: url("../images/s_t.png") no-repeat left 50%;
  height: 310px;
  padding-left: 24px;
  padding-top: 50px;
  padding-right: 45px;
}
.main .review .detail p {
  font-size: 14px;
  line-height: 80px;
}
.main .houseList {
  background: #4aaad2;
}
.main .houseList .t1 {
  background-image: url("../images/title_1.png");
}
.main .houseList .list {
  overflow: hidden;
}
.main .houseList .list li {
  float: left;
  width: 20%;
  padding-bottom: 20px;
  list-style: none;
}
.main .houseList .list li a {
  text-decoration: none;
  color: #333;
}
.main .houseList .list li a:hover {
  color: #000;
}
.main .houseList .list li p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}
.main .houseList .list li p em {
  color: #fcff00;
  font-style: normal;
  font-weight: normal;
  padding-left: 17px;
}
.main .houseList .list li .img {
  position: relative;
}
.main .houseList .list li .img .mask {
  background: url("../images/isSale.png") rgba(255, 255, 255, 0.7) no-repeat 50% 50%;
  position: absolute;
  width: 166px;
  height: 140px;
  left: 17px;
  top: 10px;
}
.main .houseList .list li .img img {
  border: 10px solid #79afcb;
  width: 166px;
  height: 140px;
}
