@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-speaker:before {
  content: "\e600";
}
* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.5 'Microsoft JhengHei', arial, SimSun, sans-serif;
  color: #333;
  background: #f1f1f1;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
img {
  vertical-align: top;
}
a img {
  border: none;
}
i,
em {
  font-style: normal;
}
.clearfix {
  display: block;
  *display: inline-block;
  _height: 1%;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.fl {
  float: left !important;
}
.fl-r {
  float: right !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.layout {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}
.header {
  position: relative;
}
.logo {
  color: #890600;
  font-size: 64px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  line-height: 1;
}
.callme {
  position: absolute;
  right: 10px;
  top: 2px;
}
.callme li {
  float: left;
  margin-left: 30px;
  padding: 10px 110px 0 0;
  height: 100px;
  background: url('../Images/qrcode.jpg') no-repeat 100% 0;
}
.callme li:last-child {
  background-image: url('../Images/qrcode_2.jpg');
}
.callme li:first-child {
  background-image: url('../Images/qr.png');
}
.nav {
  height: 30px;
  line-height: 30px;
  background-color: #a9f2bd;
  position: relative;
}
.nav li {
  float: left;
  padding: 0 12px;
}
.nav li a {
  font-size: 20px;
}
.search {
  position: absolute;
  right: 12px;
  top: -1px;
}
.search input {
  border: 1px #ccc solid;
  font-size: 100%;
  padding: 3px 2px;
  vertical-align: middle;
}
.search select {
  border: 1px #ccc solid;
  padding: 2px 2px 1px;
  vertical-align: middle;
}
.search button {
  background: url('../Images/btn_search.png') no-repeat;
  width: 48px;
  height: 24px;
  box-sizing: border-box;
  border: 0 none;
  cursor: pointer;
  vertical-align: middle;
}
.banner {
  margin-top: 15px;
}
.banner img {
  width: 950px;
  height: 300px;
}
.container {
  margin-top: 20px;
}
.main {
  float: left;
  width: 710px;
}
.side {
  float: right;
  width: 192px;
}
.box .b-hd {
  border: 1px #3b4d41 solid;
  height: 26px;
  background-color: #aff1c3;
  line-height: 26px;
  position: relative;
  margin-bottom: 10px;
}
.box .b-hd:after {
  content: '';
  border: 1px #3b4d41 solid;
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #f1f1f1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -3px;
  border-width: 1px 0 0 1px;
  left: 42px;
}
.box .b-hd h3 {
  font-size: 16px;
}
.box .b-hd h3:before {
  content: '+';
  border-right: 1px #3b4d41 solid;
  display: inline-block;
  font-weight: 700;
  width: 25px;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  margin-right: 10px;
}
.box .b-hd .more {
  position: absolute;
  right: 10px;
  top: 0;
}
.box .b-hd .more i {
  font-size: 20px;
  font-family: arial;
  margin-left: 2px;
}
.houselist {
  margin: -15px 0 0 -7px;
}
.houselist li {
  float: left;
  width: 232px;
  margin: 15px 0 0 7px;
}
.houselist img {
  width: 220px;
  height: 150px;
  border: 1px #3b4d41 solid;
  padding: 5px;
}
.houselist div {
  background-color: #fff;
  line-height: 22px;
  padding: 0 6px;
}
.houselist .title {
  margin-top: 10px;
  padding-top: 6px;
  min-height: 44px;
}
.houselist .price {
  padding-bottom: 6px;
}
.houselist .price span {
  color: #f00;
  margin-right: 6px;
}
.recorent img {
  width: 192px;
  height: 192px;
}
.compinfo {
  border: 1px #3b4d41 solid;
  border-top-width: 0;
  padding: 0 10px 10px;
  margin-top: -10px;
}
.compinfo dt {
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
}
.compinfo dt:before {
  content: '›';
  margin-right: 4px;
}
.compinfo dd {
  padding-left: 10px;
}
.sp-content {
  background-color: #fff;
  padding: 10px;
}
.nodata {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.pagination-container {
  text-align: right;
}
.hi-info {
  border-collapse: collapse;
  float: left;
}
.hi-info th,
.hi-info td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  border: 1px #3b4d41 solid;
}
.hi-info th {
  text-align: right;
}
.hi-info td {
  width: 350px;
}
.hi-photo {
  float: right;
  width: 460px;
}
.hi-photo li {
  width: 220px;
  margin: 0 0 10px 10px;
  float: left;
}
.hi-photo li img {
  width: 220px;
  height: 150px;
}

/*# sourceMappingURL=screen.css.map */
