@charset "utf-8";
*{
	margin: 0px;
	padding: 0;
	border: 0;
}
body,html {
	padding: 0;
	margin: 0;
	color: #282828;
	font-family: "微软雅黑" !important;
	height: 100%;
	overflow: hidden;
}

#container5{
	padding: 30px 0;
	background-color: #2d2d2d;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding-top: 5%;
}
.firstdiv{
	display: flex;
	width: 80%;
	margin: 0px auto;
	align-items: flex-start;
	margin-bottom: 5%;
}
.firstdivchild{
	width: 15%;
	border-right: 1px #404040 solid;
	flex: 1;
	text-align: center;
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	align-items: center;
	height: 142px;
}
.firstdivtilte{
	background: #5d5d5d;color: #fff;padding: 3px 17px;margin-bottom: 10px;
	width: 100px;
	text-align: center;
}
.firstdivul{
	color: #9b9b9b;
	text-align: left;
}
.firstdivul li{
	line-height: 35px;
}
.lastdiv{
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: baseline;
	margin-top: 2%;
	width:50% ;
		
}
.lastdivchild{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 1;
}
.icondiv{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #3a3a3a;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.bottomtext{
		text-align: center;font-size: 22px;color: #bababa;
	}
.bottomlogo{
	width:20% ;
}
.hrstyle{
	background-color: #424242; height: 1px;width: 100%;margin-top: 2%;margin-bottom: 2%;
}
@media screen and (max-width: 1366px) {
	.bottomtext{
		text-align: center;font-size: 18px;color: #bababa;
	}
	#container5{
		padding: 30px 0;
		background-color: #2d2d2d;
		display: flex;
		align-items: center;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
		padding-top: 3%;
	}
	.icondiv{
		width: 55px;
		height: 55px;
	}
	.icondiv img{
		width: 40%;
	}
	.bottomlogo{
		width:20% ;
	}
	.firstdiv{
		display: flex;
		width: 80%;
		margin: 0px auto;
		align-items: flex-start;
		margin-bottom: 5%;
	}
	.hrstyle{
		background-color: #424242;
		height: 1px;
		width: 100%;
		margin-top: 1.5%;
		margin-bottom: 1.5%;
	}
}
