@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;

}
a {
	color: #515151;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	font-family: '微软雅黑';
}
a:hover {
	color: #db352e;
	text-decoration: underline;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 14px;
	line-height: 28px;
	color: #515151;
	font-family: '微软雅黑';
}
.b12 {
	font-size: 14px;
	line-height: 28px;
	color: #515151;
	font-family: '微软雅黑';
}
.p14 {
	font-size: 14px;
	line-height: 28px;
	color: #515151;
	font-family: '微软雅黑';
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family: '微软雅黑';
}
.title {
	font-size: 14px; color: #7c7c7c; font-family:'微软雅黑';
	padding-left: 10px;

}
.white {
	color: #FFF;
	font-family: '微软雅黑';
}
.red {
	color: #900;
	font-family: '微软雅黑';
}
.foot, .foot a {
	font-size: 12px;
	line-height: 180%;
	color: #000000;
	font-family: '微软雅黑';
}
.foot a:hover {
	color: #0000CC;
}