
/*首页CSS控制规范 */

/* ■ 区域样式 ■ */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （区域样式一） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*首页大单元格CSS控制规范——————————————————————————————————★1级*/

.index_area01_outer_table {
	width:1000px;
	background-color: #FFFFFF;
}

    /*首页最左边风格区域CSS控制规范—————————————————————————————★2级*/

    /*大单元格（大区域划分） —————————————————————————————————2级*/

.index_area01_left_pattern_td {
	width: 46px;
	text-align: center;
	vertical-align: top;

}

    /*首页最右边风格区域CSS控制规范—————————————————————————————★2级*/

    /*大单元格（大区域划分） —————————————————————————————————2级*/

.index_area01_right_pattern_td {
	width: 49px;
	text-align: center;
	vertical-align: top;
}

    /*首页左边区域CSS控制规范————————————————————————————————★2级*/

    /*大单元格（大区域划分） —————————————————————————————————2级*/

.index_area01_left_td {
    width: 911px;
	text-align: center;
	vertical-align: top;
}

    /*左边竖向分割线（大区域划分） ——————————————————————————————2级*/

.index_area01_left_comminute_td {
	width: 6px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
}

    /*首页右边区域CSS控制规范（区域划分）——————————————————————————★1级*/

    /*大单元格（大区域划分） —————————————————————————————————2级*/

.index_area01_right_td {
	width: 200px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_06.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: top;
}

    /*右边竖向分割线（大区域划分） ——————————————————————————————2级*/

.index_area01_right_comminute_td {
	width: 6px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;

}
    /*首页中间区域CSS控制规范（大区域划分）—————————————————————————★1级*/
	/*大单元格（大区域划分） —————————————————————————————————2级*/

.index_area01_midst_td {
	background-image: url(../../images/c01/lf_01_01.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: top;
}

    /*中间横向分割线（大区域划分） —————————————————————————————★2级*/
    /*大单元格（大区域划分） —————————————————————————————————2级*/
		
.index_area01_midst_comminute_table {
	width: 100%;
}

        /*左边图标单元格（大区域划分） ————————————————————————————3级*/
		
.index_area01_midst_comminute_left_td {
	width: 23px;
}

       /*中间单元格（大区域划分）———————————————————————————————3级*/
		
.index_area01_midst_comminute_midst_td {
}

       /*右边图标单元格（大区域划分）—————————————————————————————3级*/
		
.index_area01_midst_comminute_right_td {
	width: 23px;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （区域样式二） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*外大单元格 ————————————————————————————————————————★1级*/
		
.index_area02_outer_table {
	width: 90%;
}

    /*标题CSS控制规范————————————————————————————————————★2级*/
    /*标题大单元格（标题部分） ————————————————————————————————2级*/
		
.index_area02_caption_outer_table {
	width: 100%;
	height: 40px;
	clear: both;
	margin-top: 5px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_01_01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

        /*左边图标单元格（标题部分） —————————————————————————————3级*/
		
.index_area02_caption_left_td {
	width: 30px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

       /*中间单元格（标题部分 ） ———————————————————————————————3级*/
		
.index_area02_caption_midst_td {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #DBDFE6;
	text-decoration: none;
	text-align: left;
}

       /*右边图标单元格（标题部分）——————————————————————————————3级*/
		
.index_area02_caption_right_td {
	width: 30px;
}
    /*内容CSS控制规范————————————————————————————————————★2级*/
    /*大单元格（内容部分） ——————————————————————————————————2级*/
		
.index_area02_content_outer_table {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	width: 100%;
	border: 1px solid #4B576E;
	text-align: center;
	vertical-align: middle;
}

        /*左边图标单元格（内容部分） —————————————————————————————3级*/
		
.index_area02_content_left_td {
	width: 5px;
}

        /*中间单元格（内容部分） ———————————————————————————————3级*/
		
.index_area02_content_midst_td {
	width: 60px;
	font-size: 12px;
	color: #003B57;
}

        /*右边图标单元格（内容部分） —————————————————————————————3级*/
		
.index_area02_content_right_td{
	width: 5px;
}

    /*下面单元格CSS控制规范—————————————————————————————————★2级*/
    /*大单元格（下面部分） ——————————————————————————————————2级*/
		
.index_area02_down_outer_table {
	width: 100%;
}

        /*左边图标单元格（下面部分） —————————————————————————————3级*/
		
.index_area02_down_left_td {
	width: 5px;

}

        /*中间单元格（下面部分） ———————————————————————————————3级*/
		
.index_area02_down_midst_td {

}

        /*右边图标单元格（下面部分） —————————————————————————————3级*/
		
.index_area02_down_right_td {
	width: 5px;

}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （区域样式三） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*外大单元格 ————————————————————————————————————————★1级*/
		
.index_area03_outer_table {
	width: 90%;
}

    /*标题CSS控制规范————————————————————————————————————★2级*/
    /*标题大单元格（标题部分） ————————————————————————————————2级*/
		
.index_area03_caption_outer_table {
	width: 100%;
	height: 40px;
	clear: both;
	margin-top: 5px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_01_01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

        /*左边图标单元格（标题部分） —————————————————————————————3级*/
		
.index_area03_caption_left_td {
	width: 30px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

       /*中间单元格（标题部分 ） ———————————————————————————————3级*/
		
.index_area03_caption_midst_td {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #DBDFE6;
	text-decoration: none;
	text-align: left;
}

       /*右边图标单元格（标题部分）——————————————————————————————3级*/
		
.index_area03_caption_right_td {
	width: 30px;
}

    /*内容区域CSS控制规范——————————————————————————————————★2级*/

    /*大单元格（内容部分） ——————————————————————————————————2级*/

.index_area03_content_outer_table {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	width: 100%;
	border: 1px solid #4B576E;
	text-align: center;
	vertical-align: middle;
}

    /*点击更多 CSS控制规范 —————————————————————————————————★2级*/

    /*大单元格（点击更多部分） ————————————————————————————————2级*/

.index_area03_more_outer_table {
	width: 100%;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

        /*背景图（点击更多部分） ———————————————————————————————3级*/

.index_area03_more_background_table {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../../images/c01/ly-04.gif);
	height: 13px;
	width: 50px;
}

        /*链接（点击更多部分） ————————————————————————————————3级*/

a.index_area03_more_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.index_area03_more_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.index_area03_more_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}
a.index_area03_more_link:active {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （区域样式四） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*外大单元格 ————————————————————————————————————————★1级*/
		
.index_area04_outer_table {
	width: 96%;
	text-align: center;
	vertical-align: top;
}

    /*标题CSS控制规范————————————————————————————————————★2级*/
    /*标题大单元格（标题部分） ————————————————————————————————2级*/
		
.index_area04_caption_outer_table {
	width: 100%;
	height: 40px;
	clear: both;
	margin-top: 5px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_01_01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

        /*左边图标单元格（标题部分） —————————————————————————————3级*/
		
.index_area04_caption_left_td {
	width: 30px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

       /*中间单元格（标题部分 ） ———————————————————————————————3级*/
		
.index_area04_caption_midst_td {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #DBDFE6;
	text-decoration: none;
	text-align: left;
}

       /*右边图标单元格（标题部分）——————————————————————————————3级*/
		
.index_area04_caption_right_td {
	width: 30px;
}

    /*内容区域CSS控制规范——————————————————————————————————★2级*/

    /*大单元格（内容部分） ——————————————————————————————————2级*/

.index_area04_content_outer_table {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	width: 100%;
	border: 1px solid #4B576E;
	text-align: center;
	vertical-align: middle;
}

    /*点击更多 CSS控制规范 —————————————————————————————————★2级*/

    /*大单元格（点击更多部分） ————————————————————————————————2级*/

.index_area04_more_outer_table {
	width: 100%;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

        /*背景图（点击更多部分）———————————————————————————————3级*/

.index_area04_more_background_table {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../../images/c01/ly-04.gif);
	height: 13px;
	width: 50px;
}

        /*链接（点击更多部分）————————————————————————————————3级*/

a.index_area04_more_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.index_area04_more_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.index_area04_more_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}
a.index_area04_more_link:active {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （区域样式五） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*外大单元格 ————————————————————————————————————————★1级*/
		
.index_area05_outer_table {
	width: 96%;
	text-align: center;
	vertical-align: top;
}

    /*标题CSS控制规范————————————————————————————————————★2级*/
    /*标题大单元格（标题部分） ————————————————————————————————2级*/
		
.index_area05_caption_outer_table {
	width: 100%;
	height: 40px;
	clear: both;
	margin-top: 5px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_01_01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

        /*左边图标单元格（标题部分） —————————————————————————————3级*/
		
.index_area05_caption_left_td {
	width: 30px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

       /*中间单元格（标题部分 ） ———————————————————————————————3级*/
		
.index_area05_caption_midst_td {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #DBDFE6;
	text-decoration: none;
	text-align: left;
}

       /*右边图标单元格（标题部分）——————————————————————————————3级*/
		
.index_area05_caption_right_td {
	width: 30px;
}

    /*内容区域CSS控制规范——————————————————————————————————★2级*/

    /*大单元格（内容部分） ——————————————————————————————————2级*/

.index_area05_content_outer_table {
	width: 100%;
	border: 1px solid #4B576E;
	text-align: center;
	vertical-align: middle;
}
    /*点击更多 CSS控制规范 —————————————————————————————————★2级*/

    /*大单元格（点击更多部分） ————————————————————————————————2级*/

.index_area05_more_outer_table {
	width: 100%;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

        /*背景图（点击更多部分）———————————————————————————————3级*/

.index_area05_more_background_table {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../../images/c01/ly-04.gif);
	height: 13px;
	width: 50px;
}

        /*链接（点击更多部分）————————————————————————————————3级*/

a.index_area05_more_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.index_area05_more_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.index_area05_more_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}
a.index_area05_more_link:active {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}
	
/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （区域样式六） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*外大单元格 ————————————————————————————————————————★1级*/
		
.index_area06_outer_table {
	width: 96%;
	text-align: center;
	vertical-align: top;
}

    /*标题CSS控制规范————————————————————————————————————★2级*/
    /*标题大单元格（标题部分） ————————————————————————————————2级*/
		
.index_area06_caption_outer_table {
	width: 100%;
	height: 40px;
	clear: both;
	margin-top: 5px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_01_01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

        /*左边图标单元格（标题部分） —————————————————————————————3级*/
		
.index_area06_caption_left_td {
	width: 30px;
	background-attachment: fixed;
	background-image: url(../../images/c01/lf_03_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

       /*中间单元格（标题部分 ） ———————————————————————————————3级*/
		
.index_area06_caption_midst_td {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #DBDFE6;
	text-decoration: none;
	text-align: left;
}

       /*右边图标单元格（标题部分）——————————————————————————————3级*/
		
.index_area06_caption_right_td {
	width: 30px;
}

    /*内容区域CSS控制规范——————————————————————————————————★2级*/

    /*大单元格（内容部分） ——————————————————————————————————2级*/

.index_area06_content_outer_table {
	width: 100%;
	border: 1px solid #4B576E;
	text-align: center;
	vertical-align: middle;
}
    /*点击更多 CSS控制规范 —————————————————————————————————★2级*/

    /*大单元格（点击更多部分） ————————————————————————————————2级*/

.index_area06_more_outer_table {
	width: 100%;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

        /*背景图（点击更多部分）———————————————————————————————3级*/

.index_area06_more_background_table {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../../images/c01/ly-04.gif);
	height: 13px;
	width: 50px;
}

        /*链接（点击更多部分）————————————————————————————————3级*/

a.index_area06_more_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.index_area06_more_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.index_area06_more_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}
a.index_area06_more_link:active {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 18px;
}
/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （区域样式七） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

    /*横向二级导航菜单CSS控制规范——————————————————————————————★2级*/

    /*导航大单元格 ——————————————————————————————————————2级*/

.category_navigation_content_table {
	width: 90%;
	height: 20px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../../images/c01/lf_03_01.gif);
}

            /*左边分割单元格 —————————————————————————————————4级*/

.category_navigation_compart_left_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../../images/lf_a_03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}

            /*中间分割单元格 —————————————————————————————————4级*/

.category_navigation_compart_midst_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../../images/lf_a_03.gif);
	background-repeat: no-repeat;

	background-position: center center;
	width: 20px;
}

            /*右边分割单元格 —————————————————————————————————4级*/

.category_navigation_compart_right_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../../images/lf_a_03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}

           /*导航内容单元格 —————————————————————————————————4级*/
		
.category_navigation_content_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
}

           /*链接 ——————————————————————————————————————4级*/

a.category_navigation_link:link {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	line-height: 18px;
}
a.category_navigation_link:visited {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	line-height: 18px;
}
a.category_navigation_link:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.category_navigation_link:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}




    /*竖向二级导航菜单CSS控制规范——————————————————————————————★2级*/

    /*竖向二级导航外大单元格 —————————————————————————————————2级*/

.category_navigation02_outer_table {
	height: 20px;
	width: 95%;
	background-image: url(../../images/c01/lf_03_01.gif);
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}
        /*竖向二级导航内大单元格 ———————————————————————————————3级*/

.category_navigation02_content_table {
	width: 96%;
	height: 20px;
}

            /*左边图标单元格 —————————————————————————————————4级*/

.category_navigation02_compart_left_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../../images/lf_a_03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}

           /*竖向二级导航内容单元格 —————————————————————————————4级*/
		
.category_navigation02_content_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

            /*右边图标单元格 —————————————————————————————————4级*/

.category_navigation02_compart_right_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../../images/lf_a_03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}

           /*链接 ——————————————————————————————————————4级*/

a.category_navigation02_link:link {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	line-height: 18px;
}
a.category_navigation02_link:visited {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	line-height: 18px;
}
a.category_navigation02_link:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.category_navigation02_link:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}


    /*中间横向分割线（大区域划分） —————————————————————————————★2级*/
    /*大单元格（大区域划分） —————————————————————————————————2级*/
		
.category_navigation02_comminute_table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../../images/lf_a_08.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #003B57;
}

        /*左边图标单元格（大区域划分） ————————————————————————————3级*/
		
.category_navigation02_comminute_left_td {

}

       /*中间单元格（大区域划分）———————————————————————————————3级*/
		
.category_navigation02_comminute_midst_td {

}

       /*右边图标单元格（大区域划分）—————————————————————————————3级*/
		
.category_navigation02_comminute_right_td {

}

    /*竖向二级导航外大单元格 内 三行三列(竖向二级导航外导航部分) ——————————————★2级*/
    /*(作用：控制竖向二级导航外区域的大小、填充、边界、底色、底图、边框线等)*/

.category_navigation02_inner_table {
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}

    /*左上边单元格（竖向二级导航外上部分） ——————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域左上角表格的大小、填充、边界、底色、底图、边框线等)*/

.category_navigation02_ascending_left_td {
	width: 13px;
	background-attachment: fixed;
	background-image: url(../../images/c01/ly-11.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
}

    /*中上边单元格（竖向二级导航外上部分） ——————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域中上边表格的大小、填充、边界、底色、底图、边框线等)*/

.category_navigation02_ascending_midst_td {
	background-attachment: fixed;
	background-image: url(../../images/c01/ly-15.gif);
	background-repeat: repeat;
	background-position: center center;
	height: 13px;
}

    /*右上边单元格（竖向二级导航外上部分） ——————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域右上边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.category_navigation02_ascending_right_td {
	width: 13px;
	background-attachment: fixed;
	background-image: url(../../images/c01/ly-10.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
}

    /*中右边单元格（竖向二级导航外中部分） ——————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域中右边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.category_navigation02_midst_left_td {
	width: 13px;
	background-attachment: fixed;
	background-image: url(../../images/c01/ly-12.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

    /*中间单元格（竖向二级导航外中部分） ———————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域中间表格的大小、填充、边界、底色、底图、边框线等)*/
		
.category_navigation02_midst_midst_td{
	background-color: #F7FFFF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #5E838C;
}


    /*中右边单元格（竖向二级导航外中部分） ——————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域中右边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.category_navigation02_midst_right_td {
	width:13px;
	background-attachment: fixed;
	background-image: url(../../images/c01/ly-13.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

    /*左下边单元格（竖向二级导航外下部分）——————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域左下边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.category_navigation02_down_left_td {
	width: 13px;
	background-attachment: fixed;
	background-image: url(../../images/c01/ly-08.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
}

    /*中下边单元格（竖向二级导航外下部分） ——————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域中下边表格的大小、填充、边界、底色、底图、边框线等)*/
				
.category_navigation02_down_midst_td {
	background-attachment: fixed;
	background-image: url(../../images/c01/ly-14.gif);
	background-repeat: repeat;
	background-position: center center;
	height: 13px;
}

    /*右下边单元格（竖向二级导航外下部分） ——————————————————————————2级*/
    /*(作用：控制竖向二级导航外区域右下边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.category_navigation02_down_right_td {
	width: 13px;
	background-attachment: fixed;
	background-image: url(../../images/c01/ly-09.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
}
           /*竖向二级导航内容单元格 —————————————————————————————4级*/
		
.category_sub_navigation02_content_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

            /*右边图标单元格 —————————————————————————————————4级*/

.category_sub_navigation02_compart_right_td {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	background-attachment: fixed;
	background-image: url(../../images/lf_a_03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}

           /*链接 ——————————————————————————————————————4级*/

a.category_sub_navigation02_link:link {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	line-height: 18px;
}
a.category_sub_navigation02_link:visited {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	line-height: 18px;
}
a.category_sub_navigation02_link:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.category_sub_navigation02_link:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}


    /*中间横向分割线（大区域划分） —————————————————————————————★2级*/
    /*大单元格（大区域划分） —————————————————————————————————2级*/
		
.category_sub_navigation02_comminute_table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../../images/lf_a_08.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #003B57;
}

        /*左边图标单元格（大区域划分） ————————————————————————————3级*/
		
.category_sub_navigation02_comminute_left_td {

}

       /*中间单元格（大区域划分）———————————————————————————————3级*/
		
.category_sub_navigation02_comminute_midst_td {

}

       /*右边图标单元格（大区域划分）—————————————————————————————3级*/
		
.category_sub_navigation02_comminute_right_td {

}
    /*横向二级导航菜单CSS控制规范(左侧二级导航菜单，三行三列)——————————————————————————————★2级*/
    /*竖向二级导航外大表格 ——————————————————————————2级*/
.category_sub_navigation02_inner_table{

} 
    /*左边单元格 （头部） ——————————————————————————2级*/
.category_sub_navigation02_ascending_left_td{

} 
    /*中间单元格  （头部）——————————————————————————2级*/
.category_sub_navigation02_ascending_midst_td{

} 
    /*右边单元格  （头部）——————————————————————————2级*/
.category_sub_navigation02_ascending_right_td{

} 
    /*左边单元格  （中间部分）——————————————————————————2级*/
.category_sub_navigation02_midst_left_td{

} 
    /*中间单元格  （中间部分）——————————————————————————2级*/
.category_sub_navigation02_midst_midst_td{

} 
    /*右边单元格  （中间部分）——————————————————————————2级*/
.category_sub_navigation02_midst_right_td{

} 
    /*左边单元格  （底部）——————————————————————————2级*/
.category_sub_navigation02_down_left_td{

}
    /*中间单元格  （底部）——————————————————————————2级*/
.category_sub_navigation02_down_midst_td{

} 
    /*右边单元格  （底部）——————————————————————————2级*/
.category_sub_navigation02_down_right_td{

} 
    /*竖向二级导航内大表格 ——————————————————————————2级*/
.category_sub_navigation_content_table{

} 
    /*左边单元格 ——————————————————————————2级*/
.category_sub_navigation02_compart_left_td{

} 
    /*中间单元格 ——————————————————————————2级*/
.category_sub_navigation02_compart_content_td{

} 
    /*右边单元格 ——————————————————————————2级*/
.category_sub_navigation02_compart_right_td{

} 

    /*竖向二级导航链接 ——————————————————————————2级*/
a.category_sub_navigation02_link:link {

}
a.category_sub_navigation02_link:visited {

}
a.category_sub_navigation02_link:hover {

}
a.category_sub_navigation02_link:active {

}

    /*竖向二级导航分割条 ——————————————————————————2级*/
    /*分割条大表格 ——————————————————————————2级*/
.category_sub_navigation_comminute_table{

}
    /*分割条左边单元格 ——————————————————————————2级*/
.category_sub_navigation02_comminute_left_td{

} 
    /*分割条中间单元格 ——————————————————————————2级*/
.category_sub_navigation02_comminute_content_td{

}
    /*分割条右边单元格 ——————————————————————————2级*/
.category_sub_navigation02_comminute_right_td{

} 

/* ■ 内容样式 ■ */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （内容样式一） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*首页新闻列表类内容CSS控制规范———————————————————————————————★1级*/

/*新闻列表内容部分大单元格(新闻列表内容部分) ————————————————————————★1级*/
/*(作用：控制新闻列表内容部分区域的大小、填充、边界、底色、底图、边框线等)*/
		
.index_news_outer_table {
	width: 100%;
	height: 20px;
	background-attachment: fixed;
	background-image: url(../../images/lf_a_22_01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

    /*新闻列表内容部分左边图标单元格(新闻内容部分) ——————————————————————2级*/
    /*(作用：控制新闻列表内容部分区域的大小、填充、边界、底色、底图、边框线等)*/

.index_news_left_td {
	background-attachment: fixed;
	background-image: url(../../images/lf_a_18.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
}
    /*新闻列表内容部分右边图标单元格(新闻内容部分) ——————————————————————2级*/
    /*(作用：控制新闻列表内容部分区域的大小、填充、边界、底色、底图、边框线等)*/

.index_news_right_td {
}

    /*新闻列表内容部分链接(新闻内容部分) ———————————————————————————2级*/
    /*(作用：控制新闻列表内容部分区域的连接文字样式)*/
	
a.index_news_link:link {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	line-height: 20px;
}
a.index_news_link:visited {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	line-height: 20px;
}
a.index_news_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 20px;
}
a.index_news_link:active {
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
	line-height: 20px;
}


/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （内容样式二） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*首页产品列表类内容CSS控制规范———————————————————————————————★1级*/

/*产品列表内容部分大单元格 外 (产品列表内容部分) ——————————————————————★1级*/
/*(作用：控制所有显示产品区域的大小、填充、边界、底色、底图、边框线等)*/

.index_products_outer_table {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

    /*产品列表内容部分大单元格 内 三行三列(产品列表内容部分) ————————————————★2级*/
    /*(作用：控制单个产品区域的大小、填充、边界、底色、底图、边框线等)*/

.index_products_inner_table {
	width: 160px;
	text-align: center;
	vertical-align: top;
	background-color: #CCCCCC;
	margin: 5px;
}

    /*左上边单元格（产品图文内容上部分） ———————————————————————————2级*/
    /*(作用：控制产品列表内容区域左上角表格的大小、填充、边界、底色、底图、边框线等)*/

.index_products_ascending_left_td {
	width: 5px;
	height: 5px;
}

    /*中上边单元格（产品图文内容上部分） ———————————————————————————2级*/
    /*(作用：控制产品列表内容区域中上边表格的大小、填充、边界、底色、底图、边框线等)*/

.index_products_ascending_midst_td {
    height: 5px;
}

    /*右上边单元格（产品图文内容上部分） ———————————————————————————2级*/
    /*(作用：控制产品列表内容区域右上边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_products_ascending_right_td {
	width: 5px;
	height: 5px;
}

    /*中右边单元格（产品图文内容中部分） ———————————————————————————2级*/
    /*(作用：控制产品列表内容区域中右边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_products_midst_left_td {
	width: 5px;
	
}

    /*中间单元格（产品图文内容中部分） ————————————————————————————2级*/
    /*(作用：控制产品列表内容区域中间表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_products_midst_midst_td{
	background-color: #F5F9FA;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}

        /*产品区域单元格（产品图文内容中部分） ————————————————————————3级*/
        /*(作用：控制产品图片单元格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_products_picture_table {
	width: 140px;
	text-align: center;
	vertical-align: top;
}

        /*产品图片单元格（产品图文内容中部分） ————————————————————————3级*/
        /*(作用：控制产品图片单元格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_products_picture_td {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #466677;
	width: 140px;
	text-align: center;
	vertical-align: top;
}

        /*产品说明单元格01（产品图文内容中部分） ———————————————————————3级*/
        /*(作用：控制产品说明单元格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_products_text01_td {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	width: 50px;
	text-align: left;
	vertical-align: middle;
}

        /*产品说明单元格02（产品图文内容中部分） ———————————————————————3级*/
        /*(作用：控制产品说明单元格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_products_text02_td {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #006699;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
}

.index_products_text03_td {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #009999;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

        /*产品说明单元格03（产品图文内容中部分） ———————————————————————3级*/
        /*(作用：控制产品说明单元格的大小、填充、边界、底色、底图、边框线等)*/

a.index_products_text_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
a.index_products_text_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
a.index_products_text_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 20px;
}
a.index_products_text_link:active {
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
	line-height: 20px;
}

    /*中右边单元格（产品图文内容中部分） ———————————————————————————2级*/
    /*(作用：控制产品列表内容区域中右边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_products_midst_right_td {
	width: 1px;
	
}

    /*左下边单元格（产品图文内容下部分） ———————————————————————————2级*/
    /*(作用：控制产品列表内容区域左下边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_products_down_left_td {
	width: 1px;
	height: 5px;
}

    /*中下边单元格（产品图文内容下部分） ———————————————————————————2级*/
    /*(作用：控制产品列表内容区域中下边表格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_products_down_midst_td {
	height: 5px;
}

    /*右下边单元格（产品图文内容下部分） ———————————————————————————2级*/
    /*(作用：控制产品列表内容区域右下边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_products_down_right_td {
	width: 1px;
	height: 5px;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （内容样式三） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*首页图文列表类内容CSS控制规范———————————————————————————————★1级*/

/*图文列表内容部分大单元格 外 (图文列表内容部分) ——————————————————————★1级*/
/*(作用：控制所有显示图文区域的大小、填充、边界、底色、底图、边框线等)*/

.index_picture_outer_table {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

    /*图文列表内容部分大单元格 内 三行三列(图文列表内容部分) ————————————————★2级*/
    /*(作用：控制单个图文区域的大小、填充、边界、底色、底图、边框线等)*/

.index_picture_inner_table {
	width: 150px;
}

    /*左上边单元格（图文内容上部分） —————————————————————————————2级*/
    /*(作用：控制图文列表内容区域左上角表格的大小、填充、边界、底色、底图、边框线等)*/

.index_picture_ascending_left_td {
	width: 5px;
	height: 5px;
}

    /*中上边单元格（图文内容上部分） —————————————————————————————2级*/
    /*(作用：控制图文列表内容区域中上边表格的大小、填充、边界、底色、底图、边框线等)*/

.index_picture_ascending_midst_td {
    height: 5px;
}

    /*右上边单元格（图文内容上部分） —————————————————————————————2级*/
    /*(作用：控制图文列表内容区域右上边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_picture_ascending_right_td {
	width: 5px;
	height: 5px;
}

    /*中右边单元格（图文内容中部分） —————————————————————————————2级*/
    /*(作用：控制图文列表内容区域中右边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_picture_midst_left_td {
	width: 5px;
}

    /*中间单元格（图文内容中部分） ——————————————————————————————2级*/
    /*(作用：控制图文列表内容区域中间表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_picture_midst_midst_td{
	background-color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
        /*图文区域单元格（图文内容中部分） ——————————————————————————3级*/
        /*(作用：控制图文图片单元格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_picture_picture_table {

}
        /*图文图片单元格（图文内容中部分） ——————————————————————————3级*/
        /*(作用：控制图文图片单元格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_picture_picture_td {
	background-color: #4B576E;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	padding: 1px;
}

        /*图文说明单元格01（图文内容中部分） —————————————————————————3级*/
        /*(作用：控制图文说明单元格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_picture_text01_td {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

        /*图文说明单元格03（图文内容中部分） —————————————————————————3级*/
        /*(作用：控制图文说明单元格的大小、填充、边界、底色、底图、边框线等)*/

a.index_picture_link:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
a.index_picture_link:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
a.index_picture_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 20px;
}
a.index_picture_link:active {
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
	line-height: 20px;
}

    /*中右边单元格（图文内容中部分） —————————————————————————————2级*/
    /*(作用：控制图文列表内容区域中右边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_picture_midst_right_td {
	width: 5px;
}

    /*左下边单元格（图文内容下部分） —————————————————————————————2级*/
    /*(作用：控制图文列表内容区域左下边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_picture_down_left_td {
	width: 5px;
	height: 5px;
}

    /*中下边单元格（图文内容下部分） —————————————————————————————2级*/
    /*(作用：控制图文列表内容区域中下边表格的大小、填充、边界、底色、底图、边框线等)*/
				
.index_picture_down_midst_td {
	height: 5px;
}

    /*右下边单元格（图文内容下部分） —————————————————————————————2级*/
    /*(作用：控制产品列表内容区域右下边表格的大小、填充、边界、底色、底图、边框线等)*/
		
.index_picture_down_right_td {
	width: 5px;
	height: 5px;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （内容样式四） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*首页段落文字类内容CSS控制规范———————————————————————————————★1级*/

/*首页段落文字类大单元格 ——————————————————————————————————★1级*/
/*(作用：控制所有显示段落文字区域的大小、填充、边界、底色、底图、边框线等)*/

.index_article_content_outer_table {
	font-size: 12px;
	line-height: 20px;
	color: #003B57;
	text-decoration: none;
	padding: 5px;
	width: 100%;
	text-align: left;
}
.index_article_content_outer_td{
	font-size: 12px;
	line-height: 20px;
	color: #003B57;
	text-decoration: none;
	padding: 5px;
	width: 100%;
	text-align: center;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 （内容样式五） 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*首页广告内容CSS控制规范——————————————————————————————————★1级*/

/*广告内容部分大单元格(广告内容部分) ————————————————————————————★1级*/
/*(作用：控制广告内容部分区域的大小、填充、边界、底色、底图、边框线等)*/
		
.index_ad_outer_table {
	width: 100%;
	padding: 5px;
	text-align: center;
}

    /*广告内容部分左边图标单元格(新闻内容部分) ————————————————————————2级*/
    /*(作用：控制广告内容部分区域的大小、填充、边界、底色、底图、边框线等)*/

.index_ad_left_td {
    width: 0px;
}

    /*广告内容部分链接(新闻内容部分) —————————————————————————————2级*/
    /*(作用：控制广告内容部分区域的连接文字样式)*/
	
a.index_ad_link:link {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	line-height: 20px;
}
a.index_ad_link:visited {
	font-size: 12px;
	color: #003B57;
	text-decoration: none;
	line-height: 20px;
}
a.index_ad_link:hover {
	font-size: 12px;
	color: #4B576E;
	text-decoration: none;
	line-height: 20px;
}
a.index_ad_link:active {
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
	line-height: 20px;
}

.index_table_01 {
	border: 1px solid #D5D5D5;
	background-color: #E9E9E9;
	margin-bottom: 8px;
}

.index_table_02 {
	background-image: url(../../images/index_01_07.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-bottom: 5px;
}
.index_table_03 {
	padding-left: 8px;
}

.index_table_04 {
	border: 1px solid #E2DED1;
	width: 202px;
}

.index_table_05 {
	background-image: url(../../images/index_01_09.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.index_table_06 {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
}
.index_table_07 {
	margin-bottom: 15px;
	margin-top: 8px;
}
.index_table_08 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.index_table_09 {
	margin-bottom: 2px;
	margin-top: 5px;
}
.index_table_10 {
	margin-bottom: 6px;
	margin-top: 6px;
}




