/*===头部start===*/
.logo img
{
    height: 88px;
}
.logo
{
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0px;
}
.zz
{
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
}
.zz1
{
    width: 70px;
    height: 40px;
    background: #F2E8C5;
    position: absolute;
    top: 0px;
    left: 0px;
}
.zz2
{
    width: 30px;
    height: 40px;
    background: #F2E8C5;
    top: 40px;
    left: 0px;
    position: absolute;
}
.banner
{
    width: 100%;
    height: 80px;
}
.top
{
    width: 100%;
    height: 39px;
    background: #B23908;
    border-bottom: 1px solid #F9D02A;
    z-index: 2;
}
.top a{
    color: white;
}
.top a:link
{
    color: white;
}
.top a:visited
{
    color: white;
}
.top ul
{
    margin: 0;
    padding: 0;
}
.top ul li
{
    list-style: none;
    float: right;
    margin-right: 12px;
    line-height: 40px;
}

.top2
{
    height: 40px;
    background: #FE4C00;
    left: 0;
    top: 40px;
    z-index: 2;
    text-align: left;
    padding-left: 100px;
    color: #fafafa;
    letter-spacing: 0;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    font-size: x-large;
    font-family: 微软雅黑;
}

#header
{
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /*border-bottom: solid 1px #AE85E1;*/
    background-color: gray;
}
/*===头部end===*/



/*===主页start===*/
html
{
    margin: 0;
    height: 100%;
}
body
{
    font-size: 12pt;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    background: #F2E8C5;
}

#content
{
    width: 100%;
    position: fixed; /*FF IE7 SF*/
    top: 80px;
    bottom: 80px;
    _top: 0px;
    _overflow-y: auto;
    _overflow-x: auto;
    scrollbar-face-color: #EEEEEE; /*设置IE下滚动条颜色*/
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #919192;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #919192;
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
}


a:link
{
    text-decoration: none;
}
a:hover {
    color: #0000FF;
    text-decoration: underline;
}

/*宽度超出用省略号表示*/
.caochangyinchang
{
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;
}
    /* 只有定义了表格的布局算法为fixed，下面td的隐藏定义才能起作用。 */
.caochangTB
{
table-layout: fixed;
    }

#content img
{
    height: 100%;
}

#content .sf1
{
    width: 20%;
    height: 100%;
    float: left;
}
#content .sf1 img
{
    display: block;
    height: 70%;
    position: fixed;
    left: 16px;
    bottom: 80px;
}
#content .sf2 img
{
    display: block;
    height: 70%;
    position: fixed;
    right: 16px;
    top: 80px;
}
.con
{
    width: 100%;
    height: 100%;
    background: #F2E8C5;
    float: left;
}
.con .up
{
    width: 100%;
}
.con .down
{
    width: 100%;
}
.con .down img
{
    width: 60px;
    height: 60px;
    margin: 18px;
}
.con .nav
{
    color: orange;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #F9D02A;
}
.con .nav span
{
    line-height: 30px;
}
#content .sf2
{
    width: 20%;
    height: 100%;
    float: right;
}
/*===主页end===*/



/*===脚部start===*/
#footer
{
    clear: both;
    width: 100%;
    height: 40px;
    border-top: 1px solid #F9D02A;
}
#footer ul
{
    margin: 0;
    padding: 0;
}
#footer ul li
{
    list-style: none;
    float: left;
    margin-right: 12px;
    line-height: 40px;
}
.bottom_ul
{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #F9D02A;
    background: red;
}
#footer a:link
{
    color: white;
}
#footer a:visited
{
    color: orange;
}
.bottom_ba
{
    text-align: center;
    clear: both;
    width: 100%;
    height: 40px;
    background: #5F0505;
}
.bottom_ba span
{
    line-height: 40px;
}


#footer
{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: gray;
}
/*===脚部end===*/

