.info-location {
	margin: 0 auto;
	width: 1180px;
	background: #fff;
	overflow: hidden;
}

.info-title p{
	width: 100%;
	text-align: center;
	font-family: '微软雅黑 Regular', '微软雅黑';
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #363636;
	margin:15px 0;
}

.info-detail p{
	width: 1120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: inherit;
	background-color: rgba(242, 242, 242, 1);
	border: none;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: '微软雅黑 Regular', '微软雅黑';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #A1A1A1;
	margin:0 auto;
}

.info-detail p {
	margin:0 15px;
}

.info-content {
	width: 100%;
	text-align: left;
	font-size: 14px;
	padding:15px 30px;
	margin:0 auto;
}

.sub-container img{
	display:block!important;
}