/*友情链接*/
/*$${"color":[{"val":"#f7f7f7","title":"标题大英文颜色"},{"val":"#222222","title":"标题中文字颜色"},{"val":"#999999","title":"标题小英文"}],
"background":[{"val":"#0041e6","title":"标题横线"}],
"border":[]}$$*/

#link_154{
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}
#link_154 .indexTitle {
	width: 220px;
	float: left;
}

#link_154 .indexTitle .indexTitENBig {
	font-family: arial;
	font-size: 74px;
	line-height: 74px;
	color: #f7f7f7;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

#link_154 .indexTitle .indexTitCH {
	font-size: 36px;
	line-height: 50px;
	color: #222222;
	margin-top: -47px;
}

#link_154 .indexTitle .indexTitENSmall {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 40px;
	color: #999999;
	margin: 0;
}

#link_154 .indexTitle .indexLine {
	width: 80px;
	height: 2px;
	background: rgba(84, 128, 14, 1);
	margin-top: 10px;
}
#link_154 .supportLink{
	width:calc(100% - 230px);
	float: right;
	margin-top: 50px;
}
#link_154 .supportLink ul{
	width: 100%;
	overflow: hidden;
}
#link_154 .supportLink ul li{
	width: calc(20% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	padding:10px 15px;
}
#link_154 .supportLink ul li img{
	width: 100%;
	object-fit: contain;
}
@media screen and (max-width:1200px) {
	#link_154{
		width: 90%;
		padding: 40px 0;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#link_154{
		width: 90%;
		padding: 40px 0;
	}
	#link_154 .supportLink ul li{
		width: calc(50% - 45px);
		margin-bottom: 20px;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#link_154{
		width:100%;
		padding: 20px 0;
		display: none;
	}
	#link_154 .indexTitENBig{
		font-size: 35px !important;
	}
	#link_154 .indexTitCH{
		font-size: 28px !important;
	}
	#link_154 .indexTitENSmall{
		font-size: 18px !important;
	}
	#link_154 .indexTitle{
		width: 100%;
		padding: 0 20px;
	}
	#link_154 .supportLink{
		width: 100%;
		margin-top: 10px;
		padding: 0 10px;
	}
	#link_154 .supportLink ul li{
		width: calc(50% - 20px);
		margin:10px;
	}
}