.index {
	padding: 100px 0;
}

.name {
	background: #009688;
	padding: 40px 0;
	font-size: 26px;
	color: #fff;
	text-align: center;
}

.index .centerBox {
	background: #f7f9fa;
	padding-bottom: 40px;
}

.index_nr {
	padding: 0 4%;
	box-sizing: border-box;
}

.desc .tit {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}

.desc .cont {
	text-align: center;
	font-size: 17px;
	line-height: 28px;
}

.desc {
	border-bottom: 2px solid #000;
	padding: 40px 0;
}

.form p {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.form p span {
	color: #ea5d5f;
}

.form ul li h6 span{
    font-weight: bold;
}

.form ul li {
	margin-top: 40px;
}

.form ul li .aa1 {
	width: 30%;
	border: 1px solid #aaa;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	background: #f7f9fa;
	border-radius: 3px;
	padding-left: 2%;
	box-sizing: border-box;
}

.form ul li h6 {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}

.form ul li h5 {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 10px;
}

.file {
	width: 140px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	height: 40px;
	position: relative;
	margin-top: 20px;
}

.form ul li .file input {
	width: 100%;
	margin-top: 0;
	z-index: 99;
	height: 100%;
	position: relative;
	opacity: -1;
}

.file h3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 40px;
	background: #f1f1f1;
	text-align: center;
}

.aa{
    font-size: 16px;
}

.sub {
	width: 150px;
	height: 50px;
	background: #33cc66;
	color: #fff;
	display: block;
	margin: 40px auto;
	border: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}