@charset "utf-8";
/* CSS Document */

.friendly{
	margin:5px 0 5px 0;
	padding:0 0 0px 0;
	overflow:hidden;
}
.friendly .path{
	background-image: url(../images/icon07.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:0 0 0 25px
}
.friendly .path .before{
	margin:0 5px 0 0 ;}
.friendly .path a{
	text-decoration:none;}

/*--------------------------------------------------------------------function功能列*/
.function{
	float: right;
	background-image: url(../images/funbg2.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
	padding:0;
	margin:0 5px 5px 0;
	*margin:0 5px 0px 0;
}
.function ul{
	margin:0 0 5px 0;
	background-image: url(../images/funbg1.gif);
	background-repeat: no-repeat;
	background-position: -2px -1px;
	padding-left:15px;

}
.function li{
	padding:0px 0px 0px 3px;
	display:inline;
	margin:0;
	
		
}
.function li a{
	color: #666;
	text-decoration: none;
}
.function li a:hover{
	color: #CC3300;
	text-decoration: none;
}
.function a.print{
	background-image: url(../images/func_print.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 18px 7px 35px;
	*padding: 6px 18px 3px 35px;
	
}
.function a.forward{
	background-image: url(../images/func_forward.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 18px 7px 35px;
	*padding: 6px 18px 3px 35px;
}

.function a.back{
	background-image: url(../images/func_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 22px 7px 32px;
	*padding: 6px 22px 3px 32px;
}
/*---------------------------------------------quickLink*/
.quickLink{
	margin: 10px 0 ;
	text-align:right;
	clear:both;
	
}
.quickLink ul{
	margin: 0px;
	padding:0px;
	text-align:right;
	list-style-type: none;
	background-color: #ffffff;
}
.quickLink li{
	padding:0px 0px 0px 3px;
	display:inline;

}
.cp .quickLink li{
	padding:0px 0px 0px 3px;
	display:inline;
	background-image:none;
	margin:0 0 0 0;

}
.quickLink li a{
	color: #666;
	text-decoration: none;
}
.quickLink li a:hover{
	color: #CC3300;
	text-decoration: none;
}
.quickLink li a.gotop{
	background-image: url(../images/func_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 33px 9px 30px;
	*padding: 6px 33px 3px 30px;
}
.quickLink li a.back{
	background-image: url(../images/func_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 18px 7px 32px;
	*padding: 6px 18px 3px 32px;
}
