@charset "UTF-8";
/*
* @description: css重设
* @author: huojing
* @update: 2014/9/10
*/
/* line 6, ../sass/reset.scss */
body, div, dl, dt, dd, ul, ol, li, pre, h1, h2, h3, h4, h5, h6, input, textarea, select, button, form, fieldset, p, blockquote, th, td {
  padding: 0;
  /*重置内填充和外填充，避免使用*通配符，浪费性能。*/
  margin: 0;
}

/* line 10, ../sass/reset.scss */
header, section, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  display: block;
}

/*设置默认字体*/
/* line 16, ../sass/reset.scss */
body {
  font-size: 14px;
  font-family: "微软雅黑",arial;
}

/*重置输入表单的字体大小和字体样式,使之继承父类字体*/
/* line 21, ../sass/reset.scss */
h1, h2, h3, h4, h5, h6, input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
}

/* line 25, ../sass/reset.scss */
input, label, select, option, textarea, button, fieldset, legend {
  font-size: 14px;
  font-family: "微软雅黑",arial;
}

/*在获取焦点时，去掉外面蓝框，主要针对input、链接类型*/
/* line 30, ../sass/reset.scss */
:focus {
  outline: 0;
}

/*去掉默认的点和序列号*/
/* line 34, ../sass/reset.scss */
ul, ol, li {
  list-style: none;
}

/*按钮的样式设置为手型*/
/* line 38, ../sass/reset.scss */
button, submit {
  cursor: pointer;
}

/* line 41, ../sass/reset.scss */
textarea {
  resize: none;
  outline: none;
}

/* line 45, ../sass/reset.scss */
address, cite, dfn, em, var, i {
  font-style: normal;
}

/* line 48, ../sass/reset.scss */
strong {
  font-weight: normal;
}

/*去掉默认边框和底部空白区*/
/* line 52, ../sass/reset.scss */
img {
  border: none;
  vertical-align: top;
}

/*去掉表格边框之间的间距*/
/* line 57, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*遵循爱恨LVHA原则，设置链接和颜色和下划线*/
/* line 62, ../sass/reset.scss */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* line 65, ../sass/reset.scss */
sup {
  vertical-align: super;
}

/* line 68, ../sass/reset.scss */
sub {
  vertical-align: sub;
}

/* line 71, ../sass/reset.scss */
mark {
  background: none;
}

/****常用css样式*****/
/* line 75, ../sass/reset.scss */
.clear {
  clear: both;
}

/* line 78, ../sass/reset.scss */
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 85, ../sass/reset.scss */
.fl {
  float: left;
}

/* line 88, ../sass/reset.scss */
.fr {
  float: right;
}

/* line 91, ../sass/reset.scss */
.tl {
  text-align: left;
}

/* line 94, ../sass/reset.scss */
.tr {
  text-align: right;
}

/* line 97, ../sass/reset.scss */
.tc {
  text-align: center;
}

/* line 100, ../sass/reset.scss */
.none {
  display: none;
}

/* line 103, ../sass/reset.scss */
.fb {
  font-weight: bold;
}

/* line 106, ../sass/reset.scss */
.fn {
  font-weight: normal;
}

/* line 109, ../sass/reset.scss */
input::-ms-clear {
  display: none;
}

/* line 110, ../sass/reset.scss */
input {
  background: none;
  *background: not specified;
  outline: none;
  border: none;
}

/* line 1, ../sass/header.scss */
a {
  color: #333;
}

/* line 4, ../sass/header.scss */
.link {
  color: #666;
}

/* line 7, ../sass/header.scss */
a:hover, .link:hover {
  color: #ee4433;
  text-decoration: underline;
}

/*city css begin*/
/* cityArea_k */
/* line 16, ../sass/header.scss */
.cityArea_k {
  display: none;
  position: absolute;
  left: 0px;
  top: 38px;
  padding: 15px 14px 17px;
  width: 530px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 1000;
}

/* line 17, ../sass/header.scss */
.cityArea_k a {
  color: #333;
  font-size: 12px;
}

/* line 18, ../sass/header.scss */
.cityArea_k a:hover {
  color: #d80100;
}

/* line 19, ../sass/header.scss */
.cityArea_k .tt {
  position: relative;
  width: 530px;
  margin-bottom: 10px;
}

/* line 20, ../sass/header.scss */
.cityArea_k .tt a {
  margin-right: 13px;
}

/* line 21, ../sass/header.scss */
.cityArea_k .tt li {
  width: 37px;
  float: left;
}

/* line 22, ../sass/header.scss */
.cityArea_k .tt span {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  background-position: -88px -206px;
  cursor: pointer;
}

/* line 23, ../sass/header.scss */
.cityArea_k .top {
  margin-bottom: 18px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  word-spacing: -1px;
  font-weight: bold;
  background: #ee4433;
}

/* line 24, ../sass/header.scss */
.cityArea_k .top a {
  display: inline-block;
  *display: inline;
  width: 23px;
  color: #fff;
  font-size: 14px;
  *zoom: 1;
}

/* line 25, ../sass/header.scss */
.cityArea_k .top a:hover {
  background: #db3f2f;
  text-decoration: none;
}

/* line 26, ../sass/header.scss */
.cityArea_k .bot {
  height: 228px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 27, ../sass/header.scss */
.cityAreaBox {
  margin-bottom: 13px;
  border-bottom: 1px dotted #E4E4E4;
}

/* line 28, ../sass/header.scss */
.cityAreaBoxHd {
  margin: 0 0 3px 8px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  word-spacing: -1px;
}

/* line 29, ../sass/header.scss */
.cityAreaBoxCen {
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}

/* line 30, ../sass/header.scss */
.cityAreaBoxCen li {
  display: inline-block;
  *display: inline;
  *margin-bottom: 5px;
  *zoom: 1;
}

/* line 31, ../sass/header.scss */
.cityAreaBoxCen li a {
  display: inline-block;
  *display: inline;
  padding: 2px 7px;
  line-height: 16px;
  border: 1px solid #fff;
}

/* line 33, ../sass/header.scss */
.h-city i, .cityArea_k .tt .h-close {
  background: url("/static1../images/city-icon.png") no-repeat;
}

/* line 34, ../sass/header.scss */
.h-city i {
  position: absolute;
  display: none;
  width: 11px;
  height: 8px;
  left: 32px;
  top: 32px;
  background-position: 0px -52px;
  font-size: 0px;
  z-index: 1002;
}

/* line 35, ../sass/header.scss */
.cityArea_k .tt .h-close {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-position: 0 0;
}

/* line 36, ../sass/header.scss */
.cityArea_k .tt .h-close:hover {
  background-position: 0 -29px;
}

/*city css end*/
/* line 39, ../sass/header.scss */
.h-search .selector, .h-search .h-select-submit, .h-header .h-tag .tel, .h-header .h-tag .map, .h-header .h-login, .s-area-li .s-area-title, .navigate li .n-sec-span .n-arrow {
  background: url(/static1../images/header-icon-year.png) no-repeat;
}

/* line 43, ../sass/header.scss */
a {
  color: #333;
}

/* line 46, ../sass/header.scss */
.link {
  color: #666;
}

/* line 49, ../sass/header.scss */
a:hover, .link:hover {
  color: #ee4433;
  text-decoration: underline;
}

/* line 54, ../sass/header.scss */
.h-search .selector, .h-search .h-select-submit, .h-header .h-tag .tel, .h-header .h-tag .map, .h-header .h-login, .s-area-li .s-area-title, .navigate li .n-sec-span .n-arrow {
  background: url(/simg/common/modules/house_index/2014/images/header-icon-year.png) no-repeat;
}

/* line 58, ../sass/header.scss */
.h-area {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  clear: both;
}

/*search css begin*/
/* line 65, ../sass/header.scss */
.h-search {
  float: left;
  width: 560px;
  margin: 12px 0 0 70px;
}

/* line 70, ../sass/header.scss */
#hxForm {
  display: none;
}

/* line 73, ../sass/header.scss */
.s-n-header-con {
  height: 55px;
}

/* line 76, ../sass/header.scss */
.h-search .h-select-list {
  width: 560px;
  height: 42px;
  line-height: 42px;
  background: #e43;
}

/* line 82, ../sass/header.scss */
.h-search .h-form {
  position: relative;
  float: left;
  width: 468px;
}

/* line 87, ../sass/header.scss */
.h-search .h-form input {
  float: left;
  width: 458px;
  height: 38px;
  line-height: 38px\9;
  background: #fff;
  color: #999;
  padding-left: 10px;
  margin: 2px 0 0 2px;
}

/* line 97, ../sass/header.scss */
.h-search .h-select-submit {
  float: left;
  width: 50px;
  height: 42px;
  line-height: 42px;
  background: url(/static1../images/loupan-icon.png) 18px -36px no-repeat;
  color: #fff;
  padding-left: 40px;
  display: block;
}
/* line 106, ../sass/header.scss */
.h-search .h-select-submit:hover {
  background-color: #db3f2f;
  text-decoration: none;
}

/* line 111, ../sass/header.scss */
.header-map-link {
  float: left;
  width: 88px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #333;
  text-align: center;
  margin: 12px 0 0 11px;
}
/* line 122, ../sass/header.scss */
.header-map-link:hover {
  color: #fff;
  background: #db3f2f;
  border: 1px solid #db3f2f;
  text-decoration: none;
}

/* line 129, ../sass/header.scss */
.header-top-ad {
  position: absolute;
  right: 6px;
  top: 2px;
  float: right;
  width: 150px;
  height: 70px;
}

/*search css end*/
/*tag*/
/* line 139, ../sass/header.scss */
.s-tag {
  width: 1200px;
  height: 20px;
  line-height: 20px;
  margin: -5px auto 0;
  color: #666;
  font-size: 12px;
  clear: both;
}
/* line 147, ../sass/header.scss */
.s-tag a {
  color: #666;
}
/* line 150, ../sass/header.scss */
.s-tag a:hover {
  color: #e43;
}
/* line 153, ../sass/header.scss */
.s-tag h1 {
  font-weight: normal;
  display: inline;
}

/* line 158, ../sass/header.scss */
.s-pic-info {
  position: relative;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}
/* line 163, ../sass/header.scss */
.s-pic-info .info-source {
  float: left;
  color: #999;
}
/* line 166, ../sass/header.scss */
.s-pic-info .info-source span {
  margin-right: 10px;
}
/* line 168, ../sass/header.scss */
.s-pic-info .info-source span em {
  color: #ee4433;
}

/*header css begin*/
/* line 175, ../sass/header.scss */
.s-c-header {
  position: relative;
  width: 1200px;
  height: 55px;
  margin: 20px auto 0 auto;
  clear: both;
}
/* line 181, ../sass/header.scss */
.s-c-header .s-c-logo {
  float: left;
}
/* line 184, ../sass/header.scss */
.s-c-header .s-c-form {
  position: relative;
  float: right;
  width: 355px;
}
/* line 188, ../sass/header.scss */
.s-c-header .s-c-form .s-form-input {
  float: left;
  width: 269px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-right: none;
  height: 43px;
  line-height: 43px\9;
  color: #999;
  padding: 0 10px;
}
/* line 199, ../sass/header.scss */
.s-c-header .s-c-form .s-form-submit {
  float: left;
  width: 60px;
  height: 45px;
  background: url(/static1../images/s-con-icon.png) no-repeat 0 -139px;
  cursor: pointer;
}
/* line 207, ../sass/header.scss */
.s-c-header .h-city {
  float: left;
  position: relative;
  min-width: 68px;
  margin: 30px 0 0 2px;
  z-index: 100;
  cursor: pointer;
}
/* line 214, ../sass/header.scss */
.s-c-header .h-city .city-name {
  font-size: 16px;
}
/* line 217, ../sass/header.scss */
.s-c-header .h-city .city-btn {
  width: 15px;
  height: 15px;
  background: url(/static1../images/loupan-icon.png) no-repeat 2px -1px;
  display: inline-block;
  vertical-align: bottom;
}

/*header css end*/
/* line 227, ../sass/header.scss */
.anchor {
  position: relative;
  top: -60px;
  display: inline-block;
}

/* line 232, ../sass/header.scss */
.h-search .selector .zx {
  border: 1px solid #ee4433;
  border-top: none;
  width: 57px;
  height: 44px;
  padding-left: 20px;
  background: #fff;
  display: none;
  margin: 0;
}

/* line 242, ../sass/header.scss */
.h-search .selector .zx:hover {
  background: #fafafa;
  text-decoration: none;
  color: #666;
}

/* line 247, ../sass/header.scss */
.h-search .on .zx {
  display: block;
}

/* line 250, ../sass/header.scss */
#zxForm {
  float: left;
  display: none;
}

/* line 254, ../sass/header.scss */
.lp-ad {
  width: 1200px;
  margin: 0 auto;
}
/* line 257, ../sass/header.scss */
.lp-ad .lp-bar-left {
  float: left;
}
/* line 260, ../sass/header.scss */
.lp-ad .lp-bar-right {
  float: right;
}

/* line 264, ../sass/header.scss */
.ad_flash {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *margin-left: 0;
  *margin-right: 0;
}

/* line 265, ../sass/header.scss */
.ad-left1 {
  float: left;
  width: 230px;
  margin-right: 11px;
}

/* line 270, ../sass/header.scss */
.ad-right1 {
  float: right;
  width: 230px;
}

/* line 274, ../sass/header.scss */
.ad-mid1 {
  float: left;
  width: 718px;
  margin-right: 11px;
}

/* line 279, ../sass/header.scss */
.lp-no-data {
  text-align: center;
  font-size: 28px;
  color: #999;
}

/*search css end*/
/*suggestion css begin*/
/* line 286, ../sass/header.scss */
.input_tip {
  position: absolute;
  left: -1px;
  top: 43px;
  width: 310px;
  z-index: 100;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: none;
  z-index: 20;
}

/* line 298, ../sass/header.scss */
.input_tip li {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 10px;
  color: #010101;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}

/* line 309, ../sass/header.scss */
.input_tip li span {
  float: left;
  width: 68%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

/* line 318, ../sass/header.scss */
.input_tip li .w290 {
  width: 290px !important;
}

/* line 321, ../sass/header.scss */
.input_tip li .sub-name {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

/* line 326, ../sass/header.scss */
.input_tip i {
  line-height: 12px;
}

/* line 329, ../sass/header.scss */
.input_tip li em {
  float: right;
  width: 32%;
  height: 40px;
  color: #999;
  display: block;
  text-align: right;
}

/* line 337, ../sass/header.scss */
.input_tip .focus {
  background: #fafafa;
}

/* line 340, ../sass/header.scss */
.input_tip .last {
  border-bottom: none;
}

/*suggestion css end*/
/* line 345, ../sass/header.scss */
.lp-ad {
  width: 1200px;
  margin: 0 auto;
}

/* line 349, ../sass/header.scss */
.ad_flash {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *margin-left: 0;
  *margin-right: 0;
}

/* line 350, ../sass/header.scss */
.ad-left1 {
  float: left;
  width: 230px;
  margin-right: 11px;
}

/* line 355, ../sass/header.scss */
.ad-right1 {
  float: right;
  width: 230px;
}

/* line 359, ../sass/header.scss */
.ad-mid1 {
  float: left;
  width: 718px;
  margin-right: 11px;
}

/* line 364, ../sass/header.scss */
.lp-no-data {
  text-align: center;
  font-size: 28px;
  color: #999;
}

/*右侧浮动css*/
/* line 2, ../sass/floating.scss */
.h-float {
  position: fixed;
  right: 5px;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 60px;
  display: block;
  z-index: 1001;
  display: none;
}

/* line 14, ../sass/floating.scss */
.h-float a {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  margin-bottom: 1px;
}

/* line 22, ../sass/floating.scss */
a[class~="location"]:hover {
  background: url(/static1../images/location_02.png) no-repeat 0px 0px;
}

/* line 26, ../sass/floating.scss */
.h-float .txt {
  display: none;
}

/* line 30, ../sass/floating.scss */
.h-float em {
  width: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  *zoom: 1;
}

/* line 38, ../sass/floating.scss */
.h-float .zx-icon,
.h-float .wz-icon,
.h-float .db-icon,
.h-float .feedback s,
.h-float .lp-icon,
.h-float .location {
  background: url(/static1../images/location_01.png) no-repeat 0px 0px;
}

/* line 47, ../sass/floating.scss */
.h-float .comp-icon {
  background: url(/static1../images/location_01.png) no-repeat 0px -65px;
}

/* line 51, ../sass/floating.scss */
.h-float a[class~="compare"]:hover {
  background: url(/static1../images/location_02.png) no-repeat 0px -65px;
}

/* line 55, ../sass/floating.scss */
.h-float .maifang {
  background: url(/static1../images/location_01.png) no-repeat 0px -130px;
}

/* line 59, ../sass/floating.scss */
a[class~="maifang"]:hover {
  background: url(/static1../images/location_02.png) no-repeat 0px -130px;
}

/* line 63, ../sass/floating.scss */
.h-float .feedback s {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-position: 0px -195px;
}

/* line 70, ../sass/floating.scss */
.h-float .feedback:hover s {
  display: none;
}

/* line 74, ../sass/floating.scss */
.h-float a:hover, .h-float .current, .h-float .feedback:hover {
  border-top: none;
  text-decoration: none;
  cursor: pointer;
}

/* line 80, ../sass/floating.scss */
a[class~="current"][class~="location"] {
  background: url(/static1../images/location_02.png) no-repeat 0px 0px;
}

/* line 84, ../sass/floating.scss */
.h-float .feedback:hover {
  width: 60px;
  height: 60px;
  background: url(/static1../images/location_02.png) no-repeat 0px -195px;
}

/* line 90, ../sass/floating.scss */
.h-float a:hover em, .h-float .current em {
  display: none;
}

/* line 94, ../sass/floating.scss */
.h-float a:hover .txt, .h-float .current .txt {
  display: block;
}

/* line 98, ../sass/floating.scss */
.h-float .go-top, .h-float .go-top:hover {
  width: 60px;
  height: 60px;
  border: none;
}

/* line 104, ../sass/floating.scss */
.h-float .go-top {
  background: url(/static1../images/location_01.png) no-repeat 0px -260px;
}

/* line 108, ../sass/floating.scss */
.h-float .go-top:hover {
  background: url(/static1../images/location_02.png) no-repeat 0px -260px;
}

/* line 5, ../sass/loupan-feedback.scss */
.logo-title {
  width: 1200px;
  height: 48px;
  margin: 26px auto;
  overflow: hidden;
}
/* line 11, ../sass/loupan-feedback.scss */
.logo-title .logo-container {
  width: 184px;
  border-right: #e6e6e6 solid 2px;
  float: left;
}
/* line 16, ../sass/loupan-feedback.scss */
.logo-title .logo-container .logo {
  width: 184px;
  height: 48px;
}
/* line 22, ../sass/loupan-feedback.scss */
.logo-title .title {
  display: inline-block;
  float: left;
  font-size: 24px;
  color: #333333;
  margin-left: 15px;
  height: 48px;
  line-height: 48px;
}

/* line 33, ../sass/loupan-feedback.scss */
.feedback_content {
  width: 100%;
  height: 661px;
  background-color: whitesmoke;
  border-top: #dddddd solid 1px;
}
/* line 39, ../sass/loupan-feedback.scss */
.feedback_content .form-container {
  width: 1200px;
  height: 571px;
  margin: 30px auto;
  margin-bottom: 58px;
  border: #dddddd solid 1px;
  background-color: white;
}
/* line 47, ../sass/loupan-feedback.scss */
.feedback_content .form-container .title {
  font-size: 21px;
  margin-top: 64px;
  margin-bottom: 57px;
  margin-left: 369px;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  color: #333333;
}
/* line 58, ../sass/loupan-feedback.scss */
.feedback_content .form-container .contact-container {
  font-size: 16px;
  color: #333333;
}
/* line 62, ../sass/loupan-feedback.scss */
.feedback_content .form-container .contact-container label {
  margin-left: 243px;
}
/* line 66, ../sass/loupan-feedback.scss */
.feedback_content .form-container .contact-container input {
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 73, ../sass/loupan-feedback.scss */
.feedback_content .form-container .feed_container {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  position: relative;
}
/* line 79, ../sass/loupan-feedback.scss */
.feedback_content .form-container .feed_container span {
  margin-left: 243px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  height: 138px;
  line-height: 33px;
  vertical-align: bottom;
}
/* line 89, ../sass/loupan-feedback.scss */
.feedback_content .form-container .feed_container textarea {
  color: #333333;
  padding: 10px;
}
/* line 94, ../sass/loupan-feedback.scss */
.feedback_content .form-container .feed_container em {
  height: 16px;
  padding-left: 20px;
  background-image: url(/static1../images/warn.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 12px;
  left: 888px;
  color: #ee4433;
  font-size: 12px;
  line-height: 15px;
  display: none;
}
/* line 110, ../sass/loupan-feedback.scss */
.feedback_content .form-container .feed_fin {
  height: 16px;
  color: #ee4433;
  font-size: 12px;
  line-height: 15px;
  display: block;
  text-align: center;
  width: 1200px;
  margin-top: 10px;
  visibility: hidden;
}
/* line 122, ../sass/loupan-feedback.scss */
.feedback_content .form-container .submit {
  background-color: #cfcfcf;
  color: white;
  height: 40px;
  width: 185px;
  font-size: 16px;
  border: none;
  margin-top: 15px;
  margin-left: 510px;
}
/* line 132, ../sass/loupan-feedback.scss */
.feedback_content .form-container .submit span {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
/* line 139, ../sass/loupan-feedback.scss */
.feedback_content .form-container .tel {
  text-align: center;
  margin-top: 20px;
}
/* line 143, ../sass/loupan-feedback.scss */
.feedback_content .form-container .tel span {
  font-size: 14px;
  color: #333333;
}

/* line 151, ../sass/loupan-feedback.scss */
#contact {
  width: 540px;
  height: 38px;
  border: 1px solid #dddddd;
  line-height: 38px;
  color: #b8b8b8;
}

/* line 159, ../sass/loupan-feedback.scss */
#feed_info {
  width: 540px;
  height: 118px;
  border: 1px solid #dddddd;
  color: #b8b8b8;
}
