/* CSS */

html,body
{
margin:0px;
font:"宋体";
font-size:12px;
}

/*-----------------------------------蓝色字体--------------------------------*/

.text_blue
{
font-family:"宋体";
font-size:12px;
color:#092151;
line-height: 20px;
text-decoration: none;
}

.text_blue a:link
{
font-family:"宋体";
font-size:12px;
color:#092151;
line-height: 20px;
text-decoration: none;
}

.text_blue a:visited
{
font-family:"宋体";
font-size:12px;
color:#092151;
line-height: 20px;
text-decoration: none;
}

.text_blue a:hover
{
font-family: "宋体";
font-size: 12px;
color:#092151;
line-height: 20px;
text-decoration: none;
}

/*-----------------------------------红色字体--------------------------------*/
.text_red
{
font-family:"宋体";
font-size:12px;
color:#C52500;
line-height: 20px;
text-decoration: none;
}

.text_red a:link
{
font-family:"宋体";
font-size:12px;
color:#C52500;
line-height: 20px;
text-decoration: none;
}

.text_red a:visited
{
font-family:"宋体";
font-size:12px;
color:#C52500;
line-height: 20px;
text-decoration: none;
}

.text_red a:hover
{
font-family: "宋体";
font-size: 12px;
color:#C52500;
line-height: 20px;
text-decoration: none;
}
.text_bold_red
{
font-family:"宋体";
font-size:12px;
color:#C52500;
line-height: 20px;
font-weight:bold;
text-decoration: none;
}

/*-----------------------------------黑色字体--------------------------------*/
.text_black1
{
font-family:"宋体";
font-size:12px;
color:#000;
line-height: 20px;
text-decoration: none;
}

.text_black1 a:link
{
font-family:"宋体";
font-size:12px;
color:#000;
line-height: 20px;
text-decoration: none;
}

.text_black1 a:visited
{
font-family:"宋体";
font-size:12px;
color:#000;
line-height: 20px;
text-decoration: none;
}

.text_black1 a:hover
{
font-family: "宋体";
font-size: 12px;
color:#000;
line-height: 20px;
text-decoration:underline;
}
/*-----------------------------------灰色字体--------------------------------*/

.text_grey {
font-family:"宋体";
font-size:12px;
color:#303030;
line-height:20px;
text-decoration:none;
}

.text_grey a:link{
font-family:"宋体";
font-size:12px;
color:#303030;
line-height:20px;
text-decoration:none;
}

.text_grey a:visited{
font-family:"宋体";
font-size:12px;
color:#303030;
line-height:20px;
text-decoration:none;
}

.text_grey a:hover{
font-family:"宋体";
font-size:12px;
color:#303030;
line-height:20px;
text-decoration:underline;
}
/*-----------------------------------灰色字体2--------------------------------*/
.text_grey1 {
	font-family:"宋体";
	font-size:12px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}
.text_grey1 {
   font-family:"宋体";
   font-size:12px;
   color:#333333;
   line-height:20px;
   text-decoration:none;
}

.text_grey1 a:link{
font-family:"宋体";
font-size:12px;
color:#333333;
line-height:20px;
text-decoration:none;
}

.text_grey1 a:visited{
font-family:"宋体";
font-size:12px;
color:#333333;
line-height:20px;
text-decoration:none;
}

.text_grey1 a:hover{
font-family:"宋体";
font-size:12px;
color:#333333;
line-height:20px;
text-decoration:underline;
}

/*-----------------------------------白色字体--------------------------------*/

.text__white12{
font-family:"宋体";
font-size:12px;
color:#fff;
line-height:25px;
text-decoration:none;

}
.text_white12 a:link{
font-family:"宋体";
font-size:12px;
color:#fff;
line-height:25px;
text-decoration:none;
}

.text_white12 a:visited{
font-family:"宋体";
font-size:12px;
color:#fff;
line-height:25px;
text-decoration:none;
}

.text_white12 a:hover{
font-family:"宋体";
font-size:12px;
color:#fff;
line-height:25px;
text-decoration:underline;
}
/*-----------------------------------加大、粗字体--------------------------------*/
.text_lsjiachu
{
font-family:"宋体";
font-size:12px;
color:#004499;
line-height: 20px;
font-weight:bold;
text-decoration: none;
}
.text_greyjiachu {
	font-family:"宋体";
	font-size:14px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}
.text_lsjiada
{
font-family:"宋体";
font-size:14px;
color:#004499;
line-height: 20px;
font-weight:bold;
text-decoration: none;
}