.bannerImgBox{
	width: 100%;
	height: auto;
}

.bannerImgBox img{
	width: 100%;
}

.contentBox {
	width: 100%;
	height: auto;
}

.contentBox .inner{
	width: 1466px;
	margin: 0 auto;
	height: auto;
	background: #fff;
	padding-top: 69px;
	margin-top: -69px;
	position: relative;
	z-index: 2;
	padding-bottom: 164px;
}

.contentBox .inner .inside{
	width: 1280px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}


.formBox {
	width: 1166px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.formBox .inputRow{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 51px;
}

.formBox .inputRow .part{
	width: 542px;
	height: auto;
	display: flex;
	flex-direction: column;
}

.formBox .inputRow .part .lable{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	color: #333;
	margin-bottom: 13px;
	line-height: 1;
}

.formBox .inputRow .part .lable .block{
	width: 14px;
	height: 14px;
	background: #78bd3e;
	margin-right: 9px;
}

.formBox .inputRow .part input{
	display: block;
	width: 538px;
	height: 40px;
	line-height: 40px;
	padding-left: 22px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	color: #333;
	font-size: 14px;
	border-radius: 4px;
}

.formBox .inputRow .part input::placeholder{
	color: #bbb;
}

.formBox .fileBox{
	width: 100%;
	padding-top: 26px;
}

.formBox .fileBox h1{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	color: #333;
	margin-bottom: 13px;
}

.formBox .fileBox h1 .block{
	width: 14px;
	height: 14px;
	background: #78bd3e;
	margin-right: 9px;
}

.chooseFileBox{
	width: 100%;
	height: 282px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: url(../img/fileBg.png) no-repeat;
	background-size: 100%;
}

.chooseFileBox .fileButton{
	padding: 13px 36px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #00A0E9;
	border-radius: 4px;
	cursor: pointer;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
}

.chooseFileBox .fileButton:hover{
	opacity: .8;
}

.chooseFileBox p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #bbb;
}



.submitButton{
	width: 170px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	background: #78bd3e;
	margin-top: 42px;
	align-self: baseline;
	border-radius: 4px;
	cursor: pointer;
}

.submitButton:hover{
	opacity: .8;
}