/* =========

    首页

 ========= */
/*通用标题*/
.incomtitle {
	float: left;
	font-size: 26px;
	color: #404141;
	font-weight: bold;
}

.incomtitle .ico {
	background: url(../images/inicon_04.png) no-repeat;
	background-position: center;
	width: 14px;
	height: 29px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 15px;
}

.intitle .incomnavbox .lookall {
	font-size: 14px;
	color: #7b7b7b;
	line-height: 36px;
	font-weight: bold;
}

.intitle .incomnavbox .lookall:hover {
	color: #1c8a3a;
}

.intitle .incomnavbox .lookall .allii {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 14px;
	text-align: center;
	height: 14px;
	line-height: 14px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #dbdbdb;
	font-size: 12px;
	color: #ffffff;
	margin-left: 11px;
	font-family: "simsun";
}

/*通用按钮*/
.inslidebtn {
	position: relative;
}

.inslidebtn .hd a {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	cursor: pointer;
}

.inslidebtn .hd a.prev {
	left: 0;
	background: url(../images/prev.png) no-repeat;
}

.inslidebtn .hd a.next {
	right: 0;
	background: url(../images/next.png) no-repeat;
}

.intuislide {
	display: none;
}

.intuislide[data-show="1"] {
	display: block;
}


/*导航栏*/
.inheadbox {
	position: absolute;
	top: 19px;
	left: 0;
	z-index: 111;
	width: 100%;
	height: 52px;
}

.inheadbox .maxwidth {
	padding: 0 50px;
}

.inheadbox .maxwidth .inhead-logo {
	height: 52px;
}

.inheadbox .maxwidth .inhead-logo a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.inheadbox .maxwidth .inhead-logo a.inlogo {
	float: left;
	margin-right: 20px;
	height: 100%;
}

.inheadbox .maxwidth .inhead-logo a.inlogo img {
	width: 262px;
	height: 52px;
}

.inheadbox .maxwidth .inhead-logo a.inlogo .lab {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ee390f;
	font-size: 14px;
	color: #ee390f;
	border-radius: 12.5px;
	padding: 0 9px;
	vertical-align: top;
	margin-left: 6px;
	margin-top: 0;
	font-weight: bold;
}

.inheadbox .maxwidth .inhead-logo a.addrbtn {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	color: #ffffff;
	background-color: #313131;
	-moz-border-radius: 11.5px;
	border-radius: 11.5px;
	margin-top: 14px;
}

.inheadbox .maxwidth .inhead-logo a.addrbtn i {
	background-image: url(../images/inicon_01.png);
	width: 12px;
	height: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.inheadbox .maxwidth .inhead-nav ul li {
	float: left;
	margin-left: 32px;
}

.inheadbox .maxwidth .inhead-nav ul li:nth-child(1) {
	margin-left: 0;
}

.inheadbox .maxwidth .inhead-nav ul li .lla {
	font-size: 16px;
	color: #ffffff;
	line-height: 52px;
}

.inheadbox .maxwidth .inhead-nav ul li:hover .lla {
	color: #1c8a3a;
}

.inheadbox .maxwidth .inhead-nav .inlog {
	margin-left: 47px;
}

.inheadbox .maxwidth .inhead-nav .inlog .vipbtn {
	margin-right: 32px;
	height: 44px;
	line-height: 44px;
	-moz-border-radius: 21.5px;
	border-radius: 21.5px;
	background: -webkit-linear-gradient(left, #40a95d, #1c8a3a);
	background: -o-linear-gradient(right, #40a95d, #1c8a3a);
	background: -moz-linear-gradient(right, #40a95d, #1c8a3a);
	background: linear-gradient(to right, #40a95d, #1c8a3a);
	padding: 0 29px;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 1px solid #007b22;
	float: left;
	margin-top: 3px;
}

.inheadbox .maxwidth .inhead-nav .inlog .logname {
	float: left;
	line-height: 52px;
	font-size: 16px;
	color: #b9b9b9;
}

.inheadbox .maxwidth .inhead-nav .inlog .logname a {
	color: #b9b9b9;
}

.inheadbox .maxwidth .inhead-nav .inlog .logname .name {
	font-size: 16px;
	color: #ffbc47;
}

.inheadbox .maxwidth .inhead-nav .inlog .logname .exit {
	font-size: 16px;
	color: #b9b9b9;
}

.inheadbox .maxwidth .inhead-nav .inlog .logname .exit:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media screen and (max-width: 1360px) {
	.inheadbox .maxwidth .inhead-logo a.inlogo img {
		width: 230px;
		height: 46px;
	}

	.inheadbox .maxwidth .inhead-nav .inlog {
		margin-left: 24px;
	}

	.inheadbox .maxwidth .inhead-nav .inlog .vipbtn {
		margin-right: 22px;
	}

	.inheadbox .maxwidth .inhead-nav ul li {
		margin-left: 22px;
	}
}


/*banner*/
.inbannerbox {
	position: relative;
}

.inbannerbox .slideimgBox {
	height: 600px;
	overflow: hidden;
}

.inbannerbox .slideimgBox .wwd {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	z-index: 12;
}

.inbannerbox .slideimgBox .hd {
	max-width: 1200px;
	margin: 0 auto;
}

.inbannerbox .slideimgBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
}

.inbannerbox .slideimgBox .hd ul li {
	float: left;
	width: 6px;
	height: 6px;
	margin-left: 5px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/inb_dian.png) 0 0 no-repeat;
}

.inbannerbox .slideimgBox .hd ul li.on {
	width: 33px;
	background: url(../images/inb_dian.png) 0 -6px no-repeat;
}

.inbannerbox .slideimgBox .bd {
	overflow: hidden;
}

.inbannerbox .slideimgBox .bd .tempWrap,
.inbannerbox .slideimgBox .bd ul,
.inbannerbox .slideimgBox .bd ul li {
	width: 100% !important;
}

.inbannerbox .slideimgBox .bd ul li .imgbg {
	width: 100%;
	height: 600px;
}

.inbannerbox .inbanner-search {
	position: absolute;
	left: 50%;
	top: 202px;
	z-index: 11;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.inbannerbox .inbanner-search .searchbox .textbox {
	color: #ffffff;
	line-height: 1;
}

.inbannerbox .inbanner-search .searchbox .textbox .ltitle {
	font-size: 56px;
	font-weight: bold;
}

.inbannerbox .inbanner-search .searchbox .textbox .stitle {
	font-size: 36px;
	margin-top: 20px;
	font-weight: bold;
}

.inbannerbox .inbanner-search .search-div {
	margin-top: 62px;
	width: 594px;
}

.inbannerbox .inbanner-search .search-div .tab-menu {
	float: left;
	position: relative;
}

.inbannerbox .inbanner-search .search-div .tab-menu i {
	position: absolute;
	top: 28px;
	left: 12px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 9;
}

.inbannerbox .inbanner-search .search-div .tab-menu ul .tab {
	float: left;
	height: 38px;
}

.inbannerbox .inbanner-search .search-div .tab-menu ul .tab span {
	font-size: 18px;
	color: #dddddd;
	font-weight: bold;
	padding-right: 82px;
}

.inbannerbox .inbanner-search .search-div .tab-menu ul .tab:last-of-type span {
	padding-right: 0;
}

.inbannerbox .inbanner-search .search-div .tab-menu ul .tab:hover span {
	color: #ffffff;
	cursor: pointer;
}

.inbannerbox .inbanner-search .search-div .tab-menu ul .tab.cch span {
	color: #ffffff;
}

.inbannerbox .inbanner-search .search-div .inputbox {
	clear: both;
	width: 100%;
	position: relative;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.inbannerbox .inbanner-search .search-div .inputbox input[type="text"] {
	width: 500px;
	height: 50px;
	font-size: 14px;
	padding-left: 14px;
}

.inbannerbox .inbanner-search .search-div .inputbox input[type="submit"] {
	width: 80px;
	height: 50px;
	float: right;
	background: url(../images/inicon_02.png) no-repeat;
	-moz-background-size: 23px 24px;
	background-size: 23px 24px;
	background-position: center;
	background-color: #b79536;
}

.inbannerbox .inbanner-search .search-div .inputbox input[type="submit"]:hover {
	cursor: pointer;
}

.inbannerbox .noticetxtbox {
	position: absolute;
	bottom: 24px;
	z-index: 11;
	width: 100%;
}

.inbannerbox .noticetxtbox .bd {
	height: 16px;
	overflow: hidden;
}

.inbannerbox .noticetxtbox .bd .ii {
	background: url(../images/inicon_03.png) no-repeat;
	background-position: center;
	width: 17px;
	height: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	margin-right: 9px;
}

.inbannerbox .noticetxtbox .bd ul li .haa {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}

/*推荐*/
.intuibox .tuicontent {
	margin-bottom: 60px;
}

.intuibox .intitle .incomnavbox .lookall {
	float: right;
}

.intuibox .intitle .incomnavbox .tablist {
	float: right;
	line-height: 36px;
	margin-right: 34px;
	margin-top: 2px;
}

.intuibox .intitle .incomnavbox .tablist li {
	float: left;
	margin-left: 20px;
}

.intuibox .intitle .incomnavbox .tablist li .tab {
	font-size: 14px;
	color: #4d4d4d;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.intuibox .intitle .incomnavbox .tablist li:hover {
	cursor: pointer;
}

.intuibox .intitle .incomnavbox .tablist li:hover .tab {
	color: #1c8a3a;
}

.intuibox .intitle .incomnavbox .tablist li.on .tab {
	background-color: #1c8a3a;
	color: #ffffff;
	border-bottom: 1px solid #b79536;
}

.intuibox .intui-list {
	margin-top: 26px;
}

.intuibox .intui-list .intuislide .bd {
	overflow: hidden;
}

.intuibox .intui-list .intuislide .bd,
.intuibox .intui-list .intuislide .bd ul {
	height: 345px;
}

.intuibox .intui-list .intuislide .bd ul li {
	width: 279px;
	margin-right: 28px;
	overflow: hidden;
	float: left !important;
	height: 345px;
}

#inzhaos .bd,
#inzhaos .bd ul,
#inzhaos .bd ul li {
	height: 283px;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item {
	display: block;
	border: 1px solid #ebebeb;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item .img {
	width: 277px;
	height: 210px;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item .info {
	padding: 13px 13px 20px 13px;
	max-width: 251px;
	overflow: hidden;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item .info .tit {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 26px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 52px;
	font-weight: bold;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item .info .nums {
	line-height: 24px;
	height: 24px;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item .info .nums .fl {
	font-size: 12px;
	color: #838383;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item .info .nums .fr {
	font-size: 14px;
	color: #5b5b5b;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item .info .nums .fr span {
	font-size: 18px;
	color: #b79536;
	font-weight: bold;
}

.intuibox .intui-list .intuislide .bd ul li .intui-item:hover .info .tit {
	color: #1c8a3a;
}

/*招商动态*/
.intuibox.inzhaosbox {
	margin: 60px 0;
}

.intuibox.inzhaosbox .intitle .incomnavbox .tablist li .tab {
	font-size: 18px;
	color: #313131;
	font-weight: bold;
	background-color: transparent;
	border-bottom: none;
}

.intuibox.inzhaosbox .intitle .incomnavbox .tablist li.on .tab {
	color: #1c8a3a;
}

.intuibox.inzhaosbox .intitle .incomnavbox .tablist li:hover .tab {
	color: #1c8a3a;
}

.intuibox.inzhaosbox .intui-list .intuislide .bd ul li .intui-item .img {
	height: 140px;
}

.intuibox.inzhaosbox .intui-list .intuislide .bd ul li .intui-item .info {
	-webkit-box-shadow: 0 1px 2px #e8e8e8;
	-moz-box-shadow: 0 1px 2px #e8e8e8;
	box-shadow: 0 1px 2px #e8e8e8;
}

.intuibox.inzhaosbox .intui-list .intuislide .bd ul li .intui-item .info .tit {
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
}

.intuibox.inzhaosbox .intui-list .intuislide .bd ul li .intui-item .info .demo {
	font-size: 12px;
	color: #8e8e8e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 12px;
	line-height: 1;
}

.intuibox.inzhaosbox .intui-list .intuislide .bd ul li .intui-item .info .more {
	font-size: 12px;
	color: #1c8a3a;
	margin-top: 20px;
	font-weight: bold;
}

.intuibox.inzhaosbox .intui-list .intuislide .bd ul li .intui-item:hover .info .tit {
	color: #1c8a3a;
}

.inbg {
	padding: 50px 0 60px 0;
	margin-bottom: 60px;
}

.intuibox .tuicontent.sp {
	margin-top: 0;
}



/*行业动态*/
.innewsbox {
	margin-bottom: 60px;
}

.innewsbox .innews-list {
	margin-top: 27px;
}

.innewsbox .innews-list .innewsslide .bd {
	height: 123px;
}

.innewsbox .innews-list .innewsslide .bd ul {
	height: 123px;
}

.innewsbox .innews-list .innewsslide .bd ul li {
	width: 278px;
	height: 123px;
	margin-right: 30px;
	float: left;
}

.innewsbox .innews-list .innewsslide .bd ul li .innews-item {
	display: block;
	border: 1px solid #e8e8e8;
	padding: 15px 22px 19px 25px;
}

.innewsbox .innews-list .innewsslide .bd ul li .innews-item .line {
	float: left;
	width: 1px;
	height: 87px;
	background-color: #e8e8e8;
}

.innewsbox .innews-list .innewsslide .bd ul li .innews-item .newsl {
	width: 64px;
	margin-top: 24px;
}

.innewsbox .innews-list .innewsslide .bd ul li .innews-item .newsl .yy {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	line-height: 1;
}

.innewsbox .innews-list .innewsslide .bd ul li .innews-item .newsl .dd {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
}

.innewsbox .innews-list .innewsslide .bd ul li .innews-item .newsr {
	width: 164px;
	height: 100%;
}

.innewsbox .innews-list .innewsslide .bd ul li .innews-item .newsr .demo {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 1.7;
	padding-left: 20px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 72px;
}

.innewsbox .innews-list .innewsslide .bd ul li .innews-item:hover .newsr .demo {
	color: #1c8a3a;
}

/*明星经纪*/
.instartbox {
	padding: 60px 0;
	background-color: #f5f5f5;
}

.instartbox .instart-list {
	margin-top: 30px;
}

.instartbox .instart-list .instarslide .bd {
	overflow: hidden;
	height: 140px;
}

.instartbox .instart-list .instarslide .bd .tempWrap {
	width: 100% !important;
}

.instartbox .instart-list .instarslide .bd ul {
	height: 140px;
}

.instartbox .instart-list .instarslide .bd ul li {
	width: 300px;
	height: 140px;
	margin-right: 42px;
	float: left;
}

.instartbox .instart-list .instarslide .bd ul li .instar-item {
	display: block;
	width: 300px;
	height: 140px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
}

.instartbox .instart-list .instarslide .bd ul li .instar-item .starl {
	background: url(../images/instart_01.png) no-repeat;
	background-position: left;
	width: 136px;
	height: 100%;
	position: relative;
}

.instartbox .instart-list .instarslide .bd ul li .instar-item .starl .img {
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -42px;
}

.instartbox .instart-list .instarslide .bd ul li .instar-item .starl .img img {
	width: 84px;
	height: 84px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.instartbox .instart-list .instarslide .bd ul li .instar-item .starr {
	width: 151px;
	height: 100%;
	padding-left: 13px;
}

.instartbox .instart-list .instarslide .bd ul li .instar-item .starr .name {
	font-size: 18px;
	color: #2e2e2e;
	margin-top: 22px;
	font-weight: bold;
}

.instartbox .instart-list .instarslide .bd ul li .instar-item .starr .text {
	font-size: 12px;
	color: #5b5b5b;
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.instartbox .instart-list .instarslide .bd ul li .instar-item .starr .detail {
	font-size: 12px;
	color: #1c8a3a;
	margin-top: 30px;
}

.inadimg {
	margin-bottom: 60px;
	display: block;
}

.inadimg2 {
	display: block;
	margin-bottom: 60px;
}


/*底部广告*/
.inadbox {
	padding: 66px 0;
}

.inadbox .inad-l {
	width: 50%;
}

.inadbox .inad-l .bword {
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}

.inadbox .inad-l .word {
	font-size: 50px;
	color: #ffffff;
	line-height: 1;
	margin-top: 8px;
}

.inadbox .inad-l .word span {
	color: #dbb13a;
}

.inadbox .inad-r {
	width: 50%;
	margin-top: 30px;
}

.inadbox .inad-r .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
	padding-left: 64px;
	max-width: 258px;
}

.inadbox .inad-r .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 120px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	font-size: 14px;
	color: #b79536;
	font-weight: bold;
}

.inadbox .inad-r .btn:hover {
	color: #1c8a3a;
}



/* =========

  在售/在租

 ========= */
.loupanbox {
	margin-top: 32px;
}

/*左侧*/
.loupanbox .loupan-l {
	width: 954px;
}

.loupanbox .loupan-l .l-tabmenu .l-tablist {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	overflow: hidden;
	font-size: 0;
}

.loupanbox .loupan-l .l-tabmenu .l-tablist li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	position: relative;
}

.loupanbox .loupan-l .l-tabmenu .l-tablist li .l-lptab {
	font-size: 18px;
	color: #404141;
	width: 156px;
	line-height: 54px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}

.loupanbox .loupan-l .l-tabmenu .l-tablist li.on .l-lptab {
	background-color: #1c8a3a;
	color: #fffdf9;
}

.loupanbox .loupan-l .l-tabmenu .l-tablist li .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 8px;
	height: 6px;
	background-size: 8px 6px;
}

.loupanbox .loupan-l .l-tabmenu .l-tablist li.on.up .icon {
	background: url(../images/up_icon.png) no-repeat;
	margin-top: -3px;
}

.loupanbox .loupan-l .l-tabmenu .l-tablist li.on.down .icon {
	background: url(../images/down_icon.png) no-repeat;
}

.loupanbox .loupan-l .lpnums {
	font-size: 26px;
	color: #404141;
	margin: 30px 0;
	font-weight: bold;
}

.loupanbox .loupan-l .lpnums .word {
	color: #1c8a3a;
}

.loupanbox .loupan-l .lpnums .num {
	font-size: 30px;
	color: #1c8a3a;
	margin: 0 5px;
}

/*共用*/
.loupanbox .loupan-l .lpbannerbox {
	padding: 28px 0;
	border-bottom: 1px solid #ebebeb;
}

.loupanbox .loupan-l .lpbannerbox .lpslide {
	position: relative;
	width: 100%;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .hd a {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	cursor: pointer;
	z-index: 11;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .hd a.prev {
	left: -21px;
	background: url(../images/mprev.png) no-repeat;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .hd a.next {
	right: -21px;
	background: url(../images/mnext.png) no-repeat;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .bd {
	height: 263px;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .bd .lpslide-list li {
	width: 226px;
	margin-right: 15px;
	float: left;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .bd .lpslide-list li .lpslide-a {
	width: 226px;
	height: 260px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .bd .lpslide-list li .lpslide-a .textinfo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .bd .lpslide-list li .lpslide-a .textinfo .text {
	font-size: 24px;
	color: #fdfdfd;
	line-height: 36px;
	padding: 0 26px 0 40px;
	margin-top: 65px;
	font-size: 0;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .bd .lpslide-list li .lpslide-a .textinfo .pinf {
	font-size: 16px;
	color: #dfdfdf;
	text-align: right;
	padding: 0 26px 0 40px;
	margin-top: 55px;
}

.loupanbox .loupan-l .lpbannerbox .lpslide .bd .lpslide-list li .lpslide-a .textinfo .pinf .ccl {
	font-size: 20px;
	color: #2ad64a;
}

/*右侧*/
.loupanbox .loupan-r {
	width: 199px;
	margin-top: 20px;
}

.loupanbox .loupan-r .lpright-tit {
	position: relative;
	font-size: 20px;
	color: #404141;
	padding-right: 40px;
	line-height: 26px;
	margin-bottom: 26px;
}

.loupanbox .loupan-r .lpright-tit .more {
	font-size: 16px;
	color: #b2b6b6;
	position: absolute;
	right: 0;
}

.loupanbox .loupan-r .lpright-tit .more:hover {
	color: #1c8a3a;
}

.loupanbox .loupan-r .r-notice .r-notice-item {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 34px;
}

.loupanbox .loupan-r .r-notice .r-notice-item .notice-list .notice-a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 26px;
}

.loupanbox .loupan-r .r-notice .r-notice-item .notice-list .notice-a .tit {
	font-size: 12px;
	color: #404141;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 44px;
	font-weight: bold;
}

.loupanbox .loupan-r .r-notice .r-notice-item .notice-list .notice-a .date {
	font-size: 12px;
	color: #bababa;
	margin-top: 5px;
}

.loupanbox .loupan-r .r-notice .r-notice-item .notice-list .notice-a:hover .tit {
	color: #1c8a3a;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a {
	display: block;
	margin-bottom: 40px;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a .img {
	height: 148px;
	overflow: hidden;
	border-radius: 4px;
	overflow: hidden;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a .img img {
	width: 199px;
	height: 148px;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a .tit {
	font-size: 12px;
	color: #404141;
	line-height: 26px;
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a .tit .lab {
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	background-color: #205b98;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 8px;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a .tit .lab.zz {
	background-color: #d41c1c;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a .demo {
	font-size: 12px;
	color: #bababa;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a .price {
	font-size: 14px;
	color: #3a3a3a;
	margin-top: 10px;
}

.loupanbox .loupan-r .r-hothouse .hothouse-a:hover .tit {
	color: #1c8a3a;
}


/*住宅力荐*/
.lituibox {
	padding-top: 38px;
	padding-bottom: 40px;
}

.lituibox .title {
	font-size: 26px;
	color: #1c8a3a;
	line-height: 1;
	font-weight: bold;
}

.lituibox .title .col {
	color: #bb9641;
}

.lituibox .litui-cont {
	margin-top: 30px;
}

.lituibox .litui-cont .lituilide {
	position: relative;
}

.lituibox .litui-cont .lituilide .hd a {
	position: absolute;
	top: 50%;
	width: 62px;
	height: 62px;
	margin-top: -21px;
	cursor: pointer;
	z-index: 11;
}

.lituibox .litui-cont .lituilide .hd a.prev {
	left: 0;
	background: url(../images/ljprev.png) no-repeat;
}

.lituibox .litui-cont .lituilide .hd a.next {
	right: 0;
	background: url(../images/ljnext.png) no-repeat;
}

.lituibox .litui-cont .lituilide .bd {
	height: 297px;
}

.lituibox .litui-cont .lituilide .bd .tempWrap {
	width: 100% !important;
}

.lituibox .litui-cont .lituilide .bd ul li {
	width: 306px;
	margin-right: 26px;
	float: left;
}

.lituibox .litui-cont .lituilide .bd ul li .litui-item {
	width: 100%;
	display: block;
}

.lituibox .litui-cont .lituilide .bd ul li .litui-item .img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	border-radius: 4px;
}

.lituibox .litui-cont .lituilide .bd ul li .litui-item .img img {
	width: 306px;
	height: 230px;
}

.lituibox .litui-cont .lituilide .bd ul li .litui-item .info {
	margin-top: 15px;
}

.lituibox .litui-cont .lituilide .bd ul li .litui-item .info .name {
	font-size: 14px;
	color: #404141;
	line-height: 26px;
	padding-right: 90px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lituibox .litui-cont .lituilide .bd ul li .litui-item .info .name .pri {
	font-size: 16px;
	color: #1c8a3a;
	position: absolute;
	right: 8px;
	top: 0;
}

.lituibox .litui-cont .lituilide .bd ul li .litui-item .info .name .pri .ss {
	font-size: 12px;
	vertical-align: middle;
}

.lituibox .litui-cont .lituilide .bd ul li .litui-item .info .text {
	font-size: 12px;
	color: #969696;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* =========

  求租-求购

 ========= */
.loupanbox .loupan-l .l-lplist.qiuzu .l-lpitem .lpcont {
	min-height: 140px;
}

.loupanbox .loupan-l .l-lplist.qiuzu .l-lpitem .lpcont .lpinfo {
	margin: 0 200px 0 0;
}

.loupanbox .loupan-l .l-lplist.qiuzu .l-lpitem .lpcont .lpinfo .lptitle {
	font-size: 24px;
}

.loupanbox .loupan-l .l-lplist.qiuzu .l-lpitem .lpcont .lpprice {
	text-align: right;
	font-size: 32px;
}

.loupanbox .loupan-l .l-lplist.qiuzu .l-lpitem .lpcont .lpprice .zzu {
	font-size: 14px;
	color: #aaaaaa;
}



/* =========

  在售-在租详情页

 ========= */
.loupanviewbox {
	margin-top: 29px;
}

.loupanviewbox .lpvimgcont {
	width: 708px;
}

.loupanviewbox .lpvimgcont .lpvslide .bd {
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.loupanviewbox .lpvimgcont .lpvslide .bd ul li {
	cursor: pointer;
}

.loupanviewbox .lpvimgcont .lpvslide .bd ul li img {
	width: 708px;
	height: 420px;
}

.loupanviewbox .lpvimgcont .lpvslide .hd {
	position: relative;
	margin-top: 24px;
	overflow: hidden;
	height: 72px;
}

.loupanviewbox .lpvimgcont .lpvslide .hd .tempWrap {
	float: left;
	margin: 0 9px 0 18px;
	width: 620px;
	overflow: hidden;
}

.loupanviewbox .lpvimgcont .lpvslide .hd a {
	width: 30px;
	height: 69px;
	cursor: pointer;
	float: left;
}

.loupanviewbox .lpvimgcont .lpvslide .hd a.prev {
	left: 0;
	background: url(../images/lpv_prev.png) center no-repeat;
	background-size: 8px 13px;
	background-color: #4a4c4a;
}

.loupanviewbox .lpvimgcont .lpvslide .hd a.next {
	right: 0;
	background: url(../images/lpv_next.png) center no-repeat;
	background-size: 8px 13px;
	background-color: #4a4c4a;
}

.loupanviewbox .lpvimgcont .lpvslide .hd ul {
	overflow: hidden;
	margin: 0 46px;
	height: 72px;
}

.loupanviewbox .lpvimgcont .lpvslide .hd ul li {
	width: 114px;
	height: 72px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	opacity: 0.5;
}

.loupanviewbox .lpvimgcont .lpvslide .hd ul li img {
	width: 114px;
	height: 72px;
}

.loupanviewbox .lpvimgcont .lpvslide .hd ul li.on {
	opacity: 1;
}

.loupanviewbox .lpview-info {
	width: 427px;
	padding-left: 60px;
}

.loupanviewbox .lpview-info .lpv-price {
	padding: 15px 0 25px 0;
	border-bottom: 1px solid #ebebeb;
}

.loupanviewbox .lpview-info .lpv-price .nums {
	font-size: 44px;
	color: #328a34;
	display: inline;
}

.loupanviewbox .lpview-info .lpv-price .nums .ss {
	font-size: 22px;
}

.loupanviewbox .lpview-info .lpv-price .word {
	font-size: 12px;
	color: #7a7a7a;
	margin-left: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.loupanviewbox .lpview-info .lpv-price .word .ww {
	font-size: 16px;
	color: #4c4c4c;
	margin-bottom: 5px;
}

.loupanviewbox .lpview-info .lpv-demo {
	font-size: 0;
	padding: 25px 0;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.loupanviewbox .lpview-info .lpv-demo .textli {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	width: 30%;
}

.loupanviewbox .lpview-info .lpv-demo .textli.pp {
	width: 33.3333%;
}

.loupanviewbox .lpview-info .lpv-demo .textli.one {
	width: 40%;
}

.loupanviewbox .lpview-info .lpv-demo .textli .bigtxt {
	font-size: 24px;
	color: #404141;
	font-weight: bold;
	line-height: 40px;
}

.loupanviewbox .lpview-info .lpv-demo .textli .smtxt {
	font-size: 14px;
	color: #5c6060;
}

.loupanviewbox .lpview-info .lpv-addr {
	padding: 20px 30px 20px 0;
	border-bottom: 1px solid #ebebeb;
}

.loupanviewbox .lpview-info .lpv-addr .name {
	font-size: 14px;
	color: #404141;
	line-height: 24px;
	padding-left: 80px;
	position: relative;
}

.loupanviewbox .lpview-info .lpv-addr .name .tit {
	font-size: 14px;
	color: #868e8e;
	position: absolute;
	left: 0;
}

.loupanviewbox .lpview-info .lpv-addr .name .map {
	display: block;
	font-size: 12px;
	color: #bb9641;
	text-decoration: underline;
}

.loupanviewbox .lpview-info .lpv-contact {
	position: relative;
	padding: 29px 0;
	border-bottom: 1px solid #ebebeb;
}

.loupanviewbox .lpview-info .lpv-contact .starimg {
	height: 106px;
	overflow: hidden;
	position: absolute;
	top: 29px;
	left: 0;
}

.loupanviewbox .lpview-info .lpv-contact .starimg img {
	width: 106px;
	height: 106px;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo {
	margin-left: 126px;
	min-height: 106px;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo .name {
	font-size: 18px;
	color: #404141;
	font-weight: bold;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo .name .lab {
	height: 21px;
	line-height: 21px;
	background-color: #f5f3f0;
	padding: 0 12px;
	font-size: 12px;
	color: #bb9641;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 12px;
	vertical-align: middle;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo .demo {
	margin-top: 8px;
	font-size: 0;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo .demo .txt {
	font-size: 12px;
	color: #363c36;
	line-height: 22px;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo .demo img {
	display: none;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo .number {
	font-size: 20px;
	color: #328a34;
	margin-top: 10px;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo .number .tt {
	font-size: 12px;
	color: #b0b0b0;
	margin-left: 5px;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo.also .name .lab {
	color: #1d779f;
	background-color: #f3f8fb;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo.also .demo .txt {
	display: none;
}

.loupanviewbox .lpview-info .lpv-contact .starinfo.also .demo img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 12px;
}

/*求租-求购详情页*/
.loupanviewbox .lpv-topuser {
	background-color: #fcfcfc;
	position: relative;
	min-height: 280px;
}

.loupanviewbox .lpv-topuser .lpv-topleft {
	padding: 50px 327px 36px 36px;
}

.loupanviewbox .lpv-topuser .lpv-topleft .ttop-info {
	padding-bottom: 45px;
	border-bottom: 1px solid #e5e3e1;
	overflow: hidden;
}

.loupanviewbox .lpv-topuser .lpv-topleft .ttop-info .infoitem {
	width: 166px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
}

.loupanviewbox .lpv-topuser .lpv-topleft .ttop-info .infoitem .bigt {
	font-size: 24px;
	color: #404141;
	font-weight: bold;
}

.loupanviewbox .lpv-topuser .lpv-topleft .ttop-info .infoitem .smalt {
	font-size: 14px;
	color: #5c6060;
	margin-top: 10px;
}

.loupanviewbox .lpv-topuser .lpv-topleft .tbot-info {
	padding-top: 10px;
}

.loupanviewbox .lpv-topuser .lpv-topleft .tbot-info .gkitem {
	line-height: 1;
	margin-top: 20px;
}

.loupanviewbox .lpv-topuser .lpv-topleft .tbot-info .gkitem.san {
	width: 30%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.loupanviewbox .lpv-topuser .lpv-topleft .tbot-info .gkitem .tit {
	font-size: 16px;
	color: #868e8e;
	margin-right: 38px;
}

.loupanviewbox .lpv-topuser .lpv-topleft .tbot-info .gkitem .labs {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	color: #404141;
}

.loupanviewbox .lpv-topuser .lpv-topleft .tbot-info .gkitem .labs .map {
	color: #b89636;
	text-decoration: underline;
	margin-left: 16px;
}

.loupanviewbox .lpv-topuser .userinfo {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f6f6f6;
	width: 268px;
}

.loupanviewbox .lpv-topuser .userinfo .imginfo {
	text-align: center;
	padding: 30px 79px 0 79px;
}

.loupanviewbox .lpv-topuser .userinfo .imginfo .img {
	width: 110px;
	height: 110px;
	overflow: hidden;
}

.loupanviewbox .lpv-topuser .userinfo .imginfo .name {
	font-size: 18px;
	color: #3d3d3d;
	line-height: 1;
	margin: 24px 0;
}

.loupanviewbox .lpv-topuser .userinfo .phone {
	background-color: #328a34;
	text-align: center;
	padding: 16px 0;
}

.loupanviewbox .lpv-topuser .userinfo .phone .addr {
	font-size: 12px;
	color: #e9ede9;
	line-height: 1;
}

.loupanviewbox .lpv-topuser .userinfo .phone .num {
	font-size: 20px;
	color: #ffffff;
	line-height: 1;
	margin-top: 10px;
}

/*弹出轮播大图*/
.tanbigimg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1002;
	display: none;
}

.tanbigimg[data-on="on"] {
	display: block;
}

.tanbigimg .lpvslide {
	position: relative;
	height: 100%;
}

.tanbigimg .lpvslide .bd {
	position: absolute;
	top: 0;
	bottom: 14%;
	margin-bottom: 2px;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}

.tanbigimg .lpvslide .bd ul,
.tanbigimg .lpvslide .bd ul li {
	height: 100%;
}

.tanbigimg .lpvslide .bd ul li div {
	position: relative;
	width: 100%;
	height: 100%;
}

.tanbigimg .lpvslide .bd ul li div img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.tanbigimg .lpvslide .hd a {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	cursor: pointer;
}

.tanbigimg .lpvslide .hd a.prev {
	left: 0;
	background: url(../images/imgprev.png) no-repeat;
}

.tanbigimg .lpvslide .hd a.next {
	right: 0;
	background: url(../images/imgnext.png) no-repeat;
}

.tanbigimg .imgclose {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: url(../images/imgclose.png) no-repeat;
	z-index: 11;
	cursor: pointer;
}

.loupanviewbox .lpv-tabbox {
	position: relative;
	margin-top: 56px;
}

.loupanviewbox .lpv-tabbox .loupanview-l {
	width: 951px;
	padding-bottom: 40px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-tabmenu {
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-tablist li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-tablist li .l-lpvtab {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 20px;
	color: #7f8484;
	width: 102px;
	text-align: center;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-tablist li.on .l-lpvtab {
	color: #404141;
	font-weight: bold;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem {
	padding: 46px 0 0 0;
	position: relative;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .l-conttitle {
	font-size: 24px;
	color: #404141;
	padding-right: 120px;
	font-weight: bold;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .l-conttitle .fk {
	width: 7px;
	height: 22px;
	background-color: #5c5c5c;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 24px;
	vertical-align: middle;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist {
	margin-top: 15px;
	margin-left: 30px;
	font-size: 0;
	padding-bottom: 46px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist .gkitem {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	margin-top: 20px;
	min-width: 40%;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist .gkitem.mm {
	min-width: 100%;
}

/*.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist .gkitem.san{
	min-width: 30%;
}*/
.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist .gkitem .tit {
	font-size: 14px;
	color: #989e9e;
	margin-right: 20px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist .gkitem .labs {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist .gkitem .labs .tt {
	font-size: 14px;
	color: #404141;
	margin-right: 22px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.text {
	margin-top: 30px;
	font-size: 14px;
	color: #404141;
	line-height: 26px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.fy .gkitem {
	min-width: initial;
	margin-right: 75px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.fy .gkitem .labs {
	font-size: 22px;
	color: #bb9641;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.tp {
	max-height: 270px;
	overflow: hidden;
	padding-bottom: 0;
	border-bottom: none;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.tp[data-on="on"] {
	max-height: none;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.tp .gkitem {
	min-width: initial;
	height: 270px;
	margin-right: 13px;
	margin-top: 13px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.tp .gkitem.ou {
	margin-right: 0;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.tp .gkitem img {
	width: 454px;
	height: 270px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .lookall {
	margin-left: 30px;
	text-align: center;
	border: 1px solid #ebebeb;
	margin-top: 10px;
	line-height: 56px;
	font-size: 14px;
	color: #121212;
	cursor: pointer;
	transition: all .5s;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .lookall.on {
	display: none;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .lookall:hover {
	color: #1c8a3a;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .line {
	margin-top: 50px;
	margin-left: 30px;
	height: 1px;
	background-color: #ebebeb;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .lookall .num {
	color: #a9a9a9;
	margin-left: 5px;
}

/*配置*/
.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.pz .gkitem {
	min-width: 0;
	width: 130px;
	text-align: center;
	font-size: 12px;
	color: #2e3030;
	margin-top: 35px;
	float: left;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.pz .gkitem .icon {
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.pz .gkitem .icon img {
	height: 100%;
}

/*地图*/
.allmap img {
	max-width: none;
}

.crt-building2 {
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	background-color: #2b81ff;
	border-radius: 3px;
	font-size: 12px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	z-index: 111;
}

.crt-building2 i {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #2b81ff transparent transparent transparent;
}

.BMap_Marker {
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	width: 32px !important;
	height: 32px !important;
}

.BMap_Marker[data-click="active"] {
	line-height: 32px;
	width: 32px !important;
	height: 32px !important;
	margin-left: -2px !important;
	margin-top: -2px !important;
}

.crt-building11 {
	background: url(../images/gongjiaof.png) !important;
}

.crt-building11[data-click="active"] {
	background: url(../images/gongjiao.png) !important;
}

.crt-building12 {
	background: url(../images/ditief.png) !important;
}

.crt-building12[data-click="active"] {
	background: url(../images/ditie.png) !important;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.map {
	margin-top: 30px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .gklist.map .allmap {
	width: 100%;
	height: 320px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu {
	position: absolute;
	top: 46px;
	right: 0;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu .mpul {
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	max-height: 43px;
	overflow: hidden;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu .mpul li {
	width: 114px;
	height: 30px;
	line-height: 30px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu .mpul li.mptitle {
	text-align: center;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #7d8787;
	cursor: pointer;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu .mpul li.mpli {
	font-size: 12px;
	color: #888888;
	padding: 0 10px;
	width: 94px;
	cursor: pointer;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu .mpul li.mpli .icon {
	width: 12px;
	height: 12px;
	border: 1px solid #cccccc;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 20px 0 10px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu .mpul[data-on="on"] {
	max-height: 100%;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu .mpul li.mpli.current .icon {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: none;
	width: 14px;
	height: 14px;
}

.loupanviewbox .lpv-tabbox .loupanview-l .l-contlist .l-contitem .mapmenu .mpul li.mpli:hover {
	background-color: #fafafa;
}

/*同价房源 看了又看*/
.lpv-fylist .lpv-fyitem {
	padding: 42px 0;
	border-bottom: 1px solid #ebebeb;
}

.lpv-fylist .lpv-fyitem .title {
	font-size: 24px;
	color: #404141;
}

.lpv-fylist .lpv-fyitem .itemlist {
	margin-top: 24px;
	font-size: 0;
}

.lpv-fylist .lpv-fyitem.see .itemlist {
	overflow: hidden;
	max-height: 602px;
}

.lpv-fylist .lpv-fyitem.see .itemlist[data-on="on"] {
	height: 100%;
}

.lpv-fylist .lpv-fyitem .itemlist .fyitem {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 216px;
	margin-right: 27px;
}

.lpv-fylist .lpv-fyitem .itemlist .fyitem.four,
.lpv-fylist .lpv-fyitem .itemlist .fyitem:nth-child(4n) {
	margin-right: 0;
}

.lpv-fylist .lpv-fyitem .itemlist .fyitem .img {
	height: 165px;
	overflow: hidden;
}

.lpv-fylist .lpv-fyitem .itemlist .fyitem .img img {
	width: 216px;
	height: 165px;
	border-radius: 4px;
}

.lpv-fylist .lpv-fyitem .itemlist .fyitem .tit {
	font-size: 20px;
	color: #404141;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	margin: 20px 0 10px 0;
}

.lpv-fylist .lpv-fyitem .itemlist .fyitem .demo {
	font-size: 12px;
	color: #9fa7a7;
}

.lpv-fylist .lpv-fyitem .itemlist .fyitem .price {
	font-size: 20px;
	color: #328a34;
	margin-top: 15px;
}

.lpv-fylist .lpv-fyitem .itemlist .fyitem .price .ss {
	font-size: 12px;
}

.lpv-fylist .lpv-fyitem.see {
	border-bottom: none;
}

.lpv-fylist .lpv-fyitem.see .itemlist .fyitem {
	margin-bottom: 32px;
}

.lpv-fylist .lpv-fyitem.see .lookall {
	text-align: center;
	border: 1px solid #ebebeb;
	margin-top: 10px;
	line-height: 56px;
	font-size: 14px;
	color: #121212;
	cursor: pointer;
	transition: all .5s;
}

.lpv-fylist .lpv-fyitem.see .lookall.on {
	display: none;
}

.lpv-fylist .lpv-fyitem.see .lookall:hover {
	color: #1c8a3a;
}

.lpv-fylist .lpv-fyitem.see .lookall .num {
	color: #a9a9a9;
	margin-left: 5px;
}

.loupanviewbox .lpv-tabbox .loupanview-r {
	width: 188px;
}

.loupanviewbox .lpv-tabbox .loupanview-r .r-hothouse .lpvr-tit {
	font-size: 20px;
	color: #404141;
	margin-bottom: 25px;
}

.loupanviewbox .lpv-tabbox .loupanview-r .r-hothouse .hothouse-list .hothouse-a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 36px;
	line-height: 1;
}

.loupanviewbox .lpv-tabbox .loupanview-r .r-hothouse .hothouse-list .hothouse-a .img {
	width: 100%;
	height: 144px;
	overflow: hidden;
}

.loupanviewbox .lpv-tabbox .loupanview-r .r-hothouse .hothouse-list .hothouse-a .img img {
	width: 188px;
	height: 144px;
}

.loupanviewbox .lpv-tabbox .loupanview-r .r-hothouse .hothouse-list .hothouse-a .tit {
	font-size: 12px;
	color: #5c5f5f;
	margin: 10px 0;
}

.loupanviewbox .lpv-tabbox .loupanview-r .r-hothouse .hothouse-list .hothouse-a .tit .lab {
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	background-color: #205b98;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 8px;
}

.loupanviewbox .lpv-tabbox .loupanview-r .r-hothouse .hothouse-list .hothouse-a .price {
	font-size: 14px;
	color: #3a3a3a;
	font-weight: bold;
}

.loupanviewbox .lpv-tabbox .loupanview-r .r-hothouse .hothouse-list .hothouse-a .price .ss {
	font-size: 12px;
	font-weight: initial;
}


/*举报房源*/
.reportbox {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 1002px;
	background-color: #ffffff;
	z-index: 200;
	margin-left: -501px;
	display: none;
}

.reportbox[data-on="on"] {
	display: block;
}

.reportbox .close,
.rp-success .close {
	position: absolute;
	right: 3%;
	top: 31px;
	width: 22px;
	height: 22px;
	background-image: url(../images/report_02.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.reportbox .report-title,
.rp-success .report-title {
	font-size: 22px;
	color: #4b4d4c;
	line-height: 1;
	padding: 31px 3% 24px;
	border-bottom: 1px solid #efefef;
}

.reportbox .reportcont {
	padding: 0 32px;
}

.reportbox .reportcont .reportform .rp-item.renz .userinfo .item.upload {
	margin-top: 34px;
	padding-right: 320px;
}

.reportbox .reportcont .reportform .rp-item .userinfo .item .imglist .upload-box {
	overflow: hidden;
}

.reportbox .reportcont .reportform .rp-item .userinfo .item .imglist .upload-box .upload-btn {
	float: left;
	width: 126px;
	height: 126px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.reportbox .reportcont .reportform .rp-item.renz .userinfo .item.upload .example {
	position: absolute;
	right: 167px;
	top: 0;
}

.reportbox .reportcont .reportform .rp-item.renz .userinfo .item.upload .example .tt {
	font-size: 12px;
	color: #d0d0d0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.reportbox .reportcont .reportform .rp-item.renz .userinfo .item.upload .example .eximg {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 12px;
}

.reportbox .reportcont .reportform .rp-item.renz .userinfo .item.upload .example .eximg img {
	width: 104px;
	height: 104px;
}

.rp-text {
	background-color: #fcfcfc;
	margin-top: 28px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.rp-text .word {
	font-size: 14px;
	color: #404141;
	margin: 0 36px;
	margin-top: 10px;
}

.rp-text .word .ww {
	color: #b79536;
}

.reportbox .reportcont .rp-list {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.reportbox .reportcont .tjbtn {
	font-size: 16px;
	color: #ffffff;
	background-color: #298b3b;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 140px;
	text-align: center;
	margin: 48px 0 48px 140px;
	cursor: pointer;
}

/*举报成功*/
.rp-success {
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1002px;
	margin-left: -501px;
	margin-top: -237px;
	z-index: 210;
	/*display: none;*/
}

.rp-success[data-on="on"] {
	display: block;
}

.rp-success .rpsuccess-cont {
	padding: 36px 32px 32px;
}

.rp-success .rpsuccess-cont .backcontent {
	text-align: center;
}

.rp-success .rpsuccess-cont .backcontent .icon {
	height: 60px;
	background-image: url(../images/report_03.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center;
}

.rp-success .rpsuccess-cont .backcontent .text {
	font-size: 18px;
	color: #4b4d4c;
	line-height: 1;
	margin-top: 13px;
	font-weight: bold;
}

.rp-success .rpsuccess-cont .backcontent .word {
	font-size: 12px;
	color: #8e9290;
	margin-top: 20px;
}




/* =========

    经纪人列表

 ========= */
/*筛选*/
.broker-filter {
	background-color: #ffffff;
	margin-top: 24px;
}

.broker-filter .broker-content {
	padding: 28px;
}

.broker-filter .broker-content .filter-item {
	position: relative;
}

.broker-filter .broker-content .filter-item.line {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.broker-filter .broker-content .filter-item .tit {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #404141;
	margin-right: 23px;
	line-height: 20px;
}

.broker-filter .broker-content .filter-item .company-area,
.broker-filter .broker-content .filter-item .checklist {
	margin-left: 78px;
}

.broker-filter .broker-content .filter-item .company-area .citymenu {
	padding-bottom: 18px;
	border-bottom: 1px solid #ebebeb;
}

.broker-filter .broker-content .filter-item .company-area .citymenu>span {
	font-size: 12px;
	color: #5e5e5e;
	margin-right: 20px;
}

.broker-filter .broker-content .filter-item .company-area .citymenu>span.on {
	color: #328a34;
}

.broker-filter .broker-content .filter-item .company-area .arealist ul {
	overflow: hidden;
}

.broker-filter .broker-content .filter-item .company-area .arealist ul li {
	float: left;
}

.broker-filter .broker-content .filter-item .company-area .arealist ul li .area {
	font-size: 12px;
	color: #5e5e5e;
	margin-right: 22px;
	line-height: 20px;
	cursor: pointer;
}

.broker-filter .broker-content .filter-item .company-area .arealist ul li.active .area {
	color: #008b40;
}

.broker-filter .broker-content .filter-item .checklist {
	margin-top: 20px;
}

.broker-filter .broker-content .filter-item .checklist ul {
	overflow: hidden;
}

.broker-filter .broker-content .filter-item .checklist ul li {
	min-width: 110px;
	float: left;
}

.broker-filter .broker-content .filter-item .checklist ul li .check {
	cursor: pointer;
}

.broker-filter .broker-content .filter-item .checklist ul li .check .icon {
	width: 12px;
	height: 12px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 8px;
}

.broker-filter .broker-content .filter-item .checklist ul li.active .check .icon {
	background: url(../images/check.png) no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	border: none;
}

.broker-filter .broker-content .filter-item .checklist ul li .check .text {
	font-size: 12px;
	color: #5e5e5e;
}

.broker-list {
	background-color: #ffffff;
	margin-top: 28px;
	margin-bottom: 70px;
}

.broker-list .broker-item {
	display: block;
	position: relative;
	padding: 28px 0 32px;
	margin: 0 28px;
	border-bottom: 1px solid #ebebeb;
}

.broker-list .broker-item .img {
	position: absolute;
	top: 28px;
	left: 0;
	width: 122px;
	height: 122px;
	overflow: hidden;
}

.broker-list .broker-item .broker-info {
	margin-left: 144px;
	min-height: 122px;
}

.broker-list .broker-item .broker-info .name {
	font-size: 20px;
	color: #363c36;
	line-height: 1;
	margin-top: 5px;
}

.broker-list .broker-item .broker-info .addr {
	font-size: 12px;
	color: #bb9641;
}

.broker-list .broker-item .broker-info .addr .icon {
	background-image: url(../images/broker_01.png);
	background-repeat: no-repeat;
	background-size: 12px 14px;
	background-position: center;
	width: 12px;
	height: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	margin-right: 5px;
	margin-top: 15px;
}

.broker-list .broker-item .broker-info .text {
	font-size: 14px;
	color: #363c36;
	margin-top: 12px;
}

.broker-list .broker-item .broker-info .text .tit {
	font-size: 14px;
	color: #758075;
}

.broker-list .broker-item .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-image: url(../images/broker_02.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
}


/*详情页*/
.brokervinfo {
	background-color: #fafafa;
	margin-top: 30px;
}

.brokervinfo .brokerv-cont {
	padding: 28px 34px 37px 23px;
	position: relative;
}

.brokervinfo .brokerv-cont .img {
	position: absolute;
	top: 28px;
	left: 23px;
	width: 144px;
	height: 176px;
	overflow: hidden;
}

.brokervinfo .brokerv-cont .img img {
	width: 100%;
}

.brokervinfo .brokerv-cont .content {
	margin-left: 170px;
	min-height: 176px;
}

.brokervinfo .brokerv-cont .content .nameinfo {
	font-size: 0;
}

.brokervinfo .brokerv-cont .content .nameinfo>div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.brokervinfo .brokerv-cont .content .nameinfo .name {
	font-size: 30px;
	color: #363c36;
}

.brokervinfo .brokerv-cont .content .nameinfo .lab {
	font-size: 12px;
	color: #bb9641;
	padding: 0 12px;
	height: 21px;
	line-height: 21px;
	background-color: #f5f3f0;
	margin-left: 14px;
	margin-right: 22px;
}

.brokervinfo .brokerv-cont .content .nameinfo .iimg {
	font-size: 12px;
	color: #4a4a4a;
	height: 19px;
	line-height: 21px;
	border: 1px solid #c6c6c6;
	padding: 0 13px 0 9px;
	cursor: pointer;
}

.brokervinfo .brokerv-cont .content .nameinfo .iimg .icon {
	width: 18px;
	height: 16px;
	background: url(../images/broker_03.png) center no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 6px;
	vertical-align: text-bottom;
}

.brokervinfo .brokerv-cont .content .addr {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	color: #bb9641;
	margin-top: 20px;
}

.brokervinfo .brokerv-cont .content .addr .icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-image: url(../images/broker_01.png);
	background-repeat: no-repeat;
	background-size: 12px 14px;
	background-position: center;
	width: 12px;
	height: 14px;
	margin-right: 12px;
	vertical-align: middle;
}

.brokervinfo .brokerv-cont .content .text {
	font-size: 14px;
	color: #363c36;
	margin-top: 15px;
}

.brokervinfo .brokerv-cont .content .text .tit {
	font-size: 14px;
	color: #758075;
}

.brokervinfo .brokerv-cont .content .text.more {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 82px;
	position: relative;
}

.brokervinfo .brokerv-cont .content .text.more .open {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #889588;
	line-height: 20px;
	cursor: pointer;
}

.brokervinfo .brokerv-cont .content .text.more .open .ii {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #889588;
	margin-left: 6px;
	vertical-align: middle;
}

.brokervinfo .brokerv-cont .content .text.more.active {
	white-space: normal;
	overflow: initial;
}

.brokervinfo .brokerv-cont .content .text.more .open .ii.on {
	border-bottom: 3px solid #a1a0a0;
	border-top: none;
	margin-top: -3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.brokervinfo .brokerv-cont .phone {
	position: absolute;
	right: 34px;
	top: 28px;
	text-align: right;
	font-size: 14px;
	color: #328a34;
}

.brokervinfo .brokerv-cont .phone .num {
	font-size: 26px;
}

.brokerv-list {
	margin-top: 40px;
	margin-bottom: 78px;
}

.brokerv-list .title {
	border-bottom: 1px solid #328a34;
}

.brokerv-list .title .tit {
	font-size: 18px;
	color: #fffdf9;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 30px;
	height: 53px;
	line-height: 53px;
	background-color: #328a34;
}

/*营业执照弹窗*/
.yinyetan {
	width: 569px;
	display: none;
	position: relative;
}

.yinyetan .close {
	position: absolute;
	right: 34px;
	top: 0;
	background: url(../images/close.png) no-repeat;
	width: 30px;
	height: 76px;
	background-position: center;
	cursor: pointer;
	z-index: 11;
}

.yinyetan .yytitle {
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding: 0 34px;
	height: 76px;
	line-height: 76px;
	font-size: 22px;
	color: #4b4d4c;
}

.yinyetan .yycontent {
	padding: 22px 34px 0;
}

.yinyetan .yycontent .item {
	position: relative;
	padding-left: 78px;
	line-height: 28px;
	margin-bottom: 15px;
}

.yinyetan .yycontent .item .tit {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 78px;
	font-size: 14px;
	color: #afafaf;
}

.yinyetan .yycontent .item .infor {
	font-size: 14px;
	color: #4b4d4c;
}


/*默认排序通用筛选*/
.incommbkv-fil .fil {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 2;
	padding: 0 20px;
	margin-top: 24px;
}

.incommbkv-fil .fil span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-image: url(../images/broker_04.png);
	background-repeat: no-repeat;
	background-size: 5px 8px;
	background-position: center;
	width: 5px;
	height: 8px;
	margin-left: 6px;
}

.incommbkv-fil .fil.on {
	color: #1c8a3a;
}

.incommbkv-fil .fil.on.up span {
	background-image: url(../images/broker_04up.png);
}

.incommbkv-fil .fil.on.down span {
	background-image: url(../images/broker_04down.png);
}

.brokerv-list .l-lplist .l-lpitem {
	padding: 40px 0;
}

.brokerv-list .l-lplist .l-lpitem.one {
	padding-top: 24px;
}






/* =========

  招商资讯

 ========= */
.news-href {
	margin: 22px auto;
}

.news-href .news-a {
	font-size: 12px;
	color: #313531;
}

.news-href .news-a i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-image: url(../images/news_01.png);
	background-repeat: no-repeat;
	background-size: 10px 12px;
	background-position: center;
	width: 10px;
	height: 12px;
	vertical-align: text-top;
	margin-right: 9px;
}

.news-href .news-a .aar {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-image: url(../images/news_02.png);
	background-repeat: no-repeat;
	background-size: 5px 8px;
	background-position: center;
	width: 5px;
	height: 8px;
	margin-left: 9px;
	margin-right: 3px;
}

.news-href .active-a {
	font-size: 12px;
	color: #1c8a3a;
}

.news-list .tabmenu {
	background-color: #ffffff;
}

.news-list .tabmenu ul {
	font-size: 0;
}

.news-list .tabmenu ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 38px;
}

.news-list .tabmenu ul li .lia {
	font-size: 14px;
	color: #404141;
	line-height: 56px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}

.news-list .tabmenu ul li .lia i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #b79536;
}

.news-list .tabmenu ul li .lia.on {
	color: #b79536;
}

.news-list .tabmenu ul li .lia.on i {
	width: 100%;
}

.news-list .news-content {
	background-color: #ffffff;
	margin-top: 14px;
	margin-bottom: 60px;
}

.news-list .news-content .newstitle {
	line-height: 75px;
	padding: 0 36px;
	border-bottom: 1px solid #ebebeb;
}

.news-list .news-content .newstitle .title {
	font-size: 20px;
	color: #404141;
	font-weight: bold;
}

.news-list .news-content .newstitle .word {
	font-size: 14px;
	color: #a0a2a2;
}

.news-list .news-content .newstitle .word .num {
	font-size: 22px;
	color: #1c8a3a;
	margin: 0 5px;
}

.news-list .news-content .newlist {
	padding: 0 36px;
}

.news-list .news-content .newlist .newitem {
	display: block;
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #ebebeb;
}

.news-list .news-content .newlist .newitem .img {
	position: absolute;
	top: 30px;
	left: 0;
	overflow: hidden;
	height: 140px;
}

.news-list .news-content .newlist .newitem .img img {
	width: 277px;
	height: 140px;
}

.news-list .news-content .newlist .newitem .info {
	height: 140px;
	margin-left: 304px;
	position: relative;
}

.news-list .news-content .newlist .newitem .info .tit {
	font-size: 20px;
	color: #404141;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list .news-content .newlist .newitem:hover .info .tit {
	color: #1c8a3a;
}

.news-list .news-content .newlist .newitem .info .demo {
	font-size: 16px;
	color: #717676;
	line-height: 24px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 52px;
}

.news-list .news-content .newlist .newitem .info .time {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	color: #b5bcbc;
	line-height: 1.5;
}

/*资讯详情页*/
.newsv-content {
	position: relative;
	margin-top: 32px;
}

.newsv-content .newsv-left {
	margin-right: 400px;
}

.newsv-content .newsv-left .nv-ltitle {
	font-size: 32px;
	color: #404141;
}

.newsv-content .newsv-left .mintit {
	overflow: hidden;
	margin-top: 20px;
}

.newsv-content .newsv-left .mintit .ww {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #404141;
}

.newsv-content .newsv-left .mintit .ww.look {
	margin-left: 64px;
}

.newsv-content .newsv-left .mintit .ww.from {
	float: right;
}

.newsv-content .newsv-left .nv-content {
	margin-top: 32px;
}

.newsv-content .newsv-left .zanbox {
	text-align: center;
	font-size: 16px;
	color: #404141;
	line-height: 1;
	margin: 60px 0;
	cursor: pointer;
}

.newsv-content .newsv-left .zanbox .icon {
	background-image: url(../images/newsv_01.png);
	background-repeat: no-repeat;
	background-size: 110px 110px;
	background-position: center;
	width: 110px;
	height: 110px;
	margin: 0 auto 16px;
}

.newsv-content .newsv-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 316px;
}

.newsv-content .newsv-right .nv-rtitle {
	font-size: 20px;
	color: #404141;
	margin-bottom: 25px;
}

.newsv-content .newsv-right .nv-rlist .nv-ritem {
	display: block;
	padding: 25px 0;
	border-top: 1px solid #ebebeb;
}

.newsv-content .newsv-right .nv-rlist .nv-ritem .tit {
	font-size: 14px;
	color: #404141;
}

.newsv-content .newsv-right .nv-rlist .nv-ritem .time {
	font-size: 12px;
	color: #99a0a0;
	margin-top: 15px;
}

.newsv-content .newsv-right .nv-rlist .nv-ritem:hover .tit {
	color: #1c8a3a;
}

.lookmore {
	max-width: 1356px;
	margin-bottom: 100px;
}

.lookmore .title {
	font-size: 20px;
	color: #404141;
	line-height: 1;
}

.lookmore .lookslide {
	margin-top: 28px;
}

.lookmore .lookslide .hd a.prev {
	background: url(../images/ljprev.png) no-repeat;
}

.lookmore .lookslide .hd a.next {
	background: url(../images/ljnext.png) no-repeat;
}

.lookmore .lookslide .bd {
	height: 236px;
	overflow: hidden;
}

.lookmore .lookslide .bd .tempWrap {
	width: 100% !important;
}

.lookmore .lookslide .bd ul li {
	width: 240px;
	margin-right: 19px;
}

.lookmore .lookslide .bd ul li .look-item {
	display: block;
}

.lookmore .lookslide .bd ul li .look-item .img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.lookmore .lookslide .bd ul li .look-item .img img {
	width: 240px;
	height: 150px;
}

.lookmore .lookslide .bd ul li .look-item .info .tit {
	font-size: 20px;
	color: #404141;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 16px;
}

.lookmore .lookslide .bd ul li .look-item .info .time {
	font-size: 14px;
	color: #808585;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 14px;
}

.lookmore .lookslide .bd ul li .look-item .info .look {
	font-size: 12px;
	color: #808585;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}




/* =========

    区域筛选

 ========= */
.city-filter .ct-search {
	margin-top: 55px;
	font-size: 0;
}

.city-filter .ct-search .logo {
	height: 48px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.city-filter .ct-search .logo img {
	width: 241px;
	height: 48px;
}

.city-filter .ct-search .mmsearch {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 58px;
}

.city-filter .ct-search .mmsearch form {
	width: 522px;
	height: 50px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.city-filter .ct-search .mmsearch form input[type="text"] {
	width: 442px;
	height: 48px;
	padding: 0 10px 0 28px;
	background-color: #ffffff;
	font-size: 12px;
	border: 1px solid #dde7df;
	border-radius: 4px;
}

.city-filter .ct-search .mmsearch form input[type="submit"] {
	width: 80px;
	height: 50px;
	background: url(../images/inicon_02.png) center no-repeat;
	background-color: #bb9541;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.city-filter .selectbox {
	margin-top: 44px;
}

.city-filter .selectbox .ct-title {
	font-size: 16px;
	color: #404141;
	line-height: 40px;
	vertical-align: top;
	font-weight: bold;
}

.city-filter .selectbox .ct-xiala {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 27px;
	font-size: 0;
}

.city-filter .selectbox .ct-word {
	font-size: 12px;
	color: #6493bf;
	line-height: 40px;
	vertical-align: top;
}

.city-filter .city-table {
	margin-top: 40px;
	border: 1px solid #e9ecea;
	border-bottom: none;
	margin-bottom: 80px;
}

.city-filter .city-table .table-body .table-li {
	position: relative;
	border-bottom: 1px solid #e9ecea;
}

.city-filter .city-table .table-body .table-li .l-letter {
	width: 66px;
	text-align: center;
	background-color: #fafafa;
	min-height: 66px;
	position: absolute;
	top: 0;
	bottom: 0;
	font-weight: bold;
	border-right: 1px solid #e9ecea;
}

.city-filter .city-table .table-body .table-li .l-letter span {
	font-size: 24px;
	color: #adadad;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 24px;
	line-height: 1;
}

.city-filter .city-table .table-body .table-li .city-list {
	margin-left: 66px;
	min-height: 66px;
}

.city-filter .city-table .table-body .table-li .city-list .list-li {
	clear: both;
	padding: 19px 0;
	line-height: 28px;
}

.city-filter .city-table .table-body .table-li .city-list .list-li .city-let {
	width: 74px;
	float: left;
	margin-left: 27px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #404141;
}

.city-filter .city-table .table-body .table-li .city-list .list-li ul {
	margin-left: 30px;
	padding-right: 8px;
}

.city-filter .city-table .table-body .table-li .city-list .list-li ul .lia {
	display: inline-block;
	margin-right: 18px;
	cursor: pointer;
}

.city-filter .city-table .table-body .table-li .city-list .list-li ul .lia .aa {
	display: block;
	color: #404141;
	font-size: 14px;
}

.city-filter .city-table .table-body .table-li:hover .l-letter {
	background-color: #1c8a3a;
}

.city-filter .city-table .table-body .table-li:hover .l-letter span {
	color: #ffffff;
}

.city-filter .city-table .table-body .table-li .city-list .list-li ul .lia:hover .aa {
	color: #1c8a3a;
}


.filterbox .city-check .city-list ul.streelist {
	display: none;
}

.filterbox .city-check .city-list ul.streelist[data-on="on"] {
	display: block;
}