@charset "UTF-8";/* 全局样式 */html {	font-family: 'Microsoft YaHei';}* {	padding: 0;	margin: 0;	outline: none;	border: 0;}body {	font-weight: normal;}a {	text-decoration: none;	display: inline-block;}a,input,button,label {	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);	-webkit-appearance: none;}ul,li {	list-style: none;}h1 {	display: block;	line-height: normal;	text-align: center;}p {	font-size: 18px;	text-align: center;	color: #000000;	line-height: 24px;}.top-banner {	width: 100%;	height: 633px;	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	min-width: 1200px;}.top-banner .banner-img{	display: block;	width: 758px;	position: absolute;
	left: 50%;
	margin-left: -379px;
	bottom: 144px;}.center-box {	width: 100%;	height: auto;	background-color: #ffffff;	overflow: hidden;}.center-main{	width: 1200px;	overflow: hidden;	margin: 0 auto;
	padding: 66px 0;}
.item-img1{
	width: 762px;
	height: 970px;
	background-image: url(../images/table1.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.item-img2{
	width: 758px;
	height: 611px;
	background-image: url(../images/table2.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.item-img3{
	width: 1032px;
	height: 427px;
	background-image: url(../images/bottom.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.form-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/form.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}.m-form {	width: 1200px;	overflow: hidden;	margin: 0 auto;	padding: 66px 0;}.m-form h1{	font-size: 30px;	color: #ffffff;	margin-bottom: 15px;}.m-form .input-box,.m-form .button-box {	width: 582px;	height: 54px;	margin: 0 auto 15px auto;	overflow: hidden;}.m-form .button-box {	margin: 0 auto;	border: 0px;}.m-form .input-box input[type='text'] {	width: 540px;	height: 54px;	padding: 0 20px;	margin: 0 auto;	font-size: 24px;	line-height: 54px;	color: #000000;	background: #ffffff;}.m-form .button-box button,.m-form .input-box input[type='button'] {	width: 100%;	height: 100%;	background-color: #ffb560;	color: #000000;	font-size: 30px;	font-weight: bold;	cursor: pointer;}.m-form .check-input {	position: relative;}.m-form .check-input input[type='text'] {	position: absolute;	width: 280px;	left: 0px;	top: 0px;}.m-form .check-input button {	width: 260px;	position: absolute;	right: 0px;	top: 0px;	height: 100%;	background-color: #ffb560;	color: #000000;	font-size: 22px;	cursor: pointer;}input::placeholder {	color: inherit;}