html, body {
	height: 100%;
	overflow: hidden;
}

#mapContainer {
	height: calc(100% - 180px);
	width: 100%;
	padding: 0;
}

#mapContainer > iframe {
	width: 100%;
	height: 100%;
}

header {
	width: 100%;
    height: 99px;
    background-image: url(../images/header.png);
}

footer {
	font-size: 14px;
	line-height: 1.5;
	padding: 20px 0;
    text-align: center;
    background: #1b5d97;
    color: #fff;
}

.location {
	width: 160px;
    height: 30px;
    background: url(../images/location_bg.png);
    line-height: 1.4;
    color: #fff;
    text-indent: 15px;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 99px;
    z-index: 100;
}

.head-logo {
	margin-left: 15px;
}

.navbar {
	position: absolute;
	width: 0;
	background: rgba(27, 93, 151, 0.7);
	top: 50%;
	right: 0;
	text-align: center;
	margin-top: -162px;
	padding: 10px 0;
	transition: width 0.6s;
}

.navbar.open {
	width: 200px;
}

.navbar, .navbar > ul {
	height: 324px;
	list-style: none;
	padding: 0;
}

.navbar li {
	height: 54px;
	border-bottom: 1px solid #fff;
	margin: 0 20px;
}

.navbar a {
	line-height: 54px;
	color: #fff;
	font-size: 14px;
}

.navbar li:last-child {
	border:none;
}

.head-right {
	float: right;
	margin-right: 20px;
}

.head-choose {
	text-align: right;
	color: #fff;
	margin: 10px 0;
}

.head-choose > select {
	height: 34px;
	border: 1px solid #fff;
	border-radius: 3px;	
	cursor: pointer;
	outline: none;
	width: 80px;
	background: none;
	color: #fff;
	padding-left: 16px;
}

.head-choose > select > option {
	color: rgb(27, 93, 151);
}

.head-button {
	margin-top: 10px;	
}
.head-choose > button[disabled] {
	cursor: not-allowed;
	opacity: 0.6;
	background: none !important;
	color: #fff !important;
}
.head-choose > button, .head-button > button {
	-webkit-appearance: none;
	color: #fff;
	width: 80px;
	background: none;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
.head-button > button:hover, .head-choose > button:hover, .head-choose > select:hover {
	color: rgb(27, 93, 151);
	background: #fff;
}
.mask {
	display: none;
}
/*.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1201;
	display: none;
}
.mask > div {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	margin-top: -115px;
} */
.layer-mask {
	background-color: transparent !important;
	text-align: center;
	box-shadow: none !important;
}
.layer-mask p {
	color: #fff;
	line-height: 2;
}
.mask .p-img {
	background: #fff;
	padding: 10px;
}
a[title=到百度地图查看此区域], a[title=到百度地图查看此区域] + div, a[title=到腾讯地图查看此区域], .amap-logo, .amap-copyright, .layui-layer-min {
	display: none !important;
}