/* service_category
----------------------------------------------- */
#serviceList {
 padding-top: 20px;
 color: #999999;
 zoom:1;
 overflow: hidden;
}
#serviceList dl {
 width: 100%;
 _width: 100%;
 margin-right: 20px;
 margin-bottom: 30px;
 display:table;
}
#serviceList dl.last {
 margin-right: 0;
}
#serviceList dd{ float:left; width:35%;}
#serviceList dd img {
 border: 1px solid #EEEEEE;
 width: 400px;
 height: 260px;
}
#serviceList dt {
 margin-top: 8px;
 float:right;
 width:55%;
 margin-right:5%
}
#serviceList dt a{font-size:16px; font-weight:700;}
#serviceList dt p{line-height:24px; padding-top:15px; text-indent:20px;}
/* 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;
}