/* service_category
----------------------------------------------- */
#serviceList {
 padding-top: 20px;
 color: #999999;
 zoom:1;
 overflow: hidden;
}
#serviceList dl {
 float: left;
 width: 382px;
 _width: 381px;
 margin-right: 25px;
 margin-bottom: 30px;
 text-align: center;
}
#serviceList dl.last {
 margin-right: 0;
}
#serviceList dd.img {
 margin-bottom: 8px;
	overflow: hidden;
}
#serviceList dd.img img {
 border: 1px solid #EEEEEE;
 width: 100%;
}
#serviceList dt {
 font-size: 14px;
 text-align: center;
 margin-bottom: 8px;
}
#serviceList dd.desc {
	font-size: 14px;
	color: #999;
	line-height: 180%;
}
/* service
----------------------------------------------- */
#service {
 padding: 20px 0;
 zoom:1;
 overflow: hidden;
}
#service h1 {
 font-size: 18px;
 text-align: center;
}
#service .content {
 margin-top: 15px;
 border-top: 1px solid #EEEEEE;
 padding: 10px 0;
 line-height: 260%;
 color: #777;
}