.content {
	width: 1200px;
	margin: 0 auto;

}

.content h1,
li {
	text-align: center;
}

.allPeople {
	color: #323335;
	font-family: Source Han Sans CN;
	font-weight: regular;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	position: relative;
	top: 25px;

}

.grayLine {
	width: 1198px;
	border: 1px solid #D7D7D5;
	position: relative;
	top: 32px;

}

.blueLine {
	border: 1px solid #35A1FF;
	width: 80px;
	position: relative;
	top: 30px;
}

/*模块*/
.modulebox1,
.modulebox2,
.modulebox3,
.modulebox4 {
	width: 1198px;
	height: 599px;
	margin-top: 70px;
	background: #eee;
	margin-left: 2px;
	/* border: 1px solid #ccc; */
	/*position: relative;*/
}

.SwitchBar1 h1,
.SwitchBar2 h1,
.SwitchBar3 h1,
.SwitchBar4 h1 {
	margin-top: 70px;
	color: #000;
	font-size: 20px;
}

/*提交栏*/
.SubmitBar1,
.SubmitBar2,
.SubmitBar3,
.SubmitBar4 {
	width: 1198px;
	margin-left: 2px;
	box-shadow: 0px 0px 9px #eee;
	margin-top: 28px;
	position: relative;
}

h2 {
	padding-top: 80px;
	padding-bottom: 19px;
	margin-left: 52px;
	font-size: 18px;
	color: #000;

}

.textareaOne,
.textareaTwo,
.textareaThree,
.textareaFour {
	resize: none;
	outline: none;
	width: 1100px;
	height: 127px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #ccc;
	margin-left: 52px;
	padding: 10px;
	font-size: 14px;
}


/* {
	width: 140px;
	
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-weight: regular;
	font-size: 18px;
	line-height: 46px;
	border-radius: 20px;
	letter-spacing: 0px;
	text-align: center;
	background: #35A1FF;
} */

.submit{
	width: 100%;
    height: 90px;
    min-width: 1490px;
    overflow: hidden;
}
.submit a{
	width: 140px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 20px;
    display: block;
    font-size: 18px;
    margin-left: 40%;
    margin-top: 2%;
    border-radius: 20px;
    color: #FFFFFF;
    background: #35A1FF;
}


.name {
	padding-top: 45px;
	height: 44px;
	line-height: 44px;
	width: 451px;
	margin-left: 52px;
}

.names,
.ids {
	display: block;
	font-size: 18px;
	color: #000;
	float: left;
	font-family: "黑体";
}

.nameinput,
.idinput {
	margin-left: 20px;
	width: 391px;
	height: 44px;
	background-color: #eee;
	border: 1px solid #ccc;
	font-size: 18px;
	padding: 5px;
}

.id {
	margin-left: 702px;
	height: 44px;
	line-height: 44px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow: 0 0 0 60px #eee inset;
	-webkit-text-fill-color: #878787;
}

.rightImgBox {
	width: 100%;
	height: 100%;
}