@charset "utf-8";
/*常用标签 ----------------------------- */
body, table, td ,div {
	font-size: 12px;
	line-height:20px;	
}
body {
	margin: 0;
	text-decoration: none;
	color: #acbdcd;
	background-image: url(images/bg.gif);
}

form{
	margin:0px;
}

a img {border: none; }

/*默认链接---------------------------------*/
a {
	font-size: 1em;
	color: #acbdcd;
	text-decoration: none;
}

a:link , a:visited {
	color: #acbdcd;
}

a:hover , a:active {
	color: #acbdcd;
}



/*常用链接-----------------------------------------------*/
.link_menu{/*---菜单链接---*/
	font-size: 1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.link_menu a:link, .link_menu a:visited{
	color: #eee;
	text-decoration: none;
}

.link_footer{/*---底部链接---*/
	font-size: 1em;
}
.link_footer a:link, .link_footer a:visited{
	color: #787777;
	text-decoration: none;
}
.link_news{/*---新闻链接---*/
	font-size: 1em;
	line-height:20px;
}
.link_news a:link, .link_news a:visited{
	color: #0E8ABE;
	text-decoration: none;
}
.link_news a:hover{
	color: #0099FF;
	text-decoration: underline;
}
.link_product{/*---产品链接---*/
	color: #000;
	font-size: 1em;
}

.link_product a:link, .link_product a:visited{
	color: #999999;
	text-decoration: none;
}
.link_product a:active, .link_product a:hover{
	color: #cccccc;
	text-decoration: underline;
}

.link_you_are_here{/*当前位置链接*/
	font-size: 13px;
	font-weight:bold;
	color: #CCCCCC;
	padding-left: 6px;
}
.link_you_are_here a:link, .link_you_are_here a:visited{
	color: #f00;
	text-decoration: underline;
}


/*标题-------------------------------------------------------*/
.title14 ,.title13 ,.title12 {
	font-weight: bold;
	line-height: 1.5em;
}
.title14 {
	font-size: 14px;
	color: #333333;
}
.title13 {
	font-size: 13px;
	color: #000;
}
.title12 {
	font-size: 12px;
	color: #00b4ff;
	font-weight: normal;
}

/*文本------------------------------------------------------*/

.text, .text_bold, .text_red, .text_red_bold {
	line-height:1.5em;
}
.text {/*文本*/
	font-size: 1em;
	color: #000;
}
.text_bold {/*文本加粗*/
	font-size: 1em;
	font-weight:bold;
	color: #000;
}
.text_red{/*文本,颜色为红色*/
	font-size: 1em;
	color: red;
}
.text_red_bold {
	font-size: 1em;
	font-weight:bold;
	color: red;
}
.text_copyright {/*底部版权文字信息*/
	font-size: 1em;
	color: #000;
}
/*border------------------------------------------------------*/
.border_4 {
	border: 1px solid #ccc;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.border_middle {
	background-image: url(../images/index_14.gif);
	background-position: center;
}
/*layout------------------------------------------------------*/
.layout_padding_4{
	padding:6px;
	width:100%;
}
.search_text{
	height: 16px;
	width: 200px;
	border: 1px solid #ccc;
}

#copyright{
	color:#59595a;
	font-size:1em;
	padding-left:23px;
}

/*表单样式定义------------------------------------------------------*/
.xing_color { color:red; }
.form_label { font-size:1em; color:#0076BF; }
.form_input { border:1px solid  #0F4396; }
a.dao_bai:link {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a.dao_bai:visited {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a.dao_bai:hover {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}
.pro_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
a.fw:visited {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
a.fw:hover {
	font-size: 12px;
	line-height: 20px;
	color: #0095D7;
	text-decoration: underline;
}
a.fw:link {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
.word {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

