@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 禁用iPhone中Safari的字号自动调整 */
html,body{
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust: none;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],

input[type="reset"],

input[type="button"],

input{ resize: none;}
/*清除 type="tel" 的按钮样式*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
body{font:12px Microsoft YaHei,'宋体',Tahoma,Arial,sans-serif; color:#333;}
em,i{font-style:normal;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family: Microsoft YaHei;}
img{border: none;}
body,html{min-width:320px; max-width: 670px; min-height: 100%; margin: 0 auto; position: relative;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a,a:focus,a:active{ text-decoration:none; color:#333; font-family: Microsoft YaHei,'宋体',Tahoma,Arial,sans-serif; -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;}

/*=========common css========*/
.noborder{ border: 0!important;}/*无边框*/
.pagewrap{ width: 100%; min-height: 480px; overflow: hidden;}

/*页面头部*/
.myheader{
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #D7D5D5;
	background: #FFF;
	overflow: hidden;
}
.logo{
	float: left;
	height:55px;
	margin-left: 10px;
	padding: 4px 8px 0 0;
	overflow: hidden;
}
.logo img{ height: 47px; width: auto;}
.login-heads{
	display: block;
	position:absolute;
	top: 15px;
	right: 50px;
	width: 25px;
	height:25px;
}
.login-heads span{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/spirits.png) no-repeat 0px 0px;
	background-size: 202px 134px;
}
.header-nav{
	position: absolute;
	top: 15px;
	right: 10px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/spirits.png) no-repeat -41px 0px;
	background-size: 202px 134px;
}
/*返回*/
.back{
	display: block;
	position:absolute;
	top: 15px;
	left: 10px;
	width: 25px;
	height:25px;
}
.back-icon{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/spirits.png) no-repeat -80px 0px;
	background-size: 202px 134px;
}
.myheader h1{
	margin: 0 30%;
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	letter-spacing: 2px;
}
/*页面底部*/
.myfooter{
	width: 100%;
	border-top: 2px solid #E7E7E7;
	padding: 15px 0;
	margin-top: 10px;
	overflow: hidden;
	background: #fff;
}
.myfooter p{ line-height: 1.5rem; text-align: center;}
/*颜色*/
.orange{ color: #FF860F;}

/*广告*/
.ad{
	width: 100%;
	height: 60px;
}
.ad img{ width: 100%; height: 100%;}

/* 首页css */
.banner{ margin: 0 auto; width: 100%; height: 200px; overflow: hidden;}
.banner img{ display: block; width: 100%; height: 100%;}
.banner .swiper-pagination-bullet{background: #fff; opacity:1;}
.banner .swiper-pagination-bullet-active{ background: #27C55F;}

/*menu css*/
.menu{
	width: 100%;
	padding-top: 15px;
	background: #fff;
}
.menu li{
	text-align: center;
  float: left;
  width: 25%;
  font-size: 12px;
  color: #333;
  margin-bottom: 15px; 
}
.menu li span{
	position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: url(../images/menu-icon.fw.png) no-repeat;
}
.menu li h2{ padding-top: 8px; font-weight: 400;}
.menu li .icon-zgz{ background-position: 0 0;}
.menu li .icon-zmg{ background-position: 0 -60px;}
.menu li .icon-mgzb{ background-position: 0 -120px;}
.menu li .icon-pxcd{ background-position: 0 -180px;}
.menu li .icon-myh{ background-position: 0 -240px;}
.menu li .icon-hyzx{ background-position: 0 -300px;}
/*.menu li .icon-aqzl{ background-position: 0 -360px;}*/
.menu li .icon-zhxx{ background-position: 0 -420px;}
.menu li .icon-home{ background-position: 0 -480px;}
/*主目录*/
.allmenu{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	overflow: hidden;
	z-index: 999;
}
.allmenu-ul{
	position: absolute;
	top: 50%;
	margin-top: -130px;
	width: 100%;
	overflow: hidden;
}
.allmenu-ul li{
	float: left;
	width: 33.3333%;
}
.allmenu-ul li h2{
	font-weight: 600;
	color: #636363;
}
/*通用板块标题样式*/
.my-tit{
	height: 45px;
  line-height: 42px;
  border-top: 2px solid #27C55F;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
.my-tit h2{
	font-size: 16px;
  color: #323232;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  padding: 0 10px;
}
.my-tit .more{
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 12px;
}
.sec-bd{ margin: 0 10px;}
/*最新招聘*/
.zxzp-ul1 li{
	width: 100%;
	position: relative;
	height: 69px;
	border-bottom: 1px solid #E7E7E7;
	overflow: hidden;
}
.zxzp-ul1 li h3{
	position: relative;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin: 15px 0 9px 0;
}
.zxzp-ul1 .zpxz{
	font-size: 12px;
	margin-left: 5px;
}
.zxzp-ul1 .zpsj{
	position: absolute;
	right: 35px;
	font-size: 12px;
	color: #666;
}
/*右箭头*/
i.arrR{
	display: block;
	width: 15px;
	height: 17px;
	position: absolute;
	top: -2px;
	right: 0px;
	background: url(../images/spirits.png) no-repeat 0 -50px;
}
.zxzp-ul1 .zpgc{
	margin-bottom: 15px;
	color: #636363;
	position: relative;
	overflow: hidden;
}
.zxzp-ul1 .zpgc span{ font-size: 12px; color: #636363; max-height: 34px; line-height: 18px; overflow: hidden;}
.zxzp-ul1 .zpgc .zpgc-s1{
	float: left;
	width: 100%;
	padding-right: 95px;
}
.zxzp-ul1 .zpgc .zpgc-s2{ 
	position: absolute;
	right: 0;
	top: 0;
	width: 90px; 
	height: 20px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

/*新增企业*/
.xzqy-ul>li{ height: 79px; overflow: hidden;}
.xzqy-ul .xzqy-header{
	float: left;
	width: 55px;
	height: 55px;	
	vertical-align: middle;
	margin: 8px;
	border-radius: 50%;
}
/*.xzqy-ul .xzqy-info{
	margin-left: 65px;
}*/
/*木工攻略*/
.gl-swip-nav{
	position: absolute;
	right: 60px;
	top: 0;
}
.gl-swip-nav li{
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 0 8px;
}
.gl-swip-nav li.active{ color: #27C55F; border-bottom: 1px solid #27C55F;}
.gl-swip-bd ul{ display: none;}
/*木工视频*/
.mg-video{margin: 0 10px 10px;}
.mg-video li{
	float: left;
	width: 50%;
	margin-top: 5px;
	overflow: hidden;
}
.mg-video li a{ 
	display: block; 
	width: auto;
	height: 0;
	padding: 35% 0;
	margin: 5px 5px 0 0; 
	position: relative;
}
.mg-video li img{
	position:absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height:100%;
}
.mg-video li span{
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(0,0,0,.7);
	color: #fff;
}
.mg-video li i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17.5px;
	margin-left: -17.5px;
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/spirits.png) no-repeat -45px -44px;
	background-size: 157px 105px;
}
/*木工知识*/
.mg-zhishi{ margin-top: 15px;}
 .sec-ul1 li{
 	margin-bottom: 10px;
 	padding-bottom: 5px;
 	overflow: hidden;
 }
.sec-ul1 .sec-ul1-a1{
	float: left;
	width: 90px;
	height: 65px;
}
.sec-ul1 .sec-ul1-a1 img{ width: 90px; height:65px}
.sec-ul1 .sec-ul1-d1{margin-left: 103px;}
.sec-ul1 .sec-ul1-d1 h3{
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	height:22px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sec-ul2 .sec-ul1-d1 h3{
	height:28px;
}
.sec-ul1 .sec-ul1-d1 p{
	color: #636363;
	line-height: 20px;
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: -o-ellipsis-lastline;
}
.sec-ul1 .sec-ul1-d1 p.p1{
	max-height: 40px;
	margin-top: 5px;
}
.switch-hd{
	position: absolute;
	top: 0;
	right: 10px;
	overflow: hidden;
}
.switch-hd li{ float: left; padding: 0 10px; font-size: 14px;}
.switch-hd li.on{ color: #27C55F; border-bottom: 1px solid #27C55F;}
.switch-bd .sec-ul1 li{
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}
/*安全生产--视频*/
.safety-pro-video{margin: 0 0 10px; display: none; overflow: hidden;}
.safety-pro-video li a{ margin: 10px 10px 0 0;}
/*分页*/
.page{
	width: 100%;
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
}
.page a{
	display: inline-block;
	width: 30%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #27C55F;
}
.page .page-select{
	width: 20%;
	margin: 0 10px;
	height: 28px;
	text-align: center;
	border-radius: initial;
	border: 1px solid #959595;
	background: #fff;
}

/*培训充电页面*/
.peixungc {
	display: none;
	padding-top: 10px;
	overflow: hidden;
}
.peixungc li{
	float: left;
	width: 50%;
	padding: 5px 5px 0 0;
}
.peixungc li a{
	display: block;
	padding: 5px 5px 0;
}
.peixungc li a>img{
	width: 100%;
	height: 118px;
}
.peixungc li a>h3{
	line-height: 24px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*视频列表页面*/
.news-banner{width: 100%;	position: relative;}
.news-banner img{	width: 100%;	height: auto;}

.video-list-ul li{
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.video-list-ul .video-a1{
	width: 104px;
	height: 60px;
	float: left;
	overflow: hidden;
	position: relative;
}
.video-list-ul .video-a1 img{	width: 104px;	height: 60px;}
.video-list-ul .video-a1 .avi-icon{
	display: block;
	position: absolute;
	bottom: 6px;
	left: 6px;
	width: 24px;
	height: 24px;
	background:url(../images/spirits.png) no-repeat -113px -65px;
	background-size: 202px 134px;
}
.video-list-ul .video-d1{
	float: left;
	width: 65%;
	padding-left: 10px;
	overflow: hidden;
}
.video-list-ul .video-d1 h3{
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}
.video-list-ul .video-d1 p span{color: #636363; margin-right: 10px;}

/*视频播放页面*/
.video-play{ min-height: 480px; overflow: hidden;}
.video-play h2{
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin-top: 15px;
	line-height: 30px;
}
.video-play p{
	padding-top: 5px;
	text-align: center;
	color: #939393;
}
.video-play p span{ margin: 0 5px;}
.video-playBox{
	display: block;
	width: 90%;
	height: 240px;
	margin: 26px auto 5px;
	background: #e1e1e1;
}
.video-play .video-details{ margin: 10px; text-align: left;}
.share-icon{
	font-size: 14px;
	margin:20px 5%;
	overflow: hidden;
}
.page2>div{
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*展会信息*/
.search{
	padding: 10px 0;
	margin-top: 5px;
	overflow: hidden;
}
.search .search-input{
	float: left;
	width: 80%;
	height: 39px;
	line-height: 39px;
	margin-top: 1px;
	border: 1px solid #27C55F;
	background: #fff;
	padding:0  10px;
	border-radius: 0;
}
.search-btn{
	float: left;
	width: 20%;
	height: 40px;
	color: #fff;
	background: #27C55F;
}
h2.zhyg{
	font-size: 16px;
	font-weight: 400;
	padding: 8px 0;
	border-bottom: 1px solid #E7E7E7;
}
.addr{
	padding-top: 5px;
	line-height: 20px;
}

/*行业资讯详情*/
article>header{
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cbcbcb;
}
article h1{
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
article header p{
	text-align: center;
	line-height: 22px;
	color: #939393;
}
article .details{
	margin:8px 10px 10px 10px;
	font-size:14px; 
	line-height:22px; 
	overflow:hidden;
}
article .details img{
	margin:10px auto;
	display:block;
	max-width:96%;
	height: auto;
}
/*二维码图片*/
.two-code{
	width: 100%;
	height: auto;
	text-align: center;
}
.two-code img{
	max-width: 100%;
	height: auto;	
}
/*版权声明*/
.copyright-statement{
	margin: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}
.statement-tit{
	font-size: 15px;
	padding-bottom:10px;
	font-weight: 600;
}
/*展会详情页面*/
 .zh-ul{ padding: 10px; 	background: #F7F7F7; }
 .zh-ul li{
 	width: 100%
 	line-height: 24px;
 	margin-top: 5px;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
}
 .zh-ul li span{ font-size: 14px; color: #636363;}
.zh-info{ padding: 10px;}

/*木友会页面*/
.menu2 li span{ background: url(../images/menu-icon2.fw.png) no-repeat;}
.menu li .icon-dggj{ background-position: 0 0px;}
.menu li .icon-fzgj{ background-position: 0 -60px;}
.menu li .icon-smfl{ background-position: 0 -120px;}
.menu li .icon-gjbk{ background-position: 0 -180px;}
.menu li .icon-myfc{ background-position: 0 -240px;}
.menu li .icon-mys{ background-position: 0 -300px;}
.menu li .icon-myzl{ background-position: 0 -360px;}
.menu li .icon-mysp{ background-position: 0 -420px;}

.tit-i{
	float: left;
	margin: 10px 10px 0 0;
	width: 6px;
	height: 22px;
	background: #27C55F;
}
 /*木有风采*/
.myfc{
	display: block;
	padding: 28% 0;
	margin-bottom: 20px;
	position: relative;
}
.myfc img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.myfc span{
	display: block;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,.67);
}


/*木友说*/
.mysay li{
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #E7E7E7;
	overflow: hidden;
}
.mysay .sec-ul1-a1{	width: 55px;	height: 75px;}
.mysay .sec-ul1-a1 img{
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.mysay .sec-ul1-a1 strong{
	display: block;
	text-align: center;
	font-size: 14px;
	padding-top: 3px;
}
.mysay .sec-ul1-d1{margin-left: 75px;}
.mysay .sec-ul1-d1 p{ margin-top: 8px;}

/*木友专栏*/
.myzl li{	padding-bottom: 10px;	border-bottom: 1px solid #E7E7E7;}
/*注册页面*/
.zc{
 	position: relative;
 	width: 100%;
 	height: auto;
 	margin-bottom: 24px;
 	background: #EEEEEE;
}
.zcbg{
 	width: 100%;
 	height: 200px;
 	background: #198FB3;
 	overflow: hidden;
}
.owl{
	position: absolute;
	top: 27px;
	left: 50%;
	margin-left: -52.5px;
	display: block;
  width: 111px;
  height: 105px;
  background:  url(../images/owl.png) no-repeat center center;
  z-index: 2;
}
.zcform{
 	width: 100%;
 	padding: 10px 0;
 	margin: -73px auto 0;
 	background: #fff;
}
/*表单*/
.form{
	width:90%;
	margin: 0 auto;
	overflow: hidden;
}
.form-group{
	width: 100%;
	height: auto;
	margin-top: 15px;
	clear: both;
	/*overflow: hidden;*/
} 
.control-label{
	float: left;
	width: 30%;
	line-height: 35px;
	font-size: 14px;
}
.control-label:before{
 	content: "*";
 	display: inline-block;
 	vertical-align: top;
 	font-size: 16px;
 	font-weight: bold;
 	margin-right: 5px;
 	color: #FD5555;
}
.yzm-label:before,.email-label:before{	content: "";	font-size: 0;}
.controls{
	min-height: 35px;
	height: auto;
	margin-left: 31%;
	/*overflow: hidden;*/
}
.controls>input{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-indent: 5px;
	border: 1px solid #B1B1B1;
	border-radius: 3px;
	background: #fff;
	/*-webkit-appearance: none;*/
}
/*.controls .xycheck{-webkit-appearance: checkbox;}*/
.Area select{ 
	width: 100%;
	height: 35px;
	margin-top: 10px;
	line-height: 35px;
	border: 1px solid #B1B1B1;
	border-radius: 3px;
	background: #fff;
	text-indent: 5px;
	-webkit-appearance: none;
}
.controls-s1{margin-right: 20px; line-height: 35px;}
.controls .tip{ line-height: 20px;}
.controls .tip-false{ color: #f00;}
.controls .yzm-img{
	display: inline-block;
	vertical-align: middle;
	width: 85px;
	height: 35px;
}
#xycheck{ width: 18px; height: 18px;}
#xy{ color: #198FB3;}
.btn{
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	background: #198FB3;
}
.zc-btn,.dl-btn{
	width: 100%;
	height: 40px;
	margin: 10px auto;
}
.xypage{margin:10px;}
/*登录*/
.dl-tools a{
	float: left;
	line-height: 40px;
	margin-right: 10px;
	color: #198FB3;
}
/*注册成功页面*/
.zccg{
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}
.zccg-1{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.zccg-1 .zccg-s1{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 77px;
	margin-left: 20px;
	background: url(../images/gou.png) no-repeat;
	background-size: cover;
}
.zccg-1 .zccg-s2{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin:35px 0 0 10px;
	color: #F58D39;
}
.zccg-2{
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.zccg-2 a{ color: #3579CC;}

/*忘记密码*/
.zcform h3{
	font-size: 18px;
	font-weight: 400;
	color: #198FB3;
	padding: 10px 0;
}
.zcform p{width:85%; margin:0 auto;line-height: 20px; font-size: 16px;}
.sub-btn{
	margin: 20px auto;
	width: 100%;
}
/*邮件发送成功页面*/
.sendsuccess{
	padding: 20px 0;
}
.sendsuccess a{ color: #178CFF;}
/*找工作*/
/*筛选条件*/
.shaixuan{
	height: 40px;
	line-height: 40px;
	color: #333;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	position: relative;
}
.shaixuan>li{
	float: left;
	height: 39px;
	width: 33.333%;
	border-right: 1px solid #ddd;
	text-align: center;
	position: relative;
}
.shaixuan>li:last-child{border-right: 0;}
.shaixuan>li .condition{
	font-size: 14px;
	max-width: 70%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  height: 27px;
}
.shaixuan>li .icon-arr{
	display: inline-block;
	position:relative;
	top: -2px;
	margin-left: 10px;
	width: 9px;
	height: 5px;
	background: url(../images/arrD.fw.png) no-repeat;
}
.shaixuan .submenu{
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 2;
	width: 100%;
	height: auto;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
	background: #fff;
	overflow: hidden;
}
.shaixuan .submenu select{
	display: block;
	width: 80%;
	height: 34px;
	line-height: 34px;
	text-indent: 10px;
	margin: 10px auto;
	border: 1px solid #e7e7e7;
	background: #fff;
	border-radius: 5px;
}
/*经验年限*/
#jingyan-year{
	display: none;
	width: 33.333%;
	height: auto;
	position: absolute;
	top: 38px;
	left: 33.333%;
	z-index: 1;
	border: 1px solid #DDDDDD;
	background: #fff;

}
#jingyan-year li{
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/*工作列表*/
.job-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.job-list li{
	position: relative;
	height: 90px;
	padding: 10px 45px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #DFDFDF;
  overflow: hidden;
}
.job-list li .usersel{
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	line-height: 90px;
	text-align: center;
}
.job-list li .usersel .cb{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
}
.job-list li dt{font-size: 14px;	line-height: 24px;}
.job-list li dt span,.job-list li dd span{ margin-left: 10px;}
.job-list li dd{ color: #636363; line-height: 24px;}
.job-list li .dd2{
	padding-left: 22px;
	background: url(../images/spirits.png) no-repeat -294px -47px;
}
.job-list li .li-r{
	position: absolute;
	right: 0;
	top: 5px;
	width: 45px;
	text-align: center;
	overflow: hidden;
}
.job-list li .li-r time{display: block; margin-top: 10px;}
.job-list li .li-r .star{
	display: inline-block;
	margin-top: 18px;
	width: 20px;
	height: 20px;
	background: url(../images/spirits.png) no-repeat -260px -48px;
}
.job-list li .li-r  .star.on{	background-position: -225px -48px;}

.fixed-cicle{
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background:rgba(39,197,95,.9);
	color:#fff;
	text-align: center;
	overflow: hidden;
}
.fixed-cicle span{display: block;	margin: 10px auto 5px;}

/*邀请弹出层*/
.dialog{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
}
.dialog_content{
	width: 80%;
	padding: 10px;
	background: #fff;
	margin: 5% auto 0;
}
.dialog_content h2{
	font-size: 14px;
	line-height: 35px;
	color: #666;
}
.position_select{padding: 15px 0;}
.position_select select{
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
}
.position_btn{ text-align: center; padding: 5px 0;}
.position_btn button{
	color: #fff;
	padding: 5px 20px;
	background: #27C55F;
}
/*找工作详情*/
.tabs-ul{
	height: 50px;
	background: #F4F4F4;
	line-height: 50px;
	text-align: center;
}
.tabs-ul li{float: left;	width: 50%;}
.tabs-ul li{
	font-size: 16px;
	color: #636363;
}
.tabs-ul li.on{	color: #fff;	background: #27C55F;}

.tabs-list-ul{width: 100%;}
.tabs-list-ul>li{width: 100%; display: none;}
.tabs-list-ul>li.on{display: block;}
.job-jj{
	padding: 10px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.job-jj dt{ font-size: 18px; line-height: 30px;}
.job-jj dd span{ float:right;}
.job-jj dd time{
	float:right;margin-right: 15px;
}
.job-jj dd{ padding-top: 4px; line-height: 24px;color: #636363;height: 35px;}
.job-jj dd.border-b{border-bottom: 1px solid #ccc;}
.job-jj dd.dd2{
	padding-left: 22px;
	background: url(../images/spirits.png) no-repeat -294px -42px;
}
/*公司信息*/
.company-info{
	width: 100%;
	padding: 10px 0;
}
.company-info li{
	width: 100%;
	line-height: 24px;
	padding-top: 5px;
	font-size: 14px;
}
.company-info li span{ color: #999;}

.comm-area{
	padding: 8px 0 10px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.comm-area li{
	line-height: 24px;
	font-size: 14px;
}
.comm-area li span{ display: inline-block; min-width: 68px; color: #999;}
.comm-area li span .icon-phone{
	display: block;
	margin-left: 8px;
  vertical-align: middle;
  margin: 0 13px;
  width: 18px;
  height: 18px;
  background: url(../images/p.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
 }
.yaoqiu{
	width: 100%;
	margin: 10px 0;
	border-top: 1px dashed #DDDDDD;
	border-bottom: 1px dashed #DDDDDD;
	overflow: hidden;
}
.yaoqiu li{
	float: left;
	width: 33.333%;
	border-right: 1px dashed #DDDDDD;
	padding: 5px 0;
	line-height: 24px;
	text-align: center;
}
.yaoqiu li strong{
	display: block;
	color: #636363;
	padding: 5px 0;
	font-size: 14px;
}
.zhiwei-info{
	padding: 10px;
	font-size: 14px;
	overflow: hidden;
}
.zhiwei-info .zhiwei-info-tit{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 8px;
}
.btns{
	margin: 10px 0 20px;
	height: 40px;
	background: #F5F3F3;
	line-height: 40px;
	text-align: center;
}
.btns a{
	display: block;
	float: left;
	width: 50%;
	height: 100%;
	letter-spacing: 1px;
	font-size: 14px;
}
.btns a:first-child{color: #fff;	background: #27C55F;}
.job-jj h2>a{
	font-size: 16px;
	color: #27C55F;
	font-weight: 400;
	line-height: 24px;
}
.job-jj>p{
	text-indent: 2em;
	line-height: 22px;
	padding-top: 10px;
	color: #636363;
	text-align: justify;
}
.gcxg li{width: 50%;}
.gcxg li .gcwz{color: #27C55F;}
.gc-address{
	padding: 8px 0;
	padding-left: 30px;
	border-bottom: 1px dashed #DDDDDD;
	background: url(../images/red-map.png) no-repeat 5px center;
}
.other-job li{padding-left: 10px;}
/*关注该公司*/
.guanzhu-a{
	display: block;
	width: 80%;
	height: 35px;
	margin: 10px auto;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	background: #27C55F;
	color: #fff;	
}

/*个人简历*/
.sec1{ padding: 10px 0; overflow: hidden;}
.user-details{
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
}
.user-name span{ display:inline-block; font-size: 18px; margin-right:10px;}
.yaoqing{
	display: inline-block;
	font-size: 14px;
	padding: 4px 6px;
	background: #FF962F;
	border-radius: 3px;
	color: #fff;
}
.user-info{line-height: 20px; margin-top: 8px;}
.user-info li{
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user-info li.long{width: 100%;}
.user-phone a,.user-email a{
	padding: 4px 6px;
	border: 1px solid #ccc;
	font-size: 12px;
	margin-left: 5px;
	background: rgba(0,0,0,0.05);
}
.user-phone i,.user-email i{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 12px;
	margin: -2px 4px 0 0;
	background: url(../images/spirits.png) no-repeat -130px -53px;
}
.sec2{ padding: 5px 0 10px; overflow: hidden;}
.sec2 h2{
	width: 100%;
	padding: 0 10px;
	height: 35px;
	margin-bottom: 10px;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	background: #f1f1f1;
}
.sec2 .ul1,.sec2 .miaoshu{ width: 100%; padding: 0 10px;}
.sec2 .ul1 li{line-height: 24px; font-size: 13px; overflow: hidden;}
.photo{
	width: 75px;
	height: auto;
	float: right;
}
.photo img{
	display: block;
	width: 75px;
	height: 104px;
	padding: 4px;
	border: 1px solid #ccc;
}
.guanzhu-a1{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	background: #27C55F;
	font-size: 12px;
	color: #fff;
}
/*企业简历*/
.zhiweiList{ 
	width: 100%;
	border: 1px solid #d2d2d2;
	padding-left: 10px;
	border-collapse: collapse;
	table-layout: fixed;
	color: 333333;
	table-layout: fixed;
}
.zhiweiList tr{	
	border: 1px solid #d2d2d2;
	line-height: 20px;
	font-size: 14px;
}
.zhiweiList .w1{
	width: 55%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
	margin: 0;
	text-align: left;
}
.zhiweiList .w2{
	width: 25%;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #d2d2d2;
}
.zhiweiList .w3{ text-align: center;}
.zhiweiList .w3 a{
	font-size: 14px;
	color: #F58D39;
}
/*粉丝*/
.guanzhu-a2{
	font-size: 16px;
	color: #27C55F;
	margin-left: 10px;
	text-align: center;
}
.fans .sec-ul1-a1{ height: 85px;}
.fans-name{
	line-height: 20px;
	font-size: 16px;
	color: #27C55F;
}
.fans-s1 b{color: #27C55F;}
.fans-info{ float: right; font-size: 12px; color: #666;}
/*留言*/
.fb-box{ padding: 5px 0 10px; overflow: hidden;}
.fb-box h2{ font-size: 16px; padding: 5px 0;}
.fb-tit{
	width: 100%;
	height: 26px;
	margin-left: 20px;
	background: url(../images/spirits.png) no-repeat 0 -174px;
}
.liuyanbg{
	width: 100%;
	height: 73px;
	padding-left: 10px;
	background: url(../images/textareabg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.liuyanbg textarea{
	width: 100%;
	height: 100%;
	padding: 5px;
	font-size: 14px;
	background: transparent;	
	border-right: 1px solid #ccc;
}
.liuyan-b{
	width: 100%;
	padding: 5px 0;
	text-align: right;
}
.liuyan-b .face{ 
	float: left; 
	margin-left: 10px;
}
.liuyan-b .face i{
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 15px;
	margin-right: 5px;
	background: url(../images/spirits.png) no-repeat -190px -52px;
}
.qqFace{
	width: 95%;
	background: #FFF;
	padding: 5px;
	box-shadow: 0 0 3px #ccc;
}
.fb-bl{float: left;}
.fb-btn{
	margin-left: 10px;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	background: #FF972F;
}
.liuyan-t{ 
	float: right;
	line-height: 20px;
	font-size: 12px; 
	color: #666;
}

/*个人中心*/
.personal-top{
	width: 100%;
	height: 260px;
	background: url(../images/personalbg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.personal-photo img{
	display: block;
	width: 100px;
	height:100px;
	border-radius: 50%;
	margin: 12px auto 10px;
}
.personal-name{
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.qianming{
	width: 90%;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
	overflow: hidden;
}
.personal-ul{
	margin-top: 10px;
	width: 100%;
	height: 55px;
	border-top: 1px solid #fff;
}
.personal-ul a{
	display: block;
	float: left;
	width: 20%;
	height: 55px;
	text-align: center;
	border-right: 1px solid #fff;
}
.personal-ul a span{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.shuoshuo{margin: 10px; overflow: hidden;}
.shuoshuo-kong{
	text-align: center;
	font-size: 16px;
	color: #999;
	padding: 20px 0;
}
.shuo-ul li{ padding: 10px 0; width: 100%; font-size: 14px; border-bottom: 1px dotted #aaa;}
.shuo-ul li>img{ display: inline-block; vertical-align: bottom;}
.shuoLogo{
	height: 50px;
	padding-left: 60px;
	position:relative
}
.shuoLogo img{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.shuoLogo .user-name{ line-height: 26px; font-size: 14px; font-weight: bold;}
.shuoCC{ width: 100%; margin-top: 10px;}
.shuoTime{ padding-top: 5px; text-align: right; }
.shuoTime span{ padding: 0 10px; color: #27C55F;}
.pinglun-name{ color: #27C55F; font-size: 14px;}

.shuoPLWrap{ display: none;}
.shuoPLBox{
	width: 100%;
	height: 35px;
	margin-top: 10px;
}
.shuoPL{
	display: block;
	float: left;
	line-height: 33px;
	font-size: 14px;
	width: 80%;
	height: 100%;
	padding: 0 10px;
	border: 1px solid #999999;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	background: transparent;
}
.fabiao2{
	float: left; 
	width: 20%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	border-radius: 0 5px 5px 0;
	background: #FF860F;
	}
.face2{
	position: absolute;
	top: 6px;
	right: 5px;
	width: 35px;
	padding-left: 15px;
	height: 30px;
	border-left: 1px solid #999;
	background: url(../images/spirits.png) no-repeat -146px -41px;
}

/*404页面*/
.errorPage{
	width: 90%;
	height:245px;
	background: url(../images/404.png) no-repeat right top;
	overflow: hidden;
	position: absolute;
	top: 25%;
	left: 5%;
}
.error-p1{
	margin: 89px 0 0 20px;
	font-size: 14px;
	color: #999;
}
.error-p2{
	margin:10px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.error-p2 span{padding: 0 10px; text-decoration: underline; overflow: hidden;}
.gohome-a{
	display: inline-block;
	width: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #27C55F;
	color: #fff;
	margin:8px 0 0 20px;
}

/*=====会员后台css=====*/
.dlinfo{
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
	color: #686868;	
	background: #f2f2f2;
}
.dlinfo>p{ padding-bottom: 5px;}
.huiyuanNav{ padding: 10px 0;}
.huiyuanNav li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.huiyuanNav li a{
	display: block;
	margin: 0 10px;
	line-height: 50px;
	font-size: 16px;	
	background: url(../images/morejiantouright.png) no-repeat right center;
}
.fixedBtn{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px;
	border-top: 1px solid #ccc;
	background: #f7f7f7;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	overflow: hidden;
}
.fixedBtn>a{width: 50%; padding: 0 10px;}
.fixedBtn>a span{ 
	display: block;
	width: 100%; 
	height: 35px; 
	line-height: 35px;
	font-size: 14px;
	color: #178CFF;
	border-radius: 3px;
	border: 1px solid #aaa;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
}

.exitBtn{
	display: block;
	width: 80%;
	height: 35px;
	margin: 10px auto;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	background: #34c083;
  -webkit-appearance: none;
  outline: none;
}

/*我的粉丝*/
.fansHeader{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
	background: #F2F2F2;
}
.fansList{ width: 100%; overflow: hidden;}
.fansList li{ 
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	float: left;
	position: relative;
}
.fansList li:last-child{ border-bottom: 0;}
.fansList li a{ 
	display: block;
	width: 100%;
	height: 100%;
	color: both;
	overflow: hidden;
}
.fansList .focus{
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 28px;
	color: #608fc2;
	border: 1px solid #608fc2;
	border-radius: 3px;
}
.fansList .nofocus{ color: #FF962F; border: 1px solid #FF962F;}

.fansH{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 5px;
}
.fansPro{ display: block; padding: 0 60px 0 70px;}
.fansPro h3,.fansPro p{ 
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fansPro h3{ font-size: 16px; font-weight: 600;}
.fansPro p{ font-size: 14px;}

/*编辑资料*/
.undo{ float: left; margin-left: 10px; font-size: 14px;}
.finish{ position: absolute; top: 0; right: 10px; font-size: 14px;}
.personal-profile{
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.profile-tip{
	padding: 10px;
	color: #34C083;
}
.profileList{
	width: 100%;
	height: auto;
	background: #fff;
}
.profileList li{
	width: 100%;
	min-height: 45px;
	line-height: 45px;
	padding: 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #D7D5D5;
}
.profileList li .profileList-s1{
	float: left;
	width: 75px;
	color: #333;
}
.profileList li .profileList-s2{
	display: block;
	height: 100%;
	margin-left: 85px;
	position: relative;
	/*overflow: hidden;*/
}
.profileList li .profileList-s2 input,.profileList li .profileList-s2 select{
	width: 90%;
	height: 100%;
	font-size: 14px;
	font-family: "微软雅黑";
	outline: 0;
	background: transparent;
	-webkit-appearance: none;
}
.area_posi{ width: 100%;}
.area_location_box{left: -20px;}
.area_location_box{
	left: -40px;
	box-sizing: initial;
	line-height: 25px;	
}
.area_location_box ul.tab-list{ height: 25px; overflow: hidden;}
.profileList li .sex label{margin-right: 20px;}
.profileList li .sex input{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	-webkit-appearance: radio;
}
.profileList li.personal-info{
	padding: 0 30px 0 10px;
	background: url(../images/morejiantouright.png) no-repeat 96% center;
}
.windowCon{ padding: 15px 0;}
.windowCon textarea{
	width: 100%;
	padding: 5px;
	height: 80px;
	font-size: 14px;
	border: 1px solid #E1E1E1;
	line-height: 1.8em;
	outline: none;
}
.windowbtn{ width: 100%; text-align: center;}
.windowbtn>button{
	width: 47%;
	margin: 1%;
	height: 35px;
	font-size: 16px;
	font-weight: 600;
	border:1px solid #CBCBCB;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
}
.windowbtn>button.cancelBtn{ color: #999;}
.windowbtn>button.okBtn{ color: #FF972F;}
 

/*列表为空*/
.zhiweiList-kong{
	width: 100%;
	margin-top: 50px;
	font-size: 20px;
	text-align: center;
	color: #999;
}

article .details p{
	text-indent:2em;
}