.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: column;
	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;
}

.contentView {
	display: flex;
	flex-direction: column;
	width: 1200px;
	background: #FFFFFF;
}

.contentInfo {
	display: flex;
	flex-direction: column;
	padding: 50px 50px;
}

.contentTitle {
	font-weight: bold;
	font-size: 36px;
	color: #2E9D73;
}

.contentData {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 20px;
}

.contentData span {
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	margin-left: 20px;
}

.contentData img {
	width: 30px;
	height: 30px;
}

.contentPhone {
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
}

.codeView {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 30px;
}

.codeImage {
	width: 160px;
	height: 160px;
	background: #FFFFFF;
	border-radius: 6px;
}

.codeInfo {
	display: flex;
	flex-direction: column;
	margin-left: 30px;
}

.codeInfo span {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 2;
}

.applyView {
	display: flex;
	flex-direction: column;
	width: 1160px;
	height: 600px;
	background: #FFFFFF;
	padding: 50px 20px;
}

.tipsTitle {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
}

.inputView {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #E6E6E6;
}

.inputTitle {
	width: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.inputTitle a {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

.inputTitle span {
	font-weight: 400;
	font-size: 18px;
	color: #FA453C;
	margin-left: 5px;
}

.inputView input {
	flex: 1;
	height: 70px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	border: 0;
}

.btnView {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 40px;
}

.contactBtn {
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #414145;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	margin-right: 20px;
}

.contactBtn2 {
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #EE9E07;
	border-radius: 30px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	margin-right: 20px;
}

.layui-form-radioed {
	color: #333;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
	color: #EE9E07;
}

.layui-form-radio:hover {
	color: #EE9E07;
}

.layui-form-radioed>i {
	color: #EE9E07;
}
