<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.service{
	float:left;
	width:980px;
}
.serviceTitle{
	background:url(service_bg1.gif) no-repeat;
	height:30px;
	color:#fff;
	font-weight:bold;
	padding-left:160px;
	line-height:28px;
	font-size:16px;
}
.serviceCo1{
	margin-top:10px;
	border:#ddd solid 1px;
	padding:20px 10px;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
	color:#666;
	background: url(../../share/images/sxBg.gif) repeat-x;
}
.serviceCo1 div{
	float:left;
	padding-right:30px;
	height:80px;
}
.serviceCo{
	margin-top:10px;
	border-bottom:#ddd dotted 1px;
	width:470px;
	height:100px;
	font-size:12px;
	line-height:20px;
	float:left;
	padding:10px 10px;
	color:#666;
	overflow:hidden;
}
.serviceCo ul{
	list-style:none;
}
.serviceCo ul li{
	padding-right:10px;
	float:left;
	width:260px
}</pre></body></html>