﻿* {
	margin:0;
	padding:0;
	list-style:none;
}
body,html {
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	position:relative;
	font-size:32px;
	font-family:Tahoma,Arial,'Microsoft Yahei';
}
body {
	font-size:12px;
	color:#000;
}
input,button {
	outline:none;
}
input {
	display:inline-block;
	height:28px;
	cursor:text;
	font-size:12px;
	line-height:1.5;
	color:#666;
	background-color:#fff;
	background-image:none;
	border:1px solid #d9d9d9;
	border-radius:2px;
}
#fengMap {
	position:relative;
	width:100%;
	height:100%;
	z-index: 1;
	overflow:hidden;
}

/****地图加载中样式******/
.map-loading-container {
	position:absolute;
	bottom:0;
	top:0;
	z-index: 99;
	width:100%;
}
.map-loading {
	position:absolute;
	height:40px;
	line-height:40px;
	top:50%;
	left:50%;
	margin-left:-20px;
	margin-top:-20px;
}
.loadingImg {
	display:block;
	float:left;
	margin:auto;
	width:40px;
	height:40px;
	background:url(../img/loading.png) 0 0 no-repeat;
	background-position:0 100%;
	-webkit-background-size:40px 80px;
	background-size:40px 80px;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:250ms;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;
	-webkit-animation-name:loading;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}
@-webkit-keyframes loading {
	from {
	-webkit-transform:rotate(0deg) translateZ(0);
}
to {
	-webkit-transform:rotate(360deg) translateZ(0);
}
}
.iframe {
	position:absolute;
	left:0;
	top:0;
	z-index:19;
	width:100%;
	height:100%;
	display:none;
}
.iframe_block {
	position:absolute;
	left:0;
	top:0;
	z-index:19;
	width:100%;
	height:100%;
	display:block;
}
/*按钮组样式*/
.operatingGroup {
	position:absolute;
	right:10px;
	top:70px;
	z-index:1;
	width: 40px;
}
.operatingGroup2 {
	position:absolute;
	right:10px;
	top:70px;
	z-index:29;
	width: 40px;
}

.operatingGroup ul,.operatingGroup2 ul {
	width:40px;
	bottom:10px;
}

.operatingGroup ul li,.operatingGroup2 ul li {
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:3px;
	border:1px solid #e6e6e6;
	padding:0.2rem;
	box-sizing:border-box;
	text-align:center;
	cursor:pointer;
	background:#fff;
	box-shadow:1px 1px 1px #bdbdbd;
	margin-bottom:6px;
}
.operatingGroup ul li img,.operatingGroup2 ul li img {
	width:100%;
	height:100%;
	vertical-align: top;
}
/*按钮组样式结束*/
/*搜索框样式*/
.search {
	position:absolute;
	top:2%;
	left:0;
	right:0;
	width:98%;
	margin:0 auto;
	z-index:99;
}
.search input {
	position:absolute;
	box-sizing:border-box;
	width:100%;
	height:40px;
	display:block;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:4px;
	font-family:inherit;
	color:#3d4145;
	font-size:14px;
	font-weight:400;
	padding:10px;
	background-color:#fff;
	border:1px solid #E2DADA;
	text-indent:1.5em;
}
.search .search_icon {
	position:absolute;
	top:0.35rem;
	left:0.3rem;
	z-index:99;
	vertical-align:top;
	cursor:pointer;
}
#searchList {
	position:absolute;
	top:40px;
	left:0;
	z-index: 99;
	width:100%;
	height:auto;
	max-height:100px;
	background:#fff;
	overflow:auto;
	overflow-x:hidden;
	white-space:normal;
	text-indent:1em;
	border-radius:4px;
}
#searchList {
	line-height:32px;
	font-size:14px;
	font-family:inherit;
	color:#3d4145;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
}
/*搜索框样式结束*/
/*路径导航样式*/
.navigation {
	position:absolute;
	bottom:0;
	width:100%;
	height:0;
	margin:0 auto;
	color:#3d4145;
	background:#fff;
	transition:height .5s;
	-moz-transition:height .5s;
	-webkit-transition:height .5s;
	-o-transition:height .5s;
	z-index:99;
}
.navigation .navigation_cont {
	width:95%;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
.fade_in {
	height:100px;
}
.fade_out {
	height:0;
}
.navigation .lf {
	width:90%;
	float:left;
}
.navigation .rg {
	width:10%;
	float:left;
	margin-top:16px;
	overflow:hidden;
}
.navigation .lf .navigation_icon {
	width:30px;
	height: 30px;
	margin-bottom: 0;
	overflow:hidden;
}
.navigation_input {
	width:95%;
	height:35px;
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	font-family:inherit;
	color:#3d4145;
	font-size:14px;
	font-weight:400;
	border-radius:none;
	padding:4px;
	background-color:#fff;
	border-bottom:1px solid #E2DADA;
	margin-left:10px;
	    vertical-align: bottom;
}
.lf p:nth-child(1) {
	margin-bottom:10px;
}
.navigation .lf .navigation_icon img {
	width:30px;
	height:30px;
	vertical-align:middle;
}
.navigation .rg img {
	width:56px;
	height:56px;
	cursor:pointer;
}
.navigationLi {
	position:absolute;
	bottom:90px;
	background:#fff;
	height:auto;
	width:100%;
	max-height:150px;
	overflow:auto;
	z-index:99;
}
.navigationLi li {
	height:24px;
	line-height:24px;
	list-style:none;
	padding:5px 0;
	font-size:14px;
	color:#969696;
	width:95%;
	margin:0 auto;
	cursor:pointer;
	text-indent:1em;
	display:block;
}
.navigationLi li img {
	vertical-align:middle;
	padding-right:10px;
}
/*路径导航样式结束*/
/*pop alert*/
.alertPopbg {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:#000;
	opacity:0.5;
	z-index:100;
}
.alertContent {
	width:90%;
	position:absolute;
	left:5%;
	top:12%;
	height:120px;
	background:#fff;
	z-index:1000;
	border-radius:8px;
	font-size:1.2em;
	font-family:'simHei';
	padding:5%;
	box-shadow:2px 2px 8px #000;
}
.alertContent a {
	width:40%;
	position:absolute;
	bottom:10%;
	left:5%;
	height:38px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-family:'simHei';
	font-size:1.0em;
	background:#f94e20;
	border-radius:4px;
}
.alertContent .alertbtn {
	left:55%;
	background:#f94e20;
}
.alertContent .dangerAlert {
	background:#F47F30;
	width:90%;
	left:5%;
}
.modal-dialog.bottom {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: auto;
}
@media screen and (max-width:1400px) and (min-width:779px) {
.navigation_input {
		width:90%;
		height:37px;
		border:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		font-family:inherit;
		color:#3d4145;
		font-size:14px;
		font-weight:400;
		padding:4px;
		background-color:#fff;
		border-bottom:1px solid #E2DADA;
		margin-left:10px;
		border-radius:0;
	}
	.navigation .lf {
		width:75%;
		float:left;
	}
	.navigation .rg {
		width:25%;
		float:left;
		margin-top:28px;
		overflow:hidden;
	}
	.navigation .rg img {
		/* padding-left:1.5rem; */
		width:56px;
		height:56px;
		cursor:pointer;
	}
	.cardInfo .close {
		width:5%;
		text-align:right;
		float:right;
		padding-right:1rem;
		font-size:30px;
		cursor:pointer;
		color:#5f646e;
	}
	.cardInfo .media-list {
		width:80%;
		float:left;
		padding-left:.6rem;
		font-size:14px;
		margin:20px 0;
	}
}
@media screen and (max-width:780px) and (min-width:600px) {
	.navigation_input {
		width:90%;
		height:37px;
		border:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		font-family:inherit;
		color:#3d4145;
		font-size:14px;
		font-weight:400;
		padding:4px;
		background-color:#fff;
		border-bottom:1px solid #E2DADA;
		margin-left:10px;
		border-radius:0;
	}
	.navigation .lf {
		width:80%;
		float:left;
	}
	.navigation .rg {
		width:20%;
		float:left;
		margin-top:28px;
		overflow:hidden;
	}
	.navigation .rg img {
		/* padding-left:1.5rem; */
		width:56px;
		height:56px;
		cursor:pointer;
	}
	.cardInfo .close {
		width:5%;
		text-align:right;
		float:right;
		padding-right:1rem;
		font-size:30px;
		cursor:pointer;
		color:#5f646e;
	}
	.cardInfo .media-list {
		width:80%;
		float:left;
		padding-left:.6rem;
		font-size:14px;
		margin:20px 0;
	}
	#btnBack {
		position:absolute;
		top:0;
		width:100px;
		height:43px;
		cursor:pointer;
		background:url('../img/back_map.png') no-repeat;
		background-size:100%;
	}
	.fade_in {
		height:106px;
	}
	.navigationLi {
		position:absolute;
		bottom:97px;
		background:#fff;
		height:auto;
		width:100%;
		max-height:150px;
		overflow:auto;
		z-index:999;
	}
	.modal-dialog {
	    width: 600px;
	}
}

@media screen and (max-width:599px) and (min-width:360px) {
	.search {
	position:absolute;
	top:2%;
	left:0;
	right:0;
	width:98%;
	margin:0 auto;
	z-index:99;
}
	.navigation_input {
		width:70%;
		height:35px;
		border:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		font-family:inherit;
		color:#3d4145;
		font-size:14px;
		font-weight:400;
		padding:4px;
		background-color:#fff;
		border-bottom:1px solid #E2DADA;
		margin-left:10px;
		border-radius:0;
	}
	.navigation .lf {
		width:70%;
		float:left;
	}
	.navigation .rg {
		width:30%;
		float:left;
		margin-top:26px;
		overflow:hidden;
	}
	.navigation .rg img {
		width:48px;
		height:48px;
		cursor:pointer;
	}
	.cardInfo .close {
		width:5%;
		text-align:right;
		float:right;
		padding-right:1rem;
		font-size:30px;
		cursor:pointer;
		color:#5f646e;
	}
	.cardInfo .media-list {
		width:80%;
		float:left;
		padding-left:.6rem;
		font-size:14px;
		margin:20px 0;
	}
	.fade_in {
		height:100px;
	}
	.navigationLi {
		position:absolute;
		bottom:90px;
		background:#fff;
		height:auto;
		width:100%;
		max-height:150px;
		overflow:auto;
		z-index:999;
	}
}
@media screen and (max-width:359px) and (min-width:320px) {
	.navigation_input {
		width:70%;
		height:35px;
		border:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		font-family:inherit;
		color:#3d4145;
		font-size:14px;
		font-weight:400;
		padding:4px;
		background-color:#fff;
		border-bottom:1px solid #E2DADA;
		margin-left:10px;
		border-radius:0;
	}
	.navigation .lf {
		width:70%;
		float:left;
	}
	.navigation .lf .navigation_icon img {
		width:30px;
		height:30px;
		vertical-align:middle;
	}
	.lf p:nth-child(1) {
		margin:4px;
	}
	.navigation_input {
		width:70%;
		height:35px;
		border:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		font-family:inherit;
		color:#3d4145;
		font-size:14px;
		font-weight:400;
		padding:4px;
		background-color:#fff;
		border-bottom:1px solid #E2DADA;
		margin-left:10px;
	}
	.lf p:nth-child(1) {
		margin:0;
	}
	.navigation .rg {
		width:30%;
		float:left;
		margin-top:22px;
		overflow:hidden;
	}
	.navigation .rg img {
		width:42px;
		height:42px;
		cursor:pointer;
	}
	.cardInfo .close {
		width:5%;
		text-align:right;
		float:right;
		padding-right:1rem;
		font-size:30px;
		cursor:pointer;
		color:#5f646e;
	}
	.cardInfo .media-list {
		width:70%;
		float:left;
		padding-left:.6rem;
		font-size:14px;
		margin:20px 0;
	}
	.fade_in {
		height:85px;
	}
	.navigationLi {
		position:absolute;
		bottom:75px;
		background:#fff;
		height:auto;
		width:100%;
		max-height:150px;
		overflow:auto;
		z-index:999;
		padding-bottom: 6px;
	}
}