﻿body {
  background-color: #f5f5f5;
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
  background-color: #55abe6;
}
/* 整个滚动条 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* 滚动条没有滑块的轨道部分 */
::-webkit-scrollbar-track-piece {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}
.list_banner {
  width: 100%;
  height: 440px;
  margin-bottom: -40px;
  position: relative;
  z-index: -1;
}
.list_banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.list_banner .list_banner_box {
  width: 100%;
  height: 100%;
  padding: 170px 100px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  letter-spacing: 0.1em;
}
.list_banner .list_banner_box .list_banner_box-left h2 {
  font-size: 3.75vw;
  font-weight: normal;
}
.list_banner .list_banner_box .list_banner_box-left h4 {
  font-size: 1.14583333vw;
  font-weight: normal;
  line-height: 4;
}
.list_banner .list_banner_box .list_banner_box-right {
  width: 35%;
  font-size: 0.9375vw;
  font-weight: normal;
  line-height: 1.6;
}
.list_menu {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.list_menu .list_menu_box {
  width: 90%;
  height: 100%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px #ececec;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333;
  overflow: hidden;
}
.list_menu .list_menu_box div {
  cursor: pointer;
  max-width: 14%;
  flex-grow: 1;
  flex-basis: 10%;
  flex-shrink: 0;
  height: 100%;
  border-right: 1px solid #dddddd;
  font-size: 1.1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* 人力资源 */
.jobs_wrapper .jobs_center{padding-top:107px;}
.jobs_center .jobs{padding:7%;background:#fff;}
.titlist{padding-bottom:30px;border-bottom:1px solid #666;}
.titlist .j_tit1{float:left;font-size:26px;color:#333;width:42%;margin-left:3.5%;}
.titlist .j_tit2{float:left;font-size:26px;color:#333;width:22%;}
.titlist .j_tit3{float:left;font-size:26px;color:#333;width:22%;} 
.postlist .item .top{height:100px;line-height:100px;background:url("../images/plus.png") no-repeat right center #fff;}
.postlist .item:nth-child(2n) .top{background:url("../images/plus.png") no-repeat right center #f0f2f6;}
.postlist .item .top .jt1{float:left;width:42%;margin-left:3.5%;}
.postlist .item .top .jt2{float:left;width:22%;height:100px;font-size:20px;color:#333;line-height:100px;}
.postlist .item .top .jt3{float:left;width:22%;height:100px;font-family:arial;font-size:20px;color:#666;line-height:100px;}
.postlist .item .top .jt1 h3{padding-left:40px;font-size:20px;color:#333;background:url("../images/trick1.png") no-repeat left center;}
.postlist .item .bottom{border:1px solid #d3d7dd;border-top:none;width:calc(100% - 2px);}
.postlist .item .bottom .bid_box{position:relative;min-height:450px;padding:50px;}
.postlist .item .bottom .bid_box .bit{float:left;width:34%;}
.postlist .item .bottom .bid_box .bit2{float:right;width:36%;}
.postlist .item .bottom .bid_box .bit3{width:100%;margin-top:80px;}
.postlist .item .bottom .bid_box .bit h3{font-size:20px;line-height:20px;color:#333;}
.postlist .item .bottom .bid_box .bit p{margin-top:30px;font-size:14px;line-height:30px;color:#666;}
.postlist .item .bottom .bid_box .bit p span{display:block;}
.postlist .item .bottom .apply{position: absolute;bottom:50px;right:50px;display:block;width:200px;height:45px;font-size:16px;line-height:45px;text-indent:50px;color:#fff;background:url("../images/f1arr.png") 130px center no-repeat #d74f31;}
.postlist .item .bottom .apply span{position:relative;z-index:12;}
.postlist .item .bottom .apply:before,.postlist .item .bottom .apply:after{content: '';position: absolute;left: 0;top: 0;width: 0;height: 100%;background:url("../images/f1arr.png") 130px center no-repeat #3762dd;z-index:2;transition: .8s;}
.postlist .item .bottom .apply:before{transition: .8s; background:url("../images/f1arr.png") 130px center no-repeat #3762dd;z-index:-1; }         
.postlist .item .bottom .apply:hover:after,.postlist .item .bottom .apply:hover:before{width: 100%;}
.postlist .item:hover .top{cursor:pointer;}
.postlist .item.hover .top{background:url("../images/jslide.png")no-repeat right center #4772de;}
.postlist .item.hover .top .jt1 h3{background:url("../images/trick_h.png") no-repeat left center;color:#fff;}
.postlist .item.hover .top .jt2{color:#fff;}
.postlist .item.hover .top .jt3{color:#fff;}
.jobs_wrapper .pager{margin-top:50px;}

