/*技术支持*/

/*$$

{"color":[{"val":"#1c1c1c","title":"标题文字颜色"}],"background":[{"val":"#f5f5f5","title":"整体底色"},{"val":"#000000","title":"标题横线颜色"}],"border":[]}

$$*/



#support_156{

	width: 100%;

	background: #f5f5f5;

	padding: 0 0 60px 0;

}

#support_156 .supportBody{

	width: 1200px;

	margin: 0 auto;

}

#support_156 .indexTitle {

	width: 25%;

	float: left;

}



#support_156 .indexEN {

	text-transform: uppercase;

	font-family: arial;

	font-weight: bold;

	font-size: 48px;

	line-height: 50px;

	color: #1c1c1c;

}



#support_156 .indexCH {

	font-size: 24px;

	line-height: 60px;

	color: #1c1c1c;

}



#support_156 .indexLine {

	width: 15%;

	display: flex;

	justify-content: space-between;

	align-items: center;

}



#support_156 .indexLine span {

	width: 40%;

	height: 1px;

	background: #000000;

}



#support_156 .indexLine p {

	width: 6px;

	height: 6px;

	border-radius: 50%;

	background: #000000;

}

#support_156 .supportLink{

	width: 75%;

	float: right;

	margin-top: 50px;

}

#support_156 .supportLink ul{

	width: 100%;

	overflow: hidden;

}

#support_156 .supportLink ul li{

	width: calc(25% - 45px);

	margin-right: 45px;

	float: left;

	cursor: pointer;

	margin-bottom: 20px;

}

#support_156 .supportLink ul li img{

	width: 100%;

	height: auto;

	object-fit: cover;

}

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

	#support_156{

		padding: 30px 0 60px 0;

	}

	#support_156 .supportBody{

		width: 90%;

	}

	#support_156 .supportLink ul li{

		width: calc(25% - 20px);

		margin-right: 20px;

	}

}

/* ipad */

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

	#support_156{

		padding: 30px 0 60px 0;

	}

	#support_156 .supportBody{

		width: 90%;

	}

	#support_156 .indexEN{

		font-size: 35px;

		line-height: 40px;

	}

	#support_156 .supportLink ul li{

		width: calc(25% - 20px);

		margin-right: 20px;

	}

}

/* 手机 */

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

	#support_156{

		padding: 30px 0 60px 0;

		display: none;

	}

	#support_156 .supportBody{

		width: 96%;

	}

	#support_156 .indexTitle{

		width: 100%;

	}

	#support_156 .supportLink{

		width: 100%;

	}

	#support_156 .indexEN{

		font-size: 30px;

		line-height: 35px;

	}

	#support_156 .supportLink ul li{

		width: calc(50% - 25px);

		margin-bottom: 25px;

	}

}