﻿@charset "utf-8";
img {border: 0px;}
body {margin:0px;color: #727272;font-size:12px; background:url(../images/bg.gif) repeat-x top;}
a {color: #727272;text-decoration: none;}
a:hover {color: #f90000;text-decoration: underline;}
.tableheight{line-height:24px;}
.inputbox{border:1px solid #cdcdcd;}
.product_t{color:#f90000; font-size:14px; font-weight:bold;}
.product_t:link{color:#f90000; font-size:14px; font-weight:bold;}
.product_t:visited{color:#f90000; font-size:14px; font-weight:bold;}
.product_more{color:#f90000; font-weight:bold;}
.product_more:link{color:#f90000; font-weight:bold;}
.product_more:visited{color:#f90000; font-weight:bold;}
.product_text{line-height:24px;}
.pagelist{letter-spacing: 12px;}
.news{line-height:30px;}
.news_title{color:#f90000; font-size:14px; font-weight:bold;}
/*************菜单*************************/

.xd_menu {
	position:relative;
	text-decoration:none;
	width:auto;
	width:70px;
	text-align:center;
	height:22px;
	line-height:22px;
	_line-height:22px;	
	z-index: 10;
	display: block;
	float: left; 
	color:#FFF !important;
	font-weight:bold;
	margin-right:16px;	
	}/*设置链接的属性,一定要设置为relative才能使提示层跟着链接走*/

.xd_menu:hover {
   color:#FFF !important;
   background:url(../Images/navBG.jpg) repeat-x;
   text-decoration:none;
}
.xd_menu span {
	display: none;
	width:auto;
}/*设置正常下的span为隐藏状态*/
.xd_menu:hover span {
	display:block;
	position:absolute;
	top:21px;
	left:-1px;
	width:74px;
	padding:0 0 20px 0;
	color:#FFF !important;
	text-decoration: none;
	padding-right:50px;
}/*设置hover下的span属性为呈现状态,并设置提示层的位置*/

.table_menu {
  margin-top:5px;
}
.table_menu a {
	text-align: left;
	vertical-align: middle;
	height: 22px;
	font-size:12px;
	text-align:left;
	line-height:22px;
	overflow:hidden;
	width:118px;
	color:#fff;
	text-indent:3px;
	font-weight:normal;
	margin:0px;	
	text-decoration: none;
	background:#d72916;
	display: block;
}
.table_menu a:hover {
  background:#000;
  color:#FFF;
  text-decoration:none;
}

.table_menu {
width: 100%;
margin-left:0px;
}






















