﻿@charset "utf-8";
/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;}   /* background:#333; */
 a:link,a:visited {font-size:12px;text-decoration: none;} 
 a:hover{} 
 
 body {
    color: #333;
    background: url(body_bg.jpg) repeat-x #deebf3;
    text-align: center;
	font:14px/1.5 Arial,Arial, Helvetica, sans-serif
    /* font: 14px/1.5 Tahoma, Helvetica, Arial, sans-serif; */
}

/*页面层容器*/
 #container {width:990px;height:auto;margin:10px auto} 

/*页面头部*/
#header {background:url(./../images/logo.jpg) no-repeat;width:990px;height:auto}
#menu {padding:20px 20px 0 0}
#menu ul {float:right;list-style:none;margin:0px;}
#menu ul li {float:left;display:block;line-height:30px;margin:0 10px}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#f5f5fa}
#menu ul li a:hover{}
.menuDiv {width:1px;height:48px;background:#999}
#banner {
/* background:url(./../images/banner.jpg) 0 30px no-repeat;  */
/*加入背景图片*/
 width:990px; /*设定层的宽度*/
 margin:auto; /*层居中*/
 height:200px; /*设定高度*/
 border-bottom:1px solid #EFEFEF; /*画一条浅灰色实线*/
 clear:both /*清除浮动*/
}

#pagebody {
 width:990px; /*设定宽度*/
 margin:5px 0 0 0; /*居中*/
}
#sidebar {
 border:0px solid #EFEFEF;
 height:auto;
 width:240px;  /*设定宽度*/
 text-align:left; /*文字左对齐*/
 margin: 0.1em 0 0 2px;
 float:right; /*浮动居左  改成居右*/
 clear:right; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}
#mainbody {
 border:1px solid #EFEFEF;
 height:auto;
 width:720px; 
 text-align:left;
 margin: 0 0 0 4px;
 padding: 10px;
 float:left; /*浮动居右 改成居左*/
 clear:left; /*不允许右侧存在浮动*/
 overflow:hidden
}

/*页面底部*/
#footer {
	width:990px;
	margin:0 auto;
	height:auto;
	background-color: #CCCCFF;
	clear: both;
	border-top: 1px solid #A3C6A3;
	margin: 20px 0 20px 30px;
	font-size:14px;
	padding-top: 5px;
}



#ledpro{ border:1px dashed #ccc; width:720px; height:auto;margin-bottom:10px }
#ledpro_left{ width:300px;height:225px; float:left }
#ledpro_right{ width:362px;height:225px;float:right }

#ledpro_case{ border:1px dashed #ccc; width:720px; height:auto;margin-bottom:5px }
#ledpro_right_case{ width:320px;height:auto;float:right }
#ledpro_left_case{ width:320px;height:auto; float:left }
#ledpro_text{text-align: left;font:14px/1.5 Arial,Arial, Helvetica, sans-serif; height:100px }