﻿#bodyMain
{
    width: 960px;
    margin: 0 auto;
    /*background-color: #EFF0FC;*/
    background-color: #FFFFFF;
}

#header
{
    /*    background-position: left center;*/
    background-position: left top;
    padding: 0px;
    margin: 0px;
    text-align: left;
    height: 88px;
    background-image: url('../Images/jjlogo_P.png'); /*  background-repeat: no-repeat;    */
    background-repeat: no-repeat;
}

#header_box
{
    float: right;
    margin-bottom: 2px;
    margin-top: 99px;
    margin-right: 3px;
}

#header_box span
{
    margin-right: 6px;
    margin-left: 6px;
    color: #0000FF;
}
/* Begin main navigation menu. */

#menu
{
    padding: 0px;
    margin: 0px;
    height: 42px;
    clear: both; /*   background-color: #408080;*/
    text-align: center; /*background-image: url('../Images/menu4.png');*/
    background-image: url('../Images/menu.png');
    background-repeat: repeat-x; /*background-color: #F3F3F3;*/
}

#menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 42px;
    background-image: url('../Images/menu_background.png');
    background-repeat: repeat-x;
}

#menu ul li
{
    /*list-style-type:none;*/
    display: inline;
    background-image: url('../Images/menu_background.png');
    color: #FFFFFF;
}

#menu ul li a
{
    text-decoration: none;
    padding: 0 17px;
    margin: 0;
    height: 42px;
    line-height: 42px;
    font-size: medium;
    background-image: url('../Images/menu_background.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-weight: bolder;
}

#menu ul li a:hover
{
    color: #FF9900;
    
}

#subMenu
{    
    height: 22px;
    margin-top: 3px;
    clear: both;
    text-align: left;
}

#subMenu ul li
{
    border: thin solid #008000;
}

#subMenu ul
{
    height: 22px;
}

#subMenu ul li
{
    display: inline;
}

#subMenu ul li a
{
    padding: 0 17px;
    line-height: 22px;
    font-size: small;
    font-weight: bolder;
}

#subMenu ul a:hover
{
    background-color: #408080;
    color: #FFFFFF;
}

#subMenu ul a:visited
{
    color: #0066CC;
}

#subMenu ul a:visited:hover
{
    background-color: #408080;
    color: #FFFFFF;
}

#subMenu #sub1
{
    padding-left: 70px;    
}

#subMenu #sub2
{
    padding-left: 190px;
}

#subMenu #sub3
{
    padding-left: 320px;
}

#subMenu #sub4
{
    padding-left: 450px;
}

#subMenu #sub5
{
    padding-left: 570px;
}

#subMenu #sub6
{
    padding-left: 570px;
}

#subMenu #sub7
{
    padding-left: 460px;
}

/* End main navigation menu. */

#main
{
    /*ie8的margin-top兼容问题 父div在没边框的情况下，子div如果设了margin-top,子div的margin无效，假设设了边框就没问题*/
    overflow: hidden;
    border-width: 0px;
    height: 100%;
    color: #FFFFFF;
    margin-top: 4px;
    margin-bottom: 4px;
}

/*main_default*/
#defaultMain
{
    width: 960px;
    height:500px;
}

#scrollView
{    
    background-position: center center;
    float: left;
    width: 310px;
    margin-top: 0px;
    background-image: url('../Images/scrollViewPic/scrollViewbg.png');
    background-repeat: no-repeat;
    height: 254px;
}

#scrollView ul
{
    float: left;
    margin-left: 10px;
    padding-right: 10px;
    border-right: dashed 1px #FFFFFF;
    list-style-type: none;
    height: 250px;
}

#scrollView ul li
{
    line-height: 40px;
    text-align: center;
}

#scrollView ul li:hover
{
    color: #0080FF;
}

#scrollView ul .st01
{
    cursor: pointer;
}

#scrollView #scrollright
{
    border: medium solid #FFFFFF;
    background-position: center;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
    height: 220px;
    width: 215px;
    background-color: #FFFFFF;    
}

#scrollView #scrollright img
{
   border-width:0px;  
}


#defaultMain_left
{
    float: left;
    width: 320px;
}

#defaultMain_left_top
{
    height:325px;
}

#defaultMain_left_bot
{
    
}

#defaultMain_right
{
    float: right;
    position: relative;
    width: 640px;
    top: 0px;
    left: 0px;
    height: 342px;
}

.default_center
{
    margin: 6px;
    height: 155px;
    width: 308px;
    float: left;
    left: 0px;
    position: relative;
    border-bottom: dashed 1px #999999;
    top: 7px;
}

.default_center_chengjiu
{
    margin: 6px;
    height: 322px;
    width: 627px;
    float: left;
    left: 0px;
    position: relative;
    border-bottom: dashed 1px #999999;
    top: 0px;
}

.quickTable_top
{
    width: 100%;
    color: #000000;
    border: 1px solid #999999;
    height: 19px;
}
.quickTable_topLeft
{
    float: left;
    width: 67px;
    height: 19px;
    line-height: 19px;
    background-color: #408080;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
}
.quickTable_topRight
{
    background-position: right center;
    float: right;
    width: 160px;
    height: 19px;
}

.quickTable_topRight img
{
    float: right;
    margin-top: 7px;
    margin-right: 6px;
    border-width: 0;
}

.quickTable_bottom
{
    width: 100%;
    text-align: center;
}
.quickTable_tableCss
{
    line-height: 2em;
    width: 100%;
}
.quickText_bottom table 
{
    line-height: 3em;
    width: 100%;
    text-align: left;
}
.quickText_bottom table a
{
    font-weight: bolder;
    line-height: 2em;
    color: #336699;
    
}
.quickText_bottom table a:hover
{
    color: #0000FF;
}
.quickTable_tableCss_title
{
    text-align: left;
    width: 246px;
}
.quickTable_tableCss_title a
{
    color: #000000;
}
.quickTable_tableCss_time
{
    width: 62px;
    color: #000000;
    text-align: right;
}

.quickText_top
{
    border-color: #d2d2d2;
    width: 100%;
    color: #000000;
    height: 19px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.quickText_topLeft
{
    float: left;
    width: 67px;
    height: 19px;
    line-height: 19px;
    background-color: #408080;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
}
.quickText_topRight
{
    background-position: right center;
    float: right;
    width: 160px;
    height: 19px;
}

.quickText_topRight img
{
    float: right;
    margin-top: 7px;
    margin-right: 6px;
    border-width: 0px;
}

.quickText_bottom img
{
    border-width: 0px;
}

.quickText_bottom
{
    width: 100%;
    color: #000000;
    height: 132px;
}

.quickText_bottom_text
{
    width: 25%;
    color: #000000;
    height: 272px;
    clip: rect(0px, auto, auto, auto);
}

.quickText_bottom_title
{
    width: 25%;
    color: #000000;
}

.quickText_bottom_honor
{
    width: 100%;
    height: 100%;
    color: #000000;
}
#media
{
    background-position: center;
    padding: 4px 5px 4px 5px;
    height: 100%;
    background-image: url('../Images/bgtest.png');
    overflow: hidden;
    background-repeat: no-repeat;
}

#media2
{
    background-position: center;
    padding: 4px 5px 4px 5px;
    height: 100%;
    background-image: url('../Images/banner_bg.png'); /*overflow: hidden;*/
    background-repeat: no-repeat;
}

/*主页图片下的文字样式*/
.KSS_titleBox h2
{
    line-height: 32px;
    text-align: left;
}

/*main_content*/
.siteMap
{
    height: 25px;
    color: #4c657e;
    line-height: 25px;
    font-size: 12px;
    font-family: 宋体;
}

.siteMap .siteMapLeft
{
    float: left;
    margin-left: 25px;
}

.siteMap .siteMapLeft span
{
    font-size: 15px;
    font-weight: 600;
}

.siteMap .siteMapRight
{
    float: right;
    margin-right: 25px;
}

#contentMain
{
    height: 100%;
    margin-top: 8px;
}

#rightContent
{
    min-height: 600px;
    height: 100%;
    float: left;
    width: 80%;
    padding-left: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #6d7f91;
}

#leftMenu
{
    border-width: 0px;
    float: left; /*height: 100%;*/
    width: 16%; /*margin-top: 20px;*/
}

#leftMenu img
{
    border-width: 0px;
}

#footer
{
    /*background-image: url('../Images/FootBar.png');*/ /*background-position: center;*/ /*background-repeat: no-repeat;*/
    height: 40px; /*26px;*/
    margin-top: 2px;
    clear: both;
    color: #FFFFFF;
    line-height: 20px;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #408080;
    background-color: #FFFFFF;
}
#footer #footer_left
{
    float: left;
    margin-left: 25px;
    color: #669999;
    text-align: left;
}
#footer #footer_left span
{
    margin-right: 6px;
    color: #669999;
}
#footer #footer_right
{
    float: right;
    margin-right: 25px;
    text-align: right;
    color: #669999;
}
#footer #footer_left a
{
    color: #669999;
}

/*try*/

/*try end*/

/*以下是表格页样式*/
.gridview
{
    padding: 1px 1px 1px 1px;
    vertical-align: middle;
    clear: both;
    height: 20px;
    width: 100%;
    line-height: 2em;
    border-width:0px;
}
.gridview td
{
    padding: 1px 1px 1px 1px;
    vertical-align: middle;
    clear: both;
    background-color: #FFFFFF;
    border-bottom: dashed 1px #b4b4b4;
    border-style: none none dashed none;
    border-width: 0px 0px 1px 0px;
}

.gridview #wenzhai_fanye td
{
    padding: 1px 1px 1px 1px;
    vertical-align: middle;
    clear: both;
    background-color: #FFFFFF;
    border-bottom: dashed 0px #b4b4b4;
}

.gridview th
{
    background: #1E8185 repeat-x;
    text-align: center;
    height: 24px;
    color: #FFFFFF;
    font-weight: normal;
}

.wenzhaiDetail
{
    cursor: pointer;
}

.detailview
{
    padding: 1px 1px 1px 1px;
    vertical-align: middle;
    clear: both;
    height: 20px;
    width: 100%;
    line-height: 2em;
}

.detailview td
{
    padding: 1px 1px 1px 1px;
    clear: both;
    background-color: #FFFFFF;
    border-bottom: dashed 1px #b4b4b4;
    text-align:left;
    border-style: none none dashed none;
    border-width: 0px 0px 1px 0px;
}


/*以下是list列表样式*/
.listStyle
{
}

.listStyle td
{
    /*color: #4c657e;*/
    color: #000000;
    border-bottom: dashed 1px #b4b4b4;
    height: 28px;
    line-height: 28px;
    background-image: url(../images/jiantou3.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 13px 8px;
}

.listStyle td a
{
    /*color: #4c657e;*/
    text-decoration: none;
    float: left;
    color: #000000;
}
.listStyle td span
{
    float: right;
}

.listStyle .fangye
{
    border-top: solid 1px #6d7f91;
    margin-top: 8px;
    padding-top: 10px;
    color: #4c657e;
    height: 25px;
}
.listStyle .fanye_left
{
    float: left;
}
.listStyle .fanye_right
{
    float: right;
}
.listStyle .fanye_right a
{
    margin: 0 2px;
    font-size: 12px;
    color: #4c657e;
    text-decoration: none;
    font-family: "宋体";
}
.listStyle .fanye_input
{
    width: 40px;
    height: 13px;
}

.HorizontalLine
{
    height: 1px;
    background-color: #6d7f91;
    margin-bottom: 8px;
}

#showiso
{
    background-position: center top;
    float: left;
    margin-top: 2px;
    border-bottom-style: solid;
    height: 67px;
}

#isodis
{    
    font-size: large;
    color: #488080;
    text-align: center;
}

#isodis a
{
    color: #488080;
}

#showiso a:hover
{
    color: #488080;
    font-style: italic;
}

#showiso a:visited
{
    color: #488080;
}
.hidden
{
    display: none;
}

#defaultMain_right_bottom
{
    float: right;
    position: relative;
   
    top: -7px;
    left: 0px;
    height: 165px;
}

