.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;
}

.content {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	min-height: 800px;
	padding: 50px 20px;
}

.contentTitle {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
}

.stepsView {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

.stepsHeadView {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.stepsHeadView h1 {
	font-weight: 500;
	font-size: 20px;
	color: #2D9E72;
}

.stepsHeadView img {
	width: 40px;
	height: 40px;
	margin-left: 10px;
}

.stepsTime {
	display: flex;
	flex-direction: column;
}

.stepsItem {
	display: flex;
	flex-direction: row;
}

.stepsDetaView {
	width: 152px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: -5px;
	margin-right: 10px;
}

.stepsDeta {
	font-size: 18px;
	color: #CCCCCC;
	margin-top: -5px;
}

.roundView {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 19px;
	margin-right: 10px;
}

.round {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border: 2px solid #1BB402;
	border-radius: 50%;
}

.round2 {
	width: 5px;
	height: 5px;
	background: #1BB402;
	border-radius: 50%;
}

.stepsline {
	width: 2px;
	height: 50px;
	background: #1BB402;
}

.stepsInfo {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin-top: -3px;
	margin-left: 10px;
}

.pageView {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
}

.imageView {
	display: flex;
	flex-wrap: wrap;
}

.imageIcon {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 20px;
}

.imageIcon img {
	max-width: 249px;
	/*height: 342px;*/
	padding: 16px;
}

.imageIcon span {
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
}

.imageIcon:hover span{
	width: 100%;
	height: 47px;
	line-height: 47px;
	background: #EE9E07;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}
