﻿@charset "UTF-8";

/* 全局样式 */

html {
	font-family: 'Microsoft YaHei';
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background: #ffffff;
	margin: 0 auto;
	font-weight: normal;
	min-width: 1200px;
}

a {
	text-decoration: none;
	display: inline-block;
}

a,
input,
button,
label,
textarea {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	-webkit-appearance: none;
	font-family: 'Microsoft YaHei';
	outline: none;
}

img {
	display: block;
}

ul,
li {
	list-style: none;
}

h1 {
	font-size: 36px;
	color: #0009c0;
	display: block;
	line-height: 40px;
	text-align: center;
}

p {
	font-weight: normal;
	display: block;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #000000;
}

.main-one {
	width: 100%;
	height: 1266px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
}

.main-one .one {
	width: 671px;
	height: 428px;
	background-image: url(../images/img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 50%;
	margin-left: -373px;
	top: 45px;
}
.main-one .two {
	width: 191px;
	height: 191px;
	background-image: url(../images/img02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 50%;
	margin-left: -95.5px;
	top: 509px;
	z-index: 2;
}
.main-one .three {
	width: 884px;
	height: 600px;
	padding-top: 107px;
	position: absolute;
	left: 50%;
	margin-left: -442px;
	top: 598px;
	border: 1px solid #dfcbb5;
	border-radius: 5px;
}
.main-two {
	width: 1200px;
	height: 606px;
	margin: 0 auto;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 100px;
}
.main-three {
	width: 1200px;
	height: 427px;
	margin: 0 auto;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 100px;
}
.main-four {
	width: 100%;
	height: 506px;
	margin: 0 auto;
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
	position: relative;
	padding-top:35px; 

}
.main-four .img03{
	width: 502px;
	height: 197px;
	margin: 0 auto;
	background-image: url(../images/img03.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 35px;
}
.main-five {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-image: url(../images/img04.png);
	background-repeat: no-repeat;
	background-size: 359px 242px;
	background-position: center; 
	position: relative;
	margin-bottom: 80px;

}
.checkBox {
	width: 814px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.checkBox .object{
	width: 114px;
	height: auto;
	overflow: hidden;
	float: left;
}
.checkBox .option {
	width: 698px;
	height: auto;
	overflow: hidden;
	float: left;
}
.checkBox .option li, 
.checkBox .object li {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 58px;
	font-size: 18px;
	text-align: left;
	color: #000000;
	line-height: 58px;
}
.checkBox .option li {
	padding: 10px 0px;
	padding-left: 15px;
}
.checkBox .object li {
	text-align: center;
	color: #7b5429;
	font-weight: bold;
}
.checkBox .option li div {
	width: 25%;
	height: 30px;
	float: left;
	overflow: hidden;
	margin: 4px 0px; 
}

.checkBox .option li label {
	display: inline-block;
	position: relative;
	height: 30px;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	font-size: 18px;
	line-height: 30px;
	color: #7b5429;
	float: left;
	padding-left: 5px;
}

.checkBox .option li input[type='checkbox'],
.checkBox .option li input[type='radio'] {
	width: 26px;
	height: 26px;
	border: 1px solid #7b5429;
	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 #7b5429;
}

.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: 18px;
	color: #7b5429;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}

.form {
	width: 760px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.form div {
	width: 370px;
	height: 50px;
	border: solid 1px #c0b7aa;
	color: #ffffff;
	margin: 0 auto;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
	float: left;
	background-color: #7a5329;
}
.formtwo div{
	border: 0px;
	background-color: #ffffff;
	color: #910707;
}
.form input[type='text'] {
	width: 280px;
	float: right;
	height: 48px;
	line-height: normal;
	background: rgba(255, 255, 255, 1);
	font-size: 20px;
	color: #000000;
	height: 48px;
	outline: none;
	padding-left: 10px;
}
.formtwo input[type='text'] {
	color: #910707;
}
.form button {
	width: 360px;
	height: 50px;
	background-color: #8c6b40;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
}
.formtwo button {
	background-color: #edd39d;color: #910707;
}