@charset "utf-8";
/* CSS Document */

.eservice-3{	
	background: url(../images/eservice/bg.jpg) top center no-repeat;		
	background-size: cover;
}

.eservice-top{
	
text-align: center;
	
padding-top: 40px;
	
padding-bottom: 30px;
}

.eservice-top img{
	max-width: 100%;
}

.eservice-mid{
	
}

.eservice-bottom{
	padding-bottom: 20px;
}

.eservice-block-1{
	width:230px;
	background:url(../images/eservice/bg-theme1-1.png) bottom center no-repeat;
}
.eservice-block-1 .n-icon{
	padding-top: 50px;
}

.eservice-block-1 .n-text{
	padding-top:10px;
	padding-bottom: 60px;
	font: 27px/30px 'lineseed', Arial, sans-serif;
	color:#6c9542;
	text-align:center;
}

.eservice-block-1 img{
	/* max-width: 100%; */
}
.eservice-block-1:hover{
	transform: scale(1.03);
}


.eservice-block-2{
	margin-top: 151px;
	width:230px;
	background: url(../images/eservice/bg-theme1-2.png) top center no-repeat;
}
.eservice-block-2 .n-icon{
	padding-top: 0;
}

.eservice-block-2 .n-text{
	padding-top: 100px;
	padding-bottom: 10px;
	font: 27px/30px 'lineseed', Arial, sans-serif;
	color:#6c9542;
	text-align:center;
}

.eservice-block-2 img{
	/* max-width: 100%; */
}
.eservice-block-2:hover{
	transform: scale(1.03);
}




.eservice-bottom{
	min-height:43px;
	
}
@media (min-width: 320px) and (max-width:767px) { 
.eservice-mid{
	zoom: 0.67;
}
}