﻿@charset "utf-8";
/* copyright www.youcai.net */
BODY{
    margin: 0px auto;
	text-align: center; /*内容居中*/
    padding: 0px; 
    font-family: "Verdana","Arial","宋体","sans-serif";
	color: #000000; /*文字颜色*/
    font-size: 12px;
	line-height: 100%; 
	background-image: url(images/bg.gif); /*背景图片*/
	/* background-position: center 50%;  /*背景居中*/
}

/*一般超级链接*/
a { color:#34528F; text-decoration:none;}
a:hover { color:#000; text-decoration:none;} 
/* a:active {color:#033462; text-decoration:none;} /*激活(在鼠标点击与释放之间发生的事件)时的样式*/
/* a:visited {color:#033462; text-decoration:none;} /*被访问过时的样式*/


/*导航菜单超级链接*/
a.menu { color: #FFFFFF; text-decoration: none;}
a.menu:hover { color: #FFFFFF; text-decoration: none;position: relative; right: 0px; top: 1px;}

.Menu {
	color:#FFFFFF;
	font-size:12px;
	filter: DropShadow(Color=#201D1D, OffX=1, OffY=1, Positive=true);
	line-height: normal;
}

/*新闻内容超级链接*/
a.news{ color: #033462; text-decoration: none;}
a.news:hover { color: #033462; text-decoration: underline;}

a.more{ color: #FF0000; text-decoration: none;}
a.more:hover { color: #FF0000; text-decoration: underline;}

/*产品内容超级链接*/
a.product { color: #000; text-decoration: none;}
a.product:hover { color: #5D5D5D; text-decoration: none; }

a.design { color:#CCCCCC; text-decoration:none;}
a.design:hover { color:#333333; text-decoration:none;} 

/*去掉热点地图上的区域线框与超链接的线框*/
a { blr:expression(this.onFocus=this.blur())}
area { blr:expression(this.onFocus=this.blur())}

/*表格属性*/
table{ 
    border-collapse: collapse;/*自动把相同的边框线合并*/
	font-size: 12px;
}

td { 
    line-height: 22px;
}

.td_bgcolor { 
    background-color: #EEF5F0;
}

/*边距*/
.padding { padding: 5px;}

/*部分工程实例*/
.demo3 
{   color: #000000; 
    border-bottom: 1px #FFFFFF dotted;
}

/*标题*/
.title_14 {
	color: #FFF; 
	font-size: 14px; 
	font-weight: bold;
	filter: DropShadow(Color=#000, OffX=2, OffY=2, Positive=true); /*字符阴影*/
}

/*文本属性*/
.text {
	line-height: 2em; 
    text-indent: 2em; /*首行缩进*/  
	word-break: break-all; /*强制换行*/
	/*text-align:justify; text-justify:Distribute-all-lines; /*两端对齐*/
	/*font-style: italic; /*字体倾斜*/
}

.text_red {
	color: #FF0000;
	line-height: 1.3em; 
}

.text_grey {
	color: #666666;
	line-height: 1.3em; 
}

/*版权所有文本属性*/	
.copyright {
    background-color: #EEF5F0;
	color: #333333; 
	font-size: 12px; 
	line-height: 1.3em; 
}
