.top_bg{
	padding:7%;
	text-align:center;
	background-repeat:no-repeat;background-position:center;
	background-size:cover;
}
.top_bg img{max-width:100%;}

.submenu{
	width:100%;
	text-align:center;
	background:#fff;
}
.submenu a{
	display:inline-block;
	margin:0 10px;
	height:60px;
	font-size:16px;line-height:60px;
}
.submenu a.sel{
	border-bottom:3px solid #2e3844;
}