#detailInfo h2 {
  color: #3aa8da;
  font-size: 22px;
  margin-left: 80px;
}
#detailInfo p.tip {
  line-height: 20px;
  padding-left: 35px;
  margin: 0 0 10px 20px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  background: url('../images/tip.png') 0 -2px no-repeat;
}
#detailInfo h3 {
  color: #333;
  font-size: 14px;
  margin: 20px 0 10px 0;
  margin-left: 60px;
}
#detailInfo p label {
  color: #333;
  font-weight: bold;
}
#detailInfo .job-container {
  padding-left: 30px;
}
#detailInfo {
  padding-top: 50px;
  color: gray;
  line-height: 25px;
}
#detailInfo p {
  margin: 0 57px 10px 60px;
}
#detailInfo p a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#detailInfo p a:hover {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
#detailInfo .emailToAsk {
  background: url(../images/email.png) no-repeat right;
  padding-right: 30px;
  color: #70b1e7;
}
#detailInfo .emailToAsk:hover {
  background: url(../images/emailhover.png) no-repeat right;
  padding-right: 30px;
  color: #70b1e7;
}
#detailInfo .last_h3 {
  color: gray;
  font: 14px/160% arial;
  font-weight: bold;
}
#detailInfo img {
  display: block;
  margin: 0 auto;
  transform: translateZ(0);
}
#detailInfo .img-wrap {
  margin: 0 57px;
  display: flex;
}
#detailInfo #ComIntroPic {
  display: block;
  margin: 22px 0 22px 60px;
}
#detailInfo .ourMission {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}
.h3-min-css {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 12px;
  margin-left: 57px;
}
.touxiang img {
  width: 210px;
  /*height:200px*/
}
.content_info .moreInfo {
  height: auto;
}
.team-intro p {
  text-indent: 2em;
  line-height: 30px;
}
#detailInfo .section {
  width: 592px;
  height: 470px;
  margin: 0 auto;
  padding: 20px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}
#detailInfo .person-pic img {
  width: 130px;
  height: 130px;
  display: inline;
  border-radius: 5px;
}
#detailInfo .first {
  padding-top: 20px;
}
#detailInfo .person-pic {
  float: left;
}
#detailInfo .section p,
#detailInfo .section h3 {
  margin: 0;
  padding: 0;
}
#detailInfo .person-info {
  float: right;
  width: 475px;
}
#detailInfo .last {
  padding-bottom: 0;
  background-image: none;
}
#detailInfo .new {
  display: inline;
}
.jumpBtn {
  text-align: center;
}
.detailBtn,
.dots {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 3px;
  background: #d6d6d6;
  *margin: 15px 5px 0 0;
}
.detailBtnOn {
  background: #333;
}
.dots-activate {
  background: rgb(245, 40, 40);
}
.touxiang {
  width: 210px;
  float: left;
}
.feelDetail {
  margin-left: 230px;
}
#bd #detailInfo .section .feelDetailT {
  color: #5e5e5e;
  font-size: 18px;
  margin-bottom: 10px;
}
#bd #detailInfo .section .feelDetailT .emphasis {
  font-size: 18px;
  font-family: '微软雅黑';
}
#bd #detailInfo .section {
  line-height: 18px;
}
#bd #detailInfo .section .feelInfoJob {
  margin-bottom: 20px;
}
.section ul {
  position: relative;
  height: 470px;
  overflow: hidden;
  width: 8288px;
}
.section ul li {
  float: left;
  width: 592px;
  height: 400px;
}
#detailInfo p a.feel-apply-now {
  background: none repeat scroll 0 0 #f9f9f9;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  color: #333;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 80px;
  margin-left: 10px;
}
.addMargin {
  margin-left: 20px;
}
.tabtable {
  display: none;
}
@keyframes qrcodeMove {
  0% {
    bottom: 150px;
  }
  50% {
    bottom: 200px;
  }
  100% {
    bottom: 150px;
  }
}
.qrcode {
  display: none;
  position: fixed;
  left: 10px;
  animation: qrcodeMove 5s infinite;
  z-index: 100;
}
.qrcode .qr-container {
  position: relative;
  text-align: center;
  font-size: 14px;
}
.qrcode .qr-close {
  position: absolute;
  right: 16px;
  top: -10px;
  cursor: pointer;
}
