﻿ 

/* 頁頂 key/


#menu {padding:0 10px 10px 0;}
/*利用padding:20px 20px 0 0来固定菜单位置*/
.menuDiv {width:1px; height:12px; background:#999}


#menu ul {float:right;list-style:none;margin:0px;}
#menu ul {list-style:none;margin:0px;}
#menu ul li {float:left;margin:0 2px; font-size: 11px; font-color:#111}


/*#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#666}/
/*#menu ul li a:hover{}//*link 代碼/


/*benner/
<div id="banner"></div>

#banner {
 background:url(banner.jpg) 0 30px no-repeat; /*加入背景图片*/
 width:730px; /*设定层的宽度*/
 margin:auto; /*层居中*/
 height:240px; /*设定高度*/
 border-bottom:5px solid #EFEFEF; /*画一条浅灰色实线*/
 clear:both /*清除浮动*/
}


/*框, 3方框/
#pagebody {align="center" 
 width:800px; height="350"/*设定宽度*/
 margin:auto; /*居中*/
}

.cent { 
 width:275px; height="350"/*设定宽度和高度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 }
.cent {border: 1px solid #aaa; padding: 6px 6px;margin:4px;}

.left{
 width:275px; height:auto /*设定宽度和高度*/
 text-align:left; /*文字左对齐*/
  }
.left {border: 1px solid #fff; padding: 4px 4px;margin:4px;}

.right {  
 width:300px; 
 height:auto /*设定高度*/
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
  }
.right {border: 1px solid #fff; padding: 4px 4px;}

.centlow{
 width:270px; height:auto /*设定宽度和高度*/
 text-align:center /*文字左对齐*/
  }
.centlow {border: 1px solid #aaaaaa; padding: 8px 8px;margin:0px;}

#hh {line-height: 20px; font-size:12px}

#hh16 {line-height: 20px; font-size:16px;}

#hh16b {line-height: 40px; font-size:16px;}

#hh14 {line-height: 20px; font-size:14px}

#hh12 {text-align:left; line-height: 20px; font-size:12px;}

.hhr {width:270px; line-height: 20px; font-size:14px; text-align:right; }



border-style:10px solid #E00; /*画一条浅灰色实线*/
overflow:hidden; /*超出宽度部分隐藏*/
clear:left; /*不允许左侧存在浮动*/
clear:right; /*不允许右侧存在浮动*/
height:auto /*设定高度*/
overflow:hidden; /*超出宽度部分隐藏*/




















 

