ul{
    list-style-type:none; /*list表示设置内容列表时前面的符号样式*/
	list-style-image:images/icon-1.jpg;
	list-style-position:outside; /*inside是指内容折行后和图标对齐 outside是指内容折行后和内容首文字对齐*/
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: underline;
}
.bai:link {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.bai:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.bai:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:link {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}
.menu2:link {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu2:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu2:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}
.small:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
.small:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
.small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: underline;
}
.red:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #8C2222;
	text-decoration: none;
}
.red:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #8C2222;
	text-decoration: none;
}
.red:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #8C2222;
	text-decoration: underline;
}
.wenzi-1 {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.wenzi-2 {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	line-height: 20px;
	color: #35689F;
}
.point {
	background-image: url(images/point.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.bluepoint {
	background-image: url(images/blue-point.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

