﻿/*基本信息*/
body 
{
	font:12px Tahoma;
	margin:0px;
	text-align:center;
	background:#FF;
}
a:link,a:visited {font-size:12px;text-decoration:none;}
a:hover{}

#pagbody_father {
margin-left: auto;
margin-right: auto;
padding: 0px;
width: 100%;
}

/*页面层容器*/
#container 
{
    width:100%;
    margin:0 auto; 
    
    }

/*页面头部*/
#Header {width:1002px;margin:0 auto;height:auto;background:url(../images/MyImages/images/t111_01.gif) no-repeat }

/*页面主体*/
#PageBody
{
    width:1002px;
    margin:0 auto;
    height:auto;
     background:#ff; 
     margin-bottom:1px;
    
     
     }

/*页面底部*/
#Footer
 {
    
    width:1002px;
    height:90px;
    margin:0 auto;
    background:url(../images/MyImages/images/footer.jpg)  no-repeat; 
    clear:both; 
 }
/*菜单部分*/
#menu {padding:0px 200px 0 0;
       height:40px;
       margin:0 auto; 
       
    }
#menu ul{float:right; list-style:none;margin:0px;  width:auto; padding-top:10px; }
#menu ul li {float:left;margin:0 10px;display:block;line-height:28px}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#fff; font-size:18px;}
#menu ul li a:hover{text-decoration: none;
    
	color: #e98421;}
.menuDiv{width:1px;height:28px;background:#fff}
/*banner*/
#banner
{
  background:url(../images/MyImages/images/ban3.jpg) 0 0px no-repeat;/*背景图片*/
  width:1002px;/*设定层的高度*/
  margin:auto;/*层居中*/
  height:220px;/*设定高度*/
  
  clear:both /*清除浮动*/   
    }
#bannerFlash
{
  height:150px;
  padding-left:30px;
     
    }
#ftop
{
    width:1002px;
    height:10px;
    margin: auto;
    background:url(../images/MyImages/images/ftop.jpg) no-repeat;
}
 
 