/* CSS Document */
.dzhomeart{ display:none; margin:20px; padding:20px; font-size:16px;}
.service-img{height:170px; overflow:hidden;}
.map-area{
float:left; 
width:20%;
}

.postContent{ 

text-align:center;
font-size:16px;

}
.postContent img{ 

max-width: 800px;
max-height: auto;

}

.phone-foot
{
    display: none;
}

@media (max-width:768px){
	
	.map-area{
		width:50%;
		text-align:center;
		padding:15px;
	}
	
	.postContent img{ 

	max-width: 100%;
	max-height: auto;

	}
	
	.phone-foot
{
	display: block;
	text-align: center;
	position: fixed;
	z-index: 10000;
	height: 50px;
	bottom: 0px;
	line-height: 50px;
	width: 100%;
	background: #3c3c3b;
}
.phone-foot img
{
	height: 45px;
	width:45px;
}

.service-img{height:100%;}

}

