/*
   public.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
input,
img {
	border: none;
	vertical-align: middle;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #ecede8;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: '微软雅黑';
}
.hide {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
	/*visibility: visible;*/
}
.position_absolute {
	position: absolute;
}
.position_relative {
	position: relative;
}
.main_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nav_block{width:100%; text-align: center; margin-top:2%;}
.main_container section {
	
}
.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.page_bj {
	position: absolute;
	width: 100%;
	height:100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.nav_block img{width:34%;}
.location_01{}
/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {
	.location_01{margin-top:-20%;}
}
/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {}
/*andriod（默认样式）*/

@media all and (min-width: 360px) {}
/*ip 6*/

@media all and (min-width: 375px) {}
/*ip 6+*/

@media all and (min-width: 414px) {}
@media all and (min-width: 432px) and (max-height: 599px) {
	.location_01{margin-top:-13%;}
}
@media all and (min-width: 360px) and (max-height: 519px) {
	.location_01{margin-top:-10%;}
}