@charset "utf-8";
html{
scrollbar-arrow-color:#606060; /*三角箭头颜色*/
scrollbar-face-color:#c2c2c2; /*立体滚动条颜色（包括箭头部分的背景色）*/
scrollbar-3dlight-color:#c2c2c2; /*亮边颜色*/
scrollbar-highlight-color:#c2c2c2; /*高亮颜*/
scrollbar-shadow-color:#f2f2f2; /*阴影颜色*/
scrollbar-darkshadow-color:#f2f2f2; /*外阴影颜色*/
scrollbar-track-color:#f2f2f2; /*背景颜色*/
scrollbar-base-color:#c2c2c2; /*滚动条的基色*/
}
/*webkit浏览器滚动条样式*/
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-thumb{border-radius:10px;background:#c2c2c2;}
::-webkit-scrollbar-thumb:window-inactive {background:#656565;}


ul{margin:0px;padding:0;}
li{list-style-type:none;}
button{border:none;background:none;cursor:pointer;outline: none;font-family:'微软雅黑';star:expression(this.onFocus=this.blur());}
select,input,td,th {font-family:'微软雅黑';font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0;display:block;font-weight:normal;font-size:14px;}
a{text-decoration:none; color:#595757;cursor:pointer;}
a:hover{color:#12a7e0;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:none;}
u,s{text-decoration:none;}
textarea{font-size:14px;font-family:'微软雅黑';padding:10px;line-height:24px;border:1px solid #bebebe;background:#f8f8f8;color:#595757;}
input:focus,textarea:focus{border:1px solid #39a5e9;background:#fff;}

/*人力资源*/
.hrmenuDiv{background:#eee;overflow:hidden;}
.hrMenu{width:700px;margin:20px auto 80px auto;}
.hrMenu li{float:left;padding-left:50px;width:33%;line-height:50px;font-size:16px;cursor:pointer;}
.hrMenu li:hover,.hrMenu li.select{color:#00a0e9;}
.zhiweiIcon{background:url(zhiweiIcon.png) no-repeat;width:31px;height:45px;}
.fuliIcon{background:url(fuliIcon.png) no-repeat;width:41px;height:47px;}
.zhanglieIcon{background:url(zhanglieIcon.png) no-repeat;width:40px;height:47px;}
.hrMenu li:hover.zhiweiIcon,.hrMenu li.select.zhiweiIcon{background-position:0 -45px;}
.hrMenu li:hover.fuliIcon,.hrMenu li.select.fuliIcon{background-position:0 -47px;}
.hrMenu li:hover.zhanglieIcon,.hrMenu li.select.zhanglieIcon{background-position:0 -47px;}
.jobfunDiv{background:#fff;position:fixed;top:150px;width:100%;height:50px;}
.jobFunction{width:500px;margin:0 auto;height:40px;}
.jobFunction li{float:left;line-height:40px;height:40px;border:1px solid #dfdfdf;border-right:none;color:#898989;width:24%;text-align:center;cursor:pointer;background:#fff;}
.jobFunction li:hover{color:#00a0e9;}
.jobFunction li.select{background:#00a0e9;color:#fff;}
/*职位招聘*/
.tabSecond{min-height:800px;}
.jobList{width:950px;margin:50px auto;padding:30px 10px;}
.jobList li{clear:both;}
.jobList li:hover{color:#00a0e9;}
.jobList li:hover .jobDep span{background-position:0 -57px;}
.jobTime{float:left;padding-top:20px;width:95px;height:90px;overflow:hidden;text-align:right;}
.jobDep{float:left;width:57px;margin:0 20px 0 10px;}
.jobDep span{display:block;width:57px;height:47px;background:url(hrTimne.png) no-repeat;text-align:center;color:#fff;text-align:center;padding:10px 0 0 0;overflow:hidden;}
.jobDep label{display:block;background:url(hrListline.png) repeat-y;width:100%;height:60px;}
.jobContent{float:left;width:750px;margin-right:30px;}
.jobContent h1{font-size:20px;cursor:pointer;}
.jobContent p{line-height:22px;text-align:justify;text-justify:inter-ideograph;color:#5f5f5f;height:45px;overflow:hidden;padding-top:8px;}
.jobList button{float:right;width:80px;line-height:36px;color:#fff;text-align:center;background:#ff9c00;border-radius:4px;}
.jobList button:hover{background:#fb8e00;}

/*岗位详情*/
.jobDetail{width:940px;margin:30px auto 100px auto;min-height:700px;padding:0 20px;}
.jobDetail h1{font-size:28px;font-weight:bold;padding-bottom:20px;}
.jobDetail ul{float:left;width:100%;}
.jobDetail li{float:left;margin-right:40px;color:#9fa0a0;font-size:16px;}
.jobDetail p{line-height:30px;font-size:16px;text-align:justify;text-justify:inter-ideograph;}
.jobDetail h2{font-size:20px;clear:both;line-height:50px;padding-top:20px;color:#12a7e0;}
.jobDetail img{clear:both;}
