

/* 客服服务条 */
#service-banner{
	width:35px;
	position:absolute;
	top:180px;
	right:0;
	z-index:999;
	overflow:hidden;
}
.service-top,.service-bottom{
	width:151px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-service-top.png) no-repeat 0 0;
}
.service-bottom{
	height:16px;
	background-image:url(../images/bg-service-bottom.png);
}
.service-content{
	width:151px;
	height:168px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	background:url(../images/bg-service.gif) no-repeat;
}
.service-content ul{
	width:108px;
	height:113px;
	padding-left:42px;
	padding-top:30px;
	margin:0px;
	float:left;
	
}
.service-content li{
	width:130px;
	height:21px;
	color:#506700;
	line-height:21px;
	margin:0px;
	padding:0px;
	padding-left:0px;
}
.service-content li a{
	
	color:#000000;
	margin:0px;
	margin-left:0px;
	text-indent:0px;
	padding:0px;
	line-height:21px;
	height:21px;
	float:left;
}
.service-content li a:hover{ text-decoration:underline; color:#000;}
.service-content li a:link,.service-content li a:visited{
	color:#000000;
}
.service-content li a:hover,.service-content li a:active{
	color:#000000;
}
* html .service-top{
	background:transparent none no-repeat 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='../images/bg-service-top.png');
}
/** html .service-content{
	background:transparent none no-repeat 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='../images/bg-service.png');
}*/
* html .service-bottom{
	background:transparent none no-repeat 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='../images/bg-service-bottom.png');
}

