* {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
img {
  border: none;
}
body {
  font-family: "Microsoft YaHei";
}
.topTips {
  width: 100%;
  height: 50px;
  margin-top: 7px;
  background: #f8f8f8;
}
.topTips .tipsMain {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
.topTips .tipsMain li {
  float: left;
  line-height: 50px;
  font-size: 14px;
  color: #666666; 
  display: inline;
  margin: 0 2px;
}
.topTips .tipsMain li a{
 font-size: 14px;
  color: #666666;   
}
.container {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto 0 auto;
}
.container .infoBox {
  width: 100%;
  overflow: hidden;
}
.container .infoBox .infoImg {
  width: 560px;
  height: 496px;
  float: left;
}
.container .infoBox .infoImg .fl {
  float: left;
}
.container .infoBox .infoImg .fr {
  float: right;
}
.container .infoBox .infoImg .big-img {
  position: relative;
  width: 560px;
  height: 400px;
}
.container .infoBox .infoImg .big-img a {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: url("../img/cursor_left.cur"), auto;
}
.container .infoBox .infoImg .big-img a.next {
  left: 50%;
  cursor: url("../img/cursor_right.cur"), auto;
}
.container .infoBox .infoImg .big-img li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s;
  text-align: center;
}
.container .infoBox .infoImg .big-img li.show {
  z-index: 1;
  opacity: 1;
}
.container .infoBox .infoImg .big-img li .image_wrapper {
  position: relative;
  display: inline-block;
  height: 100%;
  width: auto;
  max-height: 100%;
}
.container .infoBox .infoImg .big-img li .image_wrapper .prospect_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/big_propect_ico.png") no-repeat 100% 100%;
}
.container .infoBox .infoImg .big-img li .image_wrapper .sell_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/traded.png") no-repeat 50% 50%;
}
.container .infoBox .infoImg .big-img li img {
  max-width: 100%;
  max-height: 100%;
}
.container .infoBox .infoImg .focus-opt {
  margin-top: 6px;
}
.container .infoBox .infoImg .focus-opt span {
  width: 21px;
  height: 76px;
  background-image: url('../img/focus.png');
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 2px;
}
.container .infoBox .infoImg .focus-opt .prev {
  background-position: left top;
}
.container .infoBox .infoImg .focus-opt .prev.disable {
  background-position: left bottom;
  cursor: default;
}
.container .infoBox .infoImg .focus-opt .next {
  background-position: right top;
}
.container .infoBox .infoImg .focus-opt .next.disable {
  background-position: right bottom;
  cursor: default;
}
.container .infoBox .infoImg .thumb-img {
  width: 518px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.container .infoBox .infoImg .thumb-img ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 99999px;
  transition: left 0.5s;
}
.container .infoBox .infoImg .thumb-img li {
  float: left;
  margin-left: 23px;
  overflow: hidden;
  position: relative;
  border: 3px solid transparent;
}
.container .infoBox .infoImg .thumb-img li img {
  display: block;
}
.container .infoBox .infoImg .thumb-img li.active {
  border: 3px solid #5eb030;
}
.container .infoBox .infoImg .thumb-img li .photoBg {
  width: 100%;
  height: 24px;
  background: #000000;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.container .infoBox .infoImg .thumb-img li .photoText {
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.container .infoBox .infoMain {
  width: 607px;
  overflow: hidden;
  float: right;
}
.container .infoBox .infoMain .infoTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
  font-size: 28px;
  color: #494949;
}
.container .infoBox .infoMain .infoItem {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
}
.container .infoBox .infoMain .infoItem span {
  color: #333333;
}
.container .infoBox .infoMain .infoItem .num {
  color: #ff6600;
  font-size: 30px;
}
.container .infoBox .infoMain .mt20 {
  margin-top: 20px;
}
.container .infoBox .infoMain .mt14 {
  margin-top: 14px;
}
.container .infoBox .infoMain .nominate {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.container .infoBox .infoMain .nominate .nominateText {
  display: inline;
  float: left;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}
.container .infoBox .infoMain .nominate .phone {
  float: right;
  font-size: 14px;
  color: #666666;
  background: url("../img/phoneIco.png") no-repeat center left;
  padding-left: 21px;
  line-height: 18px;
}
.container .infoBox .infoMain .nominate .phone span {
  font-size: 18px;
  font-weight: bold;
}
.container .infoBox .infoMain .nominateMain {
  padding: 18px;
  overflow: hidden;
  background: #f8f8f8;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 15px;
}
.container .enroll {
  width: 100%;
  height: 103px;
  position: relative;
  margin-top: 46px;
  margin-bottom: 40px;
  background: url("../img/enrollBg.png");
}
.container .enroll .enrollText {
  width: 379px;
  height: 37px;
  background: url("../img/enrollBgTextBg.png");
  position: absolute;
  top: 35px;
  left: 318px;
  font-size: 20px;
  color: #ff404a;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
}
.container .enroll .enrollBtn {
  width: 210px;
  height: 52px;
  background: url("../img/enrollBtn.png");
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 33px;
}
.container .enroll .enrollTips {
  position: absolute;
  bottom: 10px;
  right: 34px;
  font-size: 13px;
  color: #ffffff;
}
.container .detail-nav {
  background: #f7f7f7;
  z-index: 1000;
  overflow: hidden;
}
.container .detail-nav li {
  float: left;
  padding: 0 35px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.container .detail-nav li a {
  color: #333;
  cursor: pointer;
}
.container .detail-nav li.active {
  background: #5ca834;
}
.container .detail-nav li.active a {
  color: #ffffff;
}
.container .detailTitle {
  width: 100%;
  overflow: hidden;
}
.container .detailTitle.mb16 {
  margin-bottom: 16px;
}
.container .detailTitle.mt40 {
  padding-top: 40px;
}
.container .detailTitle .detailTitleText {
  float: left;
  font-size: 24px;
  color: #494949;
}
.container .detailTitle .screen {
  float: right;
}
.container .detailTitle .screen li {
  float: left;
  display: inline;
  line-height: 30px;
}
.container .detailTitle .screen li a {
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.container .detailTitle .screen li a span {
  color: #999999;
}
.container .detailTitle .screen li a.active {
  font-weight: bold;
  color: #5eb030;
}
.container .detailTitle .screen li a.active span {
  color: #5eb030;
}
.container .detailTitle .screen .separate {
  color: #cccccc;
  margin: 0 27px;
}
.container .building {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
  display: none;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e0e0;
}
.container .building.active {
  display: block;
}
.container .building .buildingImg {
  width: 245px;
  height: 194px;
  border: 1px solid #e0e0e0;
  position: relative;
  float: left;
  overflow: hidden;
}
.container .building .buildingImg img {
  width: 100%;
  height: 100%;
}
.container .building .buildingImg .buildIco {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 34px;
  padding-left: 12px;
  background: url("../img/sbuildingIco.png");
  line-height: 34px;
  font-size: 16px;
  color: #ffffff;
}
.container .building .buildingImg .mask {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../img/buildingMask.png");
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
}
.container .building .buildingImg:hover .mask {
  opacity: 1;
}
.container .building .buildingInfo {
  width: 815px;
  overflow: hidden;
  float: left;
  display: inline;
  margin-left: 37px;
}
.container .building .buildingInfo .buildingInfoTitle {
  width: 100%;
  overflow: hidden;
}
.container .building .buildingInfo .buildingInfoTitle a {
  font-size: 20px;
  color: #666666;
  float: left;
  display: inline;
  font-weight: bold;
}
.container .building .buildingInfo .buildingInfoTitle .area {
  margin-left: 50px;
}
.container .building .buildingInfo .buildingItem {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.container .building .buildingInfo .buildingItem.mt20 {
  margin-top: 20px;
}
.container .building .buildingInfo .buildingItem.mt10 {
  margin-top: 10px;
}
.container .building .see {
  width: 100px;
  height: 40px;
  border-radius: 3px;
  background: #5eb030;
  float: right;
  margin-top: 45px;
  color: #ffffff;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}
.container .more {
  width: 208px;
  height: 44px;
  border: 1px solid #e0e0e0;
  border-top: none;
  display: none;
  margin: 0 auto;
}
.container .more.disable {
  display: block;
}
.container .more a {
  font-size: 14px;
  color: #666666;
  line-height: 44px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.container .buildingMain {
  width: 1198px;
  height: 464px;
  border: 1px solid #dcdcdc;
  margin-top: 26px;
}
.container .buildingMain .leftBuilding {
  width: 521px;
  overflow: hidden;
  float: left;
  display: inline;
  margin-top: 42px;
  margin-left: 42px;
}
.container .buildingMain .leftBuilding li {
  width: 100%;
  overflow: hidden;
}
.container .buildingMain .leftBuilding li a {
  font-size: 16px;
  color: #666666;
}
.container .buildingMain .leftBuilding li a span {
  color: #333333;
}
.container .buildingMain .rightBuilding {
  width: 521px;
  overflow: hidden;
  float: left;
  display: inline;
  margin-top: 42px;
}
.container .buildingMain .rightBuilding li {
  width: 100%;
  overflow: hidden;
}
.container .buildingMain .rightBuilding li a {
  font-size: 16px;
  color: #666666;
}
.container .buildingMain .rightBuilding li a span {
  color: #333333;
}
.container .buildingMain .mt20 {
  margin-top: 20px;
}
.container .map {
  width: 1200px;
  height: 450px;
  margin-top: 30px;
  margin-bottom: 42px;
}
.container .map .searchType {
  position: absolute;
  bottom: 12px;
  font-size: 12px;
  right: 12px;
  height: 40px;
}
.container .map .searchType li {
  float: left;
  position: relative;
  margin: 0 2px;
  font-family: "Microsoft YaHei", Helvetica, Tahoma, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.container .map .searchType .bus {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}
.container .map .searchType .bus:hover {
  background: rgba(94, 176, 48, 0.7);
}
.container .map .searchType .bus p {
  padding-top: 20px;
  z-index: 10;
  padding-bottom: 2px;
  position: relative;
  background: url("../img/bus_light.png") no-repeat center 20%;
}
.container .map .searchType .hos {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}
.container .map .searchType .hos p {
  padding-top: 20px;
  z-index: 10;
  padding-bottom: 2px;
  position: relative;
  background: url("../img/hos_light.png") no-repeat center 20%;
}
.container .map .searchType .hos:hover {
  background: rgba(94, 176, 48, 0.7);
}
.container .map .searchType .shop {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}
.container .map .searchType .shop p {
  padding-top: 20px;
  z-index: 10;
  padding-bottom: 2px;
  position: relative;
  background: url("../img/shop_light.png") no-repeat center 20%;
}
.container .map .searchType .shop:hover {
  background: rgba(94, 176, 48, 0.7);
}
.container .map .searchType .bank {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}
.container .map .searchType .bank p {
  padding-top: 20px;
  z-index: 10;
  padding-bottom: 2px;
  position: relative;
  background: url("../img/bank_light.png") no-repeat center 20%;
}
.container .map .searchType .bank:hover {
  background: rgba(94, 176, 48, 0.7);
}
.container .map .searchType .mapedu {
  width: 38px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}
.container .map .searchType .mapedu:hover {
  background: rgba(94, 176, 48, 0.7);
}
.container .map .searchType .mapedu .mapedu_text {
  padding-top: 20px;
  z-index: 10;
  padding-bottom: 6px;
  position: relative;
  background: url("../img/edu_light.png") no-repeat center 20%;
}
.container .map .searchType .mapedu .mapedu_main {
  display: none;
  width: 77px;
  height: 98px;
  background-image: url("../img/edu_main_bg.png");
  position: absolute;
  bottom: 46px;
  left: -22px;
}
.container .map .searchType .mapedu .mapedu_main li {
  padding: 0 5px;
  width: 77px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
}
.container .map .searchType .mapedu .mapedu_main li label {
  cursor: pointer;
}
.container .map .searchType .mapedu .mapedu_main li input {
  cursor: pointer;
}
.container .map .searchType .mapedu .mapedu_main li #child {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  vertical-align: middle;
}
.container .map .searchType .mapedu .mapedu_main li #small {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  vertical-align: middle;
}
.container .map .searchType .mapedu .mapedu_main li #mid {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  vertical-align: middle;
  padding-bottom: 10px;
}
.container .map .searchType .curr {
  background: rgba(94, 176, 48, 0.7);
}
.enrollMain {
  width: 471px;
  height: 401px;
  background: url("../img/enrollMainBg.png");
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
  overflow: hidden;
}
.enrollMain.active {
  display: block;
}
.enrollMain .enrollItem {
  width: 100%;
  overflow: hidden;
}
.enrollMain .enrollItem .closeEnroll {
  width: 17px;
  height: 17px;
  background: url("../img/closeIco.png");
  float: right;
  margin-top: 29px;
  margin-right: 14px;
  cursor: pointer;
}
.enrollMain .enrollItem .enrollTitle {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  margin-left: 172px;
}
.enrollMain .enrollItem .enrollTitle span {
  color: #5eb030;
}
.enrollMain .enrollItem .enrollSmallTitle {
  margin-left: 117px;
  font-size: 12px;
  color: #666666;
}
.enrollMain .enrollItem .inputBox {
  width: 270px;
  height: 46px;
  margin-left: 120px;
  margin-top: 16px;
  border: 1px solid #b5b5b5;
}
.enrollMain .enrollItem .inputBox .inputText {
  font-size: 14px;
  color: #999999;
  line-height: 46px;
  float: left;
  display: inline;
  margin-left: 12px;
}
.enrollMain .enrollItem .inputBox .inputMain {
  width: 200px;
  float: left;
  height: 46px;
  border: none;
  padding: 0 5px;
  line-height: 46px;
  color: #999999;
  font-size: 14px;
}
.enrollMain .enrollItem .enrollSub {
  width: 272px;
  height: 60px;
  border-radius: 3px;
  background: #5eb030;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  border: none;
  font-size: 16px;
  margin-top: 17px;
  margin-left: 120px;
  line-height: 60px;
}
.enrollMain .enrollItem .tips {
  font-size: 12px;
  color: #999999;
  float: right;
  display: inline;
  margin-right: 24px;
}
.enrollMain .mt10 {
  margin-top: 10px;
}
.enrollMain .mt16 {
  margin-top: 16px;
}
.enrollMain .mt30 {
  margin-top: 30px;
}
.buildInfo {
  width: 740px;
  height: 526px;
  padding: 19px;
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  bottom: 0;
  z-index: 1001;
}
.buildInfo .leftBuildInfo {
  width: 460px;
  height: 526px;
  float: left;
}
.buildInfo .leftBuildInfo img {
  width: 100%;
  max-height: 526px;
}
.buildInfo .rightBuildInfo {
  width: 280px;
  height: 526px;
  float: left;
  position: relative;
}
.buildInfo .rightBuildInfo .buildItem {
  width: 100%;
  overflow: hidden;
}
.buildInfo .rightBuildInfo .buildItem .buildInfoIco {
  width: 105px;
  height: 38px;
  background: url("../img/buildInfoIco.png");
  color: #ffffff;
  line-height: 38px;
  font-size: 18px;
  float: left;
  padding-left: 14px;
}
.buildInfo .rightBuildInfo .buildItem .closeIco {
  width: 17px;
  height: 17px;
  background: url("../img/closeIco.png");
  float: right;
  margin-top: 12px;
  cursor: pointer;
}
.buildInfo .rightBuildInfo .infoMain {
  width: 257px;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 23px;
}
.buildInfo .rightBuildInfo .infoMain .infoMainTitle {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.buildInfo .rightBuildInfo .infoMain .infoMainItem {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
}
.buildInfo .rightBuildInfo .infoMain .infoMainItem a {
  color: #666666;
}
.buildInfo .rightBuildInfo .infoMain .infoMainItem span {
  color: #333333;
}
.buildInfo .rightBuildInfo .infoMain .mt20 {
  margin-top: 20px;
}
.buildInfo .rightBuildInfo .infoMain .mt10 {
  margin-top: 10px;
}
.buildInfo .rightBuildInfo .look{
    position: absolute;
    left:23px;
    bottom: 10px;
    font-size: 12px;
    color:#666666;
}
.buildInfo.active {
  display: block;
}
.bigMask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.bigMask.active {
  display: block;
}
.info_box {
  overflow: visible;
  width: 10px;
  height: 10px;
  position: relative;
  display: none;
}
.sj {
  margin-top: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.info {
  position: absolute;
  left: 6px;
  top: 0;
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 3px;
  background: rgba(94, 176, 48, 0.9);
}
.info_num {
  margin-left: 10px;
}
.marker4 {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
  color: #fff;
  background-color: #cc6600;
}
.marker4 .marker_ico {
  z-index: 1;
}
.marker4 .bus {
  background: #bb87e0;
}
.marker4 .hos {
  background: #df6c6c;
}
.marker4 .shop {
  background: #5e90b7;
}
.marker4 .bank {
  background: #56a9a1;
}
.marker4 .edu {
  background: #e69f75;
}
.marker4:hover .marker_tit {
  display: block;
}
.marker_ico {
  position: absolute;
  left: -12px;
  top: 0px;
  width: 25px;
  height: 33px;
}
.bus_ico {
  background: url("../img/bus_ico.png");
}
.hos_ico {
  background: url("../img/hos_ico.png");
}
.bank_ico {
  background: url("../img/bank_ico.png");
}
.shop_ico {
  background: url("../img/shop_ico.png");
}
.edu_ico {
  background: url("../img/edu_ico.png");
}
.marker_tit {
  display: none;
  padding: 0 10px 0 15px;
  white-space: nowrap;
  position: absolute;
  background-color: #8166ff;
}
.houseType_mask{
    width: 149px;
    height: 48px;
    background: url("../img/bbuildingIco.png");
    position: absolute;
    top: 0;
    line-height: 48px;
    font-size: 20px;
    color: #ffffff;
    left: 0;
    font-weight: bold;
}