/* 样式重置 */
*{
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none; 
}
ul{
	list-style: none;
}
input,button{
	outline: none;
	border: none;
}

/* 主体内容 */
.zhuti{
	width: 100%;
	background-image: url(/images/hf/2020/month20200901/fybj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.classimg{
	width: 100%;
}

.module_one{
	margin-top: 20px;
	position: relative;
}
.module_one_one{
	position: absolute;
	bottom: 56%;
	left: 15%;
	width: 27%;
	height: 7%;
	/* border: 1px solid red; */
}
.module_one_two{
	position: absolute;
	bottom: 56%;
	left: 58%;
	width: 27%;
	height: 7%;
	/* border: 1px solid red; */
}
.module_one_three{
	position: absolute;
	bottom: 20%;
	right: 58%;
	width: 27%;
	height: 7%;
	/* border: 1px solid red; */
}
.module_one_four{
	position: absolute;
	bottom: 20%;
	right: 15%;
	width: 27%;
	height: 7%;
	/* border: 1px solid red; */
} 
.module_three{
	margin-top: 20px;
	padding: 0 11px;
	position: relative;
	padding-bottom: 13px;
}
.module_three_box{
	width: 45%;
	position: absolute;
	bottom: 18%;
	left: 28%;
	display: flex;
	justify-content: center;
}
.three_one{
	width: 87%;
	height: 1.1rem;
	border-radius: 3px;
}



.module_four{
	margin-top: 10px;
	position: relative;
}
.module_four
.module_four_one{
	position: absolute;
	bottom: 19%;
	left: 32%;
	width: 35%;
	height: 9%;
	/* border: 1px solid red; */
	border-radius: 16px;
}

.module_four_aone {
	background: #C0392B;
	position: absolute;
	/* border: 1px solid red; */
}

.four_one{
	width: 87%;
	height: 1.1rem;
	border-radius: 3px;
	background-image: url(/images/hf/2020/month20200601/btn02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.module_hyfour{
	position: relative;
	
}
.module_hyfour_one{
	position: absolute;
	bottom: 43%;
	left: 13%;
	width: 22%;
	height: 4%;
	/* border: 1px solid red; */
	border-radius: 16px;
}
.module_hyfour_two{
	position: absolute;
	bottom: 43%;
	right: 14%;
	width: 22%;
	height: 4%;
	/* border: 1px solid red; */
	border-radius: 16px;
}
.module_hyfour_three{
	position: absolute;
	bottom: 2%;
	right: 40%;
	width: 22%;
	height: 4%;
	/* border: 1px solid red; */
	border-radius: 10px;
}


/* 模块五 */
.module_five{
	/* margin-top: 34px; */
	padding: 0 13px;
	position: relative;
}
.module_five_box{
	width: 100%;
	position: absolute;
	bottom: 13%;
	left: 0%;
	display: flex;
	justify-content: center;
	z-index: 20;
}
.five_one{
	width: 37%;
	height: 1rem;
	border-radius: 3px;
	background-image: url(/images/hf/2020/month20200601/btn02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.module_three_boxdsd{
	width: 45%;
	position: absolute;
	bottom: 13%;
	left: 28%;
	display: flex;
	justify-content: center;
}
.three_onesda{
	width: 87%;
	height: 1.1rem;
	border-radius: 3px;
}
/* 模块六 */
.module_six{
	margin-top: 20px;
	position: relative;
}
.module_six_box{
	width: 100%;
	height: 18%;
	position: absolute;
	top: 27%;
	left: 0;
}
.module_six_box form{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.six_btn_in{
	width: 92%; 
	height: 1.1rem;
	background-color: #fff;
	border-radius: 6px!important;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 16px;
}
.six_box_btn{
	border-radius: 6px!important;
	width: 92%;
	height: 1.1rem;
	background: linear-gradient(to right, #f1c40f,#f39c12);
	font-size: 20px;
	color: #c0392b;
}
.six_gundong{
	width: 90%;
	height: 19%;
	position: absolute;
	bottom: 10.5%;
	left: 5%;
	border-radius: 6px;
	/* background-color: rgba(255,0,0,.25); */
	overflow: hidden;
	color: #fff;
	font-size: .4rem;
}
.clearfix{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}