@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;

}
a {
	color: #525151;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-family: '微软雅黑';
}
a:hover {
	color: #165ab5;
	text-decoration: underline;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 12px;
	line-height: 18px;
	color: #525151;
	font-family:'微软雅黑';
}
.b12 {
	font-size: 12px;
	line-height: 18px;
	color: #525151;
	font-family: '微软雅黑';
}
.p14 {
	font-size: 14px;
	line-height: 20px;
	color:#525151;
	font-family: '微软雅黑';
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family:'微软雅黑';
}
.title {
	font-size: 14px; font-family:'微软雅黑'; color:#165ab5; line-height:1.8; font-weight: bold;
}
.title1 {
	font-size: 20px; font-family:'微软雅黑'; color:#165ab5; line-height:1.8; font-weight: bold;
}
.white {
	color: #FFF;
	font-family:'微软雅黑';
}
.red {
	color: #900;
	font-family:'微软雅黑';
}
.foot, .foot a {
	font-family:'微软雅黑'; font-size:14px; color:#cae0ff; line-height:1.6;
}
.foot a:hover {
	color: #165ab5;
}