/* 轮播开始 */
.layui-banner {
	padding: 0px;
	position: relative;
}

.layui-banner .banner-top {
	height: auto;
	width: 100%;
	position: relative;
}

.layui-banner .banner-top .swiper-slide {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.layui-banner .banner-top .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner-top .banner-shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 5;
}

.layui-top-nav .dropdown-items li dd a {
	color: #555!important;
}
/* 结束 */
.layui-keywords {
	width: 700px;
	height: 400px;
	position: absolute;
	top: 60%;
	left: 50%;
	margin-left: -400px;
	margin-top: -240px;
	z-index: 99;
}

.layui-keywords .baner-title h1 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin: 25px 0px 15px;
	letter-spacing: 1px;
}

.layui-keywords .baner-title p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.layui-keywords .index-search {
/*	width: 100%;
	height: 70px; */
	background: rgba(0,0,0,0.4);
	border-radius: 10px;
	margin-top: 35px;
	padding: 50px 40px;
}

.layui-keywords .index-search .input-box {
	width: 100%;
	height: 45px;
	border-radius: 5px;
}

.layui-keywords .index-search .input-box input {
	display: inline-block;
	width: 76%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px 0px 0px 5px;
	font-size: 18px;
	padding-left: 15px;
	padding-left: 10px;
}

.input-box  input::-webkit-input-placeholder {
	color: #ddd;
	font-size: 16px;
}

.input-box  input::-moz-placeholder {
   /* Mozilla Firefox 19+ */
	color: #ddd;
	font-size: 16px;
}

.input-box  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
	color: #ddd;
	font-size: 16px;
}

.input-box  input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
	color: #ddd;
	font-size: 16px;
}

.layui-keywords .index-search .input-box .layui-btn {
	display: inline-block;
	width: 20%;
	height: 100%;
	background-color: #d72c3f;
	font-size: 20px;
}

.layui-keywords .search-keywords {
	width: 100%;
	height: 50px;
}

.layui-keywords .search-keywords h2 {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	margin: 10px 0px 0px;
}

.layui-keywords .search-keywords span {
	display: inline-block;
/*	margin: 0px 8px;*/
	text-align: center;
}

.layui-keywords .search-keywords span:hover a {
	background-color: #d72c3f;
}

.layui-keywords .search-keywords span a {
	font-size: 16px;
	color: #fff;
	display: block;
	height: 30px;
	padding: 3px 12px;
	line-height: 30px;
	border-radius: 25px;
}
/* 城市 */
.layui-city {
	margin: 40px auto;
	min-height: 1.3rem;
}

.citylist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layui-city ul li {
	width: 12%;
	height: 1.3rem;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 0.57%;
	margin-bottom: 0.3rem;
}

.layui-city ul li:last-child {
	margin-right: 0!important;
}

.layui-city ul li img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.layui-city ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.layui-city ul li .img-shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.2);
	z-index: 5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.layui-city ul li .ct-title {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.15rem;
	margin-left: -0.4rem;
	z-index: 10;
	width: 0.8rem;
	height: 0.3rem;
	text-align: center;
	line-height: 0.3rem;
	z-index: 9;
}

.layui-city ul li .ct-title h2 {
	font-size: 17px;
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.layui-city ul li:hover .img-shade {
	background: rgba(213,56,73,0.9);
}

.layui-city ul li:hover .ct-title h2 {
	border: 1px solid #fff;
}
/* 新品楼盘 */
.layui-xinping {
	background: #f5f5f5;
	padding: 30px 0px 20px;
}

.layui-xinping .layui-tab {
	border: none;
}

.xp-title {
	height: 60px;
}

.xp-title h2 {
	font-size: 26px;
	color: #3e3e3e;
	letter-spacing: 1px;
}

.xp-title p {
	font-size: 16px;
	color: #c8c8c8;
	margin: 10px 0px;
}

.layui-xinping .layui-tab-title {
	display: inline-block;
	height: 60px;
	border-bottom: 0px;
}

.layui-xinping .layui-tab-title li {
	font-size: 16px;
	color: #a8a8a8;
	line-height: 50px;
	height: 50px;
	border: none;
	font-weight: bold;
}

.layui-xinping .layui-tab-title .layui-this::after {
	border: none;
	width: 60px;
	height: 50px;
	border-bottom: 1px solid red;
	border-width: 4px;
	left: 18px;
}

.layui-xinping .layui-tab-title .layui-this {
	color: #333;
}

.layui-xinping .layui-tab-content {
	margin-top: 40px;
	padding: 0;
}

.layui-xinping .layui-tab-content .layui-tab-item {
	padding: 0;
}

.layui-xinping .layui-tab-item .item1 {
	width: 59%;
	float: left;
}

.item-head {
	width: 100%;
	height: auto;
	position: relative;
}

.item-head .item-kind {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 15;
}

.item-head .item-kind span {
	display: inline-block;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	min-width: 60px;
	height: 30px;
	float: left;
	line-height: 30px;
}

.item-head .item-kind .new {
	background: rgba(208,34,33,0.9);
}

.item-head .item-info {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(116, 115, 115, 0.4);
	bottom: 0px;
	left: 0px;
	display: none;
}

.item-info .info {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
}

.item-head a.full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.item-info .info h2 {
	text-align: center;
	color: #fff;
	background: url(/NewStyle/2019/img/item_hover_icon.png) no-repeat center center;
	display: block;
	width: 125px;
	height: 125px;
	background-size: cover;
	margin: 15px auto;
}

.item-info .info h2 a {
	display: block;
}

.info-icon {
	text-align: center;
}

.info-icon span {
	color: #f5f4f2;
	text-align: center;
	display: inline-block;
	width: 80px;
	line-height: 20px;
	font-size: 20px;
}

.info-icon span i {
	color: #f5f4f2;
	font-size: 22px;
	display: inline-block;
	float: left;
	line-height: 100%!important;
}

.info-icon span.aus {
	color: #f5f4f2;
	text-align: center;
	display: inline-block;
	width: auto;
	line-height: 100%!important;
	font-size: 0.15rem;
}

.info-icon span.aus i {
	color: #f5f4f2;
	font-size: 22px;
	display: inline-block;
	float: left;
	padding-right: 5px;
}

.info-icon .car-ku i {
	padding: 2px 2px 0px 2px;
	border-bottom: none;
	font-size: 18px;
}

.info-icon span {
	color: #f5f4f2;
	text-align: center;
	display: inline-block;
	width: 80px;
	line-height: 20px;
	font-size: 20px;
}

.info-icon span i {
	color: #f5f4f2;
	font-size: 22px;
	display: inline-block;
	float: left;
}

.item-info .info .layui-btn {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 25px;
	background: none;
	border: 1px solid #f4f3f1;
	color: #f4f3f1;
	margin: 30px auto 0px;
}

.item-info .item-link {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 16px;
	right: 16px;
	opacity: 0.8;
}

.item-info .item-link i {
	border: 2px solid #f5f4f2;
	font-size: 25px;
	color: #f5f4f2;
	display: inline-block;
	text-align: center;
	padding-left: 3px;
}

.item-info .item-link:hover {
	opacity: 1;
}

.item-head:hover {
	cursor: pointer;
}

.item-head .info a:hover {
	color: #fff;
	opacity: 1;
}

.item-head .item-img {
	position: relative;
	width: 100%;
	height: 534px;
	overflow: hidden;
	background: #fff;
}

.item-head .item-img .image-flag{
		 background: rgba(255,0,0,0.9);
		 font-weight: 1000;
		 transform:rotate(45deg);
		 width:80%;
		 position:absolute;
         right: -30%;
        top: 10%;
		 z-index:10;
		 text-align:center;
          color: #ffffff;
       height: 8%;
        min-height: 25px;
		 }
.item1 .image-flag{
	font-size: 0.2rem;
    line-height: 2;
		}
.item2 .image-flag,.item3 .image-flag{
	line-height: 1.8;
    font-size: 0.14rem;
		}
.item4 .image-flag ,.item5 .image-flag ,.item6 .image-flag {
	line-height: 1.4;
    font-size: 0.18rem;
		}
.item-head .item-img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	max-height: 100%;
}

.item1 .item-head .item-img img {
	object-fit: cover;
    height: 534px;
    width: 673px;
	}
	
	
.item2 .item-head .item-img img , .item3 .item-head .item-img img {
	object-fit: cover;
    height: 220px;
    width: 445px;
	}
	
.item4 .item-head .item-img img , .item5 .item-head .item-img img , .item6 .item-head .item-img img {
	object-fit: cover;
    height: 310px;
    width: 372px;
	}
	
	
	
.layui-xinping .layui-tab-item .item:hover .item-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.item-footer {
	min-height: 29px;
	background: #fff;
	width: 100%;
	padding: 0.15rem 0px;
	overflow: hidden;
}

.item-footer span {
	display: block;
/*	font-weight: blod; */
line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #606060;
	padding: 0px 10px;
}

/*.item-footer span {
	display: block;
	font-size: 20px;
	height: 30px;
	overflow: hidden;
	color: #606060;
	padding: 0px 10px;
}*/

.fr .item-footer span {
	min-height: 30px;
	height: auto;
}

.item-footer span.span1 {
	height: auto;
}

.item-footer .item-money {
	width: auto;
	color: #e32f3a;
	font-weight: bold;
	float: right;
	text-align: right;
}

.item-footer .item-tit {
	float: left;
	font-size: 0.17rem;
	 width: 65%;
 /*   text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.layui-xinping .layui-tab-item .item2 {
	width: 39%;
	float: right;
	margin-bottom: 0.35rem;
}

.layui-xinping .layui-tab-item .item3 {
	width: 39%;
	float: right;
}

.layui-xinping .layui-tab-item .item3 .item-img,.layui-tab-item .item2 .item-img {
	max-height: 220px;
	min-height: 177px;
}

.layui-xinping .layui-tab-item .item2 .info,.layui-tab-item .item3 .info {
	position: absolute;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
}

.layui-xinping .layui-tab-item .item4, .layui-xinping .layui-tab-item .item5 , .layui-xinping .layui-tab-item .item6 {
	width: 32.66666%;
	float: left;
	margin-right: 1%;
	margin-top: 35px;
}

.layui-xinping .layui-tab-item .item4:last-child ,.layui-xinping .layui-tab-item .item5:last-child ,.layui-xinping .layui-tab-item .item6:last-child {
	margin-right: 0;
}

.layui-xinping .layui-tab-item .item4 .item-img , .layui-xinping .layui-tab-item .item5 .item-img ,.layui-xinping .layui-tab-item .item6 .item-img {
	height: 310px;
}

.layui-xinping .layui-tab-item .item4 .item-footer .item-tit , .layui-xinping .layui-tab-item .item4 .item-footer .item-tit  , .layui-xinping .layui-tab-item .item4 .item-footer .item-tit {
	width: 90%!important;
	padding: 0px 5%;
	text-align: right
}

.layui-xinping .layui-tab-item .item4 .info , .layui-xinping .layui-tab-item .item5 .info ,.layui-xinping .layui-tab-item .item6 .info {
	position: absolute;
	width: 300px;
	height: 120px;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -150px;
}
/* 更多 */
.layui-link-more {
	margin: 35px auto;
}

.layui-link-more a {
	display: block;
	width: 140px;
	padding: 5px 15px;
	font-size: 18px;
	color: #5e5e5e;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 auto;
	border-radius: 25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.layui-link-more:hover a {
	color: #df2f3c;
}
/* 购房指南 */
.layui-gfzn {
	height: auto;
	background: url(/NewStyle/2019/img/gfzn_bg.png) no-repeat center top;
	background-size: cover;
	padding: 70px 0px;
}

.gfzn {
	height: 340px;
}

.gfzn ul li {
	width: 16%;
	float: left;
	height: 210px;
	margin-right: 1.5%;
	margin-top: 65px;
}

.gzn-info {
	height: 70px;
	width: 95%;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 30px auto 0px;
}

.gfzn ul li .gfzn-bz {
	display: inline-block;
	width: 38%;
	height: 70px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	float: left;
}

.gfzn ul li .bz-tit {
	display: inline-block;
	width: 60%;
	float: right;
}

.gfzn ul li .bz-tit h3 {
	font-size: 20px;
	color: #fff;
	margin: 10px 0px 10px;
}

.gfzn ul li .bz-tit p {
	font-size: 12px;
	color: #fff;
}

.gfzn ul .gszn-btn {
	height: 340px;
	width: 28%;
	position: relative;
	margin-top: 0;
}

.gfzn ul .gszn-btn img {
	display: block;
	width: 300px;
	height: auto;
	margin: 15px auto;
}

.btn-info {
	position: absolute;
	width: 120px;
	height: 100px;
	padding: 25px 15px 15px;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
}

.btn-info i {
	font-size: 60px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.btn-info h2 {
	font-size: 26px;
	color: #fff;
	text-align: center;
}

/* 展会活动+新闻资讯 */
.layui-exhi-news {
	background: #f5f5f5;
	padding: 70px 0px 70px;
}

.layui-exhibition {
	min-height: 515px;
	padding-bottom: 15px;
}

.meet_box {
	width: 100%;
	position: relative;
	margin-top: 25px;
}

.meet {
	margin: auto;
	padding: 0 0 .45rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}

.meet_box:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0rem;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-size: 100%;
	background-position: 0 100%;
}

.meet_time {
	display: block;
	width: 30%;
	float: right;
	margin-top: -90px;
}

.meet_use {
	width: 30%;
	float: right;
	height: 426px;
	background: #fff;
	margin-right: 2px;
}

.meet_tit {
	text-align: center;
	margin-bottom: .5rem;
}

.meet_tit span {
	font-size: .32rem;
	color: #FFFFFF;
	position: relative;
	padding-bottom: .13rem;
}

.meet_tit span:after {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: .06rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	background: #f515d7;
	background: -webkit-gradient(linear, left top, right top, from(#ef15d3), to(#046bfd));
	background: linear-gradient(to  right, #ef15d3, #046bfd);
	background: -webkit-gradient(to  right, #ef15d3, #046bfd);
	background: linear-gradient(to  right, #ef15d3, #046bfd);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef15d3', endColorstr='#046bfd',GradientType=0 );
}

.meet_num {
	width: 32.9%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #a8a8a8;
	line-height: 50px;
	height: 50px;
	border: none;
	font-weight: bold;
}

.meet_num:first-child {
	border-left: none;
}

.meet_num.active span {
	border-color: none;
	color: #333;
	position: relative;
}

.meet_num.active span::after {
	border: none;
	height: 50px;
	border-bottom: 1px solid red;
	border-width: 4px;
	left: 50%;
	margin-left: -30%;
	top: 0px;
	width: 60%;
	position: absolute;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
}

.meet_num span {
	position: relative;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}

.cut_tit span {
	display: block;
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f8f8f8;
	font-weight: 400;
}

.cut_tit span a {
	font-size: 18px;
	color: #b6b6b6;
	padding-left: 20px;
	display: block;
	width: 92%;
	display: block;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.cut_tit span:last-child {
	border: none;
}

.cut_tit span.active {
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.1)
}

.cut_tit span.active a {
	color: #8e8e8e;
}

.them_time {
	font-size: .24rem;
	float: left;
	width: 1.9rem;
	color: #FFFFFF;
}

.theme {
	margin-top: .67rem;
	display: none;
}

.theme.active {
	display: block;
}

.theme_list {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	width: 70%;
	height: 427px;
	background: #f8f8f8;
}

.theme_list .theme_cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.theme_list .theme_cont img {
	width: 100%;
	height: auto;
}

.theme_list .theme_cont .theme_listpic {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 70px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	line-height: 70px;
}

.theme_list .theme_listpic a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	margin-left: 20px;
}

.theme_list .theme_listpic span {
	margin-right: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}

.meet_cut {
	display: none;
}

.meet_cut.active {
	display: block;
}

/* 最新快讯+购房指南 */
.layui-newsguide {
	min-height: 800px;
}

.layui-newsguide .xp-title {
	width: 100%;
	margin-bottom: 35px;
}

.layui-newsguide .xp-title h2 span {
	margin-top: 5px;
	padding-right: 5px;
}

.layui-newsguide .xp-title h2 span a {
	display: inline-block;
	padding: 2px 20px;
	font-size: 18px;
	color: #8a8a8a;
	font-weight: 400;
	line-height: 30px;
	border: 1px solid #dedede;
	border-radius: 25px;
}

.layui-newsguide .xp-title h2 span:hover a {
	color: #e32e3d;
}

.layui-newsguide .layui-guide {
	float: right;
	width: 36%;
}

.layui-estnews {
	width: 56%;
}

.layui-estnews .xp-title {
	margin-bottom: 15px;
}

#estnews {
	position: relative;
}

#estnews .est-item {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

#estnews .est-item img {
	width: 100%;
	height: auto;
}

#estnews .est-item span {
	position: absolute;
	top: 35px;
	left: 30px;
	display: block;
	width: 70px;
	height: 55px;
	background: #e32f3a;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 20px rgba(229,47,60,0.4);
	box-shadow: 0px 10px 20px rgba(229,47,60,0.4);
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	padding-top: 15px;
}

#estnews .est-item h2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.4);
}

#estnews .est-item h2 a {
	color: #f1f1f1;
	line-height: 50px;
	margin-left: 15px;
	font-size: 19px;
}

#estnews .layui-carousel-ind {
	top: 30px;
	right: 0px;
	position: absolute;
	width: 20%;
}

#estnews .layui-carousel-ind ul {
	background: none;
	text-align: center;
}

#estnews .layui-carousel-ind ul li {
	background: #ccc;
	-webkit-transition: none;
	transition: none;
}

#estnews .layui-carousel-ind ul li.layui-this {
	background: #fff;
	-webkit-box-shadow: 0px 2px 6px rgba(255,255,255,0.2);
	box-shadow: 0px 2px 6px rgba(255,255,255,0.2);
}

.estnews-list {
	padding: 15px 0px 10px;
}

.estnews-list ul li {
	width: 100%;
	display: block;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #eee;
}

.estnews-list ul li:last-child {
	border: none;
}

.estnews-list ul li span {
	color: #939393;
	font-size: 19px;
	margin-right: 20px;
	letter-spacing: 2px;
	display: inline-block;
	width: 22%;
	float: left;
}

.estnews-list ul li a {
	color: #636363;
	font-size: 20px;
	display: inline-block;
	letter-spacing: 1px;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.guide-item {
	margin-bottom: 20px;
    overflow: hidden;
}

.guide-item .p{
    display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
    margin-right: 0.2rem;
	overflow: hidden;
    float: left;
}

.guide-item .p img {
	width: 100%;
	height: 80%;
}

.guide-item .i{
    margin: auto 0.1rem;
}

.guide-item .i h2 {
	font-size: 0.2rem;
	color: #484848;
	line-height: 30px;
	margin-bottom: 10px;
}

.guide-item:last-child {
	margin-bottom: 0px;
}

.guide-item .guide-item-pic {
	width: 130px;
	height: 130px;
	overflow: hidden;
}

.guide-item .guide-item-pic img {
	width: 100%;
	height: 100%;
}

.guide-item .guide-item-info {
	width: 63%;
}

.guide-item .guide-item-info h2 {
	font-size: 20px;
	color: #484848;
	line-height: 30px;
	margin-bottom: 10px;
}

.guide-item .guide-item-info p {
	color: #c4c4c4;
	font-size: 16px;
	line-height: 25px;
}

/* 现代化社区 */
.bellview {
	position: relative;
}

.layui-bellview {
	min-height: 520px;
	padding: 50px 0px;
}

.swiper-bell {
	width: 100%;
	height: auto;
	padding: 0;
}

.swiper-bell .swiper-slide {
	width: 100%;
}

.swiper-bell .swiper-pagination {
	text-align: left;
	bottom: 60px;
	left: 50px;
}

.swiper-bell .swiper-pagination-bullet-active {
	background-color: #aaa;
}

.swiper-bell .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-bell .swiper-slide .title {
	width: 26%;
	float: left;
	height: 400px;
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.title .tlt-info {
	width: 250px;
	height: 250px;
	margin: 55px 0px 0px 45px;
}

.title .tlt-info h1 {
	font-size: 35px;
	font-weight: bold;
	color: #3e3e3e;
}

.title .tlt-info h2 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin: 12px 0px;
}

.title .tlt-info .line-shadow {
	width: 50px;
	height: 6px;
	background: -webkit-gradient(linear, left top, right top, from(#d31d33), to(#f93737));
	background: linear-gradient(to  right, #d31d33, #f93737);
	background: -webkit-gradient(to  right, #d31d33, #f93737);
	background: -webkit-gradient(linear,left top, right top,from(#d31d33), to(#f93737));
	background: linear-gradient(to  right,#d31d33, #f93737);
	-webkit-box-shadow: 0px 15px 20px rgba(213,56,73,0.4);
	box-shadow: 0px 15px 20px rgba(213,56,73,0.4);
	margin-left: 10px;
}

.title .tlt-info h3 {
	margin-top: 60px;
	font-size: 50px;
	color: #000;
	font-weight: 400;
}

.title .tlt-info h3 span {
	font-size: 30px;
	color: #8c8c8c;
}

.swiper-bell .swiper-slide .pic {
	width: 39%;
	float: left;
	height: 400px;
	background: #ccc;
	overflow: hidden;
}

.swiper-bell .swiper-slide .pic img {
	max-width: 100%;
	height: 100%;
}

.swiper-bell .swiper-slide .text {
	width: 35%;
	float: left;
	height: 400px;
	background: #6a747d;
}

.swiper-bell .swiper-slide .text-info {
	padding: 55px 30px 20px 45px;
}

.text-info h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.text-info h1 em {
	font-size: 25px;
	font-weight: bold;
}

.text-info>p {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin: 15px 0px;
}

.text-info .text-line {
	width: 40px;
	height: 6px;
	background: #fff;
	display: block;
	margin-left: 5px;
}

.text-info h2 {
	padding-left: 15px;
	margin-top: 60px;
}

.text-info h2 i {
	display: inline-block;
	font-size: 40px;
	color: #828e9c;
	font-weight: bold;
}

.text-info h2 span {
	display: inline-block;
	float: right;
}

.text-info h2 span p {
	color: #fff;
	font-size: 24px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.text-info h2 span .text-phone {
	color: #b2bcc5!important;
	margin-bottom: 10px;
}

.bell-prev {
	outline: none;
	background: url(/NewStyle/2019/img/bell-prev-bg.png) no-repeat center center;
	left: 5%;
}

.bell-next {
	outline: none;
	background: url(/NewStyle/2019/img/bell-next-bg.png) no-repeat center center;
	right: 5%;
}

/* 公寓列表 */

/* 楼花转让 */

.estnews-cont {
}

.estnews-cont .infoList {
	padding: 20px 0px;
}

.listpd {
	height: 585px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.estnews-cont .lh-title {
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #e93a37;
}

.estnews-cont .lh-title span {
	display: block;
	width: 20%;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #666;
}

.estnews-cont .lh-title .lhinfo {
	width: 60%!important;
}

.estnews-cont .infoList .lh-item {
	width: 100%;
	height: 44px;
	border-bottom: 1px dashed #ccc;
}

.estnews-cont .infoList .lh-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.estnews-cont .infoList .lh-item .item {
	width: 20%;
	float: left;
	height: 44px;
	line-height: 44px;
	text-align: left;
	color: #8c8c8c;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.estnews-cont .infoList .lh-item:hover .item {
	color: #e93a37;
	opacity: 0.8;
}

.estnews-cont .infoList .lh-item .cityplace {
	width: 60%!important;
}

.house-img .house {
	width: 48%;
	height: 290px;
	overflow: hidden;
	position: relative;
}

.house-img .house img {
	width: auto;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.house-img .house h2 {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.4);
}

.house-img .house h2 a {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	margin-left: 15px;
	display: block;
}

.house-img .house:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.layui-fwzl .layui-guide .guide-item-info h2 {
	margin: 30px 0px 15px;
}
/* 购置流程 */
.layui-lc {
	min-height: 160px;
	background: #f5f5f5;
	padding: 80px 0px 90px 0px;
}

.layui-lc .layui-lcList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layui-lc .lc-item {
	width: 24%;
	margin-right: 1%;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.layui-lc .lc-item .item-pd {
	padding: 40px 20px 40px 30px;
	min-height: 100px;
}

.layui-lc .lc-item:last-child {
	margin-right: 0px;
}

.layui-lc .lc-item span {
	display: inline-block;
	width: auto;
	min-height: 60px;
	float: left;
	margin-right: 15px;
}

.layui-lc .lc-item span i {
	font-size: 50px;
	color: #c9c9c9;
}

.layui-lc .lc-item h2 {
	display: inline-block;
	float: left;
	cursor: pointer;
}

.layui-lc .lc-item h2 p {
	font-size: 20px;
	color: #181818;
	margin-bottom: 6px;
}

.layui-lc .lc-item h2 em {
	font-size: 14px;
	color: #b4b4b4;
	line-height: 25px;
}

.layui-lc .lc-item .layui-btn-more {
	display: block;
	margin-top: 15px;
	padding: 2px 6px;
	width: 30px;
	height: 20px;
	font-size: 20px;
	color: #c81c18;
	text-align: left;
	line-height: 20px;
	display: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.layui-lc .lc-item:hover {
	background: #fff;
	-webkit-box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}

.layui-lc .lc-item:hover .layui-btn-more {
	display: block;
	color: #c81c18!important;
}

/* 网站站点 */
.layui-website {
	min-height: 260px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 100px 0px 50px;
}

.layui-website .website-logo {
	height: 260px;
	position: relative;
}

.layui-website .website-logo img {
	display: block;
	width: 90%;
	height: auto;
}

.layui-website .website-logo .site-map-icon {
	text-align: center;
	margin-top: 20px;
}

.layui-website .website-logo span {
	display: inline-block;
	border: 1px solid #b1b1b1;
	border-radius: 25px;
}

.layui-website .website-logo span a {
	font-size: 16px;
	color: #acacac;
	display: block;
	padding: 3px 25px;
}

.layui-website .website-logo span:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(224,45,61,0.6);
	box-shadow: 0px 5px 20px rgba(224,45,61,0.6);
	border: 1px solid #e8303a;
	background: #e8303a;
	background: -webkit-gradient(linear, left top, right top, from(#d32a3d), to(#f63538));
	background: linear-gradient(to  right, #d32a3d, #f63538);
	background: -webkit-gradient(to  right, #d32a3d, #f63538);
	background: linear-gradient(to  right, #d32a3d, #f63538);
}

.layui-website .website-logo span:hover a {
	color: #fff!important;
}

.layui-website .website-logo .site-login {
	margin-right: 15px;
}

.layui-website .website-ewm {
	height: 260px;
}

.layui-website .website-ewm ul{
	width: 100%;
    overflow: hidden;
    height: auto;
}

.layui-website .website-ewm ul li{
	width: 50%;
    float: left;
}

.layui-website .website-ewm ul li.a{
    float: left;
}

.layui-website .website-ewm ul li.b{
    float: right;
}
.layui-website .website-ewm .ewm .a{
    text-align: left;
}

.layui-website .website-ewm .ewm-info .a img{
	width: 90%;
}

.layui-website .website-ewm .ewmpd {
	padding-left: 30px;
}

.layui-website .website-ewm p {
	color: #bfbfbf;
	font-size: 16px;
	line-height: 25px;
}

.layui-website .website-ewm h2 {
	color: #666;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 2px;
}

.layui-website .website-ewm em {
	color: #f7656f;
	font-size: 0.18;
	line-height: 30px;
	letter-spacing: 1px;
}

.layui-website .website-ewm .ewm {
	margin-top: 25px;
}

.layui-website .website-ewm .ewm img {
	display: inline-block;
	width: 105px;
	height: 105px;
	margin-right: 10px;
	border-radius: 5px;
}

.layui-website .website-ewm .ewm .sao-sao h2 {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	position: relative;
}

.layui-website .website-ewm .ewm .sao-sao h2::after {
	position: absolute;
	display: block;
	content: '';
	width: 25px;
	height: 2px;
	background: #e95257;
	left: 2px;
	bottom: 0px;
}

.layui-website .website-ewm .ewm .sao-sao p {
	color: #878787;
	font-size: 16px;
	line-height: 25px;
}

.layui-website .website-nav {
	height: 260px;
}

.webnav-item {
	width: 30%;
	height: auto;
	text-align: center;
}

.webnav-item h2 {
	font-size: 20px;
	color: #1d1d1d;
	height: 50px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	margin-bottom: 15px;
}

.webnav-item h2::after {
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background: #e95257;
	left: 33%;
	bottom: 0px;
}

.webnav-item p a {
	color: #a7a7a7;
	font-size: 16px;
	line-height: 30px;
}

.webnav-item p:hover a {
	color: #666;
}
/* 友情链接 */
.layui-site-map {
	min-height: 110px;
	padding: 50px 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layui-site-map .site-map-icon {
	display: none;
}

.site-map-icon ul li {
	margin: 0px 20px;
	line-height: 40px;
	display: inline-block;
}

.site-map-icon ul li a i {
	font-size: 40px;
	color: #cccccc;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.site-map-icon ul li a:hover i {
	color: #888;
}

.site-map-nav ul li {
	float: left;
	margin: 0px 15px;
	line-height: 50px;
}

.site-map-nav ul li a {
	color: #939393;
	font-size: 16px;
}

.site-map-nav ul li:hover a {
	color: #555;
}
/* 版权信息 */
.layui-site-info {
	min-height: 45px;
	background: #f5f5f5;
	padding-top: 25px;
}

.layui-site-info h2 {
	text-align: center;
	color: #cccccc;
	line-height: 40px;
	width: 100%;
	display: block;
}
/*--------------------------- 移动端首页strat---------------------- */
@media (min-width:768px) and (max-width:1024px) {
    .guide-item .p{
        width: 2rem;
        height: 2rem;
    }
    .guide-item .i h2 {
        font-size: 0.25rem;
    }
}

@media (min-width:320px) and (max-width:760px) {
    .guide-item .p{
        width: 2rem;
        height: 2rem;
    }
    .guide-item .i h2 {
        font-size: 0.3rem;
    }
}

@media (min-width:320px) and (max-width:1023px) {
    
/* 导航 */
	.layui-tnav {
		height: auto;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.layui-tnav .layui-logo {
		height: 0.6rem;
		overflow: hidden;
	}

	.layui-tnav .layui-logo img {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 0.05rem;
	}

	.layui-top-nav .layui-tnav {
		width: 100%;
		height: auto;
	}

	.layui-top-nav .dropdown-items {
		text-align: left!important;
	}

	.input-box  input::-webkit-input-placeholder {
		color: #ddd;
		font-size: 14px;
	}

	.input-box  input::-moz-placeholder {
   /* Mozilla Firefox 19+ */
		color: #ddd;
		font-size: 14px;
	}

	.input-box  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
		color: #ddd;
		font-size: 14px;
	}

	.input-box  input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
		color: #ddd;
		font-size: 14px;
	}

/* 首页 */
	.layui-banner .banner-top {
		height: 6rem;
		margin-top: 0rem;
	}

	.layui-keywords {
		width: 80%;
		height: auto;
		left: 10%;
		top: 10%;
		margin: 0 auto;
        overflow: hidden;
	}
    
    .item-footer span.item-tit {
        height: 50px;
    }

	.layui-keywords .baner-title h1 {
		font-size: 0.4rem;
	}

	.layui-keywords .baner-title p {
		font-size: 14px;
	}

	.layui-keywords .index-search {
		padding: 15px 15px 10px;
	/*	height: 80px; */
	}

	.layui-keywords .index-search .input-box {
		height: 30px;
	}

	.layui-keywords .index-search .input-box input {
		padding: 0;
		padding-left: 10px;
		font-size: 15px;
		height: 30px;
		line-height: 30px;
	}

	.layui-keywords .index-search .input-box .layui-btn {
		font-size: 0.18rem;
		line-height: 30px;
	}

	.layui-keywords .search-keywords h2 {
		line-height: 25px;
		font-size: 0.22rem;
		margin: 4px 4px 0px;
	}

	.layui-keywords .search-keywords span a {
		font-size: 0.22rem;
		height: 25px;
		line-height: 25px;
		padding: 0px 5px;
	}

	.layui-banner .banner-top .swiper-slide img {
		height: 100%;
		width: auto;
	}

	.item-head .item-img img {
		max-height: 100%;
		width: 100%;
		height: 100%;
	}
/* 城市 */
	.layui-city {
		min-height: 3rem;
	}

	.citylist {
		display: block;
		-webkit-box-pack: none;
		-ms-flex-pack: none;
		justify-content: none;
	}

	.layui-city ul li {
		width: 23%;
		margin-right: 1.5%;
	}

	.layui-city ul li .ct-title {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.layui-city ul li .ct-title h2 {
		font-size: 0.25rem;
		border: none;
		text-align: center;
	}

	.layui-city ul li:hover .ct-title h2 {
		border: none;
	}
/* 新品 */
	.layui-xinping .layui-tab-content {
		margin-top: 20px;
	}

	.floor-item .layui-link-more a {
		display: inline-block;
		margin-left: 25%;
		margin-top: 20px;
		font-size: 16px;
	}

	.layui-xinping .layui-tab-item .item {
		width: 49%;
		float: left;
		margin: 0.15rem 0px 0.15rem;
	}

	.layui-xinping .layui-tab-item .item3 {
		margin-right: 2%;
	}

	.layui-xinping .layui-tab-item .item:nth-of-type(even) {
		float: right!important;
	}

	.layui-xinping .layui-tab-item .item .item-img {
		height: 180px;
	}
    .layui-xinping .layui-tab-item .item .item-img .image-flag{
		 background: #ff0202 ;
		 transform:rotate(45deg);
		 width:100%;
		 position:absolute;
         right: -30%;
        top: 15%;
		 z-index:10;
		 text-align:center;
        color: #ffffff;
         height: 8%;
         min-height: 25px;
		 }
	.item-footer span {
		font-size: 0.24rem;
		margin: 0px 5px;
	}

	.item-footer .item-tit {
		line-height: 24px;
		width: 90%!important;
		padding: 0px 5%!important;
		margin: 0;
		text-align: right;
		font-size: 14px;
		font-weight: 600;
	}

	.item-footer .item-money {
		font-size: 15px;
	}

	.item-head .item-kind span {
		height: 25px;
		font-size: 14px;
		min-width: 40px;
		line-height: 25px;
	}
/* 购房指南 */
	.gfzn {
		height: 3rem;
		padding: 0 10%;
	}

	.gfzn ul li {
		margin: 0 2%;
		width: 20%;
	}

	.gzn-info {
		clear: both;
	}

	.gfzn ul .gszn-btn {
		display: none;
	}

	.gfzn ul li .gfzn-bz {
		width: 100%;
		font-size: 50px;
	}

	.gfzn ul li .bz-tit {
		width: 100%;
	}

	.gfzn ul li .bz-tit h3 {
		text-align: center;
		font-size: 0.28rem;
		line-height: 0.4rem;
		padding-top: 10px;
	}

	.gfzn ul li .bz-tit p {
		display: none;
	}

	.layui-xinping {
		padding: 15px 0px 5px;
	}

	.layui-estnews {
		width: 100%;
	}

	.estnews-list ul li {
		height: 40px;
		line-height: 40px;
	}

	.estnews-list ul li a {
		font-size: 16px;
	}

	.layui-newsguide .layui-guide {
		width: 100%;
	}

	.layui-exhi-news {
		padding: 20px 0px 20px;
	}

	#estnews .layui-carousel-ind {
		width: 30%;
	}

	.estnews-list ul li span {
		width: 20%;
		font-size: 14px;
		letter-spacing: 0px;
	}

	#estnews .est-item img {
	/**	height: 100%; 20240521修改**/
		width:640px;
		height:280px;
		object-fit:cover;
	}

	.guide-item {
		margin-bottom: 10px;
		min-height: 130px;
	}

	.guide-item .guide-item-info h2 {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.meet_box {
		margin-top: 4.5rem;
		min-height: 10rem;
		padding-top: 0.2rem;
	}

	.theme_list {
		width: 100%;
		height: 4.5rem;
		top: -4.5rem;
	}

	.meet_time {
		width: 100%;
		float: none;
		margin: 0.2rem 0px;
		min-height: 50px;
	}

	.meet_use {
		width: 100%;
	}

	.cut_tit span a {
		font-size: 16px;
	}

	.swiper-bell .swiper-slide .title {
		display: none;
	}

	.swiper-bell .swiper-slide .text {
		display: none;
	}

	.swiper-bell .swiper-slide .pic {
		width: 100%;
	}

	.theme_list .theme_cont img {
		height: 100%;
	}

	.swiper-bell .swiper-pagination {
		display: none;
	}

	.layui-xinping .layui-tab-title {
		float: left;
		margin-top: 10px;
	}

	.apartment .layui-tab-title li {
		line-height: 40px;
		height: 40px;
		min-width: 60px;
		margin: 0px 10px;
		font-size: 14px;
		padding: 0px 5px;
	}

	.bellview {
		margin-top: 25px;
	}

	.meet_num {
		width: 32%;
	}

	.item-info .info h2 {
		display: none!important;
	}

	.item-info .info {
		display: none;
	}

	.layui-lc {
		min-height: 300px;
		padding: 40px 0px 10px;
	}

	.layui-lc .lc-item h2 {
		width: 80%;
		position: relative;
	}

	.layui-lc .lc-item .layui-btn-more {
		display: block;
		float: right;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.layui-lc .lc-item:hover {
		background: none;
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}

	.layui-xinping .layui-tab-title li {
		padding: 0px 10px;
	}
	
	#mobilehidden {
		display: none;
	}
	
/*
	.baiduadframe {
		height: 60px;
	}
*/

	.hs-title span {
		line-height: 0.15rem!important;
	}

	.layui-lc .layui-lcList {
		display: block;
		-webkit-box-pack: none;
		-ms-flex-pack: none;
		justify-content: none;
	}

	.layui-lc .lc-item {
		width: 100%;
		height: 60px;
	}

	.layui-lc .lc-item span {
		height: 60px;
		width: 40px;
	}

	.layui-lc .lc-item span i {
		font-size: 36px;
		margin-top: 10px;
	}

	.layui-lc .lc-item h2 p {
		font-size: 16px;
	}

	.layui-website {
		min-height: 560px;
		padding: 30px 0px 30px;
		margin-top: 30px;
	}

	.layui-website .website-logo {
		height: auto;
		min-height: auto;
		margin-bottom: 0px;
		width: 100%;
	}

	.layui-website .website-ewm {
		width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 35px;
	}
    
    
    

    .layui-website .website-ewm ul{
        width: 100%;
        overflow: hidden;
        height: auto;
        text-align: center;
    }

    .layui-website .website-ewm ul li{
        width: 100%;
        float: left;
    }

    .layui-website .website-ewm ul li.a{
        display: inline-block;
        text-align: center;
        float: none;
        width: auto;
    }

    .layui-website .website-ewm ul li.b{
        float: right;
    }
    .layui-website .website-ewm .ewm .a{
        text-align: left;
    }

    .layui-website .website-ewm .ewm-info .a img{
        width: 2.5rem;
    }
    

	.layui-website .website-ewm .ewmpd {
		padding: 0;
		width: 100%;
		display: -webkit-box;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.layui-website .website-ewm .ewmpd .ewm-info {
		width: 100%;
	}

	.layui-website .website-ewm .ewmpd .ewm {
		width: 100%;
	}

	.layui-website .website-nav {
		width: 100%;
		height: auto;
	}

	.layui-site-map {
		padding: 15px 15px 5px;
		display: block;
		-webkit-box-pack: none;
		-ms-flex-pack: none;
		justify-content: none;
		width: 100%;
		background: #fff;
	}

	.site-map-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-map-nav ul li {
		margin: 0 10px;
		line-height: 40px;
	}

	.site-map-nav ul li a {
		font-size: 14px;
	}
/* 楼花转让 */
	.layui-fwzl {
		padding-top: 25px;
	}

	.estnews-cont .lh-title span {
		width: 25%;
		font-size: 16px;
	}

	.estnews-cont .lh-title .lhinfo {
		width: 50%!important;
	}

	.estnews-cont .infoList .lh-item .item {
		font-size: 14px;
	}

	.estnews-cont .infoList .lh-item .cityplace {
		width: 56%!important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin:  0 2% 0 0;
	}
/* 首页结束 */
	.layui-website .website-logo .site-map-icon {
		position: static;
		margin: 15px auto;
		float: none;
	}

	.layui-website .website-logo .site-map-icon ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.layui-website .website-logo .site-map-icon ul li {
		margin-right: 10px;
	}

	.layui-website .website-logo img {
		width: 60%;
		margin: 0 auto;
	}
/* 底部 */
	.webnav-item h2 {
		font-size: 16px;
	}

	.webnav-item {
		width: 33.333%;
	}
/*.webnav-item p a{font-size:14px;}*/
	.layui-website .website-ewm .ewm .sao-sao p {
		font-size: 14px;
	}

	.layui-site-info {
		padding: 15px 0px 0px;
	}

	.layui-site-info h2 {
		font-size: 14px;
		line-height: 35px;
	}

	.layui-site-info h2 span {
		display: block;
		text-align: center;
	}

	.layui-site-map .site-map-nav {
		display: block;
		width: 100%;
	}
/* 通用底部 */



	.mobile-banner {
		padding: 0;
		height: 5rem;
		position: relative;
		background: #f5f5f7;
	}

	#mobile1 {
		height: 4.6rem!important;
		margin-top: 1.2rem;
	}

	#mobile1 .banner-item {
		position: relative;
	}

	#mobile1 .banner-item .banner-info {
		position: absolute;
		width: 6rem;
		height: 1.4rem;
		top: 50%;
		left: 50%;
		margin-top: -0.7rem;
		margin-left: -3rem;
	}

	#mobile1 .banner-item img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

	#mobile1 .banner-item .banner-info h1 {
		font-size: 0.5rem;
		color: #fff;
		text-align: center;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}

	#mobile1 .banner-item .banner-info p {
		color: #fff;
		font-size: 0.3rem;
		text-align: center;
		letter-spacing: 1px;
	}

	#mobile1 .layui-carousel-ind ul {
		background: none;
	}

	#mobile1 .layui-carousel-ind {
		top: -1.15rem;
	}

	.mobile-search {
		width: 90%;
		height: 1rem;
		background: #e32f3b;
		position: absolute;
		z-index: 20;
		bottom: 0px;
		left: 5%;
		border-radius: 5px;
	}

	.mobile-search form {
		margin: 0.05rem;
	}

	.mobile-search .search {
		width: 85%;
		float: left;
	}

	.mobile-search .search input {
		height: 0.9rem;
		line-height: 0.6rem;
		border-radius: 5px 0px 0px 5px;
	}

	.mobile-search .search-submit {
		width: 15%;
		float: left;
		float: left;
	}

	.mobile-search .search-submit button {
		width: 100%;
		height: 0.9rem;
		background: none;
	}

	.mobile-search .search-submit button i {
		color: #fff;
		font-size: 0.6rem;
	}

/* 精品项目 */
	.jp-porject {
		background: #f5f5f7;
		padding-top: 0.4rem;
	}

	.jp-porject .xp-title {
		height: 0.4rem;
	}

	.sjlb {
		height: 0.8rem!important;
	}

	.jp-porject .xp-title h2 {
		font-size: 0.4rem;
	}

	.jp-porject .layui-tab {
		border: none;
		margin: 0;
	}

	.jp-porject .layui-tab .layui-tab-title {
		border: none;
		text-align: right;
		line-height: 0.5rem;
	}

	.jp-porject .layui-tab .layui-tab-title li {
		border: 1px solid #ddd;
		line-height: 0.5rem;
		height: 0.5rem;
		padding: 0.05rem 0.1rem;
		border-right: none;
		font-size: 0.24rem;
		smin-width: 1.1rem;
	}

	.jp-porject .layui-tab .layui-tab-title li:first-child {
		border-radius: 5px 0px 0px 5px;
	}

	.jp-porject .layui-tab .layui-tab-title li:last-child {
		border-radius: 0px 5px 5px 0px;
		border-right: 1px solid #ddd;
	}

	.jp-porject .layui-tab-title .layui-this::after {
		border: none;
		height: 0.6rem;
	}

	.jp-porject .layui-tab-title .layui-this {
		color: #fff;
		background: #e32f3b;
		border: 1px solid #e32f3b;
	}

	.jp-porject .layui-tab .layui-tab-content {
		border: none;
		min-height: 10rem;
		padding: 0.4rem 0px 0px;
	}

	.jp-porject .layui-tab .layui-tab-content .layui-tab-item {
		width: 100%;
	}

	.jp-porject .layui-tab .layui-tab-content ul li {
		position: relative;
		width: 48%;
		float: left;
		height: 2.8rem;
		overflow: hidden;
		border-radius: 5px;
		margin-bottom: 0.4rem;
	}

	.jp-porject .layui-tab .layui-tab-content ul li:last-child {
		margin-bottom: 0.1rem;
	}

	.jp-porject .layui-tab .layui-tab-content ul li a {
		display: block;
	}

	.jp-porject .layui-tab .layui-tab-content ul li:nth-of-type(even) {
		float: right!important;
	}

	.jp-porject .layui-tab-content ul li .por-pic {
		width: 100%;
		height: 2.8rem;
		overflow: hidden;
	}

	.jp-porject .layui-tab-content ul li .por-pic img {
		width: 100%;
		height: 100%!important;
	}

	.jp-porject .layui-tab-content ul li .pro-title {
		position: absolute;
		width: 94%;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.23rem;
		top: 0.45rem;
		right: -0.6rem;
		background: #e52f22;
		text-align: center;
		color: #fff;
		transform: rotate(35deg);
		-ms-transform: rotate(35deg);
 	/* IE 9 */
		-moz-transform: rotate(35deg);
 	/* Firefox */
		-webkit-transform: rotate(35deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(35deg);
	}

	.jp-porject .layui-tab-content ul li .pro-info {
		position: absolute;
		bottom: 0px;
		left: 0;
		line-height: 0.4rem;
		background: rgba(0,0,0,0.6);
		color: #fff;
		padding: 0.1rem 0.15rem;
		font-size: 0.24rem;
	}

	.jp-porject .layui-tab-content .more-house {
		min-height: 1rem;
		line-height: 1rem;
		background: #fff;
		border: 1px solid #dddddd;
		border-radius: 5px;
		padding: 0px 0.15rem;
	}

	.jp-porject .layui-tab-content .more-house a {
		text-align: left;
		font-size: 0.24rem;
		color: #323232;
		display: block;
	}

	.jp-porject .layui-tab-content .more-house a i {
		line-height: 1rem;
		font-size: 0.3rem;
	}

/* 澳洲购房指南 */
	.layui-austra {
		background: #fff;
		padding-top: 0.6rem;
	}

	.layui-austra-guide ul li {
		width: 100%!important;
		height: 1.4rem!important;
		border-radius: 0px!important;
		margin-bottom: 0.5rem;
	}

	.por-img {
		float: left;
		width: 30%;
		height: 1.4rem;
		overflow: hidden;
	}

	.por-img img {
		width: 100%;
		height: auto;
		border-radius: none;
	}

	.pro-sketch {
		width: 64%;
		float: right;
	}

	.pro-sketch p {
		line-height: 0.4rem;
		font-size: 0.28rem;
		color: #484848;
	}

	.layui-austra-guide .more-house {
		border: none!important;
	}

	.layui-austra-guide .more-house a {
		border: none;
		text-align: center!important;
		color: #e2002a!important;
		display: block;
		font-size: 0.25rem!important;
	}

	.layui-austra-guide .more-house a i {
		border: none;
		color: #e2002a!important;
		font-size: 0.25rem!important;
		margin-left: 0.15rem;
	}

/* 最新房产 */
	.layui-new-austra {
		background: #f5f5f7!important;
	}

	.layui-new-austra .layui-tab .layui-tab-title {
		text-align: left!important;
	}

	.layui-new-austra .layui-tab .xp-title {
		margin-right: 0.2rem;
	}

	.layui-new-austra .layui-tab .layui-tab-content ul li {
		background: #fff;
		height: 1.8rem!important;
	}

	.layui-new-austra .layui-tab .layui-tab-content ul li .por-img {
		float: left;
		width: 35%;
		height: 1.8rem!important;
		overflow: hidden;
		background: #000;
	}

	.layui-new-austra .layui-tab .layui-tab-content ul li .por-img img {
		width: 100%;
		height: auto;
		vertical-align: middle;
		display: block;
	}

	.layui-new-austra .pro-sketch {
		padding: 0.1rem;
		width: 60%;
	}

	.layui-new-austra .pro-sketch .home-titlel {
		font-size: 0.3rem;
		line-height: 0.6rem;
		color: #484848;
	}

	.layui-new-austra .pro-sketch .house-price {
		color: #e2002a;
		margin-bottom: 0.05rem;
		font-size: 0.25rem;
	}

	.layui-new-austra .pro-sketch .house-price em {
		display: inline-block;
		font-size: 0.26rem;
		background: #e2002a;
		color: #fff;
		padding: 0.01rem 0.05rem;
		border-radius: 5px;
		margin-right: 0.15rem;
	}

	.layui-new-austra .more-house {
		background: none!important;
	}
/* 保持联系 */
	.layui-keeplx {
		background: url(/NewStyle/2019/img/mobile_footer.png)no-repeat center center;
		background-size: cover;
		position: relative;
		padding-top: 0.3rem;
	}

	.layui-keeplx .keep-shadow {
		width: 100%;
		height: 100%;
		background: rgba(68,77,94,0.7);
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 1;
	}

	.layui-keeplx .keep-item {
		min-height: 0.6rem;
		border-bottom: 1px solid #ddd;
		padding: 0.4rem 0px;
		position: relative;
		z-index: 2;
	}

	.layui-keeplx .bottom2 {
		border-bottom: 3px solid #eee;
	}

	.layui-keeplx .keep-item p {
		color: #fff;
		font-size: 0.3rem;
		letter-spacing: 1px;
	}

	.layui-keeplx .keep-item p i {
		display: inline-block;
		font-size: 0.6rem;
		color: #fff;
		margin-right: 0.3rem;
		float: left;
	}

	.layui-keeplx .keep-item p.keep-on {
		font-size: 0.4rem;
		letter-spacing: 1px;
	}

	.layui-keeplx .keep-item p.gzh {
		margin-bottom: 0.15rem;
		line-height: 0.5rem;
	}

	.layui-keeplx .keep-item p#gzh {
		padding: 0.02rem 0.15rem;
		display: inline-block;
		background: #fff;
		color: #585858;
		font-size: 0.26rem;
		margin-left: 1rem;
	}

	.layui-keeplx .keep-item p.keep-question {
		line-height: 0.6rem;
	}

	.layui-keeplx .keep-item p.keep-tel {
		font-size: 0.26rem;
		line-height: 0.3rem;
		margin-bottom: 0.1rem;
	}

	.layui-keeplx .keep-item p.keep-phone {
		font-size: 0.6rem;
		margin: 0.15rem;
		margin-left: 0.85rem;
	}

	.layui-keeplx .keep-item p.keep-time {
		margin-left: 0.85rem;
		color: rgba(255,255,255,0.6);
	}

/* 二维码 */
	#erweima {
		display: none;
	}

	#erweima img {
		width: 100%;
		height: auto;
	}

/* 移动版权信息 */
	.layui-mobile-footer {
		background: #f5f5f7;
		padding: 0;
	}

	.layui-mobile-footer .back-top {
		padding: 0.4rem 0 0.5rem;
	}

	.layui-mobile-footer .back-top p {
		text-align: center;
		color: #e12f3d;
		font-weight: bold;
	}

	.layui-mobile-footer .back-top p i {
		font-size: 1rem;
		color: #e12f3d;
		text-align: center;
		font-weight: 400;
	}

	.layui-mobile-footer .mobile-footer-logo {
		padding: 0.8rem 0px 0.4rem;
	}

	.layui-mobile-footer .mobile-footer-logo img {
		width: 52%;
		height: auto;
		display: block;
		margin: 0 auto;
		margin-bottom: 0.4rem;
	}

	.layui-mobile-footer .mobile-footer-logo p {
		text-align: center;
		font-size: 0.4rem;
		color: #434655;
		padding-left: 5%;
	}

	.layui-mobile-footer .mobile-bqxx {
		padding: 0.8rem 0px 0.3rem;
	}

	.layui-mobile-footer .mobile-bqxx p {
		text-align: center;
		font-size: 0.12rem;
		line-height: 0.35rem;
		color: #72757e;
		letter-spacing: 1px;
	}

	.layui-mobile-footer .mobile-fyxq-last {
		padding: 0.8rem 0px 2rem;
	}

	.layui-mobile-footer .mobile-footer-btn {
		text-align: center;
		padding: 0.2rem 0px 0px;
		width: 100%;
		height: 1rem;
		background: rgba(234,235,238,0.9);
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 99;
	}

	.layui-mobile-footer .mobile-footer-btn span {
		display: block;
		background: #e32f3b;
		width: 46%;
		border-radius: 5px;
	}

	.layui-mobile-footer .mobile-footer-btn span a {
		display: block;
		height: 0.8rem;
		line-height: 0.8rem;
		color: #fff;
		font-size: 0.28rem;
	}

	.layui-mobile-footer .mobile-footer-btn span i {
		font-size: 0.4rem;
		margin-right: 0.15rem;
		display: inline-block;
		line-height: 0.8rem;
	}

	.layui-mobile-footer .mobile-footer-btn .layui-btn-red {
		text-align: center;
		border-radius: 0;
	}

	.layui-mobile-footer .mobile-footer-btn .btn1 {
		border-right: 1px solid rgba(255,255,255,0.8);
		margin-left: 0.1rem;
	}

	.layui-mobile-footer .mobile-footer-btn .btn2 {
		border-left: 1px solid rgba(255,255,255,0.4);
		margin-right: 0.1rem;
	}
/* end */
}
/*----------------------------- end------------------------------- */
@media (max-width: 1023px) {
	.hidden-xs {
		display: none!important;
	}
}

@media (min-width: 1023px) {
	.hidden-lg {
		display: none;
	}
/* 导航开始 */
	.topnav {
		position: sticky;
		top: 0;
		z-index: 999999;
		left: 0;
		width: 100%!important;
		background: #fff;
		margin-bottom: -0.1rem;
        border-bottom: 0.1rem solid #e02e3c;
	}

	.layui-top-nav {
		height: 0.95rem;
		padding: 0.25rem 0px 0rem;
	}

	.layui-login {
		height: 0.4rem;
		margin: 0.25rem 0px 0rem;
		text-align: right;
	}

	.layui-login span {
		display: inline-block;
		padding: 0px 0.15rem;
		line-height: 0.3rem;
		color: #fff;
	}

	.layui-login span a {
		font-size: 0.16rem;
		color: #fff;
	}

	.layui-login .login {
		border-radius: 15px;
		border: 1px solid #ccc;
	}

	.login a {
		display: inline-block;
		margin: 0px 0.05rem;
	}

	.layui-tnav {
		height: 0.6rem;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		padding-bottom: 0.05rem;
	}

	.layui-tnav .layui-logo {
		height: 0.6rem;
		overflow: hidden;
	}

	.layui-tnav .layui-logo img {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 0.05rem;
	}

	.layui-top-nav .layui-tnav {
		width: auto;
		height: 0.68rem;
	}

	.layui-top-nav .dropdown-items {
		text-align: right!important;
	}

	.layui-top-nav .dropdown-items li {
		position: relative;
		line-height: 0.68rem;
		vertical-align: middle;
		text-align: center;
		display: inline-block;
		font-size: 1.2em;
	}

	.layui-top-nav .dropdown-items li a {
		padding: 0px 14px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		display: block;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.layui-top-nav .dropdown-items li:hover a {
		color: #333;
	}

	.layui-top-nav .dropdown-items li dl {
		padding: 5px 0px;
		border-radius: 2px;
		border: 1px solid rgb(210, 210, 210);
		-o-border-image: none;
		border-image: none;
		left: 0px;
		top: 65px;
		line-height: 36px;
		display: none;
		white-space: nowrap;
		position: absolute;
		z-index: 100;
		min-width: 100%;
		-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
		box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
		background-color: rgb(255, 255, 255);
	}

	.layui-top-nav .dropdown-items li dl::after {
		border: none;
		width: 0px;
		height: 0px;
		border: 10px solid transparent;
		border-bottom: 10px solid rgb(210, 210, 210);
		position: absolute;
		content: "";
		left: 50%;
		margin-left: -6px;
		margin-top: -20px;
		top: 0%;
	}

	.layui-top-nav .dropdown-items li:hover dl {
		display: block;
	}

	.layui-top-nav .dropdown-items li dd {
		display: block;
		width: 100%;
	}

	.layui-top-nav .dropdown-items li dd a {
		color: #333;
	}

	.layui-top-nav .dropdown-items li dd:hover a {
		color: rgb(0, 0, 0);
		background-color: rgb(242, 242, 242);
	}
}

@media (min-width:1024px) and (max-width: 1280px) {
	.layui-top-nav .dropdown-items li a {
		padding: 0px 10px;
	}

	.mobile {
		display: none!important;
	}

	.layui-tnav .layui-logo {
		width: 25%;
	}

	.layui-tnav .layui-nav {
		text-align: left;
		width: 72%;
	}

	.layui-keywords {
		width: 650px;
		margin-left: -325px;
	}

	.layui-keywords .index-search {
		padding: 40px;
	}

	.gfzn ul li .gfzn-bz {
		font-size: 30px;
	}

	.gfzn ul .gszn-btn img {
		width: 250px;
	}

	.btn-info {
		height: 80px;
		margin-top: -110px;
	}

	.gfzn ul li .bz-tit h3 {
		margin-top: 0;
	}

	.gzn-info {
		height: 60px;
	}

	.gfzn ul li {
		height: 110px;
	}

	.gfzn {
		height: 280px;
	}

	.layui-keywords .baner-title h1 {
		font-size: 25px;
		margin: 110px 0px 15px;
	}    
    /*.layui-xinping .layui-tab-item .item3 .item-img, .layui-tab-item .item2 .item-img{height:177px;}*/
	.layui-xinping .layui-tab-item .item4 .item-img {
		height: 260px;
	}

	.meet_num {
		width: 32.5%;
		font-size: 16px;
	}

	.house-img .house {
		height: 275px;
	}

	.layui-lc .lc-item span {
		margin-right: 10px;
		height: auto;
		width: 25px;
	}

	.info-icon span {
		width: 44px;
	}

	.apa-hover .layui-apa-footer h3 span a {
		padding: 0;
		font-size: 13px;
		border: none;
	}

	.layui-apa-footer .apa-price {
		font-size: 16px;
	}

	.layui-lc .lc-item span i {
		font-size: 25px;
	}

	.layui-website .website-logo img {
		width: 80%;
	}

	.guide-item .guide-item-info p {
		display: none;
	}

	.layui-city ul li {
		width: 1.22rem;
	}
}

@media (min-width:1280px) and (max-width: 1366px) {
	.layui-keywords {
		width: 650px;
		margin-left: -325px;
	}

	.layui-keywords .baner-title h1 {
		font-size: 25px;
		margin: 80px 0px 15px;
	}    
    /*.layui-xinping .layui-tab-item .item3 .item-img, .layui-tab-item .item2 .item-img{height:177px;}*/
	.layui-xinping .layui-tab-item .item4 .item-img {
		height: 260px;
	}

	.meet_num {
		width: 32.8%;
	}

	.house-img .house {
		height: 275px;
	}

	.layui-lc .lc-item span {
		margin-right: 10px;
	}

	.info-icon span {
		width: 60px;
	}

	.layui-city ul li {
		width: 1.35rem;
	}
}

@media (min-width:1366px) and (max-width: 1400px) {
	.layui-keywords {
		width: 650px;
		margin-left: -325px;
	}

	.layui-keywords .baner-title h1 {
		font-size: 28px;
		margin: 60px 0px 15px;
	}    
    /*.layui-xinping .layui-tab-item .item3 .item-img, .layui-tab-item .item2 .item-img{height:177px;}*/
	.layui-xinping .layui-tab-item .item4 .item-img {
		height: 260px;
	}

	.meet_num {
		width: 32.8%;
	}

	.house-img .house {
		height: 275px;
	}

	.layui-lc .lc-item span {
		margin-right: 10px;
	}

	.info-icon span {
		width: 60px;
	}

	.layui-city ul li {
		width: 1.38rem;
	}
}

@media (min-width:1401px) and (max-width: 1680px) {
	.layui-keywords .baner-title h1 {
		font-size: 35px;
		margin: 50px 0px 15px;
	}

	.layui-xinping .layui-tab-item .item3 .item-img, .layui-tab-item .item2 .item-img {
		min-height: 177px;
	}

	.layui-xinping .layui-tab-item .item4 .item-img {
		height: 260px;
	}

	.meet_num {
		width: 32.8%;
	}

	.house-img .house {
		height: 275px;
	}

	.layui-lc .lc-item span {
		margin-right: 10px;
	}

	.info-icon span {
		width: 60px;
	}

	.layui-city ul li {
		width: 1.51rem;
	}
}

@media (min-width:1680px) and (max-width: 1700px) {
	.layui-container {
		width: 1440px;
	}

	.layui-city ul li {
		width: 1.51rem;
	}
}

@media (min-width:1700px) and (max-width: 1930px) {
	.layui-container {
		width: 1440px;
	}
}

@media (min-width:1023px) and (max-width: 1280px) {
	.item-footer span {
    clear: both !important;
	}
	.layui-xinping .layui-tab-item .item2 {
    margin-bottom: 0.05rem !important;
    }
}