/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color:#FFF;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.foot {position: absolute;bottom:1%;text-align: center;z-index: 9;width: 100%;font-size:10px;color: #FFF;}
.show{ display:block;}
.dispalyno{ display:none;}

/*---------------------首页样式 start----------------------------------*/
	.imgwidth{ width:100%}
	/*--------------图片幻灯 start---------------*/	
	.swipe{overflow:hidden;position:relative; margin:0 auto; width:100%; padding-top:0%;}
	.swipe-wrap{overflow:hidden;position:relative; padding-top:6px;}
	.swipe-wrap>div{float:left;position:relative;}
	.swipe-wrap .swipe_pic{position:relative;overflow:hidden;width:100%;}
	.swipe-wrap .swipe_pic img{width:100%;}
	
	.swipe_num{position: relative;left: 45%;bottom: 16px;}
	.swipe_num li{float:left;width:8px;height:8px;background:url(../images/diandian-100.png) no-repeat; background-size:cover; margin-left:5px;}
	.swipe_num li.active{width:8px;height:8px;background:url(../images/diandian-50.png) no-repeat;  background-size:cover;}
	.fclear{ clear:both;}
	/*----------图片幻灯样式结束-----------*/
		.details{ position: absolute; top:0; left:0; width:100%;}
		.index_tit{margin: 7% 0 5% 0;}
		.home_tit{margin: -12.5% 0% -1% 0%;}
		.btnmenu{margin: 2% 0 0 0;}
		.btnmenu1{width: 36%;float: left;margin: 0 0 0 1.5%;}
		.btnmenu2{width:30.5%;float: left;}
/*---------------------首页样式 end----------------------------------*/

/*-----------------------周边配套 start--------------------------------------------------*/
		.mating{ width:100%; overflow:hidden;}
		.mating li{ width:100%;}
/*-----------------------周边配套 end--------------------------------------------------*/

/*--------------------走进理想家 start-----------------------------------------------------------*/
.ideal_txt{margin: 4% 0 0 0%;}
/*--------------------走进理想家 end-----------------------------------------------------------*/

/*--------------------设计理念 start-----------------------------------------------------------*/
.project_txt{margin: 68% 0 0 0;}
.opacityno{ opacity:0;}
/*--------------------设计理念 end-----------------------------------------------------------*/
/*************苹果六样式********************/
@media screen and (min-height: 500px) and (max-height: 540px) {
	}



/*************苹果四样式********************/
@media screen and (min-height:400px) and (max-height:420px){
	.index_tit {margin: 7% 0 3% 0;}
	.project_txt {margin: 41% 0 0 0;}
}



