@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;
}

.top-banner {
	width: 100%;
	height: 792px;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	min-width: 1200px;
}

.top-banner .banner-img01 {
	display: block;
	width: 573px;
	position: absolute;
	left: 50%;
	margin-left: -286.5px;
	top: 114px;
}

.top-banner .banner-img02 {
	display: block;
	width: 455px;
	position: absolute;
	left: 50%;
	margin-left: -227.5px;
	bottom: 44px;
}

.center-box {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
}

.center-main {
	padding: 80px 0;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.content-one {
	width: 1161px;
	height: 917px;
	background-image: url(../images/content1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.content-two {
	width: 1200px;
	height: 414px;
	background-image: url(../images/content2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.content-three {
	width: 1178px;
	height: 424px;
	background-image: url(../images/content3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.content-four {
	width: 1200px;
	height: 1092px;
	background-image: url(../images/content4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.form-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f39800;
	/* background-image: url(../images/form.jpg); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.checkBox {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #00008b;
}

.checkBox .object {
	width:210px;
	overflow: hidden;
	border-right: 2px solid #00008b;
	float: left;
}

.checkBox .option {
	width: 588px;
	overflow: hidden;
	float: left;
}

.checkBox .option li,
.checkBox .object li {
	width: 100%;
	overflow: hidden;
}

.checkBox .option li {
	padding: 15px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #00008b;
	padding-left: 15px;
}

.checkBox .object li {
	height: 122px;
	line-height: 122px;
	text-align: center;
	border-bottom: 1px solid #00008b;
	background-color: #00a0e9;
	color: #ffffff;
	font-size: 24px;
}

.checkBox .option li:last-child,
.checkBox .object li:last-child {
	border-bottom: 0px;
}

.checkBox .option li div {
	width: auto;
	height: 30px;
	float: left;
	overflow: hidden;
	margin: 8px 12px;
}

.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: #000000;
	float: left;
	padding-left: 5px;
}

.checkBox .option li input[type='checkbox'],
.checkBox .option li input[type='radio'] {
	width: 26px;
	height: 26px;
	border: 1px solid #000000;
	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 #000000;
}

.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: #000000;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}

.m-form {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 66px 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: #0068b7;
	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: #0068b7;
	color: #ffffff;
	font-size: 22px;
	cursor: pointer;
}

.m-form2 .button-box button,
.m-form2 .check-input button {
	background-color: #f39800;
}

input::placeholder {
	color: inherit;
}
