html,
body {
	width: 100%;
	min-height: 100vh;
	font-family: '微软雅黑';
}
.header{
	width: 100%;
	height: 80px;
	background: #f3f4f5;
}
.content{
	padding-bottom: 140px;
}
.banner{
	width: 100%;
	height: 300px;
}
.banner img{
	width: 100%;
	height: 300px;
}
.gongJuJianJieBox{
	padding: 20px 0;
}
.titBox{
	width: 600px;
	margin: 20px auto;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/gjtit_bg.png) no-repeat center center;
	background-size: 592px 1px;
	font-size: 24px;
}
.gongJuJianJie{
	width: 1020px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.gjjjItem{
	width: 23%;
	box-shadow: 0 0 6px #D8D8D8;
	border-radius: 6px;
	padding: 40px 0;
}
.gjjjItemImg{
	display: flex;
	justify-content: center;
	align-items: center;
}
.gjjjItemImg img{
	width: 50px;
	border-radius: 50%;
}
.gjjjItemTit{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0 16px 0;
}
.gjjjItemText{
	padding: 0 25px;
	line-height: 1.8;
}
.gjjjItemTextLine{
	display: flex;
	padding: 6px 0;
}
.gjjjItemTextLine img{
	width: 10px;
	height: 10px;
	margin-right: 8px;
	margin-top: 8px;
}
.gjjjItemTextLine span{
	display: block;
	color: #999;
}
.gongJuXiaZai{
	width: 1020px;
	margin: 0 auto;
	border: 1px solid #2080CC;
	border-radius: 2px;
	padding: 20px 0;
}
.gongJuXiaZaiLine{
	width: calc(100% - 120px);
	margin: 0 auto;
	height: 70px;
	border-bottom: 1px dashed #EBEBEB;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #333;
}
.gongJuXiaZaiLine:hover{
	color: #0167B7;
}
.gongJuXiaZaiLine:last-child{
	border: none;
}
.gongJuXiaZaiLineLeft{
	font-size: 17px;
}
.gongJuXiaZaiLineLeft img{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 14px;
}
.gongJuXiaZaiLineRight{
	width: 120px;
	height: 36px;
	border: 1px solid #0167B7;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0167B7;
}
.gongJuXiaZaiLineRight img{
	margin-left: 8px;
}
.footer{
	width: 100%;
	height: 100px;
	background: #f3f4f5;
	position: fixed;
	bottom: 0;
	left: 0;
}