@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	font-size:12px;
	background-color:#323136;
	line-height:23px;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
}
.twoColFixLtHdr #container { 
	width: 927px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	padding:0px;
	text-align: center; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
.twoColFixLtHdr #header { 
	background-image:url(images/top_bg.gif);
	background-repeat:no-repeat;
	width:918px;
	height:146px;
	text-align:center;
    padding-bottom:0px;
} 

.twoColFixLtHdr #icon_style{
	padding-left:320px;
	padding-top:10px;
	font-size:11px;
	color:#c5c7c7;
	height:67px;
}
.twoColFixLtHdr #nav{
	background-image:url(images/nav_bg.jpg);
	margin-top:30px;
	height:35px;
	width:850px;
	font-weight:bold;
	font-size:13px;
	text-align:center;

}
.twoColFixLtHdr #nav a{
	color:#c5c7c7;
	font-size:14px;
	text-decoration:none;
}
.product a:hover
{
	color:#0095D3;
	text-decoration:none;
}
.twoColFixLtHdr #nav a:hover{
	color:#ff8403;
}

.twoColFixLtHdr #mainContent 
{
	width:927px;
	color:#c5c7c7;
	padding-top:0px;
	margin-top:0px;
	background-color:#212123;
	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 240px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	background: #191919; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 5px 4px 15px 10px;
}
.twoColFixLtHdr ul{
	list-style-type:none;
	text-align:left;margin:0px;
	padding:0px;
}
/*	color:#818282;*/
.twoColFixLtHdr a{
	color:#ffffff;
	text-decoration:none;
}
.twoColFixLtHdr a:hover{
	color:#ff8403;
}

.detail a{
	color:#c5c7c7;
	text-decoration:none;
}
.detail a:hover{
	color:#ff8403;
	text-decoration:underline;
}
 
.twoColFixLtHdr #main_top{
	background-image:url(images/about.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_top1{
	background-image:url(images/danghang.jpg);
	background-repeat:no-repeat;
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_top2{
	background-image:url(images/product_bg.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_top3{
	background-image:url(images/down_bg.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_top4{
	background-image:url(images/solution.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_top5{
	background-image:url(images/hangye_zhishi.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_top6{
	background-image:url(images/Link.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_top7{
	background-image:url(images/News_Dong.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_second{
	background-image:url(images/success.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_third{
	background-image:url(images/liucheng.jpg);
	width:654px;
	height:34px;
	vertical-align:bottom;
	text-align:right;
	color:#919292;
}
.twoColFixLtHdr #main_detail{
	margin:0px;
	padding:0px;
}
.twoColFixLtHdr #footer { 
	padding: 0 0 0 20px; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background-image:url(images/bottom_bg.jpg);
	color:#818282;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#info { overflow: hidden; }
#info .img { width: 187px; height: 215px; margin: 10px 10px 0 10px; overflow: hidden; float: left; }
#info .img img { width: 187px;height: 215px; }
#info .word { width: 390px; float: left; padding: 5px; }
#info .word .title { font-size: 14px; font-weight: bold; line-height: 30px; text-indent: 0;text-align: left;}


.pll, .ppl { list-style-type: none; margin: 10px 0; }
.pll li { clear: both; line-height: 30px; height: 30px; }
.pll li div { float: right; }
.pll li div a { background: none; padding: 0; }
.psoft { margin: 10px 0; }
.psoft a { color: #000; }
.ppl li div { float: right; padding: 0 20px 0 0; }
