*{
	margin:0;
	padding:0;
}
ul{
	list-style: none;
}
body{
	background:#fff;
	font-family: "微软雅黑";

}
.box{
	width: 794px;
	margin: 0 auto;
	height: 1115px;
	background: url("../images/1.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.text1{color: #1d2260;
	
	margin-top: 70px;
}
.text{
	margin-top: 20px;
	text-indent: 30pt;
	color: #1d2260;
	
}
p{
	font-size: 20px;
	line-height: 30px;

	margin: 0px 20px;
	color: #1d2260;
}
h1{
	font-size: 60px;
	margin-top: 10px;
	padding-top: 50px;
	color: #1d2260;
}
input{
 	font-size: 35px;
	border: none;
	height:38px;
	box-radius:25%;
	outline:medium;
	text-align:center;
	color: cornflowerblue;
	font-weight: bolder;
}