@charset "utf-8";
body {
	margin:0px;
}
table,td,div {
	font-size:12px;
	font-family:Arial;
	line-height:22px;
	color: #000;
}
a:link {
	color: #d93029;
	text-decoration: none;
	font-size: 13px;

}
a:visited {
	color: #d93029;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	color: #33C;
	text-decoration: underline;
	font-size: 13px;

}
.text-main{
	width: 90%;
	margin: 0 auto;
	line-height: 25px;
}
.red{
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.main-div{
	width: 1090px;
	margin: 0 auto;
}
.h1-red{
	font-size: 18px;
	font-weight: bold;
	color: red;

	font-family: '微软雅黑',Arial;
}
.h1-red2{
	font-size: 18px;
	font-weight: bold;
	color: red;

	font-family: '微软雅黑',Arial;
}
.main-p{
	line-height: 30px;
	font-size: 16px;
	font-family: '微软雅黑',Arial;
	font-weight: bold;
}