﻿* {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #c4c4c4;
    font-size: 12px;
    color: #000;
    margin-bottom: 50px;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
.clear {
    font-size: 1px;
    height: 0px;
    clear: both;
}
/*---------------------------------*/
.Panel {
    width: 938px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/index/Panel.gif');
    background-repeat: repeat-y;
}
.Main_Panel {
    width: 930px;
    margin-right: auto;
    margin-left: auto;
}
.Header {
    background-image: url('../images/index/bg_header.gif');
    background-repeat: no-repeat;
    width: 930px;
    height: 57px;
    border: 0px;
    border-collapse: collapse;
    color: #c8d7e3;
    font-weight: bold;
}
.Header a {
    color: #c8d7e3;
    font-weight: bold;
}
.logo {
    margin-left: 30px;
    width: 353px;
    height: 40px;
}

/*-------------------------------------*/
.Panel_Menu {
    background-image: url('../images/index/bg_menu.png');
    background-repeat: repeat-x;
    width: auto;
    height: 23px;
}
.Panel_Banner {
    height: 277px;
    width: auto;
}
.News_One {
    font-family: 宋体;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    background-color: #000000;
    padding-left: 25px;
    color: #FFFFFF;
}
.News_One span {
    font-family: "Courier New" , Courier, monospace;
    font-size: 12px;
    color: #F0F0F0;
    font-weight: bold;
}
.Panel_Tabs {
    background-image: url('../images/index/bg_tab.png');
    background-repeat: repeat-x;
    height: 224px;
    width: auto;
    padding-top: 10px;
}
#tabs {
    width: 898px;
    height: 211px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/index/bg_tabs.png');
    background-repeat: no-repeat;
    padding: 1px 4px 4px 4px;
}
.Header_Tab {
    height: 23px;
    line-height: 23px;
    list-style: none;
    width: 890px;
    background-color: #335469;
}
.Header_Tab li {
    background-position: right top;
    width: 148px;
    float: left;
    text-align: center;
    background-image: url('../images/index/hptab-nonselect-three-tabs.gif');
    background-repeat: no-repeat;
    font-family: 黑体;
    color: #FFFFFF;
}
.Tab_Content {
    background-image: url('../images/index/bg_tabcontent.jpg');
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 890px;
    height: 183px;
	overflow:hidden;
}
.Tab_Content table {
    border: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.Tab_Content table td {
    padding: 5px 20px;
}
.Tab_Content table td ul {
    list-style: none;
    line-height: 25px;
    float: left;
    width: 100%;
}
.Tab_Content table td ul li {
    background-image: url('../images/index/li.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    float: left;
    padding-right: 10px;
    display:inline-block;
}
.Tab_Content table td ul.v li {
    background-image: url('../images/index/li.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-right: 10px;
     clear:both;
     width:100%;
}
.Tab_Content table td ul li a {
    color: #333333;
}
#li_first {
    background-image: url('../images/index/hptab-nonselect-first.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
#current {
    background-image: url('../images/index/hptab-select2.gif');
    background-repeat: no-repeat;
    background-position: left top;
    color: #000;
}
/*-------------------------------------------------*/
.Panel_Footer {
    background-image: url('../images/index/bg_footer.png');
    background-repeat: repeat-x;
    height: 28px;
    line-height: 28px;
    padding-left: 30px;
    clear: both;
}
.Panel_Footer * {
    color: #c7c7c7;
}
.Panel_Footer a {
    font-weight: bold;
    margin-left: 30px;
    float: left;
}
.Panel_Footer span {
    float: right;
    font-weight: bold;
    margin-right: 30px;
}
