/*--定义页面属性---*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3C80CE;

}
/*--定义标题标记---*/
h1 {font-family:Verdana,Arial,宋体;
font-size:13pt;padding:1;
margin:0;float:left;}
/*--定义整站中表格里的文字风格---*/

TD {

       COLOR: #000000;

       FONT-SIZE:12px;

       TEXT-DECORATION: none;

       FONT-FAMILY: "宋体";

       line-height: 170%;

}

/*--定义一般的链接文字的属性---*/

A{TEXT-DECORATION: none;COLOR: #000000;}
A:hover { COLOR: #ff6600; TEXT-DECORATION: none}

/*--定义不同的链接文字属性---*/
a.a:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.a:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.a:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.b:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 170%;
	color: #4C93BF;
	text-decoration: none;
}
a.b:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 170%;
	color: #4C93BF;
	text-decoration: none;
}
a.b:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 170%;
	COLOR: #F13216;
	text-decoration: none;
}

/*--定义表单元素属性---*/
.box {
	BACKGROUND: #efefef;
	BORDER-BOTTOM: 1px solid #000000;
	BORDER-LEFT: 1px solid #000000;
	BORDER-RIGHT: 1px solid #000000;
	BORDER-TOP: 1px solid #000000;
	text-decoration: none;
	width: 100px;
	height:15px;
	COLOR: #000000;
}

/*--定义一条虚线（横）---*/
.xian {

       background-image: url(images/dot-heng.gif);

       background-repeat: repeat-x;

       background-position: bottom;

       font-size: 12px;

       color: #000000;

}

/*--定义阴影文字---*/
.yin {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 170%;
	text-decoration: none;
	filter:dropshadow(color=#000000,offx=1,offy=1,positive=1);
	height: 1px;
	font-weight: bold;
}

/*--定义英文字体---*/
.en {
	COLOR: #000000; 
	FONT-SIZE:12px; 
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 170%;
}
/*--定义表格边框颜色---*/
.kuang{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #495B65;
	border-bottom-color: #FF6600;
	border-left-color: #495B65;
}
.kuang2{
	border: 1px solid #A3B8C5;
}
.kuang2 li{
	list-style:none;padding:2px 0;margin:0px;text-indent:-2px;
}
.kuang2 li a{
	color:#4C93BF;
}
.kuang2 li a:hover{
	color:#ff0000;
}
.kuang2 li b a{
	color:#000000;font-weight:normal;
}
.kuang2 li b a:hover{
	color:#ff0000;font-weight:normal;
}
.kuang3{
	border-top: 1px none #51676D;
	border-right: 1px none #51676D;
	border-bottom: 1px solid #93A2A7;
	border-left: 1px none #51676D;
}
/*--定义背景图片---*/
.di {
	background-image: url(images/index09.gif);
	background-repeat: repeat-x;
}
.di h1 {color:#fff;
}
.di2 {
	background-image: url(images/index10.gif);
	background-repeat: repeat-x;
}


