/*--定义页面属性---*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*--定义整站中表格里的文字风格---*/

TD {
	COLOR: #000000;
	FONT-SIZE:12px;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 150%;

}
.blue{
	color: #0066CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bai{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bai2{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.t3{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.t4{
	FONT-FAMILY: "黑体";
	font-size: 11px;
	color: #999999;
	line-height: 15px;
}
.t5{
	font-size: 14px;
	font-weight: bold;
}
.red{
	font-size: 12px;
	color: #CC0000;
}
/*--定义一般的链接文字的属性---*/
A{
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

A:link {
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

A:visited {
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

A:active {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	color: #000000;
}

A:hover {
	COLOR: #003399;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*--定义不同的链接文字属性---*/
a.a:link {
	font-family: "宋体";
	font-size: 14px;
	line-height: 160%;
	color: #000000;
	text-decoration: none;
}
a.a:visited {
	font-family: "宋体";
	font-size: 14px;
	line-height: 160%;
	color: #000000;
	text-decoration: none;
}
a.a:hover {
	font-family: "宋体";
	font-size: 14px;
	line-height: 160%;
	COLOR: #000000;
	text-decoration: underline;
}
a.b:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 160%;
	color: #0000FF;
	text-decoration: none;
}
a.b:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 160%;
	color: #006699;
	text-decoration: underline;
}
a.b:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 160%;
	COLOR: #000000;
	text-decoration: underline;
}
a.c:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
	text-decoration: none;
}
a.c:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
	text-decoration: none;
}
a.c:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 160%;
	COLOR: #FFFFFF;
	text-decoration: underline;
}
.left {
	background-image: url(../images/left_1.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	width: 188px;
}
.left2 {
	background-image: url(../images/left_2.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	width: 188px;
}
.left3 {
	background-image: url(../images/left_3.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	width: 188px;
}
.div_box {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
.div_footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_1.jpg);
	background-position: bottom;
	height: 160px;
	background-repeat: no-repeat;
	text-align: center;
}
.nav {
	font-size: 12px;
	color: #FFFFFF;
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	float: left;

}
.nav a:link{
	color: #FFFFFF;

}
.nav a:visited{
	color: #FFFFFF;

}
.nav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/*--定义一条虚线（横）---*/
.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: #000000;
	line-height: 170%;
	text-decoration: none;
	filter:dropshadow(color=#ff6600,offx=2,offy=2,positive=2) ;             
	height: 1px;
}

/*--定义英文字体---*/
.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: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
/*--定义背景图片---*/
.di {
	background-image: url(images/gywm-di-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*--定义表单元素属性---*/
.wbk {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
.dhwbk {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
.dhwbk2 {
	border: 1px solid #666666;
	overflow: hidden;
}
.probox{
	border: 2px solid #E7E7E7;
	height: 140px;
	width: 199px;
	text-align: center;
	padding: 2px;
}
