/* 首页荣誉资质样式 */
#ticker1{
	width:208px;
	height:400px;
	overflow:auto;
	margin:0 auto;
	margin-top:22px;
}

#ticker1 dt {
	font:normal 14px microsoft yahei;
	padding:10px 0px 10px 0px;;
	text-align:center;
	background-color:#e5e5e5;
	padding-top:10px;
	border:1px solid #ffffff;
	border-bottom:none;
	border-right:none;
	position:relative;
}
#ticker1 dd{
	text-align:center;
	font:normal 14px microsoft yahei;
	height:60px;line-height:36px;
	position:relative;
}
#ticker1 dd a:hover{color:#F00;}
#ticker1 dd.last {
	border-bottom:0px dashed #666;
}

#ticker1 div {
	margin-top:0;
}



/*首页常见问答样式*/
#ticker2{
	width:290px;
	height:300px;
	overflow:auto;
	margin:0 auto;
	margin-top:22px;
}
#ticker2 dt {
	font:normal 14px microsoft yahei;
	padding:20px 10px 10px 25px;
	font-weight:bold;
	background:url(../images/ask.jpg) 0px 18px no-repeat;
	position:relative;
}
#ticker2 dd{
	padding-left:25px;
	font:normal 12px microsoft yahei;
	background:url(../images/answer.jpg) 0px 8px no-repeat;
	height:130px;line-height:25px;
	border-bottom:1px dashed #666;
	position:relative;
}
#ticker2 dd a:hover{color:#F00;}