/*联系我们*/
/*$$
{"color":[{"val":"#555555","title":"标题颜色+标题引文颜色+正文"},{"val":"#226659","title":"标题颜色"},{"val":"#999999","title":"标题小英文"}],"background":[{"val":"#f08519","title":"标题横线"},{"val":"#cecece","title":"列表竖线"}],"border":[]}
$$*/

#contact_156 {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

#contact_156 .indexTit {
	width: 100%;
}

#contact_156 .indexTit .indexLine {
	width: 1px;
	height: 45px;
	margin: 0 auto;
	background: #f08519;
}

#contact_156 .indexTit .indexTitBold {
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	line-height: 46px;
	color: #555555;
	text-align: center;
}

#contact_156 .indexTit .indexTitBold span {
	color: rgba(163, 200, 76, 1);
}

#contact_156 .indexTit .indexTitChar {
	font-size: 18px;
	line-height: 46px;
	color: #555555;
	text-align: center;
}

#contact_156 .contactBody {
	width: 100%;
	margin-top: 40px;
	padding: 0 8.7%;
}

#contact_156 .contactBody ul {
	width: 100%;
	overflow: hidden;
}

#contact_156 .contactBody ul li {
	width: 25%;
	float: left;
	position: relative;
}

#contact_156 .contactBody ul li img {
	width: 40px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

#contact_156 .contactBody ul li p {
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	color: #555555;
	margin-top: 10px;
}

#contact_156 .contactBody ul li:after {
	content: "";
	height: 70px;
	width: 1px;
	position: absolute;
	background: #cecece;
	top: 50%;
	margin-top: -35px;
	right: -5px;
}

@media screen and (max-width:1200px) {
	#contact_156 {
		width: 90%;
	}
	
	#contact_156 .contactBody {
		padding: 0;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#contact_156 {
		width: 90%;
	}
	
	#contact_156 .contactBody {
		padding: 0;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#contact_156 {
		width: 96%;
		padding: 20px 0 10px 0; 
	}
	#contact_156 .contactBody ul li {
		width: 50%;
	}
	#contact_156 .contactBody {
		padding: 0;
		margin-top: 20px;
	}
	#contact_156 .indexTit .indexLine{
		height: 30px;
	}
	#contact_156 .indexTit .indexTitBold{
		font-size: 22px;
		line-height: 40px;
	}
	#contact_156 .indexTit .indexTitChar{
		font-size-adjust: 16px;
		line-height: 30px;
	}
	#contact_156 .contactBody ul li p{
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

