
/* ■ 头部样式 ■ */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*头部CSS控制规范——————————————————————————————————————★1级*/

/*外大单元格 —————————————————————————————————————————1级*/
		
.header_big_table {
	width:760px;
	background-attachment: fixed;
	background-image: url(../../images/c04/x_03.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align:center;
}

    /*企业Logo外大单元格 ——————————————————————————————————★2级*/

.header_Logo_outer_table {
	width:745px;
	background-image: url(../../images/c04/lf_02.gif);
	background-repeat: repeat;
	margin-top: 8px;
}

        /*企业Logo左单元格 ——————————————————————————————————3级*/

.header_Logo_left_td {
	clear: none;
	float: none;
	text-align: right;
	vertical-align: top;
}
/*企业Logo右单元格 ——————————————————————————————————3级*/

.header_Logo_right_td {
	vertical-align: middle;
	text-align: center;
	width: 50%;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 3px;
	text-align: left;
}

            /*企业Logo右单元格 上部分（控制加入收藏等宽高）—————————————————★4级*/

.header_Logo_right_table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 272px;
}

            /*加入收藏等的链接 ————————————————————————————————4级*/

a.navigation_Logo_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.navigation_Logo_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.navigation_Logo_link:hover {
	font-size: 12px;
	color: #216594;
	text-decoration: none;
	line-height: 18px;
}
a.navigation_Logo_link:active {
	font-size: 12px;
	color: #216594;
	text-decoration: none;
	line-height: 18px;
}

            /*企业Logo右单元格  中部分（控制形象banner单元格宽高） ——————————————4级*/

.header_Logo_midst_td {
	height: 130px;
	width:745px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(../../images/c04/banner_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #ADC3E7;
	margin-top: 8px;
}

            /*企业Logo右单元格 下部分—————————————————————————————4级*/

.header_Logo_right_content_td {
	height: 30px;
	width: 200px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}
/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

    /*头部导航菜单CSS控制规范————————————————————————————————★2级*/

    /*导航外大单元格 —————————————————————————————————————2级*/

.header_navigation_big_table {
	text-align: center;
	vertical-align: middle;
	float: none;
	width: 745px;
	background-attachment: fixed;
	background-image: url(../../images/c04/lf_02.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
        /*导航内大单元格 ———————————————————————————————————3级*/

.header_navigation_content_big_table {
	float: none;
	width: 100%;
	clear: none;
	height: 21px;
}

            /*左边分割单元格 —————————————————————————————————4级*/

.header_navigation_compart_left_td {
	height: 20px;
	width: 5px;
	background-image: url(../../images/c04/lf_02.gif);
	background-repeat: repeat-x;
}

            /*中间分割单元格 —————————————————————————————————4级*/

.header_navigation_compart_midst_td {
	background-attachment: fixed;
	background-image:  url(../../images/c04/lf_04.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 5px;
}

            /*右边分割单元格 —————————————————————————————————4级*/

.header_navigation_compart_right_td {
	height: 20px;
	width: 5px;
	background-image: url(../../images/c04/lf_02.gif);
	background-repeat: repeat-x;
}

           /*导航内容单元格——————————————————————————————————4级*/
		
.header_navigation_content_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

           /*链接———————————————————————————————————————4级*/

a.header_navigation_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.header_navigation_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.header_navigation_link:hover {
	font-size: 12px;
	color: #216594;
	text-decoration: none;
}
a.header_navigation_link:active {
	font-size: 12px;
	color: #216594;
	text-decoration: none;
}

    /*装饰条效果区域CSS控制规范 ———————————————————————————————★2级*/

    /*大单元格—————————————————————————————————————————2级*/
		
.header_adorn_big_table {
	height: 33px;
	background-image: url(../../images/c04/index_bottom_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 745px;
}

        /*左边单元格（装饰条效果部分）—————————————————————————————3级*/
		
.header_adorn_left_td {

}

        /*中间单元格（装饰条效果部分）—————————————————————————————3级*/
		
.header_adorn_midst_td {


}

        /*右边图标单元格（装饰条效果部分部分）—————————————————————————3级*/
		
.header_adorn_right_td {

}