@charset "utf-8";
/**
 *  website: http://www.xuebacoming.com
 *	author: kevin
 *	date: 2018.05.17 10:00:00
 *	wechat: liyann2011
 *	qq: 531197817(liyann2008@163.com)
 */
/*普通字体和按钮颜色*/
/*渐变色 上浅下深*/
/*突出色橘色*/
body {
  background-color: #f8f9fb;
}
/* ---[加入我们 start]--- */
.joinBanner {
  width: 100%;
  height: 640px;
  overflow: hidden;
  background: -webkit-linear-gradient(170deg, #F74E00, #FFE896);
  background: -moz-linear-gradient(170deg, #F74E00, #FFE896);
  background: -o--linear-gradient(170deg, #F74E00, #FFE896);
  /*兼容IE 9 10*/
  background: -ms-linear-gradient(170deg, #F74E00, #FFE896);
  background: linear-gradient(170deg, #F74E00, #FFE896);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@liner-gradient-color-to', endColorstr='@liner-gradient-color-from', GradientType=0);

}
.joinBanner .joinMaxwidth {
  width: 1200px;
  margin: 0 auto;
}
.joinBanner .joinMaxwidth .joinWidth {
  width: 1200px;
  margin: 0 auto;
  padding-top: 230px;
}
.joinBanner .joinMaxwidth .joinWidth .joinFont {
  float: left;
  width: 450px;
  padding-left: 20px;
}
.joinBanner .joinMaxwidth .joinWidth .joinFont h3 {
  font-family: 'PingFangSC_Le653508b01b01a';
  font-weight: normal;
  font-size: 70px;
  color: #fff;
  text-align: left;
}
.joinBanner .joinMaxwidth .joinWidth .joinFont h3 span {
  display: block;
  padding-top: 30px;
  font-size: 20px;
  color: #fff;
}
.joinBanner .joinMaxwidth .joinPic {
  float: right;
  width: 416px;
  height: 436px;
  background: url("../../images/p_joinUs/joinPic.png") no-repeat 0 0;
  display: block;
  margin-top: -100px;
  position: relative;
  right: 120px;
  z-index: 0;
}
/* ---[加入我们 end]--- */
/* ---[招聘列表 start]--- */
.joinList {
  width: 1200px;
  height: auto;
  margin: -110px auto 90px;
  position: relative;
}
.joinList .joinUl {
  width: 100%;
  /*position: absolute;
    top: 0;
    left: 0;*/
}
.joinList .joinUl .joinLi {
  float: left;
  width: 360px;
  height: 300px;
  background-color: #fff;
  margin-right: 60px;
  margin-bottom: 60px;
  padding: 40px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  text-align: center;
}
.joinList .joinUl .joinLi .joinListBox {
  width: 210px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -75px;
  margin-left: -105px;
}
.joinList .joinUl .joinLi .joinListBox .joinBoxl {
  float: left;
  width: 210px;
  height: 150px;
  background: url("../../images/p_joinUs/salesIcon.png") no-repeat 0 0;
  margin-bottom: 10px;
}
.joinList .joinUl .joinLi .joinListBox .trainingIcon {
  background: url("../../images/p_joinUs/trainingIcon.png") no-repeat 0 0;
}
.joinList .joinUl .joinLi .joinListBox .teachingIcon {
  background: url("../../images/p_joinUs/teachingIcon.png") no-repeat 0 0;
}
.joinList .joinUl .joinLi .joinListBox .marketIcon {
  background: url("../../images/p_joinUs/marketIcon.png") no-repeat 0 0;
}
.joinList .joinUl .joinLi .joinListBox .hrIcon {
  background: url("../../images/p_joinUs/hrIcon.png") no-repeat 0 0;
}
.joinList .joinUl .joinLi .joinListBox .technicalIcon {
  background: url("../../images/p_joinUs/technicalIcon.png") no-repeat 0 0;
}
.joinList .joinUl .joinLi .joinListBox .joinTitle {
  font-size: 25px;
  font-weight: bold;
  color: #6f7783;
  text-align: center;
}
.joinList .joinUl .joinLi .jobListings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #474d58;
}
.joinList .joinUl .joinLi .jobListings ul {
  padding: 40px;
  max-height: 270px;
  overflow: hidden;
}
.joinList .joinUl .joinLi .jobListings ul li {
  float: left;
  width: 50%;
  display: inline;
  padding-bottom: 17px;
}
.joinList .joinUl .joinLi .jobListings ul li a {
  display: block;
  text-align: left;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.joinList .joinUl .joinLi:hover {
  position: relative;
  -webkit-animation: mymove .5s forwards;
  -moz-animation: mymove .5s forwards;
  -ms-animation: mymove .5s forwards;
  -o-animation: mymove .5s forwards;
  animation: mymove .5s forwards;
  -webkit-box-shadow: 0 15px 50px rgba(180, 186, 197, 0.2);
  -moz-box-shadow: 0 15px 50px rgba(180, 186, 197, 0.2);
  -ms-box-shadow: 0 15px 50px rgba(180, 186, 197, 0.2);
  -o-box-shadow: 0 15px 50px rgba(180, 186, 197, 0.2);
  box-shadow: 0 15px 50px rgba(180, 186, 197, 0.3);
  cursor: pointer;
}
@-webkit-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@-moz-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@-ms-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@-o-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
.joinList .joinUl .joinLi:nth-child(3) {
  margin-right: 0;
}
.joinList .joinUl .joinLi:nth-child(6) {
  margin-right: 0;
}
/* ---[招聘列表 end]--- */
/* ---[招聘内容 start]--- */
.joinDetail {
  float: left;
  width: 1200px;
  padding: 50px;
  margin: 0 auto 150px;
  background-color: #fff;
  position: relative;
}
.joinDetail .joinDetailTitle {
  font-weight: bold;
  font-size: 40px;
  color: #6f7783;
  text-align: left;
  margin-bottom: 50px;
}
.joinDetail .joinDetailContent {
  float: left;
  width: 100%;
}
.joinDetail .joinDetailContent .joinDescribeTit {
  float: left;
  width: 130px;
  font-weight: bold;
  font-size: 16px;
  color: #6f7783;
  padding-top: 5px;
  padding-right: 50px;
}
.joinDetail .joinDetailContent .joinDescribeCont {
  float: right;
  width: 970px;
  font-weight: normal;
  font-size: 16px;
  color: #6f7783;
  text-align: left;
  line-height: 30px;
  border-left: solid 1px #e2e4e6;
  padding-left: 50px;
  padding-bottom: 40px;
}
.joinDetail .joinDetailContent .joinDescribeCont .mailto {
  color: #f17e2e;
  text-align: left;
}
.joinDetail .joinDetailContent .joinDescribeCont .submitResume {
  margin: 70px 0 0;
}
.joinDetail .joinDetailContent .joinDescribeCont .submitResume a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #f17e2e;
  border-radius: 50px;
  padding: 15px 40px;
}
/* ---[招聘内容 end]--- */
