* {
	margin: 0;
	padding: 0
}

.research {
	width: 100%;
	height: 70px;
	background: #e5e5e5
}

.research .research-inner {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	padding-top: 14px
}

.research .research-inner .research-inp {
	width: 435px;
	height: 41px;
	border-radius: 2px;
	color: #394043;
	font: 14px "寰蒋闆呴粦 Light";
	text-indent: 1em;
	outline: 0;
	border: 1px solid #ddd;
	border-radius: 2px 0 0 2px;
	position: absolute;
	border-right-width: 0;
	left: 0
}

.research .research-inner .research-inp:active,.research .research-inner .research-inp:focus,.research .research-inner .research-inp:hover {
	border: 1px solid #01AAED
}

.research .research-inner .research-inp:active,.research .research-inner .research-inp:focus,.research .research-inner .research-inp:hover {
	border-right-width: 0
}

.research .research-inner button {
	width: 78px;
	height: 42px;
	border: 2px #01AAED solid;
	position: absolute;
	left: 436px;
	background: #01AAED;
	border-radius: 0 2px 2px 0;
	color: #f4f4f4
}

.research .research-inner button:hover {
	background: #008365;
	border-color: #008365
}

.research .research-inner .map-btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	position: relative;
	left: 530px;
	text-indent: 43px;
	background: url(../img/mapSearch.png) no-repeat 13px 12px
}

.research .research-inner .map-btn a {
	font-size: 16px;
	color: #01AAED;
	display: block;
	border: 1px solid #01AAED;
	border-radius: 2px;
	width: 100%;
	height: 100%
}

.research .research-inner .map-btn a:hover {
	background: #01AAED url(../img/mapSearch-h.png) no-repeat 13px 11px;
	color: #f4f4f4
}

.research .research-inner p {
	width: 300px;
	height: 42px;
	position: absolute;
	left: 683px;
	top: 17px;
	line-height: 43px;
	text-indent: 20px;
	font-size: 14px;
	background: url(../img/icon-phone.png) no-repeat 4px 15px
}

.research .research-inner p a {
	color: #f06e7d
}

.research .research-inner p a:hover {
	text-decoration: underline
}

.research .autocompleter-list {
	position: absolute;
	top: 70px;
	max-height: 194px;
	width: 435px;
	overflow: auto;
	background: #fff;
	border: 1px solid #01AAED;
	border-top: 0
}

.research .autocompleter-list .autocompleter-item.autocompleter-item-selected {
	background: #E1E1E1
}

.research .autocompleter-list .autocompleter-item a {
	display: block;
	padding: 7px 10px 6px;
	overflow: hidden
}

.research .autocompleter-list .autocompleter-item a:hover {
	background: #E1E1E1;
	color: #333;
	border-radius: 0
}

.research .autocompleter-list .autocompleter-item a strong {
	font-weight: 400;
	font-style: normal;
	color: #394043
}

.research .autocompleter-list .autocompleter-item a i {
	color: #394043;
	font-style: normal;
	float: left;
	width: 50%;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left
}

.research .autocompleter-list .autocompleter-item a em {
	color: #ccc;
	float: right;
	width: 50%;
	font-size: 14px;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right
}

.Amap-point {
	width: 30px;
	height: 35px;
	background: url(../img/map-point.png)
}

.Amap-bank {
	width: 25px;
	height: 33px;
	background: url(../img/map-bank.png)
}

.Amap-bus {
	width: 26px;
	height: 32px;
	background: url(../img/map-bus.png)
}

.Amap-hospital {
	width: 25px;
	height: 33px;
	background: url(../img/map-hospital.png)
}

.Amap-school {
	width: 25px;
	height: 33px;
	background: url(../img/map-school.png)
}

.Amap-plugs {
	width: 210px;
	height: 38px;
	margin-right: -5px;
	text-align: center;
	position: relative;
	left: 633px;
	top: -54px
}

.Amap-plugs li {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 2px;
	background: rgba(0,0,0,.7);
	cursor: pointer
}

.Amap-plugs li.active {
	background: #01AAED
}

.Amap-plugs li img {
	margin-right: 1px;
	margin-top: -4px
}

.Amap-plugs li p {
	font-size: 12px;
	margin-top: -7px;
	color: #fff
}

.Amap-plugs li:last-of-type {
	margin-right: -17px
}

body {
	min-width: 1024px
}

.top {
	width: 100%;
	height: 58px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #EEE
}

.top .search_logo {
	width: 111px;
	height: 38px;
	margin-top: 10px;
	margin-left: 24px;
	float: left;
	display: inline-block
}

.top .sel-city {
	cursor: pointer;
	float: left;
	margin: 8px 30px 0 20px;
	position: relative;
	text-align: center;
	width: 65px;
	z-index: 5
}

.top .sel-city span {
	display: inline-block;
	width: 65px;
	height: 40px;
	line-height: 40px;
	color: #000;
	border: 1px solid #fff;
	border-bottom-width: 0;
	background: /*url(../img/select_city.png)*/ no-repeat 51px 18px;
	font-size: 14px
}

.top .sel-city dl {
	width: 100%;
	position: absolute;
	top: 41px;
	display: none;
	left: 0;
	float: left;
	z-index: 1;
	background: #FFF;
	border: 1px solid #eee;
	border-top: none
}

.top .sel-city dl dd {
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #eee
}

.top .sel-city dl dd a {
	display: block;
	width: 100%;
	height: 100%;
	color: #394043;
	font-size: 14px;
	text-align: center
}

.top .sel-city dl dd a:hover {
	color: #008365
}

.top .sel-city dl dd:last-child {
	border: none
}

.top .sel-city:hover {
	color: #01AAED
}

.top .sel-city:hover span {
	border: 1px solid #eee;
	border-bottom-width: 0;
	background: /*url(../img/select_city_act.png)*/ no-repeat 51px 18px
}

.top .sel-city:hover dl {
	display: block
}

.top .amap_research {
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-top: 11px
}

.top .amap_research #search-key {
	float: left;
	overflow: hidden
}

.top .amap_research .research-inp {
	width: 306px;
	height: 34px;
	border: 1px solid #DCDCDC;
	border-right: none;
	display: inline-block;
	float: left;
	outline: 0;
	padding: 0 14px;
	font-size: 14px
}

.top .amap_research .research-inp:active,.top .amap_research .research-inp:focus,.top .amap_research .research-inp:hover {
	border: 1px solid #01AAED;
	border-right: none
}

.top .amap_research button {
	width: 34px;
	height: 34px;
	float: left;
	border: none;
	background: #01AAED url(../img/search_ico.png) no-repeat center;
	cursor: pointer
}

.top .amap_research .listBTN {
	height: 34px;
	width: 82px;
	border: 1px solid #DCDCDC;
	position: relative;
	float: left;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	margin-left: 14px
}

.top .amap_research .listBTN a {
	font-size: 14px;
	color: #333;
	display: block
}

.top .amap_research .listBTN:hover {
	border: 1px solid #01AAED
}

.top .amap_research .listBTN:hover a {
	color: #01AAED
}

.top .amap_research .autocompleter-list {
	position: absolute;
	top: 36px;
	max-height: 194px;
	width: 371px;
	overflow: auto;
	background: #fff;
	border: 1px solid #01AAED;
	border-top: 0
}

.top .amap_research .autocompleter-list .autocompleter-item.autocompleter-item-selected {
	background: #E1E1E1
}

.top .amap_research .autocompleter-list .autocompleter-item a {
	display: block;
	padding: 7px 10px 6px;
	overflow: hidden
}

.top .amap_research .autocompleter-list .autocompleter-item a:hover {
	background: #E1E1E1;
	color: #333;
	border-radius: 0
}

.top .amap_research .autocompleter-list .autocompleter-item a strong {
	font-weight: 400;
	font-style: normal;
	color: #394043
}

.top .amap_research .autocompleter-list .autocompleter-item a i {
	color: #394043;
	font-style: normal;
	float: left;
	width: 50%;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left
}

.top .amap_research .autocompleter-list .autocompleter-item a em {
	color: #ccc;
	float: right;
	width: 50%;
	font-size: 14px;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right
}

.top .login {
	float: right;
	margin-right: 24px;
	margin-top: 19px
}

.top .login:after,.top .login:before {
	display: table;
	content: ""
}

.top .login:after {
	clear: both
}

.top .login b {
	font-weight: 400;
	display: inline-block;
	width: 12px;
	height: 12px;
	text-align: center;
	margin: 0 4px;
	color: #d0cfcf
}

.top .login li {
	display: inline-block;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center
}

.top .login li a {
	color: #333;
	font-size: 14px
}

.top .login li a:hover {
	color: #01AAED
}

.top .login li a.line {
	color: #666
}

.top .login li.login-btn {
	cursor: pointer
}

.top .login li.login-btn a {
	display: inline-block;
	margin-right: 10px;
	float: left
}

.top .login li.login-btn a img {
	margin-right: 4px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	vertical-align: middle
}

.small_top {
	width: 100%;
	height: 40px;
	position: relative;
	border-bottom: 1px solid #EEE
}

.small_top .app_download {
	float: right;
	line-height: 40px;
	margin-right: 30px;
	background: url(/a/desktop/img/map/tel_ico.png) no-repeat left center;
	padding-left: 16px;
	color: #394043;
	font-size: 14px
}

#selections {
	height: 38px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	list-style: none;
	position: relative;
	float: left
}

#selections li:last-of-type {
	margin-right: 0
}

#selections span {
	display: inline-block;
	height: 100%
}

#selections .choice {
	text-align: left;
	padding-right: 20px;
	background: /*url(../img/options-close.png)*/ no-repeat right center;
	margin: 0 15px
}

#selections .choice:hover {
	/*background-image: url(../img/options-open.png)*/
}

#selections .cleanSel {
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 10px
}

.deep-option:hover,.deep-optionList:hover,.option:hover {
	color: #01AAED
}

.options {
	margin-left: 1px
}

.deep-options,.options {
	display: none;
	background: #fff;
	width: 100%;
	text-align: left;
	text-indent: 6px;
	list-style: none;
	cursor: pointer;
	transition: all .8s;
	z-index: 10
}

.deep-options li,.options li {
	margin-top: -4px
}

.deep-options li:first-of-type,.options li:first-of-type {
	margin-top: 0
}

.deep-option {
	text-align: left;
	text-indent: 12px
}

.deep-options {
	top: 0;
	color: #394043;
	z-index: 123;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	min-width: 100px
}

.deep-optionList span {
	width: 100%
}

.selTag {
	display: inline-block;
	min-width: 90px;
	height: 40px;
	position: relative;
	cursor: pointer;
	margin-right: 4px;
	float: left;
	border-radius: 2px
}

.selTag.first {
	margin-left: 10px
}

.selTag:hover {
	box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

.selTag:hover .options {
	display: block;
	position: absolute;
	left: -1px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

.selTag.area .options,.selTag.feature .options,.selTag.price .options,.selTag.rooms .options {
	text-indent: 14px
}

.area:hover .options {
	left: -1px
}

#map {
	position: absolute;
	top: 40px
}

.around_search {
	width: 56px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	top: 24px;
	right: 22px;
	z-index: 10;
	background: #FFF;
	box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

.around_search span {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #333
}

.around_search .around_options {
	display: none;
	background: #fff;
	width: 100%;
	list-style: none;
	cursor: pointer;
	transition: all .8s;
	margin-left: 1px;
	padding: 0 0 10px
}

.around_search .around_options li {
	padding-top: 12px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 20px
}

.around_search .around_options li:hover {
	color: #01AAED
}

.around_search .around_options li.active {
	color: #01AAED
}

.around_search .around_options li:first-of-type {
	margin-top: 0
}

.around_search:hover {
	box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

.around_search:hover .around_options {
	display: block;
	position: absolute;
	left: -1px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

.rect-btn {
	width: 102px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	position: absolute;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	right: 90px;
	top: 24px;
	background: rgba(255,254,254,.9) url(/a/desktop/img/map/rect-begin-b.png) no-repeat 12px 54%;
	z-index: 10
}

.rect-btn .rect-cancel {
	display: none
}

.rect-btn p {
	font-size: 14px;
	color: #333;
	text-indent: 34px
}

.rect-btn.rect-hold {
	background: rgba(255,254,254,.9) url(/a/desktop/img/map/rect-cancel.png?1) no-repeat 12px 50%
}

.rect-btn.rect-hold .rect-des {
	display: none
}

.rect-btn.rect-hold .rect-cancel {
	display: block!important
}

.level-1 {
	width: 102px;
	height: 102px;
	background: url(/a/desktop/img/map/big-g.png?1) no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 26px
}

.level-1 h5 {
	font-size: 14px;
	margin-bottom: 7px
}

.level-1 p {
	font-size: 16px
}

.level-1 p span {
	font-size: 14px
}

.level-1:hover {
	background-image: url(/a/desktop/img/map/big-r.png?1)
}

.level-2 {
	width: 88px;
	height: 88px;
	background: url(/a/desktop/img/map/normal-g.png?1) no-repeat;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 29px
}

.level-2 h5 {
	margin-bottom: 5px
}

.level-2:hover {
	background-image: url(/a/desktop/img/map/normal-r.png?1)
}

.level-3 {
	height: 26px;
	font-size: 12px;
	color: #fff;
	position: relative
}

.level-3 p {
	height: 26px;
	line-height: 26px;
	background: #01AAED;
	padding: 0 10px;
	border-radius: 2px;
	position: relative;
	white-space: nowrap;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.24)
}

.level-3 p .num {
	position: absolute;
	padding: 0 6px;
	top: 0;
	left: 100%;
	font-style: normal;
	white-space: nowrap;
	background: #fff;
	color: #222;
	border-radius: 0 2px 2px 0;
	display: none;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.24)
}

.level-3 p .arrow,.level-3 p .arrow-up {
	border: 6px solid transparent;
	border-top-color: #01AAED;
	border-top-width: 8px;
	display: block;
	width: 0;
	height: 0
}

.level-3 p .bubble-3 .arrow-up {
	margin-left: 11px
}

.level-3 p .arrow {
	border-top-color: #01AAED;
	margin-left: -7px;
	margin-top: -8px;
	position: relative
}

.level-3.clicked p,.level-3:hover p {
	border-radius: 2px 0 0 2px;
	background: #f06e7d
}

.level-3.clicked p .arrow-up,.level-3:hover p .arrow-up {
	border-top-color: #f06e7d
}

.level-3.clicked p .arrow,.level-3:hover p .arrow {
	border-top-color: #f06e7d;
	margin-left: -7px;
	margin-top: -8px;
	position: relative
}

.level-3:hover .num {
	display: block
}

#left-show {
	width: 20%;
	min-width: 416px;
	border-right: 1px solid #e6e6e6;
	font-size: 14px
}

#left-show .left-head {
	width: 100%;
	height: 40px
}

#left-show .sort {
	display: inline-block;
	color: #394043;
	margin-left: 5px;
	height: 40px;
	width: 60px;
	line-height: 40px;
	text-align: center
}

#left-show .sort:hover {
	color: #01AAED
}

#left-show .s-down {
	background: url(/a/desktop/img/map/sort_down.png) no-repeat 50px center;
	margin-left: 0
}

#left-show .s-up {
	background: url(/a/desktop/img/map/sort_up.png) no-repeat 50px center;
	margin-left: 0
}

#left-show .search-res {
	font-size: 14px;
	color: #797979;
	line-height: 40px;
	float: right;
	margin-right: 15px
}

#left-show .search-res span {
	color: #01AAED
}

#left-show .search-con {
	border-top: 1px solid #EEE;
	overflow-y: scroll;
	padding: 0 14px;
}

#left-show .search-con li,#left-show .search-con li:active,#left-show .search-con li:hover {
	cursor: pointer
}

#left-show li:first-of-type {
	border-top: 0
}

#left-show .pages {
	height: 44px;
	margin-top: 21px;
	padding-left: 8px
}

#left-show .pages li {
	width: 38px;
	height: 36px;
	float: left;
	border: 1px solid #EEE;
	text-align: center;
	line-height: 36px;
	margin-right: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #666
}

#left-show .pages .active {
	background: #01BC92;
	border: 1px solid #01AAED;
	color: #fff
}

#left-show .pages .disabled {
	cursor: auto;
	color: #999
}

#left-show .pages li:last-of-type {
	margin-right: 0
}

#left-show .pages .prev {
	background: url(../img/prev_ico.png) no-repeat center
}

#left-show .pages .prev:hover {
	background: url(../img/prev_ico_act.png) no-repeat center;
	border: 1px solid #01AAED
}

#left-show .pages .prev.disabled {
	background: url(../img/prev_ico.png) no-repeat center;
	border: 1px solid #EEE
}

#left-show .pages .next {
	background: url(../img/next_ico.png) no-repeat center
}

#left-show .pages .next:hover {
	background: url(../img/next_ico_act.png) no-repeat center;
	border: 1px solid #01AAED
}

#left-show .pages .next.disabled {
	background: url(../img/next_ico.png) no-repeat center;
	border: 1px solid #EEE
}

.tags {
	display: inline-block;
	width: 56px;
	height: 18px;
	text-align: center;
	margin-right: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #01AAED;
	border: 1px solid rgba(0,155,120,.2);
	vertical-align: middle
}

.search-item {
	position: relative;
	display: block;
	height: 94px;
	border-top: 1px solid #eee;
	box-sizing:content-box !important;
	-webkit-box-sizing: content-box !important;
	padding: 20px 0 20px
}

.search-item .all-tags {
	height: 20px;
	position: absolute;
	bottom: 20px;
	left: 156px
}

.search-item .imgBox {
	width: 140px;
	height: 94px;
	margin-right: 16px;
	float: left;
	position: relative
}

.search-item .imgBox img {
	width: 100%;
	height: 100%
}

.search-item .imgBox .new_year_ico {
	display: block;
	position: absolute;
	width: 54px;
	height: 52px;
	background: url(/a/desktop/img/newyear/new_year_ico.png) no-repeat center;
	bottom: 0;
	left: 5px
}

.search-item .imgBox .selled {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/a/desktop/img/search/selled.png) no-repeat 50%;
	background-size: 50% auto
}

.search-item img {
	width: 140px;
	height: 94px;
	margin-right: 16px;
	float: left
}

.search-item table {
	font-size: 12px;
	color: #394043
}

.search-item table td {
	height: 30px;
	display: block;
	vertical-align: top
}

.search-item .s-name {
	width: 118px;
	font-size: 16px;
	float: left
}

.search-item .s-name a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.search-item .s-name .sold {
	color: #999
}

.search-item .s-price {
	width: 94px;
	font-size: 16px;
	color: #f06e7d;
	float: left;
	text-align: center;
	text-indent: 10px
}

.search-item .s-rooms {
	width: 80px;
	float: left;
	vertical-align: bottom;
	margin-top: 12px
}

.search-item .s-area {
	float: left;
	width: 94px;
	vertical-align: bottom;
	margin-top: 12px
}

.search-item:hover .favorite {
	opacity: 1
}

.search-item .favorite {
	cursor: pointer;
	display: block;
	opacity: 0;
	transition: opacity .5s;
	width: 66px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 12px;
	color: #999;
	position: absolute;
	top: 56px;
	border-radius: 2px;
	right: 20px
}

.search-item .favorite:hover {
	border: 1px solid #01AAED;
	color: #01AAED
}

.research .autocompleter-list {
	top: 43px;
	min-width: 293px;
	width: 293px
}