.TopBannerRow{
	display: flex;
	justify-content: space-between;
	min-width: 1000px;
}
	.TopBanner {

	}
	.TopLogo {
		margin: 20px 0;
		width: 10vw;
		min-width: 150px;

	}

	.TopLogo img {
		width: 100%;
		height: 100%;
	}
	.nav-pills {
		float: right;
	}

	.navItem {
		padding: 15px;

	}

	.navItem a {
		font-size: 22px;

	}

	.navItem :hover {}
.naviItemOn a{
	color: #1d2088 !important;
}
.Title{
	width: 100%;
	height: 50vw;
	max-height: 650px;
	border-bottom:10px solid #1d2088;
}
.basicRow{
	margin: 0 auto;
	padding: 0 50px 50px  50px;
	max-width: 1200px;
	
}
	.swtichBanner {
		display: flex;
		justify-content: space-between;
		border-bottom: 2px solid #bbb6b6;
	}

	.swtichBanner .swtichItem {
		margin-bottom: -3px;
		padding: 15px 30px 5px;
		font-size: 18px;
	}

	.swtichBanner .swtichItemOn {
		border-bottom: 4px solid #1d2088;
	}
	.Title {
		width: 100%;
		height: 50vw;
		max-height: 650px;
	}
	
	.Title img {
		width: 100%;
		height: 100%;
	}
	.footerText a{
		color: #ffffff !important;
	}