body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
.topbar:before,
.topbar:after {
  display: table;
  content: "";
}
.topbar{
  height: 60px;
}
.topbar .logo{
  float: left;
  width: 134px;
  height: 60px;
  display: block;
}
.topbar .rightText{
  float: right;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
}
.topbar .rightText .newColor{
  color: #009b78;
}
.content-wapper {
  *zoom: 1;
  width: 1200px;
  margin: 0 auto;
}
.footer {
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 15px 0 25px;
  color: #666666;
  font-size: 14px;
  font-family: "微软雅黑";
}
.footer .copyright {
  margin-top: 5px;
  color: #c2c2c2;
}
.footer .footerNav {
  line-height: 24px;
  margin-bottom: 10px;
}
.footer .footerNav a {
  border-left: 1px solid #C1C1C1;
  color: #666666;
  text-decoration: none;
  padding: 0 7px 0 8px;
}
.footer .footerNav a:hover {
  color: #f33;
}
.footer .footerNav a:first-child {
  border: 0;
}
.mask {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.mask .plane {
  background: #ffffff;
  width: 392px;
  height: 455px;
  position: absolute;
  left: 50%;
  margin-left: -193px;
  top: 50%;
  margin-top: -215px;
  border-radius: 10px;
  padding: 10px;
}
.mask .plane p {
  text-align: center;
  color: #989898;
  margin: 5px 0;
}
.mask .plane .sj {
  color: #89C33D;
}
.mask .plane #qrCode {
  margin: 10px auto 0;
  width: 392px;
  height: 392px;
}
.banner {
  background: url("//static.zhen22.com/wp-content/uploads/2015/08/qje.jpg") no-repeat 50% 50%;
  height: 576px;
  width: 100%;
}
.main {
  background: url("//static.zhen22.com/wp-content/uploads/2015/03/bm_bg.png") #f5f5f5 no-repeat 50% 100%;
  padding-bottom: 60px;
}
.main .content {
  width: 1000px;
  margin: 0 auto;
}
.main .content .house_list ul {
  margin: 0;
  padding: 48px 0;
  overflow: hidden;
}
.main .content .house_list ul li {
  float: left;
  list-style: none;
  margin: 0 6px;
  width: 185px;
  padding-bottom: 30px;
}
.main .content .house_list ul li div {
  padding-bottom: 7px;
}
.main .content .house_list ul li .img img {
  width: 185px;
  height: 137px;
}
.main .content .house_list ul li .detail {
  font-size: 14px;
  color: #363636;
}
.main .content .house_list ul li .detail .title {
position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .content .house_list ul li .detail .title .price {
  position: absolute;
  background: #F5F5F5;
  padding-left: 5px;
  right: 0;
  top: 0;
  color: #FF9831;
}
.main .content .house_list ul li .btn {
  overflow: hidden;
}
.main .content .house_list ul li .btn a {
  display: inline-block;
  width: 87px;
  height: 26px;
  float: left;
  cursor: pointer;
}
.main .content .house_list ul li .btn .f_btn {
  background: url("../images/f_btn.png") no-repeat 0 0;
}
.main .content .house_list ul li .btn .f_btn:hover {
  background-image: url("../images/f_btn_hover.png");
}
.main .content .house_list ul li .btn .q_btn {
  float: right;
  background: url("../images/q_btn.png") no-repeat 0 0;
}
.main .content .house_list ul li .btn .q_btn:hover {
  background-image: url("../images/q_btn_hover.png");
}
.main .content .bm_form .title {
  background: url("../images/bm_title.png") no-repeat 50% 50%;
  height: 144px;
}
.main .content .bm_form .form {
  margin-top: 80px;
  background: url("../images/bm_form.png") no-repeat 50% 50%;
  height: 36px;
  position: relative;
}
.main .content .bm_form .form input {
  width: 188px;
  height: 32px;
  border: 0;
  background: none;
  position: absolute;
  top: 1px;
}
.main .content .bm_form .form #fname {
  left: 136px;
}
.main .content .bm_form .form #ftel {
  left: 421px;
}
.main .content .bm_form .form #fmsg {
  left: 735px;
}
.main .content .bm_form .submitf {
  margin-top: 60px;
}
.main .content .bm_form .submitf .bm_btn {
  cursor: pointer;
  background: url("../images/bm_btn.png") no-repeat 50% 50%;
  display: block;
  width: 218px;
  height: 57px;
  margin: 0 auto;
}
.main .content .bm_form .submitf .bm_btn:hover {
  background-image: url("../images/bm_btn_hover.png");
}
.main .content .bm_form .bm_tel {
  margin-top: 60px;
  background: url("../images/bm_tel.png") no-repeat 50% 50%;
  height: 23px;
}
