<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	
	background-color:#FFFFFF;					/* 网页背景颜色 */
	
	font-size:12px;												/* 网页字体大小 */
	font-family:微软雅黑, 宋体, Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#404040;												/* 网页文本颜色 */
	line-height:120%;											/* 标准行高 */
}
.ppfor { display:none; }
/* 一般超级链接 */
a{font-size:12px;color:#404040;line-height:120%;text-decoration:none;}				/* 链接属性 */
a:hover{font-size:12px;color:#ED6C10;line-height:120%;text-decoration:underline;}	/* 鼠标悬停时链接属性 */

a.index_top {color: #ffffff;text-decoration: none;font-weight:600;}
a.index_top:hover {color: #FFFFFF;text-decoration: none;font-weight:600;}

a.head {color: #ffffff;text-decoration: none;font-weight:600;font-size:13px;}
a.head:hover {color: #FFFC00;text-decoration: none;font-weight:600;font-size:13px;}

a.lian {color: #ffffff;text-decoration: none;font-weight:600;font-size:13px;}
a.lian:hover {color: #FFFC00;text-decoration: none;font-weight:600;font-size:13px;}

a.pro {color: #F5F4F4;text-decoration: none;}
a.pro:hover {color: #FFFFFF;text-decoration: none; }


/*去掉热点地图上的区域线框与超链接的线框*/
a {blr:expression(this.onFocus=this.blur())}
area {blr:expression(this.onFocus=this.blur())}



/*表格属性*/
table
{
   font-size:12px;
   line-height:18px;
   border-collapse:collapse;/*自动把相同的边框线合并*/
}

/*边距离*/
.padding {
	padding: 5px; 
}

/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px; 
	line-height: 1.5em; 
}

img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}

.i
{
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, 宋体,sans-serif;
	color:#ffffff;					/* 边框线条样式 */
	border:1px solid #4D4D4D;							/* 边框线条大小 */
	background-color:#4D4D4D;			/* 背景颜色 */
	height:12px;
}

ul,li{margin:0px; padding:0px; list-style:none;}

.title_12{color:#ff3300;font-size:12px;line-height:120%;font-weight:600;}		/* 标题字体为12像素 */
.title_14{color:#ff3300;font-size:14px;line-height:120%;font-weight:600;}		/* 标题字体为14像素 */
.title_16{color:#ff3300;font-size:16px;line-height:120%;font-weight:600;}		/* 标题字体为16像素 */

/* 红色字 */
.text_red12{color:#ff0000;font-size:12px;line-height:120%;}
.text_red12b{color:#ff0000;font-size:12px;line-height:120%; font-weight:bold;}

/* 黑色字 */
.text_black12{color:#404040;font-size:12px;line-height:120%;}
.text_black14{color:#404040;font-size:14px;line-height:120%;}
.text_black16{color:#404040;font-size:16px;line-height:120%;}

/* 灰色字 */
.text_gray12{color:#999999;font-size:12px;line-height:120%;}
.text_gray14{color:#999999;font-size:14px;line-height:120%;}
.text_gray16{color:#999999;font-size:16px;line-height:120%;}

/* 白色字 */
.text_white12{color:#ffffff;font-size:12px;line-height:120%;}
.text_white14{color:#ffffff;font-size:14px;line-height:120%;}
.text_white16{color:#ffffff;font-size:16px;line-height:120%;}

.text_div			/* 文本区样式 */
{ 
	font-family:arial;
	font-size: 12px;
	line-height:120%;
	color: #000000;
	background-color:#DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 520px;
	border: 1px solid #0099CC; 
	clear:both;
}

/*-----------------TAB切换-----------------*/
.Tab {
	text-align:left;
	height: 22px;
	width: 762px;
	background-image: none;
}
.Tab .title {
	height:25px;
	background-image: none;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.Tab .title .n1,.Tab .title .n2{
	height:22px;
	display:block;
	float:left;
	text-align:center;
	color:#404040;
	font-weight:600;
	text-decoration:none;
	padding-left: 10px;
	font-size: 12px;
	padding-right: 10px;
	margin-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #F8F8FA;
}
.Tab .title .n1 span,.Tab .title .n2 span{
	color:#404040;
	display:block;
	padding-right:10px;
	line-height:22px;
	font-size: 12px;
	font-weight: 600;
	padding-left: 10px;
	text-decoration: underline;
	background-color: #f8f8fa;
}
.Tab .title .n2 {
	color:#404040;
	height: 22px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-left: 10px;
}
.Tab .title .n2 span{
	color:#404040;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}

.Tab2 { text-align:left; }
.Tab2 .title02 { float:left; background:url(images/index_013.jpg) repeat-x; height:25px; width:732px;}
.Tab2 .title02 .n01,.Tab2 .title02 .n02{
	height:22px;
	display:block;
	float:left;
	text-align:center;
	padding-left:12px;
	margin:0 2px 0 2px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	background-image: none;
}
.Tab2 .title02 .n01 span,.Tab2 .title02 .n02 span{
	display:block;
	padding-right:12px;
	line-height:25px;
	background-image: none;
}
.Tab2 .title02 .n02 {
	background-image: none;
}
.Tab2 .title02 .n02 span{
	color: #FFFFFF;
	font-weight: bold;
	background-image: none;
}

.tabcon {
	clear:both;
	float:left;
	width:760px;
	height: 99%;
	background-position: bottom;
	padding: 10px 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.tabcon_all {
	float:left;
	width:760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}</pre></body></html>