@charset "UTF-8";

/* 全局样式 */

html {
	font-family: 'Microsoft YaHei';
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	border: 0;
}

body {
	font-weight: normal;
	background-color: #ffffff;
}

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;
	font-size: 40px;
	line-height: normal;
	color: #ffffff;
	text-align: center;
}

p {
	font-size: 18px;
	text-align: center;
	color: #000000;
	line-height: 24px;
}

.bg1 {
	width: 100%;
	height: 586px;
	background-image: url(../images/bg1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	min-width: 1200px;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}
.bg1 img{ margin-top: 120px;}

.bg2 {
	width: 100%;
	height: 620px;
	background-image: url(../images/bg2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	min-width: 1200px;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}

.bg2 img{ margin-top: 50px;}

.bg3{
	width: 1276px;
	height: 688px;
	background-image: url(../images/bg3.jpg);
	margin: 0 auto;
}
.bg4{
	width: 1279px;
	height: 546px;
	background-image: url(../images/bg4.jpg);
	margin: 80px auto;
}
.bg5{
	width: 1149px;
	height: 580px;
	background-image: url(../images/bg5.jpg);
	margin: 0 auto;
}
.bg6{
	width: 1193px;
	height: 846px;
	background-image: url(../images/bg6.jpg);
	margin: 80px auto;
}
.bg7{
	width: 918px;
	height: 591px;
	background-image: url(../images/bg7.jpg);
	margin: 0 auto;
	margin-bottom: 80px;
}



.form-box {
	width: 1279px;
	height: 546px;
	background-image: url(../images/bg4.jpg);
	margin: 80px auto;
	/* background-image: url(../images/form.jpg); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.m-form {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 150px 0;
}

.m-form h1 {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 15px;
}

.m-form .input-box,
.m-form .button-box {
	width: 580px;
	height: 54px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	border: 1px solid #a0a0a0;
}

.m-form .button-box {
	margin: 0 auto;
	margin-bottom: 30px;
	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: rgba(255, 255, 255, 1);
}

.m-form .button-box button,
.m-form .input-box input[type='button'] {
	width: 100%;
	height: 100%;
	background-color: #d77042;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.m-form .check-input {
	position: relative;
}

.m-form .phone {
	width: 475px;
	height: 59px;
	background-image: url(../images/phone.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.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: #d77042;
	color: #ffffff;
	font-size: 22px;
	cursor: pointer;
}

input::placeholder {
	color: inherit;
}
