@charset "UTF-8";

/* 全局样式 */

html {
	font-family: 'Microsoft YaHei';
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	border: 0;
}

body {
	background-color: #ffffff;
	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 {
	font-size: 38px;
	color: #000000;
	display: block;
	line-height: 40px;
	text-align: center;
}

p {
	font-size: 18px;
	text-align: center;
	color: #000000;
	line-height: 24px;
}

.top-banner {
	width: 100%;
	height: 647px;
	position: relative;
	background-image: url(../images/banner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 1200px;
	overflow: visible;
}

.top-banner .banner-img {
	display: block;
	width: 469px;
	position: absolute;
	left: 50%;
	margin-left: -234.5px;
	top: 0px;
}

.center-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 120px;
}

.center-box .content-img {
	display: block;
	margin: 140px auto;
}

.advantage {
	display: block;
	margin: 140px auto;
}

.m-form {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.m-form h1 {
	line-height: 70px;
}

.m-form .input-box,
.m-form .button-box {
	width: 460px;
	height: 56px;
	border: 1px solid #a0a0a0;
	margin: 0 auto 15px auto;
	overflow: hidden;
}

.m-form .button-box {
	margin: 0 auto;
	border: 0px;
}

.m-form .input-box input[type='text'] {
	width: 418px;
	height: 56px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 56px;
	color: #000000;
}

.m-form .button-box button,
.m-form .input-box input[type='button'] {
	width: 100%;
	height: 100%;
	background-color: #ec6437;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.m-form .check-input {
	position: relative;
}

.m-form .check-input input[type='text'] {
	position: absolute;
	width: 220px;
	left: 0px;
	top: 0px;
}

.m-form .check-input button {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: #ec6437;
	color: #ffffff;
	font-size: 22px;
	cursor: pointer;
}

.page-phone {
	display: block;
	margin: 20px auto;
}

.green-box {
	width: 100%;
	height: auto;
	background-color: #004525;
	padding: 50px 0 100px 0;
	min-width: 1200px;
}

.green-box img {
	display: block;
	margin: 0 auto;
}

input::placeholder {
	color: inherit;
}
