@import url("netreset.css");
/* 清除浮动 */
/* link in text */
@import url("common.css");
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #434343;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
/* text-align */
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*配模式定位*/
/* 水平垂直居中的公共类 */
/* 水平居中公共类 */
/* 垂直居中公共类 */
/* 背景自适应 */
/* 2018新增 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #434343;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #434343;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #434343;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #434343;
}
input {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .nethead {
    background-color: rgba(35, 37, 40, 0.7);
  }
  .nethead h1 img:nth-of-type(1) {
    display: block;
  }
  .nethead h1 img:nth-of-type(2) {
    display: none;
  }
  .nethead .headnav > li a {
    color: #333;
  }
  .nethead .loginBox > li a {
    color: #fff;
  }
}
.banner {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
@media (max-width: 768px) {
  .banner {
    height: 300px;
  }
}
@media (max-width: 420px) {
  .banner {
    height: 200px;
  }
}
.show {
  position: relative;
  margin-top: -60px;
  background-color: #f5f5f5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 50px 70px;
  box-sizing: border-box;
}
@media (max-width: 420px) {
  .show {
    margin-top: -30px;
  }
}
.show div.search {
  *zoom: 1;
  zoom: 1;
  margin-bottom: 20px;
}
.show div.search:after {
  content: " ";
  clear: both;
  display: table;
}
.show div.search input {
  float: left;
  outline: none;
  font-size: 16px;
  width: 550px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #434343;
  box-sizing: border-box;
  padding-left: 45px;
  background: url("../../images/job/search.png") 15px center no-repeat;
  background-size: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  -ms-background-size: auto;
  color: #333;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.show div.search button {
  float: left;
  outline: none;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background-color: #434343;
  border: solid 1px #434343;
  border-left: none;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .show div.search input {
    width: 450px;
  }
}
.show div.type {
  padding: 1px  65px  25px;
  background-color: #f5f5f5;
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.13);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.show div.type div.item {
  *zoom: 1;
  zoom: 1;
  position: relative;
  font-size: 14px;
  height: 30px;
  letter-spacing: 1px;
  color: #434343;
  overflow: hidden;
  padding: 0 100px 0 75px;
  margin-top: 25px;
}
.show div.type div.item:after {
  content: " ";
  clear: both;
  display: table;
}
.show div.type div.item.check {
  height: auto;
}
.show div.type div.item span,
.show div.type div.item a {
  height: 30px;
  line-height: 30px;
  color: #434343;
}
.show div.type div.item span.title {
  position: absolute;
  left: 0;
  top: 0;
}
.show div.type div.item span.more {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.show div.type div.item span.more > img {
  -ms-transition: all 0.218s;
  -moz-transition: all 0.218s;
  /* Firefox 4 */
  -webkit-transition: all 0.218s;
  /* Safari 和 Chrome */
  -o-transition: all 0.218s;
  /* Opera */
  transition: all 0.218s;
}
.show div.type div.item span.more.check img {
  -moz-transform: rotate(180deg);
  /* Firefox 4 */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  transform: rotate(180deg);
}
.show div.type div.item ul {
  *zoom: 1;
  zoom: 1;
}
.show div.type div.item ul:after {
  content: " ";
  clear: both;
  display: table;
}
.show div.type div.item ul li {
  float: left;
  margin: 0 10px 10px;
}
.show div.type div.item ul li a {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}
.show div.type div.item ul li:hover a,
.show div.type div.item ul li.check a {
  background-color: #ff525f;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.show h2.bj {
  position: absolute;
  top: 290px;
  left: 0;
  transform: translateX(-100%);
  width: 100px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #ff525f;
}
@media (max-width: 1400px) {
  .show h2.bj {
    display: none;
  }
}
@media (max-width: 1300px) {
  .show {
    padding: 50px 30px;
  }
}
@media (max-width: 1200px) {
  .show {
    padding: 50px 20px;
  }
  .show div.type {
    padding: 1px 35px 25px;
  }
  .show div.type div.item ul li {
    margin: 0 8px 5px;
  }
}
@media (max-width: 1100px) {
  .show div.type {
    padding: 1px 15px 25px;
  }
  .show div.type div.item ul li a {
    padding: 0 6px;
  }
}
@media (max-width: 768px) {
  .show {
    padding: 30px 15px;
  }
  .show div.search input {
    width: 240px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .show div.search button {
    width: 80px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .show div.type {
    display: none;
  }
}
@media (max-width: 420px) {
  .show div.search {
    margin-bottom: 10px;
  }
  .show div.search input {
    width: 190px;
  }
}
.joblist {
  font-size: 14px;
  color: #434343;
  text-align: center;
}
.joblist ol {
  padding-left: 30px;
  border-bottom: 1px solid #000000;
  *zoom: 1;
  zoom: 1;
}
.joblist ol:after {
  content: " ";
  clear: both;
  display: table;
}
.joblist ol li {
  float: left;
  width: 16.5%;
  padding: 15px 0;
  color: #000000;
}
.joblist ol li:first-child {
  width: 17.5%;
  text-align: left;
}
@media (max-width: 768px) {
  .joblist ol li {
    width: 30%;
  }
  .joblist ol li:first-child {
    width: 40%;
  }
  .joblist ol li:nth-of-type(2),
  .joblist ol li:nth-of-type(3),
  .joblist ol li:nth-of-type(5) {
    display: none;
  }
}
.joblist div.all div.item {
  border-bottom: 1px solid #7d7d7d;
  position: relative;
}
.joblist div.all div.item span.more {
  position: absolute;
  left: 0;
  top: 22px;
  cursor: pointer;
}
.joblist div.all div.item span.more > img {
  -ms-transition: all 0.218s;
  -moz-transition: all 0.218s;
  /* Firefox 4 */
  -webkit-transition: all 0.218s;
  /* Safari 和 Chrome */
  -o-transition: all 0.218s;
  /* Opera */
  transition: all 0.218s;
  vertical-align: top;
}
.joblist div.all div.item span.more.check img {
  -moz-transform: rotate(180deg);
  /* Firefox 4 */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  transform: rotate(180deg);
}
.joblist div.all div.item ul {
  *zoom: 1;
  zoom: 1;
  padding-left: 30px;
}
.joblist div.all div.item ul:after {
  content: " ";
  clear: both;
  display: table;
}
.joblist div.all div.item ul li {
  float: left;
  width: 16.5%;
  padding: 15px 0;
}
.joblist div.all div.item ul li:first-child {
  width: 17.5%;
  text-align: left;
}
.joblist div.all div.item ul li > a {
  color: #ff525f;
}
.joblist div.all div.item ul li > a.huise {
  color: #999999;
}
@media (max-width: 768px) {
  .joblist div.all div.item ul li {
    width: 30%;
  }
  .joblist div.all div.item ul li:first-child {
    width: 40%;
  }
  .joblist div.all div.item ul li:nth-of-type(2),
  .joblist div.all div.item ul li:nth-of-type(3),
  .joblist div.all div.item ul li:nth-of-type(5) {
    display: none;
  }
}
.joblist div.all div.item div.bottom {
  display: none;
  padding: 20px 30px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: left;
}
.joblist div.all div.item div.bottom h3,
.joblist div.all div.item div.bottom p {
  font-size: 14px;
  line-height: 28px;
}
.joblist div.all div.item.check div.bottom {
  display: block;
}
.joblist .pagelist {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .joblist .pagelist {
    margin-top: 20px;
  }
}
.joblist .pagelist input {
  width: 2.8em;
}
.joblist .pagelist input.number {
  padding: 0;
  margin-left: 4px;
}
.joblist .pagelist span,
.joblist .pagelist input {
  display: inline-block;
  vertical-align: middle;
  min-width: 2.8em;
  height: 2.4em;
  line-height: 2.4em;
  color: #666;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #dedede;
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .joblist .pagelist span,
  .joblist .pagelist input {
    display: none;
  }
  .joblist .pagelist span.prev,
  .joblist .pagelist input.prev,
  .joblist .pagelist span.next,
  .joblist .pagelist input.next,
  .joblist .pagelist span.number,
  .joblist .pagelist input.number {
    display: inline-block;
  }
}
.joblist .pagelist span a,
.joblist .pagelist input a {
  display: block;
  color: #666;
}
.joblist .pagelist span a:hover,
.joblist .pagelist input a:hover {
  color: #ff525f;
}
.joblist .pagelist span:hover,
.joblist .pagelist input:hover {
  color: #ff525f;
}
.joblist .pagelist span.on,
.joblist .pagelist input.on {
  background-color: #ff525f;
}
.joblist .pagelist span.on a,
.joblist .pagelist input.on a {
  color: #fff;
}
.joblist .pagelist span.next,
.joblist .pagelist input.next {
  padding: 0 5px;
}
.joblist .pagelist span.next img,
.joblist .pagelist input.next img {
  vertical-align: baseline;
  margin-left: 5px;
}
.joblist .pagelist span.prev,
.joblist .pagelist input.prev {
  padding: 0 5px;
}
.joblist .pagelist span.prev img,
.joblist .pagelist input.prev img {
  vertical-align: baseline;
  margin-right: 5px;
}
.joblist .pagelist span.jump,
.joblist .pagelist input.jump {
  margin-left: -6px;
  background-color: #f6f6f6;
  border: solid 1px #e5e5e5;
}
.joblist .pagelist span + span {
  margin-left: 4px;
}
@media (max-width: 640px) {
}
.sidebar_b {
  position: fixed;
  z-index: 50;
  right: 0;
  font-size: 14px;
  text-align: center;
  *zoom: 1;
  zoom: 1;
  bottom: 50%;
  -moz-transform: translateY(50%);
  /* Firefox 4 */
  -webkit-transform: translateY(50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(50%);
  /* Opera */
  transform: translateY(50%);
}
.sidebar_b:after {
  content: " ";
  clear: both;
  display: table;
}
.sidebar_b > ul {
  margin-bottom: 10px;
  *zoom: 1;
  zoom: 1;
}
.sidebar_b > ul:after {
  content: " ";
  clear: both;
  display: table;
}
.sidebar_b > ul li {
  padding: 10px;
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  margin-bottom: 2px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.sidebar_b > ul li > a {
  color: #333333;
  font-size: 14px;
}
.sidebar_b > ul li > a > p {
  margin-top: 5px;
}
.sidebar_b #btnup {
  float: right;
  width: 5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sidebar_b {
    display: none;
  }
}
.popupLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
}
.popupLayer .popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  min-width: 300px!important;
  background-color: #fff;
}
.popupLayer .popBox > span {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.popupLayer .popBox > h3 {
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #4d4d4d;
  padding-left: 20px;
}
.popupLayer .popBox > div {
  padding: 150px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .popupLayer .popBox > div {
    padding: 80px 0;
  }
}
.popupLayer .popBox > div h4 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #434343;
}
.popupLayer .popBox > div p {
  font-size: 14px;
  color: #ababab;
}
.popYj {
  display: none;
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 50%;
  color: #434343;
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.popYj h3 {
  background-color: #ff525f;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.popYj h3 .jsclose {
  margin: 5px 10px 0 0;
  cursor: pointer;
}
.popYj form {
  width: 80%;
  margin: 0 auto;
}
.popYj h4 {
  margin-top: 1em;
  font-size: 14px;
}
.popYj .uplist {
  font-size: 12px;
}
.popYj .uplist input,
.popYj .uplist button,
.popYj .uplist textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popYj .uplist input[type='text'] {
  height: 28px;
  line-height: 28px;
  border: solid 1px #ff525f;
  width: 100%;
  padding: 0 .4em;
}
.popYj .uplist textarea {
  width: 100%;
  border: solid 1px #ff525f;
  resize: none;
  padding: .4em;
  height: 9em;
  line-height: 1.5;
}
.popYj .uplist button {
  width: 100%;
  background-color: #ff525f;
  height: 30px;
}
.popYj .uplist > li {
  margin-top: 10px;
}
@media (min-width: 760px) {
  .popYj {
    width: 360px;
    height: 450px;
  }
  .popYj .uplist > li:last-child {
    margin-top: 4em;
  }
}
@media (max-width: 760px) {
  .popYj {
    width: 280px;
    height: 425px;
  }
}
.popWxm {
  display: none;
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 260px;
  border: solid 1px #eee;
  text-align: center;
  padding-bottom: 30px;
}
.popWxm h3 {
  text-align: right;
}
.popWxm h3 > img {
  margin: 10px;
  cursor: pointer;
}
.popWxm > img {
  margin: 10px 0 20px;
}
