@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;
	text-align: center;
}

p {
	font-size: 18px;
	text-align: center;
	color: #000000;
	line-height: 24px;
}

.bg1 {
	width: 100%;
	height: 508px;
	background-image: url(../images/bg1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}
.bg1 img{ margin-top: 100px;}

.bg2 {
	width: 998px;
	height: 346px;
	background-image: url(../images/bg2.jpg);
	margin: 0 auto;
}

.bg4_bg{
	width: 100%;
	background-color: #AA0001;
	padding-top: 30px;
}
.bg4{
	width: 1200px;
	height: 1196px;
	background-image: url(../images/bg4.jpg);
	margin: 0 auto;
}

.bg5{
	width: 1149px;
	height: 580px;
	margin: 0 auto;
}
.bg6{
	width: 1064px;
	height: 862px;
	background-image: url(../images/bg6.jpg);
	margin: 80px auto;
}


.form-box {
	width: 1279px;
	height: 460px;
	margin: 50px auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.m-form {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.m-form h1 {
	font-size: 36px;
	color: #000000;
	margin-bottom: 25px;
}

.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: #0168B7;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.m-form .check-input {
	position: relative;
}

.m-form .phone {
	width: 478px;
	height: 82px;
	background-image: url(../images/tel.jpg);
	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: #0168B7;
	color: #ffffff;
	font-size: 22px;
	cursor: pointer;
}

input::placeholder {
	color: inherit;
}
