.icon-arrow-down {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -97px -112px;
  background-repeat: no-repeat;
  width: 8px;
  height: 7px;
}

.icon-bucket {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -31px -112px;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
}

.icon-fire {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: 0px -140px;
  background-repeat: no-repeat;
  width: 17px;
  height: 22px;
}

.icon-left_01 {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -25px -140px;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
}

.icon-left_02 {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -39px -140px;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
}

.icon-position {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -79px -112px;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
}

.icon-right_01 {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -53px -140px;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
}

.icon-right_02 {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -67px -140px;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
}

.icon-rocket_default {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 78px;
  height: 104px;
}

.icon-rocket_hover {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -86px 0px;
  background-repeat: no-repeat;
  width: 78px;
  height: 104px;
}

.icon-scope {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: -55px -112px;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
}

.icon-title_left {
  display: inline-block;
  background-image: url("../images/icon-sprites.png");
  background-position: 0px -112px;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
}

.bg_cont .bg_group .bg_div {
  position: relative;
}
.bg_cont .bg_group .bg_div .title-img {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 82px;
}

.com-list-cont {
  padding-top: 40px;
}

.com-list {
  padding-top: 40px;
}

.data-cont {
  padding-top: 40px;
}

.block__title {
  background: #fccfcb;
  padding: 10px 0;
  text-align: center;
  color: #ef3c2a;
  font-weight: bold;
}

.salary {
  color: #ef3c2a;
  vertical-align: top;
}

.tabs-wrap {
  background: #ef3c2a;
}
.tabs-wrap .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-wrap .tabs .tab-item {
  position: relative;
  padding: 20px 30px;
  user-select: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}
.tabs-wrap .tabs .tab-item::after {
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 40px;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  left: 42px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tabs-wrap .tabs .tab-item:hover, .tabs-wrap .tabs .tab-item.active {
  font-weight: bold;
}
.tabs-wrap .tabs .tab-item:hover::after, .tabs-wrap .tabs .tab-item.active::after {
  background-color: #fff;
}

.prism-big-play-btn {
  left: 0 !important;
  right: 0;
  bottom: 0 !important;
  top: 0;
  margin: auto;
}

.intruduce-viedo {
  width: 880px;
  padding-top: 40px;
  margin: 0 auto;
}

.tab-section .tab_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bao-ming {
  background: url("http://pub.job5156.com/winopen/qybaoming.png") no-repeat center;
  width: 142px;
  height: 92px;
  position: absolute;
  bottom: 120px;
  right: -183px;
  cursor: pointer;
}

.intruduce__wrap {
  overflow: hidden;
}
.intruduce__wrap .intruduce__title {
  text-align: center;
  padding: 60px;
}
.intruduce__wrap .intruduce__title .img {
  display: inline;
  width: 220px;
}
.intruduce__wrap .intruduce__text {
  padding: 0 90px 13px 0;
  height: 300px;
  width: 510px;
  display: inline-block;
  font-size: 16px;
  color: #2c2c2c;
  overflow-y: auto;
  position: relative;
}
.intruduce__wrap .intruduce__text::-webkit-scrollbar-track-piece {
  background-color: white;
}
.intruduce__wrap .intruduce__text::-webkit-scrollbar {
  width: 9px;
}
.intruduce__wrap .intruduce__text::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  background-clip: padding-box;
  min-height: 28px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.intruduce__wrap .intruduce__text p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-indent: 2em;
}
.intruduce__wrap .intruduce__text .intruduce_p {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}
.intruduce__wrap .intruduce__text b {
  font-weight: bold;
  color: #333;
}
.intruduce__wrap .intruduce__text .intruduce__title {
  font-size: 36px;
  font-weight: bold;
  color: #020202;
  text-align: left;
  background-image: url("../images/form_1.png");
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 150px auto;
  padding-bottom: 40px;
}
.intruduce__wrap .intruduce__text::before, .intruduce__wrap .intruduce__text::after {
  content: "";
  display: inline-block;
  width: 59px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 59px 53px;
  position: absolute;
  z-index: -1;
}
.intruduce__wrap .intruduce__text::before {
  top: 61px;
  left: 0px;
  background-image: url("../images/form_2.png");
}
.intruduce__wrap .intruduce__text::after {
  bottom: 4px;
  right: 90px;
  background-image: url("../images/form_3.png");
}
.intruduce__wrap .yongkang__intruduce-viedo {
  display: inline-block;
  vertical-align: top;
}

/*# sourceMappingURL=index.css.map */
