﻿/*页面的背景*/
#bg2
{
    background-color: #FFFFFF;
    background-image: url(../../images/bg_2.png);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}
/*头部header的css*/

#header
{
    width: 1069px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    height: 134px;
    margin-bottom: 0px;
}

#header_top
{
    background-image: url(../../images/top_bg.png);
    background-repeat: repeat-x;
    height: 38px;
}

#header_bottom
{
    background-image: url(../../images/flash_2.jpg);
    position: relative;
    height: 134px;
}

#top
{
    background-image: url(../../images/top_bg.png);
    background-repeat: repeat-x;
    height: 38px;
    width: 1069px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#logopic
{
    display: block;
    position: absolute;
    left: 15px;
    top: 7px;
    z-index: 999;
    border: 0px;
}
#logoword
{
    display: block;
    float: left;
    margin-left: 98px;
    margin-top: 5px;
}

#login
{
    display: block;
    float: right;
    margin-right: 3px;
    margin-top: 0px;
}

/*鼠标放在登陆背景图片时切换背景*/
#login:hover
{
    background-image: url(../../images/loginbutton_on.png);
    background-repeat: no-repeat;
}

#welcome
{
    float: right;
    margin-right: 5px;
    margin-top: 20px;
    font-family: "宋体";
    font-size: 12px;
    color: #7b7b7b;
}

#menu
{
    width: 1069px;
    font-family: "宋体";
    float: left;
    color: #445157;
    font-size: 12px;
    position: relative;
    right: 26px;
    bottom: 15px;
    height: 10px;
    margin: 0px;
    padding: 0px;
}

#menuall
{
    position: absolute;
    bottom: 10px;
    right: 26px;
    height: 20px;
    padding: 0px;
    margin: 0px;
}
#menuall li
{
    list-style-type: none;
    float: left;
    list-style-image: none;
    height: 20px;
}
#menuall li a
{
    text-decoration: none;
    margin-left: 23px;
    margin-right: 23px;
    line-height: 44px;
}

#menuall li a.first
{
    margin-left: 0px;
}

#menuall li a:link
{
    color: #336270;
}
#menuall li a:visited
{
    color: #336270;
}
#menuall li a:hover
{
    color: #d3fb74;
}
#menuall li a:active
{
    color: #d3fb74;
}

/*主体body部分的css*/

.tab_header
{
    margin: 0px;
    height: 34px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 0px 0px 0px;
}

.tab_title
{
    float: left;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #888888;
    height: 33px;
    line-height: 33px;
    text-align: left;
    list-style: none;
    width: 155px;
    text-indent: 20px;
    cursor: pointer;
    margin-right: 15px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #c3c3c3;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #c3c3c3;
    border-left-color: #c3c3c3;
}

.tab_selected
{
    color: #5299c4;
    font-weight: bold;
    background-image: url(../../images/tab1_li_now_bg.png);
    background-repeat: no-repeat;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-top: -7px;
}

.tab_body
{
    clear: both;
    height: 550px;
    border: 1px solid #c3c3c3;
    margin-left: 40px;
    margin-right: 40px;
}

.tab_content
{
    float: left;
    padding-left: 10px;
    margin: 10px 0px 0px 0px;
}

.tab_content li
{
    background-image: url(../../images/news_bg.png);
    background-repeat: repeat-x;
    font-family: "宋体";
    font-size: 12px;
    color: #959595;
    text-decoration: none;
    list-style-image: url(../../images/ico_news.png);
    list-style-position: inside;
    list-style-type: none;
    line-height: 34px;
    width: 680px;
    margin-left: 0px;
    padding-left: 10px;
}
.tab_content li:hover
{
    color: #767676;
    background-image: url(../../images/fa_bg2.png);
    background-repeat: no-repeat;
}

.tab_content li a
{
    text-decoration: none;
    line-height: 34px;
}

.tab_content li a:link
{
    color: #959595;
}
.tab_content li a:visited
{
    color: #959595;
}
.tab_content li a:hover
{
    color: #767676;
}
.tab_content li a:active
{
    color: #767676;
}

#tab_separator
{
    width: 1px;
    height: 500px;
    float: left;
    margin-top: 20px;
}

#tab_pic
{
    width: 252px;
    float: right;
    margin-right: 12px;
    margin-top: 20px;
}
.pic
{
    margin-bottom: 10px;
}

#tab_page
{
    font-family: "宋体";
    font-size: 12px;
    color: #00a0cb;
    text-align: right;
    text-indent: 20px;
    margin-right: 300px;
}

#page_select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00a0cb;
    height: 18px;
    width: 33px;
    border: 1px solid #00a0cb;
}

#tab_page a:link
{
    color: #00a0cb;
    text-decoration: none;
}
#tab_page a:visited
{
    color: #00a0cb;
}
#tab_page a:hover
{
    color: #00627c;
}
#tab_page a:active
{
    color: #00a0cb;
}

#footer
{
    height: 44px;
    font-family: "宋体";
    font-size: 12px;
    color: #959595;
    background-color: #e9e9e9;
    clear: both;
}

#footer ul
{
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1069px;
}

#footer li
{
    float: left;
    list-style-type: none;
    line-height: 44px;
}

#footer li a
{
    text-decoration: none;
    margin-right: 20px;
}

#footer li a:link
{
    color: #9e9e9e;
}
#footer li a:visited
{
    color: #9e9e9e;
}
#footer li a:hover
{
    color: #767676;
}
#footer li a:active
{
    color: #767676;
}

#footer li#copy
{
    float: right;
}
body
{
    background-color: #FFFFFF;
    background-image: url(../../images/bg_2.png);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}
#body
{
    width: 1069px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
