*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.container{
	width: 1100px;
	background: #222222;
	margin: 0 auto;
	overflow: hidden;
}
.t-log{
	widows: 100%;
	height: 120px;
	margin-top: 50px;
	margin-left: 44px;
}
.imgs{
	display: flex;
	align-items: flex-end;
}
.title{
	overflow: hidden;
	width: 1099px;
	height: 98px;
	background: #8c8c8c;
	text-indent: 56px;
}
.title3{
	font-size: 24px;
	color: #000000;
	line-height:64px;
}
.title4{
	font-size: 16px;
	letter-spacing:1px;
	color: #585858;
}
.icon{
	width: 100%;
	height: 774px;
	padding-left:57px;
	margin-top: 43px;
	box-sizing: border-box;
}
.icon li{
	display: flex;
	margin-bottom: 20px;
}
.img{
	width: 92px;
	height: 97px;
	padding: 20px;
	box-sizing: border-box;
	background: #535353;
}
.img img{
	width: 100%;
	height: 100%;
}
h4{
	font-size: 18px;
	color: #a4a4a4;
}
h5{
	font-size: 16px;
	color: #828282;	
	margin-top: 13px;
}
.list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;	
}
.list li{
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}
.list li img{
	width: 100%;
	height: 100%;
}
