/* 网站默认Html的CSS重定义 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	background:#000000
}

td
{
	font-family: "宋体";
	font-size: 12px;
	word-break: break-all;
	word-wrap:break-word;
	line-height: 48px;
}

input
{
	font-size: 12px;
	background-position: center;
	line-height: normal;
	color: #000000;
	}
	
.input2 {
	BORDER-RIGHT: #727272 1px solid; BORDER-TOP: #727272 1px solid; FONT: 12px "宋体"; BORDER-LEFT: #727272 1px solid; COLOR: #000000; BORDER-BOTTOM: #727272 1px solid; HEIGHT: 12px; BACKGROUND-COLOR: #FFFFFF; width:150px; height:16px
}

.button {
	border: 1px solid #009900;
}

.select
{
	font-family: "宋体";
	font-size: 12pt;
	height: 23px;
	line-height: normal;
	color: #000000;
	border: 1px solid #999999;
}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {
	color: #000000;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	line-height: normal;
} /* 未访问的链接 */
a:visited {
	color: #000000;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	line-height: normal;
} /* 已访问的链接 */
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: "宋体";
	font-size: 12px;
	line-height: normal;
} /* 鼠标在链接上 */ 
a:active {
	color: #000000;
	text-decoration: underline;
	font-family: "宋体";
	font-size: 12px;
	line-height: normal;
} /* 点击激活链接 */


.zw {font-family: "宋体";font-size: 12px; line-height: 22px; color: #E5A100; text-decoration:none}
a.zw:link {font-family: "宋体";font-size: 12px; line-height: 22px; color: #E5A100; text-decoration:none}
a.zw:visited {font-family: "宋体";font-size: 12px; line-height: 22px; color: #E5A100; text-decoration:none}
a.zw:hover {font-family: "宋体";font-size: 12px; line-height: 22px; color: #ffffff; text-decoration:underline}
a.zw:active {font-family: "宋体";font-size: 12px; line-height: 22px; color: #E5A100; text-decoration:none}

.zw1 {font-family: "宋体";font-size: 14px; line-height: 22px; color: #E5A100; text-decoration:none; font-weight:bold}

.zw2 {font-family: "宋体";font-size: 14px; line-height: 18px; color: #FF0000; text-decoration:none; font-weight:bold}

.zw3 {font-family: "宋体";font-size: 12px; line-height: 18px; color: #000000; text-decoration:none; }


.time {font-family: "宋体"; font-size: 12px; line-height: 20px; color: #848484; font-weight: normal;}

.lk01 {font-family: "宋体"; font-size: 14px; line-height: 18px; color: #E5A100;font-weight:bold}
a.lk01:link {color: #E5A100; line-height: 18px; text-decoration: none; font-size: 14px;font-weight:bold}
a.lk01:visited {color: #E5A100; text-decoration: none; line-height: 18px; font-size: 14px;font-weight:bold}
a.lk01:hover {color: #000000; line-height: 18px; font-size: 14px; font-weight:bold; text-decoration:underline}
a.lk01:active {color: #E5A100;font-size: 14px; text-decoration: none; line-height: 18px;font-weight:bold}


.yangshi {font-family: "宋体"; font-size: 12px; line-height: 18px; color: #026BD3;text-decoration:underline}


/* 以下为边框样式 dotted (点线式边框) dashed (破折线式边框) solid (直线式边框) */

.STYLE3 {
	border: 1px solid #7D7D7D;}

/* 段落文字常用的底部虚线边框样式 */

.STYLE1 {
	border-bottom: 1px dotted  #CCCCCC;
}


/* 按钮样式 */


.buttom{
    color:#FF0000;
    font-size:12px;
	border:0px #ffffff solid;
    background:url("imgs/258.jpg") no-repeat; width:70px; height:18px
}



/*一般首页主导航样式:两个变化图片合并为上下结构成一个图片.
多用于同样宽度的导航*/

#menu1 {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu1 li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url(menu1.gif) 0 -32px;
	padding: 8px 0 0 13px;
	}	


/*一般首页主导航样式:两变化图上下合为一个图片.切成左小右大两个图片.
用于不同宽度的导航*/

    #tabs1 {
      float:left;
      width:100%;
	  background:#F4F7FB;
      font-size:12px;
      line-height:normal;
	  border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }

    #tabs1 a span {float:none;}

    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;/*42为单个图片的高度*/
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }



/* 加背景图片样式*/

.bggrund {background:url(imgs/24.jpg); background-repeat: no-repeat; background-position: bottom;}
