﻿@charset "utf-8";
BODY{
    margin: 0px auto;
    padding: 0px; 
    font-family: "Verdana","Arial","宋体","sans-serif";
	color: #262626; /*文字颜色*/
    font-size: 12px;
    line-height: 100%;
    text-align: center; /*内容居中*/
	/* background-image: url(images/bg.jpg);/*背景图片*/
	background-color: #F0F0F0; /*背景颜色*/
    }

/*一般超级链接*/
a { color:#606060; text-decoration:none;}
a:hover {color:#000000;text-decoration:none;}  


/*产品内容超级链接*/
a.pro {color: #0368A3;text-decoration: none;}
a.pro:hover {color: #000000;text-decoration: none; }

a.title {color: #075185;text-decoration: none;}
a.title:hover {color: #000000;text-decoration: none; }

/*去掉热点地图上的区域线框与超链接的线框*/
a {blr:expression(this.onFocus=this.blur())}
area {blr:expression(this.onFocus=this.blur())}

/*表格属性*/
table
{
   font-size:12px;
   line-height:22px;
   border-collapse:collapse;/*自动把相同的边框线合并*/
}

td {
	font-size: 12px; 
	line-height: 22px;
}

/*边距离*/
.padding {
	padding: 5px; 
}

.pic {
  padding: 2px;
  border: 1px #DADADA solid;
}

/*标题*/
.title_14 {
	color: #075185; 
	font-family: Arial;
	font-size: 14px; 
	font-weight:bold;
}

/*文本属性*/
.text {
	color: #FF0000;
	font-size: 12px; 
	/*font-style: italic; 字体倾斜*/
	line-height: 1.5em; 
    text-indent:2em; /*首行缩进*/  
	word-break:break-all; /*强制换行*/
}

.text_pro {
	color: #000000;
	font-size: 12px; 
	line-height: 1.3em; 
	word-break:break-all; /*强制换行*/
}


.text_red {
	color: #FF0000;
	font-size: 12px; 
	line-height: 1.5em; 
}

/*版权所有文本属性*/	
.copyright {
	color: #4D4D4D; 
	font-size: 12px; 
	line-height: 1.5em; 
}
