﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}


/****************************************************************************/
/***********************-----||   字体样式   |||----*************************/
/****************************************************************************/
/**************---||   14px粗体黄色   |||---************/
.index-14px-blod-yellow {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
/**************---||   14px粗体白色   |||---************/
.index-14px-blod-white {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/**************---||   13px粗体白色   |||---************/
.index-13px-blod-white {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

/**************---||   14px白色   |||---************/
.index-14px-white {
	font-size: 14px;
	color: #FFFFFF;
}

/**************---||   9pt粗体大红色   |||---************/
.index-9pt-blod-red {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}
/**************---||   9pt深红色   |||---************/
.index-9pt-red-shen {
	font-size: 9pt;
	color: #CC0000;
}
/**************---||   9pt黑色   |||---************/
.index-9pt-black {
	font-size: 9pt;
	color: #000000;
        line-height: 20px;
}

/**************---||   9pt白色   |||---************/
.index-9pt-white {
	font-size: 9pt;
	color: #FFFFFF;
        line-height: 20px;
}
/**************---||   英文字体   |||---************/
.index-englishi-red {
	font-size: 7pt;
	color: #CC0000;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
/*-------------------------------------------------------------------------------------------------------*/
/*------*******************************************************************************************------*/
/*------**************************----------|  线框样式  |------------*****************************------*/
/**********|---网页最上面表格的虚线样式---*|***********/
.index-top-line {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CC0000;
}

/**********|---热点聚焦的黄色边框---*|***********/
.index-outline-redian-yellow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8AC02;
	border-right-color: #F8AC02;
	border-bottom-color: #FF6600;
	border-left-color: #F8AC02;
}

/**********|---主页的灰色边框---*|***********/
.index-outline-hui {
	border: 1px solid #CCCCCC;
}
/**********|---主页的黄色边框---*|***********/
.index-outline-yellow {
	border: 1px solid #F8AC02;
}
/**********|---主页条目灰色虚线---*|***********/
.index-outline-bottom-hui {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #B0B0B0;
}
/*-------------------------------------------------------------------------------------------------------*/
/****************************************************************************/
/****************************************************************************/
/*------***********************| 超级链接 |************************------*/
/*---网页最上面三个导航的 超链接样式，默认为白色，鼠标移上为黄色---*/
a.index-top-9pt:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-top-9pt:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}
a.index-top-9pt:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-top-9pt:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}

a.index-top-9pt:visited:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}


/*------*********************| 超级链接 |***************************------*/
/*------------------|     9pt白色     |------------------*/
a.index-9pt-white-link:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-white-link:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-white-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-white-link:active {
	color: #FFFF00;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-white-link:visited:hover{
	color: #FFFF00;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}

/*------*********************| 超级链接 |***************************------*/
/*------------------|     9pt红色     |------------------*/
a.index-9pt-red-link:link {
	color: #FF0000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-red-link:hover {
        color: #FFFF00;
        text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-red-link:visited {
	color: #FF0000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-red-link:active {
        color: #FFFF00;
        text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-red-link:visited:hover{
        color: #FFFF00;
        text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}

/*------*********************| 超级链接 |***************************------*/
/*------------------|     9pt黑色     |------------------*/

a.index-9pt-black-link:link {
	color: #000000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-black-link:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-black-link:visited {
	color: #000000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-black-link:active {
	color: #FF0000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.index-9pt-black-link:visited:hover{
	color: #FF0000;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}

/*------*********************| 超级链接 |***************************------*/
/*------------------|     14px深红色     |------------------*/

a.index-14px-red-link:link {
	color: #CC0000;
	text-decoration: none;
	font-size:14px;
	line-height: 25px;
	font-weight: bold;
}
a.index-14px-red-link:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size:14px;
	line-height: 25px;
	font-weight: bold;
}
a.index-14px-red-link:visited {
	color: #CC0000;
	text-decoration: none;
	font-size:14px;
	line-height: 25px;
	font-weight: bold;
}
a.index-14px-red-link:active {
	color: #FF0000;
	text-decoration: none;
	font-size:14px;
	line-height: 25px;
	font-weight: bold;
}
a.index-14px-red-link:visited:hover{
	color: #FF0000;
	text-decoration: underline;
	font-size:14px;
	line-height: 25px;
	font-weight: bold;
}
/*------*********************| 超级链接 |***************************------*/
/*------------------|  -*上面导航的链接*-   14px白色     |------------------*/

a.index-14px-white-link:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
	line-height: 25px;
}
a.index-14px-white-link:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-size:14px;
	line-height: 25px;
}
a.index-14px-white-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
	line-height: 25px;
}
a.index-14px-white-link:active {
	color: #FFFF00;
	text-decoration: none;
	font-size:14px;
	line-height: 25px;
}
a.index-14px-white-link:visited:hover{
	color: #FFFF00;
	text-decoration: underline;
	font-size:14px;
	line-height: 25px;
}
