
/*=====自定义样式=====*/
.global_wrap{position: relative;min-height:100%; clear: both; content: ""; overflow: hidden;}
.fl{ float: left;}
.fr{ float: right;}
.ect{text-overflow:ellipsis; overflow: hidden; white-space: nowrap;}  /*溢出文本显示省略号*/
a{ color: #333;}
a:hover{color: #f25618;}
/*=====模态框=====*/
/* 模态框 */
.modal{
 	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
}
.modal-bg{
	width: 100%;
	height: 100%;
	background-color: #000;
	background: rgba(0,0,0,.6);
	filter: alpha(opacity=60);
	position: absolute;
	top: 0;
	left: 0;
}
.modal-content{
	position: fixed;
	top: -200px;
	left: 50%;
	z-index: 1050;
	width: 823px;
	margin-left: -412px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close{
	width: 25px;
	height: 23px;
	background: url(../images/gray-close.png) no-repeat;
    margin-top: 2px;
    float: right;
    overflow: hidden;
}
.modal-header h4 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}
/*=====表单样式=====*/
.form1{ margin-top: 10px;}
.form1 .control{
	margin-top: 10px;
	overflow: hidden;
}
.form1 .control .input1{
	width: 95%;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	text-indent: 10px;
	color: #666;
	margin-bottom: 10px;
	line-height: 38px;
	color: #636363;
	position: relative;
	z-index: 1;
    behavior:url(PIE.htc);
}
.btn{
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border: 0;
	border-radius: 5px;
	position: relative;
	z-index: 1;
    behavior:url(PIE.htc);
}

/*申请弹窗*/
.apply-form{
	display: block;
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
.apply-form .apply-textarea{
	width: 600px;
	height: 100px;
	padding: 10px;
	line-height:22px;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}
.apply-form .control .apply-yzm{ float: left; width: 145px; border: 1px solid #dfdfdf;}
.apply-form .yzm{
	float: left;
	vertical-align: middle; 
	width: 90px;
	height: 35px;
	overflow: hidden;
	margin-left: 10px;
}
.apply-form .yzm img{
	width: 100%;
	height: 100%;
}
.apply-form .apply-submit{
	width: 120px;
	height: 35px;
	border-radius: 5px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border:0;
	cursor: pointer;
}
/*=====版心=====*/
.container{	width: 1200px;	margin: 0 auto;}
.w1100{ width:1100px; margin: 0 auto;}
.bg{ background: #F9FBFB;}
/*=====广告=====*/
.pull-screen-ad,.sm-pull-ad{
	display: none;
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.pull-screen-ad img,.sm-pull-ad img{ display: block; width: 100%;}
.sm-pull-close{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/X.fw.png) no-repeat;
	cursor: pointer;
}
.ad-box{
	display: block;
	width: 100%;
	height: 75px;
	margin: 22px auto;
	overflow: hidden;
}
.ad-box img{width: 100%; height: 75px; display: block;}
.ad-box .sm-ad{
	float: left;
	width: 540px;
}
.ad-box .sm-ad:first-child{margin-right: 20px;}
/*=====header css=====*/
.header{
	position: relative;
	width: 100%;
	min-width: 1200px;
	background: #FFF;	
}
.header-top{
	position:relative;
	height:35px;
	line-height: 35px;
	width: 100%;
	background:#f9f9f9; 
	border-bottom:1px solid #eee; 
}
.header-top a{ color: #999;}
.header-top-l a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	height: 100%;
	vertical-align: middle;
	margin-right: 15px;
}
.header-top-l .sina,.header-top-l .weixin{
	width: 35px;
	height: 35px;
	background: url(../images/icons.png) no-repeat 0 -4px;
}
.header-top-l .sina:hover{ background-position: 0 -48px;}
.header-top-l .weixin{position: relative; background-position: 0 -93px;}
.header-top-l .weixin:hover{ background-position: 0 -139px;}
.header-top-l .weixin .slideCode{
	display: none;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 35px;
	left: -20px;
	z-index: 100;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.header-top-l .weixin:hover .slideCode{ display: block;}
.header-top-l .weixin .slideCode img{ width: 100px; height: 100px;}
.header-top-r .htr-line{
	width: 1px;
	height: 12px;
	margin-top: 11px;
	background-color: #999;
	overflow: hidden;
}
.header-top-r a,.header-top-r span,.header-top-r em{
	float: left;
	color: #999;
	font-style: normal;
	font-size: 12px;
}
.header-top-r a,.header-top-r em{ padding: 0 15px;}
.header-middle .header-middle-main{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}
.muyou-logo{
	float: left;
	width: auto;
	height: 80px;
	margin-top: 15px;
	margin-right: 30px;
}
.muyou-logo img{
	width: auto;
	height: 80px;
}
.r-logo{
	width: 245px;
	height: 50px;
	margin-top: 30px;
}
.r-logo img{ width: 260px; height: 50px;}
.header-search {
	width: 506px;
	margin-right: 28px;
	margin-top: 15px;
	position: relative;
	overflow:hidden;
}
.header-search .header-search-top{
	height: 23px;
	width: 100%;
	overflow: hidden;	
}
.header-search .header-search-top span{
	float: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 53px;
	height: 23px;
	margin-right: 1px;
	text-align:center;
	line-height: 23px;
	font-size: 12px;
	cursor: pointer;
	color: #333;
	background:#F5F5F5;
}
.header-search .header-search-top span.header-search-cur{
	background: #27C661;
	color: #fff;
}
.header-search .header-search-form{
	position: relative;
	width: 500px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #27C660;
}
.header-search .header-search-input{
	position: absolute;
	top: 0;
	left: 0;
	width: 425px;
	height: 28px;
	background: #fff;
	border: 0;
	cursor: text;
	text-indent: 35px;
}
.header-search .header-search-form em{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 28px;
	background: url(../images/fdj.jpg) no-repeat center center;
}
.header-search .header-search-submit{
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	cursor: pointer;
	background: #27C660;
	border: 0;
}
.header-search .header-search-bottom{
	font-size: 12px;
	color: #B2AFAF;
}
.header-search .header-search-bottom a{
	padding: 0 3px;
	color: #B2AFAF;
}
.header-nav{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #27C55F;
}
.header-nav ul li{
	width: 122px;
	margin-right: 10px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.header-nav ul li a{ display: block; color: #333;}
.header-nav ul li.on a,.header-nav ul li.nav-hover a{ color: #fff;}
.header-nav ul li.on,.header-nav ul li.nav-hover{ background: #27C660;}
.header-nav ul li em.my-hot{
	display: inline-block;
	width: 24px;
	height: 15px; 
	background: url(../images/mf.jpg) no-repeat;
	position: absolute; 
	top: 4px ; 
	right: 13px;
}
/*=====footer css=====*/
.footer{
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
.footer-border{ border-top: 3px solid #C1C1C1;}
.footer .footer-nav{
	height: 28px;
	line-height: 28px;
	color: #333;
}
.footer .footer-nav a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #333;
	padding: 0 4px;
}
.footer-hot-line{
	line-height: 24px;
	margin-top: 10px;
}
.footer-hot-line span{
	padding-left: 20px;
}
.footer-hot-line span i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
	width: 21px;
	height: 21px;
	background: url(../images/qq.fw.png) no-repeat;
}
.footer p{
	font-size: 12px;
	color: #7A7A7A;
	padding-top: 11px;
}
.footer p a{ color:#7A7A7A;	padding: 0 5px;}
/*=====友情链接=====*/
.links{
	width: 1200px;
	margin: 0 auto;
	margin-top: 23px;
}
.links h3{
	line-height: 38px;
	font-size: 28px;
	font-weight: 400;
	color: #27C55F;
}
.friend-links{
	border: 1px solid #EEEEEE;
	padding: 10px;
	height: 90px;
	overflow: hidden;
}
.friend-links a{
	padding:0 2px;
	line-height: 28px;
	color: #9A9A9A;
	font-size: 12px;
}
.friend-links a:hover{ color: #F25618;}

.section-top{
	height: 325px;
	padding-top: 20px;
	overflow: hidden;
}
.col-l{
    width: 288px;
    height: 322px;
}
.section-to-say{ padding: 12px;  border: 1px solid #dfdfdf; overflow: hidden;}
.section-to-say .sec-top-say-hd{
	position: relative;
	height: 30px;
	color: #333;
	border-bottom: 1px solid #E7E7E7;
	font-size: 12px;
}
.section-to-say .sec-top-say-hd span{ 
	cursor: default; 
	border-bottom: 2px solid #27C55F; 
	padding: 8px 5px;
}
.section-to-say .sec-top-say-hd span i{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 20px;
	height: 22px;
	margin-right: 5px;
	background: url(../images/ss.png) no-repeat center center;
}
.section-to-say .sec-top-say-hd .line{
	position: absolute;
	top: 15px;
	right: 0;
	width: 150px;
	height: 1px;
	background: #EDEDED;	
}
.section-to-say .sec-top-say-hd .more{
	color: #999;
	position: absolute;
	right: 2px;
	top: -2px;
}
.section-to-say .sec-top-say-bd{
	position: relative;
	margin-top: 15px;
	height: 193px;
	overflow: hidden;
}
.sec-top-say-bd-list{
	width: 100%;
}
.sec-top-say-bd-list li{
	margin-top: 8px;
	height: 70px;
	overflow: hidden;
}
.sec-top-say-bd-list .sec-top-say-head{
	float: left;
	text-align: center;
	width: 55px;
}
.sec-top-say-bd-list .sec-top-say-head img{
	width: 55px;
	height: 55px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: relative;
	z-index: 1;
  behavior:url(PIE.htc);
}
.sec-top-say-bd-list .sec-top-say-head p{
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	color: #999;
}
.sec-top-say-bd-list .sec-top-say-content{
	color: #666;
	width: 190px;
	float: right;
}
.sec-top-say-bd-list .sec-top-say-content em{
	display: block;
    width: 170px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.sec-top-say-bd-list .sec-top-say-content p{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	height: 42px;
	overflow: hidden;
}
.sec-top-say-bd-list .sec-top-say-content p img{ vertical-align: middle;}
/*=====banner=====*/
.section-top .col-c{
	width:626px;
	height: 324px;
	overflow: hidden;
	position: relative;
}
.section-top .col-c .banner,.section-top .col-c .banner li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-top .col-c .banner{ z-index:1;}
.section-top .col-c .banner li{ display: none;}
.section-top .col-c .banner li img{ width: 100%;	height: 100%;}
.section-top .col-c .prev-arr,.section-top .col-c .next-arr{
	display: none;
	width: 28px;
	height:67px;
	position: absolute;
	top: 145px;
	z-index: 2;
	background: url(../images/arr.fw.png) no-repeat 0 0;
	cursor: pointer;
}
.section-top .col-c:hover span{ display: block;}
.section-top .col-c .next-arr{ right: 0; background-position:-32px 0 ;}
.section-top .col-c ol{
	padding: 5px 0;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	z-index: 3;
}
.section-top .col-c ol li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
	width: 10px;
	height: 10px;
	background: url(../images/dot01.fw.png) no-repeat;
}
.section-top .col-c ol li.on{background: url(../images/dot02.fw.png) no-repeat; }
/*立即登录、注册模块*/
.col-r {
    width: 302px;
    height: 313px;
}
.col-r-top{
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.col-r-top a{ 
	float: left;
	width: 144px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.col-r-top a i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.bg01{background: #FF870F;}
.bg02{ background: #27C561!important;}
.col-r-top a.login i{ background: url(../images/dl.fw.png) no-repeat center center;}
.col-r-top a.register i{ background: url(../images/zc.fw.png) no-repeat center center;}
.col-r-top a.tuichu i{ background:url(../images/tuichu.png) no-repeat center center;}
.col-r-bottom{
	width: 301px;
	height: 313px;
	border: 1px solid #dfdfdf;
	border-left: 0;
}
.col-r-bottom dl{	
	height: 150px;
	padding-left: 5px;
	overflow: hidden;
}
.col-r-bottom dt{
	width: 100%;
	line-height: 24px;
	border-bottom: 1px solid #E7E7E7;
	overflow: hidden;
	margin:10px 0 8px;
}
.col-r-bottom dt span{
	float: left;
	height: 24px;
	line-height: 24px;
	margin-left: 5px;
	font-size: 14px;
	color: #333;
	border-bottom: 2px solid #27C55F;
}
.col-r-bottom dt span i{
	float: left;
	width: 20px;
	height: 22px;
	margin-right: 8px;
}
.col-r-bottom dt span i.ico1{background: url(../images/zx.png) no-repeat center center;}
.col-r-bottom dt span i.ico2{ background: url(../images/gg.png) no-repeat center center;}
.col-r-bottom dd{
	line-height: 28px;
	font-size: 12px;
	padding-left: 20px;
	background: url(../images/point.png) no-repeat 10px center;
}
.zxgs-div{
	margin-top: 15px;
	width: 100%;
	height: 202px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.zxgx-logo-list{
	position: relative;
	display: block;
	float: left;
	width: 199px;
	height: 100px;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px dotted #EEEEEE;
	overflow: hidden;
}
.zxgx-logo-list img{
	width: 100%;
	height:100%;
}
.zxgx-logo-list .logo-info{
	width: 180px!important;
	height: 90px!important;
	margin: 5px 0 0 10px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 100%;
	text-align: center;
	background: #816C40;
	filter: opacity=90;
	background: rgba(129,108,64,.9);
	overflow: hidden;
}
.zxgx-logo-list .logo-info em{
	margin:10px 20px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
}
.zxgx-logo-list .logo-info p{ font-size: 16px;}

/*=====金牌木工=====*/
.sec{ margin-top:30px;	overflow: hidden;}
.sec h3{
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 30px;
	color: #333;
	font-weight: 400;
	position: relative;
}
.sec h3 .look-more{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #878787;
}
.sec h3 i{ font-size: 12px; color:#999; margin-left: 12px;}
.sec-main{
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}
.sec-right{
	border: 1px solid #dfdfdf;
	padding: 0 20px 20px;
	cursor: pointer;
}
.sec-right.apply{ width: 238px;	height: 377px;}
.sec-right .sec-right-title{ height: 60px;	border-bottom: 1px solid #dfdfdf;}
.sec-right .sec-right-title a{
	display: block;
	float: left;
	width: 116px;
	height: 27px;
	line-height: 27px;
	padding: 20px 0 13px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.sec-right .sec-right-title a.on{
	color: #27C55F;
	border-bottom: 2px solid #27C55F;
	padding-bottom: 11px;
}
.sec-right .text-title{
	margin-top: 20px;
	font-size: 14px;
	color: #f77e68;
}
.apply-input{ width: 230px;}
.sec-right .chenggong{ 
	color:#999; 
	margin-top:10px; 
	text-align:center;
}
.sec-right .chenggong b{color: #FF870F;}
/*========金牌木工列表=========*/
.jpmg{
	width:919px;
	background: #F5F5F5;
	height: 397px;
	border: 1px solid #e5e5e5;
	border-right:0 ;
}
.jpmg li{
	float: left;
	width: 183px;
	height: 143px;
	margin-top: 40px;
	text-align: center;
	position: relative;
}
.jpmg li img{
  	position: relative;
  	z-index: 1; 	
	width: 96px;
	height: 96px;
	border-radius: 50%;
	behavior:url(PIE.htc);
}
.jpmg li .gold-name{ font-size: 12px;	color: #333;}
.jpmg li .tips{	font-size: 12px;}
.jpmg li .tips .triangle{
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 2px;
	background: url(../images/icon1.fw.png) no-repeat center center;
}
.jpmg li .info{
	display: none;
	width: 64px;
	height: 40px;
	padding: 28px 16px;
	line-height: 20px;
	border-radius: 50%;
	color: #fff;
	background: #f76d4e;
	position: relative;
	z-index: 1;
	cursor: pointer;
    behavior:url(PIE.htc);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -48px;
}
.jpmg li a{ display: block; width: 100%; height: 100%;}
.jpmg li a:hover .info{ display: block;}

/*=====招聘求职信息=====*/
.zpqz{ height: 313px; width: 896px; border: 1px solid #dfdfdf; overflow: hidden;}
.zpqz-top{ height: 60px; border-bottom: 1px dotted #dfdfdf; overflow: hidden;}
.zpqz-top a{
	float: left; 
	display:block; 
	width: 149px; 
	margin-left: -1px;
	border-left: 1px dotted #dfdfdf; 
	overflow: hidden;
}
.zpqz-top a img{width: 149px; height: 60px;}
.zpqz-bottom{ padding: 6px 0 0 9px;	overflow: hidden;}
.zpqz-list{
	float: left;
	width: 414px;
	height: 225px;
	margin-right: 15px;
	background: #FAFAFA;
	padding: 7px;
}
.zpqz-list-tit{
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #E9E9E9;
	background: #F2F2F2;
	font-size: 16px;
}
.zpqz-list-tit span,.zpqz-list-tit a{ font-size: 12px; color: #999;}
.zpqz-list-tit a{ position: absolute;	right: 6px;	top: 0;}
.zpqz-list-tit span i{ color: #EA6953; font-size: 12px;}
.table01{ margin-top: 10px;	width: 100%; table-layout: fixed;}
.table01 td{
	font-size:12px;
	text-indent: 10px;
	line-height: 30px;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.table01 td a{
	font-size:14px;
}
.table01 tr:hover,.table01 tr:hover a,.table01 tr a:hover,.zpqz-list-tit a:hover{ color: #EA6953;}
.hootest{width: 260px; height: 302px; padding: 0 12px 20px;	overflow: hidden; border: 1px solid #eee;} 
.hootest .sec-right-title{height: 45px;}
.hootest .sec-right-title a{
	height: 23px;
	width: 90px;
	padding: 10px 0;
	font-size: 16px;
}
.sec-right-rank{ margin-top: 10px;}
.sec-right-rank li{
	width: 260px;
	height: 57px;
	padding: 14px 0 13px;
	border-bottom: 1px dotted #e8e8e8;
	overflow: hidden;
}
.sec-right-rank li:last-child{ border-bottom: 0;}
.sec-right-rank li .num{
	float: left;
	width: 20px;
	font-size: 24px;
	font-family: 'Arial';
	line-height: 57px;
	color: #bbb;
}
.sec-right-rank li a{ display: block;	overflow: hidden;}
.sec-right-rank li img{
	float: left;
	display: inline;
	width: 53px;
	height: 53px;
	margin-left: 5px;
	border: 1px solid #eee;
}
.sec-right-rank li .rank-con{
	float: left;
	width: 160px;
	margin-left: 10px;
}
.sec-right-rank li .rank-con strong{
	width: 160px;
	display: block;
	font-size: 15px;
	line-height: 16px;
	height: 16px;
	margin: 8px 0;
	color: #333;
	font-weight: 600;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
.sec-right-rank li .rank-con p{ font-size: 12px;	color: #999;}

/* ======木工攻略==== */
.mggl-video{ height: 168px; margin-bottom: 20px;}
.mggl-tit{
	width: 180px;
	height: 138px;
	float: left;
	text-align: center;
	position: relative;
	color: #FFF;
	font-size: 14px;
	padding-top: 42px;
}
.mggl-tit-ico{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}
.mggl-tit em{
	width:0;
	height:0;
	overflow:hidden;
	font-size:0;
	display:inline-block;
	border-width:10px;
	border-color:transparent #FFF transparent transparent;
	border-style:dashed solid dashed dashed;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.mggl-video .mggl-tit-ico{ background: url(../images/sp-logo.fw.png) no-repeat center center;}
.mggl-learn .mggl-tit-ico{ background: url(../images/sx-logo.fw.png) no-repeat center center;}
.mggl-video .mggl-tit a,.mggl-learn .mggl-tit a{color: #fff}
.mggl-video .mggl-tit a:hover,.mggl-learn .mggl-tit a:hover{color: #fff}
.mggl-video .mggl-tit{ height: 126px; background: #27C660;}
.mggl-learn .mggl-tit{ background: #FF870F;}
.video-list .item{
	display: block;
	float: left;
	width: 238px;
	height:168px;
	position: relative;
	margin-left: 17px;
}
.video-list .item img{ width: 100%;	height: 100%;
}
.video-list .item span{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2; 
	display: block;
	padding: 0 15px;
	width: 208px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	background: #000;
	opacity: 0.75;
	background-color: rgba(0,0,0,0.75);
}
.video-list .item i{
	display: none;
	position: absolute;
	top: 51px;
	left: 84px;
	width:65px;
	height: 65px;
	background: url(../images/video.png) no-repeat; 
}
.video-list .item:hover i{ display: block;}
.mggl-learn .learn-list{
	float:left;
	width:1019px;
	height: 178px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #F6F6F6;
	background-color: #F8F8F8;
}
.mggl-learn .learn-item{
	float: left;
	margin-left: 22px;
	width: 316px;
	_display: inline;
	zoom:1;
}
.mggl-learn .learn-item .item-hd{width:100%;padding: 15px 0; overflow: hidden;}
.mggl-learn .learn-item .item-hd strong{float: left;  font-size: 18px; color: #1A332F; font-weight: 400;}
.mggl-learn .learn-item .item-hd>a{font-size: 12px; float: right; color:#A4A4A4; margin: 5px 5px 0 0;}
.mggl-learn .learn-item .item-bd{height: 100px;}
.mggl-learn .learn-item .item-img{float: left; margin-right: 10px;}
.mggl-learn .learn-item .item-img img{ width:130px; height:100px;}
.mggl-learn .learn-item .item-bd ul{
	float: left;
	width: 165px;
}
.mggl-learn .learn-item .item-bd ul li{
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background: url(../images/dot03.jpg) no-repeat left center;
}
.mggl-learn .learn-item .item-bd ul li a{
	font-size: 12px;
	display: inline-block;
	width: 185px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
/*=====最热新闻=====*/
.hot-news{
	width: 913px;
	padding-top: 30px;
	height: 314px;
	border-top: 1px solid #DFDFDF;
	overflow: hidden;
}
.hot-news .show{ width: 424px;	overflow: hidden;}
.hot-news .show a{
	float: left;
	width: 182px;
	height: 290px;
	margin-right: 30px;
}
.hot-news .show a:hover{ color: #333;}
.hot-news .show a img{
	width: 182px;
	height: 182px;
}
.hot-news .show-con{
	width: 150px;
	margin: 0 auto;
}
.show-tit{
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show-tit1{ color: #744A73;}
.show-tit2{ color: #588B10;}
.show-d1{ color: #848680; margin-top: 13px;}
.show-d2{ color: #666666; font-size: 12px;}
.show-d1,.show-d2,.show-tit{ 
	width: 100%; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
.show-con i{ display: block; width: 100%; height: 4px;}
.show-i1{ background: url(../images/s1.gif) repeat-x left center;}
.show-i2{ background: url(../images/s2.gif) repeat-x left center;}


.hotest-news-list{ width: 445px; float: left;}
.hotest-news-list li{
	height: 55px;
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7e7e7;
}
.hotest-news-list li:last-child{ border-bottom: 0;}
.hotest-news-list li strong{
	display: block;
	padding: 5px 0;
	font-size: 18px;
	font-weight: 400;
}
.hotest-news-list li p{
	line-height: 20px;
	font-size:12px;
	color: #878787;
}
.sec-main .hot-news-column{ 
	padding-bottom: 0;
	width:244px; 
	height: 343px; 
	overflow: hidden;
}
.hot-news-col{
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.hot-news-column li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #E7E7E7;
	font-size: 14px;
	padding-left: 10px;
	background: url(../images/dot03.jpg) no-repeat left center;
}
.hot-news-column li a{
	display: block;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

/*新增企业*/
.hootest li a{ float: left; width: 90px;}
.hootest li span{ 
	float: left; 
	padding-left: 10px;	
	font-size: 12px;
	color: #999;
	width: 55px;
}
.hootest li .span01{
	width: 85px; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.hootest li:hover span,.hootest li:hover a{ color: #F25618;}
/*热门资讯*/
.sec-main .hot-zixun{
	width: 261px;
	height: 313px;
	overflow: hidden;
}
.sec-main .hot-zixun .hot-news-col{height: 250px;}

/*=====名企=====*/
.mingqi{
	height: 164px;
	padding: 8px 0;
	background: #E9E9E9;
}
.mingqi .mingqi-tit{
	height: 164px;
	width: 220px;
	padding: 0 12px 0 6px;
}
.mingqi .mingqi-tit img{ width: 100%; height: 100%;}
.mingqi .mingqi-list{
	width: 962px;
	height:170px;
}
.mingqi .mingqi-list li{
	float: left;
	width: 152px;
	height: 77px;
	margin: 0 7px 8px 0;
}
.mingqi .mingqi-list li img{ width: 100%; height: 100%;}


/*=====找木工 页面=====*/
.title{
	height: 48px;
	line-height: 48px;
	margin-top: 13px;
	font-size: 12px;
	color: #666;
	background: url(../images/titbg.png) repeat top left;
}
.title .titleL{
	font-size: 12px;
	padding-left: 30px;
	background: url(../images/home.png) no-repeat 10px center;
}
.title .titleL a:hover{ color: #27C660;}
.title .titleR{ margin-right: 15px; font-size: 12px;}

.content{
	width: 100%;
	margin-top: 17px;
	overflow: hidden;
}
.find .contentL{ width: 958px;	margin-right: 15px;}
.find .contentR{ width: 125px;}
.find .contentR img{
	width: 120px;
	height: 220px;
	margin-bottom: 10px;
}
.search-term{
	border: 1px solid #E8E8E8;
	background: #FAFAFA;
}
.search-term li{
	width: 100%;
	height: 35px;
	padding: 10px 0;
	border-bottom: 1px dashed#E8E8E8;
	clear: both;
}
.search-term li:last-child{
	border-bottom: 0;
}
.search-term li .termL{
	width: 98px;
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	padding: 5px 8px;
}
.keyword-search input,.dosearch input{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	text-indent: 5px;
}
.area-input{
	width: 182px;
	height: 32px;
	border: 1px solid #cdcfd1;
	margin-right: 15px;
	text-indent: 5px;
	cursor: pointer;
}
.keyword-search{
	width: 280px;
	height: 32px;
	margin-right: 15px;
	border: 1px solid #cdcfd1;
}
.dosearch input{
	width: 90px;
	height: 33px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}
.search-term li .termR>a{
	float: left;
	height: 14px;
	line-height: 14px;
	margin-right: 5px;
	padding: 5px 8px;
	margin-top: 3px;
}
.search-term li .termR a.on,.search-term li .termR>a:hover{
	color: #fff;
	background:#27C561;
}
.update-time select,.sala select,.edu select{
	width: 118px;
	height: 32px;
	margin-right: 10px;
	text-indent: 5px;
	border: 1px solid #cdcfd1;
}

.fabu{
	width: 199px;
	height: 35px;
	padding-top: 1px;
	margin-right: 20px;
	background: #27C55F;
}
.fabu a{
	float: left;
	width: 99px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
.fabu a.fabu-zp{
	border-right: 1px dotted #fff;
}
/*=====职位列表=====*/
.job-list-top{
	height: 43px;
	margin-top: 9px;
	line-height:43px;
	border: 1px solid #E8E8E8;
	background: #FAFAFA;
}
.job-list-left{ float: left;	margin-left: 27px;}
.job-list .checkall{ vertical-align: middle;}
a.invited,.job-list a.collection{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 84px;
	height: 30px;
	border-radius: 3px;
	margin-left: 12px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	font-weight: 600;
}
a.invited{background: #FF870F;}
.job-list a.collection{ background: #27C561;}
.job-list-right{
	float: right;
	margin-right: 18px;
}
.job-list-right a{
	color: #333;
	padding: 4px 7px;
	line-height: 14px;
	font-size: 12px;
}
.job-list-right a:hover,.job-list-right a.on{
	color: #fff;
	background:#27C55F;
}
.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8{ float: left;}
.w1{width: 195px; cursor: pointer;font-size: 14px;}
.w2{width: 86px;}
.w3{width: 77px;padding: 0 5px;}
.w4{ width: 115px;}
.w5{ width: 103px;}
.w6{ width: 160px;}
.w7{ width: 115px;}
.w8{ width: 90px;}
.job-list-tit{
	padding: 20px 0 6px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.job-list-item{
	padding: 18px 0;
	line-height: 30px;
	color: #333333;
	border-bottom: 1px dotted #C1C1C1;
	overflow: hidden;
}
.job-list-item>div{ font-size: 12px;}
.job-list-item>div:first-child{ font-size: 14px;}
.job-list-item:hover{
	background: #fafafa;
}
.job-list-item input{
	width: 15px;
	height: 15px;
	margin:-1px 0 0 30px;
}
.job-list-item .w1 a:hover,.job-list-item .w1-1 a:hover,.job-list-item .w2-1 a:hover{
	text-decoration: underline;
	color: #27C561;
}
/*=====分页模块=====*/
.page{
	width: 100%;
	text-align: center;
	margin: 32px 0 13px;
	overflow: hidden;
}
.page a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 27px;
	line-height: 27px;
	color: #555;
	padding: 0 10px;
	margin-right: 5px;
	border: 1px solid #E8E8E8;
}
.page a:hover,.page a.on{
	border-color: #27C55F;
	background: #27C55F;
	color: #fff;
}

.ad-play{
	width: 100%;
	margin-top: 14px;
	overflow: hidden;
}
.ad-play .zxgx-logo-list{
	width: 208px;
	height: 100px;
	margin-left: 15px;
	border: 0;
}
.ad-play .zxgx-logo-list:first-child{ margin-left: 0;}
.ad-play img{
	width: 208px;
	height: 100px;
}
.ad-play .logo-info{
	width: 100%!important;
	height: 100%!important;
	margin: 0!important;
}
/*=====找工作页面=====*/
.w1-1,.w2-1,.w3-1,.w4-1,.w5-1,.w6-1{ float: left;}
.w1-1{width: 300px; margin-right: 10px; padding-left: 10px;}
.w2-1{width: 252px;}
.w3-1{width: 96px;}
.w4-1{
	width: 147px; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 12px;
}
.w5-1{width: 106px;}
.w5-1 .detail-arr{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background: url(../images/arrB.png) no-repeat;
}
.w5-1 .detail-arr.on{ background: url(../images/arrT.png) no-repeat;}
.w6-1{ width: 100px; text-align: center;}
/*=====找工作 下拉详情=====*/
.find-job .details{
	display: none;
	padding:0 23px;
	margin-top: 40px;
	position: relative;
}
.find-job .details p.job-desc{ font-size: 12px;	color: #9e9e9e;}
.find-job .details p.job-duty{color: #333;}
.find-job .details a{
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 14px;
}
.find-job .details a.collection-2{
	padding: 0 5px 0 20px;
	background: url(../images/star.png) no-repeat left 6px ;
	font-weight: 600;
	margin-top: 10px;
	top: 24px;
}

/*=====职位-空=====*/
.kong{
	min-height: 600px;
	background: url(../images/wu.png) no-repeat 165px 170px;
	overflow: hidden;
}
.kong .kong-txt{
	margin-top: 245px;
	margin-left: 360px;	
	font-size: 14px;
color: #8C8A8A;
}
.kong .kong-txt b{
	font-size: 18px;
	font-weight: 400;
	color: #323232;
}

/*=====关于我们页面=====*/
.sm-banner{
	width: 100%;
	height: 106px;
	box-shadow: 0 15px 20px #DEDEDE;
	-webkit-box-shadow: 0 15px 20px #DEDEDE;
	border-bottom: 1px solid #F2F2F2;
}
.about{
	margin-top: 41px;
	overflow: hidden;
}
.aboutL{
	width: 187px;
	padding: 22px 0;
	float: left;
	background: #f4f4f4;
}
.aboutL .sm-logo{
	display: block;
	width: ;
	height: 46px;
	margin: 0 auto;
}
.about-menu dt{
	font-size: 16px;
	color: #656565;
	margin: 14px 0 23px 0;
	text-align: center;
}
.about-menu dt span{
	display: block;
	font-size: 12px;
	color:#656565;
}
.about-menu dd a{
	display: block;
	margin-bottom: 1px;
	font-size: 16px;
	padding-left: 54px;
	color: #656565;
	height: 46px;
	line-height: 46px;
}
.about-menu dd a.on,.about-menu dd a:hover{
	color: #fff;
	background: #27C660;
}

.aboutR{
	width: 893px;
	float: right;
}
.about-tit{
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #d2d2d2;
}
.about-titL{
	float: left;
	font-size: 20px;
	color: #a9a9a9;
}
.about-titL span{ font-size: 12px;}
.about-titR{ font-size: 12px;}
.about-titR a{
	padding: 0 5px;
	font-size: 12px;
	color: #878787;
}
.about-con{
	margin-top: 39px;
	margin-bottom: 99px;
	overflow: hidden;
}
.about-con img{ float: left;}
.about-con p{ text-indent: 2em;}


/*=====新闻列表页面======*/
.newsL{
	float: left;
	width: 246px;
}
.newsL-b{
	overflow: hidden;
	margin-bottom: 30px;
}
.newsL-ad{
	display: block;
	width: 100%;
	overflow: hidden;
}
.newsL-ad img{
	max-width: 100%;
	height: auto;
}
.news-menu{
	border: 1px solid #DFDFDF;
}
.news-menu dt{
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	font-size: 16px;
	color:#333;
	background: #ddd;
}
.news-menu dd{ padding-top: 8px;}
.news-menu dd a{
	display: block;
	padding-left: 45px;
	height: 35px;
	line-height: 35px;
	color:#323232;
}
.news-menu dd a:hover,.news-menu dd a.cur{ 
	color: #27C55F;	
	background:#f5f5f5 url(../images/icon1.png) no-repeat 30px center;
}
.other-data{
	border: 1px solid #DFDFDF;
	padding: 0 13px;
}
.other-data dt{
	height: 78px;
	line-height: 78px;
	font-size: 20px;
	color: #333;
}
.other-data dd{
	padding: 16px 10px;
	border-top: 1px dotted #E8E8E8;
	text-overflow:ellipsis;
	overflow: hidden; 
	white-space: nowrap;
	position: relative;
}
.hot-art dd{
	padding-left: 63px;
	font-size: 12px;
	color: #333;
}
.hot-art dd img{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 18px;
	left: 10px;	
}
.hot-art dd>div,.hot-art dd>p{
	text-overflow:ellipsis;
	overflow: hidden; 
	white-space: nowrap;
}
.hot-art dd .hot-art-txt{ color:#878787;}
.other-data dd a:hover{  color:#27C561;}
.newsR{
	float: left;
	width:813px;
	margin-left: 39px;
}
.newsR-hd{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #E8E8E8;
	clear: both;
	position: relative;
}
.newsR-hd h2{
	float: left;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.newsR-hd-nav{
	height: 39px;
	float: left;
	line-height: 39px;
	margin-left: 30px;
}
.newsR-hd-nav li{ float: left;}
.newsR-hd-nav li a{
	display: block;
	padding: 0 15px;
	font-size: 16px;
	border-bottom: 2px solid #E8E8E8;
}
.newsR-hd-nav li.on a{
	color: #27C611;
	border-bottom: 2px solid #27C55F;
}
.news-sort{
	float: right;
}
.news-sort a{
	float: left;
	width: 95px;
	height: 100%;
	/*border-left: 1px solid #E4E4E4;*/
	text-align: center;
	line-height: 37px;
}
.news-sort a i{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width: 7px;
	height: 9px;
	margin-left: 6px;
	background: url(../images/paixu.fw.png) no-repeat 0 0;
}
.news-sort a:hover,.news-sort a.active{
	color: #27C561;
}
.news-sort a:hover i,.news-sort a.active i{
	background-position: 0 -11px;
}
.news-item{
	position: relative;
	padding: 29px 30px 29px 165px;
	border-bottom: 1px dotted #D2D2D2;
	overflow: hidden;
}
.news-item img{
	width: 150px;
	height: 120px;
	position: absolute;
	top: 29px;
	left: 0;
}
.news-item h3 a{
	font-size: 20px;
	font-weight: 400;
	color: #333;
	font-size: 14px;
}
.news-item h3 a:hover{ color: #29C65F;}
.news-item p{
	margin-top: 17px;
	height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #878787;
}
.news-item .news-tips{
	line-height: 26px;
	overflow: hidden;
}
.news-item .news-tips span{ font-size: 12px; margin-right: 5px;}
.news-item .news-tips span.look-through{ margin-right: 30px;}
.noImg{ padding: 15px 0;}
.noImg h3{
	float: left;
	width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.noImg .news-tips{ float: right;}
/*=====新闻详情页面=====*/
.news-ad-box{
	display: block;
	position: relative;
}
.news-detail{ margin-bottom: 42px;}
.news-detail .newsL{ float: right;}
.news-detail .newsR{ margin-left: 0; 	border: 1px solid #E7E7E7; padding-bottom: 59px;}
.news-detail .article{
	padding: 20px 35px;
}
.news-detail .article h2{
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	color: #333;
}
.news-detail .author{
	text-align: center;
	font-size: 12px;
	color: #878787;
	padding: 5px 0;
}
.nXqzy{
	border: 1px solid #ddd;
	margin: 20px auto 10px;
	padding: 5px 10px;
	line-height: 25px;
	color: #666;
	background: #fcfcfc;

}
.news-detail .article p{text-indent: 2em;}
.news-detail .article img{ display: block; width: 592px; height:auto; margin: 20px auto; }
.news-detail .read{ padding-left: 34px; margin-top:30px; }
.news-detail .read .read-tit{ font-size: 18px; color: #878787; padding-bottom: 15px;}
.news-detail .read ul{ width: 339px; float: left; margin:0 25px;}
.news-detail .read li{ 
	line-height:35px;
	padding-left: 15px; 
	overflow: hidden;
	background: url(../images/lingxing.png) no-repeat left center;
}
.news-detail .read li a{
	float: left;
	width: 255px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
.news-detail .read a:hover{ color: #27C55F;}
.news-detail .read li span{
	float: right;
	font-size: 12px;
}
/*二维码图片*/
.two-code{
	width: 100%;
	height: auto;
	text-align: center;
}
.two-code img{
	max-width: 100%;
	height: auto;	
}
.copys{ 
	padding:10px; 
	margin-top: 10px;
	line-height:22px; 
	background:#fafafa; 
	color:#666; 
	border:1px solid #ddd;
	border-bottom: 0;
}
.copys .copys-t{ width:100%; height:22px; color:#333; font-weight:bold;}

/*登录页面*/
.msg{
	display: inline-block;
	min-width: 240px;
	margin-left: 96px;
	padding: 8px 10px;
	color: #333;
	background:#76E49C;
}
/*=====用户注册页面=====*/
.user_zc .title{
	padding-left: 40px;
	height: 46px;
	line-height: 46px;
	margin-top: 32px;
	background:#F8F8F8 url(../images/lb.fw.png) no-repeat 8px center;
}
.user_zc .title a{ color: #27C55F;}
.zc_con{
	padding: 26px 0;
	overflow:hidden;
}
.zc_conL{
	float: left;
	width: 597px;	
	min-height: 300px;
	border-right: 1px solid #E5E5E5;
	overflow: hidden;
}
.form2 .control{
	height: 35px;
	padding: 15px 0;
}
.form2 .control-label{
	width: 85px;
	float: left;
	line-height: 35px;
	margin-right: 12px;
	color: #333;
	text-align: right;
}
.form2 .form-input{
	float: left;
	width: 210px;
	padding: 0 5px;
	height: 34px;	
	line-height: 35px;
	line-height: 34px;
	border: 1px solid #ccc;
	background: #F8F8F8;
	border-radius: 2px;
}
.form2 .tip{
	float: left;
	margin-left: 10px;
	line-height: 30px;
	height: 30px;
	min-width: 15px;
	color: #27C55F;
	text-indent: 18px;
	background: url(../images/yz.fw.png) no-repeat 0 0;
}
.form2 .tip-false{
	color: #fe6500;
	background-position: 0 -26px;
}
.form2 .tip-true{
	background-position: 0 -56px;
}
.form2 .yzm img{float:left;  width: 75px; height: 30px; margin-left: 10px;}
.form2  .sub-btn{
	display: block;
	margin: 35px 0 20px 96px;
	padding: 8px 30px;
	background: #27C660;
	color: #fff;
	border: 0;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
}
.form2  .sub-btn:hover{ background: #00A83C;} 
.agreement{
	padding-left: 96px;
	font-size: 12px;
	line-height: 35px;
	overflow: hidden;
}
.agreement input{float: left; display: inline-block; vertical-align: middle; margin-top: 12px; }
.agreement-s{float: left;}
.agreement-a{color: #27C660;}
.zc_conR{
	float: left;
	width: 502px;
	min-height: 380px;
}
.ad-space{
	width: 265px;
	height: 209px;
	padding-top: 10px;
	margin: 34px 0 0 100px;
	background: url(../images/combg.fw.png) no-repeat;
}
.ad-space img{
	display: block;
	width: 244px;
	height: 139px;
	margin: 0 11px 11px;
}
.ad-word{
	padding: 62px 0 0 84px;
	font-size: 16px;
	color: #333;
}
.ad-word a{	padding-left: 20px;	color: #27C55F;}

/*=====注册成功页面=====*/
.zccg-word1{ 
	height:60px; 
	margin:50px 0 50px 60px; 
	display:inline-block;
}
.zccg-word2{ margin-left: 90px; display:inline-block;}
.zccg-word2 p{ line-height:30px; color:#333;}
.zccg-word2 p span{ color:#ff8500; font-weight:bold;}
.zccg-word2 p a{ color: #27C561;}
.zccg-word2 p a:hover{ color:#ff8500;}
/*招聘页面*/
.zp-l{
	float: left;
	width: 760px;
	padding-left: 10px;
}
.job-main{
	padding: 20px 0 10px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
.job-tit-left{width: 380px;	float: left;}
.job-main-tit{	、font-size: 32px;	color: #FF7F00;}
.resume{ margin: 10px 0; line-height: 22px; overflow: hidden;}
.resume span{
	display: block;
	float: left;
	padding-right: 10px;
	border-right: 2px solid #d0d0d0;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
}
.resume span:last-child{ border-right: 0;}
.sj{ line-height: 30px;}
.job-tit-right{
	float: right;
	padding-right: 80px;
	text-align: right;
	overflow: hidden;
}
.job-tit-right .shoucang{ 
	display: block;
	width: 100%;
	margin-top: 15px;
	font-size:12px;
  color: #7AB1CC;
}
.job-tit-right .yingpin{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px 10px;
	border-radius: 3px;
	background: #FF870F;
	color: #fff;
}
/*基本要求*/
.main-msg ul{
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}
.main-msg li{
	width: 50%;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.main-msg li span{
	width: 5em;
	font-size: 14px;
}
/*职位描述*/
.content-word{
	line-height: 25px;
	font-size: 14px;
	color: #454545;
}
/*边框为0*/
.no-border{ border: 0;}

.zp-r{
	float: right;
	width: 310px;
	padding-right: 10px;
}
.zp-tit{
	padding-left: 10px;
	color: #000000;
	font: 700 14px/16px "宋体";
	border-left: 3px solid #27C561;
	margin: 5px 0 10px;
}
.zp-info{	border: 1px solid #E6E6E6;	padding: 18px;}
.zp-zw{
	height: 88px;
	width: 668px;
	background: #3D9CCC;
	margin-left: -28px;
	position: relative;
}
.zp-zw i{
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 8px;
	height: 14px;
	background: url(../images/zp-bg.gif) no-repeat;
}
.zw-name{
	padding-left: 14px;
	font-size:26px;
	color: #fff;
	line-height: 54px;
}
.gc-name{
	padding-left: 14px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.gc-name:hover{ text-decoration: underline;}
.zp-rC1{
	padding: 16px;
	border: 1px solid #E6E6E6;
	margin-bottom: 13px;
}
.qylogo{
	width: 210px;
	height: 117px;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
}
.qy-info strong{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
}
.qy-info li{ font-size: 12px; line-height: 22px; color: #666;}
.qy-info li span{ font-size:12px; margin-right: 4px; color: #333;}
.qy-map{
	width: 100%;
	height: 273px;
	padding: 10px 0;
	margin-top: 20px;
}
.zp-rul{ padding:10px;}
.zp-rul li{	padding: 10px 0;	border-bottom: 1px dotted #E6E6E6;}
.zp-rul li strong{ display: block; font-size: 16px; color: #2E87BA; padding-bottom: 5px;}
.zp-rul li p{ font-size: 12px; color: #333;}
.zp-rad img{width: 310px;	height: auto;	margin-bottom: 10px;	}
/*展会*/
.pxcd{width: 100%; position: relative; }
.zh{
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}
.zhL{
	float: left;
	width: 779px;
	border-right: 1px solid #D6D6D6;
	padding: 0 10px;
}
.zh1{ width: 100%; height: 316px;}
.zh-focus{
	float: left;
	width: 377px;
	height: 316px;
	position: relative;
}
/*轮播图样式*/
.slideBox{ 
	position:relative;
	width:377px;
	height:316px; 
	overflow:hidden;
}
.slideBox .hd{ 
	width: 100%;
	position:absolute; 
	height:16px;
	bottom:0; 
	right:0; 
	text-align: center;
	z-index:1; 
}
.slideBox .hd li{ 
	display:inline-block; 
	width:35px; 
	height:5px;
	background: #E3E3E3;
	overflow:hidden;
	margin:0 6px;
	cursor: default;
}
.slideBox .hd li.on{ background:#78C211;}
.slideBox .bd{ width: 100%; height: 100%; position:relative; z-index:0; }
.slideBox .bd li{ position:relative; width: 100%; height: 100%;}
.slideBox .bd li img{ width:100%;  height:295px; display:block;}
.slideBox .bd li .tit{ 
	display:block; 
	width:100%;
	position:absolute; 
	bottom:0; 
	text-align: center; 
	height:43px; 
	line-height:43px;
	color:#fff;
	background: rgba(0,0,0,.6);
}
.newsTC{
	float:left;
	width: 372px;
	padding:0 10px 8px;
	margin-left: 10px;
}
.newsTC h2 i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 45px;
	height: 25px;
	background: url(../images/rm.gif) no-repeat;
	margin-right: 5px;
}
/*.newsTC h2{
	font-size: 12px;
	margin-befor:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}*/
.newsTC h2 a{ 
	display: block; 
	width: 100%; 
	font-size: 16px; 
	color: #333; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.newsTC-pro{ 
	padding: 5px 0;
	height: 85px;
	font-size: 12px;
	line-height: 24px; 
	text-indent: 2em; 
	border-bottom: 1px solid #EFEFEF;
}
.newsTC-pro a{ color: #29C65F;}
.newsUl{ padding-top: 6px; overflow: hidden;}
.newsUl li{
	width: 100%;
	line-height: 40px; 
	background: url(../images/point.png) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	border-bottom: 1px solid #EFEFEF;
}
.newsUl li a{ padding-left: 10px; color: #555;}

/*展会搜索*/
.zhSearch{
	width: 100%;
	height: 30px;
	padding: 10px 0;
	margin-top: 10px;
	background: #F7f7f7;
}
.zhS-l{ 
	margin-left: 10px;
	float: left;
	line-height: 30px;
	color: #27C561;
	font-size: 16px;
}
.zhS-select select{
	float: left;
	width: 110px;
	height: 30px;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.zhS-input{
	width: 200px;
	padding: 0 5px;
	height: 29px;
	line-height: 29px;
	float: left;
	color: #666;
	border: 1px solid #D6D6D6;
}
.zhS-btn{
	float: left;
	width: 70px;
	height: 30px;
	background:#FD870F;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	border: 0;
	margin-left: 10px;
	cursor: pointer;
}
.zhS-btn:hover{ background: #F25618;}
/*展会预告*/
.zhyg{ width: 100%; margin-top: 10px;}
.zhtit2{ height: 30px; border-bottom: 2px solid #D6D6D6;}
.zhtit2-a1{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size:20px;
	color:#444;
	border-bottom: 2px solid #56AC7B;
}
.zhtit2-a2{float: right; padding-right: 15px; color: #666;}
.zhygCon{	padding: 5px;	overflow: hidden;}
.zhygCon li{ 
	width: 236px;
	margin: 12px 10px; 
	float: left;
}
.zhygCon li a{ color: #27C55F; font-size: 12px;}
.zhygCon li img{ display: block; width: 234px; height: 135px; border: 1px solid #ddd}
.zhygCon li strong a{ 
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.zhygCon li span{
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	display:block;
}
.zhyg-ul{
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px dashed #ddd;
}
.zhyg-ul li{
	width: 100%;
	line-height: 30px;
	background: url(../images/dot03.jpg) no-repeat 10px center;
	overflow: hidden;
}
.zhyg-ul li a{
	display: block;
	width: 380px;
	margin-left:20px;
	padding-right:20px;
	float: left;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhyg-ul li a:hover{ color: #27C55F;}
.zhyg-ul li span{ font-size: 13px; color: #777;}
.zhyg-ul li .zh-dd{
	float: left;
	width: 120px;
	height: 25px;
	margin-left: 15px;
	overflow: hidden;
}
.zhyg-ul li .zh-sj{	float: right;	margin-right: 15px;}

/*展会回顾*/
.zhhg{ width: 100%; margin-top: 10px; overflow: hidden;}
.zhhg-ul{ width: 100%;}
.zhhg-ul li{
	width: 100%;
	height: 112px;
	padding: 18px 0;
	border-top: 1px dashed #D6D6D6;
}
.zhhg-ul li:first-child{ border-top: 0;}
.zhhg-a1{
	float: left;
	width: 150px;
	height: 112px;
	margin: 0 12px 0 5px;
}
.zhhg-a1 img{ width: 150px; height: 112px;}
.zhhg-d1{ float: left; width: 612px; line-height: 30px;}
.zhhg-a2{
	float: left;
	width:410px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
}
.zhhg-s1{ float: right; font-size: 12px; color: #999999;}
.zhhg-s2{ line-height: 24px; font-size: 12px; color: #656565;}
.zhhg-a3{ color: #42ADA3; font-szie:12px;}
/*展会右侧*/
.zhR{
	width: 252px;
	padding: 10px 24px;
	float:left;
}
.zhRT{
	width: 100%;
	height: 24px;
	font-size: 16px;
	color: #847981;
	padding-left: 15px;
	background: url(../images/zhtitico.png) no-repeat 0 3px;
	overflow: hidden;
}
.zhRT span{ float: left; font-size: 16px; color: #847981;}
.zhRT a{ float: right; font-size: 12px; color: #666;}
.zhRT a:hover{ color:#F25618;}
.zhR-gz{ width: 100%;}
.zhR-ul{ width: 100%;}
.zhR-ul li{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #D6D6D6;
	height:55px;
	*height:55px;
}
.zhR-ula1{ float: left; margin-right:10px;}
.zhR-ula1 img{ width: 84px; height: 55px;}
.zhR-ula2{
	float: left; 
	display: block; 
	width: 158px; 
	height: 38px;
	overflow: hidden;
	color: #666; 
	line-height: 19px; 
	font-size: 12px;
}
.zhR-uls1{ font-size: 12px; color: #999;}

.zhR-hot{ width: 100%; margin-top: 10px;}
.zhR-hota1{ display: block; margin-top: 10px; padding: 1px; border: 1px solid #eee;}
.zhR-hota1 img{ display: block; width: 250px; height: 160px;}
.zhR-hotUl{ width: 100%; padding: 10px 0;}
.zhR-hotUl li{ 
	width: 100%; 
	line-height: 24px;
	background: url(../images/dot01.fw.png) no-repeat 10px center;
	font-size: 12px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.zhR-hotUl li a{ margin-left: 25px; color: #666;}
.zhR-hotUl li a:hover{color:#27C561; text-decoration:underline;}

.zhR-tj{ width: 100%;}
.zhR-tjC{ 
	width:248px; 
	height:auto; 
	padding:2px; 
	border:1px solid #eee; 
	margin-top:10px; 
	margin-left:2px; 
	font-size: 12px;
	padding-bottom:8px;
}
.zhR-tja1{ display: block; width: 100%;}
.zhR-tja1 img{ width: 248px; height: 205px; display: block;}
.zhR-tja1 span{ 
	display: block; 
	padding: 0 10px;
	padding-top:5px;
	font-size: 12px;
	color: #333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}

/*展会详情*/
.zhxq{
	width: 100%;
	margin-top: 10px;
	background: #fff;
	overflow: hidden;
}
.zhxqL{
	float: left;
	width: 788px;
	border: 1px solid #C1C1C1;
}
.zhxqCon{ width: 100%;}
.zhxqCon-top{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #F0F0F2;
}
.zhxqCon-top h1{
	padding: 0 20px 10px;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
}
.zhxqCon-top p{ text-align: center;}
.zhxqCon-top p span{ padding: 0 15px; color: #666; font-size: 12px;}
.zhxq-xq{	padding: 20px;	overflow: hidden;}
.zhxq-xq li{
	width: 50%;
	line-height: 20px;
	margin-top: 5px;
	float: left;
}
.zhxq-xq li .zhxq-s1{ 
	width: 80px; 
	float: left; 
	text-align: right;
	color: #666666;
}
.zhxq-xq li .zhxq-s2{ float: left; color-interpolation: #444;}
.zhxq-xq p{ text-indent:2em; line-height:30px; color:#333;}

.xqpage{ height:50px; border-bottom:1px solid #e7e7e7; border-top:1px solid #e7e7e7;}
.xqPrev,.xqNext{width:393px; height:50px;float:left; overflow: hidden;}
.xqPrev{  border-right:1px solid #e7e7e7; }
.xqpage span{
	height:30px;
	margin:12px 0 0 30px; 
	line-height:24px; 
	display:block; 
	background:url(../images/prevnext.png) no-repeat; 
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xqpage span a{ color:#333;}
.xqpage span a:hover{ color:#2db8ad;}
.xqPrev span{ 
	width:333px; 
	padding-left:30px;
	background-position: 0 0;
}
.xqNext span{ 
	width:303px; 
	padding-right:30px;
	background-position: right -30px;
}
.xqpage2{
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
}
.xqpage2 .xqPrev,.xqpage2 .xqNext{ width: 370px;}
.xqpage2 .xqPrev span{width: 310px;}
.xqpage2 .xqNext span{ width: 285px;}

.zhxqR{
	float: right;
	width: 300px;
}
.zhRT2{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.zhR-hotUl2{
	padding: 0 10px 8px 0;
	background: url(../images/numicon.png) no-repeat 2px 8px;
}
.zhR-hotUl2 li{
	width: 262px;
	padding-left: 28px;
	line-height: 36px;
	border-bottom: 1px dashed #E7E7E7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhR-hotUl2 li a:hover{ color: #27C55F;}


/*展会列表*/
.zhList{ margin-top: 10px;}
.zhList-ul{
	padding: 0 10px;
	overflow: hidden;
}
.zhList-ul li{
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	border-bottom: 1px dashed#d3dfef;
	overflow: hidden;
}
.zhList-ul li a{
	float: left;
	display: block;
	width: 500px;
	line-height: 40px;
	background: url(../images/dot03.jpg) no-repeat left center;
	padding-left: 10px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhList-ul li a:hover{ color: #27C55F; text-decoration: underline;}
.zhList-ul li span{ float: right; color: #666; font-size: 12px; margin-right: 5px;}

/*培训充电*/
.px-ul{ padding-top:15px; overflow: hidden;}
.px-ul li{ line-height: 26px;width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.px-ul li span{	float: left;	margin-right: 5px;	color:#666666;}
.px-ul li a{ color: #333;}
.px-ul li a:hover{ color: #F25618;}
.mg-safe{ width: 100%; overflow: hidden;}
.mg-safeL{
	width: 426px;
	height: auto;
	float: left;
}

.mg-safeR{float: left;	width: 348px;}
.safeL-ul1{
	margin-top: 22px;
	width: 100%;
	overflow: hidden;
}
.safeL-ul1 li{
	float: left;
	width: 200px;
	height: 150px;
	margin: 0 9px 0 4px;
	position: relative;
}
.safeL-ul1 li img{ display: block; width: 200px; height: 150px;}
.safeL-ul1 li a{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.safeL-ul2{	width: 100%;	padding-top: 16px;}
.safeL-ul2 li{
	padding-left: 20px;
	line-height: 26px;
	color: #333;
	background: url(../images/squire.gif) no-repeat 5px center;
}
.safeR-ul{ margin-top: 22px; width: 100%;}
.safeR-ul li{	margin-bottom: 15px; height: 90px;	overflow: hidden;}
.safeR-a1{
	float: left;
	width: 130px;
	height: 91px;
	margin: 0 13px 0 4px;
}
.safeR-a1 img{ width: 130px; height: 90px;}
.safeR-a2{
	float: left;
	width: 195px;
	height: 30px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.safeR-s1{ font-size: 12px;}
.safeR-ul li .safeR-s1{
	display: block;
	float: left;
	width: 195px;
	height: 60px;
	line-height: 20px;
	position: relative;
}
.detail-a{ color: #29C65F!important;}
.sc-safe,.sp-safe{ width: 100%; overflow: hidden;}
.sp-safe-list{
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}
.peixunR{
	float: right;
	width: 296px;
	padding: 0;
}
/*右侧培训机构*/
.zhtit3 .zhtit2-a1{
	padding: 0 15px;
	font-size: 16px;
	font-weight: normal;
}
.pxjg{
	line-height: 30px;
	width: 270px;
	padding: 12px;
	border: 1px solid #DCDCDC;
}

.pxjg-ul{	width: 100%;	overflow: hidden;}
.pxjg-ul li{
	float: left;
	width: 123px;
	margin:12px 6px 0 6px;}

.pxjg-ul li span{display:block;font-size:12px;} 
.pxjg-ul li img{width: 123px;height: 84px;} 

.pxjg-a2{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #333;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*热门推荐*/
.tj-hot{ width: 100%; margin-top: 20px;}
.xh-con{width: 100%;	overflow: hidden;}
.xh-con dt {
	width:295px;
  height: 40px;
  line-height: 40px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.xh-con dt a {color:#333333;}
.xh-con dl:hover dt a{ color:#f76d4e;}
.xh-con dd {
	padding: 10px 0;
	display:none;
	font-size: 12px;
	line-height:22px;
	color:#999;
	overflow: hidden;
}
.xh-con dl.on dd{ display: block;}
.xh-con dd img {
	width:90px;
	height:60px;
	margin-left:25px;
	margin-right:10px;
	float:left;
}
.xh-con dd a {color:#999;}
.xh-con dd a:hover {color:#f76d4e;}
.xh-con i{
	font-style:italic;
	margin-right:15px;
	font-size:16px;
	color:#999999;
}
.xh-con .first {color:#ff3333;}
.xh-con .second {	color:#ff8800;}

/*木工装备*/
.mg-focus{ width: 709px;}
.mg-focus .slideBox{ width: 100%;}
.mg-focus .slideBox .bd img{ height: 100%;}
.mg-focus .hd{ position: absolute; bottom: 15px;}
.mgzb-newsTC{
	float: left;
	width: 364px; 
	height: 298px; 
	border: 1px solid #EEEEEE; 
	margin-left:0; 
	box-shadow: 4px 2px 5px #eee;
}
.mgzb-newsTC .px-ul li{
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	border-bottom: 1px dotted #eee;
	background: url(../images/dot03.jpg) no-repeat 5px center;
}
/*电工工具*/
.dggj{
	width: 100%;
	margin-top: 25px;
	overflow: hidden;
}
.dggj-con{
	width: 100%;
	margin-top: 24px;
	overflow: hidden;
}
.dggj-list{
	float: left;
	width: 200px;
	padding:0 9px;
	border-left: 1px solid #DCDCDC;
}
.dggj-list:first-child{ border: 0;}
.gj-tit{
	display: block;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.dg-dl dt img{
	display: block;
	width: 200px;
	height: 150px;
}
.dg-dl dd a{
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.dg-ul{ padding-top: 5px;}

/*辅助工具*/
.fzgj{width: 100%;	overflow: hidden;}
.tabs{ 
	float: left; 
	margin-top: 8px; 
	margin-left: 20px;
	font-size: 12px;
}
.tabs a{padding: 0 8px;	border-left: 1px solid #ccc;}

.fzgjL{width: 680px; float: left;}
.fzgjL-b{width: 100%;	overflow: hidden;}
.fzgj-d1{
	position: relative;
	float: left;
	width: 442px;
	height: 145px;
	margin-top: 23px;
	background: #F7F7F7;
}
.fzgj-a1{
	display: block;
	width: 220px;
	height: 145px;
	position: relative;
}
.fzgj-a1 img{ width: 220px; height: 145px;}
.sTit{
	display: block;
	padding: 0 5px;
	line-height: 20px;
	background: #77C111;
	position: absolute;
	top: -10px;
	left: 73px;
	font-size: 12px;
	color: #fff;
}
.fzgj-d2{
	width: 182px;
	height: 125px;
	padding:10px 20px;
}
.fzgj-a2{
	display: block;
	color: #000000;
	line-height: 32px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fzgj-s1{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.fzgj-ul{
	margin-top: 23px;
	width: 204px;
	height: 107px;
	padding: 20px 10px 20px 20px;
}
.fzgj-ul li{
	line-height: 26px;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fzgj-ul .fzgj-uls1{color: #999; font-size: 12px;}
.fzgj-ul .fzgj-ula1{ font-size: 12px; color: #000;}
.fzgj-ul .fzgj-ula1:hover{ text-decoration: underline;}

/*工具百科*/
.gjbk-ul{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.gjbk-ul li{
	width: 374px;
	height: 80px;
	padding: 20px 5px;
	margin-bottom: 20px;
	background: #F6F6F6;
	overflow: hidden;
}
.gjbk-a1{
	float: left;
	width: 248px;
	height: 80px;
	overflow: hidden;
}
.gjbk-a1 strong{
	display: block;
	color: #333;
	line-height: 26px;
}
.gjbk-s1{
	display: block;
	text-indent: 2em;
	font-size: 12px;	
}
.gjbk-a2{
	display: block;
	float: right;
	width: 120px;
	height: 80px;
	margin-right: 3px;
}
.gjbk-a2 img{	width: 120px;height: 80px;}

/*一排四个的广告*/
.xs-ad{height: 90px;}
.xs-ad a{ 
	display: block; 
	float: left;
	margin-left: 20px;
	width: 253px; 
	height:90px;
}
.xs-ad a img{ width: 253px; height: 90px;}
.xs-ad a:first-child{ margin-left: 0;}

/*木友会*/
.mufc{ width: 100%; overflow: hidden;}
.my-ul{ width: 100%; overflow: hidden;}
.my-ul li{
	float: left;
	width: 370px;
	margin-left: 10px;
}
.my-ul li .safeR-a2{ width: 223px; padding-bottom: 0;}
.fans-i{ display: block; font-size: 12px;}
.my-ul li .safeR-s1{ 
	float: left;
	width: 223px; 
	height: 60px; 
	display: block; 
	font-size: 12px; 
	line-height: 20px;
	position: relative;
	overflow: hidden;
}

/*行业资讯*/
.mlNews-ul{width: 100%;	overflow: hidden;}
.mlNews-ul li{ width: 100%; float: left; margin-top: 10px;}
.mlNews-a1{ float: left; width: 105px; height: 103px; margin:0 6px;}
.mlNews-a1 img{ width: 105px; height: 103px;}
.mlNews-a2{ float: left; width: 153px; color: #338800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.mlNews-s1{ float: left; width: 153px; height: 50px; font-size: 12px; line-height: 22px; overflow: hidden;}
.mlNews-s2{ font-size: 10px; float: right;}
.mlNews-ul2{margin-top: 5px;}
.mlNews-ul2 li{ line-height: 29px; overflow: hidden;}
.mlNews-a3{ 
	float: left; 
	font-size: 12px;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*个人主页样式*/

/*头部2*/
.pageTop{
	width: 100%;
	height: 50px;
	background:#303a40;
	-webkit-box-shadow: 0 10px 15px rgba(222,222,222,.9);
	box-shadow: 0 5px 10px rgba(222,222,222,.9);
}
.md-logo{
	display: block;
	height: 40px;
	width: auto;
	padding: 5px 30px 5px 17px;
}
.md-logo img{ height: 40px; width: auto;}
.sm-logo{	height: 50px;	padding-left: 80px;}
.sm-nav{
	width: 800px;
	height: 50px;
	margin-left: 30px;
}
.sm-nav a{
	display: block;
	float: left;
	line-height: 50px;
	padding: 0 20px;
	margin-right: 1px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #ccc;
}
.sm-nav a.on,.sm-nav a:hover{
	color: #fff;
	font-weight: 600;
	background: #27C55F;
}
.pageCon{
	margin: 30px auto;
	overflow: hidden;
	background:#FFFFFF url(../images/pagebg.png) repeat-y right top;
}
.pageCon-left{
	float: left;
	width: 810px;
	padding:10px;
}
.jlTop{
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
}
.jlTop-l{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.jlTop-l img{width: 175px; height: 96px;}
.jlTop-l strong{
	position: absolute;
	width: 620px;
	top: 40px;
	left: 195px;
	font-size: 22px;
	color: #27C55F;
}
.jia{
	padding:0 20px;
	color: #27C55F;
	font-size: 14px;
	margin-right: 30px;
}
.jia:hover{ color: #27c611; text-decoration: underline;}
.jltit{ 
	width:100%; 
	height:42px; 
	line-height:42px; 
	font-weight:bold; 
	color:#626262; 
	text-indent:20px;
	background:#E6F7F6;
	border-radius: 3px;
	position: relative;
}
.jltit-more{
	color: #666;
	font-weight: 400;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 10px;
}
.jltit-more:hover{ text-decoration: underline;}
.jlC1{	padding: 20px 0;	overflow: hidden;}
.jlC1-ul,.jlC1-ul2{ margin-left:30px;}
.jlC1-ul li{ width:50%; float:left; line-height:32px; color:#555;}
.jlC1-ul li.long{ width: 100%; margin-top: 5px;}
.jlC1-ul li span{ 
	font-weight:bold;
	word-spacing:2px;
}
.jlC1-ul li .dl-a,.jlC1-ul li .zc-a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:28px;
	line-height: 28px;
	padding: 0 18px;
	margin-right: 8px;
	border-radius: 3px;
	vertical-align: middle;
}
.jlC1-ul li .dl-a{
	color: #fff;
	background: #27C55F;
}
.jlC1-ul li .zc-a{
	color: #fff;
	margin-left: 5px;
	background: #FF870f;
}
.jlC1 .job-list-item{
	padding: 8px 0;
}
.jlC1 .w3-1{ margin-right: 15px;}
.hykj{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	height: 24px;
	padding: 0 6px;
	line-height: 24px;
	font-weight: 400;
	border: 1px solid #D6D6D6;	
}
.hykj i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../images/lock.png) no-repeat center center;
}

.jlC1-p{	text-indent: 2em;	line-height: 24px;}
.jlC1-ul2 li{ line-height:35px;color:#555;}
.jlC1-ul2 li span{ font-weight:bold;	word-spacing:2px; margin-right: 10px;}
.jlC1-ul2 li.qzms{ border-top: 1px dashed #D6D6D6; margin-top: 10px;}
/*右半部分通用样式*/
.pageCon-right{	float: right;	width: 264px;	padding-left: 6px;}
.side-nav{	padding: 14px 0;	width: 100%;}
.side-nav a{	display: block;	height: 35px;	line-height: 35px;}
.side-nav span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width:25px;
	height: 35px;
	margin: 0 10PX 0 20px;
	background: url(../images/titicon.png) no-repeat 0 0;
}
.side-nav .side-ns1{ background-position: 0 0;}
.side-nav .side-ns2{ background-position: 0 -35px;}
.side-nav .side-ns3{ background-position: 0 -70px;}
.side-nav .side-ns4{ background-position: 0 -105px;}
.side-nav .side-ns5{ background-position: 0 -140px;}
.side-nav a:hover,.side-nav a.cur{	background: #fff;	color: #27C55F;}
.side-nav a:hover .side-ns1,.side-nav a.cur .side-ns1{ background-position: -30px 0;}
.side-nav a:hover .side-ns2,.side-nav a.cur .side-ns2{ background-position: -30px -35px;}
.side-nav a:hover .side-ns3,.side-nav a.cur .side-ns3{ background-position: -30px -70px;}
.side-nav a:hover .side-ns4,.side-nav a.cur .side-ns4{ background-position: -30px -105px;}
.side-nav a:hover .side-ns5,.side-nav a.cur .side-ns5{ background-position: -30px -140px;}

.interest{
	width: 217px;
	padding: 13px;
	margin: 13px auto;
	background:#fff;
}
.interest dt{
	height: 26px;
	width: 100%;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #000;
	position: relative;
	border-bottom: 1px solid #D2D2D2;
}
.interest dt>a{
	font-size: 12px;
	position: absolute;
	right: 0;
}
.interest dt>a:hover{ color: #27C55F;}
.interest dd{
	height: 40px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
.interest .ddLeft{
	float: left;
	width: 38px;
	height: 38px;
	padding: 1px;
	border: 1px solid #f0f0f0;
	margin: 0 9px;
}
.interest .ddLeft img{ width: 38px; height: 38px;}
.interest .ddCenter{
	width: 75px;
	float: left;
}
.interest .ddCenter strong,.interest .ddCenter b{
	display: block;
	line-height: 20px;
}
.interest .ddCenter strong{color: #3f597a;}
.interest .ddCenter b{ font-size: 12px; color: #333;}
.interest .ddRight{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #b3bdc9;
	background: #d4e3fa;
	cursor: pointer;
}
.ad-place2 a{
	display: block;
	width: 251px;
	height: 87px;
	margin: 0 auto 12px;
	overflow: hidden;
}


/*个人信息*/
.my{width: 100%;	overflow: hidden;}
.myL{ width:180px; height:234px; float:left; padding:2px 6px 7px;  background:url(../images/imgbg.png) no-repeat;}
.myLimg{ width: 178px; height: 178px; border: 1px solid #ccc;}
.myLimg img{ width:100%; height:100%;}
.myLB{ width:100%; height:40px; padding-top: 10px;}
.myLB a{ float:left; width:49px; padding:0 5px; border-right:1px solid #ddd; line-height:20px; color:#333; text-align:center;}
.myLB .myLB-a2{ border:none;}
.myLB a span{ width:100%; display:block;}
.myLB a:hover{ color:#0fa69f;}
.myR{ width:598px; height: 237px; margin-left:20px; float:left; position: relative;}
.myRT{ font-size:20px; font-weight:bold;line-height:36px; color:#27C55F;}
.myinfo{ width: 100%; overflow: hidden;}
.myinfo li{ width:50%; float:left; margin-top:8px; line-height:22px;}
.myinfo span{ font-weight:bold; color:#626262;}
.myRB{ margin-top: 13px; position: absolute; bottom: 0; left: 0;}

.fb{ width:100%; border-top:1px solid #ddd; margin-top:10px; padding:10px 0; overflow: hidden;}
.fb-box{ margin-left: 45px; width: 660px;}
.fb-tit{ width:100%; height:30px; background:url(../images/font.png) no-repeat 10px center;}
.fb-txt{ 
	width:640px; 
	height:80px; 
	line-height:20px; 
	margin-top:5px; 
	padding:5px 5px 5px 15px; 
	border:none; 
	background:url(../images/textbg.png) no-repeat; 
	outline:0;
}
.fb-b{ width:100%; padding: 5px 0;}
.fb-bl{ 
	float:left; 
	color:#777; 
	font-size: 12px;
	margin-left:10px;
	}
.shuoFace{ 
	float:right; 
	width:40px; 
	height:30px; 
	line-height:30px; 
	cursor:pointer; 
	display:block; 
	padding-left:22px; 
	background:url(../images/face.gif) no-repeat left -22px;
}
.qqFace{
	background: #FFF;
	padding: 5px;
}
.fb-btn{ 
	float:right;
	width:75px; 
	height:30px; 
	display:block;
	background:#FF870F; 
	line-height:30px; 
	color: #fff;
	letter-spacing: 2px;
	text-align:center;
}

/*说说*/
.talk-list{	width: 100%;	margin-top: 20px;}
.talk-tit{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #0BB7A6;
	text-indent: 20px;
	color: #333;
	font-weight: 600;
}
.shuo-ul{ width:100%; height:auto; overflow:hidden; margin-bottom:100px;}
.shuo-ul .shuo-li{ 
	width:100%; 
	height:auto; 
	min-height:60px; 
	line-height:20px; 
	margin-top:10px; 
	padding:10px 0; 
	border-bottom:1px solid #ddd;
	overflow: hidden;
}
.shuoLogo{ 
	float:left; 
	width:60px; 
	border:1px solid #eee; 
	height:60px; 
	display:block; 
	overflow:hidden; 
	border-radius:10px; 
	margin-right:20px;
	margin-left:15px;
}
.shuoLogo img{ width:60px; height:60px;}
.shuoCC{ width:580px; float:left; line-height:26px;}
.shuoCC .shuoCon{ width:100%;}
.shuoTime{ width: 100%; overflow: hidden;}
.shuoTime span,.shuoTime a{ color:#F35640; font-size:12px;}
/*评论列表*/
.shuoCC2 a{ color:#F25618; font-weight:bold; float:left; cursor:pointer;}
.shuoCC2 a:hover{ text-decoration:underline;}
.shuoCC2 span{ color:#555; font-size: 12px;}
.shuoCC2 span b{ font-weight:normal; float:right; color:#666; font-size: 12px;}
.shuoPL{ width:100%; height:40px; border:1px solid #ddd; line-height:20px; border-radius:3px;}
.shuoPL:focus{ outline-color:#ff9f0a;}
.shuoPlUl{ width:100%; height:auto; overflow:hidden; margin-top:10px;}
.shuoPlUl li{ width:100%; height:auto; min-height:40px; line-height:20px; float:left; margin-top:10px; padding:10px 0; border-bottom:1px solid #ddd;}
.shuoLogo2{ float:left; border:1px solid #eee; width:40px; height:40px; margin-right:15px; border-radius:5px; overflow:hidden;}
.shuoLogo2 img{ width:40px; height:40px;}
.shuoPage{ width:100%; height:30px; margin-top:10px;}
.shuoPLBox{ width:100%; height:auto;}
.shuoPLTJ{ width:100%; height:28px; line-height:28px; margin-top:5px;}
.shuoPLTJ .shuoPLSize{ float:left; color:#666;}
.shuoPLTJ .shuoSub:hover{ background:#ffb33b;}
.shuoTime2 a{ float:none;}
.shuoTime2 span{ color:#333;}

.shuoSH{ width:100%; padding:10px 0; display: none;}
.shuoPL{ width:100%; height:40px; border:1px solid #ddd; line-height:20px; border-radius:3px;}
.shuoPLTJ{ width:100%; height:28px; line-height:28px; margin-top:5px;}
.shuoPLTJ .shuoPLSize{ float:left; color:#666;}
.shuoSub{ 
	float:right;
	border:none; 
	background:#FF870F;
	width:73px; 
	height:30px; 
	line-height:30px; 
	text-align:center; 
	color:#fff; 
	cursor:pointer;
}
/*空页面*/
.notfound{ 
	width:100%; 
	height:150px; 
  background:url(../images/notfound.png) no-repeat 220px 40px;
  text-indent:320px; 
  line-height:150px; 
  color:#666;
}

/*关注*/
.gz-list{ width: 100%; margin-top: 20px;}
.gz-ul{	overflow: hidden;}
.gz-ul li{
	float: left;
	width:365px;
	padding: 23px 20px;
}
.fansLogo{
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 13px;
	box-shadow: 0 0 10px #c1c1c1;
}
.gz-lr{	float: left;	width: 242px;}
.fsname{
	font-size: 16px;
	color: #27C561;
	line-height: 30px;	
	overflow: hidden;
	position: relative;
}
.fsname strong{
	float: left;
}
.tianjia{
	float: right;
	cursor: pointer;
}
.fsinfo{ color: #000;	line-height: 28px;}
.faword{ height: 50px; line-height:16px; overflow: hidden;}
.faword,.fs-num{  font-size: 12px; color: #999999;}
.fs-num span{color: #FE6500;}
.liuyan-form label b{ color: #DE3545; margin-right: 5px; line-height: 30px;}
.liuyan-form .form-input{background: #fff;}
.liuyan-form .buy-desc{
	width: 270px;
	height: 156px;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
}
.liuyan-form .liuyan-btn{ background: #FF8700;}


.company-ul li{ width:100%; height:73px; padding:10px 0; border-bottom:1px solid #ddd; position:relative;}
.company-ul li:hover{ background:#f8f9fb;}
.company-img{
	float: left;
	width: 135px;
	height: 73px;
}
.company-s1{ 
	width:580px; 
	height:25px; 
	float:left; 
	display:block; 
	font-size: 16px;
	margin-left:10px; 
	line-height:25px;
	color: #333;
}
.companyT{ color: #27C55F;}
.company-s2{margin-right: 10px; font-size: 12px;}
.company-s2 b{ font-size: 14px;}
.company-s3{ margin-left: 10px;}
.company-a2{
	font-size: 12px;
	position: absolute;
	top: 35px;
	right: 5px;
}
.company-a2:hover{ color: #F35640;}

/*对联广告 css*/
.duilian{
	display: none;
	top:100px;
	position:absolute;
	width:100px;
	z-index: 1000; 
	overflow:hidden;
}
.duilian_left{ left:2px;}
.duilian_right{ right:2px;}
.duilian_con{
	border:1px solid #ccc; 
	width:100px; 
	height:250px; 
	overflow:hidden;
}
.duilian_con img{
	width: 100px;
	height: 300px;
}
.duilian_close{ 
	width:100%;
	height:24px; 
	display:block; 
	color:#555;
	background: url(../images/x.gif) no-repeat;
}

/*服务在线*/
.float_service{
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 9999;
	width: 185px;
	height: auto;
}
.float_start{
	letter-spacing: 0.5em;
	border-radius: 10px 10px 0 0;
	width: 185px; 
	height: 40px; 
	line-height: 40px; 
	cursor: pointer; 
	background-color: rgb(3, 184, 204); 
	color: rgb(255, 255, 255); 
	text-indent: 2em; 
	font-weight: bold;
	position: absolute;
	bottom: -40px;
	z-index: 2;
	transition-duration:0.5s;
}
.float_open{	
	position: absolute; 
	top: 10px; 
	right: 10px; 
	width: 20px; 
	height: 20px;
	background: url(../images/floatservice-bg-5.png) no-repeat -20px -460px;
}
.float_contact{
	/*display: none;*/
	width: 175px; 	
	position:relative;
	border: 5px solid #0BB7A6;
	border-radius: 8px 8px 0 0;
	background:#fff;
}
.float_close{
	position: absolute; 
	top: 10px; 
	right: 10px; 
	width: 20px; 
	height: 20px;
	border-radius: 3px; 
	cursor: pointer; 
	opacity: 0.7;
	background: url(../images/floatservice-bg-5.png) no-repeat 0px -460px; 
}
.service_tel{
	margin-top: 25px;
	color: #27C55F;
	font-size: 20px;
	padding-left: 10px;
}
.service_tel p{
	font-size: 12px;
	color: #999;
	
}
.float_contact>ul{
	margin-top:10px;
	padding-left:10px;
	list-style:none;
}
.float_contact>ul a{
	width: 95px; 
	height: 18px; 
	padding: 11px 30px; 
	display: block; 
	background-color: rgb(244, 116, 105); 
	color: rgb(255, 255, 255);
}
.float_contact>ul li{ margin-bottom: 10px;}
.float_contact>ul a em{
	display:inline-block;
	background:url(../images/floatservice-bg-5.png) 0 -509px no-repeat;
	width:20px;
	height:20px;
	float:left;
	margin-right:5px;
}
.float_contact>ul a span{
	float:left;
	line-height:18px;
}
.two_code_lg{
	width: 155px;
	padding: 0 10px 10px;
}
.two_code_lg>img{
	width: 155px;
	height: 155px;
}
.two_code_lg p{
	font-size: 14px;
	color: #999;
	text-align: center;
}
