td {
	font-size: 12px;
	color: #666666;
}
body{

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/index_02.jpg);
	background-repeat:repeat-x; 

 }
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #666666;} /* 未访问的链接 */
a:visited {color:#666666; } /* 已访问的链接 */
a:hover{color: #4B4B4B;  text-decoration:underline;} /* 鼠标在链接上 */ 
a:active {color: #666666;} /* 点击激活链接 */ 

/*  红色链接*/ 
a.blackl{text-decoration: none;}
a.blackl:link {color: #FF0000;}
a.blackl:visited {color: #FF0000;}
a.blackl:hover{color: #AD0101;}
a.blackl:active {color: #FF0000;}

/*  左部链接*/ 
a.zblue{text-decoration: none;}
a.zblue:link {color: #0171C5; font-weight:bold;}
a.zblue:visited {color: #0171C5; font-weight:bold;}
a.zblue:hover{color: #0171C5; font-weight:bold;}
a.zblue:active {color: #0171C5; font-weight:bold;}


/*  白色链接*/ 
a.dwhite{text-decoration: none;}
a.dwhite:link {color: #ffffff;}
a.dwhite:visited {color: #ffffff;}
a.dwhite:hover{color: #ffffff;}
a.dwhite:active {color: #ffffff;}

ul,li{ 
margin-left:12px; 
height: 25px;
list-style-type: none;
color:#0171C5;
}


.textc{color: #FFFFFF; }
.textf{color: #FFFFFF; font-weight:bold; font-size:13px;}
.TD2{line-height:180%; padding-top:10px;padding-left:10px;}
.Td3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1E7DBD;
}
.promore{
padding-left:200px;
margin-left:220px;
}
.pics {
	height: 109px;
	width: 311px;
	background-image: url(../images/index_02.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
	margin-top:6px;
}
.zhong {
	background-image: url(../images/zhongbg.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	background-color:#DDE9F5;
}
