	body {
		font-family: 'LiHei Pro','Droid Sans','WenQuanYi Zen Hei','Microsoft JhengHei',sans-serif;
		font-size: 16px;
	}
	img {
		max-width: 100%;
		border: 0px;
	}
	#btnNavbar {
		color:#fff;
		width: 30px;
		height: 30px;
		border: 1px solid #fff;
		border-radius: 4px;
		text-align: center;
		padding: 4px 4px;
		
	}
	#divNavbar.on {
		position: fixed;
		display: block;
		margin-top: 50px;
		top:0px;
		left: 0px;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.8) ;
		color:#fff;
		z-index: 99999;
	}
	#divNavbar.on .menu-list {
		text-align: center;
	}
		
	.top-menu {
		position: fixed;
		background-color: #0066cc;
		top:0px;
		display: table;
		width:100%;
		height: 200px;
		z-index: 1000;
	}
	.top-menu .menu{
		width: 400px;
		padding-right: 20px;
	}
	.top-menu .brand {
		width:200px;
		padding-left: 20px;
	}	
	.menu-cell {
		display: table-cell;
		vertical-align: middle;
	}
	.menu-list {
		list-style-type: none;
		margin: 0px;
		padding: 20px 10px;
		color:#fff;
		text-align: right;
	}
	.menu-list li {
		padding: 4px 0px;
	}
	.menu-list a{
		color: inherit;
		text-decoration: none;
		font-size: 24px;
	}	
	.mt20 {
		margin-top: 20px;
	}
	.page-title {
		color:#0066cc; 
		border-bottom: 1px solid #0066cc; 
		padding: 30px 0px; 
		text-align: center;
	}
	article {
		position: relative;
		z-index: 99;
	}
	footer {
		padding: 20px;
		background-color: #0066cc;
		color:#fff;
	}
	article {
		position: relative;
		z-index: 99;
		margin-top: 200px;
	}
	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		
	}
	.list-none {
		list-style-type: none;
		padding: 0px;
	}
@media screen and (max-width:1366px)	{
	
}
@media screen and (max-width:991px)	{
	article {
		margin-top: 50px;
	}
	.top-menu {
		height: auto;
		padding:10px;
		max-height: 50px;
		height: 50px;
		box-shadow: 0px 5px 10px rgba(100,100,100,0.3);
	}
	.top-menu .brand {
		width:100%;
	}	
	.top-menu .right-spec {
		display:none;
	}
	.top-menu .menu{
		display: none;
	}
	.top-menu .logo {
		height: 30px;
		width: atuo;
	}
}	