﻿/* footer */
.footerView{
	width: 100%;
	background: #003366;
	padding-top: 50px;
}
.footerContent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footerDiv{
	width: 1000px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: white;
	padding-bottom: 20px;
}
.cityIcon img{
	margin-left: 15px;
	margin-right: 15px;
}
.Citypar{
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 65px;
}
.banquanView{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	height: 80px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.banquanView  img{
	margin-right: 40px;
}
.Citypar>div{
	display: flex;
	align-items: center;
	
}