@font-face {
  font-family: 'DINPro-Light';
  src: url("../fonts/DINPro-Light.otf");
}
/*animation*/
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes mouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes ringscale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
}
body {
  font-family: 'Microsoft YaHei','Arial',sans-serif;
}
@media screen and (min-width: 992px) {
  body {
    min-width: 1100px;
  }
}

.wrapper {
  width: 96%;
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.recruit_page .recruit_tit {
  text-align: center;
  position: relative;
}
.recruit_page .recruit_tit:before {
  content: '';
  width: 7.24vw;
  height: 5.41vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-1.png");
  position: absolute;
}
.recruit_page .recruit_tit span {
  position: relative;
  z-index: 2;
  font-size: 48px;
  line-height: 1.25;
}
.recruit_page .banner {
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-1.jpg");
  overflow: hidden;
}
.recruit_page .banner .layers img {
  position: absolute;
  z-index: 1;
}
.recruit_page .banner .layers img:nth-of-type(1) {
  width: 51%;
  max-width: 974px;
  right: 70vw;
  bottom: 50vh;
}
.recruit_page .banner .layers img:nth-of-type(2) {
  width: 51%;
  max-width: 974px;
  left: 82.8vw;
  bottom: 65.5vh;
}
.recruit_page .banner .layers img:nth-of-type(3) {
  width: 49%;
  max-width: 934px;
  right: 15.625vw;
  bottom: 18.5vh;
}
.recruit_page .banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}
.recruit_page .banner .txt img {
  display: block;
  width: 48%;
  max-width: 921px;
  margin: 0 auto;
}
.recruit_page .banner .txt .cn {
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 24px;
  font-weight: lighter;
  padding-left: 24px;
}
.recruit_page .banner .txt .en {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: lighter;
  margin-top: 10px;
}
.recruit_page .banner .mouse {
  width: 32px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 16px;
  position: absolute;
  bottom: 3.125vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.recruit_page .banner .mouse:after {
  content: '';
  width: 2px;
  height: 7px;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
  -webkit-animation: mouse 2s linear infinite;
  -moz-animation: mouse 2s linear infinite;
  -ms-animation: mouse 2s linear infinite;
  animation: mouse 2s linear infinite;
}
.recruit_page .sections {
  background-position: center top;
  background-image: url("../images/page/bg.jpg");
  background-size: 100% auto;
}
.recruit_page .section1 {
  padding-top: 6.25vw;
}
.recruit_page .section1 .recruit_tit:before {
  position: absolute;
  right: 53.74%;
  top: -40%;
}
.recruit_page .section1 .para {
  position: relative;
  width: 82%;
  margin: 3vw auto 0;
  font-size: 18px;
  line-height: 2.66;
  color: #191c3d;
  background-color: #fff;
  padding: 2.5vw 3vw;
  border-radius: 0 3vw 0 3vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/page/img-5.png");
}
.recruit_page .section1 .para:before, .recruit_page .section1 .para:after {
  content: '';
  width: 19px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.recruit_page .section1 .para:before {
  content: '';
  background-image: url("../images/page/icon-2.png");
  top: 1.5625vw;
  left: 1.5625vw;
}
.recruit_page .section1 .para:after {
  content: '';
  background-image: url("../images/page/icon-3.png");
  right: 1.5625vw;
  bottom: 1.5625vw;
}
.recruit_page .section1 .para p {
  text-indent: 2em;
}
.recruit_page .section1 .sub_tit {
  text-align: center;
  font-size: 24px;
  color: #191c3d;
  line-height: 1.5;
  margin-top: 3vw;
}
.recruit_page .section1 .items {
  width: 82%;
  margin: 4vw auto 0;
  font-size: 0;
}
.recruit_page .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.recruit_page .section1 .item .top_box {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.recruit_page .section1 .item .ring {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.recruit_page .section1 .item .ring span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(57, 155, 250, 0.2);
}
.recruit_page .section1 .item .ring_1 span:nth-of-type(2) {
  opacity: .5;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.recruit_page .section1 .item .ring_1 span:nth-of-type(3) {
  opacity: .3;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}
.recruit_page .section1 .item .icon {
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #224ece, #399bfa);
}
.recruit_page .section1 .item .icon i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.recruit_page .section1 .item h3 {
  font-size: 18px;
  line-height: 24px;
  color: #191c3d;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .recruit_page .section1 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .recruit_page .section1 .item:hover .ring_1 {
    opacity: 0;
  }
  .recruit_page .section1 .item:hover .ring_2 span {
    -webkit-animation: ringscale 2s linear infinite;
    -moz-animation: ringscale 2s linear infinite;
    -ms-animation: ringscale 2s linear infinite;
    animation: ringscale 2s linear infinite;
  }
  .recruit_page .section1 .item:hover .ring_2 span:nth-of-type(2) {
    animation-delay: .7s;
  }
  .recruit_page .section1 .item:hover .ring_2 span:nth-of-type(3) {
    animation-delay: 1.4s;
  }
  .recruit_page .section1 .item:hover .icon i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.recruit_page .section2 {
  padding-top: 8.85vw;
}
.recruit_page .section2 .recruit_tit:before {
  position: absolute;
  right: 46%;
  top: -34%;
}
.recruit_page .section2 .time_line {
  border-bottom: 1px solid #7fc0f2;
  margin-top: 3vw;
}
.recruit_page .section2 .time_line .items {
  padding: 0 9%;
  margin-bottom: -2px;
}
.recruit_page .section2 .time_line .item {
  text-align: center;
  font-size: 24px;
  color: #191c3d;
  line-height: 1.2;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.recruit_page .section2 .time_line .item:after {
  content: '';
  height: 5px;
  background-image: linear-gradient(90deg, #1013ad, #399bfa);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 992px) {
  .recruit_page .section2 .time_line .item:hover {
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(-90deg, #1013ad, #399bfa);
  }
}
.recruit_page .section2 .time_line .item.active {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(-90deg, #1013ad, #399bfa);
}
.recruit_page .section2 .time_line .item.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.recruit_page .section2 .time_line .slick-arrow {
  width: 60px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  opacity: .5;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.recruit_page .section2 .time_line .slick-arrow:hover {
  opacity: 1;
}
.recruit_page .section2 .time_line .slick-prev {
  left: 0;
  background-image: url("../images/page/prev-1.png");
}
.recruit_page .section2 .time_line .slick-next {
  right: 0;
  background-image: url("../images/page/next-1.png");
}
.recruit_page .section2 .time_cont {
  margin-top: 3vw;
}
.recruit_page .section2 .time_cont .slick-list {
  padding: 3vw 0;
  margin: 0 -12px;
}
.recruit_page .section2 .time_cont .items {
  padding: 0 9%;
}
.recruit_page .section2 .time_cont .item {
  margin: 0 12px;
  position: relative;
  padding-bottom: 60px;
}
.recruit_page .section2 .time_cont .item .img_box {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.recruit_page .section2 .time_cont .item .img_box img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.recruit_page .section2 .time_cont .item .img_box h3 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.recruit_page .section2 .time_cont .item .img_box span {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 120px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #1013ad, #399bfa);
}
.recruit_page .section2 .time_cont .item .txt_box {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 0 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.recruit_page .section2 .time_cont .item .txt_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #1013ad, #399bfa);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.recruit_page .section2 .time_cont .item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px;
  overflow: hidden;
  z-index: 2;
}
.recruit_page .section2 .time_cont .item .info span {
  font-size: 18px;
  line-height: 60px;
  color: #b4b5bb;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_page .section2 .time_cont .item .info .date {
  float: left;
  padding-left: 26px;
  background-image: url("../images/page/icon-15.png");
  font-family: 'DINPro-Light';
}
.recruit_page .section2 .time_cont .item .info .addr {
  float: right;
  padding-left: 20px;
  background-image: url("../images/page/icon-16.png");
}
@media screen and (min-width: 992px) {
  .recruit_page .section2 .time_cont .item:hover .img_box img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .recruit_page .section2 .time_cont .item:hover .txt_box {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  .recruit_page .section2 .time_cont .item:hover .txt_box:before {
    opacity: 1;
  }
  .recruit_page .section2 .time_cont .item:hover .info span {
    color: #fff;
  }
  .recruit_page .section2 .time_cont .item:hover .info .date {
    background-image: url("../images/page/icon-15-on.png");
  }
  .recruit_page .section2 .time_cont .item:hover .info .addr {
    background-image: url("../images/page/icon-16-on.png");
  }
}
.recruit_page .section2 .time_cont .slick-arrow {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  font-size: 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.recruit_page .section2 .time_cont .slick-prev {
  left: 0;
  background-image: url("../images/page/prev.png");
}
.recruit_page .section2 .time_cont .slick-prev:hover {
  background-image: url("../images/page/prev-on.png");
}
.recruit_page .section2 .time_cont .slick-next {
  right: 0;
  background-image: url("../images/page/next.png");
}
.recruit_page .section2 .time_cont .slick-next:hover {
  background-image: url("../images/page/next-on.png");
}
.recruit_page .section2 .child {
  height: 0;
  overflow: hidden;
}
.recruit_page .section2 .child.active {
  height: auto;
}
.recruit_page .section2 .recommend {
  font-size: 0;
  padding: 0 9%;
}
.recruit_page .section2 .recommend .box {
  border-radius: 1.5625vw 0 1.5625vw 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .recruit_page .section2 .recommend .box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .recruit_page .section2 .recommend .box:hover .img_box img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.recruit_page .section2 .recommend .img_box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  overflow: hidden;
}
.recruit_page .section2 .recommend .img_box img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.recruit_page .section2 .recommend .txt_box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 2vw;
  position: relative;
}
.recruit_page .section2 .recommend .txt_box h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #191c3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruit_page .section2 .recommend .txt_box h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 24px;
  margin: -3px 10px 0 0;
  background-color: #399bfa;
}
.recruit_page .section2 .recommend .txt_box p {
  font-size: 18px;
  line-height: 32px;
  color: #b4b5bb;
  height: 64px;
  overflow: hidden;
  margin: 20px 0;
}
.recruit_page .section2 .recommend .txt_box a.btn {
  position: absolute;
  top: -6px;
  right: 2vw;
  width: 120px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #1013ad, #399bfa);
}
.recruit_page .section2 .recommend .info {
  overflow: hidden;
}
.recruit_page .section2 .recommend .info span {
  font-size: 18px;
  color: #b4b5bb;
  background-position: left center;
  background-repeat: no-repeat;
}
.recruit_page .section2 .recommend .info .date {
  float: left;
  padding-left: 26px;
  background-image: url("../images/page/icon-15.png");
  font-family: 'DINPro-Light';
}
.recruit_page .section2 .recommend .info .addr {
  float: right;
  padding-left: 20px;
  background-image: url("../images/page/icon-16.png");
}
.recruit_page .section3 {
  padding-top: 7.8vw;
}
.recruit_page .section3 .recruit_tit:before {
  position: absolute;
  right: 53.74%;
  top: -40%;
}
.recruit_page .section3 .items {
  padding: 0 9%;
}
.recruit_page .section3 .slick-list {
  padding: 3vw 0;
  margin: 0 -12px;
}
.recruit_page .section3 .item {
  margin: 0 12px;
  background-color: #fff;
  border-radius: 1.5625vw 0 1.5625vw 0;
  overflow: hidden;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recruit_page .section3 .item .img_box {
  position: relative;
  overflow: hidden;
}
.recruit_page .section3 .item .img_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 19, 173, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.recruit_page .section3 .item i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-8.png");
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.recruit_page .section3 .item img {
  display: block;
  width: 100%;
}
.recruit_page .section3 .item .txt_box {
  padding: 1.56vw;
}
.recruit_page .section3 .item .txt_box:before {
  content: '';
  width: 12px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-9.png");
  display: block;
}
.recruit_page .section3 .item h3 {
  font-size: 18px;
  color: #191c3d;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin: 10px 0;
}
.recruit_page .section3 .item .date {
  font-size: 18px;
  color: #b4b5bb;
  padding-left: 26px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/page/icon-10.png");
  font-family: 'DINPro-Light';
}
@media screen and (min-width: 992px) {
  .recruit_page .section3 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
  .recruit_page .section3 .item:hover .img_box:before {
    opacity: 1;
  }
  .recruit_page .section3 .item:hover .img_box i {
    opacity: 1;
  }
}
.recruit_page .section3 .slick-arrow {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  font-size: 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.recruit_page .section3 .slick-prev {
  left: 0;
  background-image: url("../images/page/prev.png");
}
.recruit_page .section3 .slick-prev:hover {
  background-image: url("../images/page/prev-on.png");
}
.recruit_page .section3 .slick-next {
  right: 0;
  background-image: url("../images/page/next.png");
}
.recruit_page .section3 .slick-next:hover {
  background-image: url("../images/page/next-on.png");
}
.recruit_page .section3 .slick-dots {
	position:relative;
  text-align: center;
  font-size: 0;
}
.recruit_page .section3 .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  border-radius: 6px;
  background-color: #c5d5f1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_page .section3 .slick-dots li.slick-active {
  background-color: #2350cf;
  width: 36px;
}
.recruit_page .section3 .slick-dots button {
  display: none;
}
.recruit_page .section4 {
  padding-top: 7.8vw;
}
.recruit_page .section4 .recruit_tit:before {
  position: absolute;
  right: 53.74%;
  top: -40%;
}
.recruit_page .section4 .items {
  width: 82%;
  margin: 3vw auto 0;
  font-size: 0;
}
.recruit_page .section4 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
  backface-visibility: hidden;
  overflow: hidden;
}
.recruit_page .section4 .item img {
  width: 100%;
  display: block;
}
.recruit_page .section4 .item h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
.recruit_page .section4 .item h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 24px;
  margin: -3px 10px 0 0;
}
.recruit_page .section4 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 1vw;
}
.recruit_page .section4 .item .txt_show {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.25vw 1.56vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_page .section4 .item .txt_show h3:before {
  background-color: #399bfa;
}
.recruit_page .section4 .item .txt_hide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  padding: 1.25vw 1.56vw;
  background-image: linear-gradient(45deg, #1013ad, #399bfa);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_page .section4 .item .txt_hide h3:before {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .recruit_page .section4 .item:nth-of-type(1) {
    border-radius: 1.5625vw 0 0 0;
  }
  .recruit_page .section4 .item:nth-of-type(4) {
    border-radius: 0 0 1.5625vw 0;
  }
  .recruit_page .section4 .item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    z-index: 2;
  }
  .recruit_page .section4 .item:hover .txt_show {
    opacity: 0;
  }
  .recruit_page .section4 .item:hover .txt_hide {
    opacity: 1;
  }
}
.recruit_page .section5 {
  padding-top: 7.8vw;
}
.recruit_page .section5 .recruit_tit:before {
  position: absolute;
  right: 53.74%;
  top: -40%;
}
.recruit_page .section5 .items {
  width: 82%;
  margin: 3vw auto 0;
  font-size: 0;
}
.recruit_page .section5 .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.recruit_page .section5 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_page .section5 .item:nth-of-type(1):before {
  background-color: rgba(251, 171, 74, 0.5);
}
.recruit_page .section5 .item:nth-of-type(2) {
  border-radius: 0 1.5625vw 0 0;
}
.recruit_page .section5 .item:nth-of-type(2):before {
  background-color: rgba(35, 80, 207, 0.5);
}
.recruit_page .section5 .item:nth-of-type(3) {
  border-radius: 0 0 0 1.5625vw;
}
.recruit_page .section5 .item:nth-of-type(3):before {
  background-color: rgba(57, 155, 250, 0.5);
}
.recruit_page .section5 .item:nth-of-type(4):before {
  background-color: rgba(235, 84, 88, 0.5);
}
.recruit_page .section5 .item .img_box {
  overflow: hidden;
}
.recruit_page .section5 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.recruit_page .section5 .item .show {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  z-index: 1;
}
.recruit_page .section5 .item .show h3 {
  margin-top: -24px;
}
.recruit_page .section5 .item i {
  display: block;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recruit_page .section5 .item h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
}
.recruit_page .section5 .item .hide {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.recruit_page .section5 .item .para {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}
.recruit_page .section5 .item .para:before {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #399bfa;
  display: block;
  margin: 20px auto 15px;
}
@media screen and (min-width: 992px) {
  .recruit_page .section5 .item:hover {
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
  .recruit_page .section5 .item:hover:before {
    opacity: 1;
  }
  .recruit_page .section5 .item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .recruit_page .section5 .item:hover .show {
    opacity: 0;
  }
  .recruit_page .section5 .item:hover .hide {
    opacity: 1;
  }
}
.recruit_page .section6 {
  padding-top: 7.8vw;
  padding-bottom: 6vw;
}
.recruit_page .section6 .recruit_tit:before {
  position: absolute;
  right: 53.74%;
  top: -40%;
}
.recruit_page .section6 .cont {
  position: relative;
  width: 82%;
  margin: 3vw auto 0;
}
.recruit_page .section6 .txt_box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 3vw 0 3vw;
  width: 54%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/page/img-6.png");
  padding: 4vw 3vw;
}
.recruit_page .section6 .txt_box h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #1a1c3e;
}
.recruit_page .section6 .txt_box .para {
  font-size: 18px;
  line-height: 2;
  color: #b4b5bb;
  margin-top: 20px;
}
.recruit_page .section6 .img_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  top: 2vw;
  overflow: hidden;
  border-radius: 1.5625vw;
}
.recruit_page .section6 .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (min-width: 992px) {
  .recruit_page .section6 .img_box:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.recruit_page .section6 a.more {
  display: block;
  width: 320px;
  font-size: 24px;
  line-height: 80px;
  color: #fff;
  margin: 3vw auto 0;
  border-radius: 40px;
  text-align: center;
  background-image: linear-gradient(90deg, #1013ad, #399bfa);
  box-shadow: 0 1.04vw 2.08vw rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .recruit_page .section6 a.more:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 1600px) {
  .recruit_page .banner .txt .cn {
    font-size: 28px;
    letter-spacing: 18px;
    padding-left: 18px;
  }

  .recruit_page .banner .txt .en {
    font-size: 20px;
  }

  .recruit_page .recruit_tit span {
    font-size: 40px;
  }

  .recruit_page .section1 .para {
    font-size: 16px;
  }

  .recruit_page .section1 .sub_tit {
    font-size: 20px;
  }

  .recruit_page .section1 .item h3 {
    font-size: 16px;
  }

  .recruit_page .section2 .time_line .item {
    font-size: 20px;
  }

  .recruit_page .section2 .recommend .txt_box h3 {
    font-size: 20px;
  }

  .recruit_page .section2 .recommend .txt_box p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }

  .recruit_page .section2 .recommend .info span {
    font-size: 16px;
  }

  .recruit_page .section2 .time_cont .item .img_box h3 {
    font-size: 16px;
  }

  .recruit_page .section2 .time_cont .item .info span {
    font-size: 16px;
  }

  .recruit_page .section3 .item h3 {
    font-size: 16px;
  }

  .recruit_page .section3 .item .date {
    font-size: 16px;
  }

  .recruit_page .section4 .item h3 {
    font-size: 20px;
  }

  .recruit_page .section4 .item p {
    font-size: 15px;
  }

  .recruit_page .section5 .item i {
    height: 50px;
  }

  .recruit_page .section5 .item h3 {
    font-size: 20px;
  }

  .recruit_page .section5 .item .para {
    font-size: 15px;
  }

  .recruit_page .section6 .txt_box h3 {
    font-size: 20px;
  }

  .recruit_page .section6 .txt_box .para {
    font-size: 16px;
  }

  .recruit_page .section6 a.more {
    width: 240px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .recruit_page .banner .txt .cn {
    font-size: 24px;
  }

  .recruit_page .banner .txt .en {
    font-size: 18px;
  }

  .recruit_page .recruit_tit span {
    font-size: 32px;
  }

  .recruit_page .section1 .para {
    line-height: 2;
  }

  .recruit_page .section2 .time_line .item {
    font-size: 18px;
  }

  .recruit_page .section2 .recommend .txt_box p {
    font-size: 15px;
  }

  .recruit_page .section2 .time_cont .item {
    padding-bottom: 50px;
  }

  .recruit_page .section2 .time_cont .item .img_box h3 {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .recruit_page .section2 .time_cont .item .img_box span {
    top: 20px;
  }

  .recruit_page .section2 .time_cont .item .txt_box {
    top: 50px;
  }

  .recruit_page .section2 .time_cont .item .info {
    padding: 0 20px;
  }

  .recruit_page .section2 .time_cont .item .info span {
    line-height: 50px;
  }

  .recruit_page .section2 .time_line .slick-arrow {
    width: 50px;
  }

  .recruit_page .section2 .time_cont .slick-arrow,
  .recruit_page .section3 .slick-arrow,
  .recruit_page .section3 .item i {
    width: 50px;
    height: 50px;
  }

  .recruit_page .section4 .item p,
  .recruit_page .section5 .item .para {
    font-size: 14px;
  }

  .recruit_page .section5 .item .para {
    line-height: 24px;
  }

  .recruit_page .section6 .txt_box .para {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    width: 100%;
  }

  .recruit_page .banner {
    height: 130vw;
  }

  .recruit_page .banner .layers img:nth-of-type(1),
  .recruit_page .banner .layers img:nth-of-type(2) {
    display: none;
  }

  .recruit_page .banner .layers img:nth-of-type(3) {
    width: 80%;
    right: 10%;
    bottom: 25%;
  }

  .recruit_page .banner .txt {
    padding: 0 20px;
  }

  .recruit_page .banner .txt img {
    width: 80%;
  }

  .recruit_page .banner .txt .cn {
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 0;
  }

  .recruit_page .banner .mouse {
    bottom: 20px;
    width: 24px;
    height: 36px;
  }

  .recruit_page .banner .mouse:after {
    top: 4px;
    height: 5px;
  }

  .recruit_page .banner .txt .en {
    font-size: 12px;
  }

  .recruit_page .section1 {
    padding: 60px 20px 0;
  }

  .recruit_page .section1 .item:nth-of-type(3) h3 br,
  .recruit_page .section1 .item:nth-of-type(4) h3 br {
    display: none;
  }

  .recruit_page .recruit_tit span {
    font-size: 20px;
  }

  .recruit_page .recruit_tit:before {
    width: 60px;
    height: 45px;
  }

  .recruit_page .section1 .para {
    width: 100%;
    border-radius: 0 10px 0 10px;
    padding: 40px 20px;
    margin-top: 20px;
  }

  .recruit_page .section1 .para:before {
    top: 20px;
    left: 20px;
  }

  .recruit_page .section1 .para:after {
    right: 20px;
    bottom: 20px;
  }

  .recruit_page .section1 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .recruit_page .section1 .sub_tit {
    font-size: 16px;
    margin-top: 20px;
  }

  .recruit_page .section1 .items {
    margin-top: 20px;
    width: 100%;
  }

  .recruit_page .section1 .item {
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
  }
  .recruit_page .section1 .item:nth-of-type(1), .recruit_page .section1 .item:nth-of-type(2) {
    margin-top: 0;
  }

  .recruit_page .section1 .item h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .recruit_page .section1 .item .ring {
    display: none;
  }

  .recruit_page .section2 {
    padding-top: 60px;
  }

  .recruit_page .section2 .time_line {
    margin-top: 30px;
  }

  .recruit_page .section2 .time_line .items {
    margin-bottom: -1px;
  }

  .recruit_page .section2 .time_line .item {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .recruit_page .section2 .time_line .item:after {
    height: 2px;
    bottom: 0;
  }

  .recruit_page .section2 .time_cont {
    margin-top: 20px;
    padding: 0 20px;
  }

  .recruit_page .section2 .recommend {
    padding: 0;
  }

  .recruit_page .section2 .recommend .box {
    border-radius: 10px 0 10px 0;
  }

  .recruit_page .section2 .recommend .img_box {
    width: 100%;
  }

  .recruit_page .section2 .recommend .txt_box {
    width: 100%;
    padding: 20px;
  }

  .recruit_page .section2 .recommend .txt_box h3 {
    font-size: 16px;
  }

  .recruit_page .section2 .recommend .txt_box h3:before {
    height: 16px;
  }

  .recruit_page .section2 .recommend .txt_box p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin: 10px 0;
  }

  .recruit_page .section2 .recommend .info span {
    font-size: 14px;
  }

  .recruit_page .section2 .recommend .txt_box a.btn {
    display: block;
    position: static;
    margin-top: 10px;
    font-size: 14px;
    width: 90px;
    line-height: 30px;
  }

  .recruit_page .section2 .time_cont .items {
    padding: 0;
  }
  .recruit_page .section2 .time_cont .items .slick-dots {
    text-align: center;
    font-size: 0;
  }
  .recruit_page .section2 .time_cont .items .slick-dots li {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    border-radius: 4px;
    background-color: #c5d5f1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .recruit_page .section2 .time_cont .items .slick-dots li.slick-active {
    background-color: #2350cf;
    width: 24px;
  }
  .recruit_page .section2 .time_cont .items .slick-dots button {
    display: none;
  }

  .recruit_page .section2 .time_cont .slick-list {
    padding: 15px 0;
    margin: 0;
  }

  .recruit_page .section2 .time_cont .item {
    margin: 0;
    border-radius: 0 10px 0 10px;
    overflow: hidden;
  }

  .recruit_page .section2 .time_cont .item .img_box span {
    width: 90px;
    line-height: 30px;
    font-size: 14px;
  }

  .recruit_page .section2 .time_cont .item .info span {
    font-size: 14px;
  }

  .recruit_page .section2 .time_cont .item .txt_box {
    border-radius: 0;
  }

  .recruit_page .section3 {
    padding: 60px 20px 0;
  }

  .recruit_page .section3 .items {
    padding: 0;
  }

  .recruit_page .section3 .slick-list {
    padding: 20px 0 15px;
    margin: 0;
  }

  .recruit_page .section3 .item {
    margin: 0;
    border-radius: 10px 0 10px 0;
  }

  .recruit_page .section3 .item .txt_box {
    padding: 20px;
  }

  .recruit_page .section3 .item .img_box:before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .recruit_page .section3 .item i {
    opacity: 1;
  }

  .recruit_page .section3 .item h3 {
    height: 48px;
  }

  .recruit_page .section3 .item .date {
    font-size: 14px;
  }

  .recruit_page .section3 .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 3px;
  }

  .recruit_page .section3 .slick-dots li.slick-active {
    width: 24px;
  }

  .recruit_page .section4 {
    padding: 60px 20px 0;
  }

  .recruit_page .section4 .items {
    width: 100%;
    margin-top: 20px;
  }
  .recruit_page .section4 .items .slick-dots {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
  }
  .recruit_page .section4 .items .slick-dots li {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    border-radius: 4px;
    background-color: #c5d5f1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .recruit_page .section4 .items .slick-dots li.slick-active {
    background-color: #2350cf;
    width: 24px;
  }
  .recruit_page .section4 .items .slick-dots button {
    display: none;
  }

  .recruit_page .section4 .item {
    width: 100%;
    height: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 10px 0 10px;
  }

  .recruit_page .section4 .item .img_box {
    display: none;
  }

  .recruit_page .section4 .item h3 {
    font-size: 16px;
  }

  .recruit_page .section4 .item .txt_show {
    display: none;
  }

  .recruit_page .section4 .item .txt_hide {
    bottom: 0;
    opacity: 1;
    padding: 20px;
    background-image: none;
    background-color: rgba(16, 19, 173, 0.6);
  }

  .recruit_page .section4 .item h3:before {
    height: 16px;
  }

  .recruit_page .section4 .item p {
    margin-top: 10px;
  }

  .recruit_page .section5 {
    padding: 60px 20px 0;
  }

  .recruit_page .section5 .items {
    width: 100%;
    margin-top: 20px;
  }
  .recruit_page .section5 .items .slick-dots {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
  }
  .recruit_page .section5 .items .slick-dots li {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    border-radius: 4px;
    background-color: #c5d5f1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .recruit_page .section5 .items .slick-dots li.slick-active {
    background-color: #2350cf;
    width: 24px;
  }
  .recruit_page .section5 .items .slick-dots button {
    display: none;
  }

  .recruit_page .section5 .item {
    width: 100%;
  }

  .recruit_page .section5 .item:nth-of-type(2) {
    border-radius: 0;
  }

  .recruit_page .section5 .item:nth-of-type(3) {
    border-radius: 0;
  }

  .recruit_page .section5 .item .img_box {
    border-radius: 10px 0 10px 0;
  }

  .recruit_page .section5 .item .show {
    display: none;
  }

  .recruit_page .section5 .item .hide {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 15px;
  }

  .recruit_page .section5 .item h3 {
    font-size: 16px;
    color: #333;
  }

  .recruit_page .section5 .item .para {
    max-width: 100%;
    color: #808080;
  }

  .recruit_page .section5 .item .para:before {
    margin: 10px auto 5px;
  }

  .recruit_page .section5 .item:before {
    display: none;
  }

  .recruit_page .section6 {
    padding: 60px 20px;
  }

  .recruit_page .section6 .cont {
    margin-top: 20px;
    width: 100%;
    border-radius: 0 10px 0 10px;
    overflow: hidden;
  }

  .recruit_page .section6 .txt_box {
    width: 100%;
    padding: 20px;
    border-radius: 0;
  }

  .recruit_page .section6 .txt_box h3 {
    font-size: 16px;
  }

  .recruit_page .section6 .txt_box .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .recruit_page .section6 .img_box {
    position: static;
    width: 100%;
    border-radius: 0;
    height: 50vw;
  }

  .recruit_page .section6 a.more {
    width: 160px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=recruit.css.map */
