﻿body
{
    background-image: url('images/bj_fangkuai.png');
    width:1024px;
    height:1000px;
}
.sgsd_image
{
    width: 100%;
    height: 200px;
    background-image: url('images/san_logo.png');
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-position: top;
    background-attachment: fixed;
    font-family: 华文琥珀;
    font-size: 50px;
    font-weight: bold;
    font-style: oblique;
    color: #00FF00;
    text-align: right;
    vertical-align:text-top;
}
.tabs
{
    float: left;
    background-image: url(images/nav_bg.png);
    width: 100%;
}
.tabs ul 
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
     width: 100%;
}
.tabs ul li
{
    float: left;
    line-height: 24px;
    margin: 0;
    padding: 2px 20px 0 15px;
    width: 200px;
    font-size: xx-large;
    font-weight: bolder;
    font-family: 华文中宋;
    color: #FFFFFF;
    height:30px;
}
.tab-nav
{
    background: url('images/nav_active.png');
    cursor: pointer;
}
.tab-nav-action
{
    background: url('images/bg_xian.png');
    cursor: pointer;
}
.tabs-body
{
    border-bottom: 1px solid #B4C9C6;
    border-left: 1px solid #B4C9C6;
    border-right: 1px solid #B4C9C6;
    float: left;
    padding: 5px 0 0;
    width: 100%;
    height:600px;
    font-size:22px;
    font-family: 华文中宋;
    color: #FFFFFF;
}
.tabs-body div 
{
    padding:10px;
}
a
{
     font-size:22px;
    font-family: 华文中宋;
    color: #00FF00;
    }
    a:link {
    color:#00FF00;
    text-decoration:underline;
    }
    a:visited {
    color:#00FF00;
    text-decoration:none;
    }
    a:hover {
    color:#00FF00;
    text-decoration:none;
    }
    a:active {
    color:#00FF00;
    text-decoration:none;
    }