@charset "utf-8";

.banner{width: 100%;}
.banner img{width: 100%;height: auto;}

.contentBox{
  width: 1200px;
  margin: 0 auto;
  /* height: 160px; */
  position: relative;
  top: -80px;
}
.outerHd{
  width: 100%;
  background: #fff;
  box-shadow:2px 2px 14px 0px rgba(0,0,0,0.1);
}
.outerHd.onehidden{
  visibility: hidden;
  margin: -32px;
}
.outerHd ul{
  width: 100%;
}
.outerHd ul.overTow{
  display: flex;
  justify-content: space-around;
}
.outerHd ul.overTow:after{
  content: none;
}
.outerHd ul li{
  width: 16.66%;
  float: left;
  cursor: pointer;
}
.outerHd ul li .liInner{
  width: 200px;
  height: 130px;
  border-bottom: solid 2px #fff;
  text-align: center;
}
.outerHd ul li .liInner img{
  margin: 0 auto;
  margin-top: 27px;
}
.outerHd ul li .liInner p{
  margin-top: 10px;
  color: #B2B2B2;
}
.outerHd ul li .on{
  display: none;
}
.outerHd ul li .off{
  display: block;
}
.outerHd ul li .active {
  border-color: #4187D6;
}
.outerHd ul li .active p{
  color: #333;
}
.outerHd ul li .active .on{
  display: block;
}
.outerHd ul li .active .off{
  display: none;
  border-bottom: solid 2px #fff;
}
.outerHd ul li .liInner img{
  width: 70px;
  height: 74px;
}
/* hover */
.outerHd ul li:hover .liInner{
  border-color: #4187D6;
}
.outerHd ul li:hover p{
  color: #333;
}
.outerHd ul li:hover .on{
  display: block;
}
.outerHd ul li:hover .off{
  display: none;
  border-color: #fff;
}
.inderHd{
  margin-top: 32px;
}
.inderHd li{
  display: none;
}
.inderHd li.active{
  display: block;
}
.inderHd button{
  border: 0;
  background-color: transparent;
  height:40px;
  border-radius:20px;
  border:1px solid #ccc;
  margin-right: 28px;
  padding: 0 30px;
  line-height: 40px;
  outline: none;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  margin-bottom: 24px;
}
.inderHd button.active{
  color: #4187D6;
  font-weight: bold;
  background-color: rgba(65,135,214, 0.1);
  border-color: #fff;
}
.inderHd button:hover{
  color: #4187D6;
  font-weight: bold;
  background-color: rgba(65,135,214, 0.1);
  border-color: #fff;
}
.contentMain{
  position: relative;
}
.contentMain p.mail{
  position: absolute;
  top: 5px;
  right: 0;
  height:22px;
  font-size:16px;
  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: 48px;
}
.contentMain .step1 h3{
  font-size: 24px;
  line-height: 31px;
  font-weight: bold;
  color: #333;
}
.contentMain .step1 p{
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding-left: 18px;
  margin-top: 20px;
  background: url("../../../../img/www/second/zhaopin_index_icon_location.png") left center no-repeat;
  background-size: 16px 16px;
}
.contentMain .step1 p span{
  color: #999;
}
.contentMain .step2 h4{
  font-size: 18px;
  line-height: 24px;
  margin-top: 36px;
  margin-bottom: 16px;
  padding-left: 20px;
  background: url("../../../../img/www/second/zhaopin_detail_icon_bianzu.png") left center no-repeat;
  background-size: 16px 16px;
}
.contentMain .step2 p{
  font-size: 14px;
  line-height: 26px;
  color: #666;
  padding-left: 16px;
}
.contentMain .step3{
  margin-bottom: 50px;
}
.contentMain .step3 h4{
  font-size: 18px;
  line-height: 24px;
  margin-top: 36px;
  margin-bottom: 16px;
  padding-left: 20px;
  background: url("../../../../img/www/second/zhaopin_detail_icon_bianzu.png") left center no-repeat;
  background-size: 16px 16px;
}
.contentMain .step3 p{
  font-size: 14px;
  line-height: 26px;
  color: #666;
  padding-left: 16px;
}
.hd_box ul li:nth-child(5) a{
  font-size:18px;
  font-family:MicrosoftYaHei-Bold,MicrosoftYaHei,"微软雅黑";
  font-weight:bold;
  color:rgba(51,51,51,1);
}
.hd_box ul li:nth-child(5) .childList a{
  font-weight: 400;
  font-size:14px;
  font-family:MicrosoftYaHei,"微软雅黑";
  color:rgba(51,51,51,1);
}
.hd_box ul li:nth-child(1) a{
  font-weight: 400;
  font-family:MicrosoftYaHei,"微软雅黑";
  color:rgba(51,51,51,1);
}