
body {
  min-height: 100vh;
  background: url("../img/pc-bg.png") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

.pointer {
  cursor: pointer !important;
}

.page-layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.page-layout-1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.page-wrap {

}

.page-head {
  background: rgba(255, 255, 255, .6);
}

.page-head .page-layout {
  display: flex;
  justify-content: space-between;
}

.page-head .head-logo {
  margin: 0;
  padding: 12px 0;
}

.page-head .head-logo a {
  display: block;
  width: 170px;
}

.page-head .head-logo a img {
  display: block;
  width: 100%;
}

.page-head .head-right {
  display: flex;
  align-items: center;
}

.page-head .head-nav ul, .page-head .head-nav li {
  list-style: none;
  margin: 0;
}

.page-head .head-nav ul {
  display: flex;
  align-items: center;
}

.page-head .head-nav li {
  position: relative;
}

.page-head .head-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 24px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.page-head .head-nav li a:hover {
  font-weight: bold;
}

.page-head .head-nav li.active a {
  font-weight: bold;
}

.page-head .head-nav li.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 6px;
  background: #07CEAD;
  left: 50%;
  transform: translateX(-50%);
}

.page-head .head-mini-btn-box {
  cursor: pointer;
  position: relative;
}

.page-head .head-mini-btn-box .mini-btn {
  padding: 6px 20px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 99px;
  cursor: pointer;
}

.page-head .head-mini-btn-box .mini-btn .btn-icon {
  margin-right: 8px;
}

.page-head .drop-qrcode-box-wrap {
  position: absolute;
  right: 0;
  padding-top: 30px;
  display: none;
}

.page-head .drop-qrcode-box-wrap .arrow-point {
  position: absolute;
  right: 32px;
  top: 12px;
  transform: rotate(90deg);
}

.page-head .drop-qrcode-box {
  display: flex;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.page-head .drop-qrcode-box .qrcode-item {
  flex: 1;
  padding: 0 16px;
  text-align: center;
}

.page-head .drop-qrcode-box .qrcode-item img {
  display: block;
  width: 90px;
  height: 90px;
}

.common-banner .banner-img {
  display: block;
  width: 100%
}

.common-banner .index-banner {
  background: url("../img/zhuangshi-qiu.png") no-repeat 0 440px;
  background-size: 900px;
}

.common-banner .employer-banner {
  background: url("../img/zhuangshi-qiu2.png") no-repeat 224px 296px;
  background-size: 900px;
}

.common-banner .employee-banner {
  background: url("../img/zhuangshi-qiu2.png") no-repeat 224px 296px;
  background-size: 900px;
}

.index-job-box, .employee-desc-box {
  border-radius: 20px;
  width: 1100px;
  margin: 0 auto;
  background: #F4F7FC;
  padding: 0 48px 36px 48px;
  position: relative;

}

.index-job-box .box-head, .employee-desc-box .box-head {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-job-box .box-head .head-text, .employee-desc-box .box-head .head-text {
  width: 670px;
  text-align: center;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-job-box .box-head .text-left, .employee-desc-box .box-head .text-left {
  height: 6px;
  background-image: linear-gradient(to right, #F4F7FC, #C6EFE7);
  flex: 1;
}

.index-job-box .box-head .text-center, .employee-desc-box .box-head .text-center {
  margin: 0 24px;
}

.index-job-box .box-head .text-right, .employee-desc-box .box-head .text-right {
  height: 6px;
  flex: 1;
  background-image: linear-gradient(to right, #C6EFE7, #F4F7FC);
}

.index-job-box .box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.index-job-box .job-item {
  border-radius: 10px;
  background: #fff;
  padding: 24px 26px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 8px;
  line-height: 1;
  transition: all .3s;
}

.index-job-box .job-item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.index-job-box .job-item .item-icon {
  margin-right: 12px;
}

.index-job-box .job-item .item-text {
  letter-spacing: 2px;
}

.page-footer {
  padding: 40px 0;
  color: #fff;
  background: #37405E;
  margin-top: 50px;
}

.page-footer .page-layout-1100 {
  /*opacity: .6;*/
}

.page-footer .footer-top {
  border-bottom: 1px solid #737A8F;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: .4;
  padding: 24px 0 0 0;
  font-size: 12px;
}

.page-footer .footer-bottom a {
  color: #fff;
}

.page-footer .footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
}

.page-footer .footer-bottom .footer-wangan {
  display: flex;
  align-items: center;
  line-height: 1;
}

.page-footer .footer-bottom .footer-wangan img {
  display: block;
  margin-right: 3px;
}

.page-footer .footer-logo a {
  display: block;
  width: 91px;
}

.page-footer .footer-logo-box {
  margin-right: 26px;
  padding-bottom: 6px;
}

.page-footer .footer-logo img {
  display: block;
  width: 100%;
}

.page-footer .footer-slogen-wrap {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.page-footer .footer-slogen {
  font-size: 20px;
}

.page-footer .footer-slogen .slogen-cn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-footer .footer-slogen .slogen-url {
  font-size: 14px;
  letter-spacing: 1px;
}

.page-footer .footer-top-left {
  display: flex;
  align-items: flex-start;
  opacity: .6;
}

.page-footer .footer-contact .contact-title {
  font-size: 20px;
}

.page-footer .footer-contact .contact-cont {
  margin-top: 12px;
}

.page-footer .footer-contact .contact-cont .contact-item {
  margin-top: 4px;
}

.page-footer .footer-qrcode-box {
  display: flex;
  align-items: center;
}

.page-footer .footer-qrcode-box .qrcode-item {
  flex: 1;
  margin-left: 8px;
}

.page-footer .footer-qrcode-box .qrcode-item img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 12px;
}

.page-footer .footer-qrcode-box .qrcode-item .arcode-text {
  text-align: center;
  margin-top: 4px;
  opacity: .6;
}

.common-left-star {
  position: absolute;
  top: -35px;
  left: 24px;
  width: 70px;

}

.employee-desc-box .employee-desc-content {
  display: none;
}

.employee-desc-box .employee-desc-content .desc-box-1 {
  padding-top: 68px;

}

.employee-desc-box .employee-desc-content .desc-box-2 {
  background: #D5F2F2;
  border-radius: 20px;
  padding-top: 90px;
  position: relative;
}

.employee-desc-box .employee-desc-content .desc-box-2 .desc-tab-box {
  display: flex;
  align-items: center;
  position: absolute;
  right: 88px;
  top: 0;
}

.employee-desc-box .employee-desc-content .desc-box-2 .desc-tab-box .tab-item {
  height: 50px;
  padding: 0 18px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.employee-desc-box .employee-desc-content .desc-box-2 .desc-tab-box .tab-item:hover {
  background: rgba(255, 255, 255, .4);
}

.employee-desc-box .employee-desc-content .desc-box-2 .desc-tab-box .tab-item.curr {
  font-weight: bold;
  color: #07CEAD;
  background-image: linear-gradient(0deg, #ffffff 23%, rgba(240, 245, 255, 0.65) 100%);
  box-shadow: 0px 5px 10px 0px rgba(12, 207, 174, 0.3);
  border-radius: 0 0 12px 12px;

}

.employee-desc-box .employee-desc-content .desc-box-3 {
  border-radius: 20px;
  background: url("../img/employee-desc-bg.png") no-repeat center center;
  background-size: cover;
  height: 350px;
  position: relative;
}

.employee-desc-box .employee-desc-content .desc-icon {
  position: absolute;
  top: 36px;
  right: 36px;
  opacity: .3;
}

.employee-desc-box .employee-desc-content .desc-text-box {
  position: absolute;
  left: 400px;
  right: 86px;
  top: 87px;
}

.employee-desc-box .employee-desc-content .desc-text-box .t1 {
  font-size: 30px;
  font-weight: bold;
}

.employee-desc-box .employee-desc-content .desc-text-box .t2 {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
}

.employee-desc-box .employee-desc-content .desc-phone {
  position: absolute;
  left: 0;
  top: -137px;
}

.employer-tedian-box {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}

.employer-tedian-box .tedian-item {
  width: 23%;
}

.employer-tedian-box .tedian-item .item-img {
  display: block;
  width: 100%;
}

.employer-tedian-box .tedian-item .item-tit {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}

.employer-tedian-box .tedian-item .item-text {
  margin-top: 8px;
  text-align: center;

}

.common-box-head {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-box-head .head-text {
  width: 670px;
  text-align: center;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-box-head .text-left {
  height: 6px;
  background-image: linear-gradient(to right, #F4F7FC, #C6EFE7);
  flex: 1;
}

.common-box-head .text-left.dark {
  height: 6px;
  background-image: linear-gradient(to right, #C1EDE5, #94EDDB);
  flex: 1;
}

.common-box-head .text-center {
  margin: 0 24px;
}

.common-box-head .text-right {
  height: 6px;
  flex: 1;
  background-image: linear-gradient(to right, #C6EFE7, #F4F7FC);
}

.common-box-head .text-right.dark {
  height: 6px;
  flex: 1;
  background-image: linear-gradient(to right, #94EDDB, #C1EDE5);
}

.employer-hangye-content {
  width: 1100px;
  margin: 0 auto;
}

.employer-hangye-content .content-in {
  display: flex;
  justify-content: space-between;

}

.employer-hangye-content .hangye-item {
  width: 150px;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  background: red;
  transition: all .3s;
}

.employer-hangye-content .hangye-item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);

}

.employer-hangye-content .hangye-item .item-tit {
  font-size: 20px;
  font-weight: bold;
}

.employer-hangye-content .hangye-item .item-text-box {
  margin-top: 8px;
}

.employer-hangye-content .hangye-item .item-text {
  position: relative;
  padding-left: 16px;
  margin-top: 4px;
}

.employer-hangye-content .hangye-item .item-text:first-child {
  margin-top: 0px;
}

.employer-hangye-content .hangye-item .item-text:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.employer-hangye-content .hangye-item {
  background-size: cover;
}

.employer-hangye-content .hangye-item.heng {
  display: flex;
  width: 100%;
}

.employer-hangye-content .hangye-item.heng .item-text {
  margin: 4px 0 4px 0;
}

.employer-hangye-content .hangye-item.heng .item-tit {
  margin-right: 24px;

}

.employer-hangye-content .hangye-item.heng .item-text-box {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 0;
}

.employer-hangye-content .hangye-item.heng .item-text-box.c3 .item-text {
  width: 33.3%;
}

.employer-hangye-content .hangye-item.heng .item-text-box.c2 .item-text {
  width: 49.9%;
}

.employer-hangye-content .hangye-center .hangye-center-top {
  width: 465px;
  display: flex;
  justify-content: space-between;
}

.employer-hangye-content .hangye-center .hangye-center-bottom {
  width: 465px;
  margin-top: 8px;
}

.employer-hangye-content .hangye-right .hangye-right-top {
  width: 309px;
  display: flex;
  justify-content: space-between;
}

.employer-hangye-content .hangye-right .hangye-right-bottom {
  width: 309px;
  margin-top: 8px;
}

.employer-customer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.employer-customer .customer-item {
  position: relative;
  width: 124px;
  height: 60px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  margin-bottom: 6px;
}

.employer-customer .customer-item .item-gray, .employer-customer .customer-item .item-normal {
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  /*动画元素transform-style*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transition: .8s ease-in-out;
  -moz-transition: .8s ease-in-out;
  /*动画元素背后设置为hidden*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.employer-customer .customer-item .item-gray {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  z-index: 2;
}

.employer-customer .customer-item .item-normal {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  z-index: 1;
}

.employer-customer .customer-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.employer-customer .customer-item .item-gray img {
  /*filter: grayscale(100%);*/
  /*-webkit-filter: grayscale(100%);*/
}

.employer-customer .customer-item .item-gray {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  z-index: 2;
}

/*.employer-customer .customer-item:hover .item-gray {*/
/*-webkit-transform: rotateY(-180deg);*/
/*-moz-transform: rotateY(-180deg);*/
/*}*/

.employer-customer .customer-item:hover .item-normal {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
}






























