body {
  background: #ebecf1;
  overflow: hidden;
}
.absolute-bg {
  position: relative;
  z-index: -1;
}
.absolute-bg > .stretch-bg {
  position: absolute;
  top: 0;
  left: 0;
}
/*企业计划*/
#com_plan {
  margin-top: 756px;
}
#com_plan .text_intro {
  padding-top: 16px;
  padding-bottom: 40px;
  position: relative;
}
#com_plan .text_intro .content_detail p {
  margin-top: 36px;
}
#com_plan .text_intro #see_more {
  width: 24px;
  height: 23px;
  background: url("../img/see_more.png");
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
section {
  margin: 100px auto 46px;
  width: 1000px;
  color: #fff;
}
section > .title {
  height: 56px;
  line-height: 66px;
  font-size: 35px;
  text-align: center;
}
section > .title > .title_box {
  min-width: 308px;
  height: 56px;
  position: relative;
  display: inline-block;
  background-color: #A0B0C9;
}
section > .title .lf_bg {
  background: url("../img/titleL.png") no-repeat;
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 56px;
}
section > .title .rt_bg {
  background: url("../img/titleR.png") no-repeat;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 56px;
}
section > .text_intro {
  border-top: 1px solid #a7b6cd;
  padding: 52px 38px 10px;
  font-size: 18px;
  line-height: 1.9;
  background: url("../img/daub.png");
}
#com_fc .text_intro {
  overflow: hidden;
  padding: 45px 5px;
  letter-spacing: -6px;
}
#carousel_container {
  width: 960px;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#carousel {
  height: 200px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#carousel > li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
#carousel > li img {
  display: block;
  width: 320px;
  height:214px;
}
/*倍增企业热聘榜*/
#com_hot .text_intro {
  padding: 39px 20px 9px;
}
#com_hot .company-group a {
    font-size:0;
  display: inline-block;
  margin: 0 18px 30px;
  width: 200px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  background: white;
}
#com_hot .company-group img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#rocket {
  background: url("../img/rokect_active.png") no-repeat;
  width: 50px;
  height: 84px;
  position: fixed;
  bottom: 20%;
  right: 30px;
  display: none;
}
#rocket:hover {
  background: url("../img/rokect_default.png") no-repeat;
}
