.route {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	color: #666
}
.route h4 {
	color: #0195ff;
	font-size: 30px;
	text-align: center;
	margin-bottom:20px;
}
.routeInfo {
	color: #666;
	line-height: 28px;
}
.routeInfo span{
	padding-left:20px;
	color:#F00;
}
.flexBox {
	display: flex;
	display: -webkit-flex;
	justify-content: center
}
.route-left, .route-right {
	border: .5px solid #ccc;
	padding: 5px;
	margin-top: 20px;
	height: 590px;
	overflow-x: hidden
}
.route-left {
	flex: 2.5;
	margin-right: 30px;
	min-width: 300px;
	overflow-y: scroll;
}
.route-right {
	flex: 6;
	min-width: 468px;
	overflow: hidden;
	position: relative
}
.routeDetail li {
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: inline-block;
	cursor: pointer
}
.routeDetail li.active {
	color: #0890e2
}
.routeDetail .listIcon {
	width: 7px;
	height: 39px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: 16px
}
#allmap, .allmapBox {
	width: 100%;
	height: 100%
}
a, article, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, input, legend, li, menu, ol, p, select, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, select {
	display: block
}
button, h1, h2, h3, h4, h5, h6, input, label, select, textarea {
	font-weight: 100;
	vertical-align: middle
}
dl, ol, ul {
	list-style: none
}
input {
	vertical-align: top;
	background: 0 0
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
textarea {
	resize: none;
	word-wrap: break-word
}
select::-ms-expand {
display:none
}
::-ms-check {
display:none
}
input, select, textarea {
	border: 1px solid #ccc;
	outline: 0;
	-webkit-appearance: none
}
input:-moz-placeholder {
color:#c4c4c4
}
::-webkit-input-placeholder {
color:#c4c4c4
}
body {
	background: #fff;
	min-height: 100%;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,.1)
}
body, html {
	-webkit-text-size-adjust: none;
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 14px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-weight: normal;
}
a, button, input {
	outline: 0
}
a, a:visited {
	text-decoration: none
}
a {
	color: #000
}
