.aboutView {
	display: flex;
	flex-direction: column;
	background-image: url('/http/template1/img/bg.jpg');
	background-size: 100%;
}

.aboutInfo {
	display: flex;
	flex-direction: column;
	padding: 50px 0;
}

.aboutTitle {
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.aboutTitle2 {
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 10px;
}

.aboutHead {
	display: flex;
	flex-direction: row;
	width: 1280px;
	height: 50px;
	margin-top: 30px;
	background: #586B79;
}

.aboutTab {
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.aboutTab:hover {
	color: #FFFFFF;
	cursor: pointer;
	background: #EE9E07;
}

.aboutTabAction {
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	background: #EE9E07;
}
.aboutTabAction:hover {
	color: #FFFFFF;
	background: #EE9E07;
}
.projectsItem {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.projectsHead {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 0;
	margin: 0px 20px;
	cursor: pointer;
	border-bottom: 1px solid #B8B8B8;
}

.projectsHead span {
	font-weight: 500;
	font-size: 18px;
	color: #333333;
}

.projectsHead img {
	width: 15px;
	margin-left: 10px;
}

.projectsView {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 30px;
}

.projectsImage {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-right: 25px;
	margin-bottom: 20px;
}

.projectsImage img {
	width: 280px;
	height: 230px;
}

.projectsImage a {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #EE9E07;
	opacity: 0.9;
}

.pageView {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}
