
/* ■ 尾部样式 ■ */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*尾部CSS控制规范——————————————————————————————————————★1级*/

/*外大单元格 —————————————————————————————————————————1级*/
		
.footer_big_table {	
	width:760px;
	background-color: #84A6D6;
}

    /*装饰条效果区域CSS控制规范————————————————————————————————2级*/

    /*大单元格 ————————————————————————————————————————2级*/

.footer_adorn_big_table {
	clear: none;
	float: none;
	height: 18px;
	width:760px;
	background-color: #FFFFFF;
	background-image: url(../../images/c04/x_03.gif);
	background-repeat: repeat;
}

        /*左边单元格（装饰条效果部分）————————————————————————————3级*/

.footer_adorn_left_td {

}

        /*中间单元格（装饰条效果部分）————————————————————————————3级*/

.footer_adorn_midst_td {


}

        /*右边图标单元格（装饰条效果部分部分）————————————————————————3级*/
		
.footer_adorn_right_td {

}

    /*尾部导航菜单CSS控制规范————————————————————————————————★2级*/

    /*导航外大单元格 —————————————————————————————————————2级*/

.footer_navigation_outer_table {

}
        /*导航内大单元格 ———————————————————————————————————3级*/

.footer_navigation_big_table {
	float: none;
	width: 80%;
	height:35px;
	clear: none;
	text-align:center;
}

            /*左边分割单元格 —————————————————————————————————4级*/

.footer_navigation_compart_left_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../../images/xlsh36.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
	width: 20px;
}

            /*中间分割单元格 —————————————————————————————————4级*/

.footer_navigation_compart_midst_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../../images/xlsh36.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
	width: 20px;
}

            /*右边分割单元格 —————————————————————————————————4级*/

.footer_navigation_compart_right_td {
}

           /*导航内容单元格 —————————————————————————————————4级*/
		
.footer_navigation_content_td {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	float: none;
}

           /*链接 ——————————————————————————————————————4级*/

a.footer_navigation_link:link {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	line-height: 18px;
}
a.footer_navigation_link:visited {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	line-height: 18px;
}
a.footer_navigation_link:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	line-height: 18px;
}
a.footer_navigation_link:active {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	line-height: 18px;
}

        /*版权单元格 ————————————————————————————————————★2级*/
		
.footer_copyright_table {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;	
	width:760px;
	height: 130px;
	clear: none;
	float: none;
	background-color: #ADC3E7;
	text-align: center;
	vertical-align: top;
}
