/* 2006年修订版 */

/* body样式 */
body {
	/*background-image: url(../images/back.gif);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* 自定义滚动条 需要删除DOCTYPE声明
	SCROLLBAR-FACE-COLOR: #4AA4C7; //滚动条凸出部分的颜色
	SCROLLBAR-HIGHLIGHT-COLOR: #f256c6; //滚动条空白部分的颜色
	SCROLLBAR-SHADOW-COLOR: #fd76c2; //立体滚动条阴影的颜色
	SCROLLBAR-3DLIGHT-COLOR: #fd76c2; //滚动条亮边的颜色
	SCROLLBAR-ARROW-COLOR: #fd76c2; //上下按钮上三角箭头的颜色
	SCROLLBAR-TRACK-COLOR: #fd76c2; //滚动条的背景颜色
	SCROLLBAR-DARKSHADOW-COLOR: #f629b9; //滚动条强阴影的颜色
	SCROLLBAR-BASE-COLOR: #e9cfe0; //滚动条的基本颜色*/
}

/* 链接样式 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* 字体样式：9点字 13点行间距 */
.t913,a.t913:link,a.t913:visited {
	font-size: 9pt;
	line-height: 13pt;
	color: #000000;
	text-decoration: none;
}
a.t913:hover{
	font-size: 9pt;
	line-height: 13pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 字体样式：9点字 14点行间距 */
.t914,a.t914:link,a.t914:visited {
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
	text-decoration: none;
}
a.t914:hover{
	font-size: 9pt;
	line-height: 14pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 字体样式：9点字 15行间距 */
.t915,a.t915:link,a.t915:visited {
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
}
a.t915:hover {
	font-size: 9pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 字体样式：9点字 16点行间距*/
.t916,a.t916:link,a.t916:visited  {
	font-size: 9pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
}
a.t916:hover {
	font-size: 9pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 字体样式：10点字 16点行间距 */
.t1016,a.t1016:link,a.t1016:visited {
	font-size: 10pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
}
a.t1016:hover {
	font-size: 10pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 字体样式：11点字 16点行间距 */
.t1116,a.t1116:link,a.t1116:visited {
	font-size: 11pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
}
a.t1116:hover {
	font-size: 11pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 其他字体样式 */
.t916r,a.t916r:link,a.t916r:visited {
	font-size: 9pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration: none;
}
a.t916r:hover {
	font-size: 9pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 字体样式：英文 10点字 15点行间距 */
.t1015e,a.t1015e:link,a.t1015e:visited {
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
}
a.t1015e:hover {
	font-size: 10pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration:underline;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/* 字体样式：英文 11点字 16点行间距 */
.t1116e,a.t1116e:link,a.t1116e:visited {
	font-size: 11pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
}
a.t1116e:hover {
	font-size: 11pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/* 首页主要文字样式 */
.indexmain,a.indexmain:link,a.indexmain:visited {
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
}
a.indexmain:hover {
	font-size: 9pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 首页其他文字样式 */
.indexother,a.indexother:link,a.indexother:visited {
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
}
a.indexother:hover {
	font-size: 9pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 栏目主要文字样式 */
.content,a.content:link,a.content:visited {
	font-size: 9pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
}
a.content:hover {
	font-size: 9pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 表明当前页位置的文字样式 */
.title,a.title:link,a.title:visited {
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
}
a.title:hover {
	font-size: 9pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration:underline;
}
.titler,a.titler:link,a.titler:visited {
	font-size: 9pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration: none;
}
a.titler:hover {
	font-size: 9pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 表明新闻标题的文字样式 */
.infolist,a.infolist:link,a.infolist:visited {
	font-size: 11pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
}
a.infolist:hover {
	font-size: 11pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
}
.infotitle,a.infotitle:link,a.infotitle:visited {
	font-size: 11pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration: none;
}
a.infotitle:hover {
	font-size: 11pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
}
.infoback,a.infoback:link,a.infoback:visited {
	font-size: 9pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
}
a.infoback:hover {
	font-size: 9pt;
	line-height: 16pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 中文导航按钮样式 */
.menu,a.menu:link,a.menu:visited {
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
}
a.menu:hover{
	font-size: 10pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 英文导航按钮样式 */
.menue,a.menue:link,a.menue:visited {
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
}
a.menue:hover{
	font-size: 10pt;
	line-height: 15pt;
	color: #CC0000;
	text-decoration:underline;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/* 中文版权样式 */
.copy,a.copy:link,a.copy:visited {
	font-size: 9pt;
	line-height: 13pt;
	color: #CCCCCC;
	text-decoration: none;
}
a.copy:hover {
	font-size: 9pt;
	line-height: 13pt;
	color: #CC0000;
	text-decoration:underline;
}

/* 英文版权样式 */
.copye,a.copye:link,a.copye:visited {
	font-size: 10pt;
	line-height: 13pt;
	color: #CCCCCC;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
}
a.copye:hover {
	font-size: 10pt;
	line-height: 13pt;
	color: #CC0000;
	text-decoration: underline;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/* 中文产品分类导航样式 */
.pro,a.pro:link,a.pro:visited {
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
	font-family: "宋体";
}
a.pro:hover {
	font-size: 9pt;
	line-height: 15pt;
	color: #CC0000;
	
}

/* 英文产品分类导航样式 */
.proe,a.proe:link,a.proe:visited {
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
}
a.proe:hover {
	font-size: 10pt;
	line-height: 13pt;
	color: #CC0000;
	text-decoration: underline;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/* 文本输入框样式 */
.textfield {
    background: #E4F2DB; 
    border: 1px solid #394925;
    color: #003366;
    cursor: text;
    font-size: 9pt;
    height: 18px;
    padding: 1px;
}

/* 按钮样式 */
.button {
    font-size:9pt; color: 006699;
    border: 1px solid #93bee2;
    color:006699;
    background-color: #e8f4ff;
    CURSOR: hand;
    font-style: normal ;
    width:60px;
    height:22px;
}

/* 文本区域样式 */
.textarea {
    background: #f8f8f8;
    border-bottom: #B7B7B7 1px solid;
    border-left: #B7B7B7 1px solid;
    border-right: #B7B7B7 1px solid;
    border-top: #B7B7B7 1px solid;
    color: #000000;
    cursor: text;
    font-size: 9pt;
    padding: 1px;
}

/* 下拉列表样式 */
.select {
    background: #ffffff;
    border-bottom: #394925 1px solid;
    border-left: #ffffff 1px solid;
    border-right: #394925 1px solid;
    border-top: #ffffff 1px solid;
    color: #394925;
    cursor: text;
    font-size: 9pt;
    padding: 1px;
}

/* 数据表样式：表头dgtitle 主体dgitem */
.dgtitle {
	height:25px;
	color:#000000;
	font-size:10pt;
	text-align:center;
	vertical-align:middle;
	line-height: 15pt;
	text-decoration: none;
	background-color: #99FFFF;
}
.dgitem {
	height:15px;
	text-align:center;
	vertical-align:middle;
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	text-decoration: none;
}

/* 背景样式：不重复 居一角 */
.bg {
	background-repeat: no-repeat; /* 使背景不重复 */
	background-position: right bottom; /* 背景所居位置（现为右下角）*/
}.btm {
	font-family: "宋体";
	font-size: 12px;
	color: #4CA3BF;
	line-height: 2;
}
.web {
	font-family: "宋体";
	font-size: 12px;
	line-height: 2;
	color: #877F74;
}
.web2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
}
.white {
	font-family: "宋体";
	font-size: 12px;
	line-height: 2;
	color: #FFFFFF;
}
.green {
	font-family: "宋体";
	font-size: 12px;
	color: #007325;
	line-height: 2;
}
.black {
	font-family: "宋体";
	font-size: 12px;
	line-height: 2;
	color: #000000
}
.black2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
}
.border1 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.2;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #D8DDE0;
}
.border2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CDCDCD;
}
.ss {
	font-family: "宋体";
	font-size: 12px;
	line-height: 2;
	color: #395E93;
	text-decoration: blink;
}
.btm {
}
.bottom {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5;
	color: #474747;
}
.bottom {
}
.btm_2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 2;
	color: #191A58;
}
.link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 2;
	color: #FFFFFF;
}
