@charset "utf-8";
/* CSS Document */
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	
	background-color:#FFFFFF;					/* 网页背景颜色 */
	background-image:url(images/body_bg.jpg);	/* 网页背景图片 */
	background-position:center;					/* 背景图片居中 */
	background-repeat:inherit;					/* 背景图片平铺 */
	BACKGROUND-POSITION: center 50%;             /*背景居中*/
	
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#333333;												/* 网页文本颜色 */
	line-height:120%;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */
}

p{
	text-indent: 2em;
	line-height: 26px;
	color: #02203C;
	font-size: 12px;
} 
/* 一般超级链接 */
a{font-size:12px;color:#000000;line-height:120%;text-decoration:none;}				/* 链接属性 */
.a:link{font-size:14px;color:FDF9F5;line-height:25px;text-decoration:none;}			/* 未访问前链接属性 */
.about {
}

.a:visited{font-size:14px;color:#000000;line-height:25px;text-decoration:none;}		/* 已访问后链接属性 */
.a:hover{font-size:14px;color:#075599;line-height:25px;text-decoration:underline;}	/* 鼠标悬停时链接属性 */
.a:active{font-size:14px;color:#000000;line-height:25px;text-decoration:none;}		/* 激活时链接属性 */

/* 导航菜单超级链接 */
a.menu{font-size:12px;color:#F88B18;line-height:20px;text-decoration:none;}					/* 菜单链接属性 */
a.menu:hover{font-size:12px;color:#F88B18;line-height:20px;text-decoration:underline;}		/* 鼠标悬停时链接属性 */

/*新闻内容超级链接*/
a.news{
	color: #075599;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}
a.news:hover {
	color: #075599;
    text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

/*产品内容超级链接*/
a.pro {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}
a.pro:hover {
	color: #F88B18;
	text-decoration: underline;
	font-size: 12px;
	line-height: 20px;
}

/*去掉热点地图上的区域线框与超链接的线框*/
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; 
}

/*版权所有文本属性*/	
.copyright {
	color: #FFFFFF; 
	font-size: 12px; 
	line-height: 1.6em; 
}






img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}

select,input,option,textarea
{
	font-size:12px;
	font-family:宋体,Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	border-color:#0099CC;				/* 边框颜色 */
	border-style:solid;					/* 边框线条样式 */
	border:1px;							/* 边框线条大小 */
	background-color:#DEFAFF;			/* 背景颜色 */
}

ul{margin:0px 0px 0px 15px;padding:0px;}
ol{margin:0px 0px 0px 15px;padding:0px;}
ul li{margin:0px 0px 0px 20px;padding:0px;}
ol li{margin:0px 0px 0px 20px;padding:0px;}

.title_12{color:#000000;font-size:12px;line-height:22px;font-weight:normal;}		/* 标题字体为12像素 */
.title_14{color:FDF9F5;font-size:14px;line-height:20px;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:#0000ff;font-size:12px;line-height:120%;}
.text_blue14{color:#0000ff;font-size:14px;line-height:120%;}
.text_blue16{color:#0000ff;font-size:16px;line-height:120%;}

/* 绿色字 */
.text_green12{color:#009900;font-size:12px;line-height:120%;}
.text_green14{color:#009900;font-size:14px;line-height:120%;}
.text_green16{color:#009900;font-size:16px;line-height:120%;}

/* 黑色字 */
.text_black12{color:#000000;font-size:12px;line-height:120%;}
.text_black14{color:#000000;font-size:14px;line-height:120%;}
.text_black16{color:#000000;font-size:16px;line-height:120%;}

/* 灰色字 */
.text_gray12{color:#F88B18;font-size:12px;line-height:20px;}
.text_gray14{color:#999999;font-size:14px;line-height:120%;}
.text_gray16{color:#999999;font-size:16px;line-height:120%;}

/* 白色字 */
.text_white12{color:#000000;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;
}

.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:FF6600;												/* 网页字体颜色 */
	line-height:20px;											/* 标准行高 */
}.bj {
	background-image: url(images/about__25.jpg);
	background-repeat: repeat;
}
.tab {
	border: 1px solid #3399CC;
	background-color: #EEF7FF;
	height:18px;
}
a.zi{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
a.zi:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.about {
	background-attachment: fixed;
	background-image: url(images/images/product_1.jpg);
	background-repeat: repeat-x;
}
.productbj {
	background-image: url(images/images/2product_12.jpg);
	background-repeat: no-repeat;
}


.new {
	font-size: 12px;
	line-height: 20px;
	color: #075599;
}
.product:hover {
	font-size: 14px;
	line-height: 30px;
	color: #FF6633;
}
.product:visited {
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}

.product:link {
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
