@charset "UTF-8";

/* 全局样式 */

html {
	font-family: 'Microsoft YaHei';
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	border: 0;
}

body {
	background: #ffffff;
	margin: 0 auto;
	font-weight: normal;
	min-width: 1200px;
}

a {
	text-decoration: none;
	display: inline-block;
}

a,
input,
button,
label {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	-webkit-appearance: none;
}

img {
	display: block;
}

ul,
li {
	list-style: none;
}

h1 {
	font-size: 36px;
	color: #000000;
	display: block;
	line-height: 40px;
	text-align: center;
}

p {
	font-size: 18px;
	text-align: center;
	color: #000000;
	line-height: 24px;
}

.main-main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.main-one {
	width: 100%;
	height: 592px;
	background-image: url(../images/bg1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.main-one .main-main {
	width: 1200px;
	height: 550px;
	padding-top: 42px;
}

.main-one .main-main img,
.main-three .main-main img {
	display: block;
	margin: 0 auto;
}

.main-two {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #000c57;
}

.main-two .main-box {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.main-three {
	width: 100%;
	height: 650px;
	overflow: hidden;
	background-color: #000c57;
  padding-top: 52px;
}

.main-form {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
	background-color: #000c57;
}
.main-form-one{
  padding-bottom: 466px;
  background-image: url(../images/bgform.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.main-form-two img{
  display: block;
  margin: 63px auto 33px auto;
}
.main-form h1 {
	padding: 80px 0 20px 0;
}

.m-form .phone {
	margin: 0 auto;
}

.m-form {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
}

.m-form .input-box,
.m-form .button-box {
	width: 580px;
	height: 54px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	border: 1px solid #fcd98f;
}

.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: 20px;
	line-height: 54px;
	color: #fcd98f;
	background: rgba(255, 255, 255, 0);
}

.m-form .button-box button,
.m-form .input-box input[type='button'] {
	width: 100%;
	height: 100%;
	background-color: #fcd98f;
	color: #ffffff;
	font-size: 28px;
	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: #fcd98f;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}

input::placeholder {
	color: inherit;
}

.checkBox {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #fcd98f;
}

.checkBox .object {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
}

.checkBox .option {
	width: 75%;
	height: auto;
	overflow: hidden;
	float: left;
}

.checkBox .option li,
.checkBox .object li {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	text-align: left;
	color: #fcd98f;
	line-height: normal;
}

.checkBox .option li {
	padding: 15px 0px;
	border-bottom: 1px solid #fcd98f;
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.checkBox .object li {
	text-align: center;
	border-bottom: 1px solid #fcd98f;
	border-right: 1px solid #fcd98f;
	color: #fcd98f;
	font-size: 20px;
	height: 77px;
	line-height: 77px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.checkBox .object li:last-child,
.checkBox .option li:last-child {
	border-bottom: 0px;
}

.checkBox .option li div {
	width: auto;
	height: 30px;
	float: left;
	overflow: hidden;
	display: inline-block;
	margin: 8px 0px;
	margin-right: 30px;
}

.checkBox .option li label {
	display: inline-block;
	position: relative;
	height: 30px;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	font-size: 20px;
	line-height: 30px;
	color: #fcd98f;
	float: left;
	padding-left: 5px;
}

.checkBox .option li input[type='checkbox'],
.checkBox .option li input[type='radio'] {
	width: 26px;
	height: 26px;
	border: 1px solid #fcd98f;
	float: left;
	opacity: 0;
	margin: 2px 0;
}

.checkBox .option li label:before {
	content: '';
	position: absolute;
	left: -26px;
	top: 2px;
	width: 25px;
	height: 25px;
	border: 1px solid #fcd98f;
}

.checkBox .option li label:after {
	content: '';
	position: absolute;
	left: -26px;
	top: 2px;
	width: 26px;
	height: 26px;
	text-align: center;
}

.checkBox .option li input[type='checkbox']:checked+label:after,
.checkBox .option li input[type='radio']:checked+label:after {
	content: "\2713";
	font-size: 20px;
	color: #fcd98f;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}