html {
  position: relative;
  min-width: 1200px!important;
  overflow-x: auto!important;
  overflow-y: hidden!important;
}
.recruit .text2 {
  height: 70px;
  width: auto;
  margin-top: 27px;
}
.recruit .wrap {
  position: relative;
}
@media screen and (max-width: 14000px) {
  .recruit .wrap {
    width: 1000px;
  }
  .recruit .text img {
    max-width: 400px;
  }
}
.recruit .fp-tableCell {
  text-align: center;
}
.recruit .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 140px 70px 70px;
}
.recruit .frame .border {
  position: relative;
  width: 100%;
  height: 100%;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  background: url('/images/recruit/frame-bottom.png') 50% 100% no-repeat;
  opacity: .2;
  z-index: 999;
}
.recruit .frame .border .inner {
  width: 100%;
  height: 100%;
  background: url("/images/recruit/frame-right.png") 100% 50% no-repeat;
}
.recruit .frame .scrolltips {
  position: absolute;
  left: 50%;
  margin-left: -31px;
  bottom: 58px;
  width: 62px;
  height: 25px;
  background: url("/images/recruit/ico-arrow.png") 0 0 no-repeat;
  cursor: pointer;
  z-index: 999;
}
.recruit .frame .scrolltips.scrolltips-prev {
  display: none;
  background: url("/images/recruit/ico-arrow-up.png") 0 0 no-repeat;
}
.recruit .frame .pagination {
  position: absolute;
  right: 66px;
  top: 50%;
  margin-top: 0;
  z-index: 999;
}
.recruit .frame .pagination a {display: block;
  margin-bottom: 12px;
  width: 12px;
  height: 12px;background-repeat: no-repeat;}
.recruit .frame .pagination a.active {background-repeat: no-repeat;}
.recruit .section {
  overflow: hidden;
}
.recruit .section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
}
.recruit .section .text {
  position: relative;
  z-index: 10;
}
@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes translateY {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bgscale {
  0% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bgscale {
  0% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.recruit .section.animated .bg {
  background-origin: center center;
  -webkit-animation: bgscale 5s 1s ease both;
  animation: bgscale 5s 1s ease both;
}
.recruit .section.animated .text1 {
  -webkit-animation: translateY 2s ease both;
  animation: translateY 2s ease both;
}
.recruit .section.animated .text2 {
  -webkit-animation: translateY 2s 1s ease both;
  animation: translateY 2s 1s ease both;
}
.recruit .section.animated.section1 .text {
  -webkit-animation: fadeIn 2s ease forwards;
  animation: fadeIn 2s ease forwards;
}
.recruit .head-fixed {
  position: fixed;
  left: 0;
  top: 0;
  height: 75px;
  width: 100%;
  background: #333333;
  z-index: 999;
  transition: background .5s;
}
.recruit .head-fixed .logo {
  position: absolute;
  left: 0;
  height: 75px;
}
.recruit .head-fixed .logo img {
  vertical-align: middle;
}
.recruit .head-fixed .logo span {
  font-size: 20px;
  color: #eeecec;
  margin-left: 14px;
  line-height: 75px;
}
.recruit .head-fixed .tohome {
  position: absolute;
  right: 0;
  top: 0;
  height: 75px;
  line-height: 75px;
}
.recruit .head-fixed .tohome img {
  vertical-align: middle;
}
.recruit .head-fixed .tohome:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
}
.recruit .head-fixed.opacity {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
  background: rgba(0, 0, 0, 0.6);
}
.recruit .head-fixed .wrap {
  height: 75px;
}
.recruit .section1 .frame {
  padding: 150px 70px 70px 70px;
}
.recruit .section1 .fp-tableCell {
  position: relative;
}
.recruit .section1 .bg {
  background: url(/images/recruit/page1-bg.jpg) no-repeat center center;
}
.recruit .section2 .bg {
  background: url(/images/recruit/page2-bg.jpg) no-repeat center center;
}
.recruit .section3 .bg {
  background: url(/images/recruit/page3-bg.jpg) no-repeat center center;
}
.recruit .section4 .bg {
  background: url(/images/recruit/page4-bg.jpg) no-repeat center center;
}
.recruit .section5 .bg {
  background: url(/images/recruit/page5-bg.jpg) no-repeat center center;
}
.recruit .frame .pagination a{background-position:0px 0px}.recruit .frame .pagination a.active{background-position:-12px 0px}.recruit .frame .pagination a,.recruit .frame .pagination a.active{background-image: url(/css/recruit_z.png)}