@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: 655px;
	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: 612px;
	position: absolute;
	left: 50%;
	margin-left: -308px;
	top: 145px;
}

.top-banner .banner-img2 {
	display: block;
	width: 441px;
	position: absolute;
	left: 50%;
	margin-left: -211px;
	bottom: -88px;
}

.center-box {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}

.center-main {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.item-box {
	width: 1200px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 64px;
}

.item-box .img {
	display: block;
	margin: 0 auto;
}

.swiper-box{
	width: 1100px;
	height: 231px;
	position: relative;
	margin-bottom: 64px;
}

.swiper-container {
	width: 990px;
	height: 231px;
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m-form {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 64px;
}

.m-form h1 {
	font-size: 30px;
	color: #000000;
	margin-bottom: 15px;
}

.m-form .input-box,
.m-form .button-box {
	width: 582px;
	height: 54px;
	border: 1px solid #000000;
	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: rgba(255, 255, 255, 0);
}

.m-form .button-box button,
.m-form .input-box input[type='button'] {
	width: 100%;
	height: 100%;
	background-color: #cc0600;
	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: 280px;
	left: 0px;
	top: 0px;
}

.m-form .check-input button {
	width: 260px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: #cc0600;
	color: #ffffff;
	font-size: 22px;
	cursor: pointer;
}

.m-form .phone {
	display: block;
	margin: 0 auto;
	padding-top: 36px;
}

input::placeholder {
	color: inherit;
}
