
/* ■ 头部样式 ■ */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*头部CSS控制规范——————————————————————————————————————★1级*/

/*外大单元格 —————————————————————————————————————————1级*/
		
.header_big_table {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0px;
}

        /*企业Logo左单元格 ——————————————————————————————————3级*/

.header_Logo_left_td {
	width: 364px;
	height: 88px;
	text-align: left;
	vertical-align: middle;
	background-image: url(../../images/c01/header_01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

        /*企业Logo右单元格 ——————————————————————————————————3级*/

.header_Logo_right_td {
	width: 339px;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	background-image: url(../../images/c01/header_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

            /*设为首页—————————————————★4级*/
.header_right_td {
	text-align: center;
	vertical-align: middle;
}

.header_right_comparttd {
	width: 2px;
	text-align: center;
	vertical-align: top;
	background-image: url(../../images/c01/header_06.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

            /*加入收藏等的链接 ————————————————————————————————4级*/

a.navigation_Logo_link:link {
	font-size: 12px;
	color: #0C0B0B;
	text-decoration: none;
	line-height: 18px;
}
a.navigation_Logo_link:visited {
	font-size: 12px;
	color: #0C0B0B;
	text-decoration: none;
	line-height: 18px;
}
a.navigation_Logo_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}
a.navigation_Logo_link:active {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}

            /*企业Logo右单元格  中部分 ——————————————4级*/

.header_midst_td {
	width: 297px;
	text-align: left;
	vertical-align: middle;
	background-image: url(../../images/c01/header_02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

            /*企业Logo右单元格 下部分—————————————————————————————4级*/

.header_Logo_right_content_td {
	height: 30px;
	width: 200px;
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
}

/*形象bannerCSS控制规范（控制形象banner单元格宽高）—————————————————————★1级*/

.header_banner_outer_table {
	height: 201px;
	width: 1000px;
	margin: 0px;
}


/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

    /*头部导航菜单CSS控制规范————————————————————————————————★2级*/

    /*导航外大单元格 —————————————————————————————————————2级*/

.header_navigation_big_table {
	width: 1000px;
	height: 45px;
	margin: 0px;
	background-image:  url(../../images/c01/header_04.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


            /*中间分割单元格 —————————————————————————————————4级*/

.header_navigation_compart_midst_td {
	background-attachment: fixed;
	background-image:  url(../../images/c01/lf_04.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 3px;
}


           /*导航内容单元格——————————————————————————————————4级*/
		
.header_navigation_content_td {
	font-size: 12px;
	font-weight: bold;
	color: #0b0808;
	text-decoration: none;
	text-align: center;
	padding: 0px 10px;
}

           /*链接———————————————————————————————————————4级*/

a.header_navigation_link:link {
	font-size: 12px;
	font-weight: bold;
	color: #0b0808;
	text-decoration: none;
	line-height: 18px;
}
a.header_navigation_link:visited {
	font-size: 12px;
	font-weight: bold;
	color: #0b0808;
	text-decoration: none;
	line-height: 18px;
}
a.header_navigation_link:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ff6000;
	text-decoration: none;
	line-height: 18px;
}
a.header_navigation_link:active {
	font-size: 12px;
	font-weight: bold;
	color: #ff6000;
	text-decoration: none;
	line-height: 18px;
}

    /*装饰条效果区域CSS控制规范 ———————————————————————————————★2级*/

    /*大单元格—————————————————————————————————————————2级*/
		
.header_adorn_big_table {
	width: 1000px;
	height: 4px;
	margin: 0px;
	background-image:  url(../../images/c01/header_05.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
