html,body {height:100%;}
#contain{ width:1000px; height:960px; margin:0px auto; text-align:center;  background-color:#FFF}
/************************************top**************************************/
#top{ width:1000px; height:79px; background-image:url(../images/topBg.jpg); background-repeat:repeat-x;}
#img{ float:left; height:73px; padding:0;  margin-top:6px; margin-left:10px;}
/*下拉菜单样式*/
*{margin:0px auto;padding:0;border:0;}
#menu { float:right; width:750px; height:30px; margin-top:0px; margin-left: auto;margin-right:auto;}  /*定义总体宽度、高度；background:003399; 控制背景颜色,居中对齐*/ 
#nav { line-height: 20px;list-style-type: none; margin-top:5px;}         /*控制一级菜单行高；上边距5px；*/   
#nav a { display: block; width: 77px; text-align:center; font-size:14px; font-family:"微软雅黑";} /*一级菜单链接总体样式：每个菜单的宽，居中对齐，文字大小*/ 
#nav a:link  {  color:#353535; text-decoration:none;margin:0;}     /* 未访问的链接 */   
#nav a:visited  {color:#353535;text-decoration:none;margin:0;}    /* 已访问的颜色 */  
#nav a:hover {color:#e12727; text-decoration:none;}                /* 鼠标在链接上 */
#nav li {float: left;  width:83px}                   /* 一级菜左对齐 */ 
/*#nav li a:hover{}     /* 鼠标在一级菜单上改变其背景色 */ 
#nav li ul {line-height: 24px;list-style-type: none;text-align:center;left: -999em; width:450px; position:absolute; display:inline; float:right;}/*二级菜单总体样式：行高24px；背景颜色；外框宽度；相对位置；边框一个象素，上边没样式，左右下边实线，边框颜色#003399；内边距1个象素*/
#nav li ul a{ display:inline; width:80px;text-align:left;padding-left:2px; font-size:12px; font-family:"微软雅黑";}/* 二级菜单链接样式；背景宽度、左对齐，左缩进2 */
 #nav li ul a:link  
{color:#353535; text-decoration:none;}     
 /* 未访问的链接 */ 
#nav li ul a:visited  
{color:#353535;text-decoration:none; float:right;}
/* 已访问的链接 */
#nav li ul a:hover
{color:#FFF;text-decoration:none;font-weight:normal;}
#nav li ul a:hover  
{color:#353535; text-decoration:none;font-weight:normal;}
/* 鼠标在链接上 */
#nav li:hover ul {left: auto;}
#nav li.sfhover ul {left: auto;}
#content {clear: right;}
.bodys{background-image:url(../images/doc.png); background-repeat:repeat-y repeat-x; background-position:center}
/*****************************************bottom***************************************/
#bottom{width:1000px; height:90px; margin-top:15px; text-align:center; background-image:url(../images/topBg.jpg); background-repeat:repeat-x; padding:10px 0px; clear:both;}
#bot-text{ margin:0 auto;text-align:center; line-height:60px; font-size:12px; color:#990000; width:1000px; height:60px;font-family:"微软雅黑"}
#cmb{ margin:0 auto; width:980px; height:10px; _height:10px; text-align:left; line-height:10px; padding-left:20px; margin-top:50px;font-size:12px; color:#990000;}
#cmb a{color:#990000; text-decoration:none}
#cmb a:hover{color:#990000; text-decoration:none}
.contain{width:1000px; height:960px; margin:0px auto; text-align:center; }