.about-content .about-title{
	position: relative;
	text-align: center;
	color: #000;
	font-size: 25px;
}

.main .about-right {
	margin-left: 0 !important;
}
.about-content h2 {
	
	margin-top: 20px;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}
.content-main {
	margin-top: 30px;
}
.content-main p {
	position: relative;
	text-indent: 2em;
	
	height: 50px;
	line-height: 50px;
	float: left;
	width: 25%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}.content-main p{
	border-right: none;
}
.content-main p:nth-last-child(1){
	border-right: 1px solid #ccc;
}
.content-main p i {

top: 10px;
	position: absolute;
	left: 0;
	display: block;
	height: 30px;
	width: 30px;
}
.content-main p:nth-child(1) i{
	background: url(../images/dianhua.png) no-repeat;
	background-position:  center center;
	background-size: 20px;
	
}
.content-main p:nth-child(2) i{
	background: url(../images/youbian.png) no-repeat;
	background-position:  center center;
	background-size: 20px;
}
.content-main p:nth-child(3) i{
	background: url(../images/youxiang.png) no-repeat;
	background-position:  center center;
	background-size: 20px;
}
.content-main p:nth-child(4) i{
	background: url(../images/dizhi.png) no-repeat;
	background-position:  center center;
	background-size: 20px;
}
.mapstyle {
	margin-top: 50px;
	padding: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#map {

	width: 100%;
	height: 400px;
	
	

}
.message .about-title {
	margin-top: 30px;
	text-align: center;
	color: #000;
	font-size: 25px;
}

@media screen and (max-width: 1450px) {
	

}
@media screen and (max-width: 1230px) {

}
@media screen and (max-width: 1100px){
	

	
}
@media screen and (max-width: 800px) {
	

	.content-main p {
		width: 100%;
		border: none;
		border-right: 0;
	}
	.about-right .about-content {
		padding-top: 0;
		
	}
	.about-content h2 {
		margin-top: 10px;
		text-align: left;
		text-indent: 0.5em;
	}
	.content-main {
		margin-top: 10px;
	}
	.content-main p:nth-last-child(1){
		border-right: 0;
	}
	.mapstyle {
		padding: 5px;
		margin-top: 10px;
	}
	.mapstyle #map {
		height: 250px;
	}
	.message .about-title {
		margin-top: 10px;
	}
}

@media screen and (max-width: 600px) {
	
	
	
	
	
	

}