@charset "utf-8";
/*首页*/
body{-webkit-text-size-adjust:none;  font-family: "微软雅黑"}
.left{ float: left; }
.right{ float: right; }
img{margin: 0;padding: 0;}
/*去掉select默认样式*/
select{
    background-color:transparent; 
    border-color:transparent;
    -webkit-appearance: none;
}
.widthMargin{
	width: 95%;
	margin:auto;
}

.iheaderBg{
	background: #212121;
	padding-bottom: 0.3rem;
}
.iheaderBg .iheader{
	width: 6.3rem;
	margin-left: 0.2rem;
	padding-top: 0.3rem;
	overflow: hidden;
}
.iheaderBg .iheader li{
	float: left;
	font-size: 0.24rem;
	color: #fff;
	width: 33%;
	line-height: 0.6rem;
}
.iheaderBg .logo img{
	width: 1.75rem;
	height: 0.6rem;
}
.iheaderBg .iheader li a{
	color: #1c99d3;
	font-size: 0.27rem;
}
.iheaderBg .iheader li.right{
	float: right;
	text-align: right;
}
.iheaderBg .iheader .middle{
	text-align: center;
}
.iheaderBg .search{
	width: 6.24rem;
	margin-left: 0.22rem;
	height: 0.64rem;
	background: #fff;
	line-height: 0.64rem;
	margin-top: 0.25rem;
}

.iheaderBg .search .select{
	position: relative;
}
.iheaderBg .search ul li{
	float: left;
}
.iheaderBg .search ul li.right{
	float: right;
}
.iheaderBg .search .cityselect{
	font-size: 0.24rem;
	height: 0.24rem;
	line-height: 0.24rem;
	width: 1.28rem;
	text-indent: 10px;
	border-right: 1px solid #d2d2d2;
	position: relative;
}
.iheaderBg .search .cityselect p{
	margin-top: 0.2rem;
}
.cityselectShow{
	display: none;
}
.cityselectShow{
	width: 6.24rem;
	background: #eeeeee;
	position: absolute;
	top:0.45rem;
	z-index: 99999;
	left: 0;
	padding: 0.3rem 0;
	border:1px solid #959595;
}
.cityselectShow:before{
	position: absolute;
	top: -10px;
	content: "";
	display: block;
	left: 0.97rem;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 5px;
	border-color: transparent transparent #eeeeee transparent;
	border-style: dashed dashed solid dashed;
}
.cityselectShow ul li{
	float: left;
	line-height: 0.5rem;
	margin-left: 0.2rem;
	font-size: 0.28rem;
	color: #626262;
	text-align: center;
}

.iheaderBg .search  i{
	display: block;
	width: 0.18rem;
	height: 0.13rem;
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	background: url(../images/indexxia.png)   no-repeat;
	background-size: 100%;
}
.iheaderBg .search button{
	width: 0.64rem;
	height: 0.64rem;
	background: #1c99d3;
	border: none;
}
.iheaderBg .search button img{
	width: 0.32rem;
	height: 0.32rem;
	
}
.iheaderBg .search input{
	height: 0.55rem;
	line-height: 0.55rem;
	border: none;
}

.iheaderBg .nav img{
	width: 0.45rem;
	height: 0.34rem;
}
.searchBg{
	position: relative;
	width: 95%;
	margin: auto;
}
.searchBg .nav{
	position: absolute;
	right: 0;
	top: 0.2rem;
}
.navShow{
	position: absolute;
    top: 0.7rem;
    right: 0rem;
    width: 1.94rem;
    background: #535353;
    z-index: 999999;
    border-radius: 5px;
    display: none;
}
.navShow:before{
	position: absolute;
	top: -10px;
	content: "";
	display: block;
	right: 0.1rem;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 5px;
	border-color: transparent transparent #535353 transparent;
	border-style: dashed dashed solid dashed;
}
.navShow ul li{
	height: 0.7rem;
	line-height: 0.7rem;
	background: url("../images/navBottom.png") bottom  no-repeat;
	background-size: 100%;
}

.navShow ul li:last-child{
	background: none;
}
.navShow ul li a.active{
	background: #373737;
	color: #1c99d3;
}
.navShow ul li a{
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	display: block;
}
/* banner */
.flexslider{ position: relative; clear:both;}
.flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block; }
.flexslider .slides { zoom: 1; }
.flex-control-nav{ width: 100%;position:absolute; bottom:5px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 20px; height: 2px; display: block;  background:#fff; cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a.flex-active { background: #1c99d3;  cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.adbanner{
	max-height: 2.88rem;
	margin-top:0.2rem;
	overflow: hidden;
}
.adbanner img{
	max-height: 2.88rem;
}

.adbanner .flex-control-paging li a {width: 8px; height: 8px; display: block;  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.adbanner .flex-control-paging li a.flex-active { background: #ff0000;  cursor: default; }

.aboutbanner{
	height: 3.33rem;
	overflow: hidden;
}
.aboutbanner img{
	height: 3.33rem;
}

.building { 
	margin-top:0.23rem;
	overflow: hidden;
}
.building .tab_menu { 
	clear:both;
	overflow: hidden;
	width: 95%;
	margin:auto;
}


.building .tab_menu li { 
	width: 33%;
	float:left; 
	text-align:center; 
	cursor:pointer; 
	list-style:none; 
	background:#f3f3f3;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.23rem;
	color: #000;
	margin-left:1px;
	
}
.building .tab_menu li:first-child{
	margin-left: 0px;
}
.building .tab_menu li.selected { 
	color: #1c99d3;
	border-bottom: 2px solid #1c99d3;
	background: #dcdcdc;
}
.building .tab_box { 
	clear:both; 
	width: 95%;
	margin:auto;
}
.hide{
	display: none;
}
.localBuildingList {
	overflow: hidden;
}
.localBuildingList ul li{
	border: 1px solid #a0a0a0;
	background: #eeeeee;
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.localBuildingList ul li .left{
	width: 44%;
	margin-left: 2%;
	position: relative;
}
.localBuildingList ul li .left .name{
    position: absolute;
    bottom: 0;
    width: 3.14rem;
    background: rgba(7,25,50,0.8);
    color: #fff;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.24rem;
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.localBuildingList ul li .right{
	width: 48%;
	margin-right:2%;
	margin-top:1%;
}
.localBuildingList ul li .img {
	margin-top: 0.2rem;
}
.localBuildingList ul li .img img{
	width: 3.14rem;
	height: 2.32rem;
}
.localBuildingList ul li .info h4{
	font-size: 0.27rem;
	color: #000;
	margin-top: 0.22rem;
	margin-bottom: 0.04rem;
	font-weight: bold;
}
.localBuildingList ul li p{
	font-size: 0.18rem;
	line-height: 0.28rem;
	color: #000;
	margin-top: 0.1rem;
}
.localBuildingList ul li a{
	display: block;
	overflow: hidden;
}
.localBuildingList ul li p.red{
	color: #ff0000;
}
.localBuildingList ul li p.icon span{
	padding: 2px 5px;
	color: #fff;
	font-size: 0.20rem;
	text-align: center;
	display: block;
	border-radius: 5px;
	float: left;
}
.localBuildingList ul li p .open{
	background: #1c99d3;
}
.localBuildingList ul li p .waiting{
	background: #ff0000;
}
.localBuildingList ul li p .recommend{
	background: #ff6600;
	margin-left: 5px;
}
.localBuildingList ul li p.icons span{
	font-size: 0.20rem;
	display: block;
	float: left;
    width: 1rem;
    max-height: 0.33rem;
    text-align: center;
	vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
    line-height: 0.33rem;
}
.localBuildingList ul li p .center{
	border: 1px solid #5f52a0;
	color: #5f52a0;
}
.localBuildingList ul li p .bustling{
	border: 1px solid #1c99d3;
	color: #1c99d3;
	margin-left: 4px;
}
.localBuildingList ul li p .complete{
	border: 1px solid #009944;
	color: #009944;
	margin-left: 4px;
}
.localBuildingList ul li p.icon{
	overflow: hidden;
	margin-top: 0.1rem;
}
.localBuildingList ul li p.icons{
	overflow: hidden;
	margin-top: 0.1rem;
}
.localBuildingList ul li p.address{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 楼盘类型 */
.activity {
	margin-top: 0.26rem;
}
.activity h2 {
    height: 0.54rem;
    font-size: 0.26rem;
    color: #080808;
    background-color: #f3f3f3;
    text-indent: 4px;
    line-height: 0.54rem;
    font-weight: bold;
}
.localBuilding h2 {
    height: 0.54rem;
    font-size: 0.26rem;
    color: #080808;
    background-color: #f3f3f3;
    text-indent: 4px;
    line-height: 0.54rem;
    font-weight: bold;
    margin-top: 0.2rem;
}
.localBuilding .top{
    border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin-top: 0.2rem;
	padding-bottom:0.2rem;
}
.localBuilding .top p{
	font-size: 0.28rem;
    color: #333333;
    padding-left: 8px;
    margin-right: 0.2rem;
    line-height: 0.4rem;
}

.localBuilding .top .select1{
	width:1.24rem;
	height:0.4rem;
	font-size: 0.24rem;
	text-indent:2px;
	color:#1c99d3;
	border:1px solid #e5e5e5;
	vertical-align: middle;
	line-height:0.4rem;
}
.positionLeft{
	margin-right: 0.3rem;
}
.localBuilding .top .select2{
	width:1.47rem;
	height:0.4rem;
	font-size: 0.24rem;
	text-indent:2px;
	color:#1c99d3;
	border:1px solid #e5e5e5;
	line-height:0.4rem;
}
.localBuilding .top option{
	color:#333333;
	text-indent: 10px;
} 
.localBuilding .position{
	position: relative;
	float: left;
	display: block;
}
.localBuilding .position  i{
	display: block;
	width: 0.18rem;
	height: 0.13rem;
	position: absolute;
	top: 0.15rem;
	right: 0.1rem;
	background: url(../images/indexxia.png)   no-repeat;
	background-size: 100%;
}
.localBuildingList.localBuildingListNo ul li {
    border: none;
    background: none;
    border-bottom: 1px solid #c9c9c9;
}
.localBuildingList.localBuildingListNo ul li .img img {
    width: 3.31rem;
    height: 2.15rem;
}
.localBuildingList.localBuildingListNo ul li .left {
    margin-left: 0;
}
.localBuildingList.localBuildingListNo ul li p.red{
	margin-bottom: 0.15rem;
}
.localBuildingList.localBuildingListNo ul li p.icon{
	margin-top:0.15rem;
}

.imore{
	height: 0.5rem;
	line-height: 0.5rem;
	background: #dcdcdc;
	border-radius: 3px;
	margin-top: 0.3rem;
	margin-bottom:0.2rem;
}
.imore p{
	font-size: 0.26rem;
	text-align: center;
}
.imore p a{
	color: #000;
}
.imore p img{
	width: 0.31rem;
	height: 0.33rem;
	margin-left: 0.2rem;
	display: inline-block;
	vertical-align: middle;
}


.localBuildingListBottom {
	overflow: hidden;
}
.localBuildingListBottom ul li{
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #c9c9c9;
}
.localBuildingListBottom ul li .left{
	width: 50%;
	margin-right: 2%;
	position: relative;
}
.localBuildingListBottom ul li .left .name{

    position: absolute;
    bottom: 0;
    width: 3.38rem;
    background: rgba(7,25,50,0.8);
    color: #fff;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.24rem;
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.localBuildingListBottom ul li .right{
	width: 48%;
}
.localBuildingListBottom ul li .img {
	margin-top: 0.2rem;
}
.localBuildingListBottom ul li .img img{
	width: 3.38rem;
	height: 1.82rem;
}

.localBuildingListBottom ul li a{
	display: block;
	overflow: hidden;
}
.localBuildingListBottom ul li .name{
	margin-top:0.5rem;
	font-size: 0.24rem;
	color: #5e5e5e;
	font-weight: bold;
}
.localBuildingListBottom ul li .time{
	margin-top:0.2rem;
	font-size: 0.24rem;
	color: #5e5e5e;
	font-weight: bold;
}
.localBuildingListBottom ul li .bottomIcon{
	margin-top:0.4rem;
}
.localBuildingListBottom ul li p.bottomIcon span{
	padding: 2px 7px;
	color: #fff;
	font-size: 0.24rem;
	text-align: center;
	display: block;
	border-radius: 5px;
	float: left;
	background: #777777;
	margin-left: 0.08rem;
}
.localBuildingListBottom ul li p.bottomIcon span:first-child{
	margin-left: 0;
}
.bottomBg{
	padding-bottom: 0.2rem;
	background: #2e2e2e;
	overflow: hidden;
	
}
.bottomBg p.first{
	margin-top: 0.3rem;
}
.bottomBg p{
	text-align: center;
	line-height: 0.35rem;
	font-size: 0.24rem;
	color: #fff;
}
.bottomBg p img{
	display: inline-block;
	height: 0.2rem;
}


.iheaderBg .search.searchMin {
    background: none;
    padding-top:0.25rem;
    margin-top: 0;
}
.iheaderBg .search.searchMin .lefticon{
	float: left;
	margin-right: 0.1rem;
}
.iheaderBg .search.searchMin .lefticon img{
	width:0.64rem;
	height: 0.64rem;
}
.iheaderBg .search.searchMin ul{
	
	float: left;
	overflow: hidden;
	display: block;
}
.iheaderBg .search.searchMin input{
	width: 3rem;
	line-height:0.64rem;
	height: 0.64rem;
	vertical-align: top;
	margin-left:0.1rem;
	border-radius: 0;
}
.searchBg .nav.navBottom {
    top: 0.4rem;
}

/*本地楼盘*/
.activity .bottom{
}
.localBuilding.localBuildings .top p{
	padding-left: 0;
}
.localList {
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	padding: 0.2rem 0;
	cursor: pointer;
	
}
.localList a{
	display: block;
	overflow: hidden;
}
.local .localList .img img{
	width: 1.8rem;
	height: 1.41rem;
}
.local .localList ul li{
	float: left;
}
.local .localList .infos{
	margin-left: 0.2rem;
}
.local .localList .infos img{
	width: 0.28rem;
	height: 0.33rem;
	margin-left:0.1rem;
	margin-top: 0.1rem;
}
.local .localList h4{
	overflow: hidden;
}
.local .localList h4 span{
	color:#3c3f46; 
	font-size: 0.28rem;
	font-weight: normal;
	display: block;
	float: left;
}
.local .localList h4 span.name{
	margin-top: 0.1rem;
}
.local .Firsticon{
	overflow: hidden;
	margin-top: 0.15rem;
}
.local .Firsticon span{
	display: block;
	float: left;
	padding: 1px 3px;
 	border-radius: 3px;
 	line-height: 0.24rem;
 	text-align: center;
 	font-size: 0.24rem;
}
.local .Firsticon .center{
 	border:1px solid #5f52a0;
 	color:#5f52a0;
}
.local .Firsticon .bustling{
 	border:1px solid #1c99d3;
 	color:#1c99d3;
 	margin-left: 0.1rem;
 }
.local .Firsticon .complete{
 	border:1px solid #009944;
 	color:#009944;
 	margin-left: 0.1rem;
 }
.local .localList .address{
	font-size: 0.24rem;
	color:#999;
	margin-top: 0.15rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 3.5rem;
}
.local .secondicon{
	margin-top: 0.1rem;
	overflow: hidden;
}
.local .secondicon span{
	display: block;
	float: left;
	padding: 2px 5px;
 	border-radius: 3px;
 	line-height: 0.24rem;
 	text-align: center;
 	font-size: 0.24rem;
 	color: #fff;
}
.local .secondicon .red{
	background: #ff0000;
}
.local .secondicon .blue{
	background: #1c99d3;
	margin-left: 0.05rem;
}
.local .secondicon .grey{
	background: #898989;
	margin-left: 0.05rem;
}

.local .localList ul li.price{
	float: right;
}
.local .price p{
	font-size: 0.3rem;
	color: #cf0000;	
	font-weight: bold;
}
.local .price .monery{
	margin-top: 0.5rem;
}
.local .price .monery  span{
	font-size: 0.24rem;
	color: #999;
	margin-top: 5px;
	font-weight: normal;
}
.local .price .tel img{
	vertical-align: bottom;
}
.local .price .tel span{
	font-size: 0.24rem;
	color: #666;
} 
.local .price .zan{
	margin-top: 5px;
}
/*分页*/
.pageBg{
	border-bottom: 1px dashed #f2f2f2;
}
.page{
	margin: auto;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
    display: table;
}
.page ul{
	display: block;
    overflow: hidden;
   /* position: relative;
    left: -50%;*/
}
.page ul li{
	float: left;
}
.page ul li span{
	display: block;
	float: left;
	padding: 5px 7px;
	margin-left: 0.05rem;
	font-size: 0.24rem;
}
.page ul li a{
	display: block;
	float: left;
	border: 1px solid #aaaaaa;
	padding: 4px 6px;
	margin-left: 0.1rem;
	font-size: 0.24rem;
}
.city h2 {
    height: 0.54rem;
    font-size: 0.26rem;
    color: #080808;
    background-color: #f3f3f3;
    text-indent: 4px;
    line-height: 0.54rem;
    font-weight: bold;
    margin-top: 0.2rem;
}
.activity .city ul li{
	height: 0.5rem;
	line-height: 0.5rem;
}
.activity .city ul li a{
	display: block;
	height: 0.5rem;
    line-height: 0.5rem;
}

.activity .city ul li p{
	width: 33%;
	float: left;
	font-size: 0.24rem;
}
.activity .city ul li p:nth-child(2){
	text-align: center;
}
.activity .city ul li p:nth-child(3){
	text-align: right;
}
.activity .city ul li:first-child{
	border-bottom: 1px #ccc dashed;
	color:#9999a5;
}
.activity .city ul li.first{
	color:#9999a5;
	height: 0.6rem;
	line-height: 0.6rem;
}
.activity .city ul li:last-child{
	border-bottom: 1px #ccc dashed;
}
.searchMins ul{
	width: 6.24rem;
}
.iheaderBg .search.searchMins ul li.logo{
	width: 1.75rem;
	margin: auto;
	float: none;
}
.activity .activityListNews .time .cruxIcon img{
    margin-top: 0.14rem;
}



/*楼盘详情页面*/
.buTop .top{
	background: #f2f4fc;
	margin-top: 0.1rem;
}
.buTop .top img{
	width: 0.95rem;
	height: 0.35rem;
	margin-top: 0.1rem;
	float: left;
}
.buTop .top p{
	margin-left: 0.3rem;
	margin-top: 0.3rem;
	font-size: 0.24rem;
	color: #333333;
	display: block;
	height: 0.48rem;
}
.buTop .top p span{
	margin-top: 0.1rem;
	font-size: 0.28rem;
	color: #333333;
}
.buTop .top p .name{
	margin-top: 0.1rem;
	line-height: 0.6rem;
    margin-left: 0.5rem;
}
.buTop .top p span.label{
	font-size: 0.24rem;
	color: #1c99d3;
	border: 1px solid #1c99d3;
	padding: 1px 2px;
	border-radius: 5px;
}
.buTop .top p span.center{
	border: 1px solid #5f52a0;
	color: #5f52a0;
}
.buTop .top p span.bustling{
	border: 1px solid #1c99d3;
	color: #1c99d3;
	margin-left: 0.1rem;
}
.buTop .top p span.complete{
	border: 1px solid #009944;
	color: #009944;
	margin-left: 0.1rem;
}

.buTop .top p .right{
	color: #f54a45;
	font-size: 0.24rem;
	margin-top: -0.6rem;
	margin-right: 0.2rem;
}
.detailsImg img{
	width: 100%;
}
.detailsImg{
	overflow: hidden;
    line-height: 0.4rem;
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
}
.marginTop10{
	margin-top: 0.2rem;
}
.buTop .info{
	border: 1px solid #eaeaea;
	margin-top: 0.1rem;
}
.buTop .info h4{
	font-size: 0.3rem;
	text-align: center;
	margin-top: 0.2rem;
	color: #404040;
	font-weight: bold;
}
.buTop .infos{
	overflow: hidden;
	margin: auto;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	font-weight: bold;
}
.buTop .infos p{
	font-size: 0.24rem;
	margin-top: 0.2rem;
	line-height: 0.28rem;
	overflow: hidden;
}
.buTop .infos p:first-child{
	margin-top: 0
}
.buTop .infos p span.name{
	display: block;
	width: 1.2rem;
	text-align: right;
	float: left;
	color: #808080;
}
.buTop .infos p span.infoss{
	display: block;
	float: left;
	width: 2rem;
}
.buTop .infos p span{
	color: #404040;
	margin-left: 0.1rem;
}
.buTop .infos .left{
	width: 3.4rem;
}
.buTop .infos .right{
	width: 3.4rem;
	padding-left: 0.1rem;
}
.buTop .infos .right{
	border-left: 1px solid #e2e2e2;
}

.buSimilar{
	margin-bottom: 0.2rem;
	margin-top: 0.2rem
}

.buSimilar  h4 {
    font-size: 0.3rem;
    text-align: center;
    margin-top: 0.2rem;
    color: #404040;
    font-weight: bold;
}
.buSimilar ul{
	margin-top: 0.1rem;
	overflow: hidden;
}
.buSimilar ul li{
	float: left;
	position: relative;
	width: 46%;
	margin-top: 0.1rem;
	margin-left:2%;
}

.buSimilar .img img{
	width: 100%;
	height: 2.5rem;
}
.buSimilar .name{
	position: absolute;
	bottom: 22px;
	width: 100%;
	background: rgba(7,25,50,0.8);
	color: #fff;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.24rem;
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.buSimilar  .price{
	font-size: 0.24rem;
	margin-top: 0.1rem;
}
.buSimilar  .price span.num{
	color: #f5bd05;
	font-weight: bold;
}
.buSimilar  .price span.num b{
	font-weight: normal;
	font-size: 0.24rem;
}
.buSimilar  .price span.right{
	font-size: 0.24rem;
	margin-right: 5px;
}
.messgae{
	overflow: hidden;
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
    padding: 0.2rem 0;
}
.messgae a{
	float: left;
	position: relative;
}
.messgae a span{
	position: absolute;
    top: 0;
    left: 1.1rem;
    height: 0.4rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
}
.messgae a.tel_one span{
	left: 0.85rem;
}
.messagecenter{
	width: 6rem;
    margin: auto;
}

.messgae img{
	width: 3rem;
	height: 0.8rem;
	float: left;
}

/*活动列表*/
.activity .navTab{
	background: #00a0e9;
	line-height: 0.6rem;
	margin-top: 0.1rem;
	overflow: hidden;
}
.activity .navTab ul li{
	float: left;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	width: 25%;
	cursor: pointer;
}
.activity .navTab ul li.active{
	background: url("../images/bai.png") top  center #0090d1 no-repeat;
}
.activity .bottom {
	overflow: hidden;
}
.activity .activityList{
	border-top: 1px solid #e1e2eb;
	padding-top: 0.2rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
}

.activity .activityList .img img{
	width: 2.5rem;
    height: 1.6rem;
}
.activity .activityList ul li{
	float: left;
}
.activity .activityList .img{
	margin-left: 0.1rem;
}
.activity .activityList .img.imgNews{
	margin-left: 0.3rem;
}
.activity .activityList ul li p{
	overflow:hidden;
}
.activity .activityList ul li p span{
	display: block;
	float: left;
	font-size: 0.24rem;
}
.activity .activityList .title{
	font-size: 0.24rem;
    line-height: 0.35rem;
    width: 4.2rem;
    margin-bottom: 0.2rem;
    height: 1rem;
    overflow: hidden;
}
.activityListNews .activityList:first-child{
	border:none;
}
.activitybottom{
	width: 100%;
	margin:auto;
	margin-top: 0.2rem;
}
.activity .activityList .eye i{
	display: block;
	float: left;
	width: 0.38rem;
	height: 0.22rem;
	background: url("../images/yuedu.png") no-repeat;
	background-size: 100%;
	margin-top: 0.02rem;
	margin-right: 0.1rem;
}
.activity .activityList .time i{
	display: block;
	float: left;
	width: 0.28rem;
	height: 0.27rem;
	background: url("../images/timeicon.png") no-repeat;
	background-size: 100%;
	margin:0 0.1rem 0 0.2rem;
}
.activity .activityList .icon{
	border:1px solid #f08940;
	padding:1px 2px;
	border-radius: 4px;
	color: #f08940;
	float: right;
}

.activity .newsdetaisl{
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.activity .newsdetaisl .details{
	width: 95%;
	margin:auto;
}
.activity .newsdetaisl .details p{
	line-height: 0.5rem;
    text-indent: 0.4rem;
}
.activity .newsdetaisl .details img{
	width: 100%;
	margin:0 auto;
}
.activity .newsdetaisl .title{
	font-size: 0.28rem;
	font-weight: bold;
	margin-top: 0.2rem;
	color: #000
}
.activity .newsdetaisl .time{
	font-size: 0.24rem;
	color: #aaa;
	margin-top: 0.2rem;
}
.activity .newsdetaisl p{
	line-height: 0.4rem;
	font-size: 0.24rem;
	margin-top: 0.2rem;
	font-weight: normal;
}
.activity .top span{
	margin-left:0.3rem;
	font-size: 0.24rem;
	font-weight: normal;
	color: #b0b1b8;
}


.activity .activityListNews{
	padding:0.2rem 0 0.1rem 0;
	margin:0.2rem 0;
	overflow: hidden;
	border-top:1px solid #e1e2eb;
}
.activity .activityListNews .img img{
	width: 3.35rem;
	height: 2.5rem;
}
.activity .activityListNews ul li{
	float: left;
}
.activity .activityListNews .img{
	margin-right: 0.2rem;
}
.activity .activityListNews ul li p{
	overflow:hidden;
}
.activity .activityListNews .logo img{
	width: 0.95rem;
	height: 0.6rem;
	float: left;
}

.activity .activityListNews .tops{
	margin-left: 0.1rem;
}
.activity .activityListNews .tops img{
	width: 0.35rem;
	height: 0.4rem;
	float: right;
	margin-top: 0.1rem;
    display: block;
}
.activity .activityListNews .logos{
	margin-top: 5px;
}
.activity .activityListNews .name{
	font-size: 0.28rem;
	font-weight: bold;
	margin:0.2rem 0;
}

.activity .activityListNews .time{
	font-size: 0.24rem;
    height: 0.5rem;
    margin-top: 0.1rem;
    line-height: 0.5rem;
}
.activity .activityListNews .times{
	margin-top: 0.1rem;
}
.activity .activityListNews .onclick{
	background: #f2f4fc;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 0.24rem;
    color: #b0b1b8;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
    display: block;
    float: left;
}
.
.activity .activityListNews .time img{
	width: 0.2rem;
	height: 0.2rem;
	float: left;
	margin-top: 0.05rem;
	margin-right: 0.05rem;
}

.activity .activityListNews .time .icon{
	font-size: 0.24rem;
    background: #777777;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: normal;
    margin-right: 0.05rem;
    border: none;
    height: 0.4rem;
    line-height: 0.4rem;
}
.activity .activityListNews .time img{
	width: 0.2rem;
	height: 0.2rem;
	float: left;
	margin-top: 0.16rem;
	margin-right: 0.15rem;
}

.activity .activityListNews .time .cruxIcon {
	display: block;
    float: left;
}


/*关于我们*/
.about{
	margin-top: 0.4rem;
}
.about .top {
	width: 3.6rem;
	margin: auto;
	overflow: hidden;
}
.about .top p{
	float: left;
	margin-left: 0.4rem;
}
.about .top p:first-child{
	margin-left: 0;
}
.about .top p img{
	width: 1.6rem;
}
.about .abouts {
	overflow: hidden;
	width: 100%;
}
.about .abouts p{
	font-size: 0.24rem;
	line-height: 0.4rem;
	text-align: center;
}
.about .abouts .name{
	font-size: 0.4rem;
	color: #00a0e9;
	height: 0.9rem;
	line-height: 0.9rem;
	margin-top: 0.3rem;
}
.about .abouts .blue{
	color: #00a0e9;
	margin: 0.1rem 0 0.3rem 0;
}
.about .abouts img{
	width: 0.61rem;
	margin: auto;
	margin-top:0.1rem;
}
.about .map{
	width:85%;
	margin:0.4rem auto;
	box-shadow: 0 0 5px 5px #d8effb;
}
.about .map img{
	width: 98%;
    margin: 0 auto;	
}
.firstShow{
	width: 92%;
    margin: 0 auto;
}
.firstShow img{
	width: 100%;
    margin: 0.2rem auto;
}
.firstShow p{
	line-height: 0.6rem!important;
}

/*活动详情*/
.forms{
	overflow: hidden;
	background: #baeae9;
	padding-bottom: 0.2rem;
}
.formsTop{
	overflow: hidden;
}
.formsTop .enroll{
	margin: auto;
	background: #f2f4fc;
	padding-top:0.3rem;
	margin-top: 0.1rem;
	overflow: hidden;
	padding-bottom: 0.3rem;
}
.formsTop .enroll .tops{
	background: url("../images/baoming.png") no-repeat;
	background-size: 100%;
	width: 6.3rem;
	margin:auto;
	padding-bottom: 0.2rem;
	height: 3.2rem;
}
.formsTop .enroll .tops .names{
	color: #cb2e27;
	padding-top: 1.2rem;
	text-align: center;
	font-weight: bold;
	font-size: 0.28rem;
}
.formsTop .enroll .tops .infos{
	width: 90%;
	margin: auto;
	color: #000;
	font-size: 0.24rem;
	line-height: 0.4rem;
	font-weight: bold;
	margin-top: 0.2rem;
	text-indent: 0.48rem;
	    height: 1.2rem;
    overflow: hidden;
}
.formsTop .enroll .bottoms{
	background: url("../images/baomingRight.png") no-repeat;
	background-size: 100% 100%;
	width: 6.3rem;
	margin:auto;
	padding-bottom: 0.2rem;
	height: 3.6rem;
}
.formsTop .enroll .bottoms .names{
	color: #cb2e27;
	padding-top: 0.3rem;
	text-align: center;
	font-weight: bold;
	font-size: 0.28rem
}
.formBaoming {
	width: 80%;
	margin: auto;
	margin-top: 0.2rem;
	overflow: hidden;
}
.formBaoming .leftss{
	float: left;
	position: relative;
	width: 49%;
}
.formBaoming .rightss{
	float: right;
	position: relative;
	width: 49%;
}
.formBaoming input{
	width: 99%;
	border: 1px solid #da5154;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	text-indent: 20px;
	background: none;
	color: #999;
	border-radius:0;
}
.formBaoming .name i{
	background: url("../images/formname.png") no-repeat;
	display: inline-block;
    position: absolute;
    left: 5px;
    top: 6px;
    height: 11px;
    width: 13px;
    z-index: 1000;
    background-size: 100%;
}
.formBaoming .tel i{
	background: url("../images/formtel.png") no-repeat;
	display: inline-block;
    position: absolute;
    left: 5px;
    top: 6px;
    height: 13px;
    width: 11px;
    z-index: 1000;
    background-size: 100%;
}
.formBaoming select{
	width: 100%;
	border: 1px solid #da5154;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	text-indent: 20px;
	background: none;
	color: #999;
	border-radius:0;
}

.formBaoming select::-webkit-input-placeholder{
        color: #999;
}
.formBaoming select::-moz-placeholder{  
        color: #999;        
}
.formBaoming select:-ms-input-placeholder{  
        color: #999;        
}
.formBaoming input::-webkit-input-placeholder{
        color: #999;
}
.formBaoming input::-moz-placeholder{  
        color: #999;        
}
.formBaoming input:-ms-input-placeholder{  
        color: #999;        
}

.formBaoming i{
	display: inline-block;
    position: absolute;
    left: 5px;
    top: 8px;
    height: 8px;
    width: 7px;
    background: url(../images/formxia.png) no-repeat;
    z-index: 1000;
    background-size: 100%;
}
.formBaoming.intention{
	position: relative;
}
.formBaoming.intention input{
	width: 99%;
	border: 1px solid #da5154;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	text-indent: 20px;
	background: none;
	border-radius:0;
}
.formBaoming.intention i{
	display: inline-block;
    position: absolute;
    left: 5px;
    top: 6px;
    height: 13px;
    width: 11px;
    background: url("../images/yixiang.png")  no-repeat;
    z-index: 1000;
    background-size: 100%;
}

.enroll .button{
	width: 2.4rem;
	margin: auto;
	margin-top: 0.2rem;
}
.enroll button{
	width: 2.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 30px;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	background: #ce0000;
	border: none;
	margin: auto;
}
.enroll .details{
	font-size: 0.20rem;
	width: 90%;
	margin: auto;
	margin-top: 0.2rem;
	line-height: 0.28rem;
	text-align: center;
}

.enrollBottom{
	background: #f2f4fc;
	margin-top: 0.1rem;
	overflow: hidden;
	padding-bottom: 0.3rem;
}
.enrollBottom .title{
	background: url("../images/baomingTitle.png") no-repeat;
	width: 2.12rem;
	height: 0.46rem;
	line-height: 0.4rem;
	font-size: 0.28rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin:auto;
	margin-top: 0.4rem;
	background-size: 100%;
}
.enrollBottom ul{
	overflow: hidden;
}
.enrollBottom ul li{
	float: left;
	margin-top: 0.2rem;
	width: 3rem;
	margin-left: 0.4rem;
}
.enrollBottom ul li p{
	font-size: 0.24rem;
}
.enrollBottom ul li p.address{
	margin-top: 0.1rem;
	height: 0.6rem;
    overflow: hidden;
    line-height: 0.3rem;
}
.enrollBottom ul li img{
	width: 2.9rem;
	height: 2.21rem;
}
.enrollBottom ul li p{
	margin-top: 0.2rem;
	color: #666
}
.enrollBottom ul li .price{
	font-size: 0.28rem;
	color: #333;
}
.enrollBottom ul li .icon span{
	border: 1px solid #b6b7bd;
	padding: 1px 2px;
	font-size: 0.24rem;
}
.enrollBottom ul li .tuijian span{
	font-weight: bold;
}
.enrollBottom ul li .img{
	position: relative;
}
.enrollBottom ul li .titles{
	position: absolute;
    bottom: 0;
    width: 2.9rem;
    background: rgba(7,25,50,0.8);
    color: #fff;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.24rem;
    text-indent: 5px;
    left: 0;
}


/*关于我们*/
.secondShow{
	display: none;
	margin-bottom: 0.2rem;
}
.about .first i{
	background: url("../images/about21.png") no-repeat;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background-size: 100%;
}
.about .second i{
	background: url("../images/about11.png") no-repeat;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background-size: 100%;
}
.about .first.active i{
	background: url("../images/about22.png") no-repeat;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background-size: 100%;
}
.about .second.active i{
	background: url("../images/about12.png") no-repeat;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background-size: 100%;
}
.secondShow {
	width: 90%;
	margin: auto;
	padding-bottom: 0.2rem;
}
.secondShow img{
	
	max-width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
}
.secondShow p{
	line-height: 0.35rem;
	font-size: 0.24rem;
}


/**楼盘详情弹层****/
.Popup_one {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 998;
  height: 100%;
}
.Popup_one_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-top: 0;
  background: #fff;
  z-index: 20;
}
.Popup_head{
	margin-top: 2rem;
}
.Popup_title {
  position: relative;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.Popup_title i {
  position: absolute;
  right: 20px;
  font-size: 14px;
  top: 0;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  cursor: pointer;
}
.Popup_title i:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.Popup_Tel {
  margin: 15px 30px;
}
.Popup_Tel span {
  font-size: 16px;
}
.Popup_Tel input {
  width: 5.8rem;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #ccc;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}
.Popup_Tel input[type=tel]:focus {
  border: 1px solid #fc5c63;
}
.Popup_Tel a {
  display: block;
  background: #fc5c63;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.Popup_Tel a:hover {
  background: #f03139;
}

.enrollBottom ul li p.tuijian{
	height: 0.7rem;
    overflow: hidden;
    line-height: 0.35rem;
}
.margincenter{
	width: 6rem;
    margin: auto;
}

@media screen and (max-width: 350px) { 
	.activity .activityListNews .img img {
		width: 2.9rem;
	}
	.activity .activityList .title {
    	line-height: 0.35rem;
	}
	.margincenter{
		width: 6.5rem;
	}
}

.timeLeft span{
	float: left;
}
.activity .activityList .timeLeft .icon{
	float: left;
}

.formBaoming input#phone{
	width: 98%;
}
