﻿* {
    margin: 0 ;
    padding: 0px;
    border:0;
}

/*顶部*/
#top{
    width:96%;
    height: 40px;
    background-color: #EEEEEE;
	margin-left:2%;
}

#top_body{
    width: 980px;
    height:40px;
    margin: 0px auto;
    line-height:40px;
    font-size:14px;
    color:#666;
}

#top_left{
    float: left; position:relative;
}

#top_left span{
    display:inline;
}

#top_right{
    float: right;
}

#top_right a{
    display: block;
    float: left;
    margin-left:25px;
    text-decoration: none;
    color: #666;
}

#top_right a:hover{
    color: #007cc2;
}
.top_up {background:url(../images/hajs_bg.jpg) center; width:96%; margin-left:2%;}
.top_up li {width:980px; margin:0 auto;}

#weather {position:absolute; top:9px; left:320px;}
/*logo*/
#banner{
    width: 96%;
    height: 120px;
    background-color: #F9F9F9;
	margin-left:2%;
}


#banner_body{
    width: 980px;
    height: 140px;
    margin: 0px auto;
    position: relative;
}

#logo {padding-top:20px;}
#query{
    position: absolute;
    height: 35px;
    top:38px;
    right:0px;
    width: 298px;
}

#query_input{
    height: 39px;
    width: 239px;
    color: #999999;
    border-top:solid 1px #DCDCDC;
    border-bottom:solid 1px #DCDCDC;
    border-left:solid 1px #DCDCDC;
    padding-left: 12px;
    line-height: 39px;
    position: absolute;
	border-radius:5px;
}

#query_btn{
    border: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/querybtn.png) no-repeat;
    right:4px;
    position: absolute;
}

/*导航菜单*/
#menu{
    width:96%;
    height: 60px;
    background-color: #007CC2;
    z-index: 999;
    position: relative;
	margin-left:2%;
  
}

#menu_body{
    width: 980px;
    height: 60px;
    margin: 0px auto;
    line-height: 60px;
    position: relative;
}

.menu_body_a{
    display: block;
    float: left;
    text-decoration: none;
    width: 176px;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 16px;
}
#menu_news {background:#36aecb;}
#menu_news:hover {background:#28a2c0;}
#menu_styq {background:#8fb654;}
#menu_styq:hover {background:#759e38;}
#menu_mlha {background:#dd5299;}
#menu_mlha:hover {background:#d53a89;}
#menu_tzxy {background:#eaa152;}
#menu_tzxy:hover {background:#d78b38;}
#menu_zwfw {background:#787ef8;}
#menu_zwfw:hover {background:#4d54e4;}
#menu_hdjl {background:#ff6767;}
#menu_hdjl:hover {background:#c00;}
.menu_body_a:hover {background-color:#4CB27A;}
.menu_body_a:visited{
    color: #FFFFFF;
}
.backgrondimg{
    background: url(../images/triangle.png) no-repeat;
}

#weixin2code
{
    position: absolute;
     width:140px;
     height:180px;
	 background:url(//www.cselor.com/images/weixin_scan.png) no-repeat;
     top:60px;
	 right:0;
    }

#appcode
    {
        top: 60px; left: 860px;
         background:url(../images/app_scan.jpg) no-repeat;
         position: absolute;
         width:140px;
     height:180px;

        }
.current{
    background-color:#4CB27A;
    color: #FFFFFF;
}

/*
#menu_body a:hover{
    background-color:rgb(76,178,122);
}
*/
.clear {clear:both;}

#weixin{
    position: absolute;
    right:0;
    top: 0px;
    border: none;
    height: 60px;
	width:100px;
	display:block;
	background:url(../images/weixin.png) no-repeat;
	z-index:1000;
}
#weixin:hover{
    position: absolute;
    right:0;
    top: 0px;
    border: none;
    height:60px;
	width:100px;
	display:block;
	background:url(../images/weixin_over.png) no-repeat;
}
#app{
    height:60px;
	width:60px;
	display:block;
    position: absolute;
    right:0px;
    top:0px;
    border: none;
	background:url(../images/app.png) no-repeat;
	z-index:1000;
}
#app:hover{
	background:url(../images/app_over.png) no-repeat;

}
.layer{
    width: 938px;
    height:280px;
    background-color: #fff;
    position: absolute;
	left:0;
	top:0;
    top: 60px;
    display:none;
    z-index:999;
	border-bottom:#007cc2 solid 2px;
	border-left:#007cc2 solid 1px;
	border-right:#007cc2 solid 1px;
	padding:20px;
	padding-top:0px;
	padding-left:20px;
	filter: alpha(opacity=90);
	-moz-opacity:0.9; 
	opacity: 0.9;
}

#subimg{
    position: absolute;
    left: 350px;
    top: 30px;
}
.layer a {color:#0066cc; font-size:14px;}
.layer a:hover {color:#F00;}

.position {background:url(../images/pos_bg.png) 0 3px no-repeat; margin-top:45px; text-indent:20px;color:#999;font-size:12px;}
.position a{color:#666;}
.position em {font-style:normal; font-family:"宋体"; margin-left:4px; margin-right:3px; font-size:12px;}
.position a:hover{text-decoration:underline;}

.content_body {background:#efefef;margin-top:20px; padding:6px;}
.c_c_body {background:#fff;border:#e1e1e1 solid 1px; padding-bottom:40px;}
.content_title {font-size:24px; text-align:center; margin-top:40px;}
.content_sub {font-size:18px; text-align:center; margin-top:18px;}
.content_info {font-size:12px; text-align:center;color:#666; border-bottom:#E6E6E6 solid 1px; width:880px; padding-bottom:20px; margin:0 auto; margin-top:20px;}
#tzzn .content_title {font-size:24px; text-align:center; margin-top:-10px;}
#tzzn .content_info {font-size:12px; text-align:center;color:#666; border-bottom:#E6E6E6 solid 1px; width:620px; padding-bottom:20px; margin:0 auto; margin-top:20px;}
.content_info a {color:#069;}
.content_info a:hover {text-decoration:underline;}
.content_d {width:880px;margin-top:20px;margin:0 auto; font-size:16px; line-height:28px; color:#333;}
#tzzn .content_d {width:620px;} 
#tzzn img {max-width:600px; margin-left:-2em;}
.content_d p{text-indent:2em; margin-top:20px;}
.content_d img {text-align: center; height: auto;}
.content_d a {color:#00F;}
.content_d a:hover {color:#f00;}
.author {font-size:14px; text-align:right;}
.share {text-align:center; margin-top:20px;}
.bdsharebuttonbox{text-align:center; margin-top:30px; width:310px; margin:0 auto;}


.leaders_left {background:#efefef;margin-top:20px; padding:6px; float:left; width:320px;}
.l_l_body {background:#fff;border:#e1e1e1 solid 1px; padding-bottom:20px;}
.leaders_title {text-align:center; padding-top:15px; font-size:22px; background:#09C; color:#fff; padding-bottom:15px; margin-bottom:5px;}


.leader_d  {width:318px; height:64px; font-size:14px; border-bottom:#ECECEC solid 1px;  position:relative;}


.leader_d_l {float:left;}
.leader_d_l li {padding-left:30px; padding-top:22px; padding-bottom:22px; font-size:14px; border-bottom:#ECECEC solid 1px; padding-right:20px; position:relative;}
.leader_d_l a {color:#333; background:#EAEAEA; border-radius:5px; padding:5px 15px 8px 15px;}
.leader_d_l a:hover {color:#fff; background:#c00;}

.leader_d_r {float:right; width:190px;font-size:14px; color:#999;height:60px;display:none}
.leader_d_r span{
	display : block;
	position:relative;
	top:50%;
}




.dep_left {background:#efefef;margin-top:20px; padding:6px; float:left; width:240px; text-align:center;}
.dep_d li {padding-left:35px; padding-top:22px; padding-bottom:22px; font-size:14px; border-bottom:#ECECEC solid 1px; padding-right:20px; position:relative;}
.dep_d a {color:#333; background:#EAEAEA; border-radius:5px; padding:6px 25px 8px 25px; display:block; width:120px;}
.dep_d a:hover {color:#fff; background:#09C;}
.dep_d #yqdj a:hover {color:#fff; background:#c00;}

.dep_right {width:636px; margin-left:30px; border:#F0F0F0 solid 1px; float:left; margin-top:20px; padding:20px; padding-top:45px; padding-left:30px; border-top-width:4px;}
#news_center {padding-top:30px;}

#news_center ul {margin-top:20px; padding-bottom:20px;}
#news_center ul a{ color:#369;}
#news_center ul a:hover {text-decoration:underline;}
#news_center ul li {line-height:46px; height:46px;background:url(../images/gray-dot.png) 6px 21px no-repeat; text-indent:20px; border-bottom:#ECECEC solid 1px; position:relative;}
#news_center ul span {position:absolute; font-size:12px; color:#999; right:10px; top:0;}

.epages {margin-top:20px; padding-bottom:20px;} 
.epages a:hover {background:#09C;border:#09C solid 0px; color:#fff;}
.page_input {width:32px;font-size:12px;border:1px solid #C5C5C5;}
.page_tz {width:28px;font-size:12px;border:1px solid #C5C5C5;cursor:pointer;}
.dep_title {font-size:22px;}
#dep_table {margin-top:40px; border:#F4F4F4 solid 1px;}
#dep_table #title {background:#09c;}
#dep_table #title td {color:#fff;}
#dep_table td{color:#333;text-align:center; padding:15px 10px 15px 10px; border:#F4F4F4 solid 1px; line-height:20px;}
#dep_table tr:hover{background:#F6F6F6; cursor:pointer;}
#dep_table #n {width:70px;}
#dep_table #zw {width:70px;}
#dep_table #zz {width:260px;}
#dep_table #zzc {text-align:left; padding-left:15px;}
#dep_table #tel {width:70px;}
#dep_table #room {width:44px;}

.leaders_right {width:576px; margin-left:30px; border:#F0F0F0 solid 1px; float:left; margin-top:20px; padding:20px; padding-top:35px; border-top-width:4px;}
.leader_pic {width:240px; float:left; padding-bottom:30px;}
.leader_pic img {padding:1px;}
.leader_info {width:246px;float:left; padding-bottom:30px;}
.leader_info #name {font-size:32px; margin-top:15px;}
.leader_info #zw {font-size:14px; color:#666; margin-top:18px;}
.leader_info #fg ,.jl{font-size:14px; color:#666; margin-top:15px;}
.jl{margin-bottom:15px;line-height:25px}
.leader_info #mail {margin-top:40px;}
.leader_news_title,#leader_news_title1 {background:#EFEFEF; position:relative;}
.leader_news_title span,#leader_news_title1 span {font-size:12px; position:absolute; right:10px; top:11px;}
.leader_news_title span em,#leader_news_title1 span em {font-family:"宋体"; font-style:normal;}
.leader_news_title span a ,#leader_news_title1 span a{color:#999;}
.leader_news_title span a:hover,#leader_news_title1 span a:hover {color:#f00; text-decoration:underline;}
.leader_news_title li,#leader_news_title1 li {width:90px; color:#fff; background:#ff9900; padding:10px 0px 10px 25px;}
.leader_news_list {margin-top:10px; padding-bottom:20px;}
.leader_news_list a{ color:#369;}
.leader_news_list a:hover {text-decoration:underline;}
.leader_news_list li {line-height:46px; height:46px;background:url(../images/gray-dot.png) 6px 21px no-repeat; text-indent:20px; border-bottom:#ECECEC solid 1px; position:relative;}
.leader_news_list span {position:absolute; font-size:12px; color:#999; right:10px; top:0;}

.zjyq_left {padding-left:15px; margin-top:30px; width:290px; border-right:#D5D5D5 solid 1px; float:left;}
.zjyq_left li {float:left; width:135px; list-style:none outside;}
.zjyq_left a {line-height:60px;height:60px; border:#D4D4D4 solid 1px; border-radius:5px; margin-top:15px;padding:10px 30px 10px 30px;}
.zjyq_left a:hover {border:none;border-radius:5px;background:#ff6633; color:#fff;}
.zjyq_right {width:590px; float:left; padding-left:35px; padding-top:15px;}
.zr_title {font-size:14px; color:#C00; background:url(../images/red-dot.png) 0px 27px no-repeat; text-indent:16px;}
.zr_body {line-height:26px; text-indent:2em; color:#333; margin-top:-5px; background:url(../images/title_line_l.png) no-repeat; padding-top:15px;}
.zr_body a {color:#c00; margin-left:15px;}
.zr_body a:hover {color:#c00; text-decoration:underline;}
.zr_body img {float:left; padding-right:20px; padding-top:7px;}

.newscenter_left {padding-left:15px; width:400px;float:left;}
.layer_title {font-size:14px; color:#C00; background:url(../images/red-dot.png) 0px 27px no-repeat; text-indent:16px; position:relative;}
.newscenter_left #djyw { background:url(../images/dh.png) 0px 18px no-repeat;text-indent:30px;}
.newscenter_right #djtp { background:url(../images/dh.png) 0px 18px no-repeat;text-indent:30px;}
.layer_title span {position:absolute; right:0;top:4px;*top:-18px;}
.layer_title span a {font-size:12px; color:#999;}
.layer_title span em {font-family:"宋体"; font-style:normal; margin-left:2px;}
.nc_list {margin-top:-4px; background:url(../images/title_line.png) no-repeat; padding-top:10px;}
.nc_list a {color:#333;}
.nc_list span {position:absolute; font-size:12px; right:0; top:0; color:#999;}
.nc_list li {line-height:35px; text-indent:12px; background:url(../images/gray-dot.png) 0px 17px no-repeat;position:relative;}

.newscenter_right {width:420px; margin-left:80px; float:left;}
.nc_list dl {width:180px;float:left; margin-top:15px; text-align:center;}
.nc_list dd {line-height:18px;text-align:left; font-size:12px; background:#666;padding:5px 8px 8px 14px;}
.newscenter_right #djtp_list dd {background:#c00;}
.nc_list dd a {color:#fff; font-size:12px;}
.nc_list dd a:hover {text-decoration:underline;color:#fff;}
.nc_list #right {float:right;}
#djtp_list li {float:left; background:none; text-indent:0; width:150px; background:#66ccff; text-align:center; margin-right:25px; margin-top:25px;}
#djtp_list a {color:#fff;}
#djtp_list a:hover {text-decoration:underline;}
#djtp_list li:hover {background:#61c0ef;}

.zwfw_left {margin-top:10px; margin-left:10px; width:320px; float:left;}
.zwfw_right {width:600px; height:237px; float:left; position:relative; background:#fff; margin-top:10px; border-radius:5px;}

.b_tabCons{clear: both;height:195px;margin: 0 auto;overflow: hidden;margin-top: 40px; border:#61c0ef solid 1px;}
.b_tabMenus{width: 600px;font-size: 14px;left:0px;margin: 0 auto;overflow: hidden;position: absolute;top:0px;height: 40px;line-height: 40px;background-color:#EFEFEF;}

.b_tabMenus li{width: 140px;text-align: center;font-size: 14px;cursor: pointer;display: block;float: left;color: #666666;height: 40px;line-height: 40px;}

.b_tabMenus li.current, .b_tabMenus li:hover{font-size: 14px;color: #fff;background-color: #61c0ef;width: 140px;}
.b_tab_con{ padding-top:20px; padding-left:16px;}
.b_tab_con li{float:left;height:38px;line-height:38px;margin-left:20px; margin-right:20px; white-space:nowrap; list-style:none outside;}
.b_tab_con ul li a:hover{ text-decoration:underline;}
#smfw ul li {line-height:26px; height:26px; background:url(../images/blue_left_arrow.png) 2px 10px no-repeat; text-indent:10px;}


/*轮播背景图*/
.flexslider {
    position: relative;
    width:96%;
    height: 315px;
    overflow: hidden;
	margin-left:2%;

}

#backinfo{
    width: 550px;
    height: 55px;
    top:50px;
    right: 210px;
    background-color:gray;
    position: absolute;
    filter:alpha(opacity=10);
    -moz-opacity:0.1;
    opacity:0.1;
}

#message{
    width: 550px;
    height: 55px;
    line-height: 55px;
    top:50px;
    right: 210px;
    position: absolute;
    font-size: 22px;
    color: red;
}

#message span{
    display: block;
    width: 120px;
    height: 55px;
    float: left;
    text-align: center;
}

#span1{
    margin-left: 35px;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-control-nav {
    width: 140px;
    position: absolute;
    bottom: 40px;
    right: 220px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -20px;
    display: block;
    height: 18px;
    overflow: hidden;
    text-indent: -99em;
    width: 18px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 -1px;
}

.flexslider .slides a img {
    width: 100%;
    display: block;
}



/*内容begin*/
.main_wrap{width:980px;margin: 0 auto;margin-top: -26px;}
.content1{width: 980px;}

/*第一块begin*/
#a_box {height:420px; margin: 0 auto;margin-top: 30px;}
.a_box_left{position: relative;width: 560px;height: 420px;float: left;}
/**************焦点图***************/
.iviewSlider
{
    overflow: hidden;
}
/* The timer in the Slider */
#iview-timer
{
    position: absolute;
    z-index: 10;
    border-radius: 5px;
    cursor: pointer;
}
#iview-timer div
{
    border-radius:3px;
}
/* The Preloader in the Slider */
#iview-preloader
{
    position: absolute;
    z-index: 20;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #000 1px solid;
    padding: 1px;
    width: 100px;
    height: 3px;
}
#iview-preloader div
{
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 3px;
    background: #000;
    width: 0px;
}
/* The strips and boxes in the Slider */
.iview-strip
{
    display: block;
    position: absolute;
    z-index: 5;
}
.iview-block
{
    display: block;
    position: absolute;
    z-index: 5;
}
/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a
{
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.iview-prevNav
{
    left: 0px;
}
.iview-nextNav
{
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav
{
    position: absolute;
    z-index: 9;
}
.iview-controlNav a
{
    z-index: 9;
    cursor: pointer;
}
.iview-controlNav a.active
{
    font-weight: bold;
}
.iview-controlNav .iview-items ul
{
    list-style: none;
}
.iview-controlNav .iview-items ul li
{
    display: inline;
    position: relative;
}
.iview-controlNav .iview-tooltip
{
    position: absolute;
}
/* The captions in the Slider */
.caption-contain
{
    color: #fff;
    font-size: 16px;
}
/**个性化**/
#iview2
{
    width: 560px;
    height: 340px;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#iview2 a:hover
{
    text-decoration: none;
}
.iviewdis
{
    display: none;
}
/**修改图片大小**/
#iview2 .iviewSlider
{
    display: block;
    width: 560px;
    height: 340px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#iview2 .iviewSlider a
{
    display: block;
}
#iview2 div.iview-directionNav a
{
    display: block;
    cursor: pointer;
    position: absolute;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    -webkit-transition: left 0.3s ease-in-out;
    -webkit-transition-property: left, right;
    -moz-transition: left 0.3s ease-in-out;
    -moz-transition-property: left, right;
    -o-transition: left 0.3s ease-in-out;
    -o-transition-property: left, right;
    -ms-transition: left 0.3s ease-in-out;
    -ms-transition-property: left, right;
    transition: left 0.3s ease-in-out;
    transition-property: left, right;
    background-image: url(../testimage/bg_direction_nav_white.png);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='testimage/bg_direction_nav_white.png');
    _background: none;
}
#iview2 div.iview-directionNav a.iview-nextNav
{
    right: -27px;
}
#iview2 div.iview-directionNav a.iview-prevNav
{
    left: -27px;
    background-image: url(../testimage/bg_direction_nav_white1.png);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='testimage/bg_direction_nav_white1.png');
    _background: none;
}
#iview2.iview-hover div.iview-directionNav a.iview-nextNav
{
    right: 20px;
}
#iview2.iview-hover div.iview-directionNav a.iview-prevNav
{
    left: 20px;
}
/*******显示目前张数的圆点*********/
#iview2 .iview-controlNav
{
    position: absolute;
    bottom:37px;
    right: 5px;
}
#iview2 .iview-controlNav a
{
    text-indent: -9999px;
}
#iview2 .iview-controlNav a.iview-control
{
    padding: 0px;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 0px;
    margin-right: 15px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 100px;
    -moz-box-shadow: 1px 1px 1px #A9A9A9 inset;
    -webkit-box-shadow: 1px 1px 1px darkGray inset;
    box-shadow: 1px 1px 1px darkGray inset;
    background: lightGrey;
}
#iview2 .iview-controlNav a.iview-control.active
{
    background-color: #0099ff;
    -moz-box-shadow: 1px 1px 1px #0099ff inset;
    -webkit-box-shadow: 1px 1px 1px #0099ff inset;
    box-shadow: 1px 1px 1px #0099ff inset;
    background: #0099ff;
    text-decoration: none;
}
.iview-caption
{
    margin-top:10px;
    margin-bottom: 50px;
    background: #666;
    border-radius: 0px;
    padding: 0px 0px 28px 0px;
    text-shadow:#fff 1px 1px 0px;
    width: 400px;
    position: absolute;
    z-index: 4;
    overflow: hidden;

}
.caption-contain
{
    z-index: 5;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 14px;
    letter-spacing: 1px;
    display: block;
    height: 22px;
    line-height: 22px;
}
#iview-preloader
{
    border: #94bbe4 1px solid;
    width: 250px;
    height: 10px;
}
#iview-preloader div
{
    background: #94bbe4;
    height: 10px;
}
/**************焦点图 end***************/

/**************园区专题*******/
.yqzt{
position: absolute;
width: 560px;
height: 70px;
bottom: 0px;
}
.yqzt_title{
    float: left;
    width: 70px;
    height: 70px;
    background-color: #cc3333 ;

}
.yqzt_title p{
    text-align: center;
    margin-left: 18px;
    margin-top: 16px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 35px;
    height: 40px;
}

.yqzt_img{
    float: left;
    width:385px;
    height: 70px;

}
.yqzt_img img{
    width:385px;
    height: 70px;

}
/**************园区专题额 end*******/

.a_box_right
{
    width:400px;
    height: 417px;
    float: right;
    position: relative;
}

.tc_tabMenus
{   display: block;
    width: 400px;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0px;
    height: 45px;
    line-height: 45px;
}

.tc_tabMenus li
{
    width:132px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    display: block;
    float: left;
    padding: 0px;
    color: #ffffff;
    background-color: #4cb27a;
    height: 45px;
    line-height: 45px;
    border-right:1px solid #94d1af;
}
.tc_tabMenus li a{color:#fff;}

.tc_tabMenus li.current{width:133px;font-size: 14px; font-weight:bold; text-decoration:underline;}
.top_title{width:360px;overflow: hidden; border-bottom:#E6E6E6 solid 1px; padding-bottom:15px; margin-left:20px;}
.news_title {text-align:center; padding-bottom:10px; padding-top:20px;}
.news_title a{line-height:20px;color:#f00;font-size:16px;}
.news_title a:hover {text-decoration:underline;}

.info{font-size:14px;color:#999;line-height:22px; text-indent:2em;}
.info a {color:#f00; font-size:12px;}
.info a:hover {text-decoration:underline;}

.hnews_list {margin: 10px 20px;}
.hnews_list li {line-height:36px;background: url("../images/sanjiao.png") no-repeat 0 14px; text-indent:12px;}
.hnews_list li span{float: right;}
.hnews_list a {color:#000;}
.hnews_list a:hover {color:#f00;}

.tab_box{padding-top:45px; border:#E4E4E4 solid 1px; border-top:none; height:374px;}

.zzjg_box {margin-left:55px; width:425px;}
.zzjg_title {font-size:14px; color:#c00; padding-bottom:8px;width:425px;}
.zzjg_title li {background:url(../images/red-dot.png) 0 6px no-repeat; text-indent:14px; list-style:none outside;}
.zzjg_content {margin-left:-3px; margin-top:-10px; height:125px;}
.zzjg_content a {margin-top:10px;padding:5px 10px 6px 10px;float:left; background:#E2F4FE; white-space:nowrap;margin-left:15px; border-radius:5px;}
.zzjg_content a#gtfj {padding:5px 8px 6px 8px;}
.zzjg_content a:hover {background:#c00; color:#ffffff; padding:5px 10px 6px 10px;_padding:1px 10px 1px 10px;}

/*第一块end*/

.tzzn {width:978px; height:318px; background:url(../images/zs_bg.jpg) no-repeat; border:#cce7f7 solid 1px; margin-top:20px; position:relative;}
.tzzn_left {float:left; width:430px; height:210px; background:url(../images/tzzn_t.png) left no-repeat; margin-top:25px; margin-left:30px; padding-left:69px;}
.tzzn_left a {width:205px; height:31px; display:block; float:left; text-align:center; color:#069; background:#e2f4fe; margin-top:3px; font-size:14px; padding-top:70px; margin-left:3px; border-radius:5px;}
.tzzn_left a#lc {background:#e2f4fe url(../images/lc_bg.png) no-repeat;}
.tzzn_left a#zl {background:#e2f4fe url(../images/zl_bg.png) no-repeat;}
.tzzn_left a#dk {background: #e2f4fe url(../images/dk_bg.png) no-repeat;}
.tzzn_left a#qy {background:#e2f4fe url(../images/zdly_bg.png) no-repeat;}
.tzzn_left a#lc:hover {background:#e2f4fe url(../images/lc_bg_over.png) no-repeat; color:#fff;}
.tzzn_left a#zl:hover {background:#e2f4fe url(../images/zl_bg_over.png) no-repeat; color:#fff;}
.tzzn_left a#dk:hover {background:#e2f4fe url(../images/dk_bg_over.png) no-repeat; color:#fff;}
.tzzn_left a#qy:hover {background:#e2f4fe url(../images/zdly_bg_over.png) no-repeat; color:#fff;}

.tzgg_tab_con { height:240px;}
.tzgg_tab_con ul {margin-top:10px;}
.tzgg_tab_con ul li {line-height:30px; background:url(../images/gray-dot.png) 0px 13px no-repeat; text-indent:12px; position:relative;}
.tzgg_tab_con ul li span {font-size:12px; position:absolute; right:0; top:0; color:#999;}
.tzgg_tab_con a {color:#000;}
.tzgg_tab_con a:hover {color:#f00;}

.yq_tab_con ul {margin-top:10px;}
.yq_tab_con ul li {line-height:32px; background:url(../images/gray-dot.png) 15px 14px no-repeat; text-indent:28px;}
.yq_tab_con a {color:#000;}
.yq_tab_con a:hover {color:#f00;}

.tzgg_tab_con span {margin-right:5px;}
.tzgg_tab_con span a {color:#c00;}

.yq_tab_con{height:240px;}
.yq_tab_con ul {margin-top:10px; margin-left:5px;}

.magzine {float:left;width:140px;text-align:center;}

.magzine dt {text-align:center;}
.magzine dd {margin-top:7px; font-size:12px;}
.magzine dd a {color:#039;}
.magzine dd a:hover {color:#f00;}
.magzine img {border:#E4E4E4 solid 3px; padding:2px; width:90px; height:120px; }
.magzine img:hover {border:#FC6 solid 3px;}

.znr_content {margin-top:2px; margin-left:0px;}
.tzzn_right a {width:180px; height:37px;display:block; float:left; text-indent:20px; text-align:center; font-size:16px; background:#6c6; margin-left:25px; margin-top:26px; border-radius:5px; color:#fff; padding-top:14px;}

.tzzn_right a#i1 {background:#6c6 url(../images/i1.png) 38px 14px no-repeat;}
.tzzn_right a#i2 {background:#f90 url(../images/i2.png) 38px 14px no-repeat;}
.tzzn_right a#i3 {background:#f66 url(../images/jcjs.png) 38px 14px no-repeat;}
.tzzn_right a#i4 {background:#09c url(../images/i4.png) 34px 10px no-repeat;}
.tzzn_right a#i5 {background:#099 url(../images/yqgk.png) 38px 14px no-repeat;}
.tzzn_right a#i6 {background:#c6f url(../images/i6.png) 28px 14px no-repeat;}
.tzzn_right a#i1:hover {background:#1fab1f url(../images/i1.png) 38px 14px no-repeat;}
.tzzn_right a#i2:hover {background:#f60 url(../images/i2.png) 38px 14px no-repeat;}
.tzzn_right a#i3:hover {background:#f33 url(../images/jcjs.png) 38px 14px no-repeat;}
.tzzn_right a#i4:hover {background:#069 url(../images/i4.png) 34px 10px no-repeat;}
.tzzn_right a#i5:hover {background:#066 url(../images/yqgk.png) 38px 14px no-repeat;}
.tzzn_right a#i6:hover {background:#93f url(../images/i6.png) 28px 14px no-repeat;}
/*政务公开*/



#zwgk_left
{
    margin-left: 27px;
    float: left;
    width: 295px;
    height: 390px;
}
#zwgk_left_top, #bszn_right_top
{
    height: 66px;
    width: 295px;
    line-height: 66px;
    color: #0066cc;
    font-size: 18px;
    text-indent: 6px;
}
#zwgk_left_top span, #bszn_right_top span{float: left;}




#zwgk_left_center
{
    width: 295px;
    height: 105px;
    border:#61c0ef solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding-top:20px;
	margin-top:20px;
}
#zwgk_left_center li
{
    width: 112px;
    height: 24px;
    line-height: 24px;
    margin-left: 30px;
    margin-bottom: 10px;
    float: left;
	text-indent:12px;
    background:url(../images/blue_left_arrow.jpg) 0 9px no-repeat;
}

#zwgk_left_center ul li a:hover
{
    color: Red;
}
#zwgk_left_bottom
{
    width: 295px;
    height: 133px;
}
#zwgk_left_bottom ul
{
    margin-top: 7px;
}
#zwgk_left_bottom li
{
    display: block;
    width: 143px;
    height: 35px;
    background: #66ccff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 35px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-bottom: 12px;
}
#zwgk_left_bottom li:hover
{
    background: #61c0ef;
}

#zwgk_left_bottom li a
{
    color: #ffffff;
}

#zwgk_left_bottom .m_right
{
    margin-right: 8px;
}




/*园区企业*/
#yq
{
    width: 980px;
    margin: 0 auto;
    height:240px;
    margin-top: 18px;
}
#yq_left{width:510px;height:230px;float: left;background:#efefef; padding:5px;}
.yq_left_content {border: 1px solid #e1e1e1; background:#fff; height:212px; padding-left:20px; padding-top:15px; position:relative;}
.more a {color:#999;}
.more {position:absolute; right:25px; top:9px; font-size:14px;}
.more em {font-family:"宋体"; font-style:normal; margin-left:2px;}

#tzgg_tabCons{padding-top:34px;overflow: hidden;width:470px;}
.tzgg_tab_box {border-top:#e1e1e1 solid 2px;}
#tzgg_tabMenus{overflow: hidden;position: absolute;top: 0;left: 0; width:438px;margin-left:15px; margin-top:17px;}
#tzgg_tabMenus li{display:block;float:left;text-align:center;font-size:14px;color:#999;cursor: pointer;z-index:9999; margin-left:5px;width:85px; padding-right:5px;}
#tzgg_tabMenus li.current{background: #fff;font-size:14px;color: #069; padding-bottom:13px;background:url(../images/blue-dot.png) 4px 6px no-repeat; text-indent:10px;padding-left:0px;border-bottom:#069 solid 2px;width:100px;}

.qydt_title {font-size:14px; color:#069; padding-bottom:26px; background:url(../images/qy_title_line.png) 0 28px no-repeat;}
.qydt_title li {background:url(../images/blue-dot.png) 0 6px no-repeat; text-indent:14px;}

.yqld_title {font-size:14px; color:#C00; background:url(../images/red-dot.png) 0px 6px no-repeat; text-indent:16px; margin-top:25px; margin-left:20px;}

#yq_right{border: 1px solid #e1e1e1;margin-left: 20px;width:438px;height: 238px;float: left;position: relative;border-top:none;}
#yq_tabCons{margin-top:55px;overflow: hidden;}
#yq_tabMenus{overflow: hidden;position: absolute;top: 0;left: 0;background:#e1e1e1;width:438px;height:50px; line-height:46px;}
#yq_tabMenus li{display:block;float: left;text-align:center;background: #efefef;font-size:14px;color:#999;cursor: pointer; padding:0px 25px 0px 25px;height:47px;border-top:#e1e1e1 solid 2px;}
#yq_tabMenus li.current{background: #fff;font-size: 14px;color: #c00;border-top:#c00 solid 2px;height:48px;}


/*相关链接*/
.link_content{position:relative;margin:0 auto; margin-top:20px;width: 980px;height: 260px;}
.link_menus {line-height:42px;height:42px; background:#fff; border:#eaeaea solid 1px; border-bottom:#F3F3F3 solid 1px;border-top-width:2px;}
.link_menus li {float:left; display:block; width:120px;line-height:42px; text-align:center; cursor:pointer; color:#999;background:#f8f8f8; border-right:#eaeaea solid 1px;}
.link_menus li.current {color:#fff; background:#09C; border-right:none;}
.link_list {width:938px; background:#fff; border:#eaeaea solid 1px; border-top:none; padding:15px 10px 15px 30px; height:185px;}
.link a {width:150px; display:block; line-height:32px; height:32px; white-space:nowrap; float:left; color:#333; font-size:12px;}
.link #gh { text-indent:24px;}
.link #ha { text-indent:30px;}
.link a:hover {color:#f00; text-decoration:underline;}

.link #sz { text-indent:24px;}
.link #ks { text-indent:24px;}
.link #sh { text-indent:24px;}
.link #nj { text-indent:24px;}
.link #gz {text-indent:24px;}
.link #zh { text-indent:24px;}
.link #tj {text-indent:24px;}
/*相关链接   end*/

/*底部*/

.footer_nav{
    margin: 0 auto;
    margin-top:30px;
    background-color:#007cc2 ;
    height: 60px;
	width:96%;
	margin-left:2%;

}
.footer-nav-body{
    height:60px;
    margin: 0 auto;
    text-align: center;
    width: 225px;
}
.footer-nav-body li{

    display: block;
    float: left;
    font-size: 14px;
    height: 60px;
    line-height:60px;
    text-align: center;
    text-decoration: none;
    width: 70px;
}
.footer-nav-body a {
    color: #ffffff;
}
.footer-nav-body .foot_li {
    display: block;
    float: left;
    height: 60px;
    line-height:60px;
    width: 6px;
    color: #ffffff;
}
.footer-nav-body a:hover {
    cursor: pointer;
	text-decoration:underline;
}

.footer{
    background-color: #ededed;
    height: 320px;
	width:96%;
	margin-left:2%;
}

.footer_copy{
    margin: 0 auto;
    padding-top:25px;
    text-align: center;
    color: #666;
    font-size: 12px;
    height: 124px;
    line-height:30px;

}

#c_news {background:#36aecb;}
#c_dep {background:#dd5299;}
#c_led {background:#787ef8;}

.gbk_body {border:#F2F2F2 solid 5px; padding:20px; margin-top:20px;}
.gb_title {font-size:16px; color:#000; background:#F2F2F2; padding:10px 10px 10px 20px;}
.gb_title span {font-size:14px; color:#999;}
.gb_reply {font-size:12px; color:#000; padding:15px 10px 20px 20px; line-height:22px;}
.gb_reply span {color:#F00;}
.gb_list_box {border-bottom:#E5E5E5 dashed 2px; margin-bottom:20px;}
.gbk_form {background:#F7F7F7; padding:20px;}
.gbk_form li {margin-bottom:15px;}
.gbk_form span {margin-right:15px; font-size:14px; color:#069;}
.gbk_form #name,#email,#mycall,#lytext {border:#E7E7E7 solid 1px; padding:5px 10px 5px 10px;}
.gbk_form em {font-size:12px; color:#f00; font-style:normal;}
.gbk_form #gbk_sbt {border:#008040 solid 1px; background:#008040; color:#fff; padding:10px 10px 10px 10px; font-size:16px; margin-top:20px; margin-left:85px; font-family:"微软雅黑";}

#tzhd a{background:#060; padding:8px 20px 8px 20px; color:#fff; border-radius:5px; margin-left:460px; margin-top:-20px;}
#zxzx {position:absolute; right:80px; bottom:33px;}
#zxzx a {background:#4492b8; padding:8px 20px 8px 20px; color:#fff; border-radius:5px;}
#zxzx a:hover {background:#3985aa; padding:8px 20px 8px 20px; color:#fff; border-radius:5px;}
#act_list {position:relative;}
#act_list #more {position:absolute; right:30px; bottom:-25px;}
#act_list #more em {font-style:normal; font-family:"宋体"; margin-left:4px; margin-right:3px; font-size:12px;}
#act_list #more a {color:#999;}
#act_list #more a:hover {color:#F00; text-decoration:underline;}


.tgr{text-align:right;width:880px;margin:0 auto;font-size:16px;color:#333;}
.bds_more,.bds_tqq,.bds_renren,.bds_sqq{display:none}


.l_l_body .wk5 {width: 275px;line-height:36px;font-size:16px;margin:0 auto 20px auto;padding-left: 15px;}
.l_l_body .wk5 .ldzclista{margin-right: 16px;}
.jtxs { display: none; }