@charset "gb2312";
*{
    margin:0;
    padding:0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.h5{  height:  5px; clear: both;}
.h10{ height: 10px;clear: both;}
.h15{ height: 15px;clear: both;}
.h20{ height: 20px;clear: both;}
body{
    background:url(2016_body_bg.jpg) no-repeat scroll center top;
    /*background: url(2016_background_1.png) no-repeat scroll center top;*/
}
/*.ui-bg {}
.ui-bg ul { position:absolute; left:0px;  top:0px; width:100%; height:100%; min-height:338px; z-index:-1;min-width: 1003px;}
.ui-bg li { position:absolute; left:0px;  top:0px; width:100%; height:100%; display:none; min-height:1110px;}

.ui-bg-li0 { background:#fff url(2016_background_1.png) no-repeat center top;}
.ui-bg-li1 { background:#fff url(2016_background_2.png) no-repeat center top;}
.ui-bg-li2 { background:#fff url(2016_background_3.png) no-repeat center top;}*/
/*.ui-bg-li3 { background:#fff url(www.liuzhou.gov.cnfzlmggbigad201411W020141119583675187212.jpg) no-repeat center top;}
.ui-bg-li4 { background:#fff url(www.liuzhou.gov.cnfzlmggbigad201411W020141119583921519480.jpg) no-repeat center top;}
.ui-bg-li5 { background:#fff url(www.liuzhou.gov.cnfzlmggbigad201606W020160701645834793888.jpg) no-repeat center top;}*/

ul,li,ol,span,em{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
img{ border:0;  }
a{
    text-decoration: none;
    color: #333333;
}
a:hover{
    color: #ff0000;
}
/*公共类*/
.clear{clear: both;}
/*通用标题*/
.p_title{
    display: block;
    width: 173px;
    height: 42px;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    color: #009807;
    margin: 0 auto;
    border-top: 4px solid #009807;
    cursor: pointer;
}
.p_title:hover{
    color: #c09d60;
}
/*通用内容展示*/
.p_content>li>a{
    float: left;
    width: 64%;
    height: 40px;
    background: url(2016_point.png) no-repeat scroll 0 center transparent;
    display: block;
    font-size: 14px;
    line-height: 35px;
    padding-left: 10px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p_content>li>a:hover{
    color: #f00;
}
.w1>li>a{
    display: block;
    width: 97%;
    text-align: left;
}
.p_content_span span{
    float:right;
    width: 32%;
    height: 40px;
    font-size: 14px;
    color: #8b8b8b;
    line-height: 40px;
    text-align:right;
}
/*小标题*/
.p_page_title{
    width: 450px;
    height:34px;
    border-bottom: 1px solid #dddddd;
    margin: 0 auto;
}
.p_page_title_style_2{
    width: 116px;
    height:34px;
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 34px;
    float: left;
    cursor: pointer;
}
.p_page_title_style_3{
    width: 113px;
    height: 34px;
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 34px;
    float: left;
    cursor: pointer;
    margin-left: 27px;
}
.p_page_title_style_4{
    width: 110px;
    height: 34px;
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 34px;
    float: left;
    cursor: pointer;
}
.p_tite_on{
    background: url(2016_title_bg.jpg) no-repeat;
    color: #009807;
}
.p_tite_on1{
    background: url(2016_title_bg_1.jpg) no-repeat;
    color: #009807;
}
.p_tite_on:hover{
    background: url(2016_title_bg.jpg) no-repeat;
    color: #009807;
}
.p_tite_on1:hover{
    background: url(2016_title_bg_1.jpg) no-repeat;
     color: #009807;
 }
/*鼠标放到菜单上和鼠标点击菜单*/
.p_menu_active{
    background-color: #0fba50;
    color: #fffc06 !important;
}
/*靠右显示*/
.p_float_right{right: 0;}
.p_bg_white{background-color: #ffffff !important;}
/*new标签添加*/
.p_new_icon{
    background: url(2016_new_icon.gif) no-repeat 0 10px;
}
/*返回顶端样式*/
.p_toTop{
    position: fixed;
    width: 87px;
    height: 77px;
    left: 50%;
    bottom: 50px;
    margin-left: 520px;
    cursor: pointer;
    z-index: 100;
    display: none;
    background: url(2016_toTop.gif) no-repeat;
}

/*公共类结束*/

/*园林局首页样式开始*/

/*首页头部*/
.header_top{
    width:100%;
    height: 47px;
    background-color: #f8f8f8;
    min-width:1003px;
}
/*顶部内容*/
.header_top .header_content{
    width: 1000px;
    height: 47px;
    margin: 0 auto;
}
/*欢迎词*/
.header_top .header_content .header_welcome{
    width: 490px;
    line-height: 47px;
    color:#333333;
    float:left;
}
/*查找框*/
.header_top .header_content .header_find{
    float:left;
    margin-top: 8px;
    margin-left: 20px;
}
.header_top .header_content .header_find .searchTxt{
    width: 178px;
    height: 28px;
    border:1px solid #bababa;
    float:left;
}
.header_top .header_content .header_find .searchSub{
    width: 35px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
}
/*分享*/
.header_top .header_content .header_share{
    display:inline-block;
    width:220px;
    float:right;
    margin: 5px 20px 0 0;
    vertical-align:middle;
}
.header_top .header_content .header_share .header_content_shaer{
    width:60px;
    height: 22px;
    line-height: 22px;
    float:left;
}
.header_top .header_content .header_share .header_share_img{
    width:22px;
    height: 22px;
    margin-left: 2px;
    background:url(2016_share.png) no-repeat;
    float: left;
    cursor: pointer;
}
.header_top .header_content .header_share .icon2{
    background-position: -25px;
}
.header_top .header_content .header_share .icon3{
    background-position: -50px;
}
.header_top .header_content .header_share .icon4{
    background-position: -75px;
}
.header_top .header_content .header_share .icon5{
    background-position: -100px;
}
/*logo以及菜单排版*/
.header_body{
    width:1003px;
    margin:0 auto;
    min-width: 1003px;
}
/*Flash*/
.header_flash{
    display: block;
    width: 1002px;
    height:291px;
    margin: 0 auto;
    /*background: #00a740;*/
}
/*Logo*/
.header_logo{
    width:272px;
    height: 221px;
    margin-top: 20px;
    background: url(2016_logo.png) no-repeat;
}
/*Menu导航*/
.header_menu{
    width: 1003px;
    height: 52px;
    margin: 0 auto;
    background-color: #00a740;
    border:1px solid #00a740;
}
.header_menu .header_list_menu>li{
    position: relative;
    float: left;
    height:52px;
}
.header_menu .header_list_menu>li>a{
    display: block;
    font-size:18px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    width: 111px;
    cursor: pointer;
}
.header_menu .header_list_menu>li:hover>a{
    background-color: #0fba50;
    color: #fffc06;
}
/*下拉内容*/
.header_menu .header_list_menu .down_box{
    position: absolute;
    width: 421px;
    height: 238px;
    background-color: #0fba50;
    z-index: 666;
    display: none;
}
/*左方图片样式*/
.header_menu .header_list_menu .down_box .down_box_left{
    width:265px;
    height:199px;
    background: url(2016_menu_box_img.jpg) no-repeat;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
}
/*右边样式*/
.header_menu .header_list_menu .down_box .down_box_right{
    width:130px;
    height: 199px;
    float: right;
    margin-top: 20px;
    background: url(2016_line.png) no-repeat scroll 13px 0;
}
.header_menu .header_list_menu .down_box .down_box_right>ul{
    width: 128px;
    height: 34px;
    list-style: none;
}
.header_menu .header_list_menu .down_box .down_box_right>ul>li{
    margin-bottom: 0;
}
.header_menu .header_list_menu .down_box .down_box_right>ul>li .down_box_child{
    display: block;
    width:18px;
    height: 34px;
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    line-height: 34px;
    float: left;
}
.header_menu .header_list_menu .down_box .down_box_right>ul>li .down_box_child_con{
    display: block;
    width: 107px;
    height: 34px;
    float: right;
    text-align: left;
}


.header_menu .header_list_menu .down_box .down_box_right>ul>li>span{
    color: #ffffff;
    font-size: 14px;
    margin-left: 9px;
}
.header_menu .header_list_menu .down_box .down_box_right ul>li .down_box_child_con>a{
    width: 107px;
    height: 34px;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header_menu .header_list_menu .down_box .down_box_right ul>li:hover .down_box_child{
    color: #fffc06;
}
.header_menu .header_list_menu .down_box .down_box_right ul>li:hover .down_box_child_con>a{
    color: #fffc06;
}
/*body样式设计开始*/
.body_body{
    width: 1003px;
    height: auto;
    background-color: #ffffff;
    margin:0 auto;
}
/*main1*/
.body_main1{
    width:1003px;
    height:396px;
    min-width: 1003px;
    border:1px solid #dddddd;
    background-color: #ffffff;
}
/*公示公告*/
.body_main1 .body_gsgg{
    width: 966px;
    height: 50px;
    margin: 20px auto;
    background-color: #f4f4f4;
}
.body_main1 .body_gsgg .body_gsgg_title{
    display: block;
    width: 105px;
    height: 50px;
    background-color: #00a740;
    color: #ffffff;
    font-size:20px;
    line-height: 50px;
    text-align: center;
    float: left;
}
.body_main1 .body_gsgg .body_gsgg_content{
    float: right;
    width: 861px;
}
/*文字移动样式S*/
.txtMarquee-left{
    position:relative;
}
.txtMarquee-left .bd .tempWrap{
    width:855px !important; /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
}
/*.txtMarquee-left .bd{*/
/*padding:10px;*/
/*}*/
.txtMarquee-left .bd ul{
    overflow:hidden;
    zoom:1;
    padding-left: 5px;
}
.txtMarquee-left .bd ul li{
    margin-right:20px;
    float:left;
    height:50px;
    line-height:50px;
    text-align:left;
    _display:inline;
    width:auto !important; /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
    padding-left: 15px;
    background: url(2016_point.png) no-repeat scroll 0 center transparent;
}
.txtMarquee-left .bd ul li a{
    font-size: 16px;
    color: #f6a025;
}
.txtMarquee-left .bd ul li a:hover{
    color: #00a107;
}
/*文字移动样式E*/
/*轮播和本局动态*/
.body_main1 .body_content{
    width: 966px;
    height: 290px;
    margin: 20px auto;
}
/*轮播S*/
.body_main1 .body_content .body_content_lunbo{
    width:470px;
    height: 290px;
    float: left;
}
.Focus{
    width:100%;
    position:relative;
    height:250px;
    padding:10px 0;
}
.FocusIn{
    width:470px;
    height:290px;
    position:relative;
    margin:0 auto;
    overflow:hidden;
}
.FocusIn .bd li{
    vertical-align:middle;
}
.FocusIn .bd li a .pic_title{
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    width:100%;
    height: 40px;
    color: #FFFFFF;
    line-height: 40px;
    text-align:left;
    text-indent:1em;
    background: url(2016_bg_48.png) repeat;
}
.FocusIn .bd li img{
    width:470px;
    height:290px;
    display:block;
}
.FocusIn .hd{
    position:absolute;
    right:10px;
    bottom:14px;
    height:17px;
    min-width:10px;
    overflow:hidden;
}
.FocusIn .hd ul{
    vertical-align:middle;
    margin-left: 20px;
    display:inline-block;
    *display:inline;
    overflow:hidden;
    zoom:1;
}
.FocusIn .hd ul li{
    display:block;
    float: left;
    width:10px;
    height:10px;
    margin: 0 4px;
    margin-right:2px;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.FocusIn .hd ul li.on{
    background: #00a107;
}

/*轮播E*/
/*本局动态和行业动态*/
.body_main1 .body_content .body_content_bjdt_hydt{
    width: 470px;
    height: 290px;
    float: right;
}
/*轮播*/
.body_main1 .body_content .body_content_lunbo{
    width: 470px;
    height: 288px;
    /*background: url(2016_banner1.jpg) no-repeat;*/
}
/*本局动态和行业动态标题部分*/
.body_main1 .body_content .body_content_bjdt_hydt .body_content_bjdt_hydt_title{
    width: 470px;
    height: 42px;
    border-bottom: 1px solid #dddddd;
}
.body_main1 .body_content .body_content_bjdt_hydt .body_content_bjdt_hydt_title .body_content_title{
    width:114px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #adadad;
    float: left;
    /*cursor: pointer;*/
}
.body_main1 .body_content .body_content_bjdt_hydt .body_content_bjdt_hydt_title .on{
    color: #009807;
    border-bottom: 4px solid #009807;
}
.body_main1 .body_content .body_content_bjdt_hydt .body_content_more{
    width: 54px;
    height: 21px;
    background: url(2016_more.png) no-repeat;
    margin-top: 20px;
    cursor: pointer;
    float: right;
}
.body_main1 .body_content .body_content_bjdt_hydt .body_content_more:hover{
    border: 1px solid #00a740;
}
/*本局动态/行业动态内容部分*/
.body_main1 .body_content .body_content_bjdt_hydt .body_content_bjdt_hydt_content{
    width: 470px;
    height: 247px;
}
.body_main1 .body_content .body_content_bjdt_hydt .hydt_page{
    display: none;
}
.right_content_detailed{
    position: relative;
    width: 470px;
    min-height:100px;
    border-bottom: 1px dashed #d4d4d4;
}
.content_title{
    width: 300px;
    margin: 0 auto;
    height:30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #ff9000;
}
.content_detailed{
    height: 70px;
    padding: 2px;
    line-height: 23px;
    color: #333333;
    /*text-indent: 1em;*/
}
.go_ditailed{
    position: absolute;
    bottom: -5px;
    right: 10px;
}
.go_ditailed a{
    color: #ff9000;
}
/*main2*/
.body_main2{
    width: 1003px;
    height: 544px;
    margin: 20px auto;
}
/*左边布局*/
.body_main2 .body_main2_left{
    width:492px;
    float:left;
}
/*便民服务*/
.body_main2 .body_main2_left .body_bmfw{
    width:492px;
    height:205px;
    border:1px solid #dddddd;
}
.body_main2 .body_main2_left .body_bmfw .bszn_page_content{
    width: 450px;
    height: 160px;
    margin: 0 0 0 15px;
    display: none;
}
.body_main2 .body_main2_left .body_bmfw .spgs_page_content{
     width: 450px;
     height: 120px;
     margin: 0px 0 0 15px;
     display: none;
 }
.bszn_bg1{
    height: 113px;
    width: 78px;
    float: left;
}
.bszn_bg2{
    height: 113px;
    position: absolute;
    width: 78px;
    float: left;
    left:50%;
    margin-left: -39px;
}
.bszn_bg3{
    height: 113px;
    width: 78px;
    float: right;
    right: 0;
}
.b1{
    position: absolute;
    display: block;
    width: 78px;
    height:89px;
    background: url(2016_banshizhinan.png) no-repeat;
    top: 0;
}
.b2{
    position: absolute;
    display: block;
    width: 78px;
    height:89px;
    background: url(2016_biaogexiazai.png) no-repeat;
    top: 0;
}
.b3{
    position: absolute;
    display: block;
    width: 78px;
    height:89px;
    background: url(2016_shenpigongshi.png) no-repeat;
    top: 0;
}
.b_title{
    position: absolute;
    width: 78px;
    text-align: center;
    bottom: 0;
}
/*清单*/
.body_qingdan{
    position: absolute;
    bottom: -4px;
}
.body_qingdan .quanli_qingdan{
    float: left;
    display: block;
    width: 202px;
    height:67px;
    background:url(2016_xingzhengquanliqingdan.png) no-repeat;
}
.body_qingdan .zeren_qingdan{
    float: right;
    display: block;
    width: 202px;
    height:67px;
    background:url(2016_xingzhengzerenqingdan.png) no-repeat;
}
/*公共参与*/
.body_main2 .body_main2_left .body_ggcy{
    width: 492px;
    height: 250px;
    margin-top:20px;
    border:1px solid #dddddd;
}
.body_main2 .body_main2_left .body_ggcy .ggcy_page_title{
    width: 450px;
    height:34px;
    border-bottom: 1px solid #dddddd;
    margin: 0 auto;
}
/*公共参与内容*/
.body_main2 .body_main2_left .body_ggcy .ggcy_page_content{
    width: 450px;
    height: 120px;
    margin: 5px 0 0 15px;
    display: none;
}
/*右边布局*/
.body_main2 .body_main2_right{
    width:492px;
    float: right;
}
/*政务公开*/
.body_main2 .body_main2_right .body_zwgk{
    position: relative;
    width: 492px;
    height: 288px;
    border:1px solid #dddddd;
}
.body_main2 .body_main2_right .body_zwgk .zwgk_page_content{
    width: 450px;
    height: 126px;
    margin: 0 auto;
    display: none;
}
/*政府信息公开*/
.zwgk_xinxigongkai{
    width:100%;
    height:60px;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    background-color: #e3e3e3;
}
.zwgk_xinxigongkai .zwgk_img{
    width: 165px;
    height: 57px;
    float: left;
    text-align: center;
    line-height: 57px;
    background: url(2016_xinxigongkai.png) no-repeat;
    margin-left: 10px;
}
.zwgk_xinxigongkai .zwgk_content{
    float: right;
    height: 56px;
    width:315px;
    padding-top: 6px;
}
.zwgk_xinxigongkai .zwgk_content>ul>li{
    float: left;
}
.zwgk_xinxigongkai .zwgk_content>ul>li>a{
    padding: 0 10px;
    line-height: 25px;
    text-align: left;
    display: block;
    font-size: 12px;
    color: #333333;
}
.zwgk_xinxigongkai .zwgk_content>ul>li>a:hover{
    color: #ff0000;
}
/*政策法规*/
.body_main2 .body_main2_right .body_zcfg{
    width: 492px;
    height: 253px;
    border:1px solid #dddddd;
}
.body_main2 .body_main2_right .body_zcfg .zcfg_page_content{
    width: 450px;
    margin: 0 auto;
}
/*main3--小轮播以及二维码和微博*/
.body_main3 {
    width: 1003px;
    height: 122px;
}
.body_main3 .body_main3_l_lunbo{
    float: left;
    width:650px;
    height:120px;
    text-align: center;
}
/*小轮播样式开始*/
.slideBox{
    width:650px;
    height:120px;
    overflow:hidden;
    position:relative;
    /*border:1px solid #ddd;*/
}
.slideBox .hd{
    height:15px;
    overflow:hidden;
    position:absolute;
    right:5px;
    bottom:5px;
    z-index:1;
}
.slideBox .hd ul{
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox .hd ul li{
    float:left;
    margin-right:2px;
    width:15px;
    height:15px;
    line-height:14px;
    text-align:center;
    /*    background:#000;
        opacity: 0.8;*/
    background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
    filter:Alpha(opacity=50); background:#000;/*实现IE背景透明*/
    color:#fff;
    cursor:pointer;
}
.slideBox .hd ul li.on{
    background:#00a107 !important;
}
.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img{
    width:650px;
    height:120px;
    display:block;
}
/*小轮播样式结束*/
.body_main3 .body_main3_erweima{
    float: right;
    width: 332px;
    height: 120px;
    background-color: #ededed;
}
.body_main3 .body_main3_shoujiduan{
    display: block;
    float: left;
    width: 103px;
    height: 120px;
}
.body_main3 .body_main3_weibo{
    display: block;
    float: left;
    width: 103px;
    height: 120px;
    margin-left: 5px;
    background: url(2016_erweima.png) no-repeat;
}
.body_main3 .body_main3_weixin{
    display: block;
    float: right;
    width: 103px;
    height: 120px;
    margin-right: 5px;
    background: url(2016_erweima.png) no-repeat -112px 0;
}
/*main4*/
.body_main4{
    width:1003px;
    margin-top: 20px;
}
/*左边布局*/
.body_main4 .body_main4_left{
    width:492px;
    height: 590px;
    float: left;
}
/*本局概况*/
.body_main4 .body_main4_left .body_bjgk{
    width:492px;
    height: 303px;
    border:1px solid #dddddd;
}
.body_main4 .body_main4_left .body_bjgk .body_bjgk_title_bg{
    position: relative;
    width: 430px;
    height: 80px;
    margin: 0 auto;
    /*border: 1px solid #f00;*/
}
.bjdt_ldjj{
    display: block;
    float: left;
    width: 190px;
    height:66px;
    font-size: 22px;
    line-height: 66px;
    text-indent: 3.5em;
    color: #FFFFFF;
    background: #f6a025 url(2016_lingdaojieshao.png) no-repeat 20px 16px;
}
.bjdt_ldjj:hover{
    color: #FFFFFF;
    background-color: #FF6600;
}
.bjdt_jgsz{
    display: block;
    float: right;
    width: 200px;
    height:66px;
    font-size: 22px;
    line-height: 66px;
    text-indent: 3.5em;
    color: #FFFFFF;
    background: #4bb96e url(2016_jigoushezi.png) no-repeat 20px 12px;
}
.bjdt_jgsz:hover{
    color: #FFFFFF;
    background-color: #00a107;
}

.body_main4 .body_main4_left .body_bjgk .body_bjgk_title_bg .title_bg{
    position: absolute;
    display: block;
    float: left;
    width: 78px;
    height: 113px;
    /*text-align: center;*/
}
.body_main4 .body_main4_left .body_bjgk .body_bjgk_content{
    width: 100%;
    height: 166px;
    margin-top: 10px;
    background: #f0efef url(2016_bjgk_content_bg.png) no-repeat center;
}
.body_main4 .body_main4_left .body_bjgk .body_bjgk_content .bjgk_content_left{
    display: block;
    float: left;
    width:40px;
    height:159px;
    margin-top: 5px;
    margin-left: 34px;
}
.body_main4 .body_main4_left .body_bjgk .body_bjgk_content .bjgk_content_right{
    text-align: center;
    width: 405px;
    height: 120px;
    float: right;
    margin-top: 10px;
}
/*行业服务*/
.body_main4 .body_main4_left .body_djzc{
    width:492px;
    height: 265px;
    margin-top: 20px;
    border:1px solid #dddddd;
}
.body_main4 .body_main4_left .body_djzc .ylwh_page_content{
    width: 450px;
    height: 115px;
    margin: 10px auto;
    display: none;
}
/*右边布局*/
.body_main4 .body_main4_right{
    width:492px;
    float: right;
}
/*宣传视频*/
.body_main4 .body_main4_right .body_vido{
    width:492px;
    height: 303px;
    border:1px solid #dddddd;
}
.body_main4 .body_main4_right .body_vido .body_vido_bg{
    width: 419px;
    height: 247px;
    margin: 0 auto;
    text-align: center;
}
/*园林文化*/
.body_main4 .body_main4_right .body_ylwh{
    width:492px;
    height: 265px;
    margin-top: 20px;
    border:1px solid #dddddd;
}
.body_main4 .body_main4_right .body_ylwh .ylwh_page_content{
    width: 450px;
    height: 115px;
    margin: 10px auto;
    display: none;
}
/*main5*/
.body_main5{
    clear: both;
    width: 1003px;
    height: 232px;
    margin-top: 630px;
    border:1px solid #dddddd;
}
/*公园风景*/
.body_main5 .body_park .body_park_content{
    width:100%;
    height: 185px;
}
/*无缝小图片轮播样式开始*/
.picMarquee{
    overflow:hidden;
    position:relative;
    height: 185px;
}
.picMarquee .next{
    position: absolute;
    width: 27px;
    height: 42px;
    display: block;
    right: 0;
    top:50%;
    margin-top: -21px;
    background: url(2016_right.jpg) no-repeat;
    cursor: pointer;
}
.picMarquee .prev{
    position: absolute;
    width: 27px;
    height: 42px;
    display: block;
    left: 0;
    top:50%;
    margin-top: -21px;
    background: url(2016_left.jpg) no-repeat;
    cursor: pointer;
}
.picMarquee .bd{
    padding: 2px 34px 2px 37px;
}
.picMarquee .bd ul{
    overflow:hidden;
    zoom:1;
}
.picMarquee .bd ul li{
    margin:0 13px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.picMarquee .bd ul li .pic{
    text-align:center;
}
.picMarquee .bd ul li .pic img{
    width:202px;
    height:152px;
    display:block;
    padding:2px;
}
.picMarquee .bd ul li .pic a:hover img{
    border-color:#009807;
}
.picMarquee .bd ul li .title{
    line-height:24px;
}
.picMarquee .bd ul li .title a{
    color: #333333;
}
/*无缝小图片轮播样式结束*/
/*main6*/
/*讲文明树新风公益广告*/
.body_main6{
    width: 1003px;
    height: 312px;
    margin-top: 20px;
    border:1px solid #dddddd;
}
.body_main6 .body_ad_title{
    width: 100%;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    text-indent: 2em;
    background-color: #00a740;
}
/*body样式设计结束*/
/*foot设计开始*/
.footernav{
    width: 1003px;
    height: 34px;
    /*border:1px solid #dddddd;*/
    margin: 20px auto;
}
.footernav ul{
    width: 100%;
    float: left;
    display: inherit;
    position: relative;
    list-style: none;
}
.footernav .nLi{
    float: left;
    width: 173px;
    height: 32px;
    border: 1px solid #d2d2d2;
    line-height: 32px;
    position: relative;
    display: inline;
    margin-left: 20px;
}
.footernav>ul>li>a {
    display: block;
    width: 150px;
    font-size: 14px;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    color: black;
    cursor: pointer;
    background: url(2016_fx.png) no-repeat right;
}
.footernav .nLi .sub{
    display: none;
    left: 0;
    top: 33px;
    position: absolute;
    padding: 5px 0;
    background: white;
    width: 173px;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*border-left: 1px solid #ffa320;*/
}
.footernav .nLi .sub>a{
    display: block;
    /*background: none !important;*/
    border-bottom: 1px dashed #C8D6E0;
    width: 173px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
    height: 30px;
    line-height: 30px;
}
.footernav .nLi .sub>a:hover{
    color: #ffffff;
    background-color: #ffa320;
}

/******************************************/
.foot{
    width:100%;
    margin-top: 20px;
    background-color:#009639;
}
.foot .foot_link{
    width: 1000px;
    height: 40px;
    margin: 10px auto 0 auto;
    text-align: center;
    line-height: 25px;
}
.foot .foot_link .foot_link_content{
    width: 390px;
    height: 40px;
    margin: 0 auto;
}
.foot .foot_link .foot_link_content>ul{
    height: 35px;
    text-align: center;
    color: #ffffff;
}
.foot .foot_link .foot_link_content>ul>li{
    height: 35px;
    line-height: 35px;
    float: left;
}
.foot .foot_link .foot_link_content>ul>li>a{
    display: block;
    width:70px;
    height:35px;
    line-height: 35px;
    color: #ffffff;
}
.foot .foot_link .foot_link_content>ul>li>a:hover{
    color: #ebf314;
}
#nav .nLi .sub{
    text-indent:1em;
}

.foot .foot_copyright{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.foot .foot_icon{
    width: 1000px;
    margin: 0 auto;
}.foot .foot_icon .foot_icon_content{
     width:700px;
     margin: 0 auto;
 }
.foot .foot_icon .foot_icon_content>ul{
    min-width: 290px;
    margin-left:220px;
}
.foot .foot_icon .foot_icon_content>ul>li{
    float: left;
    text-align: center;
}
.foot_copyright>p>a:hover{color: #ebf314 !important;}
/*园林局首页样式结束*/
/*
*注意：内页的页面顶部和左边部分基本相同，
*所以css有些是调用（内页-图片列表）页面的样式
*修改的时候样注意这一点
*/
/*内页图片列表样式开始*/
/*公共类*/
.p_left_check>a{
    text-indent: 2em !important;
    background: url(2016_right_icon.png) no-repeat scroll 0 center transparent;
    color: #00a740;
}
/*图片列表内容布局*/
.pic_list_body{
    width: 1003px;
    margin: 0 auto;
    min-width: 1003px;
    border: 0;
    background-color: #ffffff;
}
.pic_list_body .pic_list_menu{
    width: 960px;
    height: 30px;
    margin: auto;
    line-height: 30px;
    background-color: #eeeeee;
}
/*位置图标*/
.pic_list_body .pic_list_menu .pic_position_icon{
    position: absolute;
    width: 12px;
    height:14px;
    margin-top: 8px;
    margin-left: 10px;
    background: url(2016_position.png) no-repeat;
}
/*导航内容*/
.pic_list_body .pic_list_menu .pic_position_content{
    padding-left: 30px;
}
/*列表内容*/
.pic_list_body .pic_body_content{
    width: 960px;
    margin: 0 auto;
}
/*左导航*/
.pic_list_body .pic_body_content .pic_body_left{
    float: left;
    width:220px;
}
.pic_list_body .pic_body_content .pic_body_left .pic_left_top{
    border: 1px solid #dddddd;
}
.pic_list_body .pic_body_content .pic_body_left .pic_left_top .pic_bottom_style{
    height: 22px;
    background: url(2016_border_bottem.jpg) no-repeat scroll 0 0;
}
/*园林动态*/
.pic_list_body .pic_body_content .pic_body_left .pic_body_yldt_title{
    height: 50px;
    background-color: #00a740;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}
.pic_list_body .pic_body_content .pic_body_left .pic_body_list{
    width: 120px;
    margin: 10px auto;
}
.pic_list_body .pic_body_content .pic_body_left .pic_body_list>ul>li{
    text-align: left;
}
.pic_list_body .pic_body_content .pic_body_left .pic_body_list>ul>li>a{
    display: block;
    width: 150px;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 1em;
}
.pic_list_body .pic_body_content .pic_body_left .pic_body_list>ul>li>a:hover{
    text-indent: 2em;
    background: url(2016_right_icon.png) no-repeat scroll 0 center transparent;
    color: #00a740;
}
/*办事指南*/
.banshizhinan{
    position: relative;
    display: block;
    width: 220px;
    height: 86px;
    margin-top: 20px;
    background: #e97965 url(2016_left_icon.png) no-repeat  scroll 25px 25px;
}
.banshizhinan:hover{
    background: #ed5135 url(2016_left_icon.png) no-repeat  scroll 25px 25px;
}
.banshizhinan .banshizhinan_content{
    display: block;
    position: absolute;
    right: 40px;
    height: 86px;
    color: #ffffff;
    font-size: 26px;
    line-height: 86px;
}
/*表格下载*/
.biaogexiazai{
    position: relative;
    display: block;
    width: 220px;
    height: 86px;
    margin-top: 20px;
    background: #e9ab51 url(2016_left_icon.png) no-repeat  scroll 25px -80px;
}
.biaogexiazai:hover{
    background: #e89a29 url(2016_left_icon.png) no-repeat  scroll 25px -80px;
}
.biaogexiazai .biaogexiazai_content{
    display: block;
    position: absolute;
    right: 40px;
    height: 86px;
    color: #ffffff;
    font-size: 26px;
    line-height: 86px;
}
/*审批公示*/
.shepigongshi{
    position: relative;
    display: block;
    width: 220px;
    height: 86px;
    margin-top: 20px;
    background: #57a7d2 url(2016_left_icon.png) no-repeat  scroll 25px -185px;
}
.shepigongshi:hover{
    background: #26a1e4 url(2016_left_icon.png) no-repeat  scroll 25px -185px;
}
.shepigongshi .shepigongshi_content{
    display: block;
    position: absolute;
    right: 40px;
    height: 86px;
    color: #ffffff;
    font-size: 26px;
    line-height: 86px;
}

/*右导航*/
.pic_list_body .pic_body_content .pic_body_right{
    float: right;
    width: 720px;
    border: 1px solid #dddddd;
    padding-bottom: 60px;
}
.pic_list_body .pic_body_content .pic_body_right .pic_r_title{
    width: 720px;
    line-height: 50px;
    font-size: 24px;
    text-indent: 1em;
    border-top: 2px solid #00a740;
    color: #00a740;
}
/*图片列表*/
.pic_list_body .pic_body_content .pic_body_right .pic_r_list{
    margin-left: 30px;
}
.pic_list_body .pic_body_content .pic_body_right .pic_r_list>ul>li{
    float: left;
    width: 197px;
    height:147px;
    margin: 25px 11px;
    text-align: center;
    line-height: 147px;
    border: 1px solid #dddddd;
}
.pic_list_body .pic_body_content .pic_body_right .pic_r_list>ul>li .r_list_pic{
    text-align: center;
}
.pic_list_body .pic_body_content .pic_body_right .pic_r_list>ul>li .r_list_pic img{
    width: 195px;
    height:145px;
    display: block;
    padding: 2px;
}
.pic_list_body .pic_body_content .pic_body_right .pic_r_list>ul>li .r_list_title{
    line-height:24px;
}
/*内页图片列表样式结束*/

/*内页新闻列表开始*/
.pic_list_body .pic_body_content .pic_body_right .news_list{
    width: 690px;
    margin: 10px auto;
}
.pic_list_body .pic_body_content .pic_body_right .news_list .news_pages{
    font-size: 12px;
}
/*内页新闻列表结束*/
/*新闻详细页开始*/
.pic_list_body .pic_body_content .pic_body_right .news_details{
    width: 690px;
    margin: 0 auto;
}
.top_color{
    border-top: 1px solid #00a107;
}
.pic_list_body .pic_body_content .pic_body_right .news_details .news_details_title{
    width: 690px;
    min-height: 40px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.pic_list_body .pic_body_content .pic_body_right .news_details .news_details_aothor{
    width: 690px;
    height: 30px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #838383;
}
.pic_list_body .pic_body_content .pic_body_right .news_details .news_details_content{
    width: 690px;
    margin: 10px auto;
    border-top: 1px solid #00a107;
    font-size: 14px;
    padding-top: 20px;
    text-indent: 2em;
    line-height: 25px;
}
.pic_list_body .pic_body_content .pic_body_right .news_details .news_details_content img{
    display: block;
    max-width: 650px;
    margin: 0 auto;
}
/*新闻详细页结束*/

/*二级单位列表样式 开始*/
.erji_list{
    width: 690px;
    margin: 10px auto;
}
.erji_list ul>li{
    float: left;
}
.erji_list ul>li>a{
    display: block;
    width: 255px;
    height:50px;
    border: 1px solid #2BD874;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin:10px 0 0 53px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.erji_list ul>li>a:hover{
    background: #2BD874;
    color: #FFF;
}
/*二级单位列表样式 结束*/


/*分页开始*/
.new_page
{
    padding:10px;
    line-height:40px;
    color:#32353A;
    text-align:center;
}
.new_page>span
{
    color:red;
    padding:0 2px;
}
.new_page>a{
    padding:5px 10px;
    background-color: #EEEEEE;
    margin:0px 3px;
}
.new_page .show_page_content{
    padding:5px 10px;
    border:#EEEEEE 1px solid;
    background-color: #EEEEEE;
    margin:0px 3px;
    color: #333333;
}
.new_page .GO{
    cursor: pointer;
}
.new_page .GO:hover{
    cursor: pointer;
    background:#00a107;
    color:#fff;
}
.new_page .active{
    background:#00a107;
    color:#fff;
    padding:5px 10px;
    border:#d9d9d9 1px solid;
}
.new_page>a:hover{
    background:#00a107;
    color:#fff;
    padding:5px 10px;
}
/*分页结束*/
/*上下翻页*/
.up_down{
    min-height: 50px;
    width: 100%;
}
.up_down .up,.up_down .down{
    min-height: 25px;
    text-indent: 1em;
}
.up_down .up>a,.up_down .down>a{
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
}









