/* 重置样式 */
*{  
	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/2020/month0601/bj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	width: 100%;
	min-width: 1200px;
}

/* 模块一 */
.module_one{
	min-width: 1200px;
	display: flex;
	justify-content: center;
}
/* 模块二 */
.module_two{
	margin: 0 auto;
	margin-top: 200px;
	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;
}

/* 模块三 */
.module_three{
	margin: 0 auto;
	margin-top: 88px;
	width: 1200px;
	position: relative;
}
.module_three_one{
	width: 228px;
	height: 54px;
	position: absolute;
	bottom: 126px;
	left: 140px;
}


/* 模块四 */
.module_four{
	margin: 0 auto;
	margin-top: 60px;
	width: 1200px;
	position: relative;
}
.module_four_a{
	position: absolute;
	bottom: 129px;
	right: 128px;
	width: 240px;
	height: 50px;
}
.module_four_aone{
	position: absolute;
	bottom: 96px;
	left: 128px;
	width: 110px;
	height: 50px;
}
.module_four_atwo{
	position: absolute;
	bottom: 96px;
	left: 383px;
	width: 110px;
	height: 50px;
}
.module_four_athree{
	position: absolute;
	bottom: 277px;
	left: 128px;
	width: 110px;
	height: 50px;
}
.module_four_afour{
	position: absolute;
	bottom: 277px;
	left: 383px;
	width: 110px;
	height: 50px;
}

/* 模块五 */
.module_five{
	margin: 0 auto;
	margin-top: 60px;
	width: 1200px;
	height: 452px;
	position: relative;
}
.module_five_model{
	position: absolute;
	bottom: 131px;
	left: 104px;
	width: 486px;
	height: 42px;
	
}
.input_comin{
	background-color: #ecf0f1;
	border-radius: 30px;
	border: none;
	width: 334px;
	height: 40px;
	padding: 20px;
	font-size: 16px;
}
.inp_btn{
	background-image: url(/images/hf/2020/month0601/js.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 42px;
	width: 215px!important;
}
.inp_btn:hover{
	cursor: pointer;
}
.module_five_form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	width: 990px;
	padding: 0 20px;
}
.module_five_a{
	position: absolute;
	bottom: 119px;
	left: 134px;
	width: 243px;
	height: 68px;
}
.module_five_atwo{
	position: absolute;
	bottom: 316px;
	right: 478px;
	width: 243px;
	height: 129px;
}
.module_five_athree{
	position: absolute;
	bottom: 316px;
	left: 141px;
	width: 243px;
	height: 129px;
}
/* 模块六 */
.module_six{
	padding-top: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/* 模块七 */
.module_seven{
	width: 1200px;
	height: 745px;
	margin: 0 auto;
	margin-top: 60px;
	background-image: url(/images/fuyang/2020/month0601/huoke.png);
	background-repeat: no-repeat;
	position: relative;
}
.module_seven_left{
	width: 495px;
	height: 280px;
	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;
}