body {margin-left: 0px;margin-top: 5px;margin-right: 0px;margin-bottom: 0px;}
td,body,input,select {font-size: 12px;color: #000000;}
a:link {color:#000000;text-decoration:none;}
a:visited {color:#000000;text-decoration: none;}
a:hover {color:#FE0002;text-decoration: none;}

/*导航开始*/
.rim01 {border-top-width: 1px;border-right-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;
	border-bottom-style: none;border-left-style: solid;
	border-top-color: #BEBEBE;border-right-color: #BEBEBE;border-left-color: #BEBEBE;}
.rim03 {border-top-width: 1px;border-right-width: 1px;
	border-left-width: 1px;border-top-style: solid;
	border-right-style: solid;border-bottom-style: none;border-left-style: solid;border-top-color: #000000;border-right-color: #000000;border-left-color: #000000;}
.rim02 {border: 1px solid #BEBEBE;}
/*导航结束*/

/**文字上下间距开始**/
.lh15{line-height:15px}
.lh16{line-height:16px}
.lh17{line-height:17px}
.lh18{line-height:18px}
.lh19{line-height:19px}
.lh20{line-height:20px}
.lh21{line-height:21px}
.lh22{line-height:22px}
.lh23{line-height:23px}
.lh24{line-height:24px}
.lh25{line-height:25px}
.lh26{line-height:26px}
.lh27{line-height:27px}
.lh28{line-height:28px}
.lh29{line-height:29px}
.lh30{line-height:30px}
/**文字上下间距结束**/

/**文字字体与大小开始**/
.blackfont{font-family:"黑体"}
.kaifont{font-family:"楷体"}
.font10{font-size:10px}
.font12{font-size:12px}
.font14{font-size:14px}
.font16{font-size:16px}
.font18{font-size:18px}
.font20{font-size:20px}
/**文字字体与大小结束**/

/**全边框开始**/
.redrim {border:1px solid #FF5402} 　/*红色边框*/
.blackrim {border:1px solid #000000} /*黑色边框*/
.grayrim {border:1px solid #BEBEBE}  /*灰色边框*/
.yellowrim {border:1px solid #FFB400} /*黄色边框*/
/**全边框结束**/

/*灰色半边框开始*/
.grayrim_up_down {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
}
.grayrim_left_right {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #BEBEBE;
	border-left-color: #BEBEBE;
}
.grayrim_left_right_down {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #BEBEBE;
	border-left-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-color: #BEBEBE;
}
/*灰色半边框结束*/

/*新闻文章边框*/
.newsrim_up_down {
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.newsrim_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
/*新闻文章边框*/

/**文字样式开始**/
.bluetext {color:#2500FE;font-family:"宋体";} 
.redtext {color:#FE0002;font-family:"宋体";} 
.yellowtext {color:#FCFF00;font-family:"宋体";} 
.blacktext {color:#00000;font-family:"宋体";} 
.whitetext {color:#ffffff;font-family:"宋体";} 
.graytext {color:#BEBEBE;font-family:"宋体";}
/**文字样式结束**/

/**鼠标响应显示下划线开始**/
/*黑色*/
.b_text {color:#000000;font-family: "宋体";}
.b_text a:link {font-size: 12px;color: #000000;text-decoration: none;}
.b_text a:visited {font-size: 12px;color:#000000;text-decoration: none;}
.b_text a:hover {font-size: 12px;color: #000000;text-decoration: underline;}
/*红色*/
.r_text {color:#FE0002;font-family: "宋体";}
.r_text a:link {font-size: 12px;color: #FE0002;text-decoration: none;}
.r_text a:visited {font-size: 12px;color:#FE0002;text-decoration: none;}
.r_text a:hover {font-size: 12px;color: #FE0002;text-decoration: underline;}
/*蓝色*/
.bl_text {color:#2500FE;font-family: "宋体";}
.bl_text a:link {font-size: 12px;color: #2500FE;text-decoration: none;}
.bl_text a:visited {font-size: 12px;color:#2500FE;text-decoration: none;}
.bl_text a:hover {font-size: 12px;color: #2500FE;text-decoration: underline;}
/*黄色*/
.y_text {color:#2500FE;font-family: "宋体";}
.y_text a:link {font-size: 12px;color: #FCFF00;text-decoration: none;}
.y_text a:visited {font-size: 12px;color:#FCFF00;text-decoration: none;}
.y_text a:hover {font-size: 12px;color: #FCFF00;text-decoration: underline;}
/*白色*/
.w_text {color:#FFFFFF;font-family: "宋体";}
.w_text a:link {font-size: 12px;color: #FFFFFF;text-decoration: none;}
.w_text a:visited {font-size: 12px;color:#FFFFFF;text-decoration: none;}
.w_text a:hover {font-size: 12px;color: #FFFFFF;text-decoration: underline;}
/*灰色*/
.g_text {color:#BEBEBE;font-family: "宋体";}
.g_text a:link {font-size: 12px;color: #BEBEBE;text-decoration: none;}
.g_text a:visited {font-size: 12px;color:#BEBEBE;text-decoration: none;}
.g_text a:hover {font-size: 12px;color: #BEBEBE;text-decoration: underline;}
/**鼠标响应显示下划线结束**/

/**鼠标响应隐藏下划线开始**/
/*白色*/
.w_text_n {color:#FFFFFF;font-family: "宋体";}
.w_text_n a:link {font-size: 12px;color: #FFFFFF;text-decoration: underline;}
.w_text_n a:visited {font-size: 12px;color:#FFFFFF;text-decoration: underline;}
.w_text_n a:hover {font-size: 12px;color: #FFFFFF;text-decoration: none;}
/*红色*/
.r_text_n {color:#FE0002;font-family: "宋体";}
.r_text_n a:link {font-size: 12px;color: #FE0002;text-decoration: underline;}
.r_text_n a:visited {font-size: 12px;color:#FE0002;text-decoration: underline;}
.r_text_n a:hover {font-size: 12px;color: #FE0002;text-decoration: none;}
/*黄色*/
.y_text_n {color:#FCFF00;font-family: "宋体";}
.y_text_n a:link {font-size: 12px;color: #FCFF00;text-decoration: underline;}
.y_text_n a:visited {font-size: 12px;color:#FCFF00;text-decoration: underline;}
.y_text_n a:hover {font-size: 12px;color: #FCFF00;text-decoration: none;} 
/*黑色*/
.b_text_n {color:#FCFF00;font-family: "宋体";}
.b_text_n a:link {font-size: 12px;color: #FCFF00;text-decoration: underline;}
.b_text_n a:visited {font-size: 12px;color:#FCFF00;text-decoration: underline;}
.b_text_n a:hover {font-size: 12px;color: #FCFF00;text-decoration: none;} 
/*蓝色*/
.bl_text_n {color:#2500FE;font-family: "宋体";}
.bl_text_n a:link {font-size: 12px;color: #2500FE;text-decoration: underline;}
.bl_text_n a:visited {font-size: 12px;color:#2500FE;text-decoration: underline;}
.bl_text_n a:hover {font-size: 12px;color: #2500FE;text-decoration: none;} 
/*灰色*/
.g_text_n {color:#BEBEBE;font-family: "宋体";}
.g_text_n a:link {font-size: 12px;color: #BEBEBE;text-decoration: underline;}
.g_text_n a:visited {font-size: 12px;color:#BEBEBEE;text-decoration: underline;}
.g_text_n a:hover {font-size: 12px;color: #BEBEBE;text-decoration: none;} 
/**鼠标响应隐藏下划线结束**/

/*新闻标题开始*/
.newstitle {FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #000000}
/*新闻标题结束*/

/*14号蓝色链接字体开始*/
.bl_text_n_14 {font-size:14px;color:#2500FE;font-family: "宋体";}
.bl_text_n_14 a:link {font-size: 14px;color: #2500FE;text-decoration: underline;}
.bl_text_n_14 a:visited {font-size: 14px;color:#2500FE;text-decoration: underline;}
.bl_text_n_14 a:hover {font-size: 14px;color: #2500FE;text-decoration: none;} 
/*14号蓝色链接字体结束*/

/*按键位置*/
.btn_y_x {
	margin-top: 3px;
}

