footer .con-top {
  background: #fff;
}
.employ {
  padding: 2.5rem 0 6rem;
  background: #f4f4f4;
}
.employ .con .title .left {
  float: left;
}
.employ .con .title .left h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}
.employ .con .title .right {
  float: right;
}
.employ .con .title .right .select-year {
  float: left;
  width: 10rem;
  position: relative;
  margin-right: 1.2rem;
  background: #fff;
}
.employ .con .title .right .select-year h2 {
  line-height: 3.5rem;
  border: 1px solid #ddd;
  padding: 0 1.2rem;
  font-size: 0.9rem;
  color: #777;
  position: relative;
  cursor: pointer;
}
.employ .con .title .right .select-year h2:before {
  content: '\e603';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #004da1;
  position: absolute;
  right: 1.2rem;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .title .right .select-year ul {
  position: absolute;
  width: 100%;
  right: 0;
  top: 3.6rem;
  z-index: 10;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: none;
}
.employ .con .title .right .select-year ul li {
  text-align: center;
  line-height: 2.6rem;
  background: #fff;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .title .right .select-year ul li:hover {
  background: #004a92;
  color: #fff;
}
.employ .con .title .right .select-year.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.employ .con .title .right .search-box {
  float: right;
  width: 22.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  position: relative;
}
.employ .con .title .right .search-box input {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #777;
  border: none;
  padding: 0 3rem 0 1.5rem;
}
.employ .con .title .right .search-box span {
  position: absolute;
  right: 1rem;
  line-height: 3.5rem;
  top: 0;
  font-size: 1.2rem;
  color: #004a92;
  cursor: pointer;
}
.employ .con .employ-title {
  margin-top: 3rem;
  background: #fff;
  border-top: 2px solid #004da1;
}
.employ .con .employ-title ul {
  padding: 0 1.5rem;
}
.employ .con .employ-title ul li {
  float: left;
  width: 100%;
  height: 4.5rem;
}
.employ .con .employ-title ul li h2 {
  line-height: 4.5rem;
  font-size: 0.8rem;
  color: #333;
  font-weight: bold;
}
.employ .con .employ-body .box {
  margin-top: 1rem;
}
.employ .con .employ-body .box .box-top {
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .employ-body .box .box-top ul {
  padding: 0 1.5rem;
}
.employ .con .employ-body .box .box-top ul li {
  float: left;
  width: 100%;
  height: 4.5rem;
  position: relative;
}
.employ .con .employ-body .box .box-top ul li h2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 80%;
  font-size: 0.8rem;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .employ-body .box .box-top ul li .btn {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .employ-body .box .box-top ul li .btn:before {
  content: '\e630';
  font-family: iconfont;
  font-size: 1rem;
  font-weight: bold;
  color: #ee0000;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 2.3rem;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .employ-body .box .box-bottom {
  padding: 2rem 3rem 3rem;
  background: url(../img/people/employ_bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  display: none;
}
.employ .con .employ-body .box .box-bottom .text p {
  font-size: 0.8rem;
}
.employ .con .employ-body .box .box-bottom .download {
  padding: 0.8rem 1.2rem;
  margin-top: 3rem;
  background: #fff;
  display: inline-block;
}
.employ .con .employ-body .box .box-bottom .download a {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.8rem;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .employ-body .box .box-bottom .download a:before {
  content: '\e60b';
  font-family: iconfont;
  font-size: 1rem;
  color: #a5a5a5;
  position: absolute;
  left: 0;
  top: -2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .employ-body .box .box-bottom .download:hover a {
  color: #ee0000;
}
.employ .con .employ-body .box .box-bottom .download:hover a:before {
  color: #ee0000;
}
.employ .con .employ-body .box .box-bottom .erweima {
  position: absolute;
  right: 3.4rem;
  bottom: 3rem;
  width: 8rem;
  padding: 0.6rem;
  background: #fff;
}
.employ .con .employ-body .box .box-bottom .erweima .tu img {
  width: 100%;
}
.employ .con .employ-body .box .box-bottom .erweima h2 {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.6rem;
  color: #004da1;
}
.employ .con .employ-body .box:hover .box-top {
  background: #004da1;
  box-shadow: -2px 6px 43px 0px rgba(103, 103, 103, 0.05);
}
.employ .con .employ-body .box:hover .box-top ul li:before {
  background: #fff;
}
.employ .con .employ-body .box:hover .box-top ul li h2 {
  color: #fff;
}
.employ .con .employ-body .box:hover .box-top ul li:nth-child(6) .btn {
  background: #ee0000;
  border: 1px solid #ee0000;
}
.employ .con .employ-body .box:hover .box-top ul li:nth-child(6) .btn:before {
  color: #fff;
}
.employ .con .employ-body .box.active .box-top {
  background: #004da1;
  box-shadow: -2px 6px 43px 0px rgba(103, 103, 103, 0.05);
}
.employ .con .employ-body .box.active .box-top ul li:before {
  background: #fff;
}
.employ .con .employ-body .box.active .box-top ul li h2 {
  color: #fff;
}
.employ .con .employ-body .box.active .box-top ul li:nth-child(6) .btn {
  background: #ee0000;
  border: 1px solid #ee0000;
}
.employ .con .employ-body .box.active .box-top ul li:nth-child(6) .btn:before {
  content: '\e608';
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .employ .con .title .right .select-year ul {
    top: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .employ {
    padding: 30px 0;
  }
  .employ .con .title .left h2 {
    font-size: 18px;
  }
  .employ .con .title .right {
    width: 100%;
    margin-top: 20px;
  }
  .employ .con .title .right .select-year {
    width: 100%;
  }
  .employ .con .title .right .select-year h2 {
    line-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .employ .con .title .right .select-year h2:before {
    right: 14px;
    font-size: 16px;
  }
  .employ .con .title .right .select-year ul {
    top: 46px;
  }
  .employ .con .title .right .select-year ul li {
    line-height: 42px;
    font-size: 14px;
  }
  .employ .con .title .right .search-box {
    width: 100%;
    height: 44px;
  }
  .employ .con .title .right .search-box input {
    font-size: 14px;
    padding: 0 30px 0 14px;
  }
  .employ .con .title .right .search-box span {
    right: 10px;
    line-height: 44px;
    font-size: 16px;
  }
  .employ .con .employ-title {
    display: none;
  }
  .employ .con .employ-body .box .box-top ul li {
    height: 54px;
  }
  .employ .con .employ-body .box .box-top ul li h2 {
    font-size: 14px;
  }
  .employ .con .employ-body .box .box-top ul li .btn {
    width: 30px;
    height: 30px;
  }
  .employ .con .employ-body .box .box-top ul li .btn:before {
    line-height: 30px;
    font-size: 14px;
  }
  .employ .con .employ-body .box .box-bottom {
    padding: 10px 20px 20px;
  }
  .employ .con .employ-body .box .box-bottom .text p {
    font-size: 14px;
  }
  .employ .con .employ-body .box .box-bottom .download {
    margin-top: 30px;
    padding: 10px 20px;
    display: block;
  }
  .employ .con .employ-body .box .box-bottom .download a {
    font-size: 14px;
    padding-left: 28px;
  }
  .employ .con .employ-body .box .box-bottom .download a:before {
    font-size: 18px;
    top: -4px;
  }
  .employ .con .employ-body .box .box-bottom .erweima {
    position: relative;
    right: auto;
    bottom: 0;
    padding: 10px;
    margin: 20px auto 0;
    width: 140px;
  }
  .employ .con .employ-body .box .box-bottom .erweima .tu {
    width: 120px;
  }
}
/*# sourceMappingURL=people_employ.css.map */