@charset "utf-8";
/* CSS Document */

.f14{ font-size:14px;}
.f12{ font-size:12px;}
.f22{ font-size:22px;}
.f24{ font-size:24px;}

.fontB{font-weight:bold;}
.fontU{text-decoration:underline;}
.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align:center;}
/*红色*/
.red{
	color: #AD0000;
}
.red a{
	text-decoration: none;
	color: #AD0000;
}
.red a:hover {
	text-decoration: underline;
	color: #999999;
}

/*白色*/
.white{
	color: #FFFFFF;
}
.white a{
	text-decoration: none;
	color: #FFFFFF;
}
.white a:hover {
	text-decoration: underline;
	color: #999999;
}

/*白1色*/
.white1{
	color: #FFFFFF;
}
.white1 a{
	text-decoration: none;
	color: #FFFFFF;
}
.white1 a:hover {
	text-decoration: none;
	color: #d95723;
}

/*橙色*/
.org{
	color: #d95723;
}
.org a{
	text-decoration: none;
	color: #d95723;
}
.org a:hover {
	text-decoration: underline;
	color: #999999;
}
/*黑色*/
.black{
    color:#000000;
	}
.black a{
    color:#000000;
	text-decoration:none;
	}
.black a:hover{
    color:#999999;
	text-decoration:underline;
	}
/*黑色1*/
.black1{
	color: #424242;	
}
.black1 a {
	text-decoration: none;
	color: #424242;
}
.black1 a:hover{
    color:#999999;
	text-decoration:underline;
	}
	
/*灰色*/
.gray{
	color: #999999;	
}
.gray a {
	text-decoration: none;
	color: #999999;
}
.gray a:hover{
    color:#999999;
	text-decoration:underline;
	}
	
	/*灰色1*/
.gray1{
	color: #424242;	
}
.gray1 a {
	text-decoration: none;
	color: #424242;
}
.gray1 a:hover{
    color:#999999;
	text-decoration:underline;
	}
	
/*灰色2*/
.gray2{
	color: #5b5b5b;	
}
.gray2 a {
	text-decoration: none;
	color: #5b5b5b;
}
.gray2 a:hover{
    color:#d95723;
	text-decoration:underline;
	}
	
	/*灰色3*/
.gray3{
	color: #5b5b5b;	
}
.gray3 a {
	text-decoration: none;
	color: #5b5b5b;
}
.gray3 a:hover{
    color:#5b5b5b;
	text-decoration:none;
	}
	
	/*蓝色*/
.blue{
	color: #007ac1;	
}
.blue a {
	text-decoration: none;
	color: #007ac1;
}
.blue a:hover{
    color:#d95723;
	text-decoration:underline;
	}
	
/*蓝色1*/
.blue1{
	color: #0467a2;	
}
.blue1 a {
	text-decoration: none;
	color: #0467a2;
}
.blue1 a:hover{
    color:#d95723;
	text-decoration:underline;
	}


