@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-family: "宋体", Arial;
}
a:hover {
	color:#F00;
	text-decoration: underline;

}
a.change{}
a.change:hover {
	color:#F00;
	text-decoration: underline;
	position:relative;
	left:1px;
	top:1px;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-family: "宋体", Arial;
}
.p14 {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-family: "宋体", Arial;
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family: "宋体", Arial;
}
.title {
	font-size: 14px;
	line-height: 30px;
	color: #262626;
	padding-left: 10px;
	font-family: "宋体", Arial;
}
.white {
	color: #FFF;
	font-family: "宋体", Arial;
}
.red {
	color: #900;
	font-family: "宋体", Arial;
}
.foot, .foot a {
	font-size: 12px;
	line-height: 180%;
	color: #262626;
	font-family: "宋体", Arial;
}
.foot a:hover {
	color: #FE600E;
}
.menu, .menu a {
	font-size: 14px;
	font-weight:bold;
	color: #5b5b5b;
	font-family: "宋体", Arial;
}
.menu a:hover {
	color: #FE600E;
}