
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
	background: #f0f0f0;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	filter: brightness(1.3);
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1300px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1300{
	width:1300px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

#main{
	position: relative;
	height: 100%;
	background: url(../image/bg1.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 100vh;
}

#main.bg2{
	position: relative;
	height: 100%;
	background: url(../image/bg2.jpg) no-repeat center top;
	background-size: cover;
	min-height: 100vh;
}

.btnBox{
	width: 100%;
	min-width: 1300px;
	display: flex;
	justify-content: center;
	margin-top: 600px;
}

.btnBox a{
	display: block;
	background-color: #825901;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 35px;
	border-radius: 20px;
	margin: 0 30px;
}

.page02{
	width: 100%;
	min-width: 1300px;
	display: flex;
	justify-content: center;
	margin-top: 280px;
	flex-direction: column;
	align-items: center;
}

.page03{
	width: 100%;
	min-width: 1300px;
	display: flex;
	justify-content: center;
	margin-top: 340px;
	flex-direction: column;
	align-items: center;
}

.page04{
	width: 100%;
	min-width: 1300px;
	display: flex;
	justify-content: center;
	margin-top: 280px;
	flex-direction: column;
	align-items: center;
}

.page05{
	width: 100%;
	min-width: 1300px;
	display: flex;
	justify-content: center;
	margin-top: 280px;
	flex-direction: column;
	align-items: center;
}

.page06{
	width: 100%;
	min-width: 1300px;
	display: flex;
	justify-content: center;
	margin-top: 280px;
	flex-direction: column;
	align-items: center;
}

input[type=text]{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #825901;
	outline: none;
	font-size: 20px;
}

input[type=button]{
	background-color: #825901;
	color: #fff;
	font-size: 20px;
	padding: 5px 30px;
	border-radius: 15px;
	border: none;
	cursor: pointer;
}

.label{
	display: flex;
	margin-bottom: 30px;
}

.label span{
	color: #825901;
	font-size: 22px;
	width: 100px;
	display: block;
}

.page03 input[type=text]{
	width: 300px;
	font-size: 20px;
	margin-left: 5px;
}

.page03 input[type=button]{
	margin-top: 100px;
}

.page03 input[type=button]:hover{
	filter: brightness(1.3);
}

.page04 h1{
	font-size: 40px;
	color: #825901;
	margin-bottom: 30px;
	text-align: center;
}

.page04 p{
	font-size: 22px;
}

.page05 ul{
	width: 1300px;
	height: 600px;
	overflow-y: auto;
}

.page05 ul li{
	font-size: 22px;
	color: #825901;
	border-bottom: 1px solid #825901;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page05 ul li a{
	background-color: #825901;
	color: #fff;
	font-size: 18px;
	padding: 5px 15px;
	border-radius: 20px;
	margin: 5px 30px;
	display: block;
}

.page05 .listBtn{
	display: flex;
	align-items: center;
}

.page05 .listBtn span{
	display: flex;
	flex-direction: column;
}

.page06 .head{
	font-size: 22px;
	color: #825901;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin-bottom: 10px;
}

.page06 .con{
	height: 550px;
	overflow-y: auto;
	width: 1000px;
}

.page06 .con h1{
	margin: 10px 0;
	font-size: 28px;
	color: #333;
	font-weight: normal;

	text-align: center;
}

.page06 .con h2,.page04 h2{
	margin: 10px 0;
	font-size: 20px;
	color: #333;

	text-indent: 2em;
}

.page06 .con p,.page04 p{
	font-size: 20px;
	color: #333;
	margin: 5px 0;

	text-indent: 2em;
}

.page04 .box{
	width: 1000px;
	margin: 0 auto;
	height: 34vw;
	overflow-y: auto;
}

.page04 h2,.page04 p{
	text-align: left;
	line-height: 1.8;
}

.page04 p span{
	font-weight: bold;
	margin-right: 10px;
}

.page02 .inpBox>div{
	display: flex;
}

.page02 .label span{
	width: unset;
}

.page02 .label{
	margin-right: 30px;
	margin-bottom: 20px;
}

.page02 .inpBox>div:nth-child(1) .label:nth-child(1) input{
	width: 100px;
}

.page02 .inpBox>div:nth-child(1) .label:nth-child(2) input{
	width: 500px;
}

.page02 .inpBox>div:nth-child(1) .label:nth-child(3) input{
	width: 150px;
}

.page02 .inpBox>div:nth-child(2) .label:nth-child(1) input{
	width: 530px;
}

.page02 .inpBox>div:nth-child(3) .label:nth-child(1) input{
	width: 1000px;
}

.page02 select{
	outline: none;
	padding: 5px 15px;
	margin: 0 10px;
	border-radius: 10px;
	font-size: 18px;
}

.page02 .btnBox{
	margin-top: 20px;
}

.page02 .btnBox a{
	font-weight: normal;
	font-size: 20px;
	padding: 8px 30px;
}

.over{
	width: 1100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	/* height: 600px; */
}

.phText{
	display: none;
}

@media (max-width: 980px) {
	body{
		background-color: #fff;
	}
	#main {
		position: relative;
		background: url(../image/bgp1.jpg) no-repeat top center;
		background-size: inherit;
		height: 100vh;
	}
	.wrapper{
		max-width: unset;
		min-width: unset;
	}
	.btnBox a:nth-child(2){
		display: none;
	}
	.btnBox{
		width: 100%;
		min-width: unset;
		display: flex;
		justify-content: center;
		margin-top: 72vw;
		flex-direction: column;
		align-items: center;
	}
	.btnBox a {
		display: block;
		background-color: #825901;
		color: #fff;
		font-weight: bold;
		font-size: 5vw;
		padding: 20px 60px;
		border-radius: 50px;
		margin: 60px 30px;
	}
	#main.bg2 {
		position: relative;
		background: url(../image/bgp2.jpg) no-repeat top center;
		background-size: inherit;
		height: 100vh;
	}
	.page03{
		min-width: unset;
		margin-top: 52vw;
	}
	.label span {
		color: #825901;
		font-size: 4.7vw;
		width: 24vw;
		display: block;
	}
	.page03 input[type=text] {
		width: 50vw;
		font-size: 4.2vw;
	}
	.label {
		margin-bottom: 10vw;
	}
	input[type=button] {
		background-color: #825901;
		color: #fff;
		font-size: 5vw;
		padding: 20px 60px;
		border-radius: 50px;
		border: none;
		cursor: pointer;
	}
	.page04,.page06,.page05{
		min-width: unset;
		margin-top: 36vw;
	}
	.page04 .box {
		width: 90%;
		margin: 0 auto;
		height: 70vh;
		overflow-y: auto;
	}
	.page04 h1{
		font-size: 5vw;
	}
	.page06 .con p, .page04 p{
		font-size: 4vw;
		margin: 1vh 0;
	}
	.page06 .con h2, .page04 h2{
		font-size: 4vw;
	}
	.page06 .head {
		font-size: 4.5vw;
		color: #825901;
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
		flex-direction: column;
	}

	.page06 .head span{
		margin: 1vw 0;
	}

	.page06 .con {
		height: 55vh;
		overflow-y: auto;
		width: 100%;
	}

	.page06 .con h1 {
		margin: 10px 0;
		font-size: 4.6vw;
		color: #333;
		font-weight: normal;
		text-align: center;
	}

	.page05 ul {
		width: 100%;
		height: 72vh;
		overflow-y: auto;
	}

	.page05 ul li {
		font-size: 4.5vw;
		color: #825901;
		border-bottom: 1px solid #825901;
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	.page05 ul li span{
		margin: 1vw 0;
	}

	.page05 ul li a:nth-child(2){
		background-color: #825901;
		color: #fff;
		font-size: 3.2vw;
		padding: 13px 4vw;
		border-radius: 50px;
		border: none;
		cursor: pointer;
	}

	.page05 .listBtn span {
		display: flex;
		flex-direction: row;
	}

	.phText{
		display: block;
		text-align: center;
		width: 90%;
		color: #825901;
		font-size: 3vw;
		margin-top: 3vh;
	}
}
