.por.active {
  height: 924px;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 809px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.banner-wrap {
  position: relative;
  top: 85px;
  color: #fff;
}

.title {
  margin-bottom: 20px;
  font-size: 34px;
}

.big-title {
  width: 613px;
  height: 156px;
  margin-bottom: 35px;
  background-image: url(../images/txt.png);
  background-repeat: no-repeat;
}

.tips {
  width: 526px;
  height: 70px;
  margin-bottom: 40px;
  border-radius: 40px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  background: linear-gradient(to right, #1bcfe2, #3d56e4);
  background-color: #1bcfe2;
}

.tips span {
  color: #f3f009;
}

.banner-txt {
  line-height: 32px;
}

.banner-r {
  position: absolute;
  top: 0;
  right: -120px;
  width: 487px;
  height: 691px;
  background-image: url(../images/person.png);
  background-repeat: no-repeat;
}

.bg01 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 924px;
  margin-left: -1000px;
  background-image: url(../images/bg01.png);
  background-repeat: no-repeat;
  z-index: -1;
  animation: move01 15s ease-out infinite alternate;
}

.box-icon {
  position: absolute;
  bottom: 240px;
  left: 6.5%;
  margin-top: 466px;
  width: 118px;
  height: 103px;
  background-image: url(../images/box.png);
  background-repeat: no-repeat;
  animation: transLate 5s ease infinite;
}

.main {
  margin-top: -208px;
  text-align: center;
}

.border {
  width: 560px;
  height: 80px;
  padding: 6px 0;
  margin: 0 auto 36px auto;
  background: linear-gradient(to right, #3d56e4, #1bcfe2);
  background-color: #1bcfe2;
  border-radius: 80px;
  font-size: 56px;
}

.main-tips {
  width: 545px;
  height: 80px;
  margin: 0 auto;
  border-radius: 80px;
  background-color: #fff;
}

.main-txt {
  margin-bottom: 120px;
  line-height: 38px;
  font-size: 22px;
}

.main-txt span {
  color: #fc4611;
}

.main-btn {
  margin-bottom: 75px;
}

.main-btn>div {
  width: 400px;
  height: 92px;
  line-height: 92px;
  border-radius: 60px;
  font-size: 38px;
  box-shadow: 0 0 10px #ddd;
  cursor: pointer;
}

.main-btn>div.active {
  background: linear-gradient(to right, #3d56e4, #10dac4);
  background-color: #1bcfe2;
  color: #fff;
}

.main-btn>div:nth-child(2) {
  margin: 0 10px;
}

.main-tab {
  display: none;
  margin-top: 160px;
}

.main-tab.active {
  display: block;
}

.main-tab li {
  position: relative;
  height: 364px;
  margin-bottom: 65px;
  font-size: 16px;
  text-align: left;
}

.main-tab li img {
  border: 10px solid #fff;
  box-shadow: 0 0 10px #ddd;
  transition: transform 1s ease;
}

.main-tab li img:hover {
  transform: translate3d(0, -10px, 0);
}

.main-tab li span {
  color: #fb5a07;
}

.list_l {
  width: 480px;
  margin-right: 50px;
}

.step_wrap {
  position: relative;
  width: 144px;
  height: 108px;
  padding: 18px 0;
  background: linear-gradient(to bottom, #d4defc, #bedaf7);
  background-color: #1bcfe2;
  border-radius: 50%;
  text-align: center;
}

.step {
  width: 108px;
  height: 108px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  line-height: 108px;
  font-size: 24px;
  color: #23b1e3;
  transition: color .5s ease;
}

.step_wrap:hover .step {
  background: linear-gradient(to right, #2e84d9, #13d0c7);
  background-color: #2e84d9;
  color: #fff;
}

.line {
  position: absolute;
  top: 144px;
  left: 50%;
  height: 285px;
  border-left: 1px solid #a2deff;
}

.list_r {
  width: 470px;
}

.list_r, .list_l {
  line-height: 32px;
}

.list_r img, .list_l img {
  margin: 0 auto;
}

.tab_img {
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}

.tab_img01 {
  top: -130px;
  right: -60px;
  width: 609px;
  height: 495px;
  background-image: url(../images/step01.png);
}

.tab_img02 {
  top: -200px;
  left: -60px;
  width: 614px;
  height: 502px;
  background-image: url(../images/step02.png);
}

.tab_img02.active {
  top: -150px;
  left: auto;
  right: -20px;
}

.tab_img03 {
  top: -90px;
  right: -20px;
  width: 597px;
  height: 265px;
  background-image: url(../images/step03.png);
}

.tab_img04 {
  top: -115px;
  left: -60px;
  width: 404px;
  height: 372px;
  background-image: url(../images/step04.png);
}

.tab_img06 {
  top: -115px;
  left: -60px;
  width: 616px;
  height: 364px;
  background-image: url(../images/step06.png);
}

.list_l01 {
  margin-top: 38px;
}

.list_l02 {
  margin-top: -115px;
}

.list_l03 {
  margin-top: 38px;
}

.list_l04 {
  margin-top: -35px;
}

.list_l06 {
  margin-top: -90px;
}

.list_r01 {
  margin-top: -100px;
}

.list_r02 {
  margin-top: 10px;
}

.list_r03 {
  margin-top: -20px;
}

.list_r04 {
  margin-top: 30px;
}

.list_r05 {
  margin-top: -50px;
}

.mt50 {
  margin-top: 50px;
}

.download {
  display: block;
  width: 470px;
  height: 105px;
  margin: 0 auto;
  line-height: 105px;
  background: linear-gradient(to right, #ff7609, #fbca52);
  background-color: #ff7609;
  text-align: center;
  color: #fff;
  font-size: 40px;
  border-radius: 80px;
  transition: box-shadow .5s ease;
}

.download:hover {
  box-shadow: 0 0 80px #ddd;
}

.container {
  position: relative;
  margin-top: -20px;
  overflow: hidden;
}

.bg02 {
  width: 100%;
  margin-top: 100px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.bg03 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1907px;
  height: 1166px;
  margin-left: -954px;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  animation: move01 15s ease-out infinite alternate;
}

.box02 {
  position: absolute;
  top: 370px;
  right: 120px;
  width: 169px;
  height: 147px;
  background-image: url(../images/box02.png);
  background-repeat: no-repeat;
  animation: transLate 5s ease infinite;
}

.hot_title {
  padding-top: 340px;
  margin-bottom: 80px;
  font-size: 54px;
  color: #fff;
  text-align: center;
}

.hot_wrap {
  width: 540px;
  height: 450px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  transition: transform .5s ease;
}

.hot_wrap:hover {
  transform: translate3d(0, -20px, 0);
}

.hot_wrap_tips {
  height: 82px;
  line-height: 82px;
  font-size: 36px;
  color: #fff;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(to right, #fe8932, #fe92a7);
  background-color: #fe8932;
}

.hot_wrap_tips.active {
  background: linear-gradient(to right, #9665f7, #12e2c4);
  background-color: #9665f7;
}

.hot_list {
  padding: 0 30px;
  margin-top: 55px;
  font-size: 16px;
}

.hot_list li {
  margin-bottom: 18px;
}

.hot_list a {
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.job {
  padding-bottom: 100px;
  margin-top: 118px;
  text-align: center;
  font-size: 16px;
}

.job_title {
  margin-bottom: 70px;
  font-size: 54px;
  color: #fff;
}

.job_list {
  padding: 40px 50px 10px 50px;
  background-color: #fff;
  border-radius: 10px;
}

.job_list a {
  width: 240px;
  margin-bottom: 30px;
  margin-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.job_list a:nth-child(4n) {
  margin-right: 0;
}

.num {
  display: none;
}

@keyframes transLate {
  50% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes move01 {
  0% {
    transform: translateX(0) scaleY(1)
  }
  15% {
    transform: translateX(50px) scaleY(1)
  }
  50% {
    transform: translateX(0) scaleY(1)
  }
  85% {
    transform: translateX(50px) scaleY(1)
  }
  100% {
    transform: translateX(0) scaleY(1)
  }
}

@media only all and (min-width:2000px) {
  .banner, .bg01, .bg03 {
    background-size: 100%;
  }
  .banner-r {
    right: -200px;
  }
}

@media screen and (max-width: 1750px) {
  .box-icon {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .tab_img01 {
    right: -30px;
  }
}

@media screen and (max-width: 1290px) {
  .tab_img01 {
    right: 0;
  }
  .tab_img03 {
    right: 30px;
  }
  .tab_img02.active {
    right: 30px;
  }
}

@media screen and (max-width: 1080px) {
  body, html {
    min-width: auto;
  }
  .wrap {
    width: 96%;
  }
  .bg01, .bg03, .banner-r, .line, .box02, .step_wrap {
    display: none;
  }
  .por.active {
    height: auto;
  }
  .banner {
    height: 16.875rem;
    background-image: url(../images/m_banner.png);
    background-size: 100% 100%;
  }
  .banner-wrap {
    top: .5rem;
  }
  .title {
    margin-bottom: .4rem;
    font-size: .8rem;
  }
  .big-title {
    width: 11.325rem;
    height: 2.9rem;
    margin-bottom: .7rem;
    background-size: 100%;
  }
  .tips {
    width: 10rem;
    height: 1.5rem;
    margin-bottom: .8rem;
    border-radius: 1rem;
    line-height: 1.5rem;
    font-size: .8rem;
  }
  .banner-txt {
    line-height: .75rem;
  }
  .main {
    margin-top: 0;
  }
  .border {
    width: 14rem;
    height: 2rem;
    padding: .15rem 0;
    margin: 0 auto .9rem auto;
    border-radius: 2rem;
    font-size: 1.2rem;
  }
  .main-tips {
    width: 13.625rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2rem;
  }
  .main-txt {
    margin-bottom: 1.2rem;
    line-height: 1rem;
    font-size: .7rem;
  }
  .main-btn {
    margin-bottom: 1.2rem;
  }
  .main-btn>div {
    width: 32.2%;
    height: 2.2rem;
    line-height: 2.2rem;
    border-radius: 1.5rem;
    font-size: .9rem;
    box-shadow: 0 0 .4rem #ddd;
  }
  .main-btn>div:nth-child(2) {
    margin: 0 .3rem;
  }
  .main-tab {
    margin-top: 2rem;
  }
  .main-tab li {
    height: auto;
    font-size: .7rem;
    margin-bottom: 1rem;
  }
  .list_l {
    float: none;
    width: 100%;
    margin-top: 0 !important;
    margin-right: 0;
  }
  .list_r, .list_l {
    line-height: 1rem;
  }
  .list_r {
    float: none;
    width: auto;
    margin-top: 0 !important;
  }
  .main-tab li img {
    width: 100% !important;
    height: 100% !important;
    border: .25rem solid #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .tab_img {
    top: 0;
    left: 0;
    right: 0;
    background-size: 100%;
  }
  .tab_img01 {
    width: 15.225rem;
    height: 12.375rem;
  }
  .tab_img02 {
    width: 15.35rem;
    height: 12.55rem;
  }
  .tab_img03 {
    width: 14.925rem;
    height: 6.625rem;
  }
  .tab_img04 {
    width: 10.1rem;
    height: 9.3rem;
  }
  .tab_img02.active {
    right: 0;
    top: 0;
  }
  .tab_img06 {
    width: 15.4rem;
    height: 9.1rem;
  }
  .download {
    width: 11.75rem;
    height: 2.625rem;
    line-height: 2.625rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    border-radius: 2rem;
  }
  .container {
    margin-top: 0;
  }
  .bg02 {
    height: auto;
    margin-top: 0;
    background-image: url('');
    background-color: #3b30c2;
  }
  .hot_title {
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .hot_wrap {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    border-radius: .5rem;
  }
  .hot_wrap_tips {
    height: 2rem;
    line-height: 2rem;
    font-size: .9rem;
    border-radius: .5rem .5rem 0px 0px;
  }
  .hot_list {
    padding: 0 .75rem;
    margin-top: 1rem;
    font-size: .7rem;
  }
  .hot_list {
    margin-bottom: .4rem;
  }
  .job {
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: .7rem;
  }
  .job_title {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }
  .job_list {
    padding: 1rem 1rem .25rem;
    border-radius: .25rem;
  }
  .job_list a {
    display: block;
    float: none;
    width: 95%;
    margin-bottom: .7rem;
    margin-right: 0;
    text-align: left;
  }
  .mt50 {
    margin-top: .7rem;
  }
  .num {
    display: block;
    margin-bottom: .3rem;
    font-size: .8rem;
  }
}
