*{
	margin: 0;
	padding: 0;
	list-style: none;
	
}
html,body{
	height:100%;
	background-color: #f0f0f2;
	position: relative;
	font-size: 16px;
	font-family: "PingFang SC";
}
a{
	text-decoration: none;
	color: black;
	-webkit-tap-highlight-color: transparent;
}

.mainBox{
	/*固定主内容区*/
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x:hidden;
	overflow-y: scroll;
	padding-bottom: 40px;
}
.nav{
	width: 100%;
	height: 50px;
	background-color: #009EE7;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}
.nav p{
	display: inline-block;
	color: white;
	margin-top: 11px;
}
.nav .p1{
	width: 80px;
	border: 1px solid white;
	border-radius: 5px 0 0 5px;
	text-align: center;
	line-height: 20px;
}
.nav .p2{
	width: 80px;
	border: 1px solid white;
	border-radius: 0 5px 5px 0;
	text-align: center;
	line-height: 20px;
	margin-left: -8px;
	background-color: white;
	color: #009EE7;
}
.nav .p3{
	font-size: 18px;
	margin-left: 50px;
}
.nav a{
	width: 80px;
}
.banner{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}
.banner img{
	width: 100%;
}
.station{
	width: 100%;
	background-color: white;
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
}
.station ul{
	width: 80%;
	margin-left: 10px;
	position: relative;
}
.start{
	width: 90%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
}
.img1{
	width: 50%;
	position: absolute;
}
.end{
	width: 90%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
}
.station input{
	width: 100%;
	height: 35px;
	margin-top: 5px;
	border: none;
	outline: none;
	font-size: 14px;
}
.station .change{
	width: 8%;
	position: absolute;
	top: 30px;
	right: 40px;
}
/*.station dl{
	width: 70%;
	height: 50px;
	margin-left: 10px;
	border-bottom: 1px solid #eeeeee;
	color: #474747;
}
.station .img1{
	width: 50%;
}
.station .img2{
	width: 50%;
}
.station dt{
	float: left;
}
.station dd{
	line-height: 50px;
}
.station input{
	width: 100%;
	height: 30px;
	margin-top: 10px;
	border: none;
	outline: none;
}
.station .change{
	width: 8%;
	position: absolute;
	top: 30px;
	right: 40px;
}*/
.line{
	width: 1.5%;
	float: left;
	margin-top: 4px;
}
.main .p1{
	margin-left: 20px;
	font-size: 14px;
}
.main .p2{
	margin-left: 20px;
	font-size: 14px;
}
.bus{
	width: 100%;
	margin-left: 15px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.bus dl{
	width: 92%;
	background-color: white;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: -5px;
}
.bus dt{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.bus dd{
	display: inline-block;
	margin-bottom: 10px;
}
.bus span{
	color: #aeaeae;
	clear: both;
}
.taxi{
	width: 100%;
	margin-left: 15px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 40px;
	font-size: 14px;
}
.taxi dl{
	width: 92%;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.taxi dl img{
	width: 70%;
}
.taxi dt{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.taxi dd{
	margin-left: 10px;
}
.taxi .dd1{
	width: 30%;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #212121;
}
.taxi .dd2{
	width: 30%;
	display: inline-block;
	margin-top: 5px;
	color: #aeaeae;
	font-size: 14px;
}
.taxi .dd3{
	color: #777777;
	position: absolute;
	right: 10px;
	top: 25px;
	font-size: 14px;
}
footer{
		width: 100%;
		height: 50px;
		border-top: 2px solid #e3e3e3;
		border-bottom: 2px solid #e3e3e3;
		background: #f8f8f8;
		position: absolute;
		bottom: 0;
		right: 0;
		overflow: hidden;
}
footer ul{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-around;
	font-size: 14px;
	text-align: center;
	margin-top: 3px;
}
footer ul li{
	width: 20%;
}
footer figcaption img{
	width: 30%;
}
footer ul li figcaption:nth-child(2){
    margin-top: -5px;
    color: #777777;
}