/*友情链接*/

/*$$

{"color":[{"val":"#000000","title":"栏目默认文字颜色"}],

"background":[{"val":"#b8060b","title":"栏目底部边框颜色"}],

"border":[{"val":"#d6d6d6","title":"图片边框"}]}

$$*/

#link_156 {

	width: 1200px;

	margin: 0 auto;

	padding: 80px 0;

}

#link_156 .column {

	width: 100%;

	color: #000000;

	position: relative;

	padding-bottom: 10px;

	margin: 20px 0 30px 0;

}



#link_156 .column::after {

	content: '';

	position: absolute;

	bottom: 0;

	width: 46px;

	height: 3px;

	background: #b8060b;

	left: 0;

}



#link_156 .column .tit-1 {

	font-size: 32px;

	line-height: 40px;

	text-align: left;

}



#link_156 .column .tit-2 {

	font-size: 15px;

	line-height: 24px;

	text-align: left;

}

#link_156 .linkBox {

	width: calc(100% + 36px);

	margin-left: -18px;

	display: grid;

	grid-template-columns: repeat(6, 1fr);

}

#link_156 .linkBox .linkItem {

	margin: 18px;

	height: 130px;

	border: #d6d6d6 solid 1px;

	display: flex;

	align-items: center;

	justify-content: center;

	overflow: hidden;

}

#link_156 .linkBox .linkItem img {

	width: auto;

	height: auto;

	max-width: 90%;

	max-height: 90%;

	object-fit: contain;

	transition: all .3s;

}

#link_156 .linkBox .linkItem:hover img {

	transform: scale(1.1);

}

/* 新增 */
#link_156 .part {
	width: 100%;
}

#link_156 .part .swiper {
	width: 100%;
	overflow: hidden;
}

#link_156 .part a {
	width: 30%;
	height: 280px;
	display: inline-block;
	background-size: cover!important;
}

#link_156 .part a p {
	height: 40px;
	background: #00000019;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	width: 100%;
	width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#link_156 .column a {
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #bd272b;
	letter-spacing: 1px;
	top: 40px;
}

#link_156 .swiper-button-prev:after {
	content: 'prev';
	width: 30px;
	height: 300px;
	background: #f5f5f5;
	line-height: 300px;
	left: -55px;
	right: auto;
	position: absolute;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #606060;
}

#link_156 .swiper-button-next:after {
	content: 'next';
	width: 30px;
	height: 300px;
	background: #f5f5f5;
	line-height: 300px;
	right: -55px;
	left: auto;
	position: absolute;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #606060;
}

#link_156 .link_156_pc{

	display: block;

}
#link_156 .link_156_wap{

	display: none;

}



@media screen and (max-width: 1200px) {

	#link_156 {

		width: 100%;

		padding: 30px 20px;

	}

}

@media screen and (max-width: 768px) {

	#link_156 {

		padding: 20px;

		margin-bottom: 100px;

		overflow: hidden;

	}

	#link_156 .column {

		margin: 0 0 20px 0;

	}

	#link_156 .column .tit-1 {

		font-size: 24px;

		line-height: 30px;

	}

	#link_156 .column .tit-2 {

		font-size: 14px;

	}

	#link_156 .linkBox {

		grid-template-columns: repeat(3, 1fr);

	}

	#link_156 .linkBox .linkItem {

		margin: 5px;

		height: 70px;

	}
	#link_156 {

		padding-bottom: 100px;
	
	}

	#link_156 .link_156_pc{

		display: none;
	
	}
	#link_156 .link_156_wap{

		display: block;
	
	}

}