/*$$
{"color":[{"val":"#333333","title":"默认文字颜色"}],
"background":[],
"border":[{"val":"#eeeeee","title":"图片边框"}]}
$$*/
#link_159{
	width: 100%;
	padding: 50px 0;
}
#link_159 .linkBox{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left:160px;
	position: relative;
}
#link_159 .cloumn{
	position: absolute;
	left: 0;
	top:0;
	background:url(./../../../static/images/LK00009_01.png) no-repeat left center;
	width:160px;
	height: 45px;
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #333333;
}
#link_159 .linktit{
	width: 100px;
	height: 50px;
	border:#eeeeee solid 1px;
	overflow: hidden;
	border-radius: 10px;
	display: block;
	margin:10px;
	float: left;
}
#link_159 .linktit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
#link_159 .linktit:hover img{
	transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
	#link_159{
		padding: 30px 15px;
	}
	
}
@media screen and (max-width: 768px){
	#link_159{
		padding: 20px 15px;
	}
	#link_159 .cloumn{
		left:15px;
		width: 130px;
	}
	#link_159 .linkBox{
		padding-left: 130px;
	}
	#link_159 .linktit{
		width: 80px;
		height: 40px;
	}
}