
/*首页背景颜色*/
body{background:#ededed;}
.wraper{ background-repeat:no-repeat; background-position: center top;}
*html{background-image: url(about:blank);}
.pos_r{position:relative;} .pos_a{position:absolute;}
/*首页主导航单独背景*/

/*四个鼠标滑过弹出新闻效果*/
.news-panel{z-index:5;height:500px;overflow:hidden;position:absolute;width:1100px;left:50%;margin-left:-540px;bottom:30px;}

.news-panel li{width:324px;margin-left:0px;bottom:0px;position:absolute;}
.news-panel .cell01{left:10px;}
.news-panel .cell02{left:380px;}
.news-panel .cell03{left:750px;}
.news-panel-top{height:160px;overflow:hidden;}
.news-panel-top img{display:block;}
.news-panel-bottom{height:70px;width:324px;color:#fff;font-size:14px;font-family:'Microsoft YaHei';}
.news-panel-bottom div{height:100%;width:324px;padding-left:10px;padding-top:5px;}
.news-panel-bottom .close{background:url(../images/title1-1.png) no-repeat ;width:324px;height:168px;position:absolute;left:0px;top:-120px;}
.news-panel-bottom .clo{background:url(../images/title1-2.png) no-repeat ;width:324px;height:168px;position:absolute;left:0px;top:-120px;}
.news-panel-bottom .clos{background:url(../images/title1-3.png) no-repeat ;width:324px;height:168px;position:absolute;left:0px;top:-120px;}
.news-panel-bottom .open{background:url(../images/jindie_detail.png) no-repeat left bottom;height:44px;display:none;}
.news-panel-bottom .open a{display:block;width:100px;height:36px;position:absolute;left:23px;top:20px;z-index: 999;}
.news-panel-content{background:#fff;width:324px;paddign-bottom:0px;overflow:hidden;margin-bottom:-5px;}
.news-panel-content .contentbox{padding:10px 10px;}
.news-panel-content h3{font-size:14px;font-family:'Microsoft YaHei';color:#005bac;margin-bottom:5px;}



/* CSS Document */ 




#mytable { 
    width: 700px; 
    padding: 0; 
    margin: 0; 
} 


# mytable th { 
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    color: #4f6b72; 
    border-right: 1px solid #C1DAD7; 
    border-bottom: 1px solid #C1DAD7; 
    border-top: 1px solid #C1DAD7; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    text-align: left; 
    padding: 6px 6px 6px 12px; 
    background: #CAE8EA url(images/bg_header.jpg) no-repeat; 
} 

#mytable th.nobg { 
    border-top: 0; 
    border-left: 0; 
    border-right: 1px solid #C1DAD7; 
    background: none; 
} 

#mytable td { 
    border-right: 1px solid #C1DAD7; 
    border-bottom: 1px solid #C1DAD7; 
    background: #fff; 
    font-size:11px; 
    padding: 6px 6px 6px 12px; 
    color: #4f6b72; 
} 


#mytable td.alt { 
    background: #F5FAFA; 
    color: #797268; 
} 

#mytable th.spec { 
    border-left: 1px solid #C1DAD7; 
    border-top: 0; 
    background: #fff url(images/bullet1.gif) no-repeat; 
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
} 

#mytable th.specalt { 
    border-left: 1px solid #C1DAD7; 
    border-top: 0; 
    background: #f5fafa url(images/bullet2.gif) no-repeat; 
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    color: #797268; 
} 


