/* CSS Document */
  body{ margin:0; padding:0; width:100%; height:100%; background:#fff; overflow:hidden;}
  ul,div{ margin:0; padding:0; width:100%;}
  li{ list-style:none;}
  a,a:hove{ text-decoration:none;}
  img,input{ vertical-align:middle;}
  /*音乐*/
.topCon{ display:block;position:absolute; z-index: 99999999999999; top:20px; width:100%; height:40px;background:rgba(204,204,204,0); }
.sound{ width:15px; height:15px; padding:5px; left:15px;  position: absolute; border-radius: 15px;-webkit-border-radius: 15px;  background:url(../images/soundoff.png) center center no-repeat; background-size:50% 50%; border:1px solid #ccc;}
.rotateAm{
  -webkit-animation-name: rotateAm;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes rotateAm {
	0%{ opacity:1;}
  25% { -webkit-transform: rotate(0deg) }
  25% { -webkit-transform: rotate(90deg) }
  50% { -webkit-transform: rotate(180deg) }
  75% { -webkit-transform: rotate(270deg) }
  100% { -webkit-transform: rotate(360deg) }
}
.musicOn{ position:absolute; left:13%; top:2%; display:none; font-size:10px; color:#fff; z-index:55;}

/*音乐end*/

  /*************首页样式 start****************/
    .index_bg{ position:absolute; width:100%; height:100%; top:0; display: none;}
	.index_bgimg{ position:absolute; width:100%;}
	.index_bottompic{ position:absolute; bottom:2%;}
	.index_logo{ position:relative; padding-top:8%;}
	.index_logo p{ position:absolute;}
	.index_logo .index_logo03{   margin-top: 17%;  position: relative;}
	
	.index_btns{}
	.index_btns div{ margin-bottom:2%;}
	.index_map{ position:absolute; top:3%; right:3%; width:11%; padding-left:11%;}
  /*************首页样式   end****************/
  
  /*************预约看房  start**************/
    .yykf_top{ padding-top:10%; width:90%; margin:auto;}
	.yykf_topic{ margin-top:12%;}
	.yykf_Inputs{ margin-top:12%; margin-left:-5%;}
	.yykf_Inputs p input{   margin-top: -7%;  margin-left: 39%;  width: 50%;  height: 24px;  border: 0;  background: #ccc;  border-radius: 5px;  text-indent: 4px;  font-size: 16px; border-spacing:0;}
	.yykf_btn{ margin-top:5%;}
	.yykf_phone{ margin-top:20%;}
	.yykf_address{ padding-bottom:5%;}
	
	.back{ position:absolute; top:0%; left:0; width:25%; padding-right:10%;}
  /*************预约看房    end**************/

  /*苹果4手机 start*/
@media screen and (max-height: 416px) {
  /*************首页样式 start****************/
	.index_logo{ position:relative; padding-top:3%;}
	
  /*************首页样式   end****************/
  
  /*************预约看房  start**************/
    .yykf_top{ padding-top:6%; width:90%; margin:auto;}
	.yykf_topic{ margin-top:12%;}
	.yykf_Inputs{ margin-top:12%; margin-left:-10%;}
	.yykf_Inputs p input{   margin-top: -7%;  margin-left: 39%;  width: 50%;  height: 24px;  border: 0;  background: #ccc;  border-radius: 5px;  text-indent: 4px;  font-size: 16px; border-spacing:0;}
	.yykf_btn{ margin-top:5%;}
	.yykf_phone{ margin-top:10%;}
  /*************预约看房    end**************/

}
