@charset "gb2312";

/* CSS Document */
body
{
	margin:0;	/* 网页上边距 */
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	line-height:120%;											/* 标准行高 */
	text-align:center;
	background-color: #000000;
}
a {blr:expression(this.onFocus=this.blur())}

area {blr:expression(this.onFocus=this.blur())}


/* 一般超级链接 */
a:link{
	font-size:12px;
	color:#73798C;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}			/* 未访问前链接属性 */
a:visited{
	font-size:12px;
	color:#73798C;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}		/* 已访问后链接属性 */
a:hover{
	font-size:12px;
	color:#46AFDC;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}	/* 鼠标悬停时链接属性 */
p{
	font-size: 14px;
	line-height: 180%;
	color: #3c3c3c;
}
.tyline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}


/* 导航菜单超级链接 */
a.menu:link{
	font-size:12px;
	color:#6BB817;
	line-height:120%;
	text-decoration:underline;
	font-family: "宋体";
	font-weight: normal;
}	/* 菜单链接属性 */
a.menu:visited{
	font-size:12px;
	color:#6BB817;
	line-height:120%;
	text-decoration:underline;
	font-family: "宋体";
	font-weight: normal;
}	/* 菜单链接属性 */
a.menu:hover{
	font-size:12px;
	color:#6BB817;
	line-height:120%;
	text-decoration:underline;
	font-family: "宋体";
	font-weight: normal;
}	/* 鼠标悬停时链接属性 */
/*新闻内容超级链接*/
a.news:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.news:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.news:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*产品内容超级链接*/
a.pro:link {color: #3c3c3c;text-decoration: none;}
a.pro:visited {color: #3c3c3c;text-decoration: none;}
a.pro:hover {color: #3c3c3c;text-decoration: underline; }
area {blr:expression(this.onFocus=this.blur())}

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

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

/*版权所有文本属性*/	
.copyright {
	color: #BDC1CA;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}





table
{
	font-size:12px;
	color:#444444;
	padding: 0px;
	line-height: 170%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
}


.inputsty
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;					/* 边框线条样式 */
	border:1px solid #999999;							/* 边框线条大小 */
	background-color:#FFFFFF;			/* 背景颜色 */
}
.tablesty {
	border: 1px solid #CCCCCC; padding:2px;
}


.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_red14{color:#ff0000;font-size:14px;line-height:120%;}
.text_red16{color:#ff0000;font-size:16px;line-height:120%;}

/* 蓝色字 */
.text_blue12{color:#000000;font-size:12px;line-height:120%;}
.text_blue14{color:#51B4D1;font-size:14px;line-height:120%;}
.text_blue16{color:#8795AC;font-size:12px;line-height:120%;}

/* 绿色字 */
.text_green12{color:#FF720E;font-size:12px;line-height:120%; font-weight:bold;}
.text_green14{color:#FF720E;font-size:14px;line-height:120%; font-weight:bold;}
.text_green16{
	color:#225e14;
	font-size:16px;
	line-height:120%;
	font-family: "宋体";
}

/* 黑色字 */
.text_black12{
	color:#444444;
	font-size:12px;
	line-height:160%;
	font-weight:normal;
	font-family: "宋体";
}
.text_black14{color:#3C3C3C;font-size:14px;line-height:120%;font-weight:normal;}
.text_black16{
	color:#333333;
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	font-family: "微软雅黑";
}

/* 灰色字 */
.text_gray12{
	color:#73798C;
	font-size:12px;
	line-height:140%;
	font-family: Arial, Helvetica, sans-serif;
}
.tyline2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.text_gray14{
	color:#73798C;
	font-size:12px;
	line-height:160%;
	font-weight: normal;
}
.text_gray16{color:#999999;font-size:16px;line-height:120%;}

/* 白色字 */
.text_white12{
	color:#FFFFFF;
	font-size:12px;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;

}
.text_white14{
	color:#ffffff;
	font-size:16px;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text_white16{
	color:#ffffff;
	font-size:12px;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
}


/* 白色字 */
.text_hite12{
	color:#8795AC;
	font-size:12px;
	line-height:180%;
	font-family: Arial, Helvetica, sans-serif;
}
.text_hite14{color:#83430A;font-size:14px;line-height:120%;}
.text_hite16{
	color:#005883;
	font-size:16px;
	line-height:160%;
	font-family: "宋体";
}

.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;
}
.imgstyle{border:1px solid #E1E1E1; padding:2px; margin:5px;	/* 图像边框线条 */}

.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#4d4d4d;												/* 网页字体颜色 */
	line-height:180%;											/* 标准行高 */
}
.tbsty1 {
	padding-left:10px;
	padding-right:10px;
	background-color: #FFFFFF;
	background-image: url(images/1_26.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.line1{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c3c3c;
}
.line2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
}
.fsty {
	background-color: #FFFFFF;
	background-image: url(images/linkbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.line4 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left:5px;
	font-size: 14px;
	font-weight: bold;
	color: #3C3C3C;
	background-color: #DDDDDD;
}
.line7 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
.line3 {
	background-color: #969595;
	border: 1px solid #c1c1c1;

}
.line5 {
	background-color: #4b4a4a;
	border: 1px solid #cbcaca;
	color: #939292;
	font-family: Arial, Helvetica, sans-serif;
}
.line6 {
	border: 1px solid #c1c1c1;
	background-color: #969595;
	background-image: url(images/jm_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.line8 {
	border-style:none;
	background-color: #969595;
	background-image: url(images/u2_32.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.line_xuxian {
	border: 1px dashed #D4D4D4;
}

.main{
	background-color: #121c25;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:100%;
     }
h1 {
	font-family: "宋体";
	font-size: 22px;
	margin:0px;
}
.timesty{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BDC1CA;
}

