/* LESS Document */
/* 清除浮动 */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
}
/* 背景自适应 */
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none ;
}
a {
  text-decoration: none;
}
/* 板块版心设置 */
.title {
  font-size: 40px;
  color: #333;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }
}
.recruit {
  /* banner */
}
.recruit .header {
  position: relative;
  height: 80px;
  line-height: 80px;
  padding: 0 6%;
  background-color: #fff;
}
.recruit .header .nav {
  float: right;
  width: 40%;
}
.recruit .header .nav ul {
  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-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.recruit .header .nav ul li {
  width: 23%;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.recruit .header .nav ul li a {
  display: block;
}
.recruit .header .nav ul li.on {
  background-color: #eb0028;
}
.recruit .header .nav ul li.on a {
  color: #fff;
}
.recruit .header .nav ul li:hover {
  background-color: #eb0028;
}
.recruit .header .nav ul li:hover a {
  color: #fff;
}
.recruit .header .menu,
.recruit .header .phone_nav {
  display: none;
}
@media (max-width: 1050px) {
  .recruit .header {
    padding: 0 2%;
  }
}
@media (max-width: 880px) {
  .recruit .header .nav {
    display: none;
  }
  .recruit .header .menu {
    display: block;
    float: right;
    cursor: pointer;
  }
  .recruit .header .menu img {
    width: 25px;
  }
  .recruit .header .phone_nav {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px 20px 0;
    z-index: 9;
    background-color: #f3f3f3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  .recruit .header .phone_nav ul li {
    line-height: 45px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 15px;
  }
  .recruit .header .phone_nav ul li a {
    display: block;
    color: #7e7e7e;
  }
  .recruit .header .phone_nav ul li.on {
    border-bottom: 5px solid #eb0028;
  }
  .recruit .header .phone_nav ul li.on a {
    color: #333;
  }
}
.recruit .banner {
  position: relative;
  background: url(../../images/job/bg_banner.png) no-repeat center;
  height: 400px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.recruit .banner .content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.recruit .banner .content h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.recruit .banner .content a {
  display: none;
  width: 160px;
  height: 48px;
  line-height: 44px;
  border-radius: 24px;
  border: solid 1px #ffffff;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 29px auto 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
@media (max-width: 900px) {
  .recruit .banner .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .recruit .banner {
    height: 350px;
  }
  .recruit .banner .content h2 {
    font-size: 24px;
  }
  .recruit .banner .content a {
    width: 125px;
    height: 35px;
    line-height: 32px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .recruit .banner {
    height: 280px;
  }
  .recruit .banner .content h2 {
    line-height: 1.5;
    padding: 0 10px;
  }
}
.recruit .understand {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding: 60px 0;
}
.recruit .understand .top_title p {
  margin: 22px 0 32px;
  font-size: 24px;
  color: #666;
  text-align: center;
}
.recruit .understand ul {
  max-width: 1032px;
  /* display: flex; */
  margin: 29px auto 0;
}
.recruit .understand ul li p {
  font-size: 24px;
  color: #333;
  text-align: center;
}
/* .recruit .understand ul li:nth-of-type(2) {
  margin: 0 120px;
} */
@media (max-width: 768px) {
  .recruit .understand {
    padding: 30px 0;
  }
  .recruit .understand .top_title p {
    font-size: 16px;
    text-align: left;
    text-indent: 33px;
    line-height: 24px;
  }
  .recruit .understand ul {
    display: none;
  }
}
.recruit .office_environment {
  padding: 60px 0;
  background-color: #f8fafc;
}
.recruit .office_environment .album {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}
.recruit .office_environment .album .album_top {
  margin: 30px 0;
  *zoom: 1;
}
.recruit .office_environment .album .album_top:after {
  content: " ";
  clear: both;
  display: table;
}
.recruit .office_environment .album .album_top img {
  float: left;
  width: 49%;
}
.recruit .office_environment .album .album_top img:nth-of-type(2) {
  float: right;
}
.recruit .office_environment .album .album_bottom {
  margin: 0 auto;
  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-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.recruit .office_environment .album .album_bottom li {
  width: 32%;
}
@media (max-width: 768px) {
  .recruit .office_environment {
    padding: 30px 0;
  }
  .recruit .office_environment .album .album_top {
    margin-bottom: 15px;
  }
}
.recruit .welfare {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding: 60px 0;
}
.recruit .welfare ul {
  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-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit .welfare ul li {
  width: 18%;
  max-height: 219px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  padding: 46px 0 39px;
  margin-top: 30px;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.recruit .welfare ul li p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.recruit .welfare ul li p:nth-of-type(1) {
  margin-top: 17px;
}
.recruit .welfare ul li:hover {
  transform: translateY(-10px);
}
@media (max-width: 1200px) {
  .recruit .welfare {
    padding-top: 30px;
  }
  .recruit .welfare .welfareBox {
    overflow: hidden;
    overflow-x: auto;
  }
  .recruit .welfare .welfareBox ul {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .recruit .welfare ul {
    padding-top: 14px;
  }
  .recruit .welfare ul li {
    width: 19%;
    margin-top: 16px;
  }
  .recruit .welfare ul li:hover {
    transform: translateY(0);
  }
}
.recruit .footer {
    background: url('../../images/job/bg_footer.png') no-repeat center;
    padding: 59px 0 54px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.recruit .footer .contactUS {
  position: relative;
  max-width: 672px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.recruit .footer .contactUS:after {
  content: " ";
  clear: both;
  display: table;
}
.recruit .footer .contactUS .c_left {
  float: left;
  font-size: 0;
}
.recruit .footer .contactUS .c_left img {
  display: inline-block;
}
.recruit .footer .contactUS .c_left > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
.recruit .footer .contactUS .c_left > div p {
  line-height: 19px;
}
.recruit .footer .contactUS .c_left > div p:nth-of-type(1) {
  font-size: 18px;
  color: #fbe4ad;
  margin-bottom: 14px;
}
.recruit .footer .contactUS .c_left > div p:nth-of-type(2) {
  font-size: 24px;
  color: #fff;
}
.recruit .footer .contactUS .c_right {
  float: right;
  font-size: 0;
}
.recruit .footer .contactUS .c_right img {
  display: inline-block;
}
.recruit .footer .contactUS .c_right > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
}
.recruit .footer .contactUS .c_right > div p {
  line-height: 19px;
}
.recruit .footer .contactUS .c_right > div p:nth-of-type(1) {
  font-size: 18px;
  color: #fbe4ad;
  margin-bottom: 14px;
}
.recruit .footer .contactUS .c_right > div p:nth-of-type(2) {
  font-size: 24px;
  color: #fff;
  line-height: 26px;
}
.recruit .footer .contactUS .xian {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 1px;
  height: 48px;
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 600px) {
  .recruit .footer {
    padding: 20px 0;
  }
  .recruit .footer .contactUS .c_left > div,
  .recruit .footer .contactUS .c_right > div {
    margin-left: 8px;
  }
  .recruit .footer .contactUS .c_left > div p:nth-of-type(1),
  .recruit .footer .contactUS .c_right > div p:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .recruit .footer .contactUS .c_left > div p:nth-of-type(2),
  .recruit .footer .contactUS .c_right > div p:nth-of-type(2) {
    font-size: 16px;
  }
  .recruit .footer .contactUS .c_left {
    margin-left: 10px;
  }
  .recruit .footer .contactUS .c_left img {
    width: 36px;
  }
  .recruit .footer .contactUS .c_right {
    margin-right: 10px;
  }
  .recruit .footer .contactUS .c_right img {
    width: 48px;
  }
  .recruit .footer .contactUS .c_right > div p:nth-of-type(2) {
    line-height: 20px;
  }
  .recruit .footer .contactUS .xian {
    display: none;
  }
}
