
/* ■ 尾部样式 ■ */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*尾部CSS控制规范——————————————————————————————————————★1级*/

/*外大单元格 —————————————————————————————————————————1级*/
		
.footer_big_table {
	width:835px;
	text-align: center;
	vertical-align: middle;
}

    /*装饰条效果区域CSS控制规范————————————————————————————————2级*/

    /*大单元格 ————————————————————————————————————————2级*/

.footer_adorn_big_table {
	height: 8px;
	width:835px;
	background-image: url(../../images/c01/footer_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

        /*左边单元格（装饰条效果部分）————————————————————————————3级*/

.footer_adorn_left_td {

}

        /*中间单元格（装饰条效果部分）————————————————————————————3级*/

.footer_adorn_midst_td {


}

        /*右边图标单元格（装饰条效果部分部分）————————————————————————3级*/
		
.footer_adorn_right_td {

}

    /*尾部导航菜单CSS控制规范————————————————————————————————★2级*/

    /*导航外大单元格 —————————————————————————————————————2级*/

.footer_navigation_outer_table {
	background-image: url(../../images/c01/footer_02.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 100%;
	text-align: center;
	background-position: center top;
}
.footer_navigation_outer_table_2 {
	background-image: url(../../images/c01/footer_02_2.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 100%;
	text-align: center;
	background-position: center top;
}

        /*导航内大单元格 ———————————————————————————————————3级*/

.footer_navigation_big_table {
	width: 65%;
	height: 30px;
	text-align: center;
	margin-bottom: 15px;
}

            /*左边分割单元格 —————————————————————————————————4级*/

.footer_navigation_compart_left_td {
}

            /*中间分割单元格 —————————————————————————————————4级*/

.footer_navigation_compart_midst_td {
	background-image:  url(../../images/c01/footer_03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 2px;
}

            /*右边分割单元格 —————————————————————————————————4级*/

.footer_navigation_compart_right_td {
}

           /*导航内容单元格 —————————————————————————————————4级*/
		
.footer_navigation_content_td {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-bottom: 5px;
	vertical-align: top;
}

           /*链接 ——————————————————————————————————————4级*/

a.footer_navigation_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.footer_navigation_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.footer_navigation_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}
a.footer_navigation_link:active {
	font-size: 12px;
	color: #660000;
	text-decoration: none;
	line-height: 18px;
}

        /*版权单元格 ————————————————————————————————————★2级*/
		
.footer_copyright_table {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	width:835px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
