  /*项目部 2014.07.11 */
/*说明：项目中，请将下面用不到的样式删除，不要保留在此文档中*/
/*更新说明：按修改的设计规范，添加了英文站的css样式，及微软雅黑字体使用样式；加了内边距的样式*/
/*更新说明：微软雅黑的样式多为加了后缀:'_w',处修改字体外，需把字体大小提高1px;英文站样式多沿用原样式，其他样式加了后缀:'_e',修改字体，增加了几个英文站使用的样式*/
/*网页全局样式开始*/

* {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}

body {
	/*body基本样式开始*/
    font-family: "微软雅黑";/*项目中根据自己项目的需要调整自己的字体，英文站要求使用Arial字体*/
	color:#3d3d3d;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align: left;
	background-color: #FFF;
	/*body基本样式结束*/


}
/* 图片无边框*/
img {
	border:0;
}
/*定义整个页面的宽度*/
page {
	width:auto;!important;
	max-width:1000px !important;
	margin:0 auto;
 height:auto !important width:1000px;
}
/*表格设置合并边框   注意：如果网页中用到了table的cellspace属性，会将页面的间距全部置为0，请慎用下面的样式*/
table {
	border-collapse:collapse;
}
/*指定当表格的单元格无内容时，显示该单元格的边框，不支持IE6 IE7 IE8(Q)*/
td {
	empty-cells:show;
}
/*页面容器初始化开始,*/
/*注:v1.3及之前为font-size:9pt;line-height:180% */
tr, td {
	font-size:12px;
	color:#3d3d3d;
	line-height:22px;
}
form {
	padding:0px;
	margin:0px;
}
/*页面容器初始化结束*/

/*清除页面底部高度，iframe所致*/
#vishidden {
	display:none
}
/*版通基本样式开始*/
/*整个网页超链接样式开始*/
a {
	text-decoration: none;
	color:#3D3D3D;
}
a:visited {
	color:#3D3D3D;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color:#ff0000;
}
/*文章标题样式*/
/*注:v1.3及之前为为font-size:16pt */
.title {
	font-size:22px;
	color:#3D3D3D;
	font-weight:bold;
	line-height:150%;
}
/*微软雅黑字体使用*/
.title_w {
	font-size:23px;
	FONT-FAMILY:微软雅黑;
	color:#3D3D3D;
	font-weight:bold;
	line-height:150%;
}
/*首页、频道页栏目默认标题列表样式 小字体*/
/*注:v1.3及之前为为font-size:9pt */
.bt_link {
	font-size:12px;
	text-decoration:none;
	color:#3d3d3d;
}
/*微软雅黑字体使用*/
.bt_link_w {
	font-size:13px;
	FONT-FAMILY: "微软雅黑";
	text-decoration:none;
	color:#3d3d3d;
}
/*首页、频道页栏目默认标题列表样式 大字体（增）*/
.bt_linkb {
	font-size:14px;
	text-decoration:none;
	color:#3d3d3d;
}
/*微软雅黑字体使用*/
.bt_linkb_w {
	font-size:15px;
	FONT-FAMILY: "微软雅黑";
	text-decoration:none;
	color:#3d3d3d;
}
/*底层栏目页标题列表及文章正文样式 大字体*/
/*注:v1.3及之前为为font-size:10.5pt;line-height:180% */
.bt_content {
	font-size:14px;
	text-decoration:none;
	color:#3D3D3D;
	line-height:26px;
}
/*微软雅黑字体使用*/
.bt_content_w {
	font-size:15px;
	FONT-FAMILY:"微软雅黑";
	text-decoration:none;
	color:#3D3D3D;
	line-height:26px;
}
/*时间显示样式*/
/*注:v1.3及之前为为font-size:9pt */
.bt_time {
	font-size:12px;
	color:#999999;
	FONT-FAMILY:Verdana
}
.bt_date {
	font-size:12px;
	color:#999999;
	FONT-FAMILY:Verdana
}
/*"更多"显示样式*/
/*注:v1.3及之前为为font-size:9pt */
/*英文站可直接使用该样式*/
.bt_more {
	font-size:12px;
	color:#3D3D3D
}
a.bt_more {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more:visited {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more:hover {
	text-decoration:none;
	color:#ff0000;
}
/*微软雅黑字体使用*/
.bt_more_w {
	font-size:13px;
	color:#3D3D3D
}
a.bt_more_w {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more_w:visited {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more_w:hover {
	text-decoration:none;
	color:#ff0000;
}
/*下划线样式_虚线*/
.bt_unline {
	border-bottom:#999999 dashed 1px;
}
/*通用导航样式*/
/*注:v1.3及之前为font-size:10.5pt */
/*英文站可直接使用该样式*/
a.white {
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	font-weight:bold
}
a.white:visited {
	color:#ffffff;
	font-size:14px;
	font-weight:bold
}
a.white:hover {
	color:#ff0000;
	font-size:14px;
	font-weight:bold
}
/*微软雅黑字体使用*/
a.white_w {
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
	font-weight:bold
}
a.white_w:visited {
	color:#ffffff;
	font-size:15px;
	font-weight:bold
}
a.white_w:hover {
	color:#ff0000;
	font-size:15px;
	font-weight:bold
}
/*通用滚动条*/
.scrollbar {
	/*滚动条的基本颜色*/
		scrollbar-base-color:#95c7ec;
	/*立体滚动条强阴影的颜色*/
		scrollbar-dark-shadow-color:#F5F1D8;
	/*立体滚动条凸出部分的颜色*/
		scrollbar-face-color:#E8E1B5;
	/*滚动条空白部分的颜色*/
		scrollbar-highlight-color:#c8e8fb;
	/*立体滚动条阴影的颜色*/
		scrollbar-shadow-color:#E8E1B5;
	/*立体滚动条亮边的颜色*/
		scrollbar-3d-light-color:#E8E1B5;
	/*上下按钮上三角箭头的颜色*/
		scrollbar-arrow-color:#4D6185;
}

/*行距*/
/*注:设计规范要求12px字体行距22px;14px字体行距26px; */
.line-height22 {
	line-height:22px;
}
.line-height26 {
	line-height:26px;
}
/*英文站主导航级栏目标题*/
.bt_column_title {
	font-size:16px;
	FONT-FAMILY:Arial;
	font-weight:bold;
	line-height:150%;
}
/*英文站底层栏目页栏目列表*/
.bt_column_e {
	font-size:14px;
	FONT-FAMILY:Arial;
	text-decoration:none;
	font-weight:bold;
	color:#3D3D3D;
	line-height:26px;
}
/*版通基本样式结束*/
/*网页全局样式结束*/

/* 自定义样式开始 */
/*	一些滤镜的样式 慎用，耗内存 */		
/* Glow 扩充的阴影字 支持IE4.0-IE9，不支持其他内核浏览器*/
/*注:v1.3及之前font-size:10.5pt */
.glow {
	FONT-SIZE: 14px;
	filter: Glow(Color=#3D3D3D, Strength=2)
}
/*微软雅黑字体使用*/
.glow_w {
	FONT-SIZE: 15px;
	filter: Glow(Color=#3D3D3D, Strength=2)
}
/* Gradient 渐变 gradientType=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明， 支持IE5.5-IE9,不支持其他内核浏览器 */
/*注:v1.3及之前为为font-size:10.5pt */
.grad {
	FONT-SIZE: 14px;
 FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0000FF, endColorStr=#3d3d3d00)
}
/*微软雅黑字体使用*/
.grad_w {
	FONT-SIZE: 15px;
 FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0000FF, endColorStr=#3d3d3d00)
}
/* AlphaImageLoader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片， 支持IE5.5-IE9,不支持其他内核浏览器*/
.alphaimage {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/图片文件', sizingMethod='scale')
}
/* Blur 模糊阴影字,支持IE5.5-IE9,不支持其他内核浏览器*/
.blur1 {
 filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true, pixelRadius=1, shadowOpacity=0.25)
}
/* Blur 模糊阴影字，支持IE5.5—IE9，不支持其他内核浏览器 */
.blur2 {
	filter:blur(add=ture, direction=135, strength=6)
}
/* DropShadow 有斜度的阴影字，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow1 {
	color: #ff0000;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
/*	制作对象的阴影效果 ，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow2 {
 filter:progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040, offX=3, offY=3, positives=true)
}
/*	文字发光，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow3 {
	filter:Dropshadow(offx=1, offy=0, color=white)Dropshadow(offx=0, offy=1, color=white)Dropshadow(offx=0, offy=-1, color=white)Dropshadow(offx=-1, offy=0, color=white)
}
/* 背景透明，支持ie6-IE9、chrome、火狐等等 */
.alphabg {
	FILTER: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5
}
/* 自定义样式结束 */

/* ub8优游登录首页自定义样式 */
.widt1000 {width:1002px; margin:0 auto;}

/* 顶部样式 */

/* 顶部链接 */
.top {height:30px; margin:15px auto 0 auto;}
.toplink {width:260px; height:30px; line-height:30px; float:left;}
.toplink ul {width:100%; text-decoration:none; height:30px; line-height:30px; list-style:none;}
.toplink ul li {height:30px;list-style:none; float:left; background: url(/images/1901/sygh_03.png) left no-repeat; line-height:30px; padding-left:20px; margin-left:10px;}
.toplink a {color:#FFF;  font-size:13px;}

/* 天气滚动 */
.toptq {width:400px; height:30px; line-height:30px; float:left; margin-left:20px; color:#FFF; font-size:14px; position:relative;}
.toptq .bd{ padding:0px; }
.toptq .bd .tempWrap{ width:380px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.toptq .bd ul{ overflow:hidden; zoom:1; list-style:none; height:30px;}
.toptq .bd ul li{ margin-right:30px;  float:left; height:30px; line-height:30px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

/* 顶部辅助导航 */
.topnav {width:310px; height:30px; line-height:30px; float:right;}
.topnav ul {float:right; list-style:none;}
.topnav ul li{float:right; width:73px; height:29px; line-height:29px; background:url(/images/1901/topl_03.jpg) right no-repeat; text-align:center;}
.topnav a {color:#FFF; font-size:14px;}

/* 头部banner */
.tpbanner {height:150px;}
.tpbanner .logo{ width:400px; height:100px; float:left; margin-top:20px; margin-left:30px;}
.tpbanner .tpsearch{width:365px; height:40px; float:right; margin:40px 5px 0px 0px;}
/* .tpsearch form {border: solid 1px #d9d9d9; width:365px; height:39px; background:#FFF; background:#FFF url(/images/1901/searchbt_10.jpg) top right no-repeat;}
.tpsearch .tp_searchText { border:none; width:294px; height:39px; line-height:39px; font-size:16px; color:#e2e2e2; padding-left:15px;}
.tpsearch .tp_searchBtn {width:51px; height:39px; border:none; background:url(/images/1901/searchbt_10.jpg) top right no-repeat; margin:0; padding:0;}
*/

/* 主体部分 */
.main_cont {height:562px;}
.main_cont .hd{width:99px; height:562px; float:left; background:url(/images/1901/jc_sy_23.png) right repeat-y;}
.main_cont .hd ul{width:99px; height:562px; float:left;list-style:none;}
.hd ul li{width:99px; height:47px; color:#FFF; font-size:15px; text-align:center; margin-top:13px;line-height:47px;}
.hd a{color:#FFF; font-size:15px; text-align:center;line-height:47px;}
.main_cont .hd ul li.on{ height:47px; line-height:47px;background: url(/images/1901/jc_sy_20.png) center top no-repeat; font-weight:bold;}
.main_cont .bd{width:903px; height:562px; float:right;}
.main_cont .com_box{width:903px; height:562px; float:right; background:url(/images/1901/whitebg_18.png) top repeat;}

.main_mtop {margin:17px 15px 0 18px; width:865px;}
.main_mleft {margin-left:14px;}
.test_bord {border:solid 1px #FF0000}

/* 主体-首页部分 */
.sy_top {height:230px;}
.sy_top .picNews {width:360px; height:230px; float:left;}
.sy_top .jcnews {width:290px; height:230px; float:left;}
.sy_top .gsgg {width:185px; height:230px; float:left;}

   /* 主体-首页新闻切换 */
#focus{position: relative;height:230px;width:360px;margin:0px auto;}
#focus .btn-prev, #focus .btn-next{display: none;position: absolute;top: 60px;width: 40px;height: 80px;z-index: 2}
#focus .btn-prev{left: 0;background: url(/images/1901/left-/images/1901/arrow.png) no-repeat;_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="/images/1901/left-/images/1901/arrow.png")}
#focus .btn-next{right: 0;background: url(/images/1901/right-/images/1901/arrow.png) no-repeat;_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="/images/1901/right-/images/1901/arrow.png")}
#focus .focus-bar-box{width: 100%;height: 345px;position: relative;overflow: hidden}
#focus .focus-bar{width: 10000px}
#focus .focus-bar li{float: left;width: 360px;height:230px}
#focus .focus-bar li a{width: 100%;height: 100%;display: block}
#focus .focus-bar li img{width: 100%;min-height: 100%}
#focus .ft{position: absolute;left: 0;bottom: 0;z-index: 1;width:360px;height: 35px}
#focus .ftbg{position: absolute;top: 0;left: 0;z-index: -1;width:360px;height: 35px;background: #000;opacity: .6;filter: alpha(opacity=60)}
#focus .change{position: absolute;right: 0;bottom: 13px;height: 10px}
#focus .change a{float: left;width: 10px;height: 10px;margin-right: 10px;background: url(/images/1901/btn-normal.png) no-repeat;_background: 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="/images/1901/btn-normal.png");cursor: pointer}
#focus .change a.on{background: url(/images/1901/btn-active.png) no-repeat;_background: 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="/images/1901/btn-active.png")}
#focus .hd_pic{position: absolute;left: 0;bottom: 0;z-index: 2;width:360px;height: 35px;}
#focus .focus-title{overflow: hidden;position: absolute;top: 0;left: 0;height: 35px;padding: 0 14px 0 15px;line-height: 35px;font-size: 15px;text-overflow:ellipsis;white-space:nowrap}

#focus .hdicon{position: absolute;left:10px;bottom: 10px;width: 59px;height: 59px;background: url(/images/1901/play-btn.png) no-repeat;_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="/images/1901/play-btn.png")}
#focus .focus-title a{display: none;color: #fff}

   /* 主体-首页新闻切换 */
.hd1{ height:30px; line-height:30px;padding:0; position:relative; }
.hd1 ul{ float:left;  position:absolute;top:-1px; height:30px; list-style:none;}
.hd1 ul li{ float:left; padding:0px 5px 0px 5px;cursor:pointer; font-size:17px; color:#333; text-align:center;}
.fistli {margin-left:5px;}
.hd1 ul li.on{height:30px;line-height:30px;border-bottom:solid 2px #195d9a; color:#195d9a}
.hd1 ul li.on a {color:#195d9a}
.bd1 ul{ padding:10px 0px 0px 2px;  zoom:1; list-style:none;}
.bd1 li{ height:26px; line-height:26px;}
.bd1 a{ font-size:13px; color:#333;}
.bd1 li .date{ float:right; color:#999; font-family:"宋体"; font-size:13px;}

    /* 主体-首页公示公告 */
.tl1 {height:30px; line-height:30px;padding:0; position:relative;}
.tl1 ul{float:left;  position:absolute;top:-1px; height:30px; list-style:none;}
.tl1 ul li{float:left; padding:0; cursor:pointer; width:80px;font-size:17px; color:#195d9a; text-align:center;}
.tl1 a{color:#195d9a;}
.list1 ul{ padding:10px 0px 0px 2px;  zoom:1; list-style:none;}
.list1 li{ height:26px; line-height:26px;}
.list1 a{ font-size:13px; color:#333;}
.list1 li .date{ float:right; color:#999; font-family:"宋体"; font-size:13px;}

.sy_mid {height:84px;}
.sy_but {height:175px;}
.left_box {width:360px;float:left;}
.cent_box {width:290px;float:left;}
.right_box {width:185px;float:left;}

.xxgk1 ul{ padding:2px 0px 0px 2px;  zoom:1; list-style:none;}
.xxgk1 li{ width:130px;height:40px; line-height:40px; float:left; margin:0px 4px 10px 7px;}
.xxgk1 a{width:130px;height:40px;line-height:40px;font-size:13px;color:#137cc4; background-color:#d7edf8; float:left; text-align:center; border:solid 1px #c7d2d8;}
.xxgk1 a:hover{font-size:14px;color:#137cc4; background-color:#d7edf8; float:left; border:solid 1px #66CCCC;}
.xxgk1 li .date{ float:right; color:#999; font-family:"宋体"; font-size:13px;}

.zwfw_pic1 {height:73px; text-align:center;}
.hd_link {height:100px;}
.hd_link a{ width:85px;height:40px; background:#f7ba00; border:solid 1px #becbd1; float:left; text-align:center; line-height:40px; color:#FFF; font-size:13px; margin-top:8px;}
.hd_link a:hover{background: #F90; border:solid 1px #fff;color:#FFF; font-size:13px;}
.hd_link a.hdlef {margin-left:10px;}

/* 主体-政务公开部分 */
.zwgk_Obox { height:275px;}
.zwgk_Tbox { height:228px;}
.lefbox { width:226px; float:left;}
.rigbox {width:620px; float:left;}
.rigbox1 {width:625px; float:left;}

#xxgk_link a{width:170px;height:36px;float:left; line-height:36px; padding-left:55px; border:solid 1px #cbd4db; margin-top:10px;}
#xxgk_link .icon1 {background:#d8eef8 url(xxgk_icon_11.png) left no-repeat;color:#137cc4;}
#xxgk_link .icon1:hover {background:#308bd4 url(xxgk_icon_1.png) left no-repeat; color:#FFF;}
#xxgk_link .icon2 {background:#d8eef8 url(xxgk_icon_22.png) left no-repeat;color:#137cc4;}
#xxgk_link .icon2:hover {background:#308bd4 url(xxgk_icon_2.png) left no-repeat; color:#FFF;}
#xxgk_link .icon3 {background:#d8eef8 url(xxgk_icon_33.png) left no-repeat;color:#137cc4;}
#xxgk_link .icon3:hover {background:#308bd4 url(xxgk_icon_3.png) left no-repeat; color:#FFF;}
#xxgk_link .icon4 {background:#d8eef8 url(xxgk_icon_44.png) left no-repeat;color:#137cc4;}
#xxgk_link .icon4:hover {background:#308bd4 url(xxgk_icon_4.png) left no-repeat; color:#FFF;}
#xxgk_link .icon5 {background:#d8eef8 url(xxgk_icon_55.png) left no-repeat;color:#137cc4;}
#xxgk_link .icon5:hover {background:#308bd4 url(xxgk_icon_5.png) left no-repeat; color:#FFF;}
#xxgk_link .icon6 {background:#d8eef8 url(xxgk_icon_66.png) left no-repeat;color:#137cc4;}
#xxgk_link .icon6:hover {background:#308bd4 url(xxgk_icon_6.png) left no-repeat; color:#FFF;}

.xxgk_col {background-color:#d7eefa; border:solid 1px #c7d2da;}
.xxgk_col ul{ list-style:none; float:left; margin-left:15px;}
.xxgk_col li{ float:left;width:85px; background:url(/images/1901/xx_icon1_03.jpg) left no-repeat; text-align:center; margin-left:10px; margin-top:9px;}
.xxgk_col a{ font-size:14px; color:#333;}

.tl2 {height:30px; line-height:30px;padding:0; position:relative;}
.tl2 ul{float:left;  position:absolute;top:-1px; height:30px; list-style:none;}
.tl2 ul li{float:left; padding:0px 5px 0px 5px; cursor:pointer;font-size:17px; text-align:center;border-bottom:solid 2px #195d9a;}
.tl2 a{color:#195d9a;}
.bmxxgk {height:198px;}
.bmxxgk ul{ padding:10px 0px 0px 5px;  zoom:1; list-style:none; float:left; width:640px; overflow:hidden;}
.bmxxgk li{ height:26px; width:92px; line-height:26px; float:left; margin:0px 5px 0px 8px;}
.bmxxgk a{ font-size:13px; color:#333;}


/* 主体-镍都文化部分 */
.ndwh_Obox { height:310px;background-color:#f3f3f3;}
.ndwh_Tbox { height:201px;}

.ndwh_pic {width:530px;float:left;}
.ndwh_gk { width:318px;float:left;}
.gk_title {height:29px; border-bottom:solid 1px #307eab; background:url(/images/1901/ndwh_sy_03.jpg) left no-repeat;}
.gk_title a {width:100px; height:29px; line-height:30px; float:left; margin-left:20px; font-size:16px; color:#FFF;}
.gk_jj { min-height:190px; margin-top:5px;}
.gk_col { min-height:70px; margin-top:10px;}
.gk_col a {float:left; width:75px; line-height:32px; text-align:center; background:url(/images/1901/ndwh_sy_07.jpg) left no-repeat; font-size:13px; margin-left:4px;}
.gk_col a:hover {color:#00539e}

   /* 主体-镍都文化底部切换 */
.hd2{ height:201px; line-height:20px;padding:0; position:relative; float:left; }
.hd2 ul{ float:left;  position:absolute;top:-1px; height:201px; list-style:none; width:39px;}
.hd2 ul li{ height:101px; width:40px;float:left;padding:0;cursor:pointer;background:url(/images/1901/ndwh_sy_13.jpg) center bottom no-repeat;}
.hd2 ul li a{color:#FFF; line-height:18px; padding-top:10px; float:left; width:38px;text-align:center; font-size:17px;}
.hd2 ul li.on{ background:url(/images/1901/ndwh_sy_11.jpg) top center no-repeat;}
.bd2 {position:relative; left:39px;width:824px; height:200px; border:solid 1px #64c034;}
.jq_box{width:805px; height:190px; margin:0px 0px 0px 8px;  zoom:1; overflow:hidden; position:relative;}
.ms_box{width:805px; height:190px; margin:0px 0px 0px 8px;  zoom:1; overflow:hidden; position:relative;}

		/* 景区景点切换 */
		.jq_box .hd4{ overflow:hidden;  height:26px;padding:0 10px; }
		.jq_box .hd4 .sPrev,.jq_box .hd4 .sNext{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url(/images/1901/arrow.png) no-repeat;}
		.jq_box .hd4 .sNext{ background-position:0 -50px;  }
		.jq_box .hd4 .prevStop{ background-position:-60px 0; }
		.jq_box .hd4 .nextStop{ background-position:-60px -50px; }
		.jq_box .hd4 ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.jq_box .hd4 ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(/images/1901/icoCircle.gif) 0 -9px no-repeat; }
		.jq_box .hd4 ul li.on{ background-position:0 0; }
		.jq_box .bd4{padding:0px;}
		.jq_box .bd4 ul{ overflow:hidden; zoom:1; }
		.jq_box .bd4 ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.jq_box .bd4 ul li .pic{ text-align:center; float:left;}
		.jq_box .bd4 ul li .pic img{ width:181px; height:136px; display:block;  padding:2px; border:1px solid #ccc; }
		.jq_box .bd4 ul li .pic a:hover img{ border-color:#999;  }
		.jq_box .bd4 ul li .title1{ line-height:24px; font-size:13px; clear:both;}
		
		/* 特色美食切换 */
		.ms_box .hd5{ overflow:hidden; height:26px;padding:0 10px; }
		.ms_box .hd5 .tPrev,.ms_box .hd5 .tNext{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url(/images/1901/arrow.png) no-repeat;}
		.ms_box .hd5 .tNext{ background-position:0 -50px;}
		.ms_box .hd5 .prevStop{ background-position:-60px 0;}
		.ms_box .hd5 .nextStop{ background-position:-60px -50px; }
		.ms_box .hd5 ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.ms_box .hd5 ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(/images/1901/icoCircle.gif) 0 -9px no-repeat; }
		.ms_box .hd5 ul li.on{ background-position:0 0;}
		.ms_box .bd5 {padding:0px;}
		.ms_box .bd5 ul{ overflow:hidden; zoom:1;}
		.ms_box .bd5 ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.ms_box .bd5 ul li .pic{ text-align:center; float:left;}
		.ms_box .bd5 ul li .pic img{ width:181px; height:136px; display:block;  padding:2px; border:1px solid #ccc; }
		.ms_box .bd5 ul li .pic a:hover img{ border-color:#999;}
		.ms_box .bd5 ul li .title1{ line-height:24px; font-size:13px; clear:both;}
		
 /* 主体-政务服务 */
 .zwfw_Obox {height:395px; background:url(/images/1901/zwfw_03.jpg) top no-repeat;}
 .zwfw_Tbox {height:106px;}
 
 .zwfw_Obox .zw_btm { float:left; width:420px; height:250px; margin-top:50px; margin-left:78px;}
 .zw_btm  ul{width:425px; height:250px; list-style:none; float:left;}
 .zw_btm ul li {width:130px; height:100px; float:left; margin:26px 10px 0px 0px;}
 .zw_btm ul li .r1{width:150px;}
 .zw_btm ul li a{width:130px; height:100px; float:left;background:url(/images/1901/main_navBG.png) no-repeat;}
 .zw_btm ul li a.bt1{ background-position:0 0;}
 .zw_btm ul li a.bt1:hover {background-position:0 -241px;}
 .zw_btm ul li a.bt2{ background-position:-139px 0;}
 .zw_btm ul li a.bt2:hover {background-position:-139px -241px;}
 .zw_btm ul li a.bt3{ background-position:-278px 0;}
 .zw_btm ul li a.bt3:hover {background-position:-278px -241px;}
 .zw_btm ul li a.bt4{ background-position:-415px 0;}
 .zw_btm ul li a.bt4:hover {background-position:-415px -241px;}
 .zw_btm ul li a.bt5{ background-position:-556px 0;}
 .zw_btm ul li a.bt5:hover {background-position:-556px -241px;}
 
  /* 主体-互动交流 */
 .hdjl_box1 { height:90px;}
 .hdjl_box2 {height:196px;}
 .hdjl_wh1 {width:627px; float:left;}
 .hdjl_wh2 {width:219px; float:right;}
 
  /* 主体-专题专栏 */
 .ztzl_box1 { height:270px;}
 .ztzl_box2 {height:235px;}
 .ztzl_tj {width:420px; float:left;}
 .ztzl_tj span,.ztzl_tj ul { position:relative;top:10px;}
 .zttj_mlef {margin-left:22px;}
 
.zt_list ul{ padding:10px 0px 0px 2px;  zoom:1; list-style:none; width:880px; overflow:hidden;}
.zt_list li{ float:left;width:200px;height:85px; margin-right:20px; margin-bottom:20px;}
.zt_list a{ font-size:13px; color:#333;}

  /* 主体-新媒体 */
 .xmt {height:520px;}
 .xmt_lbox { width:640px; min-height:470px; float:left; margin-top:25px;}
 .xmt_rbox { width:221px; min-height:470px; float:left;margin-top:25px;}
 .xmt_lbox .mt_tt {width:639px;min-height:470px;}
 .xmt_lbox .mt_bd1 { border:solid 1px #f0c550;}
 .xmt_lbox .mt_bd2 { border:solid 1px #9ce07e;}
 .xmt_lbox .mt_bd3 { border:solid 1px #4ac7c8;}
 .xmt_lbox .cont {min-height:410px; margin:15px;}
 .xmt_rbox ul{list-style:none;}
 .xmt_rbox ul li.on{ background-position:-273px 0px;}
 .xmt_rbox .xmt_jcfb {height:140px; background:url(/images/1901/xmt_tb_03.jpg)  no-repeat; background-position:0 0;}
 .xmt_rbox .xmt_wb {height:140px; background:url(/images/1901/xmt_tb_06.jpg)  no-repeat; margin-top:26px;background-position:0 0;}
 .xmt_rbox .xmt_wx {height:140px; background:url(/images/1901/xmt_tb_08.jpg)  no-repeat; margin-top:26px;background-position:0 0;}
 
 .snBrand {min-height:440px; margin:15px;overflow: hidden; position: relative;}
 .snBrand ol { float: left; width:618px;margin-top:2px; overflow:hidden;}
 .snBrand ol li {width:109px;height:35px; margin:12px 10px 0px 4px;line-height:35px;text-align:center;overflow:hidden;float:left;background:url(/images/1901/wx_dwbg_09.png) center no-repeat;cursor:pointer;}
 .snBrand ol li.on { background:url(/images/1901/wx_dwbg_07.png) center no-repeat;color:#FFF;}
 .snBrand ul { float:left;top: 35px; width:100%; height: 202px;background:url(/images/1901/wx_bg_03.jpg) center no-repeat; overflow: hidden; }
 .snBrand ul li { width:100%; height: 205px; margin: 0 auto; padding:0; text-align: center; }

 
   /* 主体-站群导航 */
 .zqdh { min-height:510px;}
 .zqdh_box1 {width:589px; min-height:465px; float:left;zoom:1;}
 .zqdh_box2 {width:258px; min-height:465px; float:left;zoom:1;}
 .zqdh_box3 {min-height:31px; width:100%; float:left; margin-top:15px;zoom:1;}
 
 .zqdh_tl {height:30px; line-height:30px;padding:0; position:relative; float:left; width:100%;color:#195d9a;}
 .zqdh_tl ul{float:left;  position:absolute;top:-1px; height:30px; list-style:none;}
 .zqdh_tl ul li{float:left; padding:0px 5px 0px 5px; cursor:pointer;font-size:17px; text-align:center;border-bottom:solid 2px #195d9a;}
 
 .link_list1 { float:left; margin-bottom:5px;}
 .link_list1 ul{ padding:7px 0px 1px 2px;  zoom:1; list-style:none; float:left;overflow:hidden;}
 .link_list1 li{height:26px; line-height:26px; float:left; margin:0px 32px 0px 0px;}
 .link_list1 a{ font-size:13px; color:#333;}
 
 .link_list2 { float:left; margin-bottom:5px;}
 .link_list2 ul{ padding:7px 0px 1px 2px;zoom:1; list-style:none; float:left; width:602px; overflow:hidden;}
 .link_list2 li{ width:86px; height:26px; line-height:26px; float:left;}
 .link_list2 a{ font-size:13px; color:#333;}
 
 .link_qxzf {width:174px; height:84px; float:left;}
  
 .link_qy {width:412px; height:86px; float:left;}
 .link_list3 { float:left;  margin-bottom:5px;}
 .link_list3 ul{ padding:7px 0px 1px 2px;zoom:1; list-style:none; float:left; width:425px; overflow:hidden;}
 .link_list3 li{ width:85px; height:26px; line-height:26px; float:left;}
 .link_list3 a{ font-size:13px; color:#333;}
 
 .link_qt { float:left;}
 .link_qt ul{ padding:7px 0px 1px 2px;zoom:1; list-style:none; float:left; width:600px; overflow:hidden;}
 .link_qt li{ width:149px; height:26px; line-height:26px; float:left;}
 .link_qt a{ font-size:13px; color:#333;} 
 
 .tjph {min-height:262px;}
 .tjph ul{ list-style:none; float:left;}
 .tjph ul li{float:left; height:34px; line-height:34px; text-align:center; font-size:15px;}
 
 .link_xt { min-height:195px; float:left;}
 .link_xt a{width:183px;height:56px;float:left; line-height:56px; padding-left:75px; border:solid 1px #cbd4db; margin-top:10px;}
 .link_xt .xt_icon1 {background:#d8eef8 url(zqdh_xt_06.png) left no-repeat;color:#137cc4;}
 .link_xt .xt_icon1:hover {background:#308bd4 url(zqdh_xt1_06.png) left no-repeat; color:#FFF;}
 .link_xt .xt_icon2 {background:#d8eef8 url(zqdh_xt_11.png) left no-repeat;color:#137cc4;}
 .link_xt .xt_icon2:hover {background:#308bd4 url(zqdh_xt1_11.png) left no-repeat; color:#FFF;}
 .link_xt .xt_icon3 {background:#d8eef8 url(zqdh_xt_14.png) left no-repeat;color:#137cc4;}
 .link_xt .xt_icon3:hover {background:#308bd4 url(zqdh_xt1_14.png) left no-repeat; color:#FFF;}
 
 .link_xt .xt_icon4 {background:#d8eef8 url(zqdh_xt_zaixian.png) left no-repeat;color:#137cc4;}
 .link_xt .xt_icon4:hover {background:#308bd4 url(zqdh_xt1_zaixian.png) left no-repeat; color:#FFF;}
 
 .zqdh_box3 span{float:left;font-size:17px;text-align:center;color:#195d9a; line-height:30px;}
 .zqdh_box3 ul {list-style:none; float:left;}
 .zqdh_box3 ul li {float:left; width:150px; height:30px; line-height:30px; margin-left:8px; text-align:center;}
 
/* 底部版权 */
.sy_foot { height:80px; margin:17px auto 0 auto; background:url(/images/1901/jc_sy_29.png);}
.sy_foot .foot_box {height:80px; width:980px; margin:0 auto;}