*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	font-family: "微软雅黑";
	font-size: 24px;
}
img{
	vertical-align: top;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: #bf241d;
	font-size: 24px;
	font-family: "微软雅黑";
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: #bf241d;
	font-size: 24px;
	font-family: "微软雅黑";
}

input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: #bf241d;
	font-size: 24px;
	font-family: "微软雅黑";
}

.zz20180122_page{
	margin: auto;
	width: 100%;
	height: 4552px;
	background: url("../images/bg.jpg") no-repeat center top;
	background-size: cover;
}
.zz20180122_page *{
	box-sizing: border-box;
}
.zz20180122_p1{
	width: 1200px;
	margin: auto;
	position: relative;
}

.zz20180122sheet1{
	position: absolute;
	top: 198px;
	left: 410px;
}
.zz20180122sheet2{
	position: absolute;
	top: 2680px;
	left: 410px;
}
.zz20180122sheet_common input{
	outline: none;
	width: 380px;
	height: 48px;
	margin-bottom: 28px;	
}
.zz20180122sheet_common input[type="text"]{
	line-height: 48px;
	color: #bf241d;
	font-size: 22px; 
	text-indent: 16px;
	background-color: #fff;
	border: 1px solid #e1e0e0;
}
.input_button{
	border: none;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background-color: #ff8a00;
    cursor: pointer;
}
.zz20180122_p1 a{
	width: 360px;
	height: 50px;
	position: absolute;
	top: 3850px;
	left: 50%;
	transform: translateX(-180px);
}
