/*service css*/
#service_mainframe {
	float:left;
	width:977px;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	}
#service_navigator_frame {
	float:left;
	width:962px;
	height:23px;
	background:url(../images/service/frame_navtitle.png) no-repeat;
	padding-top:12px;
	padding-left:15px;
	}
#service_navigator {
	float:left;
	width:340px;
	height:23px;
	color:#FFF;
	font-size:12px;
	}
#service_navigator a{
	color:#FFF;
	text-decoration:none;
	position:relative;
	}
#service_navigator a:hover{
	color:#FFB100;
	}
#service_navigator_linkforum {
	float:left;
	width:605px;
	height:23px;
	padding-right:17px;
	text-align:right;
	color:#FFF;
	font-size:12px;
	}
#service_navigator_linkforum a{
	color:#999;	/*color:#2692bd;*/
	text-decoration:none;
	position:relative;
	}
#service_navigator_linkforum a:hover{
	color:#FFB100;
	text-decoration:none;
	}
#service_content {
	float:left;
	width:954px;
	height:auto;
	padding-left:9px;
	padding-right:14px;
	padding-top:3px;
	background:url(../images/service/frame_bg.png) repeat-y;
	position:relative;
	}
#service_statebar {
	float:left;
	width:977px;
	height:40px;
	background:url(../images/service/frame_statebar.png) no-repeat;
	}
#service_list_mainframe {
	float:left;
	width:328px;
	height:auto;
	padding-bottom:3px;
	position:relative;
	}
#service_list_top {
	float:left;
	width:328px;
	height:8px;
	background:url(../images/service/list_topbg.png) no-repeat;
	font-size:1px;
	}
#service_list_content {
	float:left;
	width:312px;
	height:auto;
	background:url(../images/service/list_bg.png) repeat-y;
	padding-left:8px;
	padding-right:8px;
	}
#service_list_bottom {
	float:left;
	width:328px;
	height:8px;
	background:url(../images/service/list_bottombg.png) no-repeat;
	font-size:1px;
	}
.service_list_title {
	float:left;
	width:312px;
	height:32px;
	background:#25221f;
	color:#b86673;
	font-size:16px;
	line-height:32px;
	text-indent:5px;
	}
.service_list_menu {
	float:left;
	width:307px;
	height:auto;
	color:#c7c5c1;
	font-size:12px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	}
.service_list_menu ul{
	margin-top:0px;
	margin-bottom:0px;
	list-style-image:url(../images/service/point.gif);
	line-height:20px;
	position:relative;
	left:-22px;
	}
.service_list_menu a{
	color:#c7c5c1;
	text-decoration:none;
	}
.service_list_menu a:hover{
	color:#ffff99;
	}
#service_answer_frame {
	float:left;
	width:623px;
	height:auto;
	padding-top:5px;
	padding-left:3px;
	padding-bottom:8px;
	}
#service_answer_border {
	float:left;
	width:621px;
	height:auto;
	border:1px solid #4B4741;
	}
#service_answer_title {
	float:left;
	width:601px;
	height:auto;
	color:#ffb100;
	padding:10px 10px;
	border-bottom:1px solid #4B4741;
	}
#service_answer_content {
	float:left;
	width:591px;
	height:auto;
	color:#FFF;
	padding:10px 15px 10px 15px;
	font-size:13px;
	}
	
#service_answer_content a {
	color:#0084df;
	text-decoration:none;
	}