/* 重置样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

button {
	outline: none;
}

input {
	outline: none;
}

/* 主体布局 */
.monhd {
	background-image: url(/images/hf/month20200901/bj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	min-width: 1200px;
}
.hybanner{
	width: 100%;
}
.module_one{
	min-width: 1200px;
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.module_hd01 {
	margin-top: -50px;
	margin-right: 70px;
	display: flex;
	padding-left: 70px;
	justify-content: center;
	flex-wrap: wrap;
}

/* 模块一 */
.module_one {
	min-width: 1200px;
	display: flex;
	justify-content: center;
}

/* 模块二 */
.module_two {
	margin: 0 auto;
	margin-top: 333px;
	width: 1200px;
	height: 369px;
	position: relative;
}

.module_two_one {
	width: 157px;
	height: 39px;
	position: absolute;
	bottom: 103px;
	left: 138px;
}

.module_two_two {
	width: 157px;
	height: 39px;
	position: absolute;
	bottom: 103px;
	left: 373px;
}

.module_two_three {
	width: 157px;
	height: 39px;
	position: absolute;
	bottom: 103px;
	right: 375px;
}

.module_two_four {
	width: 157px;
	height: 39px;
	position: absolute;
	bottom: 103px;
	right: 140px;
}



.hd01-one {
	width: 143px;
	height: 31px;
	border-radius: 16px;
	position: absolute;
	bottom: 65px;
	left: 92px;

}

.hd01-two {
	width: 143px;
	height: 31px;
	border-radius: 16px;
	position: absolute;
	bottom: 65px;
	left: 319px;

}

.hd01-three {
	width: 143px;
	height: 31px;
	border-radius: 16px;
	position: absolute;
	bottom: 65px;
	right: 558px;

}

.hd01-four {
	width: 143px;
	height: 31px;
	border-radius: 16px;
	position: absolute;
	bottom: 65px;
	left: 771px;

}

.hd01-five {
	width: 143px;
	height: 31px;
	border-radius: 16px;
	position: absolute;
	bottom: 65px;
	right: 108px;

}
/* 模块四 */
.module_four {
	width: 100%;
	margin-top: 75px;
	min-width: 1200px;
	display: flex;
	justify-content: center;
	position: relative;
}

.module_four_a {
	position: absolute;
	bottom: 117px;
	left: 140px;
	width: 272px;
	height: 70px;
	/* border: 1px solid red; */
}

.module_four_aone {
	width: 272px;
	height: 70px;
	position: absolute;
	bottom: 229px;
	left: 172px;

}



.module_five,
.module_three {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* 模块六 */
.module_six {
	padding-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.module_hyquan {
	padding-top: 30px;
	display: flex;
	padding-left: 70px;
	justify-content: center;
	flex-wrap: wrap;
}

.hd05-one {
	width: 139px;
	height: 30px;
	border-radius: 13px;
	position: absolute;
	bottom: 19px;
	left: 127px;

}

.hd05-two {
	width: 139px;
	height: 30px;
	border-radius: 13px;
	position: absolute;
	bottom: 19px;
	left: 562px;

}

.hd05-three {
	width: 139px;
	height: 30px;
	border-radius: 13px;
	position: absolute;
	bottom: 19px;
	right: 190px;
}

/* 模块七 */
.module_seven {
	width: 1200px;
	height: 585px;
	margin: 0 auto;
	margin-top: 60px;
	background-image: url(/images/hf/month20200901/hd08.png);
	background-repeat: no-repeat;
	position: relative;
}

.module_seven_left {
	width: 520px;
	height: 275px;
	padding: 15px;
	/* background-color: rgba(253,82,69,.8); */
	border-radius: 10px; 
	position: absolute;
	top: 163px;
	left: 103px;
	overflow: hidden;
}

.scroll-box {
	color: #fff;
	font-size: 18px;
}

.clearfix {
	display: flex;
	justify-content: space-between;
}

.module_seven_right {
	width: 495px;
	height: 217px;
	position: absolute;
	top: 235px;
	right: 53px;
}

.module_seven_form {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.input_comin_input {
	background-color: #fff;
	border-radius: 3px;
	border: none;
	width: 460px;
	height: 64px;
	padding: 20px;
	font-size: 16px;
}

.input_comin_input_btn {
	padding: 0;
	height: 54px;
	color: #fff;
	background: linear-gradient(160deg,
		#ffd963 0%,
		#ff9d2e 100%),
		linear-gradient(#000000,
		#000000);
	font-size: 20px;
	color: #a30000;
}
.hylast{
	width: 754px;
	margin: 0 auto;
	line-height: 45px;
	padding-bottom: 76px;
	font-size: 22px;
	color: #580000;
}