@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html,body{
/*	overflow-y:scroll;*/
}
html,body{
/*	overflow:scroll;*/
	min-height:101%;
}
html{
	overflow: -moz-scrollbars-vertical;
}
html {
    background:white;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:14px "微软雅黑",arial,sans-serif;
}
body{
    line-height: 1.5;
    color: #444;
    min-width: 1200px;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
a{color: #444;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:none;
    color: #b33220;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}

.topnav{
	height: 28px;
	line-height: 28px;
	background-color: #eee;
	font-size: 12px;
	color: #666;
}
.topnav .inner{
	width: 1200px;
	margin: 0 auto;
}
.topnav .date{
	float: left;
}
.topnav .weather{
	margin-left: 20px;
	margin-top: -3px;
	float: left;
	height: 26px;
	overflow: hidden;
}
.topnav .logininfo{
	float: right;
}
.topnav .logininfo-login{
	  position: relative;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding-right: 5px;
}
.topnav .logininfo-login:hover .login-menus{
	display: block;
}
.topnav .logininfo-login .login-menus{
	display: none;
	position: absolute;
	top: 25px;
	left: -10px;
	width: 65px;
	border: solid 1px #ececec;
	background-color: #fafafa;
	padding: 5px 0;
	border-radius: 5px;
	z-index: 99999;
}
.topnav .logininfo-login .login-menus a{
	display: block;
	line-height: 20px;
	text-align: center;
}
.topnav .logininfo-login .login-menus .arrow{
	position: absolute;
	top: -5px;
	left: 20px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width:0 6px 6px;
  border-style:solid;
  border-color:transparent transparent #fafafa ;
}
.topnav .logininfo a{
	padding: 0 5px;
	color: #666;
	font-size: 12px;
}
.head{
	position: relative;
	width:100%;
	height:240px;
/*	background-color: #c51b1e;*/
	background:url(../images/topbg1.png) center top repeat;
	background-size: 100%;
}
.topframe{
	width:1200px;
	min-height:60px;
	margin:0 auto 10px auto;
	padding-top:20px;
	position:relative;;
}
.topLeft{
	float:left;
}
.topLeft .logo_jngh img{
	margin-top:16px;
	width:440px;
}
.topLeft .sdck{
	font-size:16px;
	color:#747474;
	float:left;
	margin-left:10px;
	margin-top:20px;
}
.topLeft .sdck img{
	padding-left:8px;
	vertical-align:middle;
}
.topLeft .logo_zgzj{
	display:block;
	float:left;
}
.topRight{
	float:right;
	/*width:500px;*/
}
.topRight .logo_zjzw{
	float:left;
	width:161px;
	display:inline-block;
	margin-top:10px;
	margin-left:20px;
}
.topRight .search{
	width:240px;
	height:30px;
	margin-top:36px;
	position:relative;
	float:right;
	background:url(../images/search_bg.png) left top no-repeat;
}
.topRight .search input{
	padding:2px;
	width:180px;
	border:none;
	background-color:none;
	position:absolute;
	left:10px;
	top:4px;
}
.topRight .search .button_search{
	width:18px;
	height:17px;
	display:block;
	position:absolute;
	right:4px;
	top:9px;
}
#main_nav{
	width:1200px;
	height:50px;
	line-height:50px;
	margin:110px auto 0 auto;
	position:relative;
	background-color: #B20101;
}
#main_nav ul{
	width:100%;
	margin:0 auto;
}
#main_nav ul li{
	float:left;
	width: 133px;
	font-size:18px;
	height:50px;
	line-height:50px;
	position:relative;
	text-align:center;
}
#main_nav ul li  a{
	color: #fff;
	font-size:22px;
	font-weight: 500;
}
#main_nav ul li a:hover{
}
#main_nav ul li:hover{
	background-color: #dc282b;
	/*	 color: #fff;*/
}
#main_nav li ul {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	z-index:999;
}
.navbg{
	width:100%;
	height:40px;
	position:absolute;
	top:240px;
	z-index:888;
	border:1px solid #d3d3d3;
	background:#f4f4f4;
	display:none;
}
#main_nav ul .item a{
	color:#c51e20;
}
#main_nav ul .item:hover a{
	color:#fff;
}
#main_nav ul .item:hover .szbm a,#main_nav ul .item:hover .gh_qxzz_main a{
	color:#444;
}
#main_nav ul .item{
	background-color: #f4f4f4;
	color:#fff;
}
#main_nav ul .focus {
	color:#fff;
}
#main_nav ul .focus a{
	color:#fff;
}
#main_nav li ul li{
	padding:0;
	display: block;
	/*background-color: #fff;*/
	width: 100%;
}
#main_nav ul li .current1{
	width: 150px;
	display: none;
	/*	height:65px;*/
	/*	margin-top:10px;*/
	/*	background:url(../images/nav_arrow1.png) center top no-repeat;*/
}
#main_nav li ul li a{
	width:100%;
	height: 50px;
	line-height: 50px;
	display:inline-block;
	font-size:16px;
	color:#444!important;
}
#main_nav li ul li a:hover{
	background-color: #c51b1e;
	/*	background:url(../images/nav_subbg.png) center top no-repeat;*/
	color:#fff!important;
}
/*地区选择*/
.citys {
    position: absolute;
    top:70px;
    left:20px;
	background:url(../images/final_banner_top.png) left top no-repeat;
    z-index: 99999;
	width:1000px;
	height:400px;
	padding:30px 10px;
	display:none;
}
.citys .province{
	width:90%;
	margin:30px auto 0 auto;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
}
.citys .province h3{
	width:120px;
	float:left;
	font-size:16px;
	color:#ff4112;
	text-align:left;
}
.citys .gonghui {
    width: 90%;
    margin: 20px auto 0 auto;
    height: 90px;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.citys .gonghui h3 {
    width: 120px;
    float: left;
    font-size: 16px;
    color: #f55600;
    text-align: left;
}

.citys .gonghui ul {
    float: left;
    width: 700px;
}

.citys .gonghui ul li {
    float: left;
}

.citys .province ul{
	float:left;
}
.citys .province ul li{
	float:left;
	font-size:14px;
}
.citys .city{
	width:90%;
	margin:10px auto 0 auto;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
}
.citys .city h3{
	width:120px;
	float:left;
	font-size:16px;
	color:#ff4112;
	text-align:left;
}
.citys .city ul{
	float:left;
}
.citys .city ul li{
	float:left;
	font-size:14px;
}
.citys .county{
	width:90%;
	margin:20px auto 0 auto;
	height:60px;
	line-height:30px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
	position:relative;
}
.citys .county h3{
	width:120px;
	float:left;
	font-size:16px;
	color:#ff4112;
	text-align:left;
}
.citys .county ul{
	float:left;
	width:600px;
}
.citys .county ul li{
	float:left;
	font-size:14px;
}
.jiaxing .item{
	height:30px;
	padding:0px;
}
.item .area{
	background-color:#e42d30;
	color:#fff!important;
}
.nanhustreet{
	display:none;
}
.citys  ul li a{
	display:inline-block;
	padding:0 10px;
}
.citys  ul li a:hover{
	background-color:#e42d30;
	color:#fff!important;
	padding:0 10px;
}
.citys .item{
	background-color:#e42d30;
	color:#fff!important;
}
.citys .item>a{
	color:#fff;
}
.region {
    width: 780px;
    position: absolute;
    top: 260px;
    left: 180px;
    z-index: 10;
    padding-top: 35px;
}
.region .province{
	width:90%;
	margin:0 auto;
	border-bottom:1px dashed #CCC;
	text-align:left;
	font-size:15px;
	height:30px;
	padding:10px 0;
}
.region .province a{
	padding:5px 18px;
	display:inline-block;
}
.region .province a:hover{
	background-color:#ef3438;
	color:#fff;
}
.region .prefecture-level{
	width:90%;
	margin:10px auto;
	border-bottom:1px dashed #CCC;
	padding:10px 0;
	text-align:left;
	font-size:15px;
	height:120px;
}
.region .prefecture-level li{
	float:left;
	padding:5px 18px;
}
.region .areacontent{
	width:90%;
	margin:10px auto;
	padding:10px 0;
	text-align:left;
	height:200px;
}
.region .areacontent li{
	float:left;
	font-size:15px;
}
.region .areacontent li a{
	padding:5px 18px;
	display:inline-block;
}
.region .areacontent li a:hover{
	background-color:#ef3438;
	color:#fff;
}
.region .current{
	background-color:#ef3438;
}
.region .current a{
	color:#fff;
}
.topLeft .sdck img {
    padding-left: 8px;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.topLeft .sdck:hover img{
	-webkit-transform: rotate(-360deg); 
    -moz-transform: rotate(-360deg); 
    transform: rotate(-360deg);
}
.bottomframe {
	color: #e2e2e2;
	width: 100%;
	height: 140px;
	/*	border-top:3px solid #c1332f;*/
	/*	background:url(../images/main_bg.gif) left top repeat;*/
	background-color: #022135;
	text-align: center;
	font-size: 14px;
}
.bottomframe .bqsy{
	padding-top:40px;
	background:url(../images/bottombg.png) center top no-repeat;
	width:1200px;
	margin:0 auto;
	height: 100px;
}
#imgConac {
    width: 50px;
}
.mainframe{
	width:100%;
	background:url(../images/mainbg1.png) left top repeat;
	background-size: 100%;
	
}
.mainframe .content{
	width:1200px;
	margin:0 auto;
}
.mainframe .content .location{
	width: 100%;
	padding:20px 0;
	font-size:14px;
	height: 40px;
	line-height: 40px;
	color:#8c8c8c;
}
.mainframe .content .location a{
	color:#8c8c8c;
	font-weight: bold;
}

.mainframe .content .location span{
  margin:0 5px;
  font-weight:bold;
}
.mainframe .content .location .current{
  
}
.leftframe{
  width:860px;
  float:left;
}
.rightframe{
  width:280px;
  float:right;
}
/*公共样式部分*/
.fl{float: left;}
.fr{float: right;}
.box-glb{
}
.box-glb .hd{
    margin-bottom: 20px;
    height: 35px;
    border-bottom: solid 1px #cccbc6;
}
.box-glb .hd h3{
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 33px;
    border-bottom: solid 3px #c51b1e;
    color: #c51b1e;
}
.box-glb .hd .more{
  float: right;
  font-size: 14px;
  color: #b4967f;
  line-height: 33px;
}

.news-list-glb{
  background: url(../images/leftnav.png) repeat left top;
  padding: 15px;
  box-shadow:0 0 10px #ccc;
	height: 165px;
}
.bgjs{
	line-height:30px;
	font-size:16px;
	position:relative;
	padding-bottom:40px;
}
.news-list-glb li{
  padding: 5px 0;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 15px;
  background: url(../images/point1.png) no-repeat 0 14px;
}
.news-list-glb li span{
  float: right;
}
.news-list-glb li a {
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*法律援助*/
.flyz_banner {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(../images/flyz_banner.jpg) center top no-repeat;
	background-size: 100%;
	padding-top: 300px;
}
.flyz_title {
	width: 100%;
	height: 80px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mainframe dt {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.Legalist {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.Legalist dl {
    margin-top: 80px;
}
.Legalist dl dd {
    color: #646464;
    font-size: 18px;
    line-height: 48px;
    margin: 4px 0 4px 80px;
    min-height: 48px;
}
.Legalist dl strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #646464;
    margin: 4px 0 4px 75px;
}
.Legalist dl dd i {
    display: block;
    width: 37px;
    height: 39px;
    background-image: url(../images/leganum1.png);
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}
.Legalist dl dd:nth-child(3) i {
    background-image: url(../images/leganum2.png);
}
.Legalist dl dd:nth-child(4) i {
    background-image: url(../images/leganum3.png);
}




/*职工维权*/
/*.zgwq_banner{
	width: 100%;
	height: 300px;
	background: url("../images/zgwq_banner.png") center top no-repeat;
	background-size: 100%;
}*/
.zgwq_title{
	width: 100%;
/*	height: 80px;*/
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.fwdt-iconlist{
	padding-top: 30px;

}
.fwdt-iconlist .hd{
	height: 35px;
	border-bottom: solid 1px #cccbc6;
	position: relative;
}
.fwdt-iconlist .hd a{
	float: left;
	margin-right: 50px;
	padding: 0 20px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
}
.fwdt-iconlist .hd a.active{
	margin-bottom: -1px;
	line-height: 33px;
	border-bottom: solid 3px #c51b1e;
	color: #c51b1e;
}
.fwdt-iconlist .bd li{
	float: left;
	width: 100%;
/*	height: 650px;*/
	text-align: center;
	font-size: 16px;
	/*  padding-top: 30px;*/
}
.fwdt-iconlist .bd li .icon-hover{display: none;}
.fwdt-iconlist .bd li .name{
	margin-top: 5px;
	font: 14px "微软雅黑",arial,sans-serif;
}
.fwdt-iconlist .bd li a{
	display: block;
	padding: 10px;
	margin-bottom:20px;
}
.fwdt-iconlist .bd li a:hover{
	color: #c51b1e;
}
.fwdt-iconlist .hd .hdSearch {
	width: 240px;
	height: 30px;
	margin-top: 36px;
	position: absolute;
	right:10px;
	bottom:5px;
	background: url(../images/search_bg.png) left top no-repeat;
}
.fwdt-iconlist .hd .hdSearch input {
	padding: 2px;
	width: 180px;
	border: none;
	background-color: none;
	position: absolute;
	left: 10px;
	top: 4px;
}
.fwdt-iconlist .hd .hdSearch .button_search {
	width: 18px;
	height: 17px;
	display: block;
	position: absolute;
	right: -46px;
	top: 6px;
}

.fwdt-iconlist .title{
	/*	display: block;
        width: 80%;*/
	display: block;
	text-align: left;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.fwdt-iconlist .hdTitle{
	/*	display: block;
        width: 80%;*/
	display: block;
	text-align: left;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.fwdt-iconlist .hdList{
	width: 100%;
	height: 80px;
	position: relative;
	padding-top:10px;
	border-bottom: 1px dashed #cccbc6;
}

.fwdt-iconlist .lastTime{
	position: absolute;
	bottom:10px;
	left:10px;
	display: block;
/*	float: right;*/
	font-size: 14px;
	color:#999;
	/*	margin-right:20px;*/
}
.time {
	display: block;
	float: right;
	/*	margin-right:20px;*/
}
.fwdt-iconlist .start{
	position: absolute;
	bottom: 10px;
	right:10px;
	display: block;
	width: 60px;
	height: 20px;
	border-radius: 3px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	background-color: red;
	text-align: center;
}
.fwdt-iconlist .end{
	position: absolute;
	bottom: 10px;
	right:10px;
	display: block;
	width: 60px;
	height: 20px;
	border-radius: 3px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	background-color:#999;
	text-align: center;
}
/*.more{
	float: right;
}*/
/*劳动保护*/
.ldbh_banner{
	width: 100%;
	height: 300px;
	background: url("../images/ldbh_banner.jpg") center top no-repeat;
	background-size: 100%;
}
.ldbh_title{
	width: 100%;
	height: 80px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;

}
/*困难帮扶*/
.knbf_banner {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background: url(../images/knbf_banner.jpg) center top no-repeat;
	background-size: 100%;
}
.knbf_title {
	width: 100%;
	height: 80px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*互助保障*/
.hzbz_banner {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background: url(../images/hzbz_banner.jpg) center top no-repeat;
	background-size: 100%;
}
.hzbz_title {
	width: 100%;
	height: 80px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*个人入会*/
.Mdiv .hd a.active { 
	margin-bottom: -1px;
	line-height: 33px;
	border-bottom: solid 3px #c51b1e;
	color: #c51b1e;
}
.Mdiv .hd a {
	float: left;
	margin-right: 50px;
	padding: 0 20px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
}
/*劳动监督*/
.ldjd_banner {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background: url(../images/ldjd_banner.jpg) center top no-repeat;
	background-size: 100%;
}
.ldjd_title {
	width: 100%;
	height: 80px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*劳动竞赛*/
.ldjs_banner{
	width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url(../images/ldjs_banner.jpg) center top no-repeat;
    background-size: 100%;
}
/*职工活动*/
.zghd_banner{
	width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url(../images/zghd_banner.jpg) center top no-repeat;
    background-size: 100%;
}
/*在线投票*/
.zxtp_banner{
	width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url(../images/zxtp_banner.jpg) center top no-repeat;
    background-size: 100%;
}
/*政策法规*/
.zcfg_banner{
	width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url(../images/zcfg_banner.jpg) center top no-repeat;
    background-size: 100%;
}
/*下载中心*/
.xzzx_banner{
	width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url(../images/xzzx_banner.jpg) center top no-repeat;
    background-size: 100%;
}