body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {margin:0; padding:0; font-weight: normal;font-style: normal;font-size: 100%; font-family: inherit;} 
ol, ul ,li{list-style: none;} 
img {border: 0;} 
body {color:#000;background:#FFF; text-align: center; font: 12px/1.5 Arial, Helvetica, sans-serif;} 
.clearfix:after {clear:both; content:"."; display:block; height:0pt; visibility:hidden; overflow:hidden;} 
.clear{clear:both;height:1px; margin-top:-1px; width:100%;} 
.dis{display:block;} 
.undis{display:none;} 

/*此上面代码是初始CSS模板，下面是新写CSS布局框架代码*/ 
/*基本信息*/
body { padding:0; margin:0; font-family:"微软雅黑", "宋体", "Trebuchet MS", Tahoma, Arial, sans-serif; color: #c53c1c; font-size: 12px; line-height: 10px; background: url(images/index-bg.jpg) repeat left top;}
a { text-decoration: none; color:  #4F657D;}
a:hover { color: #c53c1c; text-decoration: none;}
ul { padding:0; margin:0;}
li { list-style-type: none;}

/*页面层容器*/
#container {width:100%;background: #007fff;}

/*页面头部*/
#header ,#centers ,#footer{ width:100%; margin:0 auto; clear:both;font-size:18px; line-height:38px; font-weight:bold;} 
#header{ height:0px; border:0px; } 

/*页面主体*/
#centers{ padding:0px 0;} 
#centers .c_left{ float:left; width:450px;height:600px;color:# border:0px solid #00CC66; background:url(images/index.jpg) no-repeat; margin-left:1px; } 
#centers .c_right{ float:left; width:500px;border:0px solid #00CC66;margin-left:-400px;margin-top:330px; }

/*页面底部*/
#beian{float:left;width:400px;height:30px;margin-left:10px;margin-top:700px;font-size:12px;} 