body
{
    font-family: "宋体";
	color:#898989;
	text-decoration: none;
	background-image:url(images/bg.gif);    /*背景图片*/
	text-align:center;
	}

/*****************文字******************/
.text1
{
    color:#075C98;
	font-size:13px;
	line-height:150%;
	letter-spacing:1px;
}
.text2
{
    font-family:"黑体";
    color:#075C98;
	font-size:12px;
	line-height:150%;
	letter-spacing:1px;
}
.text3
{
    color:#363636;
	font-size:12px;
	line-height:170%;
	letter-spacing:1px;
}
.text4
{
    font-family:"黑体";
    color:#F7941C;
	font-size:10px;
	line-height:150%;
    text-align:center;
}
.text5
{
    color:#666666;
	font-size:12px;
	line-height:140%;
	letter-spacing:1px;
}
.text6
{
    color:#333333;
	font-size:14px;
	line-height:140%;
	letter-spacing:2px;
	font-weight:bold;
}
.text7
{
    color:#333333;
	font-size:14px;
	letter-spacing:2px;
}
/*****************坚线******************/
.shu{
    font-size:9px;
    color:#075C98;
}
/*****************表单******************/
input{
    border:#B5C6D5 1px solid;
	background-color:#ffffff;
}
select{
    width:150px;
	color:#393939;
	font-size:12px;
}
/*****************链接******************/
a.link-hei:link {
	font-family: "Times New Roman", "Times", "serif", "宋体";
	font-size: 10pt;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}
a.link-hei:visited {
	font-family: "Times New Roman", "Times", "serif", "宋体";
	font-size: 10pt;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}
a.link-hei:hover {
	font-family: "Times New Roman", "Times", "serif", "宋体";
	font-size: 10pt;
	line-height: 150%;
	color: #0054A6;
	text-decoration: none;
    font-weight:bold;
}
a:link {
	font-family: "Times New Roman", "Times", "serif", "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #363636;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", "Times", "serif", "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #363636;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", "Times", "serif", "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #0054A6;
	text-decoration: none;
}
