.bannerzhaopin{
  width: 100%;
  height: auto;
}
.bannerzhaopin img{
  width: 100%;
  height: auto;
}
.contentBox{
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* left: 15px; */
  top: -50px;
}
.outerHd{
  width: calc(100% - 15px);
  height: 100px;
  margin-left: 15px;
  overflow: hidden;
  background: #fff;
  overflow-x: scroll;
  white-space: nowrap;
  box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
} 
.outerHd::-webkit-scrollbar {
  display: none;
}
.outerHd .liInner{
  width: 100px;
  height: 98px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border-bottom: solid 2px #fff;
  flex-shrink: 0;
}
.outerHd .liInner img{
  width: 42px;
  height: 40px;
  margin: 18px auto 0;
}
.outerHd .liInner p{
  margin-top: 10px;
  color: #B2B2B2;
  font-size: 12px;
  line-height: 15px;
}
.outerHd .on{
  display: none;
}
.outerHd .off{
  display: block;
}
.outerHd .active {
  border-color: #4187D6;
}
.outerHd .active p{
  color: #333;
}
.outerHd .active .on{
  display: block;
}
.outerHd .active .off{
  display: none;
}
.outerHd .liInner img{
  width: 42px;
  height: 40px;
}
.inderHd{
  margin-top: 20px;
  padding-left: 15px;
}
.inderHd li{
  display: none;
}
.inderHd li .position-box{
  /* height: auto; */
  overflow: hidden;
  /* transition: all 0.2s ease; */
}
.inderHd li.active{
  display: block;
}
.inderHd .toggle-slide{
  text-align: center;
  padding-top: 6px;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  margin-right: 15px;
  display: none;
}

.inderHd .toggle-slide img{
  width: 12px;
  height: 12px;
  /* transition: all 0.2s ease; */
}
.inderHd button{
  height:30px;
  border-radius:20px;
  border:1px solid #ccc;
  margin-right: 10px;
  padding: 0 20px;
  line-height: 30px;
  outline: none;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  background: none;
  margin-top: 15px;
}
.inderHd button.active{
  color: #4187D6;
  font-weight: bold;
  border-color: #fff;
  background-color: rgba(65,135,214, 0.1);
}
.contentMain{
  position: relative;
  padding: 0 15px;
}
.contentMain p.mail{
  height:22px;
  font-size:14px;
  color: #2A71C2;
  line-height: 22px;
}
.contentMain ul{
  display: none;
}
.contentMain ul.active{
  display: block;
}
.contentMain li{
  display: none;
}
.contentMain li.active{
  display: block;
}
.contentMain{
  margin-top: 20px;
}
.contentMain .step1 h3{
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #333;
}
.contentMain .step1 p{
  font-size: 12px;
  color: #333;
  line-height: 20px;
  padding-left: 20px;
  text-align: justify;
  margin-top: 15px;
  background: url("../../../img/second/zhaopin_location.png") 0 2px no-repeat;
  background-size: 16px 16px;
}
.contentMain .step1 p span{
  color: #999;
}
.contentMain .step2 h4{
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url("../../../img/second/zhaopin_detail_bianzu.png") 0 center no-repeat;
  background-size: 12px 14px;
}
.contentMain .step2 p{
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  text-align: justify;
  color: #666;
  /* padding-left: 16px; */
}
.contentMain .step3{
  margin-bottom: 20px;
}
.contentMain .step3 h4{
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url("../../../img/second/zhaopin_detail_bianzu.png") 0 center no-repeat;
  background-size: 12px 14px;
}
.contentMain .step3 p{
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-top: 5px;
  text-align: justify;
  /* padding-left: 16px; */
}