.service{
	padding:40px;
	background:#fff;
}
.ser-txt{
	width:73%;
	float:left;
}
.ser-txt ul {
	font-size:0;
}
.ser-txt ul  li {
	padding:0 10px 0 0;
	font-size:12px;
	display:inline-block; 
	vertical-align:top;
	margin-bottom:30px;
}
.clearleft{
	clear:left;
}
.ser-txt ul  li .ser-icon{
	display:block;
	width:40px;
	height:auto;
	margin-bottom:15px;
}
.ser-txt ul  li .t1{
	color:#565656;
	font-size:18px;
	margin-bottom:10px;
}
.ser-txt ul  li .t2{
	color:#929292;
	font-size:14px;
	line-height:22px;
}
.ser-img{
	width:23%;
	float:right;
	height:auto;
	background:#f1ba4e;
}
.ser-img img{
	width:100%;
	height:auto;
	position:relative;
	top:30px;
	right:30px;
	box-shadow:0 4px 20px rgba(0,0,0,.4);
}

@media screen and (max-width:1199px){

}
@media screen and (max-width:991px){
										
}
@media screen and (max-width:767px){
										.service{padding:20px;}
										.ser-txt ul li .t1{font-size:16px;}
										.ser-img img{top:10px;right:10px;}
}
@media screen and (max-width:600px){
										.ser-txt{width:100%;}
										.ser-txt ul li {margin-bottom:10px;}
										.ser-img{display:none;}
}
@media screen and (max-width:480px){

}
 
@media screen and (max-width:380px){
									 
}





