/*---------------------------------------页面默认通用样式------------------------------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
td {
font-size: 12px;
color:#3d3d3c; 
font-family:"宋体", sans-serif;
line-height: 20px;
}
/*-----------------------------------------------------------------*/ 



/*---------------------------------------常用文字样式------------------------------*/
.hui12 {
	font-family: "宋体", sans-serif;
	font-size: 12px;
	color: #666666;
}
.hong12 {
	FONT-SIZE: 12px;
	text-decoration: none;
	color: #FF0000;
	font-family: "宋体", sans-serif;
}
.huang12 {
	font-family: "宋体", sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}

.bai12 {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.bai12cu {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.ju12 {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.lan12 {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.lan12x {
	font-size: 12px;
	color: #0011cc;
	text-decoration: underline;
}
.hei12 {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.hei12cu {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.hei13cu {
	font-size: 13px;
	font-weight: bold;
	color: #030101;
	text-decoration: none;
}
.bai14 {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.bai13 {
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.huang14 {
	font-family: "宋体", sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFF00;
	text-decoration: none;
}
.ju14 {
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}

.lan14 {
	font-size: 14px;
	font-weight: bolder;
	color: #00327D;
	text-decoration: none;
}

.hei14 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*-----------------------------------------------------------------*/ 


/*-------------------------排版样式定义-----------------------------------------------------------*/
.about_info 
{
line-height:2em;
padding:10px;
text-indent:2em;
text-align:left;
}
.news_info 
{
line-height:2em;
padding:10px;
text-align:left;
}
.contact_info 
{
line-height:2.5em;
padding:20px;
text-align:left;
}
.memo_info
{
  line-height:2em;
  padding:20px;
  text-indent:2em;
  text-align:left;
  color:#333333;
  font-size:14px;
}
/*-----------------------------------------------------------------*/ 


/*---------------------新闻列表样式控制带下划虚线-----------------*/
#news_info{
  background-color:#fff;
  width:500px;
  overflow:hidden;

}
#news_info ul {
	line-height: 26px;
	padding-left: 5px;
	padding-top: 5px;
}
#news_info li {
    background-image: url(../images/li_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
	text-indent:2em;
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	width:500px;
}
/*-----------------------------------------------------------------*/ 


/*-------------------------图片边框样式定义------------------------------*/
img.img_border_01
{
border:#eee dotted 1px;
padding:1px;
}

/*---------------------------------------------------------------------*/



/*-------------------------页面超级链接样式定义---------------------*/

/*整体链接默认黑色样式-----------------------------------------------------*/ 

a:link{color: #3d3d3c; text-decoration:none; font-size:12px;}
a:visited {color: #3d3d3c; text-decoration:none; font-size:12px;}
a:hover {color: #FF832D; text-decoration:none; font-size:12px;}
a:active {color: #3d3d3c; text-decoration:none; font-size:12px;}

/*-----------------------------------------------------------------*/ 
 
 
/*白色超链接样式控制---------------------------------------------------*/ 

a.white:link{color: #a09f9f; text-decoration:none; font-size:12px;}
a.white:visited {color: #a09f9f; text-decoration:none; font-size:12px;}
a.white:hover {color: #FF832D; text-decoration:none; font-size:12px;}
a.white:active {color: #a09f9f; text-decoration:none; font-size:12px;}

a.hui:link{color: #616060; text-decoration:none; font-size:12px; letter-spacing: 1px;}
a.hui:visited {color: #616060; text-decoration:none; font-size:12px; letter-spacing: 1px;}
a.hui:hover {color: #2d2d2d; text-decoration:none; font-size:12px; letter-spacing: 1px;}
a.hui:active {color: #616060; text-decoration:none; font-size:12px; letter-spacing: 1px;}


a.white14cu:link{color: #ffffff; text-decoration:none; font-size:14px; font-weight:bold;}
a.white14cu:visited {color: #ffffff; text-decoration:none; font-size:14px; font-weight:bold;}
a.white14cu:hover {color: #ffffff; text-decoration:none; font-size:14px; font-weight:bold;}
a.white14cu:active {color: #ffffff; text-decoration:none; font-size:14px; font-weight:bold;}

a.black14cu:link{color: #0000000; text-decoration:none; font-size:14px; font-weight:bold;}
a.black14cu:visited {color: #000000; text-decoration:none; font-size:14px; font-weight:bold;}
a.black14cu:hover {color: #000000; text-decoration:none; font-size:14px; font-weight:bold;}
a.black14cu:active {color: #000000; text-decoration:none; font-size:14px; font-weight:bold;}

/*-----------------------------------------------------------------*/ 

/*表单样式控制---------------------------------------------------*/ 
.SMALL {font-size: 9pt;	line-height: 18px;}
input {font-size: 9pt;line-height: 18px;}
select {font-size: 9pt;line-height: 18px;}
TEXTAREA {font-size: 9pt;line-height: 18px;}

.form{ BACKGROUND-COLOR: #f8f8f8; BORDER-BOTTOM: #9a9999 1px solid; BORDER-LEFT: #9a9999 1px solid; BORDER-RIGHT: #9a9999 1px solid; BORDER-TOP: #9a9999 1px solid; FONT-SIZE: 9pt;}

/*-----------------------------------------------------------------*/ 

.xian{
line-height: 22px;
letter-spacing: 2px;
word-spacing: 5px;
color:#e97a21;
font-size:15px;
}

.shuru{
	color: #0b0b0b;
	border: 1px solid #e8a77d;
	background-color:#ffffff;
	font-size:12px;
	height:17px;
}
.di{ 

color:#FFFFFF; font-size:12px; line-height:20px;

}
.new{ 

color:#d05c14; font-size:11px; line-height:20px; font-family:Arial, Helvetica, sans-serif;
font-weight:bold; letter-spacing: 1px;

}
.biankuang{
border:1px solid #ffa869;
}

a.lj:link{color: #3d3d3c; text-decoration:none; font-size:12px; line-height:18px; margin-top:2px;}
a.lj:visited {color: #3d3d3c; text-decoration:none; font-size:12px; line-height:18px; margin-top:2px;}
a.lj:hover {color: #2d2d2d; text-decoration:none; font-size:12px; line-height:18px; margin-top:2px;}
a.lj:active {color: #3d3d3c; text-decoration:none; font-size:12px; line-height:18px; margin-top:2px;}

