h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
}

html,
body,
div,
p,
span,
i,
aside,
section,
br,
input,
strong,
b,
a,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
tr,
th,
td,
blockquote,
small,
title,
header,
footer,
nav,
button {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

ul li,
ol li {
  list-style-type: none;
}

body {
  font-size: 0.48rem;
  font-weight: normal;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #fff;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #08105a;
  -webkit-text-size-adjust: none;
  -webkit-user-drag: none;
}

#dowebok {
  margin: 0 auto;
  width: 15rem;
  position: relative;
  top: 0;
  left: 0;
}

#dowebok i.icon-arrow {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0.4rem;
  left: 0;
  margin: 0 auto;
  width: 1.06rem;
  height: 0.68rem;
  background: url(/Common/Images/hbjob/icon_arrow_down.png) transparent center top no-repeat;
  background-size: 100% auto;
  -webkit-animation: moving 1s ease infinite;
          animation: moving 1s ease infinite;
}

#dowebok > .section {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(/Common/Images/hbjob/bg_background.jpg) #08105a center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section i.icon-tower {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 15rem;
  height: 5.6rem;
  background: url(/Common/Images/hbjob/icon_tower.png) transparent center bottom no-repeat;
  background-size: 100% auto;
}

#dowebok > .section i.icon-logo {
  display: block;
  position: absolute;
  top: 2.4rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 8.8rem;
  height: 1.84rem;
  background: url(/Common/Images/hbjob/logo_hb.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section i.icon-frame {
  display: block;
  position: absolute;
  top: 4.8rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 15rem;
  height: 16.06rem;
  background: url(/Common/Images/hbjob/icon_frame.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section i.icon-year {
  display: block;
  position: absolute;
  top: 8rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 2.82rem;
  height: 0.72rem;
  background: url(/Common/Images/hbjob/icon_year.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section i.icon-msg {
  position: absolute;
  position: absolute;
  top: 9.4rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 12.38rem;
  height: 7.42rem;
  background: url(/Common/Images/hbjob/icon_msg.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section i.icon-tip {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 3.7rem;
  left: 0;
  margin: 0 auto;
  width: 8.24rem;
  height: 0.6rem;
  background: url(/Common/Images/hbjob/icon_platform.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section i.icon-tip:before, #dowebok > .section i.icon-tip:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.28rem;
  height: 0.58rem;
  content: "";
}

#dowebok > .section i.icon-tip:before {
  left: -0.7rem;
  background: url(/Common/Images/hbjob/icon_arrow_left.png) transparent left center no-repeat;
  background-size: 100% auto;
  -webkit-animation: flashing 1.5s linear infinite;
          animation: flashing 1.5s linear infinite;
}

#dowebok > .section i.icon-tip:after {
  right: -0.7rem;
  background: url(/Common/Images/hbjob/icon_arrow_right.png) transparent right center no-repeat;
  background-size: 100% auto;
  -webkit-animation: flashing 1.5s linear infinite;
          animation: flashing 1.5s linear infinite;
}

#dowebok > .section .bjx-title {
  padding-top: 1.14rem;
  margin: 0 auto;
  width: 5.7rem;
  height: 3.44rem;
  background: url(/Common/Images/hbjob/bg_title.png) transparent center bottom no-repeat;
  background-size: 100% auto;
  background-size: 5.7rem auto;
  text-align: center;
}

#dowebok > .section .bjx-title > img {
  margin-top: 0.2rem;
  width: 5rem;
}

#dowebok > .section .content-introduction {
  position: absolute;
  top: 5.6rem;
  right: 1rem;
  bottom: 0.8rem;
  left: 1rem;
  z-index: 1;
  font-size: 0.56rem;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
  text-align: justify;
}

#dowebok > .section .content-introduction > p {
  text-indent: 2em;
}

#dowebok > .section .service-list {
  margin-top: 0.4rem;
  padding: 0 0.9rem;
  zoom: 1;
}

#dowebok > .section .service-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .service-list > li {
  float: left;
  margin: 0.4rem 0.6rem;
  width: 3.2rem;
}

#dowebok > .section .service-list > li > a {
  float: left;
  width: 3.2rem;
}

#dowebok > .section .service-list > li > a > span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #2968b0;
  background-image: linear-gradient(-49deg, #00f08c, #2968b0);
}

#dowebok > .section .service-list > li > a > span > i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#dowebok > .section .service-list > li > a > label {
  display: block;
  font-size: 0.64rem;
  font-weight: normal;
  line-height: 2;
  color: #fff;
  text-align: center;
}

#dowebok > .section .service-list > li:nth-child(1) span > i {
  width: 1.08rem;
  height: 1.08rem;
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.6rem -0.8rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .service-list > li:nth-child(2) span > i {
  width: 1.34rem;
  height: 1.14rem;
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.48rem -3.86rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .service-list > li:nth-child(3) span > i {
  width: 1.06rem;
  height: 1.18rem;
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.62rem -6.86rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .service-list > li:nth-child(4) span > i {
  width: 1.14rem;
  height: 1.12rem;
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.62rem -10.02rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .service-list > li:nth-child(5) span > i {
  width: 1.2rem;
  height: 1.08rem;
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.58rem -12.92rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .service-list > li:nth-child(6) span > i {
  width: 1.14rem;
  height: 1.02rem;
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.58rem -16.22rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .service-list > li:nth-child(7) span > i {
  width: 1.24rem;
  height: 1.16rem;
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.52rem -19.82rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .field-tip {
  font-size: 0.72rem;
  font-weight: normal;
  line-height: 1.5;
  color: #50efc3;
  text-align: center;
}

#dowebok > .section .subdivision-tip {
  font-size: 0.72rem;
  font-weight: normal;
  line-height: 1.5;
  color: #50efc3;
  text-align: center;
}

#dowebok > .section .message-tip {
  margin: 0.8rem 0 0.2rem;
  font-size: 0.64rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

#dowebok > .section .recruit-list {
  padding: 0 1.6rem;
  zoom: 1;
}

#dowebok > .section .recruit-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .recruit-list > li {
  float: left;
  margin: 0.2rem;
  padding: 0 0.48rem;
  width: 5.5rem;
  font-size: 0.56rem;
  font-weight: normal;
  line-height: 3;
  color: #fff;
  text-align: left;
  background-color: #113680;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f2f63), to(#113680));
  background-image: linear-gradient(left, #1f2f63, #113680);
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#dowebok > .section .recruit-list > li > i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 0.32rem;
  left: 0;
  margin-right: 0.4rem;
  width: 1.12rem;
  height: 1.12rem;
}

#dowebok > .section .recruit-list > li:nth-of-type(1) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.52rem -22.54rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recruit-list > li:nth-of-type(2) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.4rem -24.54rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recruit-list > li:nth-of-type(3) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.54rem -27.08rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recruit-list > li:nth-of-type(4) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.58rem -29.16rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recruit-list > li:nth-of-type(5) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.64rem -31.38rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recruit-list > li:nth-of-type(6) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.68rem -33.76rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recruit-list > li:nth-of-type(7) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.6rem -36.04rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recruit-list > li:nth-of-type(8) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.68rem -38.3rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recruit-list > li:nth-of-type(9) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.66rem -40.64rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .campus-tip {
  margin: 0.8rem 0.9rem;
  font-size: 0.56rem;
  font-weight: normal;
  line-height: 2;
  color: #fff;
  text-indent: 2em;
  text-align: justify;
}

#dowebok > .section .campus-list {
  margin: 0 0.62rem;
  zoom: 1;
}

#dowebok > .section .campus-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .campus-list > li {
  float: left;
  margin: 0.28rem;
  position: relative;
  top: 0;
  left: 0;
  width: 6.28rem;
  height: 3.88rem;
  overflow: hidden;
}

#dowebok > .section .campus-list > li > img {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6.28rem;
}

#dowebok > .section .star-tip {
  font-size: 0.72rem;
  font-weight: normal;
  line-height: 2;
  color: #fff;
  text-align: center;
}

#dowebok > .section .star-list {
  margin: 0 0.8rem;
  position: relative;
  top: 0;
  left: 0;
}

#dowebok > .section .star-list:before {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0.4rem;
  margin: auto 0;
  width: 0.04rem;
  background-color: rgba(75, 96, 151, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}

#dowebok > .section .star-list > li {
  margin: 0.36rem 0 0.36rem 1.2rem;
  position: relative;
  top: 0;
  left: 0;
}

#dowebok > .section .star-list > li.special {
  counter-increment: number;
}

#dowebok > .section .star-list > li:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.2rem;
  margin: auto 0;
  width: 0.84rem;
  height: 0.84rem;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #112c74;
  content: counter(number);
}

#dowebok > .section .star-list > li.current:before {
  left: -1.1rem;
  width: 0;
  height: 0;
  border-top: 0.3rem solid #646d96;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  content: "";
  background-color: transparent;
  border-radius: 0;
}

#dowebok > .section .star-list > li > p {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.2rem 0.24rem 0.2rem 2.6rem;
  font-size: 0.52rem;
  font-weight: normal;
  line-height: 2;
  color: #fff;
  background-color: #112c74;
  border: 0.04rem solid rgba(75, 96, 151, 0.5);
  border-radius: 0.2rem;
}

#dowebok > .section .star-list > li > p > span {
  display: block;
  position: absolute;
  top: 0.24rem;
  bottom: 0.2rem;
  left: 0.2rem;
  margin: auto 0;
  font-size: 0.52rem;
  font-weight: bold;
  line-height: 2;
  color: #cbffe9;
}

#dowebok > .section .star-list > li.current > p {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

#dowebok > .section .star-list > li.current > p > span {
  padding: 0.2rem 0.24rem;
  position: static;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #112c74;
  border: 0.04rem solid rgba(75, 96, 151, 0.5);
  border-radius: 0.2rem;
}

#dowebok > .section .recommend-list {
  margin: 0 0.3rem;
  zoom: 1;
}

#dowebok > .section .recommend-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .recommend-list > li {
  float: left;
  margin: 0.28rem 0.18rem;
  width: 4.4rem;
}

#dowebok > .section .recommend-list > li > .top, #dowebok > .section .recommend-list > li > .bottom {
  height: 0.6rem;
}

#dowebok > .section .recommend-list > li > .top {
  background: url(/Common/Images/hbjob/recommend_top.png?v=2) transparent center top no-repeat;
  background-size: 100% auto;
  background-size: 4.4rem auto;
}

#dowebok > .section .recommend-list > li > .bottom {
  background: url(/Common/Images/hbjob/recommend_bottom.png?v=2) transparent center bottom no-repeat;
  background-size: 100% auto;
  background-size: 4.4rem auto;
}

#dowebok > .section .recommend-list > li > .index {
  padding: 0.3rem 0;
  text-align: center;
  background: url(/Common/Images/hbjob/recommend_index.png?v=1) transparent center top repeat-y;
  background-size: 100% auto;
  background-size: 4.4rem auto;
}

#dowebok > .section .recommend-list > li > .index > i {
  display: block;
  margin: 0 auto;
  width: 1.38rem;
  height: 1.38rem;
}

#dowebok > .section .recommend-list > li > .index > p {
  font-size: 0.64rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#dowebok > .section .recommend-list > li > .index span {
  display: block;
  height: 1.44rem;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 1.5;
  color: #dee3ff;
  overflow: hidden;
  text-overflow: ellipsis;
}

#dowebok > .section .recommend-list > li:nth-child(1) > .index > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.48rem -42.4rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recommend-list > li:nth-child(2) > .index > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.5rem -44.4rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recommend-list > li:nth-child(3) > .index > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.5rem -46.54rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recommend-list > li:nth-child(4) > .index > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.48rem -48.46rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recommend-list > li:nth-child(5) > .index > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.48rem -50.28rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .recommend-list > li:nth-child(6) > .index > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.5rem -52.32rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .extension-box {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 1.9rem auto 0;
  width: 11.56rem;
  height: 11.56rem;
  background: url(/Common/Images/hbjob/extension_circle.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section .extension-box > i {
  display: block;
  position: absolute;
  background-image: radial-gradient(circle, #0c1a5b, #00739d);
  border-radius: 50%;
}

#dowebok > .section .extension-box > i:nth-child(1) {
  top: 0;
  left: 3.48rem;
  width: 0.78rem;
  height: 0.78rem;
}

#dowebok > .section .extension-box > i:nth-child(2) {
  top: 6.3rem;
  right: 1.36rem;
  width: 0.78rem;
  height: 0.78rem;
}

#dowebok > .section .extension-box > i:nth-child(3) {
  bottom: -1.96rem;
  left: 4.16rem;
  width: 1.24rem;
  height: 1.24rem;
}

#dowebok > .section .extension-box > ul {
  zoom: 1;
}

#dowebok > .section .extension-box > ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .extension-box > ul > li {
  float: left;
  position: absolute;
  width: 3.94rem;
  height: 3.94rem;
  font-size: 0.64rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle, #0c1a5b, #00739d);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dowebok > .section .extension-box > ul > li:nth-child(1) {
  padding: 1rem 0;
  top: 0.98rem;
  left: -0.88rem;
}

#dowebok > .section .extension-box > ul > li:nth-child(2) {
  padding: 1rem 0;
  top: 0.98rem;
  right: -0.6rem;
}

#dowebok > .section .extension-box > ul > li:nth-child(3) {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1.4rem 0;
  font-size: 0.72rem;
  font-weight: normal;
}

#dowebok > .section .extension-box > ul > li:nth-child(4) {
  padding: 1rem 0;
  bottom: -1rem;
  left: 0.16rem;
}

#dowebok > .section .extension-box > ul > li:nth-child(5) {
  padding: 1rem 0;
  bottom: -1rem;
  right: 0.16rem;
}

#dowebok > .section .brand-box {
  margin: 1.2rem 1rem 0;
}

#dowebok > .section .brand-box > ul > li {
  margin-bottom: 1rem;
  position: relative;
  top: 0;
  left: 0;
  padding: 0.7rem 0.7rem 0.7rem 1.48rem;
  font-size: 0.56rem;
  font-weight: normal;
  line-height: 2;
  color: #fff;
  background-color: #101658;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d1e75), to(#101658));
  background-image: linear-gradient(top, #0d1e75, #101658);
  border: 1px solid #435998;
  border-radius: 0.3rem;
}

#dowebok > .section .brand-box > ul > li:before, #dowebok > .section .brand-box > ul > li:after {
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
}

#dowebok > .section .brand-box > ul > li:before {
  top: -0.04rem;
  left: -0.04rem;
  border-top: 0.06rem solid #5a90f9;
  border-left: 0.06rem solid #5a90f9;
  border-radius: 0.3rem 0 0 0;
}

#dowebok > .section .brand-box > ul > li:after {
  right: -0.04rem;
  bottom: -0.04rem;
  border-right: 0.06rem solid #5a90f9;
  border-bottom: 0.06rem solid #5a90f9;
  border-radius: 0 0 0.3rem 0;
}

#dowebok > .section .brand-box > ul > li > i {
  display: block;
  position: absolute;
  top: 1rem;
  left: 0.6rem;
  width: 0.44rem;
  height: 0.54rem;
  background: url(/Common/Images/hbjob/icon_brand.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section .salary-section {
  display: block;
  margin: 0 auto;
  width: 9rem;
  text-align: center;
}

#dowebok > .section .infor-list {
  margin: 1rem 0.8rem;
}

#dowebok > .section .infor-list > ul {
  zoom: 1;
  padding: 0.6rem 0.2rem;
  background-color: #111a58;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#025679), to(#111a58));
  background-image: linear-gradient(top, #025679, #111a58);
  border-radius: 0.2rem;
}

#dowebok > .section .infor-list > ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .infor-list > ul > li {
  float: left;
  width: 3.2rem;
  text-align: center;
}

#dowebok > .section .infor-list > ul > li > i {
  display: block;
  margin: 0 auto 0.2rem;
  width: 2.06rem;
  height: 2.06rem;
}

#dowebok > .section .infor-list > ul > li > span {
  display: block;
  font-size: 0.56rem;
  font-weight: normal;
  line-height: 2;
  color: #fff;
}

#dowebok > .section .infor-list > ul > li:nth-child(1) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.08rem -54.32rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .infor-list > ul > li:nth-child(2) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.08rem -56.74rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .infor-list > ul > li:nth-child(3) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.08rem -59.54rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .infor-list > ul > li:nth-child(4) > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.04rem -62.34rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .infor-box {
  margin: 3.6rem auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 9.66rem;
  height: 3.52rem;
  background: url(/Common/Images/hbjob/infor_box.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section .infor-box > ul > li {
  float: left;
  position: absolute;
  width: 2.82rem;
  text-align: center;
}

#dowebok > .section .infor-box > ul > li > span, #dowebok > .section .infor-box > ul > li > label {
  display: block;
}

#dowebok > .section .infor-box > ul > li > span {
  font-size: 0.56rem;
  font-weight: normal;
  line-height: 2;
  color: #fff;
}

#dowebok > .section .infor-box > ul > li > label {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1.68rem;
  height: 1.68rem;
  background-color: #0683a2;
  background-image: radial-gradient(circle, #0c1a5b, #0683a2);
  border-radius: 50%;
}

#dowebok > .section .infor-box > ul > li > label > i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.02rem;
  height: 1.02rem;
}

#dowebok > .section .infor-box > ul > li:nth-child(1) {
  top: -2.2rem;
  left: 1rem;
}

#dowebok > .section .infor-box > ul > li:nth-child(1) > label > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent 0.02rem -64.8rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .infor-box > ul > li:nth-child(2) {
  top: -2.2rem;
  right: 1rem;
}

#dowebok > .section .infor-box > ul > li:nth-child(2) > label > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -1.3rem -64.8rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .infor-box > ul > li:nth-child(3) {
  top: auto;
  bottom: -0.4rem;
  left: -2rem;
}

#dowebok > .section .infor-box > ul > li:nth-child(3) > label > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent 0 -66.1rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .infor-box > ul > li:nth-child(4) {
  top: auto;
  right: 0;
  bottom: -0.8rem;
  left: 0;
  margin: 0 auto;
}

#dowebok > .section .infor-box > ul > li:nth-child(4) > label {
  padding: 0.52rem 0;
  width: 2.82rem;
  height: 2.82rem;
  font-size: 0.64rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: -webkit-border-box;
          box-sizing: -webkit-border-box;
  box-sizing: -moz-border-box;
  box-sizing: border-box;
}

#dowebok > .section .infor-box > ul > li:nth-child(5) {
  top: auto;
  bottom: -0.4rem;
  right: -2rem;
}

#dowebok > .section .infor-box > ul > li:nth-child(5) > label > i {
  background: url(/Common/Images/hbjob/sprite.png) transparent -1.28rem -66.22rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .instiution-list {
  position: relative;
  top: 0;
  left: 0;
  margin: 0.5rem 0.9rem 0;
}

#dowebok > .section .instiution-list > ul {
  zoom: 1;
}

#dowebok > .section .instiution-list > ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .instiution-list > ul > li {
  float: left;
  margin: 0.1rem;
  padding: 0.3rem 0;
  width: 3.1rem;
  background-color: #fff;
}

#dowebok > .section .instiution-list > ul > li > span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto 0.2rem;
  width: 2.26rem;
  height: 2.26rem;
}

#dowebok > .section .instiution-list > ul > li > span > img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.26rem;
}

#dowebok > .section .instiution-list > ul > li > label {
  display: block;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 2;
  color: #323333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#dowebok > .section .enterprise-list {
  margin: 0.5rem 0.8rem 0;
}

#dowebok > .section .enterprise-list > ul {
  zoom: 1;
}

#dowebok > .section .enterprise-list > ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .enterprise-list > ul > li {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  margin: 0.1rem;
  width: 3.14rem;
  height: 1.26rem;
  overflow: hidden;
}

#dowebok > .section .enterprise-list > ul > li > img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.14rem;
}

#dowebok > .section .contact-box {
  margin: 1.2rem 1rem;
  padding: 0.6rem 1rem;
  background-color: #222674;
  background-image: linear-gradient(40deg, rgba(34, 38, 116, 0.78) 20%, rgba(0, 144, 104, 0.78) 50%, #08105d);
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0.1rem 1rem rgba(16, 29, 90, 0.23);
          box-shadow: 0 0 0.1rem 1rem rgba(16, 29, 90, 0.23);
}

#dowebok > .section .contact-box > p {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.12rem;
  font-size: 0.72rem;
  font-weight: normal;
  line-height: 2;
  color: #fff;
}

#dowebok > .section .contact-box > p > i {
  display: block;
  position: absolute;
  top: 0.34rem;
  left: 0;
  width: 0.68rem;
  height: 0.68rem;
}

#dowebok > .section .contact-box > p > i.icon-person {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.08rem -67.68rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .contact-box > p > i.icon-fixedtel {
  background: url(/Common/Images/hbjob/sprite.png) transparent -1.46rem -67.68rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .contact-box > p > i.icon-tel {
  background: url(/Common/Images/hbjob/sprite.png) transparent -0.06rem -68.76rem no-repeat;
  background-size: 100% auto;
  background-size: 2.24rem auto;
}

#dowebok > .section .contact-list {
  margin: 0.5rem 2rem 0;
}

#dowebok > .section .contact-list > ul {
  zoom: 1;
}

#dowebok > .section .contact-list > ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

#dowebok > .section .contact-list > ul > li {
  float: left;
  margin: 0.2rem;
  width: 5rem;
  text-align: center;
}

#dowebok > .section .contact-list > ul > li > span {
  display: block;
  margin: 0 auto 0.2rem;
  position: relative;
  top: 0;
  left: 0;
  width: 3.56rem;
  height: 3.56rem;
  background: url(/Common/Images/hbjob/bg_qrcode.png) transparent center top no-repeat;
  background-size: 100% auto;
}

#dowebok > .section .contact-list > ul > li > span > img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#dowebok > .section .contact-list > ul > li > label {
  display: block;
  font-size: 0.52rem;
  font-weight: normal;
  line-height: 2;
  color: #bbddff;
  text-align: center;
}

#dowebok > .section .contact-list > ul > li:nth-child(1) > span > img {
  width: 2.98rem;
}

#dowebok > .section .contact-list > ul > li:nth-child(2) > span > img {
  width: 3.04rem;
}

#dowebok > .section .contact-list > ul > li:nth-child(3) > span > img {
  width: 2.98rem;
}

#dowebok > .section .contact-list > ul > li:nth-child(4) > span > img {
  width: 2.96rem;
}

#dowebok .active .icon-tower {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .icon-year {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

#dowebok .active .icon-msg {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .content-introduction > p:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#dowebok .active .content-introduction > p:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#dowebok .active .content-introduction > p:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#dowebok .active .content-introduction > p:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

#dowebok .active .content-introduction > p:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#dowebok .active .content-introduction > p:nth-child(6) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

#dowebok .active .subdivision-tip {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

#dowebok .active .message-tip {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .recruit-list > li:nth-child(1), #dowebok .active .recruit-list > li:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#dowebok .active .recruit-list > li:nth-child(3), #dowebok .active .recruit-list > li:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#dowebok .active .recruit-list > li:nth-child(5), #dowebok .active .recruit-list > li:nth-child(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#dowebok .active .recruit-list > li:nth-child(7), #dowebok .active .recruit-list > li:nth-child(8) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#dowebok .active .recruit-list > li:nth-child(9), #dowebok .active .recruit-list > li:nth-child(10) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

#dowebok .active .campus-list > li:nth-child(1), #dowebok .active .campus-list > li:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .campus-list > li:nth-child(3), #dowebok .active .campus-list > li:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#dowebok .active .star-list {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .extension-box > ul > li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#dowebok .active .extension-box > ul > li:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .extension-box > ul > li:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#dowebok .active .extension-box > ul > li:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#dowebok .active .extension-box > ul > li:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#dowebok .active .infor-list > ul > li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#dowebok .active .infor-list > ul > li:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .infor-list > ul > li:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#dowebok .active .infor-list > ul > li:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#dowebok .active .infor-box > ul > li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#dowebok .active .infor-box > ul > li:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .infor-box > ul > li:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#dowebok .active .infor-box > ul > li:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#dowebok .active .infor-box > ul > li:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#dowebok .active .enterprise-list {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .contact-list > ul > li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#dowebok .active .contact-list > ul > li:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#dowebok .active .contact-list > ul > li:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#dowebok .active .contact-list > ul > li:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes flashing {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes flashing {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes moving {
  to {
    bottom: 0.2rem;
  }
}

@keyframes moving {
  to {
    bottom: 0.2rem;
  }
}

.off, .play_yinfu {
  background-position: center center;
}

#audio_btn, .loading_yinfu, .off, .play_yinfu {
  background-repeat: no-repeat;
}

.rotate {
  position: absolute;
}

.loading_yinfu, .rotate {
  width: 0.8rem;
  height: 0.8rem;
}

#audio_btn {
  right: 0.4rem;
  top: 0.4rem;
  z-index: 200;
  width: 1.6rem;
  height: 1.6rem;
  position: fixed;
}

.loading_yinfu, .rotate {
  width: 0.8rem;
  height: 0.8rem;
}

.off {
  right: 0.4rem;
  top: 0.4rem;
}

.off div {
 
  margin: .4rem auto;
}

.rotate {
  background: url(/Common/Images/hbjob/music_on.png) transparent center center no-repeat;
  background-size: 100% auto;
}

.rotate {
  right: 0.4rem;
  top: 0.4rem;
  -webkit-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
  cursor: pointer;
}

.off {
  background: url(/Common/Images/hbjob/music_on.png) transparent center center no-repeat;
  background-size: 100% auto;
  background-size: 0.8rem auto;
}

.play_yinfu {
  background: url(/Common/Images/hbjob/music.gif) transparent center center no-repeat;
  background-size: 100% auto;
}

.off div {
  width: 0.8rem;
  height: 0.8rem;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=type.css.map */