.website-header {
	height: 260px;
	background: no-repeat center center / cover;
}
.website-header .title {
	margin-top: 50px;
	height: 49px;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}
.website-header .desc {
	margin-top: 20px;
	line-height: 23px;
	color: #fff;
}
.website-nav {
	height: 45px;
	background-color: #117ee7;
}
.website-nav a {
	display: block;
	float: left;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}
.website-nav a:hover {
	background-color: #0770d4;
}
.website-nav a.active {
	background-color: #0770d4;
}