/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}
#container {
	width: 780px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	overflow:hidden;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}


div,form,img,ul,li,dl,dt,dd{padding:0px; margin:0px; border:0px;}
td,p,div,li,select,input,textarea{font-family:"宋体";font-size:12px;}
td,p,div,li,input,textarea {word-break:break-all;}  /*强行换行*/
table,tr,td,th{ font-size:12px;}
ul,li{list-style-type:none;} /*ul,li{  LIST-STYLE: none;}*/
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
p {
	
}
/*链接颜色*/
a:link{ color:#000000; text-decoration:none;}    /* 未访问的链接 */
a:visited{color:#000000; text-decoration:none;}     /* 已访问的链接 */
a:hover{color:#ff0000; text-decoration:underline;}    /* 鼠标放上去的链接 */
a:active{ color:#999999;}     /* 激活链接 */

/*颜色属性 [定义规则: 字母c加颜色名称]*/
.cRed,a.cRed:link,a.cRed:visited{ color:red; }          /*红色*/
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}    /*深红色*/
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}     /*蓝色*/
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}   /*灰色*/
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}   /*深灰色*/
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}    /*白色*/
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}     /*黑色*/
a.cBlack:hover{color:#ff0000;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}   /*黄色*/
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}   /*绿色*/

/*字体属性 [定义规则: 字母f加属性名称]*/
.fB{ font-weight:bold;}
.fI{ font-style:italic;}

/*字体大小*/
.f12px{ font-size:12px;}
.f13px { font-size:13px;}
.f122px { font-size:12px;text-align:center;}
.f14px{ font-size:14px;}

/*行高*/
.lh_a{line-height: 120%;}
.lh_b{line-height: 150%;}
.lh_c{line-height: 180%;}
.lh_d{line-height: 210%;}
.lh_16{line-height: 16px;}
.lh_18{line-height: 18px;}
.lh_20{line-height: 20px;}
.lh_22{line-height: 22px;}
.lh_26{line-height: 26px;}
.lh_28{line-height: 28px;}
.lh_30{line-height: 30px;}

/*文字下划线*/
.t_line{text-decoration: underline;}
.t_none{text-decoration: none;}

/*边距*/
.pd_10{padding:10;}
.mg_10{margin:10;}
.ma{margin:0 auto}

/*其他属性*/
.left{ float:left;}
.right{ float:right;}
.clear { clear:both;}   /*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}*/
.hidden { display: none;}
.unLine ,.unLine a{ text-decoration: none;}
.noBorder{ border:none;	}
.nobreak {white-space:nowrap;}  /*强行不换行*/

/*公用样式结束*/

table {
	text-align:center;
}
.top {
	background-image: url(../images/top.jpg);
	height: 100px;
	width: 780px;
}
.banner {
	height: 155px;
	width: 780px;
}
.linebg {
	background: url(../images/linebg.gif);
	height: 16px;
	width: 780px;
}
.nav {
	height: 30px;
	width: 580px;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	padding-left:200px;
}
.nav li {
	display:inline;
	line-height:30px;
	padding-left:20px;
	padding-right:20px;
	
	
}.box {
	width: 780px;
	margin-top: 5px;
}
.cleft {
	width: 190px;
}
.ctop {
	background: #99FF99;
	height: 25px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	line-height:25px;
	padding-left:10px;
}
.ccon {
	width: 190px;
	height:125px;
	padding-top:5px;
	background:#F3F8F2;
}
.ccon li {
	line-height:20px;
	padding-left:30px;
	background:url(../images/hot.gif) no-repeat left;
}
#lxfs_top {
	margin-top:5px;
}	
.lxfs_con {
	height: 170px;
	width: 190px;
	background:#F3F8F2;
	padding-top:10px;
}
.lxfs_con1 {
	height: 170px;
	width: 99%;
	padding-top:10px;
}
.company li {
	padding-left:5px;
	height:20px;
}
.company1 li {
	padding-left:100px;
	height:20px;
}
.footer {
	height: 50px;
	width: 780px;
	margin-top:5px;
	text-align:center;
	line-height:20px;
	padding-top:10px;
	clear:both;
	background:#efffee;
}
.cright {
	margin-left: 15px;
	width:575px;
}
.index_info {
	width: 515px;
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
	line-height:25px;	
}
.product_info {
	width:545px;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	
}
.product_info li {
	text-align:center;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	line-height:170%;
}
.select_info {
	width:555px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:20px;
	
}
.more {
	text-align:right;
}
.index_sel {
	width: 575px;
}
.title
{
	font-size:large;
	font-weight:bold;
	line-height:40px;
	text-align:center;
}
.summary-title
{
	background-color:#99FF99;
	}

