body
{
    margin: auto;
    text-align: center;
    background-image: url(/images/zzjs_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
#Gen_Framework
{
    margin: auto;
    width: 960px;
    text-align: left;
    border: 1px solid #b4c5d1;
    padding: 0 4px 16px 4px;
    background-color: White;
}
#form1
{
    width: 970px;
}
/*头部*/
#header
{
    background-image: url(/images/top_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 139px;
}
#the_upper_bg
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#D7EAF9,endColorStr=#FFFFFF);
    border-bottom: 1px solid #A6BEE1;
    height: 39px;
    text-align: left;
}
/*#the_upper_bg_newyear
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f39800,endColorStr=#FFFFFF);
    border-bottom: 1px solid #ec6941;
    height: 39px;
    text-align: left;
}*/
.border_r
{
    border-right: 1px solid #999999;
}
#the_upper_td
{
    font-size: 12px;
    margin: 18px 20px 0 0;
    float: right;
}
#the_upper_td a
{
    color: #26286d;
    text-decoration: none;
    width: 60px;
    text-align: center;
}
#the_upper_td1
{
    font-size: 12px;
    margin: 10px 0 0 20px;
    float: left;
}
#the_upper_td1 a
{
    color: #26286d;
    text-decoration: none;
    width: 60px;
    height: 15px;
    text-align: center;
}
.red
{
    color: #ed1b23;
}
#mainlink
{
    padding: 9px 9px 0 19px;
    clear: both;
}
.mainlink_left
{
    float: left;
    width: 206px;
}
#mainlink_right
{
    float: right;
    border: 1px solid #c5e4fa;
    background-color: #f4f9fd;
    width: 720px;
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #26286d;
    line-height: 24px;
    padding: 4px 4px 0 4px;
}
#mainlink_right a
{
    color: #26286d;
    text-decoration: none;
}
#mainlink_right a:hover
{
    color: #ed1b23;
    text-decoration: none;
}
strong
{
    font-size: 13px;
}
#header_bottom
{
    clear: both;
    padding: 4px 0 0 19px;
}
#logo_Comment
{
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.riqi
{
    padding-top: 10px;
}
#header_bottom_right
{
    float: right;
    margin: 0 8px 0 0;
    width: 720px;
}
#search_bg
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#218cc8,endColorStr=#003a89);
    height: 32px;
    width: 390px;
    border: 1px solid #d4e1f1;
    float: right;
}
.text_blue
{
    font-size: 12px;
    color: #26286d;
    text-decoration: none;
    line-height: 24px;
}
.text_blue a
{
    color: #26286d;
    text-decoration: none;
}
.search_bg
{ 
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eaf4fc,endColorStr=#b3daf9);
    height:32px;
    width:400px;
    border:1px solid white;
    float:right;
}
#search_heigh
{
    margin: 2px 0 0 0;
    text-align: center;
}
.search_heigh
{
    margin: 2px 0 0 0;
    text-align: center;
}
#header_bottom_right_right
{
    float: right;
    width: 366px;
    font-size: 12px;
    color: #26286d;
    text-decoration: none;
    line-height: 24px;
    margin: 12px 0 0 0;
}
#header_bottom_right_right a
{
    font-size: 12px;
    color: #26286d;
    text-decoration: none;
}
.maq
{
    cursor: hand;
    color: #0066CC;
    font-size: 14px;
}
.maq a
{
    cursor: hand;
    color: #0066CC;
    font-size: 14px;
}
/*code based on Stu Nicholls "ultimate dropdown menu"
http://www.cssplay.co.uk*/
/*common styling*/
/*menu container*/
.menucontainer
{
    background: #ffffff url(/images/bgoff.gif) no-repeat bottom left;
}
/*basic menu styling*/
.menu
{
    float: left;
    width: 960px;
    position: relative;
    font-size: 12px;
    /*font-weight: bold;*/
    background: url(/images/bgOFF.gif) repeat-x bottom left;
    border-top: 4px solid #ff7f00;
    /*border-top: 4px solid #B30000;*/
}
.menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    position: relative;
}
.menu ul li
{
    float: left;
    position: relative;
    display: inline;
    background: url(/images/bgDIVIDER.gif) no-repeat bottom right;
}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited
{
    float: left;
    display: block;
    text-decoration: none;
    color: #000;
    width: auto;
    color: #666;
    padding: 0px 16px 0px 16px;
    line-height: 40px;
    height: 40px;
}
.menu ul li a, .menu ul li a:visited
{
    width: auto;
}
/*hide sub nav items*/
.menu ul li ul
{
    display: none;
}
/*clear the main nav bg*/
.menu ul li ul li
{
    background: none;
}
/*style for table of sub nav items*/
.tabl
{
    margin: -1px;
    border-collapse: collapse;
    font-size: 12px;
}
/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a
{
    color: #B30000;
    background: transparent url(/images/bgON.gif) bottom left repeat-x;
}
/*show drop-down list*/
.menu ul li:hover ul
{
    display: block;
    position: absolute;
    top: 36px;
    margin-top: 1px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ffffff;
}
/*drop-down on state*/
.menu ul li:hover ul li a
{
    display: block;
    background: #e3e3e3;
    color: #333333;
    height: auto;
    line-height: 16px;
    padding: 2px 16px 2px 16px;
    width: 120px;
    border-top: 1px solid #fff;
    text-align: left;
}
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover
{
    color: #FFFFFF;
    background: #B30000 url(/images/sub-arrow.gif) no-repeat;
    background-position: 4px 8px;
}
/*尾部*/
#footer
{
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    clear: both;
}
#footer a
{
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}
#footer a:hover
{
    font-size: 12px;
    color: #ed1b23;
    text-decoration: none;
}
/* 滑动门 2 */
.nTab1
{
    float: left;
    font-weight: normal;
    margin: 0 auto;
    background-position: left;
    background-repeat: repeat-y;
}
.nTab1 .TabTitle
{
    clear: both;
    border: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00a0e9,endColorStr=#0b66cb);
}
.nTab1 .TabTitle ul
{
    border: 0;
    margin: 0;
    padding: 0;
}
.nTab1 .TabTitle li
{
    float: left;
    width: 110px;
    height: 30px;
    cursor: pointer;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.nTab1 .TabTitle .active
{
    line-height: 30px;
    color: #ffff00;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.nTab1 .TabTitle .normal
{
    line-height: 30px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
}
.nTab1 .TabContent
{
    font-weight: normal;
}
.none
{
    display: none;
}
/*内容*/

.div_left
{
    float: left;
    width: 606px;
}
.div_left1
{
    float: left;
    width: 706px;
}
.div_right
{
    float: right;
    width: 350px;
}
.div_right1
{
    float: right;
    width: 250px;
}
#zhongyang
{
    margin: 6px 0 0 0;
    clear: both;
}
.center
{
    text-align: center;
}
.readtext
{
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    text-decoration: none;
    margin:12px 0 12px 0;
}
.place
{
    margin: 4px 0 18px 16px;
    font-size: 12px;
    color: #000000;
}
.place a
{
    font-size: 12px;
    color: #26286d;
    font-weight: bold;
}


.annex_downloads
{
    font-size: 14px;
    color: #FF6600;
    clear: both;
    line-height: 24px;
    margin: 0 0 4px 16px;
}
.annex_fujian
{
    font-size: 13px;
    color: #00309C;
    font-weight: bold;
    clear: both;
    line-height: 24px;
    margin: 0 0 5px 5px;
}
.imgInx
{
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    clear: both;
    width: 100%;
    margin: 2px 0 2px 0;
}
.imgInx_left
{
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    float: left;
}
.imgInx_left_info
{
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    float: left;
    margin-left: 8px;
}
.imgInx_left_info a
{
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #26286d;
}
.imgInx_left_info a:hover
{
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #ed1b23;
}
.imgInx_tu
{
    border: 1px solid #eeeeee;
}
.d_left
{
    float: left;
}
.d_right
{
    float: right;
}
#Level_Navigation
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00a0e9,endColorStr=#0b66cb);
    height: 36px;
    margin: 3px 0 0 0;
    clear: both;
}
#Level_Navigation_link
{
    float: left;
    background-image: url(/images/096ecf.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 14px 0 0 60px;
    font-size: 13px;
    color: white;
    font-weight: bold;
}
#Level_Navigation_link a
{
    color: white;
    text-decoration: none;
}
#fanye
{
    color: #000033;
    font-weight: bold;
    font-size: 13px;
    clear: both;
    text-decoration: none;
    text-align: center;
    margin-bottom: 12px;
    background-color: #e0dad2;
}
#fanye a
{
    color: #000033;
    text-decoration: none;
}
.gongcheng_title
{
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-bottom: 1px dotted #428bbe;
    text-align: center;
    border-right: 1px dotted #428bbe;
}
.gongcheng_text
{
    font-size: 14px;
    line-height: 36px;
    color: #000000;
    border-bottom: 1px dotted #428bbe;
}
.engineering_table
{
    border: 1px solid #428bbe;
    background-color:#eaf4fc;
}
hr
{
    color: #FF0000;
    height: 1px;
}
.qyinfo
{
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00a0e9,endColorStr=#0b66cb);
    height: 30px;
    color: #0099FF;
    margin-bottom: 10px;
}
.qyinfo a
{
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.search
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eaf4fc,endColorStr=#b3daf9);
    height: 40px;
    width: 100%;
    border: 1px solid white;
}
.lanmukuai
{
    width: 340px;
}
.biaoqian
{
    width: 160px;
    font-size: 14px;
    height: 22px;
    font-weight: bold;
    background-color: #0b66cb;
    color: white;
    margin: 3px 3px 3px 3px;
    text-align: center;
    padding: 4px 0 0 0;
}
.zzgl_left
{
    width: 200px;
    font-size: 14px;
    float: left;
}
.zzgl_right
{
    width: 758px;
    float: right;
    font-size: 14px;
}
/*主页*/
.zyleft
{
    float: left;
    width: 262px;
}
.zyright
{
    float: right;
    width: 688px;
}
#one_line
{
    margin: 0 0 1px 0;
}
.smallfont
{
    font-size: 12px;
    text-decoration: none;
    color: #2b2b2b;
    line-height: 22px;
}
.smallfont a
{
    font-size: 12px;
    text-decoration: none;
    color: #2b2b2b;
}
.smallfont a:hover
{
    font-size: 12px;
    text-decoration: none;
    color: red;
}
.smallfont1
{
    font-size: 12px;
    text-decoration: none;
    color: #707070;
    line-height: 22px;
}
.smallfont1 a
{
    font-size: 12px;
    text-decoration: none;
    color: #707070;
}
.smallfont1 a:hover
{
    font-size: 12px;
    text-decoration: none;
    color: red;
}
.zylinker
{
    padding: 2px 0 0 10px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#B3BEC7);
    height: 26px;
    boder-bottom: 1px solid #D8E4ED;
    font-size: 14px;
    font-weight: bold;
    color: #0054A6;
}
.zylinker_font
{
    font-size: 14px;
    font-weight: bold;
    color: #0054A6;
}
.zylinker_font a
{
    font-size: 14px;
    font-weight: bold;
    color: #0054A6;
    text-decoration: none;
}
.zylinker_font a:hover
{
    font-size: 14px;
    font-weight: bold;
    color: #00309C;
    text-decoration: underline;
}
.zylinker_img
{
    margin-right: 6px;
}
.zykuangjia
{
    background-color: #F4F9FD;
    border: 1px solid #D8E4ED;
    clear: both;
}

.style1
{
    text-decoration:none;
}

.textub
{
    margin: 6px 0 6px 0;
}
.textub2
{
    padding: 6px 0 6px 3px;
}
.textub3
{
    font-size: 14px;
    color: #2b2b2b;
    line-height: 24px;
    text-decoration: none;
}
.textub3 a
{
    font-size: 14px;
    color: #2b2b2b;
    text-decoration: none;
}
.textub3 a:hover
{
    font-size: 14px;
    color: red;
    text-decoration: none;
}
.zykuangjia2
{
    background-color: #FFFFFF;
    border: 1px solid #D8E4ED;
    clear: both;
}
.papp
{
    clear: both;
    height: 9px;
}
.clear
{
    clear: both;
}
.more
{
    text-align: right;
    padding: 10px 6px 0 0;
    color: #0054A6;
    text-decoration: none;
    font-size: 12px;
}
.more a
{
    color: #0054A6;
    text-decoration: none;
}
.more a:hover
{
    color: #00309C;
    text-decoration: underline;
}
.more1
{
    color: #0054A6;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    padding-right: 5px;
}
.more1 a
{
    color: #0054A6;
    text-decoration: none;
}
.more1 a:hover
{
    color: #00309C;
    text-decoration: underline;
}
.sqBorder
{
    width: 960px;
    height: 64px;
    padding: 0px;
    border: 0px #000000;
}
.scroll_div
{
    width: 958px;
    height: 62px;
    overflow: hidden;
    white-space: nowrap;
}
.scroll_div img
{
    width: 165px;
    height: 58px;
    border: 0;
    border: 0px #efefef solid;
}
.scroll_div *
{
    display: inline;
}
/*#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul, #scroll_begin ul li, #scroll_end ul li
{
    display: inline;
}
设置ul和li横排*/
.veeqi
{
    font-size: 12px;
    border: 1px #CCCCCC solid;
    background-color: #f4f4f4;
    width: 296px;
    height: 340px;
}
.focusText_2
{
    background: #89BCE7;
    width: 296px;
    text-align: center;
}
.focusText_2 IMG
{
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    margin: 3px auto 5px;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
}
.focusText_3
{
    font-size: 12px;
    width: 296px;
    text-align: left;
    color: #2b2b2b;
}
.focusText_3 H3
{
    font-size: 18px;
    margin: 9px 15px 3px;
    color: #000;
    text-align: center;
}
.focusText_3 H3 A:link
{
    font-weight: 100;
    font-size: 18px;
    color: red;
    font-family: "黑体" ,Arial Black,sans-serif;
    text-decoration: none;
}
.focusText_3 H3 A:visited
{
    font-weight: 100;
    font-size: 18px;
    color: red;
    font-family: "黑体" ,Arial Black,sans-serif;
    text-decoration: none;
}
.focusText_3 H3 A:active
{
    font-weight: 100;
    font-size: 18px;
    color: red;
    font-family: "黑体" ,Arial Black,sans-serif;
    text-decoration: none;
}
.focusText_3 H3 A:hover
{
    font-weight: 100;
    font-size: 18px;
    color: red;
    font-family: "黑体" ,Arial Black,sans-serif;
    text-decoration: none;
}
.focusText_3 P
{
    clear: both;
    font-size: 12px;
    margin: 0px 15px;
    line-height: 24px;
}
.focusText_3 P A:link
{
    color: #0e37a9;
}
.focusText_3 P A:visited
{
    color: #0e37a9;
}
.focusText_3 P A:active
{
    color: #cc3300;
    text-decoration: underline;
}
.focusText_3 P A:hover
{
    color: #cc3300;
    text-decoration: underline;
}
/******* 主页滑动begin*****/
.nTab2
{
    float: left;
    font-weight: normal;
    width: 262px;
    margin: 0 auto;
    background-position: left;
    background-repeat: repeat-y;
    clear: both;
}
.nTab2 .TabTitle
{
    clear: both;
    border: 0;
    height: 26px;
    border-top: 1px solid #D8E4ED;
    border-right: 1px solid #D8E4ED;
    border-left: 1px solid #D8E4ED;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#B3BEC7);
}
.nTab2 .TabTitle ul
{
    border: 0;
    margin: 0;
    padding: 0;
}
.nTab2 .TabTitle li
{
    float: left;
    width: 76px;
    height: 26px;
    cursor: pointer;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #0054A6;
}
.nTab2 .TabTitle li a
{
    cursor: pointer;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: none;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #0054A6;
}
.nTab2 .TabTitle li a:hover
{
    cursor: pointer;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: underline;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #00309C;
}
.nTab2 .TabTitle .active
{
    line-height: 26px;
    text-align: center;
    background-image: url(/images/selected.gif);
}
.nTab2 .TabTitle .normal
{
    line-height: 26px;
    text-align: center;
    background-image: url(/images/selhover.gif);
}
.nTab2 .TabContent
{
    clear: both;
    border: solid 1px #D8E4ED;
    border-left: solid 1px #D8E4ED;
    border-right: solid 1px #D8E4ED;
    background-color: #F4F9FD;
    font-weight: normal;
}
.none
{
    display: none;
}
/*******主页滑动end*****/
/******* 主页滑动2begin*****/
.xTab
{
    float: left;
    font-weight: normal;
    width: 340px;
    margin: 0 auto;
    background-position: left;
    background-repeat: repeat-y;
    clear: both;
}
.xTab .TabTitle
{
    clear: both;
    border: 0;
    height: 26px;
    border-top: 1px solid #D8E4ED;
    border-right: 1px solid #D8E4ED;
    border-left: 1px solid #D8E4ED;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#B3BEC7);
}
.xTab .TabTitle ul
{
    border: 0;
    margin: 0;
    padding: 0;
}
.xTab .TabTitle li
{
    float: left;
    width: 76px;
    height: 26px;
    cursor: pointer;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #0054A6;
}
.xTab .TabTitle li a
{
    cursor: pointer;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: none;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #0054A6;
}
.xTab .TabTitle li a:hover
{
    cursor: pointer;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: underline;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #00309C;
}
.xTab .TabTitle .active
{
    line-height: 26px;
    text-align: center;
    background-image: url(/images/selected.gif);
}
.xTab .TabTitle .normal
{
    line-height: 26px;
    text-align: center;
    background-image: url(/images/selhover.gif);
}
.xTab .TabContent
{
    clear: both;
    border: solid 1px #D8E4ED;
    border-left: solid 1px #D8E4ED;
    border-right: solid 1px #D8E4ED;
    background-color: #FFFFFF;
    font-weight: normal;
}
.none
{
    display: none;
}
/*******主页滑动2end*****/
.gridviewaa
{
    margin-top: 6px;
}

