.content{
	width: 1200px;
	margin: 0 auto;
	
}
.content h1,li{
	text-align: center;
}
/*分栏*/
.subfield ul{
	width: 1200px;
	height: 62px;
	margin-top: 30px;
}
.subfield li{
	width: 397px;
	height: 62px;
	float: left;
	margin-left: 3px;
	cursor: pointer;
}
.subfield ul li a{
	height: 62px;
	line-height: 62px;
	color:#000;
	font-size: 18px;
}
.moimg{
	top: -61px;
	position: relative;
	z-index: -1;
	cursor: pointer;
}
/*模块*/
.modulebox1,.modulebox2,.modulebox3{
	width: 1198px;
	height: 536px;
	background: #eee;
	margin-left: 2px;
	border: 1px solid #ccc;
	/*position: relative;*/
}
.SwitchBar1 h1,.SwitchBar2 h1,.SwitchBar3 h1{
	margin-top: 30px;
	color:#000;
	font-size: 20px;
}
/*提交栏*/
.SubmitBar1,.SubmitBar2,.SubmitBar3{
	width: 1198px;
	height: 960px;
	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{
	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;
}
.submit{
	position: absolute;
    left: 50px;
    bottom: 29px;
}
.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;
}
