* {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
img {
  border: none;
}
body {
  font-family: "Microsoft YaHei";
}
.bannerBox {
  width: 100%;
  height: 622px;
  margin-top: 7px;
  background: url("../img/banner.png") no-repeat 50% 0;
}
.bannerBox .container {
  width: 1200px;
  height: 622px;
  margin: 0 auto;
  position: relative;
}
.bannerBox .container .searchBox {
  width: 270px;
  height: 407px;
  position: absolute;
  right: 0;
  padding: 0 30px;
  top: 111px;
  background: #ffffff;
  overflow: hidden;
}
.bannerBox .container .searchBox .searchTitle {
  display: block;
  margin-top: 32px;
  font-size: 34px;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  font-weight: bold;
  color: #333333;
}
.bannerBox .container .searchBox .searchTitle .green {
  color: #5eb030;
}
.bannerBox .container .searchBox .smallTitle {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
  font-size: 16px;
  color: #999999;
}
.bannerBox .container .searchBox .inputBox {
  height: 46px;
  border: 1px solid #b5b5b5;
}
.bannerBox .container .searchBox .inputBox .inputText {
  font-size: 14px;
  color: #999999;
  line-height: 46px;
  float: left;
  display: inline;
  margin-left: 12px;
}
.bannerBox .container .searchBox .inputBox .inputMain {
  width: 200px;
  float: left;
  height: 46px;
  border: none;
  padding: 0 5px;
  line-height: 46px;
  color: #999999;
  font-size: 14px;
}
.bannerBox .container .searchBox #buildingDrop {
  height: 46px;
  border: 1px solid #b5b5b5;
  position: relative;
  margin-top: 16px;
}
.bannerBox .container .searchBox #buildingDrop span {
  height: 46px;
  display: block;
  line-height: 46px;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 14px;
  border-radius: 3px;
  background: #ffffff url('../img/selectIco.png') no-repeat 94% 50%;
  color: #999999;
  cursor: pointer;
}
.bannerBox .container .searchBox #buildingDrop ul {
  width: 100%;
  background: #ffffff;
  height: 100px;
  overflow-y: scroll;
  border: 1px solid #b5b5b5;
  position: absolute;
  display: none;
  margin-left: -1px;
}
.bannerBox .container .searchBox #buildingDrop ul li {
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
}
.bannerBox .container .searchBox #buildingDrop ul li a {
  display: block;
  height: 30px;
  color: #807a62;
  text-decoration: none;
}
.bannerBox .container .searchBox #buildingDrop ul li a:hover {
  background: #c6dbfc;
  color: #336699;
}
.bannerBox .container .searchBox .subBtn {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background: #5eb030;
  color: #ffffff;
  border: none;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
}
.bannerBox .container .searchBox .mt16 {
  margin-top: 16px;
}
.container {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.container .buildingTitle {
  display: block;
  width: 100%;
  font-size: 50px;
  color: #333333;
  text-align: center;
  margin-top: 40px;
}
.container .smallTitle {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 36px;
}
.container .smallTitle .smallTitleText {
  display: block;
  width: 326px;
  height: 38px;
  border: 1px solid #dddddd;
  margin: 0 auto;
  font-size: 18px;
  color: #666666;
  line-height: 38px;
  text-align: center;
}
.container .smallTitle .smallTitleText .green {
  color: #5eb030;
}
.container .building {
  width: 100%;
  overflow: hidden;
}
.container .building .buildingItem {
  width: 370px;
  overflow: visible;
  float: left;
  display: inline;
  position: relative;
}
.container .building .buildingItem .buildingIco {
  position: absolute;
  width: 134px;
  height: 43px;
  background: url("../img/buildingIcoBg.png");
  z-index: 1;
  top: 14px;
  margin-left: -8px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.container .building .buildingItem .buildingImg {
  width: 370px;
  height: 279px;
}
.container .building .buildingItem .buildingImg img {
  width: 100%;
  height: 100%;
}
.container .building .buildingItem .buildingItemTitle {
  width: 100%;
  overflow: hidden;
  display: block;
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
  white-space: nowrap;
  color: #333333;
}
.container .building .buildingItem .buildingInfo {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
}
.container .building .buildingItem .buildingInfo .rooms {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-top: 4px;
}
.container .building .buildingItem .buildingInfo .price {
  float: right;
  font-size: 14px;
  color: #999999;
}
.container .building .buildingItem .buildingInfo .price span {
  font-size: 18px;
  color: #666666;
}
.container .building .buildingItem .univalent {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
  font-size: 18px;
  color: #5eb030;
}
.container .margin1 {
  margin-left: 14px;
}
.container .margin2 {
  margin-left: 34px;
}
.container .margin3 {
  margin-left: 34px;
}
.container .mt40 {
  margin-top: 40px;
}
.container .mb60 {
  margin-bottom: 60px;
}
.newHouseMore{
    width: 370px;
    height: 397px;
    background: url('//static.zhen22.com/wp-content/uploads/2016/03/jqqd1.jpg');
    float: left;
    display: inline;
}
