.company-nav .active{
  width: 33.3333%;
  padding: 8px 0;
  color: #fff;
  background: #ed6c00;
  text-align: center;
}
.company-nav .active a{
  color: #fff
}
.company-nav .noactive{
  width: 33.3333%;
  padding: 8px 0;
  color: #fff;
  background: #fff;
  text-align: center;
}
.company-nav .noactive a{
  color: #000
}
.company-nav{
  width:40%;
  margin: 0 auto;
  font-weight: 700;
  box-shadow: 0px 3px 5px #d6d6d6;
  margin-top: -4px;
  position: relative;
  background: #fff;
}
.recruitment{
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.recruitment-wr{
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.recruitment-img{
  text-align: center;
}
.station{
  text-align: center;
  font-size: 30px;
  padding: 50px 0 30px;
}
.station-name{
  color: #ed6c00;
  line-height: 50px;
  font-size: 22px;
}
.station-wr{
  padding-left: 120px;
  margin-bottom: 80px;
}
.work-address{
  font-size: 22px;
  padding-left: 60px;
  line-height: 60px
}
.station-wr h4{
  font-size: 16px;
  color: #ed6c00;
  line-height: 36px;
}
.station-content{
  text-indent: 2em;
  font-size: 14px;
  line-height: 20px;
}
@media(min-width:767px) and (max-width: 1200px) {
  .company-nav{
    width: 60%;
  }
}
@media(max-width:767px){
  .fl{
    float: left;
  }
  .company-nav{
    width: 80%;
  }
  .work-address{
    font-size: 18px;
    line-height: 30px;
   text-indent: 2em;
   padding-left: 0;
  }
  .station-wr{
    padding-left: 0px;
    margin-bottom: 40px;
  }
}
@media(min-width: 1200px){
  .logo {
    padding: 15px 0;
}
}