@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;

}
a {
	color: #7a7979;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-family: "微软雅黑";
}
a:hover {
	color: #4b8ed7;
	text-decoration: underline;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 12px;
	line-height: 18px;
	color: #7a7979;
	font-family: "微软雅黑";
}
.b12 {
	font-size: 12px;
	line-height: 18px;
	color: #7a7979;
	font-family: "微软雅黑";
}
.p14 {
	font-size: 14px;
	line-height: 20px;
	color: #7a7979;
	font-family: "微软雅黑";
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family: "微软雅黑";
}
.title {
	font-size:14px; font-family:'微软雅黑'; color:#7a7979; text-indent:4px;
}
.white {
	color: #FFF;
	font-family: "微软雅黑";
}
.red {
	color: #900;
	font-family: "微软雅黑";
}
.foot, .foot a {
	font-size:14px; font-family:'微软雅黑'; line-height:1.6; color:#e2effd;
}
.foot a:hover {
	color: #4b8ed7;
}