@charset "utf-8";
 /* 全局样式*/
body {
	color: 6D6D6D; font-size:11px;
	margin: 0px;
	font-family: Arial;
	line-height: 14px;
}
table,td{font-family:Arial;font-size:11px; 
	line-height: 14px;color: 6D6D6D;text-decoration: none;}
div {
	overflow: hidden;
} 
.clear4{ height:4px; clear:both; font-size:0px; line-height:4px;}

/*段落文字空两格 */

/* 表单样式 */
.input {background-color: #FFFFFF;height: 16px;width: 93px;
	border: 1px solid #929292;}

/* 全局文字链接属性*/
a,a:visited,a:active,a:link{font-family:Arial;line-height: 14px;
	color: 6D6D6D;font-size: 11px;text-decoration: none;}
a:hover{font-family:Arial;line-height: 14px;
	color: #333333;font-size: 11px;text-decoration: underline;}

.nav {COLOR:fff;font-weight: bold; font-size:12px; line-height:16px;}
.nav  A:visited  {COLOR:fff; font-weight:bold; font-size:12px; line-height:16px;}	
.nav   A:link{COLOR:fff; font-weight:bold; font-size:12px; line-height:16px;}	
.nav   A:hover {COLOR:#D0420B; text-decoration:none; font-weight:bold; font-size:12px; }	

.foot_nav  {COLOR:fff; font-size:11px; line-height:16px;}
.foot_nav  A:visited  {COLOR:fff;  font-size:11px; line-height:16px;}	
.foot_nav  A:link{COLOR:fff;  font-size:11px; line-height:16px;}	
.foot_nav  A:hover {COLOR:#fff; text-decoration:underline;  font-size:11px; }

.con_nav  {COLOR:6D6D6D; font-weight:bold; font-size:13px; line-height:16px;}
.con_nav  A:visited  {COLOR:6D6D6D; font-weight:bold; font-size:13px; line-height:16px;}	
.con_nav  A:link{COLOR:6D6D6D; font-weight:bold; font-size:13px; line-height:16px;}	
.con_nav  A:hover {COLOR:#333333; font-weight:bold; text-decoration:underline;  font-size:13px; }



/* 标题字体样式 */

.tit_hui {COLOR: #939792;}	
.tit_hui A:visited {COLOR: #939792;}
.tit_hui  A:link {COLOR: #939792;;}
.tit_hui  A:hover  {COLOR: #939792; text-decoration:underline;}




/* 背景样式*/
.top_bg {background-image:url(../images/top.jpg); background-position:bottom; background-repeat:no-repeat;}
.left_bg{background-image: url(../images/left_bg.jpg);
background-repeat: no-repeat;background-position: left bottom;}

.bottom_bg{background-image: url(../images/bottom_bg.jpg);
background-repeat: no-repeat;background-position: center bottom;}
/* 下划线样式*/
.line_dian{background-image: url(../images/sec/dian_01.gif);
background-repeat: repeat-x;background-position: left bottom;}

/* 首页图片边框样式 */
.picborder img {border:#CCCCCC solid 1px;}

