hr{
	margin-top:50px;
}
.title{
	width:960px;
	height:57px;
	margin:0 auto;
	text-align: center;
	position:relative;
}
.titleMain{
	width:241px;
	height:57px;
	background-color: white;
	position:absolute;
	left:366px;
	top:-35px; 
}
.title h1{
	font-family: "幼圆";
	font-size:30px;
	line-height: 1px;
}
.title h2{
	font-family: "方正兰亭超细黑简体";
	font-size: 12px;
	color:#d4d4d4;
}

.main{
	width:100%;
	background-color: #76bedc;
}
.mainBody{
	width:960px;
	margin:0 auto;
	height:377px;
	position: relative;
}
.mainBody .p{
	display: inline-block;
	width: 757px;
	height: 109px;
	position:absolute;
	left:104px;

	font-family: "幼圆";
	font-size: 16px;
	color:white;
}
.mainBody .left,.mainBody .right{
	position:absolute;
	top:85px;
}
.mainBody .right{
	right:0px;
}
.mainBody .p2{
	font-family: "幼圆";
	font-size: 16px;
	color:white;
	bottom:56px;
	right: 70px;
	position:absolute;
}

.signUp{
	width: 206px;
	height: 36px;
	margin: 0 auto;
	border-style: solid;
	border-width:1px;
	font-family: "幼圆";
	font-size: 30px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: super;
	margin-top:30px;
	margin-bottom:50px;
}
.signUp:hover{
	cursor:pointer;
}
.signUp p{
	display: inline;
	margin:0;
}