@charset "utf-8";
/* CSS Document */

/*联系方式部分*/
.lxfs{
	padding-top:50px;
	height:330px;
	text-align: center;
	color: #444;
}
.lxfs h2{
	font-size: 32px;
	line-height:50px;
}
.lxfs p{
	font-size: 18px;
}
.call{
	padding: 25px 0;
}

.call li{
	float: left;
	width: 285px;
	height: 180px;
	margin-right:20px;
	background:  rgba(211,211,211,0.3);
	transition:all 1s;
}
.call li:nth-child(4){
	margin-right: 0;
}
.call li:hover{
	margin-top:-8px;
	color: white;
	background: #888;
	box-shadow:3px 3px 10px rgba(4,0,0,0.6);
}
.call i,
.call span,
.call p{
	text-align: center;
}
.call i{
	display: block;
	margin-top: 20px;
	font-size:38px;
	color: #cfa54f;
}
.call span{
	display: block;
	font-size: 14px;
	margin-top:15px;
	line-height: 30px;
}
.call p{
	width: 180px;
	margin-top:10px;
	padding-left:52px;
}
/*公司地图*/
.map-litle{
	text-align: center;
	color: #444;
}
.map-litle h2{
	font-size: 32px;
	line-height: 50px;
}
.map-litle p{
	font-size: 18px;
}
.map{
	margin-top: 25px;
	margin-bottom:40px;
	width: 1201px;
	height: 440px;
	overflow: hidden;
}