@charset "utf-8";

/* CSS Document */
body
{
	margin:0px;		/* 网页上边距 */
	font-size:12px;												/* 网页字体大小 */
	font-family:宋体, Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	line-height:120%;
	background-image: url(images/idea_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	 /* 文字等内容居中 */ 
}
a {blr:expression(this.onFocus=this.blur())}
.imgstyle {
}
.imgstyle2 {
	border: 3px solid #EEEEEE;
}

area {blr:expression(this.onFocus=this.blur())}


/* 一般超级链接 */
a:link{
	font-size:14px;
	color:#333333;
	line-height:180%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}			/* 未访问前链接属性 */
a:visited{
	font-size:14px;
	color:#333333;
	line-height:180%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}		/* 已访问后链接属性 */
a:hover{
	font-size:14px;
	color:#FB0B00;
	line-height:180%;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}	/* 鼠标悬停时链接属性 */

.tyline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}


/* 导航菜单超级链接 */
a.menu:link{
	font-size:12px;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	/* 菜单链接属性 */
a.menu:visited{
	font-size:12px;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	/* 菜单链接属性 */
a.menu:hover{
	font-size:12px;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	/* 鼠标悬停时链接属性 */
/*新闻内容超级链接*/
a.news:link {
	color: #D7182A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.news:visited {
	color: #D7182A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.news:hover {
	color: #D7182A;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*产品内容超级链接*/
area {blr:expression(this.onFocus=this.blur())}
a.pro:link {
	color: #c4dbe2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
a.pro:visited {
	color: #c4dbe2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
a.pro:hover {
	color: #c4dbe2;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
/*边距离*/
.padding {
	padding: 5px; 
}

/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px; 
	line-height: 1.5em; 
}

/*版权所有文本属性*/	
.copyright {
	color: #FFFFFF; 
	font-size: 12px; 
	line-height: 1.6em; 
}





table
{
	font-size:14px;
	color:#5c5c5c;
	padding: 0px;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}


.inputsty
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;					/* 边框线条样式 */
	border:1px solid #FFFFFF;							/* 边框线条大小 */
	background-color:#FFFFFF;			/* 背景颜色 */
}
.tablesty {
	border: 1px solid #CCCCCC;
}


.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:#D7182A;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:#c4dbe2;
	font-size:14px;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.text_blue14{
	color:#1f376d;
	font-size:12px;
	line-height:140%;
	font-family: "宋体";
	font-weight: normal;
}
.text_blue16{color:#8795AC;font-size:12px;line-height:120%;}

/* 绿色字 */
.text_green12{
	color:#02691c;
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.text_green14{color:#FF720E;font-size:14px;line-height:120%; font-weight:bold;}
.text_green16{color:#009900;font-size:16px;line-height:120%;}

/* 黑色字 */
.text_black12{
	color:#666666;
	font-size:12px;
	line-height:180%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
.text_black14{
	color:#484848;
	font-size:16px;
	line-height:120%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
.text_black16{color:#000000;font-size:16px;line-height:120%;font-weight:bold;}

/* 灰色字 */
.text_gray12{
	color:#73798C;
	font-size:10px;
	line-height:180%;
	font-family: Arial, Helvetica, sans-serif;
}
.tyline2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.text_gray14{color:#FFFFFF;font-size:14px;line-height:120%;}
.text_gray16{color:#999999;font-size:16px;line-height:120%;}

/* 白色字 */
.text_white12{
	color:#FFFFFF;
	font-size:14px;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-weight: bolder;

}
.text_white14{
	color:#ffffff;
	font-size:12px;
	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:#83430A;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;
}
.imgstyle
{
	border:1px solid #E3E3E3;		/* 图像边框线条 */
	margin: 1px;
	padding: 1px;
}

.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#ffffff;												/* 网页字体颜色 */
	line-height:180%;											/* 标准行高 */
}
.tbsty1 {
	border: 1px solid #CCCCCC;
}
.line1{
	background-color: #FFFFFF;
	border: 1px solid #DBE3EC;
	font-size: 11px;
}
.line2{
	background-image: url(images/weixun_44.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c9c9c9;
}
.line23{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddede;
	border-left-color: #dddede;
}
.line33{
	background-image: url(images/banner_group.jpg);
	background-position: right bottom;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dbdbdb;
	border-left-color: #dbdbdb;
}
.line333{
	background-image: url(images/hlk_137.jpg);
	background-position: right bottom;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.line3333{
	background-image: url(images/2_1.jpg);
	background-position: right bottom;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.line33333{
	background-image: url(images/2_3.jpg);
	background-position: right bottom;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.line333333{
	background-image: url(images/page_bg.png);
	background-position: right top;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.line22{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;
}
.line222{
	background-image: url(images/12_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.song {
	font-family: "宋体";
	font-size: 11px;
	color: #999999;
}

.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;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d2dee9;
	border-left-color: #d2dee9;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #d2dee9;
	background-color: #f1f6f9;
}
.line44 {
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.line5 {
	background-color: #E8E9ED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #808080;
}
.line6 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
}
