/* Minification failed. Returning unminified contents.
(1517,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@charset "utf-8";
/*********************
	默认链接颜色值
*********************/
/*********************
	定义常用颜色值
*********************/
/*********************
	不同主题颜色
*********************/
/*****主题一*****/
/*@maincolor:#428BCA;*/
/*****主题二*****/
/*********************
	默认边框
	支持传参数，@borderwidth，@bordercolor
*********************/
/***********圆角边框************/
/*box-shadow*/
/*不换行*/
.cutstr {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* 地图找厂房模块 */
/********************************
  初始化
  2013/10/29 黄敏思
********************************/
*html,
*body {
  height: 100%;
  width: 100%;
}
body {
  color: #666;
  background: #fff;
  overflow: hidden;
  min-width: 1024px;
}
body,
select {
  font: 12px/1.5 '宋体', Arial, sans-serif;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
address,
small,
big,
em,
font,
strike,
strong,
sub,
sup,
b,
u,
i,
center,
ol,
ul,
li,
form,
label {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}
select {
  vertical-align: middle;
  outline: none;
}
input {
  outline: none;
}
textarea {
  resize: none;
}
ol,
ul,
li {
  list-style: none;
}
img {
  border: 0;
}
i,
em {
  font-style: normal;
}
h1 {
  display: none;
}
a,
a:link,
a:visited {
  color: #428bca;
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover {
  color: #e03236;
}
/*公共类*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.ndspl {
  display: none;
}
.pstnr {
  position: relative;
}
.red {
  color: #c30;
}
.clearfix {
  zoom: 1;
}
.float-left {
  float: left;
}
.price {
  font: bold 14px/20px Arial, Helvetica, sans-serif;
  color: #F74A00;
}
.rt {
  float: right;
}
.lt {
  float: left;
}
.vm {
  vertical-align: middle;
}
a:link .selection,
a:visited .selection {
  position: absolute;
  right: 0;
  _right: 4px;
  top: 12px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #AAA transparent transparent;
  _border-color: #AAA #F5F5F5 #F5F5F5;
  -moz-transform-origin: 50% 30%;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
a:hover .selection,
a:active .selection {
  border-color: #AAA transparent transparent;
  _border-color: #AAA #F5F5F5 #F5F5F5;
  -moz-transform: rotate(180deg);
  -moz-transform-origin: 50% 30%;
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 30%;
  -o-transform: rotate(180deg);
  -o-transform-origin: 50% 30%;
  transform: rotate(180deg);
  transform-origin: 50% 30%;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
a:hover .selection.spe,
a:active .selection.spe {
  _border-color: #AAA #F47B22 #F47B22;
}
/*引用类*/
.mapwin-head {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #1F85D2;
  position: relative;
}
.mapwin-head h2 {
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 0 0 8px;
}
.mapwin-head span {
  color: #FFFF00;
  font-size: 12px;
  font-weight: normal;
}
.mapwin-close {
  background: url(../images/map/close.gif) no-repeat;
  width: 66px;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}
.mapcontent-list {
  float: right;
  width: 620px;
}
.mapsort-title {
  width: 100%;
  clear: both;
  height: 32px;
  background: #f0f0f0;
  border-bottom: solid 1px #D5D5D5;
}
.mapsort-title span {
  margin: 0 0 0 6px;
  float: left;
  vertical-align: middle;
}
.mapsort-title span b {
  color: #F74A00;
}
.body-hd.maphd {
  border-bottom: solid 1px #D5D5D5;
  padding-bottom: 10px;
  margin-bottom: 2px;
  box-shadow: 1px 1px 2px #EBEBEB;
  width: 100%;
  height: 102px;
  background: #fff;
}
#Logo {
  padding: 8px 10px 8px 4px;
}
#Logo .body-header {
  padding: 0;
  position: relative;
  height: 60px;
}
/*城市切换*/
.head-city {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
  _margin-right: 6px;
  font-family: "微软雅黑";
  padding-left: 6px;
  border-left: 1px solid #ccc;
  z-index: 10;
}
.head-city label {
  font-size: 14px;
  color: #e03236;
  padding-left: 6px;
  display: inline-block;
}
.head-city span {
  display: block;
  cursor: pointer;
  padding: 2px;
  margin-top: 2px;
}
.head-city span a:link,
.head-city span a:visited {
  color: #666;
  padding: 2px 14px 0 4px;
  background: url(../images/cs-small.gif) no-repeat 95% -71px;
  display: block;
}
.head-city span.menu-on {
  padding: 1px 1px 0;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.head-city span.menu-on a:link,
.head-city span.menu-on a:visited {
  background: #f7f7f7 url(../images/cs-small.gif) no-repeat 95% -71px;
  padding: 2px 14px 2px 4px;
}
.city-changebox {
  padding: 0 1px;
  width: 1280px;
  border: 1px solid #ddd;
  -moz-box-shadow: 2px 2px 2px #f2f2f2;
  -webkit-box-shadow: 2px 2px 2px #f2f2f2;
  box-shadow: 2px 2px 2px #f2f2f2;
  display: none;
  background: #fff;
}
.city-changebox h2 {
  background: #f7f7f7;
  font-size: 14px;
  font-family: "微软雅黑", "黑体";
  padding: 6px;
  color: #e03236;
  margin: 0 0 1px 0;
  position: relative;
  _margin-top: -3px;
}
.city-changebox h2 .icon-line {
  height: 1px;
  *height: 2px;
  *overflow: hidden;
  width: 68px;
  display: block;
  background: #f7f7f7;
  position: absolute;
  left: -1px;
  _left: -7px;
  top: -1px;
  *top: -2px;
}
.city-changebox ul {
  border-top: 1px solid #ddd;
  padding: 6px 8px;
}
.city-changebox ul li label,
.city-changebox ul li span {
  display: inline-block;
  vertical-align: top;
}
.city-changebox ul li label {
  font-weight: bold;
  color: #3276B1;
  font-family: Arial;
  font-size: 13px;
  padding: 4px 0;
}
.city-changebox ul li span a:link,
.city-changebox ul li span a:visited {
  color: #666;
  display: inline-block;
  padding: 4px;
}
.city-changebox ul li span a:hover,
.city-changebox ul li span a:active {
  color: #e03236;
}
/*筛选侧栏*/
.sort-box {
  width: 272px;
  _overflow: hidden;
  padding: 0;
  border: none;
  margin: 0;
  float: left;
}
.sort-inner {
  margin: 10px;
}
.sort-inner h3 {
  padding: 6px 0 8px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin-bottom: 6px;
}
.sort-inner h3 em {
  color: #D9534F;
  font-family: Arial;
  font-size: 13px;
  margin: 0 2px;
}
.mapsort label {
  display: block;
  background: #f2f2f2;
  font-weight: bold;
  padding: 4px 12px;
  color: #333;
}
.mapsort span {
  display: block;
  margin: 3px 0 16px 10px;
}
.mapsort span span {
  display: inline;
  margin: 0;
}
.mapsort span a:link,
.mapsort span a:visited {
  padding: 2px 4px;
  margin: 2px 2px;
  white-space: nowrap;
  display: inline-block;
}
.mapsort span a:link.active,
.mapsort span a:visited.active {
  color: #e03236;
  _border: 0;
  _background: none;
}
.mapsort span.sort-selected {
  margin: 10px 0 12px 4px;
  display: inline-block;
}
.sort-selected {
  padding: 5px 12px 5px 10px;
}
.sort-selected span {
  color: #428bca;
  vertical-align: middle;
}
.sort-selected .icon-s {
  width: 10px;
  height: 6px;
  display: inline-block;
  _overflow: hidden;
  background: url(../images/map/cs-map.png) no-repeat -138px -13px;
  vertical-align: middle;
  margin-left: 4px;
}
.sort-selected.active span {
  color: #e03236;
}
.sort-selected.mouse-on {
  background: rgba(71, 78, 88, 0.95);
  background: #474e58 \9;
}
.sort-selected.mouse-on .icon-s {
  background-position: -138px 0;
}
.sort-selected.mouse-on span {
  color: #ddd;
}
.sort-content {
  display: none;
  background: rgba(71, 78, 88, 0.95);
  background: #474e58 \9;
}
.sort-content a:link,
.sort-content a:visited {
  display: block;
  padding: 5px 0 5px 12px;
  border-bottom: 1px solid #777;
  color: #ddd;
}
.sort-content a:link.active,
.sort-content a:visited.active {
  color: #fff;
}
.sort-content a:hover,
.sort-content a:active {
  color: #fff;
}
.sort-content .onselected,
.sort-content .area-sec {
  float: left;
}
.sort-content .onselected {
  width: 109px;
  height: 435px;
  overflow: hidden;
}
.sort-content .onselected a:link.active,
.sort-content .onselected a:visited.active,
.sort-content .onselected a:hover,
.sort-content .onselected a:active {
  color: #fff;
  background: #474e58;
  background: #3e4448 \9;
}
.sort-content .area-sec {
  width: 140px;
  height: 435px;
  overflow-y: auto;
  border-left: 1px solid #777;
}
.sort-content .area-sec a:link,
.sort-content .area-sec a:visited {
  border-right: 0;
}
.sort-content .area-sec a:hover,
.sort-content .area-sec a:active {
  color: #fff;
  background: #474e58;
  background: #3e4448 \9;
}
.icon-reset {
  display: inline-block;
  padding-left: 18px;
  background: url(../images/map/reset.gif) no-repeat 0 center;
}
.copy {
  clear: both;
  margin: auto;
  width: 200px;
  padding: 12px 0 0 0;
}
.copy span {
  font-family: Arial, Helvetica, sans-serif;
}
.maptopsch {
  position: absolute;
  z-index: 47;
  left: 239px;
  top: 40px;
  width: 400px;
}
/*********************************************
    PopWindow框标准样式
    2013-10-30 黄敏思整合
*********************************************/
.PopWindow {
  padding: 0;
  overflow: auto;
  outline: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #ddd;
  color: #362b36;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.PopWindow-header {
  border-bottom: solid 1px #e5e5e5;
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 12px 16px 10px 16px;
  border: 1px solid #aed0ea;
  background: #deedf7 url("../Plugin/jquery-ui/images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.PopWindow-header span {
  font: normal 18px/20px '微软雅黑', '宋体';
  color: #D2322D;
  float: left;
}
.PopWindow-header i {
  float: right;
}
.PopWindow-body {
  padding: 0 10px 10px 10px;
}
.PopWindow-body-inner {
  margin: 0 16px;
}
.PopWindow-body-tips {
  font: normal 16px/20px 'Arial', '微软雅黑', '宋体';
  color: #666;
  padding: 10px;
}
.PopWindow-footer {
  border-top: solid 1px #e5e5e5;
  padding: 16px;
}
.PopWindow-footer span a:link,
.PopWindow-footer span a:visited {
  margin-left: 24px;
}
.iknowit {
  text-align: right;
  height: 28px;
  float: right;
}
.iknowit button {
  margin-left: 6px;
}
.iknowit .btn.btn-sm {
  _margin-left: 6px;
}
/*弹框关闭*/
.PopWindow-header i {
  _height: 22px;
  _width: 22px;
  _overflow: hidden;
}
.close-icon {
  background: url(../images/cs-small.png) no-repeat 4px -50px;
  _background: url(../images/cs-small.gif) no-repeat 4px -50px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  border: 0;
  cursor: pointer;
  opacity: 0.7;
  border: solid 1px #d3d3d3;
  border-radius: 3px;
}
.close-icon:hover {
  opacity: 1;
  border: solid 1px #999;
}
/*弹框btn*/
.btn.cancel,
a.btn.cancel {
  position: relative;
  cursor: pointer;
  padding: 6px 24px;
  padding: 4px 24px \9;
  *padding: 4px 13px 2px 13px;
  text-shadow: 0 1px 0 #fff;
  color: #333;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.cancel:hover,
a.btn.cancel:hover {
  text-shadow: none;
  border-color: #c6c6c6;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
  background-position: 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn.cancel:active,
a.btn.cancel:active,
.btn.cancel.active,
a.btn.cancel.active {
  background-image: none;
  outline: 0;
  background: #e8e8e8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
  background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
  background-image: linear-gradient(to bottom, #f6f6f6, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff1f1f1', GradientType=0);
  _background: none;
  _filter: none;
}
/*导航栏*/
.header-nav {
  float: left;
  margin-top: 10px;
}
.header-nav li {
  float: left;
  margin: 0 2px;
}
.header-nav li a:link,
.header-nav li a:visited {
  color: #333;
  font-size: 16px;
  font-family: "微软雅黑";
  height: 20px;
  line-height: 20px;
  padding: 13px;
  display: block;
  _display: inline-block;
}
.header-nav li a:hover,
.header-nav li a:active,
.header-nav li.menu-bon a:link,
.header-nav li.menu-bon a:visited {
  color: #e03236;
}
.header-nav li.menu-on a:link,
.header-nav li.menu-on a:visited {
  color: #e03236;
}
.header-nav li .tnav-line {
  font-size: 18px;
  color: #ccc;
  display: inline-block;
  margin-top: 4px;
}
.search-wrap-index {
  float: right;
  margin-top: 10px;
  *width: 310px;
  _overflow: hidden;
}
.search-inner-index {
  _height: 40px;
  _overflow: hidden;
}
.search-inner-index span.lt {
  float: left;
}
.search-inner-index .btn {
  *margin-top: 1px;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  height: 40px;
}
.search-keywords-index {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.05);
  border: solid 1px #cccccc;
  height: 34px;
  _height: 33px;
  _overflow: hidden;
  line-height: 34px;
  _line-height: 33px;
  padding: 2px 8px;
  margin: 0;
  width: 240px;
  margin-right: -4px;
  font-family: "微软雅黑";
}
.btn-client {
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
}
.btn.btn-blue {
  background: #428BCA;
  border: solid 1px #357EBD;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
}
.btn.btn-blue.hover,
.btn.btn-blue:hover {
  color: #fff;
  border-color: #285E8E;
  background-color: #3276B1;
}
.btn.btn-success {
  background: #5cb85c;
  border: solid 1px #4cae4c;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
}
.btn.btn-success.hover,
.btn.btn-success:hover {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn.btn-info {
  background: #5bc0de;
  border: solid 1px #46b8da;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
}
.btn.btn-info.hover,
.btn.btn-info:hover {
  background-color: #39b3d7;
  border-color: #269abc;
  color: #fff;
}
.btn.btn-primary {
  background: #E03236;
  border: solid 1px #d74e1f;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
}
.btn.btn-primary.hover,
.btn.btn-primary:hover {
  color: #fff;
  background-color: #d74e1f;
  border-color: #cb4b1f;
}
.btn.btn-warning {
  background: #f0ad4e;
  border: solid 1px #eea236;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
}
.btn.btn-warning.hover,
.btn.btn-warning:hover {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn.btn-default {
  color: #333;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
}
.btn.btn-default.hover,
.btn.btn-default:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn.btn-index {
  width: 92px;
  *height: 34px;
  padding: 5px 12px;
  *padding: 1px 12px;
  text-align: center;
  font-size: 16px;
  font-family: "微软雅黑";
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-index.bi-lg {
  width: auto;
}
.btn.btn-save {
  width: 130px;
  padding: 6px 0;
  *height: 36px;
}
.btn.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  _height: 45px;
  _padding: 10px 0;
}
.btn.btn-sm {
  padding: 4px 26px;
  *padding: 4px 18px;
  _padding: 4px 14px 0 14px;
  font-size: 14px;
}
.btn.btn-ss {
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 15px;
  *width: 56px;
  text-align: center;
  *padding: 2px 0;
  *margin-top: 1px;
}
.btn.btn-sch {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.btn .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn.btn-w170 {
  width: 170px;
  text-align: center;
  padding: 3px 0;
  *padding: 1px 0;
  _padding: 2px 0 0 0;
}
.btn.btn-w70 {
  width: 70px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  padding: 2px 0;
  _padding: 4px 0 0 0;
}
.btn.btn-sm-inpt {
  padding: 3px 15px;
}
.btn-grey {
  padding: 4px 10px;
  color: #fff;
  background: #999;
  border: solid 1px #cccccc;
  display: inline-block;
}
.btn-gray {
  background: #666;
  border: solid 1px #5a5a5a;
  color: #fff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
  background: #555;
  border: solid 1px #4a4a4a;
  color: #fff;
}
.schselebox-index {
  border: solid 1px #ff710d;
  background: #FFF;
  width: 297px;
  display: none;
  -moz-box-shadow: 0 0 10px #DDD;
  -webkit-box-shadow: 0 0 10px #DDD;
  box-shadow: 0 0 10px #DDD;
}
.schselebox-index li a:link,
.schselebox-index li a:visited {
  font-size: 14px;
  display: block;
  padding: 4px 6px;
  _height: 21px;
  font-weight: normal;
}
.schselebox-index li a:hover,
.schselebox-index li a:active {
  background: #eee;
  color: #666;
}
/*顶部工具栏*/
.icon-top-phonenum,
.icon-top-person {
  display: inline-block;
  width: 12px;
  height: 13px;
  _height: 30px;
  background: url(../images/cs-small.png) no-repeat 0 -272px;
  _background: url(../images/cs-small.gif) no-repeat 0 -262px;
  margin-right: 6px;
}
.icon-top-person {
  width: 13px;
  height: 14px;
  _height: 30px;
  background-position: 0 -313px;
  _background-position: 0 -305px;
}
.pstnr {
  position: relative;
}
.topbar-wrap {
  border-bottom: solid 1px #e4e4e4;
  background: #f0f0f0;
}
.topbar-wrap .topbar-inner {
  width: 980px;
  height: 36px;
  line-height: 30px;
  margin: 0 auto;
  clear: both;
  background: #f0f0f0;
}
.topbar-wrap .topbar-inner .topbar-left {
  float: left;
  height: 30px;
  margin-top: 3px;
}
.topbar-wrap .topbar-inner .topbar-left li {
  margin-right: 20px;
}
.topbar-wrap .topbar-inner .topbar-right {
  float: right;
  height: 30px;
  margin-top: 3px;
}
.topbar-wrap .topbar-inner .topbar-right li {
  margin-left: 20px;
}
.topbar-wrap .topbar-inner li {
  float: left;
  font-family: "Microsoft YaHei";
}
.topbar-wrap .topbar-inner li i {
  font-size: 10px;
  color: #aaa;
  margin: 0 6px;
}
.topbar-wrap .topbar-inner li a:link,
.topbar-wrap .topbar-inner li a:visited {
  color: #666;
}
.topbar-wrap .topbar-inner li a:link .selection,
.topbar-wrap .topbar-inner li a:visited .selection {
  _border-color: #AAA #f0f0f0 #f0f0f0;
}
.topbar-wrap .topbar-inner li a:hover,
.topbar-wrap .topbar-inner li a:active {
  color: #e03236;
}
.topbar-wrap .topbar-inner li.pstnr {
  _position: relative;
  _padding: 0;
}
.topbar-wrap .topbar-inner li.pstnr a:link,
.topbar-wrap .topbar-inner li.pstnr a:visited {
  padding: 1px 15px 0 3px;
  display: inline-block;
}
.topbar-wrap .topbar-inner li.menu-on a:link,
.topbar-wrap .topbar-inner li.menu-on a:visited {
  color: #e03236;
  font-weight: bold;
}
.topbar-wrap .topbar-inner li.menu-on a:link .selection,
.topbar-wrap .topbar-inner li.menu-on a:visited .selection {
  _border-color: #AAA #fff #fff;
}
.topbar-wrap .topbar-inner li.pstnr.mouse-on a:link,
.topbar-wrap .topbar-inner li.pstnr.mouse-on a:visited {
  background: #fff;
  z-index: 10000;
  padding: 0 14px 0 2px;
  border: solid 1px #D4D4D4;
  border-bottom: 0;
}
.topbar-wrap .topbar-inner li.pstnr.mouse-on a:link .selection,
.topbar-wrap .topbar-inner li.pstnr.mouse-on a:visited .selection {
  _border-color: #AAA #fff #fff;
}
.sitemap {
  padding: 6px;
  background: #fff;
  border: solid 1px #dddddd;
  display: none;
}
.sitemap ul {
  border-top: solid 1px #ddd;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
}
.sitemap ul.first {
  border: 0;
}
.sitemap ul li {
  line-height: 24px;
  text-align: left;
  float: none;
}
.sitemap ul li h3 {
  font-size: 12px;
  font-weight: normal;
}
.sitemap li a strong {
  font-size: 14px;
}
.sitemap li a:link,
.sitemap li a:visited {
  margin-right: 6px;
}
/**弹出下拉框内容模块**/
.popupbox {
  padding: 6px 8px;
  background: #FFF;
  display: none;
  border: 1px solid #DDD;
  -moz-box-shadow: 0 0 10px #DDD;
  -webkit-box-shadow: 0 0 10px #DDD;
  box-shadow: 0 0 10px #DDD;
}
.popupbox .list-ranking {
  margin: 0 6px;
}
.popupbox .list-ranking a:link,
.popupbox .list-ranking a:visited {
  display: inline-block;
}
.list-ranking {
  line-height: 32px;
  _line-height: normal;
  margin: 0 12px;
}
.list-ranking li {
  border-top: dotted 1px #CCC;
}
.list-ranking li.first {
  border-top: 0;
}
.list-ranking li a:link,
.list-ranking li a:visited {
  color: #333;
}
.list-square li,
.ul.list-square-ul,
.list-square-ul ul {
  padding-left: 10px;
  _padding: 8px 0 8px 10px;
  background: url(../images/cs-small.gif) no-repeat 0 -17px;
}
.header-logo {
  overflow: hidden;
  float: left;
  height: 51px;
  margin: 6px 13px 0 0;
  font-weight: normal;
}
.header-logo a:link,
.header-logo a:visited,
.header-logo a:hover,
.header-logo a:active {
  display: block;
}
.header-tel {
  float: right;
  margin: 8px 0 0 20px;
  _margin: 8px 0 0 6px;
}
.schbar {
  width: 416px;
  border: solid 1px #CCC;
  height: 29px;
  margin: 4px 0 0 0;
  display: block;
  margin: auto;
  background: #FFF;
}
input.schinpt {
  font-size: 14px;
  border: 0;
  padding: 4px 6px;
  height: 20px;
  line-height: 20px;
  width: 42px;
}
.schbtn {
  border: 0;
  color: #FFF;
  height: 27px;
  width: 65px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background: #FFA53A;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffa53a), color-stop(1, #ff882a));
  background: -moz-linear-gradient(center top, #ffa53a 5%, #ff882a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA53A', endColorstr='#FF882A');
}
.loading2 {
  text-align: center;
  width: 100%;
  height: 150px;
  display: block;
  margin: 150px 0 0 0;
}
.loginQQ {
  background: url(http://qzonestyle.gtimg.cn/qzone/vas/opensns/res/img/Connect_logo_1.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
}
/*顶部搜索栏*/
.search-wrap {
  width: 410px;
  margin-top: 37px;
  margin-left: 8px;
}
.search-inner {
  border: solid 2px #D9534F;
  border-top: solid 2px #D9534F;
}
.search-inner span {
  float: left;
  display: block;
  height: 31px;
}
.search-select {
  display: block;
  height: 100%;
  line-height: 31px;
  font-size: 14px;
  padding: 0 6px;
  border-right: solid 1px #CCC;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #efefef));
  background: -moz-linear-gradient(center top, #ffffff 5%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF');
}
.search-select label {
  color: #555;
}
.search-keywords {
  border: 0;
  height: 31px;
  *height: 29px;
  line-height: 31px;
  _line-height: 29px;
  padding: 0 0 0 4px;
  margin: 0;
  width: 306px;
  _width: 312px;
}
.searchbtn {
  border: 0;
  color: #FFF;
  height: 31px;
  cursor: pointer;
  width: 90px;
  font-size: 14px;
  font-weight: bold;
  background: #D9534F;
}
.loadmask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff url('../images/loading.gif') no-repeat;
  width: 400px;
  height: 105px;
  text-indent: -3000px;
}
.tip-none {
  margin: 80px auto;
  background: url(../images/info.png) no-repeat 0 -190px;
  _background: url(../images/info.gif) no-repeat 0 -190px;
  padding: 22px 0 22px 72px;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "微软雅黑";
  color: #666;
  width: 400px;
}
.tip-none.tn-sm,
.tip-none small {
  margin: 20px auto;
  font-size: 14px;
  background-position: 0 -46px;
  _background-position: 0 -46px;
  padding: 2px 0 2px 30px;
  width: 60%;
}
/*弹出框样式*/
.multiple-ul,
.multiple-ul-area {
  height: 130px;
  clear: both;
  padding: 10px 0;
  overflow: auto;
  display: none;
  width: 300px;
  background: #FFF;
  border: solid #F47B22 1px;
}
.multiple-ul-area {
  width: 500px;
}
.multiple-ul-area ul,
.multiple-ul ul {
  float: left;
  margin-left: 20px;
  margin: 4px 0 0 20px;
  border-right: solid 1px #E4E4E4;
}
.multiple-ul-area li {
  margin-bottom: 6px;
  width: 90px;
}
.multiple-ul li {
  margin-bottom: 6px;
  width: 100px;
}
/**加载***/
.loadingmapcss {
  display: none;
  position: absolute;
  left: 55%;
  top: 40%;
  z-index: 81;
  font-size: 16px;
  color: #333;
  background-color: #FFF;
  border: solid 2px #666;
  padding: 14px;
  padding-left: 60px;
  margin-top: 35px;
  background-image: url(../images/loading.gif);
  background-position: 6px center;
  background-repeat: no-repeat;
}
.loadingschoolcss {
  display: none;
  position: absolute;
  left: 500px;
  z-index: 81;
  font-size: 16px;
  color: #D9534F;
  background-color: #FFF;
  border: solid 2px #D9534F;
  padding: 2px 5px;
}
/**地图上的***/
.default-house {
  /*position:absolute;*/
  height: 38px;
  white-space: nowrap;
}
.map-house-info {
  border-bottom: 1px solid #fff;
  clear: both;
  display: inline-block;
  _width: 120px;
  _zoom: 1;
  -moz-box-shadow: 4px 4px 18px 1px #aaa;
  -webkit-box-shadow: 4px 4px 18px 1px #aaa;
  -ms-box-shadow: 4px 4px 18px 1px #aaa;
  -o-box-shadow: 4px 4px 18px 1px #aaa;
  box-shadow: 4px 4px 18px 1px #aaa;
  border-top: 1px solid #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
  padding: 0 6px;
  background: #3575d3;
  color: #FFF;
  font-size: 12px;
  white-space: nowrap;
}
.map-house-info span {
  vertical-align: middle;
}
.map-house-info em {
  font-family: Arial;
  _font-family: "宋体";
}
.map-house-num {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #333;
  padding: 0px 5px;
  border-radius: 6px;
  margin-right: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
  position: relative;
}
.map-house-num i {
  background: url(../images/map/cs-map.png) no-repeat -70px -32px;
  display: inline-block;
  height: 8px;
  width: 15px;
  position: absolute;
  bottom: -12px;
  _bottom: -16px;
  left: 7px;
}
.map-house-info.aon .map-house-num i {
  background-position: 0 -32px;
}
.map-house-info.anno .map-house-num i {
  background-position: -35px -32px;
}
.map-houseprice {
  border-left: solid 1px #eee;
  padding-left: 6px;
  margin-left: 6px;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
}
.map-nhouseprice {
  display: none;
  border-left: solid 1px #eee;
  padding-left: 6px;
  margin-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
}
.map-school-layout {
  position: absolute;
  height: 28px;
  white-space: nowrap;
}
.map-school {
  cursor: pointer;
  height: 28px;
  color: #FFF;
  background: url('../images/map/cs-map.png') no-repeat 0 -56px;
  font-size: 12px;
  display: inline-block;
  _display: inline;
  vertical-align: middle;
  _zoom: 1;
  white-space: nowrap;
}
.map-school em {
  font-family: Arial;
}
.map-school .map-school-block {
  background: #fff;
  color: #333;
  margin-bottom: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
}
.map-school .map-school-name {
  margin-left: 8px;
  white-space: nowrap;
}
.map-school .schoolname {
  display: none;
  background-color: #D9534F;
  padding: 8px;
  vertical-align: middle;
}
.map-school .schoolname.nameon {
  display: inline;
}
.map-school.map-active {
  background-position: 0 -104px;
}
.map-school.map-school-x {
  background-position: -48px -56px;
}
.map-school.map-school-x .schoolname {
  background-color: #2B8200;
}
.map-school.map-school-x.map-active {
  background-position: 0 -160px;
}
.map-school-close {
  cursor: pointer;
  display: none;
  padding: 8px 14px;
  vertical-align: middle;
  background: #d9534f url(../images/map/cs-map.png) no-repeat -96px -56px;
}
.map-school-close.closeon {
  display: inline;
  _display: inline-block;
}
.map-x-layout .map-school-close {
  background: #2b8200 url(../images/map/cs-map.png) no-repeat -148px -56px;
}
.icon-map-school {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.btn-index {
  width: 92px;
  *height: 34px;
  padding: 5px 12px;
  *padding: 1px 12px;
  text-align: center;
  font-size: 16px;
  font-family: "微软雅黑";
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.btn-index.bi-lg {
  width: auto;
}
.weituo-online {
  margin: 12px;
  _margin: 24px 12px 6px 12px 
	width:260px;
  overflow: hidden;
}
.weituo-online .wt-title {
  height: 40px;
  width: 150px;
  overflow: hidden;
  display: block;
  background: url(../images/cs-share.png) no-repeat 0 -98px;
  text-indent: -3000px;
  margin-bottom: 6px;
}
.weituo-online .btn {
  margin: 6px;
  width: 112px;
}
.leftarrow {
  position: absolute;
  left: 272px;
  width: 30px;
  height: 80px;
  background: #fff;
  border: 1px solid #CCC;
  border-left: 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  z-index: 6;
  top: 350px;
  cursor: pointer;
}
.leftarrow i {
  background: url(../images/map/cs-map.png) no-repeat -70px 0;
  width: 18px;
  height: 22px;
  margin: 27px 6px;
  display: block;
}
.leftarrow:hover i {
  background-position: -105px 0;
}
.leftarrow.h_on i {
  background-position: 0 0;
}
.leftarrow.h_on:hover i {
  background-position: -35px 0;
}
/*选中学区提示*/
.map-choose-tipbox {
  display: block;
  width: 80%;
  margin-left: 272px;
  position: absolute;
  left: 0;
  top: 114px;
  padding: 12px 0;
  height: 34px;
  text-align: center;
  z-index: 100;
}
.map-choose-tipbox.h_bg {
  width: 100%;
  margin-left: 0;
}
.map-choose-tip,
.map-choose-tipbg {
  width: 100%;
  height: 34px;
  padding: 12px 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.map-choose-tip {
  z-index: 3334;
  color: #fff;
}
.map-choose-tip span {
  display: inline-block;
  font-family: "微软雅黑";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 12px;
}
.map-choose-tipbg {
  z-index: 3333;
  background: #202020;
  opacity: .80;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

