@import "../../css/iconfont.css";

/* 地图找房 */
.orange {
	color: #cc0000;
}

.map_house .sele_sear {
	padding: 8px 0;
	height: 32px;
	position: relative;

	background-color: #FFEFED;
}

.map_house .sele_sear:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #dedede;
}

.map_house .sele_sear .sear {
	width: 250px;
	background-color: #fff;
	border: 1px solid #dedede;
	height: 30px;
}

.map_house .sele_sear .sear .sele_type select {
	width: 75px;
	height: 30px;
	outline: none;
	font-size: 12px;
	color: #616161;
	border: 0;
	cursor: pointer;
}

.map_house .sele_sear .sear .ipt_area {
	width: 210px;
	overflow: hidden;
	position: relative;
	height: 30px;
}

.map_house .sele_sear .sear .ipt_area .ipt {
	width: 189px;
	padding: 3px 10px;
	border-left: 1px solid #dedede;
	line-height: 24px;
	color: #333;
}

.map_house .sele_sear .sear .ipt_area .placeholder {
	line-height: 30px;
	padding: 0 10px;
}

.map_house .sele_sear .sear .btn_area {
	width: 40px;
	height: 30px;

}

.map_house .sele_sear .sear .btn_area .btn {
	width: 100%;
	height: 30px;
	background: url(../images/icon/icon16.png) center no-repeat;
	border: 0;
	cursor: pointer;
}

.map_house .sele_sear .sele_list .item {
	border: 1px solid #dedede;
	margin-left: 20px;
}

.map_house .sele_sear .sele_list select {
	width: 100px;
	height: 30px;
	background-color: #fff;
	outline: none;
	font-size: 14px;
	color: #616161;
	overflow: hidden;
	cursor: pointer;
}

.map_house .sele_sear .sele_list .btn {
	width: 60px;
	height: 30px;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.map_house .main {
	position: absolute;
	top: 98px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	/* 地图找房 S*/
	/* 地图找房 E*/
}

.map_house .main .l_box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 410px;
}

.map_house .main .map {
	width: 100%;
	height: 100%;
	position: relative;
}

.map_house .main .map #map {
	width: 100%;
	height: 100%;
}

.map_house .main .map img {
	display: block;
	width: 100%;
	height: 100%;
}

.map_house .main .map .title {
	width: 100px;
	height: 100px;
	background: url(../images/icon/icon23.png) center no-repeat;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
}

.map_house .main .map .title p {
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.map_house .main .map .title .area {
	font-size: 15px;
	margin-top: 20px;
}

.map_house .main .map .title .num {
	font-size: 14px;
}

.map_house .main .map .title .num strong {
	font-size: 20px;
}

.map_house .main .r_box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 410px;
	/* 楼盘列表 S */
	/* 楼盘列表 E */
}

.map_house .main .r_box .house_list {
	width: 410px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	background: #fff;
}

.map_house .main .r_box .house_list .hd {
	height: 36px;
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 20px;
	background: #fff;
}

.map_house .main .r_box .house_list .hd .b_l {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #dedede;
}

.map_house .main .r_box .house_list .hd .tab {
	position: relative;
	z-index: 2;
}

.map_house .main .r_box .house_list .hd .tab li {
	float: left;
	margin-right: 26px;
}

.map_house .main .r_box .house_list .hd .tab a {
	height: 34px;
	display: block;
	font-size: 12px;
	color: #313131;
	line-height: 34px;
	padding: 0 10px;
}

.map_house .main .r_box .house_list .hd .tab a.active {
	border-bottom: 2px solid #ff6600;
	color: #f60;
}

.map_house .main .r_box .house_list .hd .tab .up {
	background: url(../images/icon/icon17.png) right center no-repeat;
}

.map_house .main .r_box .house_list .hd .tab .down {
	background: url(../images/icon/icon18.png) right center no-repeat;
}

.map_house .main .r_box .house_list .hd .sale_type li {
	float: left;
	line-height: 34px;
	margin-right: 20px;
}

.map_house .main .r_box .house_list .hd .sale_type li .chkb {
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.map_house .main .r_box .house_list .hd .sale_type li .un_sale {
	color: #ff6600;
}

.map_house .main .r_box .house_list .bd {
	position: absolute;
	top: 36px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.map_house .main .r_box .house_list .bd li {
	padding: 20px 0px 20px 20px;
	border-bottom: 1px solid #dedede;
	position: relative;
}

.map_house .main .r_box .house_list .bd li a {
	display: block;
	height: 90px;
}

.map_house .main .r_box .house_list .bd li img {
	display: block;
}

.map_house .main .r_box .house_list .bd li .c_con {
	width: 250px;
	margin-left: 10px;
}

.map_house .main .r_box .house_list .bd li .c_con .t {
	height: 38px;
	overflow: hidden;
}

.map_house .main .r_box .house_list .bd li .c_con h3 {
	float: left;
	line-height: 19px;
	font-size: 14px;
	color: #2e2e2e;
	font-weight: normal;
}

.map_house .main .r_box .house_list .bd li .c_con .sale_type {
	display: block;
	float: left;
	height: 19px;
	width: 28px;
	background: url(../images/icon/icon20.png) no-repeat;
	padding-left: 7px;
	color: #fff;
	font-size: 12px;
	margin-left: 8px;
}

.map_house .main .r_box .house_list .bd li .c_con .c {
	line-height: 18px;
	height: 28px;
}

.map_house .main .r_box .house_list .bd li .c_con .c span {
	color: #616161;
	font-size: 12px;
}

.map_house .main .r_box .house_list .bd li .c_con .b {
	height: 24px;
	overflow: hidden;
	margin-left: -8px;
}

.map_house .main .r_box .house_list .bd li .c_con .b .item {
	display: block;
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	margin-left: 8px;
	background: #f0f0f0;
}

.map_house .main .r_box .house_list .bd li .c_con .b .item1 {
	background: #d8ebfe;
	color: #62abf0;
}

.map_house .main .r_box .house_list .bd li .c_con .b .item2 {
	background: #fdede2;
	color: #fb9b7d;
}

.map_house .main .r_box .house_list .bd li .c_con .b .item3 {
	color: #D98314 !important;
	background-color: #FFF5EB !important;
}

.map_house .main .r_box .house_list .bd li .r_con {
	height: 90px;
	overflow: hidden;
}

.map_house .main .r_box .house_list .bd li .r_con .price {
	line-height: 90px;
	font-size: 16px;
	position: absolute;
	right: 5px;
}

.map_house .main .r_box .house_list .bd li .r_con strong {
	font-size: 20px;
	font-weight: bold;
}

.map_house .main .r_box .sele_look_type {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 66px;
}

.map_house .main .r_box .sele_look_type a {
	display: block;
	height: 64px;
	margin-bottom: 20px;
}

.map_house .main .r_box .sele_look_type a .icon {
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}

.map_house .main .r_box .sele_look_type a p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.map_house .main .r_box .sele_look_type a.active {
	background: #474952;
}

.map_house .main .r_box .sele_look_type .area .icon {
	background-image: url(../images/icon/icon21.png);
}

.map_house .main .r_box .sele_look_type .subway .icon {
	background-image: url(../images/icon/icon22.png);
}

/* page_tit */
.page_tit {
	height: 48px;
	line-height: 48px;
}

.page_tit a {
	font-size: 14px;
	color: #999;
}

.comWidth .artc_detail {
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 35px 70px;
}



/* 房子列表筛选栏公共样式 */
.seleBar {
	border: 1px solid #ddd;
	font-size: 12px;
}

.seleBar .box {
	/*padding: 10px;*/
}

.seleBar .item {
	padding: 8px 20px;
	border-bottom: 1px dashed #ddd;
}

.seleBar .item:first-child {
	border-bottom: 1px solid #ddd;
}

.seleBar .list,
.seleBar .list li,
.seleBar h3 {
	float: left;
}

.seleBar .list {
	width: 1104px;
	margin-left: -24px;
}

.seleBar .list li {
	margin-left: 15px;
	line-height: 28px;
}

.seleBar h3 {
	float: left;
	width: 56px;
	font-weight: 700 !important;
}

.seleBar h3,
.seleBar a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #6e6e6e;
	line-height: 28px;
}

.seleBar select,
.seleBar .chcb,
.seleBar .btn,
.seleBar label {
	cursor: pointer;
}

.seleBar select {
	width: 100px;
	padding-left: 5px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.seleBar .chcb {
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.seleBar .btn {
	border-width: 1px;
	border-style: solid;
	width: 60px;
	height: 28px;
	line-height: 28px;
	*line-height: 24px;
	text-align: center;
	border-radius: 4px;

	color: #fff;
}

/* 页面左边区域 和 右边宽度公共样式 */
.cm_leftArea {
	width: 875px;
}

.cm_rightArea {
	width: 305px;
}

.cm_house {
	padding-bottom: 30px;
}

/* 房子列表  */
.houseList_wrap {
	margin-top: 12px;
	/*二手房标签样式*/
	/*经纪人列表*/
}

.houseList_wrap .head {
	height: 46px;
	/*padding-right:30px;*/
	background: #f7f7f7;
  border: 1px solid #e8e8e8;
}

.houseList_wrap .head .tab {
	margin-right: 15px;
}

.houseList_wrap .head h2 {
	float: left;
	border-right: 1px solid #e8e8e8;
}

.houseList_wrap .head h2 a {
	display: block;
	width: 120px;
	line-height: 46px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}

.houseList_wrap .head h2 a.active,
.houseList_wrap .head h2 a:hover {
	color: #fff !important;
}

.houseList_wrap .head .tab li {
	float: left;
	margin-left: 20px;
}

.houseList_wrap .head .tab a {
	display: block;
	font-size: 13px;
	color: #616161;
	line-height: 46px;
	background: url(../images/icon/icon24.png) right center no-repeat;
	padding-right: 10px;
}

.houseList_wrap .head .tab a.up {
	background: url(../images/icon/sort-up.png) right center no-repeat;
}

.houseList_wrap .head .tab a.down {
	background: url(../images/icon/sort-down.png) right center no-repeat;
}

.houseList_wrap .head .tab a .icon {
	vertical-align: middle;
	margin-left: 8px;
}

/*.houseList_wrap .list_con {
	margin-top: 10px;
}*/

.houseList_wrap .list_con li {
	padding: 20px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
}

/*.houseList_wrap .list_con li:hover{
  box-shadow: 0 0 13px 0 rgba(0,0,0,.3);
}*/
.houseList_wrap .list_con .l_img,
.houseList_wrap .list_con .r_con {
	display: block;
	z-index: 0;
	position: relative;
}

.houseList_wrap .list_con .l_img {
	height: 160px;
}

.houseList_wrap .list_con .l_img img {
	display: block;
	width: 220px;
	height: 100%;
	border-radius: 5px;
}

.houseList_wrap .list_con .r_con {
	width: 620px;
	z-index: 0;
	position: relative;
	margin-left: 20px;
}

.houseList_wrap .list_con .r_con .agent_info {
	margin-top: 10px;
}

.houseList_wrap .list_con .r_con .agent_info .agent_prelogo {
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-right: 5px;
	float: left;
	border-radius: 50%;
	background-color: #dedede;
}

.houseList_wrap .list_con .r_con .agent_info .agent_name {
	background: none;
	color: #999;
	height: 24px;
	font-size: 14px;
	border: none;
	line-height: 30px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 5px;
}

.houseList_wrap .list_con h3 {
	font-size: 20px;
	margin-bottom: 10px;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*.houseList_wrap .list_con a:hover h3{color:#D32F2F;}*/
.houseList_wrap .list_con .user-info i {
	font-size: 16px;
	color: #D32F2F;
	margin-right: 5px;
}

.houseList_wrap .list_con .user-info span {
	margin-right: 10px;
}

.houseList_wrap .list_con p {
	line-height: 15px;
	color: #999;
	margin-bottom: 13px;
	padding-left: 18px;
	background-repeat: no-repeat;
}

.houseList_wrap .list_con .zhutuihx {
	background-image: url(../images/ullist5-genre.png);
}

.houseList_wrap .list_con .dizhiadd {
	background-image: url(../images/ullist5-address.png);
	width: 395px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.houseList_wrap .list_con .sellIcon{
	background-image: url(../images/ullist5-maidian.png);
	width: 395px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.houseList_wrap .list_con p span {
	font-size: 14px;
	color: #999;
}

.houseList_wrap .list_con p.attr span {
	margin-right: 10px;
}

.houseList_wrap .list_con p .l {
	padding: 0 3px;
}

.houseList_wrap .list_con .ft_con {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.houseList_wrap .list_con .ft_con b {
	color: #ea3c3d;
}

.houseList_wrap .list_con .label_list {
	display: block;
	margin-top: 8px;
	margin-bottom: 5px;
	width: 500px;
}

.houseList_wrap .list_con .label_list .item {
	display: inline-block;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
	padding: 0 4px;
	border: 1px solid #ccc !important;
	color: #999 !important;
	background: none !important
}

.houseList_wrap .list_con .label_list .item1 {
	color: #6884c3;
	border-color: #6884c3;
}

.houseList_wrap .list_con .label_list .item2 {
	color: #66bb6a;
	border-color: #66bb6a;
}

.houseList_wrap .list_con .label_list .item3 {
	color: #ffc107;
	border-color: #ffc107;
}

.houseList_wrap .list_con .label_list .item4 {
	color: #ff7043;
	border-color: #ff7043;
}

.houseList_wrap .list_con .label_list .item5 {
	color: #f0a0a0;
	border-color: #f0a0a0;
}

.houseList_wrap .list_con .label_list .item6 {
	color: #7986cb;
	border-color: #7986cb;
}

.houseList_wrap .list_con .label_list .item7 {
	color: #81c784;
	border-color: #81c784;
}

.houseList_wrap .list_con .label_list .item8 {
	color: #6ac5ef;
	border-color: #6ac5ef;
}

.houseList_wrap .list_con .price {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -45px;
	font-size: 14px;
	text-align: center;
}

.houseList_wrap .list_con .price .link-detail {
	margin-top: 20px;
	display: none;
}

.houseList_wrap .list_con li:hover .link-detail {
	display: block;
}

.houseList_wrap .list_con .price .link-detail a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-color: #e94c32;
	color: #fff;
	font-size: 14px;
	padding: 0 27px;
	border-radius: 4px;
}

.houseList_wrap .list_con .price h5 {
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

.houseList_wrap .list_con .price strong {
	font-size: 28px;
	font-weight: normal;
	color: #ff6640;
}

.houseList_wrap .list_con .price p {
	font-size: 14px;
	line-height: 100%;
	color: #666;
}

.houseList_wrap .sh_house_list .label_list .item1,
.houseList_wrap .sh_house_list .label_list .item5 {
	color: #f0a0a0;
	background: #ffebee;
	border-color: #ffebee;
}

.houseList_wrap .sh_house_list .label_list .item2,
.houseList_wrap .sh_house_list .label_list .item6 {
	color: #7986cb;
	border-color: #e8eaf6;
	background: #e8eaf6;
}

.houseList_wrap .sh_house_list .label_list .item3,
.houseList_wrap .sh_house_list .label_list .item7 {
	color: #81c784;
	border-color: #e8f5e9;
	background: #e8f5e9;
}

.houseList_wrap .sh_house_list .label_list .item4,
.houseList_wrap .sh_house_list .label_list .item8 {
	color: #6ac5ef;
	border-color: #e0f7fa;
	background: #e0f7fa;
}

.houseList_wrap .agent_list li {
	padding: 15px 0 0 0;
	float: left;
	width: 100%;
}

.houseList_wrap .agent_list span {
	display: block;
}

.houseList_wrap .agent_list a,
.houseList_wrap .agent_list .l_img,
.houseList_wrap .agent_list .r_con {
	display: block;
	height: 160px;
	position: relative;
}

.houseList_wrap .agent_list .l_img img {
	display: block;
	width: 120px;
	/*height: 160px;*/
}

.houseList_wrap .agent_list .r_con {
	width: 740px;
	position: relative;
}

.houseList_wrap .agent_list .r_con p {
	line-height: 36px;
	font-size: 16px;
	color: #333;
}

.houseList_wrap .agent_list .r_con p.name {
	font-size: 20px;
}

.houseList_wrap .agent_list .r_con .star_list {
	margin: 7px 20px 0;
}

.houseList_wrap .agent_list .r_con .star_list li {
	width: 22px;
	padding: 0;
	border: 0;
}

.houseList_wrap .agent_list .label_list {
	display: block;
	margin-top: 8px;
}

.houseList_wrap .agent_list .label_list .item {
	display: inline-block;
	width: 82px;
	height: 28px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	line-height: 28px;
	border: 1px solid #333;
	color: #333;
}

.houseList_wrap .agent_list .phone {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	padding-left: 40px;
	background: url(../images/icon/icon42.png) left center no-repeat;
}

/*  经纪人详情*/
.agent_detail .list_con li {
	width: 96%;
	padding: 20px 2%;
}

.broker-tags i {
	display: inline-block;
	padding: 3px 10px;
	border-width: 1px;
	border-style: solid;
}

.agent_detail .list_con .r_con {
	width: 600px;
}

.newhouse h3 img {
	vertical-align: middle;
}

.newhouse .label_list .item {
	border: 1px solid #ccc !important;
	color: #999 !important;
	background: none !important;
}

.newhouse .tab_nav {
	height: 70px;
	/*margin-left: -20px;*/
	border-bottom: 1px solid #eee;
}

.newhouse .tab_nav li {
	float: left;
	margin-left: 20px;
}

.newhouse .tab_nav li a {
	display: block;
	font-size: 15px;
	line-height: 70px;
	color: #333;
}

/* 楼盘详情 */
.house_detail {
	padding-bottom: 60px;
	/* 优质二手房 */
	/*小区成交记录*/
	/* 附近小区 */
	/* 楼盘动态 */
	/* 时间轴 */
	/* 户型介绍 */
	/* 用户问答 */
	/* 楼栋信息  */
	/* 楼盘详情 */
}

.house_detail .main_info {
	margin-bottom: 30px;
}

/*.house_detail .main_info .hd_box {

}*/
.house_detail .main_info .hd_box h2 {
	font-size: 24px;
	line-height: 30px;
	color: #2c2c2d;
	font-weight: 500;
	padding: 0 0 15px;
}

.house_detail .main_info .hd_box .collect_btn {
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	background: url(../images/shoucang.png) left center no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	cursor: pointer;
}

.calc a.fenxiang {
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	background: url(../images/fenxiang.png) left center no-repeat !important;
	padding-left: 20px;
	margin-right: 10px;
	position: relative;
}

.fenxiang .ma {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 45px;
	margin-left: -100px;
	width: 178px;
	background-color: #fff;
	padding: 14px;
	-webkit-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
}

.fenxiang .ma .img {
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.fenxiang .ma img {
	width: 100%;
	height: 100%;
}

.fenxiang .ma h3 {
	font-size: 16px;
	color: #333;
	line-height: 1.38em;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
}

.fenxiang .ma:after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -4px;
	z-index: 1;
	margin-left: -10px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.house_detail .main_info .con_box .leftArea {
	width: 600px;
	/*height: 486px;*/
}

.house_detail .main_info .con_box .leftArea .l_slide {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.house_detail .main_info .con_box .leftArea .l_slide .bigImg {
	height: 375px;
	position: relative;
	overflow: hidden;
}

.house_detail .main_info .con_box .leftArea .l_slide .bigImg li img {
	display: block;
	width: 100%;
	height: 375px;
	border-radius: 5px;
}

.house_detail .main_info .con_box .leftArea .l_slide .smallScroll {
	margin-top: 10px;
	height: 65px;
	width: 600px;
	position: relative;
	overflow: hidden;
}

.house_detail .main_info .con_box .leftArea .l_slide .sPrev,
.house_detail .main_info .con_box .leftArea .l_slide .sNext {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 65px;
	text-indent: -9999px;
	background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 111;
}

.house_detail .main_info .con_box .leftArea .l_slide .sPrev:hover,
.house_detail .main_info .con_box .leftArea .l_slide .sNext:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.house_detail .main_info .con_box .leftArea .l_slide .sNext {
	left: auto;
	right: 0;
	background-position: -30px center;
}

.house_detail .main_info .con_box .leftArea .l_slide .smallImg {
	/*margin-left: -10px;*/
}

.house_detail .main_info .con_box .leftArea .l_slide .smallImg ul {
	height: 65px;
	width: 9999px;
	overflow: hidden;
}

.house_detail .main_info .con_box .leftArea .l_slide .smallImg li {
	float: left;
	margin-left: 10px;
	width: 100px !important;
	cursor: pointer;
	display: inline;
}

.house_detail .main_info .con_box .leftArea .l_slide .smallImg img {
	display: block;
	border: 1px solid #dcdddd;
	width: 100px;
	height: 62px;
}

.house_detail .main_info .con_box .leftArea .l_slide .smallImg .on .text_bg {
	background-color: rgba(57, 192, 255, 0.8) !important;
}

.house_detail .main_info .con_box .rightArea {
	width: 570px;
}

.house_detail .main_info .con_box .rightArea .price {
	line-height: 48px;
	height: 48px;
	font-size: 0;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #f3f3f3;*/
}

.house_detail .main_info .con_box .rightArea .price span {
	font-size: 14px;
	color: #666;
}

.house_detail .main_info .con_box .rightArea .price strong {
	font-size: 40px;
	font-weight: normal;
	color: #e94c32;
}

.calc a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	background: url(../images/icon/icon31.png) left center no-repeat;
	padding-left: 20px;
}

.house_detail .main_info .con_box .rightArea .col_1 {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.house_detail .main_info .con_box .rightArea .bar {
	border: 1px solid #F1D7DA;
	background-color: #FFF7F7;
	margin: 10px 0;
	padding: 10px 15px;
	overflow: hidden;
}

.house_detail .main_info .con_box .rightArea .bar p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	/*float: left;*/
}

.house_detail .main_info .con_box .rightArea .bar p strong {
	font-weight: normal;
}

.house_detail .main_info .con_box .rightArea .bar a {
	display: block;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	/*float: right;*/
}

.house_detail .main_info .con_box .rightArea .bart {
	background: #f7f7f7;
	border: 1px solid #dfdfdf;
}

.house_detail .main_info .con_box .rightArea .bart a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon/ico_telw.png) no-repeat;
	position: relative;
	top: 4px;
}

.house_detail .main_info .con_box .rightArea .bart p {
	color: #cc0000;
	margin-left: 8px;
}

.house_detail .main_info .con_box .rightArea .col_1 span {
	font-size: 15px;
}

.house_detail .main_info .con_box .rightArea .col_1 .label {
	color: #666;
}

.house_detail .main_info .con_box .rightArea .col_1 .desc {
	color: #666;
}

.house_detail .main_info .con_box .rightArea .agent_info {
	padding-top: 24px;
	position: relative;
	border-top: 1px solid #f3f3f3;
	margin: 0;
}

.house_detail .main_info .con_box .rightArea .agent_info .r_con {
	position: absolute;
	right: 0;
	top: 24px;
}

.house_detail .main_info .con_box .rightArea .agent_info .c_con {
	margin-left: 15px;
}

.house_detail .main_info .con_box .rightArea .agent_info .new-house.c_con {
	width: 338px;
	overflow: hidden;
	margin-left: 0;
}

.house_detail .main_info .con_box .rightArea .agent_info .c_con p {
	line-height: 30px;
}

.house_detail .main_info .con_box .rightArea .agent_info .c_con .name {
	color: #000;
	font-size: 20px;
}

.house_detail .main_info .con_box .rightArea .agent_info .c_con .phone {
	/*margin-top: 10px;
  text-align: left;*/
	font-size: 24px;
	padding-left: 35px;
	height: 28px;
	line-height: 28px;
	background: url("../images/detail-tel-icon.png") left center no-repeat;
}

.detailjjr-tip {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px
}

.house_detail .main_info .con_box .rightArea .agent_info .new-house.c_con .phone {
	font-size: 27px;
}

.house_detail .main_info .con_box .rightArea .agent_info .c_con .star_list {
	margin-left: 10px;
	padding-top: 7px;
}

.house_detail .main_info .con_box .rightArea .agent_info .r_con .btn {
	display: block;
	width: 85px;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 55px !important;
	background-position: 20px center;
	background-repeat: no-repeat;
	font-size: 15px;
	border: 1px solid;
	border-radius: 4px;
}

.house_detail .main_info .con_box .rightArea .agent_info .r_con .consult {
	border-color: #3d93eb;
	color: #3d93eb;
	background-image: url(../images/icon/icon27.png);
}

.house_detail .main_info .con_box .rightArea .agent_info img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: relative;
	top: 0;
}

.house_detail .main_info .con_box .rightArea .agent_info .r_con .appoint {
	margin-top: 6px;
	border-color: #ff6600;
	color: #fff;
	background-image: url(../images/icon/icon28.png);
	background-color: #ff6600;
}

.con_box .adviser li {
	float: left;
	width: 340px;
	margin: 20px;
}

.con_box .adviser li p {
	float: left;
	margin-top: 10px;
}

.con_box .adviser li p span {
	font-size: 16px;
	color: #000;
	display: block;
}

.con_box .adviser li p a {
	color: #999;
}

.con_box .adviser .portrait {
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 10px;
}

.con_box .adviser li .consultb {
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #cc0000;
	float: left;
	padding: 0 10px;
	margin: 25px 0 0 30px;
}

.con_box .adviser li .consultb i {
	display: inline-block;
	width: 14px;
	height: 12px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	background: url(../images/icon/ico_com.png) no-repeat;
}

.house_detail .main_info .con_box .t_box {
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
}

.house_detail .main_info .con_box .col_3_list li {
	float: left;
	width: 193px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f3f3f3;
}

.house_detail .main_info .con_box .col_3_list li .tit {
	font-size: 18px;
	color: #000;
	line-height: 58px;
	height: 58px;
}

.house_detail .main_info .con_box .col_3_list li .txt {
	font-size: 14px;
	color: #999;
	line-height: 100%;
}

.house_detail .main_info .con_box .col_2_list li {
	float: left;
	width: 240px;
}

.house_detail .main_info .con_box .col_2_list li p {
	float: left;
	font-size: 16px;
	color: #919191;
	line-height: 36px;
}

.house_detail .main_info .con_box .col_2_list li .tit {
	width: 80px;
	color: #313131;
}

.house_detail .main_info .con_box .col_2_list li .txt {
	width: 160px;
}

.con_box table {
	background-color: #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.con_box table tr {
	background-color: #fff;
}

.house_detail .scroll_nav_wrap {
	height: 60px;
	position: relative;
}

.house_detail .scroll_nav {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	border-bottom: 1px solid #dcdcdc
}

.house_detail .scroll_nav li {
	float: left;
	margin-right: 1px;
}

.house_detail .scroll_nav li a {
	display: block;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 16px;
}

.house_detail .scroll_nav li.active a,
.house_detail .scroll_nav li a:hover {
	background: #cc0000 !important;
	color: #ffffff !important;
}

.status-tag {
	float: left;
	margin: 25px 0 0 30px;
	overflow: hidden;
}

.status-tag li {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-right: 20px
}

.status-tag li span {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 5px;
	border: 1px solid #fff;
	vertical-align: middle;
	position: relative;
	top: -1px;
	*top: 1px
}

.house_detail .title_info .hot_tel {
	position: absolute;
	top: 20px;
	right: 20px;
}

.house_detail .title_info .hot_tel i {
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/icon/ico_tel.png) no-repeat;

}

.house_detail .title_info .hot_tel .telnum {
	display: block;
	color: #fff;
	float: right;
	font-size: 28px;
	line-height: 33px;
	font-weight: 400;
	margin-left: 5px;
}

.house_detail .con_wrap {
	/*房屋配套*/
	/* 基本信息 */
	/* 房屋亮点 */
	/* 房源相册 */
	/* 小区简介 */
	/*周边配套*/
	/* 相似房源 */
}

.con_wrap .con_wrap_left {
	width: 920px;
	float: left;
}

.con_wrap .con_wrap_right {
	width: 265px;
	float: right;
}

.house_detail .con_wrap .floor {
	background-color: #fff;
	padding: 15px 30px 30px 30px;
	margin-bottom: 20px;
	/*position:relative;*/
	overflow: hidden;
}

.house_detail .con_wrap .floor .info-lp {
	border: 1px solid #ccc;
	padding: 0 30px 30px;
	margin-bottom: 30px;
}

.house_detail .con_wrap .leftArea {
	width: 895px;
}

.house_detail .con_wrap .leftArea .con_box {
	padding: 10px 0;
	line-height: 24px;
}

.house_detail .con_wrap .title {
	border: none;
	border-bottom: 1px solid #eee;

}

.house_detail .con_wrap .desc {
	padding-top: 10px;
}

.house_detail .con_wrap .desc img {
	display: none;
}

.house_detail .con_wrap .desc #fangwpt {
	display: inline-block;
	width: 23px;
}

.house_detail .con_wrap .desc p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.house_detail .con_wrap .title h2 {
	float: left;
	font-size: 20px;
	font-weight: 400;
	color: #313131;
	line-height: 55px;
}

.house_detail .con_wrap .title .more {
	display: block;
	float: right;
	line-height: 72px;
	font-size: 14px;
	color: #999;
	/*background: linear-gradient(to right,#ff9a77 0,#ff6142 100%);*/
}

.house_detail .con_wrap .title .tab_hd li {
	float: left;
	line-height: 72px;
	margin-right: 10px;
}

.house_detail .con_wrap .title .tab_hd li a {
	font-size: 14px;
	color: #999;
}

.sub_nav a.active {
	background: #cc0000 !important;
	color: #ffffff !important;
}

.sub_nav a.active,
.sub_nav a:hover {
	background: #cc0000 !important;
	color: #ffffff !important;
}

.house_detail .con_wrap .question .title a:hover {
	color: #fff !important;
}

.house_detail .con_wrap .house_support,
.house_detail .con_wrap .basis_info {
	/*padding: 40px 0;*/
	border-bottom: 1px solid #eee;
}

.house_detail .con_wrap .house_support h4,
.house_detail .con_wrap .basis_info h4 {
	width: 165px;
	float: left;
	font-size: 18px;
	color: #666;
	font-weight: normal;
}

.house_detail .con_wrap .house_support h4 {
	width: 80px;
}

.house_detail .con_wrap .basis_info ul {
	width: 730px;
}

.house_detail .con_wrap .house_support ul,
.house_detail .con_wrap .basis_info ul,
.house_detail .con_wrap .house_support li,
.house_detail .con_wrap .basis_info li {
	float: left;
}

.house_detail .con_wrap .house_support li,
.house_detail .con_wrap .basis_info li {
	width: 85px;
	text-align: center;
	padding-top: 20px;
}

.house_detail .con_wrap .house_support li .icon_img,
.house_detail .con_wrap .basis_info li .icon_img {
	font-size: 0;
	height: 40px;
}

.house_detail .con_wrap .house_support li img,
.house_detail .con_wrap .basis_info li img {
	vertical-align: top;
}

.house_detail .con_wrap .house_support li p,
.house_detail .con_wrap .basis_info li p {
	font-size: 15px;
	color: #313131;
	text-align: center;
	line-height: 25px;
}

.house_detail .con_wrap .basis_info {
	padding: 20px 0;
}

.house_detail .con_wrap .basis_info h4 {
	line-height: 42px;
}

.house_detail .con_wrap .basis_info li {
	width: 220px;
	text-align: center;
	padding: 0 10px;
	height: 42px;
}

.house_detail .con_wrap .basis_info li p {
	font-size: 15px;
	color: #313131;
	float: left;
	line-height: 42px;
	text-align: left;
}

.house_detail .con_wrap .basis_info li .tit {
	width: 80px;
	color: #919191;
}

.house_detail .con_wrap .basis_info li .txt {
	width: 140px;
}

.house_detail .con_wrap .bright_sopt {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.house_detail .con_wrap .bright_sopt h4 {
	width: 115px;
	float: left;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	line-height: 25px;
}

.house_detail .con_wrap .bright_sopt .desc {
	width: 730px;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.house_detail .con_wrap .house_picture ul {
	margin-left: -31px;
}

.house_detail .con_wrap .house_picture li {
	float: left;
	width: 258px;
	height: 194px;
	margin-top: 30px;
	margin-left: 34px;
}

.house_detail .con_wrap .house_picture a,
.house_detail .con_wrap .house_picture img,
.house_detail .con_wrap .house_picture span {
	display: block;
}

.house_detail .con_wrap .house_picture a {
	width: 100%;
	height: 100%;
	position: relative;
}

.house_detail .con_wrap .house_picture a img {
	width: 100%;
	height: 100%;
	padding: 2px;
	border: 1px #c3c3c3 solid;
    border-radius: 3px;
    box-shadow: 1px 1px 9px rgba(0,0,0,.4);
}

.house_detail .con_wrap .house_picture .label {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #d35808;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.house_detail .con_wrap .cmnt_profile .con_box {
	margin-top: 30px;
}

.house_detail .con_wrap .cmnt_profile .l_box {
	width: 540px;
}

.house_detail .con_wrap .cmnt_profile .l_box .cmnt_name {
	font-size: 24px;
	font-weight: bold;
	color: #313131;
	line-height: 100%;
}

.house_detail .con_wrap .cmnt_profile .l_box .pro_list {
	padding-top: 20px;
}

.house_detail .con_wrap .cmnt_profile .l_box .pro_list li {
	float: left;
	width: 180px;
}

.house_detail .con_wrap .cmnt_profile .l_box .pro_list span {
	display: block;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	float: left;
}

.house_detail .con_wrap .cmnt_profile .l_box .pro_list .tit {
	width: 70px;
	color: #919191;
}

.house_detail .con_wrap .cmnt_profile .l_box .pro_list .txt {
	color: #313131;
}

.house_detail .con_wrap .cmnt_profile .l_box .ft_desc {
	line-height: 34px;
}

.house_detail .con_wrap .cmnt_profile .l_box .ft_desc span {
	color: #313131;
}

.house_detail .con_wrap .cmnt_profile .r_box img {
	display: block;
	width: 288px;
	height: 190px;
}

.house_detail .con_wrap .near_support .con_box {
	margin-top: 30px;
	position: relative;
}

.house_detail .con_wrap .near_support .map {
	width: 100%;
	height: 469px;
}

.house_detail .con_wrap .near_support .r_box {
	padding: 10px;
	width: 265px;
	height: 380px;
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
	background-color: #fff;
}

.house_detail .con_wrap .near_support .r_box .nav {
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.house_detail .con_wrap .near_support .r_box .nav li {
	float: left;
}

.house_detail .con_wrap .near_support .r_box .nav a {
	display: block;
	width: 44px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.house_detail .con_wrap .near_support .r_box .tab_nav {
	border-bottom: 1px solid #eee;
}

.house_detail .con_wrap .near_support .r_box .tab_nav a {
	display: block;
	float: left;
	line-height: 54px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-right: 27px;
}

.house_detail .con_wrap .near_support .r_box .tab_nav .subway {
	background-image: url(../images/icon/icon29.png);
}

.house_detail .con_wrap .near_support .r_box .tab_nav .subway.active {
	background-image: url(../images/icon/icon29_on.png);
}

.house_detail .con_wrap .near_support .r_box .tab_nav .bus {
	background-image: url(../images/icon/icon30.png);
}

.house_detail .con_wrap .near_support .r_box .tab_nav .bus.active {
	background-image: url(../images/icon/icon30_on.png);
}

.house_detail .con_wrap .near_support .r_box .info_list {
	height: 387px;
	overflow: auto;
}

.house_detail .con_wrap .near_support .r_box .info_list li {
	float: left;
	border-bottom: 1px dashed #eee;
	padding: 6px 0;
	width: 100%;
	cursor: pointer;
}

.house_detail .con_wrap .near_support .r_box .info_list .tit,
.house_detail .con_wrap .near_support .r_box .info_list p {
	line-height: 32px;
}

.house_detail .con_wrap .near_support .r_box .info_list .tit {
	color: #484848;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: normal;
}

.house_detail .con_wrap .near_support .r_box .info_list.subway .tit {
	background-image: url(../images/icon/icon29_on.png);
}

.house_detail .con_wrap .near_support .r_box .info_list.bus .tit {
	background-image: url(../images/icon/icon30_on.png);
}

/*.house_detail .con_wrap .similar_house .list {
  margin-left: -20px;

}*/
.house_detail .con_wrap .similar_house .list li {
	float: left;
	width: 215px;
	margin-left: 15px;
	margin-top: 15px;
	position: relative;
}

.house_detail .con_wrap .similar_house .list li:first-child {
	margin-left: 0;
}

.house_detail .con_wrap .similar_house .list li:nth-child(6) {
	margin-left: 0;
}

.house_detail .con_wrap .similar_house .list li:nth-child(11) {
	margin-left: 0;
}

.house_detail .con_wrap .similar_house .list li:nth-child(16) {
	margin-left: 0;
}

.house_detail .con_wrap .similar_house .list .ft_con .price {
	position: absolute;
	right: 10px;
	top: 120px;
	padding: 3px;
	background: #cc0000;
	border-radius: 3px;
	color: #fff !important;
}

.house_detail .con_wrap .similar_house .list .img {
	width: 100%;
	height: 163px;
	position: relative;
	overflow: hidden;
}

.house_detail .con_wrap .similar_house .list .img .price {
	position: absolute;
	top: 130px;
	right: 10px;
	background: #f15044;
	color: #fff;
	border-radius: 2px;
	padding: 2px 5px;
}

.img .mask,
.list_box .mask1 {
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
}

.img .mask p,
.list_box .mask1 p {
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	position: relative;
	z-index: 89;
	text-align: center;
}

.img .opacity,
.list_box .opacity {
	background: #000;
}

.house_detail .con_wrap .similar_house .list a,
.house_detail .con_wrap .similar_house .list img {
	display: block;
	width: 100%;
	height: 100%;
}

/*.house_detail .con_wrap .similar_house .list img {
  height: 150px;
}*/
.list .name,
.list_box .name {
	overflow: hidden;
	color: #333;
	font-size: 14px;
}

.house_detail .con_wrap .similar_house .list .ft_con p {
	font-size: 15px;
	color: #333;
	text-align: left;
	font-weight: 700;
	margin-top: 7px;
}

.house_detail .con_wrap .similar_house .list .ft_con .type_area {
	width: 145px;
	color: gray;
	font-size: 12px;
}

.house_detail .con_wrap .similar_house .list .ft_con p strong {
	/*font-size: 30px;*/
	color: #fff !important;
}

.house_detail .top_sh_house .con_box .list {
	margin-left: -29px;
}

.house_detail .top_sh_house .con_box .list li {
	width: 202px;
	margin-left: 29px;
}

.house_detail .top_sh_house .con_box .list li img {
	display: block;
	height: 150px;
}

.house_detail .deal_record .table_wrap th,
.house_detail .deal_record .table_wrap td {
	line-height: 54px;
	text-align: left;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.house_detail .deal_record .table_wrap td {
	border-top: 1px solid #eee;
}

.house_detail .near_cmnt .img .name {
	font-size: 20px !important;
}

.house_detail .appoint {
	width: 200px;
	background-color: #fff;
	padding: 0 30px 17px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.appointform .txt {
	padding: 5px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background: none;
	width: 190px;
	margin-bottom: 10px;
}

.appointform .btn {
	width: 200px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
	color: #fff;
}

.house_detail .dynamic .list {
	overflow: auto;
}

.house_detail .dynamic .list li {
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
}

.house_detail .dynamic .list .label {
	width: 78px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ff7043;
	color: #ff7043;
}

/*.house_detail .dynamic .list .r_con {
  width: 650px;
}*/
.house_detail .dynamic .list .r_con h4 {
	font-weight: normal;
	font-size: 15px;
	position: relative;
	padding-left: 25px;
}

.house_detail .dynamic .list .r_con h4 .iconnews {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 4px;
	background: rgba(233, 76, 50, .2);
	border-radius: 8px;
	box-sizing: border-box;
}

.house_detail .dynamic .list .r_con h4 .iconnews .icon2 {
	width: 8px;
	height: 8px;
	background-color: #e94c32;
	border-radius: 4px;
}

.house_detail .dynamic .list .tit a {
	line-height: 30px;
	color: #666;
}

.house_detail .dynamic .list .time {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	margin-right: 8px;
}

.house_detail .dynamic .list .desc {
	font-size: 13px;
	line-height: 24px;
	color: #919191;
	padding-left: 25px;
	position: relative;
}

.house_detail .time_line {
	width: 400px;
}

.house_detail .time_line .list li {
	padding: 26px 0 26px 52px;
	position: relative;
}

.house_detail .dynamic .list .desc::before {
	content: " ";
	position: absolute;
	top: -7px;
	bottom: 0;
	left: 7px;
	display: block;
	width: 2px;
	background-color: #e5e5e5;
}

.house_detail .time_line .list .l_con {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 52px;
	overflow: hidden;
}

.house_detail .time_line .list .l_con span {
	display: block;
	position: absolute;
}

.house_detail .time_line .list .l_con .c {
	width: 16px;
	height: 16px;
	top: 33px;
	left: 50%;
	margin-left: -8px;
	background: #ff6600;
	border-radius: 50%;
	z-index: 2;
}

.house_detail .time_line .list .l_con .l {
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: url(../images/icon/icon5.png) center top repeat-y;
}

.house_detail .time_line .list li:first-child .l_con .l {
	top: 33px !important;
}

.house_detail .time_line .list .r_con .time,
.house_detail .time_line .list .r_con .txt {
	height: 30px;
	line-height: 30px;
	color: #919191;
	font-size: 16px;
}

.house_detail .house_type .picScroll {
	width: 100%;
	margin: 10px auto;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.house_detail .house_type .picScroll .prev,
.house_detail .house_type .picScroll .next {
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 30px;
	height: 60px;
	background: #000000 url(../images/icon/icon35.png) 0 center no-repeat;
	z-index: 111;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.house_detail .house_type .picScroll .prev:hover,
.house_detail .house_type .picScroll .next:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.house_detail .house_type .picScroll .next {
	left: auto;
	right: 0px;
	background-position: -30px center;
}

.house_detail .house_type .picScroll .tempWrap {
	margin-left: -10px;
	width: 100% !important;
}

.house_detail .house_type .picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.house_detail .house_type .picScroll ul li {
	/*width: 188px !important;
  float: left;
  overflow: hidden;
  margin-left: 25px;*/



	float: left;
	width: 227px;
	margin-right: 15px;
	margin-top: 15px;
	position: relative;






}

.house_detail .house_type .picScroll ul .img {
	display: block;
	width: 100%;
	height: 170px;
	border: 1px solid #eee;
	position: relative;
}

.house_detail .house_type .picScroll ul .img p {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.house_detail .house_type .picScroll ul .img p.on {
	background: #e94c32;
}

.house_detail .house_type .picScroll ul .img p.off {
	background: #f00;
}

.house_detail .house_type .picScroll ul .img p.for {
	background: #f60;
}

.house_detail .house_type .picScroll ul img {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/icon/loading.gif) center center no-repeat;
}

.house_detail .house_type .picScroll .con {
	margin-top: 10px;
	color: #999;
}

.house_detail .question .list li {
	padding: 15px;
	border-bottom: 1px dashed #eee;
}

.house_detail .question .list li .ask,
.house_detail .question .list li .anser,
.house_detail .question .list li .time {
	font-size: 16px;
	color: #919191;
	line-height: 24px;
	padding-left: 40px;
}

.house_detail .question .list li .ask {
	color: #333;
	background: url(../images/icon/icon37.png) left top no-repeat;
}

.house_detail .question .list li .anser {
	margin: 10px 0;
}

.house_detail .build_picture .list li .name {
	text-align: center !important;
}

.house_detail .buildNum_info .con_box {
	padding: 30px 0 0;
}

.house_detail .buildNum_info .l_con {
	width: 580px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

.house_detail .buildNum_info .l_con .label {
	width: 80px;
	height: 90px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding-top: 10px;
	border-radius: 4px;
	overflow: hidden;
}

.house_detail .buildNum_info .l_con .label .opacity {
	background: #000;
}

.house_detail .buildNum_info .l_con .label .item {
	padding: 4px 10px;
}

.house_detail .buildNum_info .l_con .label span {
	display: block;
	height: 18px;
	width: 22px;
	float: left;
	color: #fff;
	position: relative;
	z-index: 11;
	border-radius: 4px;
}

.house_detail .buildNum_info .l_con .label .txt {
	line-height: 18px;
	width: 32px;
	margin-left: 6px;
}

.house_detail .buildNum_info .l_con .label .on {
	background: #00BFFF;
}

.house_detail .buildNum_info .l_con .label .for {
	background: #ff6600;
}

.house_detail .buildNum_info .l_con .label .off {
	background: #919191;
}

.house_detail .buildNum_info .l_con .tit {
	position: absolute;
	z-index: 111;
	width: 74px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #009944;
}

.house_detail .buildNum_info .l_con .tit .riangle {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 18px solid transparent;
	border-top: 12px solid #009944;
}

.house_detail .buildNum_info .l_con .tit.on {
	background: #00BFFF;
}

.house_detail .buildNum_info .l_con .tit.on .riangle {
	border-top-color: #00BFFF;
}

.house_detail .buildNum_info .l_con .tit.for {
	background: #ff6600;
}

.house_detail .buildNum_info .l_con .tit.for .riangle {
	border-top-color: #ff6600;
}

.house_detail .buildNum_info .l_con .tit.off {
	background: #919191;
}

.house_detail .buildNum_info .l_con .tit.off .riangle {
	border-top-color: #919191;
}

.house_detail .buildNum_info .r_con {
	width: 260px;
}

.house_detail .buildNum_info .r_con .tab_nav {
	width: 100%;
	height: 32px;
	position: relative;

}

.house_detail .buildNum_info .r_con .tab_nav .b_l {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #919191;
}

.house_detail .buildNum_info .r_con .tab_nav li {
	float: left;
	width: 65px;
	margin-left: 0;
	height: 30px;
}

.house_detail .buildNum_info .r_con .tab_nav a {
	position: relative;
	z-index: 2;
	display: block;
	line-height: 28px;
	border-bottom: 2px solid #919191;
	text-align: center;
}

.house_detail .buildNum_info .r_con .m_info {
	margin-top: 10px;
}

.house_detail .buildNum_info .r_con .m_info li {
	float: left;
	width: 50%;
	height: 36px;
	line-height: 36px;
}

.house_detail .buildNum_info .r_con .m_info li span {
	color: #666;
}

.house_detail .buildNum_info .r_con .s_info h4 {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: #f0f0f0;
	color: #666;
}

.house_detail .buildNum_info .r_con .s_info .table {
	width: 100%;
}

.house_detail .buildNum_info .r_con .s_info .table li {
	float: left;
	width: 100%;
}

.house_detail .buildNum_info .r_con .s_info .table .tbd {
	height: 150px;
	overflow: auto;
}

.house_detail .buildNum_info .r_con .s_info .table ol li {
	width: 112.5px;
	line-height: 24px;
	padding: 3px 0;
	color: #333;
}

/*.house_detail .build_detail table {
  margin-top: 20px;
}*/
.house_detail .build_detail tr {
	border-bottom: 1px solid #eee;
	height: 40px;
	line-height: 40px;
}

/*.house_detail .build_detail td {
  padding: 10px 0;
}*/
.house_detail .build_detail td span {
	font-size: 13px;
	color: #666;
}

.house_detail .build_detail td span.tit {
	display: inline-block;
	width: 100px;
	background-color: #f6f6f6;
	text-align: center;
}

.house_detail .build_detail td span.txt {
	color: #999;
}

/* 新房详情 */
.newhouse_detail {
	padding-bottom: 0px;
}

.newhouse_detail .page_tit {
	background: #f0f0f0;
}

.newhouse_detail .head {
	padding-top: 20px;
}

.newhouse_detail .head h2,
.newhouse_detail .head .sale_state,
.newhouse_detail .head ul {
	float: left;
}

.newhouse_detail .head h2 {
	line-height: 50px;
	font-size: 25px;
	color: #333;
}

.newhouse_detail .head .sale_state {
	width: 40px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	margin-top: 13px;
	margin-left: 15px;
}

.newhouse_detail .head .sale_state.on {
	background: #009944;
}

.newhouse_detail .head .sale_state.for {
	background: #ff6600;
}

.newhouse_detail .head .sale_state.off {
	background: #919191;
}

.newhouse_detail .head .collect_btn {
	float: right;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #666;
	color: #666;
	cursor: pointer;
	margin-top: 10px;
}

.newhouse_detail .head .label_list {
	margin-left: 20px;
}

.newhouse_detail .head .label_list li {
	float: left;
	margin-left: 10px;
	height: 24px;
	line-height: 24px;
	margin-top: 13px;
	padding: 0 6px;
}

.newhouse_detail h3 img {
	vertical-align: middle;
}

.newhouse_detail .label_list .item {
	background: #f0f0f0;
	color: #333;
	border: 0 !important;
}

.newhouse_detail .tab_nav {
	height: 70px;
	/*margin-left: -20px;*/
	/*border-bottom: 1px solid #eee;*/
}

.newhouse_detail .tab_nav li {
	float: left;
	margin-left: 20px;
}

.newhouse_detail .tab_nav li a {
	display: block;
	font-size: 15px;
	line-height: 70px;
	color: #666;
}

.newhouse_detail .title_info {
	background: url(../images/plot_bg.png);
	height: 110px;
	padding: 0 20px;
	margin-bottom: 20px;
	position: relative;
}

.newhouse_detail .title_info h2 {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	padding: 15px 0 10px;
}

.newhouse_detail .title_info .tab span {
	display: block;
	float: left;
	padding: 0 10px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 3px;
	margin: 5px 6px 0 0;
	font-size: 14px;
}

.newhouse_detail .title_info .tab span.orange {
	background: #cc0000;
	border-color: #cc0000;
	color: #fff;
}


.newhouse_detail .main_info {
	margin-bottom: 10px;
}

.newhouse_detail .main_info .t_box {
	margin-bottom: 20px;
}

.newhouse_detail .house_detail {
	padding-bottom: 0;
}

/* 楼盘快讯 */
.sub_nav {
	width: 1200px;
	height: 45px;
	position: relative;
	margin: 15px auto 0 auto;
	background: #eee;
}

/*.sub_nav .comWidth{
  background: #cc0000;
}*/
.sub_nav .b_l {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #919191;
}

.sub_nav li {
	float: left;
}

.sub_nav a {
	position: relative;
	z-index: 2;
	width: 100px;
	display: block;
	line-height: 45px;
	text-align: center;
	color: #333;
	background: #eee;
	font-size: 16px
}

/*.sub_nav a:hover{
  color: #cc0000;
}*/
.flash {
	padding-bottom: 60px;
}

.bggray {
	background: #eee;
}

.flash .leftArea {
	width: 852px !important;
}

.flash .rightArea {
	width: 320px !important;
}

.flash_list li {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dashed #eee;
}

.flash_list a {
	display: block;
}

.flash_list .l_img {
	width: 180px;
	height: 120px;
}

.flash_list .l_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.flash_list .r_con {
	width: 640px;
}

.flash_list .r_con h3 {
	font-size: 22px;
	height: 26px;
	line-height: 26px;
	color: #313131;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 6px;
}

.flash_list .r_con .desc {
	margin: 8px 0 5px;
	font-size: 14px;
	height: 75px;
	line-height: 25px;
	overflow: hidden;
	color: #666;
}

.flash_list .r_con .f_box span {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #999;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.news-right-paihang {
	position: relative;
	background: #fff;
	padding: 10px;
	margin-top: 48px;
}

.news-right-paihang h2 {
	height: 35px;
	border-bottom: 1px #e2e2e2 solid;
	font-size: 14px;
	font-weight: normal;
}

.news-right-paihang h2 span {
	display: inline-block;
	height: 34px;
}

.news-right-paihang ul {
	padding-top: 10px;
	padding-top: 7px\9;
}

.news-right-paihang ul li {
	margin-top: 14px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}

.news-right-paihang ul li i.red {
	background-color: #e94c32;
	color: #fff !important;
}

.news-right-paihang ul li i {
	display: inline-block;
	line-height: 20px;
	width: 20px;
	text-align: center;
	color: #fff;
	background-color: #ccc;
	margin-right: 8px;
}

.flash_list .r_con .f_box .time {
	background-image: url(../images/icon/icon34.png);
}

.flash_list .r_con .f_box .view {
	margin-left: 30px;
	background-image: url(../images/icon/icon33.png);
}

.artc_detail .head {
	border-bottom: 1px solid #eee;
}

.artc_detail .head h1 {
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	color: #333;
}

.artc_detail .head span {
	display: block;
	float: left;
	line-height: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #999;
	padding-left: 20px;
}

.artc_detail .head .news_type {
	padding-left: 0;
}

.artc_detail .head .view {
	margin-right: 20px;
	background-image: url(../images/icon/icon33.png);
}

.artc_detail .head .time {
	margin-left: 20px;
	background-image: url(../images/icon/icon34.png);
}

.artc_detail .head .share {
	background-image: url(../images/icon/icon36.png);
}

.artc_detail .con_box {
	padding: 20px 0;
}

.artc_detail .con_box p {
	font-size: 15px;
	line-height: 200%;
}

.artc_detail .f_share {
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}

.artc_detail .f_share p,
.artc_detail .f_share li,
.artc_detail .f_share ul {
	float: left;
}

.artc_detail .f_share p,
.artc_detail .f_share li {
	line-height: 24px;
	height: 24px;
}

.artc_detail .f_share li {
	width: 24px;
	text-align: center;
}

.artc_detail .f_share .wb,
.artc_detail .f_share .qq,
.artc_detail .f_share .rr,
.artc_detail .f_share .wx {
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.artc_detail .f_share .wb {
	background-image: url(../images/icon/icon38.png);
}

.artc_detail .f_share .qq {
	background-image: url(../images/icon/icon39.png);
}

.artc_detail .f_share .rr {
	background-image: url(../images/icon/icon40.png);
}

.artc_detail .f_share .wx {
	background-image: url(../images/icon/icon41.png);
}

.artc_detail .statement {
	font-size: 13px;
	color: #999;
	text-indent: 2em;
	line-height: 24px;
	padding: 10px 0;
}

.artc_detail .relative_artc .title {
	width: 100%;
	height: 58px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.artc_detail .relative_artc .title h3 {
	float: left;
	padding-top: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #313131;
}

.artc_detail .relative_artc .title .more {
	display: block;
	float: right;
	line-height: 58px;
	font-size: 16px;
	color: #ff6142;
}

.artc_detail .relative_artc .title .b_l {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 70px;
	height: 1px;
	z-index: 11;
}

.artc_detail .relative_artc .list {
	padding: 10px 0;
}

.artc_detail .relative_artc .list li {
	width: 40%;
	margin-right: 5%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 13px;
	float: left;
	line-height: 30px;
}

.artc_detail .relative_artc .list li a,
.artc_detail .relative_artc .list li span {
	display: block;
	font-size: 13px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.artc_detail .relative_artc .list li a {
	float: left;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.artc_detail .relative_artc .list li a:hover {
	text-decoration: underline;
}

.artc_detail .relative_artc .list li .time {
	float: right;
}

/* 动态列表 */
.dynamic_list li {
	padding-left: 126px;
	position: relative;
}

.dynamic_list li .l_con {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 126px;
	margin: 30px 0;
}

.dynamic_list li .l_con .time {
	width: 80px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	float: left;
}

.dynamic_list li .l_con .c_l {
	float: left;
	width: 30px;
	text-align: center;
	font-size: 0;
	height: 100%;
	line-height: 26px;
}

.dynamic_list li .l_con .c_l .c {
	font-size: 0;
	padding: 5px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	text-indent: 9999px;
}

.dynamic_list li .l_con .c_l .l {
	display: block;
	position: absolute;
	left: 80px;
	top: 0;
	bottom: 0;
	width: 30px;
	background: url(../images/icon/icon5.png) center top repeat-y;
}

.dynamic_list li .r_con {
	padding: 30px 0;
	border-bottom: 1px dashed #999;
}

.dynamic_list li .r_con h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 26px;
}

.dynamic_list li .r_con p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}

.dynamic_list li .r_con a {
	font-size: 16px;
}

/* 新房相册 */
.picture_wrap {
	padding-bottom: 20px;
}

.picture_wrap .list_box {
	margin-left: -20px;
}

.picture_wrap .list_box li {
	float: left;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
}

.picture_wrap .list_box li img {
	display: block;
	width: 274px;
	height: 195px;
}

/* 新房户型 */
.bodyb {
    border: 1px #dedede solid;
    margin-top: 20px;
}
.bodyb h3 {
    height: 56px;
    line-height: 56px;
    background: #f8fbfd;
    font-size: 18px;
    font-family: "Microsoft Yahei", SimHei, SimSun, sans-serif;
    padding: 0 24px;
    font-weight: normal;
}
.bodyb .mod_tab {
    position: relative;
    top: 12px;
}
.bodyb .mod_tab a {
    padding: 4px 12px;
    font-size: 12px;
    border: 1px #f8fbfd solid;
}
.mod_tab a {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 12px;
    border: 1px #e3e3e3 solid;
    border-bottom: 0;
    margin: 0 5px 0 0;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
.bodyb .mod_tab a.active, .bodyb .mod_tab a:hover {
    border: 1px #d8edf0 solid;
    border-bottom: 0;
    border-top: 1px #e94c32 solid;
    background: #fff;
}
.houseType_wrap{
    border-top: 1px #daecf3 solid;
    padding: 0 20px 20px 20px; 
}

.houseType_wrap {
	padding-bottom: 20px;
}

.houseType_wrap .list_box {
	margin-left: -20px;
}

.houseType_wrap .list_box li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 274px;
}

.houseType_wrap .list_box li .img {
	width: 100%;
	height: 193px;
	border: 1px solid #eee;
	position: relative;
}

.houseType_wrap .list_box li .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.houseType_wrap .list_box li .sale_state {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.houseType_wrap .list_box li .sale_state.on {
	background: #e94c32;
}

.houseType_wrap .list_box li .sale_state.for {
	background: #ff6600;
}

.houseType_wrap .list_box li .sale_state.off {
	background: #919191;
}

.houseType_wrap .list_box li .con {
	margin-top: 10px;
	padding: 0 12px;
}

.houseType_wrap .list_box li .con p {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #333;
}

.houseType_wrap .list_box li .con p span {
	float: right;
}

/* 户型详情 */
.houseType_detail .tab_scroll {
	margin: 30px 0;
	width: 100%;
	height: 56px;
	position: relative;
}

.houseType_detail .tab_scroll .sPrev,
.houseType_detail .tab_scroll .sNext {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 56px;
	text-indent: -9999px;
	background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 111;
}

.houseType_detail .tab_scroll .sPrev:hover,
.houseType_detail .tab_scroll .sNext:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.houseType_detail .tab_scroll .sNext {
	left: auto;
	right: 0;
	background-position: -30px center;
}

.houseType_detail .tab_scroll .scroll_wrap {
	width: 1126px;
	margin: 0 auto;
	height: 56px;
	overflow: hidden;
}

.houseType_detail .tab_scroll .scroll_wrap li {
	float: left;
	margin-left: 10px;
}

.houseType_detail .tab_scroll .scroll_wrap li a {
	display: block;
	width: 112px;
	height: 48px;
	padding: 3px 0;
	border: 1px solid #efefef;
	overflow: hidden;
}


.houseType_detail .tab_scroll .scroll_wrap li p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	text-align: center;
}

.houseType_detail .bigImg_slide {
	width: 868px;
	height: 576px;
	position: relative;
	border: 1px solid #eee;
}

.houseType_detail .bigImg_slide .prev,
.houseType_detail .bigImg_slide .next {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	height: 56px;
	margin-top: -28px;
	text-indent: -9999px;
	background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 111;
}

.houseType_detail .bigImg_slide .prev:hover,
.houseType_detail .bigImg_slide .next:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.houseType_detail .bigImg_slide .next {
	left: auto;
	right: 0;
	background-position: -30px center;
}

.houseType_detail .bigImg_slide .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.houseType_detail .bigImg_slide .pic li {
	float: left;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	line-height: 576px;
}

.houseType_detail .bigImg_slide .pic li img {
	vertical-align: middle;
	max-height: 570px;
}

.houseType_detail .info_box {
	width: 350px;
}

.houseType_detail .info_box .info_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.houseType_detail .info_box .info_list li {
	float: left;
	width: 50%;
}

.houseType_detail .info_box .info_list li span {
	display: block;
	float: left;
	font-size: 15px;
	color: #333;
	line-height: 36px;
}

.houseType_detail .info_box .info_list li span strong {
	font-size: 20px;
	color: #ff5203;
}

.houseType_detail .info_box .hotline .tit {
	font-size: 18px;
	line-height: 36px;
	color: #ff5203;
}

.houseType_detail .info_box .hotline .num {
	font-size: 24px;
	color: #ff5203;
}

/* 我的问答 */
.question .title {
	border: 1px #dedede solid;
	/*padding: 10px 30px;*/
	margin: 20px 0 10px;
}

.question .title h3 {
	font-size: 20px;
	color: #313131;
	float: left;
	width: 700px;
	margin-bottom: 10px;
	padding: 10px;
}

.question .title a {
	float: right;
	display: block;
	height: 48px;
	width: 120px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 10px;
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
}

.question .title a.anser_link {
	background: #1ca459;
}

.question .title .ipt_box {
	display: none;
	float: left;
	width: 100%;
}

.question .title .ipt_box textarea {
	float: left;
	width: 100%;
	padding: 4px 10px;
	height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #efefef;
}

.question .title .ipt_box .btn {
	float: right;
	margin: 10px;
	width: 80px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	text-align: center;
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
}

.question .question_list li {
	float: left;
	width: 100%;
	padding: 20px 0;
	position: relative;
	border-bottom: 1px dashed #eee;
}

.question .question_list li .ask,
.question .question_list li .anser,
.question .question_list li .time {
	padding-left: 40px;
	width: 610px;
}

.question .question_list li .ask {
	background: url(../images/icon/icon43.png) left center no-repeat;
}

.question .question_list li .ask a {
	display: block;
	font-size: 16px;
	color: #313131;
	font-weight: normal;
	line-height: 30px;
}

.question .question_list li .ask a:hover {
	text-decoration: underline;
}

.question .question_list li .anser {
	margin-top: 10px;
	background: url(../images/icon/icon44.png) left 4px no-repeat;
}

.question .question_list li .anser p {
	font-size: 14px;
	line-height: 24px;
	color: #919191;
}

.question .question_list li .time {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #919191;
}

.question .question_list li .anser_num {
	padding: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #1ca459;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	right: 0;
}

.question .question_list li .anser_num p {
	color: #1ca459;
	line-height: 20px;
	text-align: center;
}

.question .question_detail li {
	padding: 30px 0;
	float: left;
	width: 100%;
	border-bottom: 1px dashed #e2e2e2;
}

.question .question_detail span {
	display: block;
}

.question .question_detail a,
.question .question_detail .l_img,
.question .question_detail .r_con {
	display: block;
	position: relative;
}

.question .question_detail .l_img img {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.question .question_detail .r_con {
	width: 780px;
	position: relative;
}

.question .question_detail .r_con .name {
	line-height: 22px;
	font-size: 20px;
	color: #333;
}

.question .question_detail .r_con .star_list {
	margin: 0px 20px;
}

.question .question_detail .r_con .star_list li {
	width: 22px;
	padding: 0;
	border: 0;
}

.question .question_detail .r_con .anser_txt {
	margin-top: 6px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.comment_list li {
	float: left;
	width: 100%;
}

.comment_list li .user_toux {
	font-size: 0;
}

.comment_list li .user_toux img {
	border-radius: 50%;
	vertical-align: top;
}

.comment_list li .r_con {
	margin-left: 30px;
	width: 750px !important;
	height: auto !important;
}

.comment_list li .r_con .hd p {
	line-height: 32px;
	font-size: 14px;
	color: #919191;
}

.comment_list li .r_con .hd .name {
	font-size: 16px;
	color: #313131;
}

.comment_list li .r_con .con p {
	line-height: 25px;
}

.comment_list li .r_con .ft {
	padding-top: 10px;
}

.comment_list li .r_con .ft .zan_btn {
	display: inline-block;
	padding-left: 20px;
	height: 32px;
	line-height: 32px;
	background: url(../images/icon/icon45.png) left no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}

.comment_list li .r_con .ft .cai_btn {
	display: inline-block;
	padding-left: 20px;
	height: 32px;
	line-height: 32px;
	background: url(../images/icon/bad.png) left no-repeat;
	vertical-align: middle;
	cursor: pointer;
}

.comment_list li .r_con .ft .zan_btn.on {
	background-image: url(../images/icon/icon46.png);
}

.comment_list li .r_con .ft .cai_btn.on {
	background-image: url(../images/icon/bad-active.png);
}

.comment_list li .r_con .ft span {
	color: #666;
}

/* 经纪人详情 */
.agent_detail {
	background: #f0f0f0;
}

.agent_detail .cm_rightArea,
.agent_detail .cm_leftArea {
	background: #fff;
	padding-bottom: 60px;
}

.agent_info {
	margin-top: 30px;
}

.agent_info .m_wrap {
	width: 208px;
	margin: 0 auto;
}

.agent_info .toux {
	text-align: center;
	font-size: 0;
}

.agent_info .toux img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	vertical-align: top;
	border: 1px solid #eee;
}

.agent_info .btn_row {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.agent_info .btn_row a {
	display: inline-block;
	margin: 0 6px;
	width: 84px;
	font-size: 15px;
	color: #333;
	border: 1px solid #eee;
	height: 32px;
	line-height: 32px;
}

.agent_info .phone {
	text-align: center;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	overflow: hidden;
}

.agent_info .info_list {
	margin-top: 20px;
}

.agent_info .info_list li {
	float: left;
	width: 100%;
}

.agent_info .info_list p {
	font-size: 16px;
	color: #313131;
	line-height: 36px;
}

.agent_info .info_list .star_list li {
	width: 22px;
}

.agent_info .label_list {
	display: block;
	margin-top: 10px;
	font-size: 0;
}

.agent_info .label_list .item {
	display: inline-block;
	width: 82px;
	height: 28px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	margin: 6px 10px;
}

/* cm_rightArea */
.cm_rightArea {
	/* 推荐房源 */
	/*推荐楼盘*/
	/* 购房宝典 */
	/* 热文排行 */
	/* 热门楼盘 */
}

.cm_rightArea .mt_73 {
	margin-top: 25px;
}

.cm_rightArea .mt_30 {
	margin-top: 30px;
}

.cm_rightArea .mt_25 {
	margin-top: 12px;
}

.cm_rightArea .pd {
	padding: 0 19px;
}

.cm_rightArea .bd {
	border: 1px solid #ccc;
}

.cm_rightArea .sale_btn {
	display: block;
	width: 100%;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	height: 48px;
	line-height: 48px;
	margin-bottom: 25px;
	font-size: 18px;
}

.cm_rightArea .title {
	/*width: 100%;*/
	position: relative;
	background-color: #f9f9f9;
	padding: 19px;
	/*border-bottom: 1px solid #ccc;*/
}

.cm_rightArea .form_box {
	padding: 0 19px 19px 19px;
}

.cm_rightArea .title h3,
.cm_rightArea .appoint .title h2 {
	height: 100%;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
	border-left: 3px solid #f28d00;
}

.cm_rightArea .title .b_l {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 70px;
	height: 1px;
	z-index: 11;
}

.cm_rightArea .rcmd_house {
	/*padding: 19px 19px;*/
	border: 1px solid #ccc;
}

.cm_rightArea .rcmd_house .con_box {
	padding: 19px;
}

.cm_rightArea .rcmd_house li {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #eee;
	margin-bottom: 20px;
}

.cm_rightArea .rcmd_house a,
.cm_rightArea .rcmd_house img {
	display: block;
	width: 100%;
}

.cm_rightArea .rcmd_house img {
	height: 160px;
}

.cm_rightArea .rcmd_house .con {
	padding: 12px 0;
}

.cm_rightArea .rcmd_house .row p {
	line-height: 32px;
	font-size: 16px;
	color: #313131;
}

.cm_rightArea .rcmd_house .row .type_area {
	width: 150px;
}

.cm_rightArea .rcmd_house .row p.name {
	width: 115px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cm_rightArea .appoint {

	border: 1px solid #ccc;
	margin-top: 25px;
}

.cm_rightArea .appoint .appointform .txt {
	width: 234px;
}

.cm_rightArea .appoint .appointform .btn {
	width: 244px;
}

.cm_rightArea .rcmd_build {
	/*padding: 19px;*/
	padding-bottom: 0;
	border: 1px solid #ccc;
}

.cm_rightArea .rcmd_build .con_box {
	padding: 19px;
}

.cm_rightArea .rcmd_build ul {
	margin-top: -20px;
}

.cm_rightArea .rcmd_build li {
	margin-top: 20px;
}

.cm_rightArea .rcmd_build a {
	display: block;
}

.cm_rightArea .rcmd_build img {
	display: block;
}

.cm_rightArea .rcmd_build .r_con {
	width: 110px;
}

.cm_rightArea .rcmd_build .r_con p {
	color: #919191;
	line-height: 18px;
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cm_rightArea .rcmd_build .r_con .name {
	color: #313131;
}

.cm_rightArea .rcmd_build .r_con b {
	font-size: 14px;
	color: #ff6640;
}

.cm_rightArea .rcmd_build .r_con .address {
	padding: 6px 0;
}

.cm_rightArea .buy_way {
	padding: 0 19px;
	border: 1px solid #ccc;
}

.cm_rightArea .buy_way .list li {
	list-style-position: inside;
	list-style-type: disc;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cm_rightArea .buy_way .list a {
	color: #616161;
}

.cm_rightArea .buy_way .list a:hover {
	text-decoration: underline;
}

.cm_rightArea .house_klg li {
	list-style: none !important;
}

.cm_rightArea .hot_artc {
	padding: 12px;
	background: #fff;
	margin-top: 48px;
	/*border: 1px solid #ccc;*/
}

.cm_rightArea .hot_artc li {
	height: 30px;
	margin: 10px 0;
}

.cm_rightArea .hot_artc li a,
.cm_rightArea .hot_artc li p {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cm_rightArea .hot_artc li .name {
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cm_rightArea .hot_artc li a {
	display: block;
	padding-left: 30px;
	position: relative;
}

.cm_rightArea .hot_artc li a:hover,
.cm_rightArea .hot_artc li a:hover .name {
	text-decoration: underline;
}

.cm_rightArea .hot_artc li span {
	display: block;
}

.cm_rightArea .hot_artc li .order {
	display: block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	color: #fff;
	background: #cccccc;
}

.cm_rightArea .hot_artc li .order.on {
	background: #ee4433;
}

.cm_rightArea .hot_build {
	padding: 12px;
	background: #fff;
	/*border: 1px solid #ccc;*/
}

.cm_rightArea .hot_build .list {
	padding-bottom: 20px;
	margin-left: -20px;
}

.cm_rightArea .hot_build .list li {
	margin-top: 20px;
	float: left;
	width: 130px;
	margin-left: 20px;
}

.cm_rightArea .hot_build .list a {
	display: block;
}

.cm_rightArea .hot_build .list .img {
	border: 1px solid #eee;
	padding: 2px;
	width: 124px;
	height: 90px;
}

.cm_rightArea .hot_build .list .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.cm_rightArea .hot_build .list .con p {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.cm_rightArea .hot_build .list .con p.address {
	width: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cm_rightArea .for_anser {
	padding: 0 19px;
	border: 1px solid #ccc;
}

.cm_rightArea .for_anser .con_box {
	padding: 19px 0;
}

.cm_rightArea .for_anser .con_box li {
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}

.cm_rightArea .for_anser li a {
	font-size: 15px;
	color: #666;
	display: block;
	line-height: 30px;
	font-weight: normal;
}

.cm_rightArea .for_anser li a:hover {
	text-decoration: underline;
}

.cm_rightArea .for_anser li p {
	font-size: 14px;
	color: #919191;
}

.comment-box {
	padding: 0 20px;
}

.comment-head {
	padding: 10px 0;
	margin-top: 30px;
}

.comment-box .comment-head .comment-point,
.comment-tag {
	float: left;
}

.comment-box .comment-head span {
	font-size: 14px;
}

.comment-box .comment-head span i {
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
}

.comment-head .comment-point {
	margin-right: 20px;
}

.comment-head .comment-point i {
	width: 18px;
	height: 17px;
	background: url(../images/icon/icon26.png) center center no-repeat;
}

.comment-head .comment-point i.on {
	background: url(../images/icon/icon25.png) center center no-repeat;
}

.comment-head .comment-tags i {
	padding: 3px 10px;
	border: 1px solid #ccc;
}

.comment-head .comment-tags i.on {
	border-width: 1px;
	border-style: solid;
}

.comment-content textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	resize: none;
	padding: 10px;
}

.send-btn {
	padding: 5px 20px;
	border: none;
	cursor: pointer;
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
}

.comment-btn {
	text-align: right;
	padding: 15px 0;
}

.house-status {
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
}

.house-status-1 {
	background-color:#0ad487;
}

.house-status-2 {
	background-color:#5F94FF;
}

.house-status-3 {
	background-color: #FC7B75;
}

.house-status-4 {
	background-color:  #aaa;
}

.house-status-5 {
	background-color: #f60;
}

.phone-text {
	font-size: 14px;
}

.discount {
	width: 730px;
	height: 60px;
	overflow: hidden;
	background-image: url(../images/discount.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding: 10px 230px 10px 240px;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	position: relative;
}

.discount a {
	position: absolute;
	display: block;
	width: 170px;
	height: 50px;
	top: 20px;
	right: 20px;
}

/**红包**/
.red-packet {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 41px;
	height: 41px;
	z-index: 99;
	background: url(../images/hongbao.png) center center no-repeat;
}

.hb-right {
	position: fixed;
	z-index: 1000;
	right: 10px;
	top: 45%;
	width: 182px;
	height: 205px;
	background-image: url(../images/hongbao_bg.png);
}

.hb-p1 {
	color: #ff3300;
	font-size: 16px;
	line-height: 28px;
	margin-left: 13px;
	margin-top: 100px;
	text-align: center;
}

.hb-p1 strong {
	font-weight: bold;
	font-size: 24px;
}

.hb-p2 {
	color: #e83532;
	font-size: 12px;
	margin-left: 30px;
}

.detailPopClose {
	cursor: pointer;
	background: url("../images/close.png") no-repeat scroll left center;
	height: 30px;
	position: absolute;
	right: 0;
	top: -30px;
	width: 30px;
}

.house-content {
	line-height: 25px;
	margin-top: 20px;
	font-size: 15px;
	color: #999;
}

.house-content img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

/**问答**/
.question-left {
	width: 890px;
	float: left;
}

.question-right {
	width: 290px;
	float: right;
	border: 1px solid #ccc;
}

.question {
	margin-bottom: 20px;
}

.question .question-pannel {
	height: 40px;
	border-bottom: 1px dotted #CBCBCB;
	padding: 5px 0;
}

.question .question-pannel a {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

.question-lists li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #CBCBCB;
}

.question-lists li dd {
	display: inline-block;
	width: 92px;
}

.question-lists li dd:first-child {
	width: 600px;
}

.question-lists li .answered {
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: #edfefa;
	border: 1px #a9f7e4 solid;
	font-weight: normal;
	display: block;
	margin: 5px 0;
	text-align: center;
	color: #1eb48f;
	font-size: 12px;
	border-radius: 2px;
}

.question-lists li .wait-answer {
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: #edfefa;
	border: 1px #a9f7e4 solid;
	font-weight: normal;
	display: block;
	margin: 5px 0;
	text-align: center;
	color: #f44b00;
	font-size: 12px;
	border-radius: 2px;
}

.question-right-title {
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.question-right-title span {
	position: relative;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.question-right-lists {
	padding: 10px 5px;
}

.question-right-lists li {
	float: left;
	width: 130px;
	padding: 5px;
}

.question-right-lists li dl {
	width: 100%;
	text-align: center;
}

.question-right-lists li dt {
	height: 85px;
	overflow: hidden;
}

.question-right-lists li dl img {
	width: 100%;
	box-sizing: border-box;
	display: block;
	margin: auto auto;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.question-right-lists li dd span {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
}

.position-bottom {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.question-house-title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ask_show01 {
	border: 1px #ddd solid;
	padding: 10px 25px;
	margin-bottom: 15px;
}

.ask_show01_n1 {
	margin-bottom: 15px;
}

.ask_show01_n1 h2 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px #ddd solid;
	background: url(../images/icon/ico50.png) 0 5px no-repeat;
	padding-left: 26px;
}

.ask_show01_n1 p {
	line-height: 24px;
	color: #999;
	font-size: 12px;
}

.ask_show01_n2 h2 {
	height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}

.but36 {
	height: 30px;
	line-height: 30px;
	background-color: #1ca459;
	font-weight: normal;
	padding: 5px 15px;
	color: #fff;
}

a.but36 {
	text-decoration: none;
	color: #fff
}

.ask_show01_n2 p {
	margin-bottom: 10px;
}

.submit-btn {
	padding: 5px 15px;
}

.inp09 {
	border: 1px #ddd solid;
	padding: 3px 6px;
	line-height: 24px;
	color: #666;
	font-size: 12px;
	width: 98%;
	height: 60px;
}

.ask_show01_n2_sp {
	display: block;
	float: right;
}

.ask_show02 {
	border: 1px #ddd solid;
	padding: 15px;
	margin-bottom: 15px;
}

.ask_show02 h1 {
	height: 30px;
	font-size: 14px;
	border-bottom: 1px #ddd solid;
	background: url(../images/icon/ico51.png) 0 2px no-repeat;
	padding-left: 24px;
	color: #434343
}

.ask_show03 {
	border-bottom: 1px dotted #ccc;
	padding: 15px 0
}

.ask_show03_img {
	width: 52px;
	height: 52px;
	border: 1px #ddd solid;
	float: left;
	margin-right: 10px;
}

.ask_show03_t {
	float: left;
	width: 760px;
}

.ask_show03_t h2 {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.ask_show03_t_s1 {
	display: block;
	float: right;
	color: #999;
	margin-bottom: 6px;
}

.ask_show03_t p {
	margin: 6px 0;
	color: #7b7b7b
}

.ask_show04 {
	margin-bottom: 15px;
	border: 1px #ddd solid;
	padding: 15px;
}

.ask_show04 h1 {
	font-size: 14px;
}

.ask_show04 ul {
	margin: 10px 0;
}

.ask_show04 li {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #ccc;
}

.ask_show04 .ask_title .more {
	float: right;
	font-weight: 400;
}

.ask_info {
	padding: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	padding-top: 0px;
}

#ask_answer {
	display: none;
}

.ask_house {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}

.ask_house a {
	color: #e8380d;
	font-weight: bold;
	font-size: 14px;
}

.ask_house a:hover {
	text-decoration: underline;
}

.ask_house span {
	color: #999;
	padding: 0px 10px
}

.question-answer-number {
	color: #ff0000;
	font-size: 14px;
	padding: 0 2px;
}

.house-info {
    border: #ddd 1px solid;
    padding: 20px;
    max-width: 840px;
    margin: 10px 0;
    overflow: hidden;
}
.house-info a{
  width: 65%;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.house-info dl dt {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.house-info dl dt img {
	width: 100%;
	display: block;
}

.house-info dd {
	line-height: 30px;
  color: #666;
}

.house-info dd.price span {
	font-size: 16px;
	color: #ff6142;
}

.house-info dd.title {
	font-size: 16px;
	font-weight: 400;
}

.house-info dd.telphone span {
	font-size: 14px;
	color: #666;
}

.search-tab {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.search-tab a i {
	margin-right: 5px;
}

.search-tab a {
	display: inline-block;
	position: relative;
	background-color: #e5e5e5;
	margin-right: 10px;
	width: 120px;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.search-tab a.active {
	border-bottom: 1px solid #fff;
}

.search-tab a.active:after {
	font-family: iconfont;
	left: 55px;
	content: "\e6aa";
	position: absolute;
	bottom: -22px;
	font-size: 24px;
}

.house_detail .con_wrap .similar_house .list .ft_con p strong i {
	font-size: 14px;
	margin-left: 3px;
}

.houseList_wrap .list_con .price strong i {
	font-size: 14px;
}

/*.house_detail .main_info .con_box .rightArea .price strong i{font-size:16px;color:#666;margin-left:3px;}*/
.top-icon {
	background-color: #D32F2F;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 400;
	padding: 0 3px;
	margin-left: 5px;
}

.video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	width: 50px;
	height: 50px;
}

.video-play-btn {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background-image: url(../../images/video.png);
	background-size: 50px;
	background-repeat: no-repeat;
}

.house_detail .main_info .con_box .leftArea .l_slide .smallImg img.video-play {
	width: 30px;
	height: 30px;
	border: none;
}

.school_lists {
	padding-top: 20px;
}

.school_lists li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
}

.school_lists li:nth-child(2n-1) {
	padding-right: 10px;
}

.school_lists li:nth-child(2n) {
	padding-left: 10px;
}

.school_lists li img {
	width: 180px;
	height: 130px;
	margin-right: 15px;
}

.school_lists li h2 {
	font-weight: 400;
	margin-bottom: 5px;
}

.school_lists li .school_text {
	line-height: 30px;
	font-size: 14px;
	padding: 5px 0;
}

.school_lists li .school_text span {
	padding: 5px 15px;
	color: #f0a0a0;
	background-color: #ffebee;
}

.school_hot li {
	line-height: 35px;
}

.school_hot li span {
	color: #666;
}

.school_hot li a:hover {
	color: #D32F2F;
}

.school_detail {
	padding-top: 20px;
}

.school_detail img {
	width: 350px;
}

.school_title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}

.school_detail .school_detail_desc {
	margin-left: 20px;
}

.school_detail .school_detail_desc li {
	line-height: 40px;
	color: #333;
}

.school_detail .school_detail_desc li i {
	font-size: 16px;
	color: #D32F2F;
	font-weight: 800;
}

.school_detail .school_detail_desc li span {
	color: #a3a3a3;
}


.comment-list .comment-row {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.comment-list .comment-row-avatar {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

.comment-list .comment-row-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.comment-list .comment-row-content {
	font-size: 14px;
	color: #666;
}

.comment-row-time {
	margin-top: 5px;
	font-size: 12px;
	color: #999;
}

.comment-list .comment-row .username {
	margin-right: 20px;
}

.comment-list .comment-row-integral {
	padding: 5px 0;
}

.comment-list .comment-row-integral .star {
	display: inline-block;
	width: 112px;
	height: 17px;
	background-image: url(../images/icon/star.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}

.comment-list .comment-row-integral .star.integral {
	background-position: 0 0;
}

.comment-list .comment-row-per {
	margin-left: 10px;
}

.comment-list .comment-reply {
	text-align: right;
}

.comment-list .comment-reply-content {
	margin-top: 10px;
}

.comment-list .comment-reply-content .comment-row {
	border-bottom: none;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.comment-list .comment-reply-content .comment-row-content {
	width: 1100px;
}

.comment-list .support {
	background-image: url(../images/icon/zan.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.comment-list .reply {
	background-image: url(../images/icon/list-view.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 5px;
}

.comment-list .reply-content {
	background-image: url(../images/icon/reply.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 5px;
}

.select-score {
	margin-bottom: 10px;
}

.select-score .select-score-left {
	width: 550px;
}

.select-score .select-score-right {
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

.select-score li {
	line-height: 35px;
}

.select-score li * {
	vertical-align: middle;
}

.select-score .score-name {
	color: #000;
}

.select-score .score-grade {
	height: 17px;
}

.select-score .score-grade i {
	display: inline-block;
	width: 18px;
	height: 17px;
	background-image: url(../images/icon/icon26.png);
	margin-left: 3px;
	cursor: pointer;
}

.select-score .score-grade i.on {
	background-image: url(../images/icon/icon25.png);
}

.select-score .score-desc {
	margin-left: 20px;
}

.color-red {
	color: #ff0000;
}

.select-score .select-score-right .score-average {
	font-size: 18px;
}

.select-score .select-score-right .score-average-point {
	font-size: 14px;
}

.select-score .select-score-right .score-average-point span {
	font-size: 30px;
}

.select-score .select-score-right .score-average-desc {
	font-size: 12px;
	color: #999;
}

.verify {
	margin-top: 10px;
}

.verify * {
	vertical-align: middle;
}

.verify span,
.verify img {
	cursor: pointer;
}

.verify input {
	border: 1px solid #efefef;
	width: 100px;
	height: 35px;
	line-height: 30px;
}

.comment-reply-box {
	margin-top: 10px;
	display: none;
}

.comment-reply-box textarea {
	border: 1px solid #efefef;
	height: 80px;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}

.comment-reply-box .btn {
	margin: 10px;
	width: 80px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	text-align: center;
	background: #d32f2f;
	color: #ffffff;
}



.detail_zx li {
	position: relative;
	padding-bottom: 32px;
}

.detail_zx li .date {
	position: relative;
	font-size: 14px;
	color: #999;
	line-height: 1.42857;
	margin-bottom: 4px;
}

.detail_zx li .date span {
	padding-left: 23px;
}

.detail_zx li .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 4px;
	background: rgba(233, 76, 50, .2);
	border-radius: 8px;
	box-sizing: border-box;
}

.detail_zx li .icon2 {
	width: 8px;
	height: 8px;
	background-color: #e94c32;
	border-radius: 4px;
}

.detail_zx li .txt {
	margin-left: 23px;
	height: 72px;
	background-color: #fafafa;
	padding: 10px 0 10px 12px;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
}

.detail_zx li .tit {
	position: relative;
	margin-bottom: 10px;
}

.detail_zx li .txt span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #ff6142;
	border-radius: 6px 2px;
}

.detail_zx li .txt h3 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	line-height: 1.375;
	padding-left: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail_zx li .desc {
	font-size: 14px;
	line-height: 1.42857;
	color: #666;
}

.detail_zx li .more {
	float: right;
	font-size: 14px;
	line-height: 1.42857;
	color: #ff6142;
	margin-right: 26px;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.detail_zx li .li3 .desc .p,
.detail_zx li .li3 .desc p {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail_zx li::before {
	content: " ";
	position: absolute;
	top: 22px;
	bottom: 0;
	left: 7px;
	display: block;
	width: 2px;
	background-color: #e5e5e5;
}

.fr {
	float: right;
}

.gray9 {
	color: #999;
	font-weight: normal;
}

.detail_zx h4 a {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.detail_zx p {
	color: #919191;
	padding: 9px 0 0 0;
	font-size: 13px;
	line-height: 25px;
}

.red,
a.red {
	color: #ff6d6f;
}

.ul-imgtxtq1 {
	/*margin: 0 10px 0;*/
	/*padding-bottom: 21px;*/
	height: 140px;
}

.ul-imgtxtq1 li {
	float: left;
	width: 32%;
	margin-top: 20px;
	margin-right: 10px;
}

.ul-imgtxtq1 .con {
	padding: 17px 18px;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
}

.ul-imgtxtq1 .pic {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-right: 16px;
	overflow: hidden;
	margin-top: 15px;
}

.ul-imgtxtq1 .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxtq1 .txt {
	margin-left: 88px;
}

.ul-imgtxtq1 .tit {
	font-size: 18px;
	color: #333;
	line-height: 1.388889;
	font-weight: 500;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ul-imgtxtq1 .tit span {
	margin-left: 5px;
	font-size: 13px;
	color: #999;
}

.ul-imgtxtq1 .txt .a1,
.ul-imgtxtq1 .txt .a2 {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	padding-left: 32px;
	font-size: 14px;
	background-position: 12px center;
	background-repeat: no-repeat;
	position: relative;
}

.ul-imgtxtq1 .txt .a1 {
	color: #0cbb73;
	background-color: #e1f6ee;
	width: 112px;
	text-align: center;
	padding-left: 0;
	/*background-image: url(../images/ullist5-wx.png);*/

}

.ul-imgtxtq1 .txt a span {
	display: block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ul-imgtxtq1 .txt a .ma {
	display: none;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -75px;
	width: 150px;
	background-color: #fff;
	padding: 14px;
	-webkit-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	z-index: 999;
}

.ul-imgtxtq1 .txt a .ma .img {
	width: 120px;
	height: 120px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.ul-imgtxtq1 .txt a .ma .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxtq1 .txt a .ma h3 {
	font-size: 16px;
	color: #333;
	line-height: 1.38em;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
}

.ul-imgtxtq1 .txt .a2 {
	color: #ff6142;
	background-color: #fff4f2;
	background-image: url(../images/ullist6-tel.png);
	margin-bottom: 8px;
}

.ul-imgtxtq1 .txt a.a2 .ma {
	width: auto;
	margin-left: 0px;
	transform: translateX(-50%);
}

.ul-imgtxtq1 .txt a.a2 .ma h3 {
	white-space: nowrap;
	font-size: 24px;
}

.ul-imgtxtq1 .txt a .ma:after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -12px;
	z-index: 1;
	margin-left: -10px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.m-listdetails {
	margin-top: 10px;
}

.m-listdetails .tel {
	height: 48px;
	border: 1px solid #ffad9d;
	background-color: #fff4f2;
	border-radius: 4px;
}

.m-listdetails .tel a {
	display: block;
	float: right;
	position: relative;
	margin-left: 10px;
}

.m-listdetails .tel a span {
	display: block;
	width: 126px;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	background: -webkit-linear-gradient(left, #ff9a77 0, #ff6142 100%);
	background: -o-linear-gradient(left, #ff9a77 0, #ff6142 100%);
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
	border-radius: 0 4px 4px 0;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.m-listdetails .tel a i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url(../images/iconq25.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -2px;
	margin-right: 3px;
	position: static;
}

.m-listdetails .tel .ma {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 72px;
	margin-left: -89px;
	width: 178px;
	background-color: #fff;
	padding: 14px;
	-webkit-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
}

.m-listdetails .tel .ma .pic {
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.m-listdetails .tel .ma h3 {
	font-size: 16px;
	color: #333;
	line-height: 1.38em;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
}

.m-listdetails .tel .ss {
	display: block;
	font-size: 20px;
	color: #ff6142;
	line-height: 46px;
	font-weight: 700;
	border-radius: 4px 0 0 4px;
	padding: 0 20px;
	overflow: hidden;
}

.m-listdetails .tel .ss i {
	position: static;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(../images/iconq24.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -2px;
	margin-right: 4px;
}

.m-listdetails .tel .ma:after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -4px;
	z-index: 1;
	margin-left: -10px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.seleBar h2 a {
	display: inline-block;
	line-height: 38px;
	border-right: 1px solid #ddd;
}

.seleBar h2 a.qy {
	color: #D51938;
}

.map_qy {
	margin-top: 3px;
	width: 88px;
	height: 38px;
	line-height: 38px;
	padding-left: 50px;
	background: url(../images/icon/iconqy.png) 26px center no-repeat;
}

.price .wx {
	margin-top: 5px;
}

.price .wx .img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 50%;
	overflow: hidden;
}

.price .wx .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.price .mabox {
	margin-left: 48px;
	position: relative;
}

.price .wx span {
	display: block;
	width: 58px;
	border-radius: 3px;
	height: 22px;
	border: 1px solid #f00;
	color: #f00;
	text-align: center;
	line-height: 22px;
	margin: 10px 0 0 10px;
	font-size: 12px;
}

/*.price .wx span::before {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    content: " ";
    display: block;
    border-top: 4px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #e1f6ee;
    border-bottom: 4px solid transparent;
}*/
.price .ma {
	display: none;
	position: absolute;
	bottom: 44px;
	left: 50%;
	margin-left: -89px;
	width: 155px;
	background-color: #fff;
	padding: 14px;
	-webkit-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
}

.price .ma .picbox {
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.price .ma .picbox img {
	width: 100%;
	height: 100%;
}

.price .ma h3 {
	font-size: 16px;
	color: #333;
	line-height: 1.38em;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
	width: 100%;
}

.price .ma:after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -4px;
	z-index: 1;
	margin-left: -10px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.loupanb a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ff6142;
	line-height: 1.43em;
	margin-left: 13px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.loupanb a i {
	position: static;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -2px;
	margin-right: 1px;
}

/*.layui-layer {
    width: 630px !important;
    height: 310px !important;
    top: 30% !important;
}*/
/*.layui-layer-msg{
    width: 182px !important;
    height: 66px !important;
}*/
.m-pop {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	display: none;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}

.m-pop .inner {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 390px;
	border-radius: 4px;
	margin-left: -195px;
	background-color: #fff;
	overflow: hidden;
	z-index: 1001
}

.m-pop .close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 14px;
	top: 12px;
	background: url(../images/closel.png) center no-repeat;
	z-index: 999999;
}

.m-win h3 {
	font-size: 16px;
	color: #333;
	line-height: 52px;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
}

.m-win .form {
	margin: 25px 55px 45px;
	overflow: hidden;
}

.m-win .form .item {
	margin-bottom: 24px;
	overflow: hidden;
}

.m-win .form .inp {
	display: block;
	width: 92%;
	height: 40px;
	font-size: 14px;
	color: #333;
	line-height: 38px;
	border: 1px solid #f3f3f3;
	background-color: #fcfcfc;
	border-radius: 2px;
	padding: 0 10px;
	overflow: hidden;
}

.m-win .form .sub-btn {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-align: center;
	background-color: #e94c32;
	border: none;
	border-radius: 2px;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}


.ul-datel {
	overflow: hidden;
	margin-bottom: 10px;
}

.ul-datel li {
	text-align: left;
}

.ul-datel .con {
	overflow: hidden;
	text-align: left;
	padding: 0;
	position: relative;
	font-size: 15px;
}

.ul-datel .con .date {
	font-size: 40px;
	color: #ff6142;
	line-height: 1.38em;
	overflow: hidden;
	margin-bottom: 7px;
	font-weight: 700;
}

.ul-datel .con .date em {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../images/iconl38.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: -2px 0 0 2px;
}
.detailInfo-table {
    width: 100%;
    border-right: 0 !important;
    border-left: 0 !important;
}
.detailInfo-params {
    height: 82px;
    border-bottom: 1px solid #f3f3f3;
}
.detailInfo-p {
    width: 33.3%;
}
.detailInfo-p1 {
    line-height: 1;
    font-size: 18px;
    color: #000;
}
.detailInfo-p2 {
    line-height: 1;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
}
.detailInfo-b3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
}
.detailInfo-label {
    float: left;
    color: #666;
}
.detailInfo-text {
    color: #919191;
}
.detailInfo-r a {
    color: #919191;
}
.detailInfo-col2 .detailInfo-col {
    width: 50%;
    float: left;
}
.m-addrl {
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 24px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.m-addrl em {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
	width: 12px;
	height: 15px;
	background: url(../images/iconl5.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.ul-txtl1 {
	overflow: hidden;
	padding: 24px 0 8px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 24px;
}

.ul-txtl1.ls {
	margin-bottom: 15px;
}

.ul-txtl1 li {
	width: 50%;
	float: left;
	margin-bottom: 16px;
}

.ul-txtl1 .con {
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #999;
	line-height: 1.43em;
}

.ul-txtl1 .t1 {
	overflow: hidden;
	float: left;
	margin-right: 22px;
	display: block;
}

.ul-txtl1 .t2 {
	display: block;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.m-agentl .ll {
	float: left;
	width: 420px;
}

.m-agentl .ll .pic {
	width: 95px;
	height: 95px;
	overflow: hidden;
	float: left;
	border-radius: 4px;
	margin-right: 11px;
}

.m-agentl .ll .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.m-agentl .ll .txt {
	padding-left: 122px;
}

.m-agentl .ll .tit {
	font-weight: 400;
	font-size: 18px;
	color: #333;
	line-height: 1.39em;
	overflow: hidden;
	margin-bottom: 8px;
}

.m-agentl .ll .addr {
	overflow: hidden;
	font-size: 15px;
	color: #ff6142;
	line-height: 1.43em;
	margin-bottom:8px;
}

.m-agentl .ll .addr em {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../images/iconl7.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: -2px 3px 0 0;
}

.m-agentl .rr {
	float: right;
	overflow: hidden;
	margin-top: -10px;
}

.m-agentl .rr .pic h3 {
	text-align: center;
	font-weight: normal;
	margin-top: 4px;
	line-height: 14px;
}

.m-agentl .ll .btn {
	width: 118px;
	height: 32px;
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	display: block;
	position: relative;
	z-index: 2;
	padding: 0;
}

.m-reportl {
	height: 40px;
	background: #fff8f2;
	border-radius: 4px;
	border: 1px solid #ffcf9d;
	padding: 0 16px;
	margin-bottom: 25px;
}

.m-reportl .txt {
	overflow: hidden;
	float: left;
	line-height: 38px;
	font-size: 16px;
	color: #ff9e38;
}

.m-reportl .btn {
	position: relative;
	z-index: 2;
	float: right;
	height: 24px;
	width: 90px;
	background: #ff9e38;
	border-radius: 2px;
	margin-top: 8px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
}

.m-reportl .txt em {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	background: url(../images/iconl6.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.m-tableq1 {
	overflow: hidden;
}

.m-tableq1 table {
	width: 100%;
}

.m-tableq1 th {
	width: 106px;
	height: 40px;
	text-align: center;
	background-color: #f6f6f6;
	font-size: 14px;
	color: #999;
	font-weight: 400;
}


.m-tableq1 td {
	width: 280px;
	background-color: #fcfcfc;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
}

.m-tableq1 .e1 {
	color: #ff6142;
}

.m-tableq1 .e2 {
	text-decoration: underline;
}

.infobq {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.infobq span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	background: rgba(255, 97, 66, .1);
	color: #ff6142;
	border-radius: 2px;
	margin-right: 8px;
	padding: 0 7px;
}

.ul-imgtxt5 {
	margin-top: 24px;
	overflow: hidden;
}

.ul-imgtxt5 li {
	float: left;
	width: 49%;
	padding: 0 0 0 20px;
	margin-bottom: 24px;
	overflow: hidden;
}

.ul-imgtxt5 li:nth-child(2n-1) {
	padding-left: 0;
}

.ul-imgtxt5 .con {
	display: block;
	overflow: hidden;
}

.ul-imgtxt5 .pic {
	float: left;
	width: 130px;
	height: auto;
	border-radius: 4px;
	margin-right: 14px;
	overflow: hidden;
}

.ul-imgtxt5 .pic img {
	display: block;
	width: 130px;
	height: 98px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ul-imgtxt5 .txt {
	padding-top: 5px;
	overflow: hidden;
}

.ul-imgtxt5 h3 {
	font-size: 18px;
	color: #333;
	line-height: 1.39em;
	font-weight: 400;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ul-imgtxt5 .bot {
	overflow: hidden;
}

.ul-imgtxt5 .bot .rr {
	float: right;
	padding-top: 3px;
	margin-left: 10px;
	overflow: hidden;
}

.ul-imgtxt5 .bot .rr span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 1.43em;
	text-align: right;
	overflow: hidden;
}

.ul-imgtxt5 .bot .rr span em {
	display: block;
	font-size: 20px;
	color: #ff6142;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 5px;
}

.ul-imgtxt5 .info {
	font-size: 12px;
	color: #f0f0f0;
	line-height: 1.67em;
	margin: 0 -12px 11px;
	overflow: hidden;
}

.ul-imgtxt5 .info span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	line-height: 1.43em;
	padding: 0 12px;
	overflow: hidden;
}

.ul-imgtxt5 .lab {
	overflow: hidden;
}

.ul-imgtxt5 .lab span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1.75em;
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
	color: #fff;
	border-radius: 2px;
	margin-right: 8px;
	padding: 0 6px;
	overflow: hidden;
}

.house_detail .main_info .hd_box .collect_btn.on {
	color: #D51938;
	background: url(../images/shoucangh.png) left center no-repeat;
}

.ul-nearbyl li {
	width: 23%;
	float: left;
	padding: 0 11px;
}

.ul-nearbyl .con {
	display: block;
	margin-bottom: 18px;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	margin-top: 18px;
}

.ul-nearbyl .con .pic {
	position: relative;
	height: 0;
	padding-top: 69%;
	overflow: hidden;
	border-radius: 2px;
}

.ul-nearbyl .con .pic img {
	display: block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ul-nearbyl .con .pic .tips {
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 24px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	background: #ff754a;
	border-radius: 4px 0;
}

.ul-nearbyl .con .txt {
	padding: 12px 10px 13px;
}

.ul-nearbyl .con .txt .tit {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ul-nearbyl .con .txt .info {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 17px;
	margin-bottom: 10px;
}

.ul-nearbyl .con .txt .info span {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 0 5px;
	margin: 0 5px;
	display: inline-block;
}

.ul-nearbyl .con .txt .info1 {
	overflow: hidden;
}

.ul-nearbyl .con .txt .info1 .price {
	float: left;
	font-size: 15px;
	font-weight: 600;
	color: #ff6142;
	line-height: 28px;
	height: 28px;
}

.ul-nearbyl .con .txt .info1 .address {
	width: 40%;
	float: right;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 27px;
	background: url(../images/piclist-ico1-24.png) left center no-repeat;
	overflow: hidden;
	padding-left: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.jjr-list {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dotted #dfdfdf;
}

.jjr-list dl {
	float: left;
	width: 460px;
}

.jjr-list dl dt {
	float: left;
	width: 150px;
	height: 150px;
}

.jjr-list dl dt a {
	display: block;
}

.jjr-list dl dt a img {
	width: 150px;
	height: 150px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}

.jjr-list dl dd {
	float: left;
	margin-left: 20px;
}

.jjr-list dl dd p.title {
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	overflow: hidden;
}

.jjr-list dl dd p.dianhuatel {
	background-image: url(../images/iconl37.png);
	padding-left: 18px;
	background-size: 17px;
	background-position: 0px 7px;
}

.jjr-list dl dd p.dianhuatel span {
	font-size: 18px;
	font-weight: 700;
	color: #ff6142;
}

.jjr-list dl dd p.quyuezy {
	background-image: url(../images/i-2.png);
	padding-left: 18px;
	background-position: 0px 7px;
	background-size: 17px;
}

.jjr-list dl dd p span {
	display: inline-block !important;
}

.jjr-list dl dd p.title a {
	display: block;
	height: auto;
	font-weight: 700;
	font-size: 20px;
}

.jjr-list dl dd p {
	line-height: 30px;
	color: #999;
	font-size: 14px;
	background-repeat: no-repeat;
}

.jjr-list dl dd p span {
	color: #999;
}

.jjr-list dl dd p .c-red {
	color: #ff6142 !important;
	display: inline-block;
	height: auto;
}

.godianpu {
	width: 100px;
	height: 32px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ff6142;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #ff6142 !important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.jjr-list dl dd p .godianpu:hover {
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
	border: 1px solid #ff6142;
	color: #fff !important;
}

.jjr-list ul li {
	float: left;
	width: 120px !important;
	margin-left: 20px;
}

.jjr-list ul li .pic {
	width: 120px;
	height: 90px;
	margin-bottom: 5px;
}

.jjr-list ul li .pic img {
	display: block;
	width: 118px;
	height: 88px;
	border: 1px solid #dfdfdf;
}

.jjr-list ul li p {
	height: 24px;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
}

.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.jjr-list ul li .aside .cate {
	text-align: left;
}

.jjr-list ul li .aside span {
	width: 50%;
	display: inline-block;
}

.jjr-list ul li .aside .area {
	text-align: right;
}

.jjr-list ul li .price {
	color: #d51938;
}

.jjr-info {
	padding: 20px 0;
	height: 184px;
}

.jjr-info dl {
	float: left;
}

.jjr-info dl dt {
	float: left;
	width: 168px;
	height: 184px;
}

.jjr-info dl dt a img {
	width: 168px;
	height: 182px;
	border: 1px solid #dfdfdf;
}

.jjr-info dl dd {
	float: left;
	width: 295px;
	margin-left: 30px;
	overflow: visible;
}

.jjr-info dl dd .title {
	width: 500px;
	white-space: nowrap;
}

.jjr-info dl dd .title a {
	font-size: 22px;
	height: 55px;
	line-height: 55px;
}

.jjr-info dl dd p {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.jjr-info dl dd p span {
	color: #666;
}

.jjr-info dl dd .contact-btns .phone-btn {
	background: #d51938;
	color: white;
	font-size: 14px;
	display: inline-block;
	padding: 0 58px;
	line-height: 40px;
	margin-right: 5px;
}

.jjr-info .jjr-qrcode {
	float: right;
	padding-top: 19px;
	text-align: center;
}

.jjr-info .jjr-qrcode img {
	width: 120px;
}

.jjr-info .jjr-qrcode div {
	font-size: 14px;
	line-height: 1;
	margin-top: 19px;
	color: #333;
}

.head-nav {
	width: 100%;
	height: 52px;
}

.next-tabs {
	width: 1165px;
	margin: 0 auto;
	background-color: #f1f1f1;
}

.next-tabs li {
	float: left;
}

.next-tabs li a {
	margin-right: 40px;
	margin-left: 8px;
	padding: 0px 5px 1px 5px;
	display: inline-block;
	height: 49px;
	line-height: 49px;
	color: #666;
	font-size: 16px;
	border-bottom: 2px solid #f1f1f1;
	position: relative;
}

.next-tabs li a.active {
	color: #F07317;
	border-bottom: 2px solid #F07317;
}





.card-lists {
	background-color: #fff;
	padding: 20px 0;
}

.card-lists h1 {
	font-size: 24px;
	margin: 20px 0 20px;
	color: #333;
	padding-left: 20px;
	border-left: 4px solid #e91c35;
	line-height: 1;
}

.card-lists h1 span {
	font-size: 14px;
	color: #666;
}

.card-lists .count {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 24px;
	color: #666;
}

.card-lists .count i {
	font-size: 16px;
	vertical-align: middle;
}

.card-lists .search-form {
	font-size: 0;
	padding-left: 24px;
}

.card-lists .search-form * {
	display: inline-block;
}

.card-lists .search-form .input-txt {
	width: 400px;
	height: 40px;
	border: 2px solid #e91c35;
	padding: 0 10px;
	font-size: 14px;
}

.card-lists .search-form button {
	width: 100px;
	height: 44px;
	background-color: #e91c35;
	color: #fff;
	border: 0;
	margin-left: -3px;
	font-size: 14px;
	cursor: pointer;
}

.card-lists .lists {
	margin-top: 30px;
}

.card-lists .lists table {
	border: 0;
	background-color: #f2f2f2;
}

.card-lists .lists table th {
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 40px;
}

.card-lists .lists table td {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
}

.card-lists .lists table td.left {
	text-align: left;
}

.card-lists .lists table td a {
	color: #009900;
}

.card-lists .page_list {
	margin-top: 20px;
}

.ul-imgtxtqr {
	padding-bottom: 19px;
}

.ul-imgtxtqr li {
	margin-top: 20px;
	margin-right: 10px;
}

.ul-imgtxtqr .con {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #f0f0f0;
}

.ul-imgtxtqr .pic {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-right: 16px;
	overflow: hidden;
}

.ul-imgtxtqr .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxtqr .txt {
	margin-left: 88px;
}

.ul-imgtxtqr .tit {
	font-size: 18px;
	color: #333;
	line-height: 1.388889;
	font-weight: 500;
	margin-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ul-imgtxtqr .txt p {
	margin-bottom: 7px;
}

.ul-imgtxtqr .tit span {
	margin-left: 5px;
	font-size: 13px;
	color: #999;
}

.ul-imgtxtqr .txt .a1,
.ul-imgtxtqr .txt .a2 {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	padding-left: 32px;
	font-size: 14px;
	background-position: 12px center;
	background-repeat: no-repeat;
	position: relative;
}

.ul-imgtxtqr .txt .a1 {
	color: #0cbb73;
	background-color: #e1f6ee;
	background-image: url(../images/ullist5-wx.png);

}

.ul-imgtxtqr .txt a span {
	display: block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ul-imgtxtqr .txt a .ma {
	display: none;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -75px;
	width: 150px;
	background-color: #fff;
	padding: 14px;
	-webkit-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	z-index: 999;
}

.ul-imgtxtqr .txt a .ma .img {
	width: 120px;
	height: 120px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.ul-imgtxtqr .txt a .ma .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxtqr .txt a .ma h3 {
	font-size: 16px;
	color: #333;
	line-height: 1.38em;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
}

.ul-imgtxtqr .txt .a2 {
	color: #ff6142;
	background-color: #fff4f2;
	background-image: url(../images/ullist6-tel.png);
	margin-bottom: 8px;
}

.ul-imgtxtqr .txt a.a2 .ma {
	width: auto;
	margin-left: 0px;
	transform: translateX(-50%);
}

.ul-imgtxtqr .txt a.a2 .ma h3 {
	white-space: nowrap;
	font-size: 24px;
}

.ul-imgtxtqr .txt a .ma:after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -12px;
	z-index: 1;
	margin-left: -10px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(0, 0, 0, .1);
}



.g-boxs {
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
}

.g-boxs:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	width: 100%;
	height: 0;
}

.g-titq1 {
	border-bottom: 1px solid #f5f5f5;
	padding: 18px 20px;
	overflow: hidden;
}

.g-titq1 h3 {
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 1.5em;
	overflow: hidden;
}

.ul-imglist {
	padding: 0 20px;
	overflow: hidden;
}

.ul-imglist li .con {
	margin-bottom: 20px;
}

.ul-imglist .con,
.ul-imglist .con .txt {
	overflow: hidden;
}

.ul-imglist .pic {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background-color: #eff1f5;
	border-radius: 4px;
}

.ul-imglist .con .txt .btn,
.ul-imglist .pic img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ul-imglist .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imglist .con:hover .pic img {
	-webkit-transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}

.ul-imglist .con .txt {
	overflow: hidden;
}

.ul-imglist .con .txt .tit {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 6px;
}

.ul-imglist .con .txt .address {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-bottom: 6px;
}

.ul-imglist .con .txt .btn {
	display: block;
	width: 80px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ff6142;
	font-size: 12px;
	font-weight: 400;
	color: #ff6142;
	line-height: 22px;
	text-align: center;
	height: 24px;
}

.ul-imglist .con:hover .txt .btn {
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
	border: 1px solid #ff6142;
	color: #fff !important;
}

.m-agentl2 {
	padding: 20px 20px 16px 20px;
	width: 100%;
    background: url(../images/aboutbg.jpg);
    margin-top: 10px;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.m-agentl2 .left {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 23px;
}

.m-agentl2 .pic {
	width: 170px;
	overflow: hidden;
	background-color: #efefef;
	border-radius: 4px;
}

.m-agentl2 .pic img {
	display: block;
	width: 100%;
}

.m-agentl2 .txt {
	position: relative;
}

.m-agentl2 .txt .tit {
	font-size: 24px;
	color: #fff;
	line-height: 1.38em;
	overflow: hidden;
	font-weight: 400;
	margin-bottom: 20px;
}

.m-agentl2 .txt .tit em {
	font-size: 14px;
	color: #fff;
	line-height: 1.43em;
	padding-left: 14px;
}

.m-agentl2 .txt .tit em a {
	color: #fff;
	text-decoration: underline;
}

.ul-txtl3 {
	overflow: hidden;
	margin-bottom: 25px;
}

.ul-txtl3 li {
	text-align: center;
	float: left;
	width: 94px;
	position: relative;
	padding: 5px;

}

.ul-txtl3 li:first-child {
	margin-left: -25px;
}

.ul-txtl3 li span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 1.43em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ul-txtl3 li .num {
	font-size: 18px;
	color: #fff;
	line-height: 1.39em;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: 700;
}

.ul-txtl3 li span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.43em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ul-txtl3 li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 32px;
	background: #f0f0f0;
	margin-top: -18px;
}

.g-btnbox a,
.m-list4 dd a,
.m-reportl .btn a,
.ul-imglist .con .txt .btn,
.ul-imglist .pic img,
.ul-linkl1 .con,
.ul-list1 .btn a,
.ul-list3 .pic img,
.ul-txtl2 li a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.g-btnbox a {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	background: rgba(255, 97, 66, .1);
	border-radius: 4px;
	font-size: 16px;
	color: #ff6142;
	line-height: 40px;
	letter-spacing: 1px;
	padding: 0 20px;
	margin-right: 16px;
	position: relative;
}

.g-btnbox a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-right: 3px;
}

.g-btnbox a img {
	display: block;
	width: 100%;
	height: 100%;
}

.g-btnbox .ma,
.m-agentl .ll .btn .ma {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 45px;
	background-color: #fff;
	padding: 10px 10px 15px;
	box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .1);
	transform: translateX(-50%);
}

.g-btnbox .btn .ma1 .pic,
.g-btnbox .ma .pic,
.g-fixed .con .bot .ma1 .pic,
.m-agentl .ll .btn .ma .pic {
	width: 100px;
	height: 100px;
	margin-bottom: 0;
}

.m-agentl2 .pic {
	width: 135px;
	overflow: hidden;
	background-color: #efefef;
	border-radius: 4px;
}

.g-btnbox .ma h3 {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	color: #333;
	font-weight: normal;
	line-height: 15px;
}

.g-btnbox a{
	background: linear-gradient(to right, #ff9a77 0, #ff6142 100%);
	color: #fff;
}

.g-btnbox .ma::after,
.m-agentl .ll .btn .ma::after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -7px;
	z-index: 1;
	margin-left: -10px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.g-btnbox a .imgl2 {
	display: none
}

.g-btnbox a.on .imgl2,
.g-btnbox a:hover .imgl2 {
	display: block;
}

.g-btnbox a.on .imgl1,
.g-btnbox a:hover .imgl1 {
	display: none
}

.sidebar {
	width: 340px;
	padding-top: 35px;
	float: right;
}

.sidebar-box {
	padding-bottom: 20px
}

.sidebar-city {
	width: 340px;
	height: 300px;
	display: inline-block;
	overflow: hidden;
	position: relative
}

.sidebar-city a {
	display: block;
	cursor: pointer
}

.sidebar-city img {
	width: 340px;
	display: block
}

.sidebar-city-con {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
	z-index: 2
}

.sidebar-city-con .p1 {
	font-size: 28px;
	line-height: 32px
}

.sidebar-city-con .p2 {
	padding-top: 18px;
	font-size: 14px;
	line-height: 18px
}

.sidebar-city-con .p3 {
	padding-top: 24px;
	font-size: 20px;
	line-height: 24px
}

.sidebar-h1 {
	height: 42px;
	line-height: 42px;
	background: #e7e7e9;
	font-size: 16px;
	color: #262313;
	padding: 0 12px
}

.sidebar-h1 i {
	float: left;
	display: inline-block;
	width: 18px;
	height: 19px;
	background: url(/static/home/images/icon.png) no-repeat;
	margin: 11px 8px 0 0
}

.sidebar-h1 i.i-1 {
	background-position: -69px -378px
}

.sidebar-h1 i.i-2 {
	background-position: -98px -377px
}

.sidebar-h1 i.i-3 {
	background-position: -126px -380px
}

.sidebar-h1 i.i-4 {
	background-position: -69px -403px
}

.sidebar-h1 span {
	float: left
}

.sidebar-h1 a {
	display: inline-block;
	float: right;
	font-size: 12px
}

.sidebar-hot,
.sidebar-list,
.sidebar-tag {
	background: #fff;
	padding: 20px
}

/*.sidebar-list ul {
  background: url(../images/icon.png) no-repeat -547px -213px;
  padding-left: 22px
}*/

.sidebar-list li {
	line-height: 30px;
	font-size: 15px;
	display: inline-block;
	overflow: hidden;
	width: 278px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 30px;
	margin: 2px 0;
}

.sidebar-list li span {
	display: block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	color: #fff;
	background: #cccccc;
}

.sidebar-list li .order.on {
	background: #ee4433;
}

.zygwtel {
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}

.zygwtel .tel-gwbox {
	width: 480px;
	height: 195px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -255px;
}

.gw_tel-box {
	padding: 20px 15px;
	border-radius: 10px;
}

.tel-content {
	margin-top: 20px;
}

.gw_tel-box .build_name {
	padding-left: 60px;
	font-size: 17px;
}

.gw_tel-box .tel {
	padding: 15px 15px 15px 60px;
	line-height: 1.8;
	background: url(../images/tel_icon.png) 55px 20px no-repeat;
}

.gw_tel-box .tel p {
	font-size: 13px;
}

.gw_tel-box .tel p .color-red {
	font-size: 32px;
	font-weight: bold;
	color: #ff3b4b;
	padding-left: 50px;
}

.tel-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial;
}

.tel-setwin .close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	top: 0px;
	background: url(../images/closel.png) center no-repeat;
	z-index: 999999;
}

.house_detail .con_wrap .near_support .r_box .nav a.active {
	background: none;
	color: #D51938;
	border-bottom: 1px solid #D51938;
}

.house_detail .con_wrap .near_support .r_box .nav a:hover {
	background: none;
	color: #333;
}

.phone-code {
  display: none;
  background-color: #fff;
  width: 300px;
  padding: 20px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 44px;
  border: 1px #e2e2e2 solid;
  z-index: 100;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.phone-code img {
  width: 100px;
  float: left
}

.phone-code p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  width: 180px;
  float: right;
}

.phone-code p b {
  color: #e94c32
}

.phone-code em {
  display: block;
  width: 13px;
  height: 8px;
  background: url(../images/menu-arrow.png) no-repeat center -3px;
  position: absolute;
  top: -8px;
  right: 40px;
}
.saomiao{
  cursor: pointer;
  position: relative;
}
.saomiao:hover .phone-code{
    display: block;
}
.reclp{
	margin-top: 30px;
}
.reclp ul {
    width: 100%;
    overflow: hidden;
}

.reclp ul li {
    float: left;
    position: relative;
    margin-right: 18px;
    width: 213px;
}
.reclp ul li a.pic {
    display: block;
    margin-bottom: 10px;
}
.reclp ul li a img {
    width: 100% !important;
    height: 155px !important;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.reclp ul li a img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.reclp ul li a .tip {
    z-index: 20;
    height: 22px;
    padding: 0 4px;
    color: #fff;
    display: inline-block;
    background: #f15044;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 130px;
    right: 5px;
}
.reclp ul li a.reclpbt {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    display: inline-block;
    margin-right: 10px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reclp ul li p {
    font-size: 12px;
    color: grey;
    position: relative;
}
.opacity {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background: #fff;
    z-index: 10;
}