@charset "UTF-8";
html {
  font-size: 14px;
  font-family: 'Microfot Yahei', Arial, Helvetica, 'Microfot Yahei',sans-serif;
  background: #fff;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

html, body, h1, h2, h3, h4, h5, p, div.label, a, li {
  font-family: 'Microfot Yahei', Arial, Helvetica, 'Microfot Yahei',sans-serif;
}

html {
  font-size: 14px;
}

.header {
  font-size: 0.85714rem;
}

@media screen and (max-width: 991.98px) {
  html {
    font-size: 11px;
  }
}

html {
  font-size: 14px;
}

.margin-top-value {
  margin-top: px-top-rem(30px) !important;
}

/************ head *****************/
.container-box {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.container-box .header-box {
  z-index: 999;
  position: relative;
  background: #fff;
  padding: 0 !important;
  min-height: 100px;
}

.container-box .header-box .logo {
  max-width: 100px;
  padding-top: 10px;
}

.container-box .header-box li {
  min-height: 100px;
  line-height: 100px;
  list-style-type: none;
  float: left;
}

.container-box .header-box li a {
  font-size: 1.28571rem;
  color: #010101;
  margin-left: 5.14286rem;
}

.container-box .header-box li a.first {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .container-box .header-box .head-inner-box {
    width: 100%;
  }
  .container-box .header-box .head-inner-box .logo {
    width: 100%;
    float: none;
  }
  .container-box .header-box .head-inner-box li {
    width: 100%;
    float: none;
    min-height: 2rem;
    line-height: 2rem;
    text-align: left;
    padding-left: 3%;
    border-bottom: 1px solid #eee;
  }
  .container-box .header-box .head-inner-box li a {
    font-size: 1.28571rem;
    color: #010101;
    margin-left: 5.14286rem;
  }
  .container-box .header-box .head-inner-box .head-link {
    float: none;
  }
}

.head-link {
  height: 100px;
  padding: 0 0 0 0;
}

.head-link ul {
  height: 100px;
  margin: 0 0 0 2rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-link li {
  list-style: none;
}

.head-link li .form-control {
  border-right: none;
  border-color: #cccccc;
}

.head-link li .form-control ::placeholder {
  color: #9b9b9b;
}

.head-link li .input-group-text {
  background: #fff;
  border-left: none;
  margin-right: 0.5rem;
}

.head-link li .input-group-text i {
  font-size: 1.3rem;
  color: #9b9b9b;
}

.head-link a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
  margin: 0 10px;
}

.head-link a i {
  color: #999;
  font-size: 20px;
}

.head-link a:hover {
  color: #bb0942;
}

.head-link a:hover i {
  color: #bb0942;
}

.head-link a.search-btn {
  background: url("../imgs/index/search.png") no-repeat;
  background: contain;
}

.head-link a.tel-btn {
  background: url("../imgs/index/contact.png") no-repeat;
  background: contain;
}

.head-link a.e-mail-btn {
  background: url("../imgs/index/email.png") no-repeat;
  background: contain;
}

.head-link a.language-btn {
  background: url("../imgs/index/language.png") no-repeat;
  background: contain;
}

/*************** footer ******************/
.footer {
  width: 100%;
  min-height: 20.71429rem;
  overflow: hidden;
  margin: 0 auto;
  background: #333333;
}

.footer .footer-inner-box {
  max-width: 98.57143rem;
  margin: 0 auto;
}

.footer .footer-inner-box {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.footer .footer-inner-box .footer-info {
  width: 70%;
}

.footer .footer-inner-box .footer-info .footer-link {
  width: 100%;
}

.footer .footer-inner-box .footer-info .footer-link li {
  float: left;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}

.footer .footer-inner-box .footer-info .footer-link li a {
  color: #fff;
}

.footer .footer-inner-box .footer-info .footer-link li a :hover {
  text-decoration: none;
}

.footer .footer-inner-box .footer-info .address {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 2.14286rem;
}

.footer .footer-inner-box .qr-img {
  width: 150px;
  text-align: right;
}

.footer .footer-inner-box .qr-img img {
  width: 10.71429rem;
  height: 10.71429rem;
}

.footer .footer-inner-box .qr-img label {
  width: 100%;
  line-height: 2.5rem;
  font-size: 14px;
  color: #Fff;
  text-align: center;
}

.footer .footer-inner-box p {
  color: #fff;
  margin-bottom: 0.5rem;
}

.footer .footer-inner-box2 {
  width: 1400px;
  min-height: 54px;
  margin: 0 auto;
  padding: 0;
}

.footer .footer-inner-box2 p {
  line-height: 3.85714rem;
  color: #F5F5F5;
  padding: 0;
  margin: 0;
}

.footer .bottom-copyright-box {
  background: #222222;
  min-height: 3.85714rem;
  text-align: left;
  overflow: hidden;
  margin-top: 20px;
}

.footer .footer-link li {
  list-style: none;
  float: left;
}

@media screen and (max-width: 991.98px) {
  .footer .footer-inner-box, .footer .footer-inner-box2 {
    width: 100%;
    padding: 1rem 1rem 0 1rem;
  }
  .footer .footer-inner-box2 p {
    line-height: 1.8rem;
  }
  .footer .footer-inner-box {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .footer .footer-inner-box .footer-info, .footer .footer-inner-box .qr-img {
    width: 100%;
  }
  .footer .footer-inner-box .qr-img {
    text-align: center;
  }
  .footer .footer-inner-box .footer-info {
    margin-top: 2rem;
  }
}

.menu-box {
  margin-top: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}

.menu-box ul li {
  padding: 0 2rem;
}

.menu-box ul li a {
  line-height: 2rem;
  font-size: 18px;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
}

.menu-box ul li a.active {
  border-bottom: 2px solid #bb0942;
}

.pop-menu-box {
  width: 100%;
  min-height: 200px;
  background: #f9fafc;
}

.pop-menu-box .pop-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: 200px;
  margin: 0 auto;
}

.pop-menu-box .pop-menu-link .img-box {
  width: 180px;
  height: 120px;
}

.pop-menu-box .pop-menu-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  width: calc(100% - 180px - 5%);
  padding-left: 5%;
}

.pop-menu-box .pop-menu-link ul li {
  display: block;
  width: 20%;
  line-height: 36px;
  list-style-type: none;
  font-size: 16px;
  text-align: left;
}

.challenge-box .card {
  text-align: left;
  border: none;
  box-shadow: 0 5px 5px rgba(187, 189, 191, 0.3);
}

.challenge-box .card h5 {
  display: inline-block;
  font-size: 24px;
  text-align: left;
  margin: 1rem 0 3rem 0;
  padding-bottom: 2rem;
  background: url("../imgs/career/title_line.png") no-repeat left bottom;
}

.challenge-box .card .title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  padding: 0.5rem 1.5rem;
  background: #9b0c3b;
}

.challenge-box .card .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.challenge-box .card .img-box2 {
  height: 175px;
}

.challenge-box .card img {
  transition: all 0.5s ease-out;
  /* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition: all 0.5s ease-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s ease-out;
}

.challenge-box .card:hover {
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(187, 189, 191, 0.6);
}

.challenge-box .card:hover h5 {
  background: url("../imgs/career/title_line_hover.png") no-repeat left bottom;
}

.challenge-box .card:hover img {
  transform: scale(1.1, 1.1);
  overflow: hidden;
}

@media screen and (max-width: 991.98px) {
  .challenge-box .card {
    margin: 0.5rem;
  }
  .challenge-box .card .img-box {
    height: auto;
  }
}

.talents-box {
  width: 100%;
  padding: 3rem 0 6rem 0;
  background: #f9fafc;
}

.talents-box .card {
  box-shadow: none;
  border: none;
}

.talents-box .card:hover {
  box-shadow: 0 10px 10px rgba(187, 189, 191, 0.3);
}

.talents-box .card .card-img, .talents-box .card .card-img-top {
  width: 11.14286rem;
  height: 11.14286rem;
  border-radius: 50%;
  margin: -5.57143rem auto 0 auto;
}

.talents-box .card .card-body {
  line-height: 48px;
  font-size: 1.28571rem;
  color: #333;
  padding: 3rem;
}

.talents-box .col-md-4 {
  margin-top: 5rem;
}

.wait-box {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.wait-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
  padding: 0;
}

.wait-box .list li {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: .65s;
  transition: .65s;
}

.wait-box .list li:hover {
  width: 40% !important;
  padding: 0;
}

.wait-box .wait-card {
  display: block;
  position: relative;
  height: 316px;
  padding: 32px;
  background-size: cover;
  background-position: 0;
  overflow: hidden;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.wait-box .card-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .65s;
  transition: .65s;
}

.wait-box .card-cover:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.4));
}

.wait-box .card-text {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-align: left;
  -webkit-transition: .65s;
  transition: .65s;
}

.wait-box .card-text label {
  font-size: 1rem;
  padding: 6px 15px;
  background: #9b0c3b;
}

.wait-box .card-text h3 {
  font-size: 1.71429rem;
  padding-top: 0.4rem;
}

@media screen and (max-width: 991.98px) {
  .challenge-layer .card h5 {
    font-size: 1.4em;
  }
  .wait-box .list {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .wait-box .list li {
    width: 100%;
    margin-top: 10px;
  }
}

.story-box {
  width: 100%;
  padding-bottom: 6rem;
  background: #f9fafc;
}

.story-box .item-box {
  display: flex;
  box-shadow: 0 10px 10px rgba(187, 189, 191, 0.3);
  width: 100%;
  height: auto;
  overflow: hidden;
}

.story-box .item-box img {
  transition: all 0.5s ease-out;
  /* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition: all 0.5s ease-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s ease-out;
}

.story-box .item-box:hover {
  box-shadow: 0 10px 10px rgba(187, 189, 191, 0.6);
}

.story-box .item-box:hover img {
  transform: scale(1.1, 1.1);
}

.story-box .item-box div {
  width: 50%;
}

.story-box .item-box .card {
  border: none;
}

.story-box .item-box .card .card-body {
  width: 94%;
  margin: 1.5rem auto 0 auto;
  text-align: left;
}

.story-box .item-box .card .card-body .card-title, .story-box .item-box .card .card-body .card-subtitle {
  color: #333333 !important;
}

.story-box .item-box .card .card-body .card-title {
  line-height: 3rem;
  font-size: 2.14286rem;
  font-weight: bold;
  padding-top: 2rem;
  background: url("../imgs/talent/title_line.png") no-repeat top left;
}

.story-box .item-box .card .card-body .card-subtitle {
  line-height: 3rem;
  font-size: 24px;
}

.story-box .item-box .card .card-body .card-text {
  line-height: 2.57143rem;
  font-size: 1.28571rem;
  color: #999;
  padding-top: 0.5rem;
}

@media screen and (max-width: 991.98px) {
  .story-box .item-box {
    margin-top: 1.5rem;
    display: block;
  }
  .story-box .item-box div {
    width: 100%;
  }
  .story-box .item-box .card-body {
    margin: 1em auto 0 auto;
  }
  .story-box .item-box .card-body .card-title {
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .story-box .item-box .card-body .card-subtitle {
    line-height: 3rem;
    font-size: 24px;
  }
  .story-box .item-box .card-body .card-text {
    line-height: 2.57143rem;
    font-size: 1.2rem;
    color: #999;
    padding-top: 0.5rem;
  }
}

.join-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-box .box .item-box {
  width: 20%;
  padding: 0 20px 0 0;
}

.join-box .box .item-box .card {
  box-shadow: 0 5px 5px rgba(187, 189, 191, 0.3);
}

.join-box .box .item-box .card:hover {
  box-shadow: 0 10px 10px rgba(187, 189, 191, 0.5);
}

.join-box .box .item-box .card .card-body h5 {
  font-size: 1.4rem;
}

@media screen and (max-width: 991.98px) {
  .join-box .box {
    flex-wrap: wrap;
    margin: 0 1rem;
  }
  .join-box .box .item-box {
    width: 100%;
    padding: 0;
  }
  .join-box .box .item-box:nth-child(2), .join-box .box .item-box:nth-child(4) {
    padding-right: 0;
  }
}

.treatment-box {
  width: 100%;
  padding-bottom: 6rem;
  background: #f9fafc;
}

.treatment-box .challenge-box .card {
  box-shadow: none;
}

.treatment-box .challenge-box .card:hover {
  box-shadow: 0 10px 10px rgba(187, 189, 191, 0.3);
}

.treatment-box .challenge-box .card h5 {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.treatment-box .challenge-box .card .card-img-top {
  width: 7.14286rem;
  height: 7.14286rem;
  border-radius: 50%;
  margin: 3rem auto 0 auto;
}

.treatment-box .challenge-box .card .card-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: none;
  margin-top: 0.5rem;
}

.treatment-box .challenge-box .card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(96% - 4rem);
  margin: 0 2rem 2rem 2rem;
}

.treatment-box .challenge-box .card ul li {
  width: 48%;
  line-height: 2.57143rem;
  font-size: 1.28571rem;
  border: none;
  padding-left: 1rem;
  background: url("../imgs/talent/point.png") no-repeat left center;
}

.add-btn {
  width: 14.28571rem;
  height: 4.28571rem;
  font-size: 2.14286rem;
  font-weight: bold;
  color: #fff;
  background: #bb0942;
  border-radius: 2.14286rem;
}

.contact-us-info {
  padding: 5rem 0 5rem 0;
  color: #333;
  font-size: 1.71429rem;
}

.contact-us-info h3 {
  font-size: 1.71429rem;
  font-weight: bold;
  color: #333;
}

.contact-us-info ul {
  margin: 1rem auto 0 auto;
}

.contact-us-info ul li {
  line-height: 3.42857rem;
}

.recruitment-requirements-box {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 5rem;
  padding-top: 100px;
}

.recruitment-requirements-box h3 {
  line-height: 3rem;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
  padding-bottom: 0;
}

.recruitment-requirements-box .tab-btn {
  width: 40%;
  height: 3rem;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.recruitment-requirements-box .tab {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
}

.recruitment-requirements-box .active {
  font-size: 24px;
  font-weight: 600;
  color: #bb0942;
  text-align: center;
  letter-spacing: 0.005rem;
  display: inline-block;
}

.recruitment-requirements-box .context {
  width: 100%;
}

.recruitment-requirements-box .con {
  display: none;
  width: 100%;
}

.recruitment-requirements-box .tab-btn {
  width: 100%;
  min-height: 5rem;
  line-height: 5rem;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

.recruitment-requirements-box .tab {
  font-weight: normal;
  padding: 0 2rem;
}

.recruitment-requirements-box .active {
  color: #333;
  background: url("../imgs/founder/line.png") no-repeat center bottom;
}

.recruitment-requirements-box .row {
  margin-top: 20px;
}

.recruitment-requirements-box .row .col-md-3, .recruitment-requirements-box .row .col-md-9 {
  padding: 0;
}

.recruitment-requirements-box .row .col-md-9 {
  min-height: 500px;
  padding: 1rem 3rem;
  background: #f9fafc;
}

.recruitment-requirements-box .img-box {
  position: relative;
}

.recruitment-requirements-box .img-box label {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  min-height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #bb0942;
}

.recruitment-requirements-box .item h3, .recruitment-requirements-box .item li {
  font-size: 16px;
  color: #333;
  text-align: left;
}

.recruitment-requirements-box .item h3 {
  font-weight: bold;
}

.recruitment-requirements-box .item ul li {
  line-height: 35px;
}

@media screen and (max-width: 991.98px) {
  .recruitment-requirements-box .tab-btn {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .recruitment-requirements-box .tab {
    width: 100%;
  }
  .recruitment-requirements-box .row .col-md-3, .recruitment-requirements-box .row .col-md-9 {
    height: auto;
    padding: 1.5rem;
  }
}

/***** 公益培训 start ****/
.video-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.625rem 0;
  padding: 0;
}

/***** 公益培训 end ****/
/***** 天生我材必有用 start ****/
.question-content {
  width: 100%;
  background: #f9fafc;
  padding-bottom: 3rem;
}

.question-content .card {
  box-shadow: none;
  margin: 0.5rem 0.5rem 2rem 0.5rem;
}

.question-content .card .img-box {
  height: 200px;
}

.question-content .card h5 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  min-height: 172px;
  line-height: 48px;
  text-align: center;
  margin: 0;
  padding-bottom: 2rem;
  background: none;
  color: #333;
  width: 100%;
}

.question-content .card:hover h5 {
  background: none;
}

.question-content .card:hover {
  box-shadow: 0px 0px 9px 1px rgba(187, 189, 191, 0.3);
}

/***** 天生我材必有用 end ****/
/***** 公益培训 start ****/
.video-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.625rem 0;
  padding: 0;
}

/***** 公益培训 end ****/
/***** 公益培训项目介绍 start ****/
.introduction-content {
  padding-bottom: 60px;
}

.introduction-content .team-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.introduction-content .team-box .img-box {
  width: 453px;
}

.introduction-content .team-box .info-box {
  width: 947px;
  height: 580px;
  background: #fff;
  padding-right: 50px;
}

.introduction-content .team-box .info-box .item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.introduction-content .team-box .info-box .item .icon-item {
  width: 60px;
  height: 60px;
  background: #f8e6ec;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction-content .team-box .info-box .item .content-item {
  padding-left: 16px;
  width: calc(100% - 60px);
}

.introduction-content .team-box .info-box .item .content-item p {
  font-size: 1.125rem;
  text-align: left;
  line-height: 36px;
}

.introduction-content .team-box .info-box .item .content-item p b {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .introduction-content .common-title-name {
    margin-top: 1rem;
  }
  .introduction-content .team-box {
    display: block;
  }
  .introduction-content .team-box .img-box {
    width: 100%;
    padding: 0 1rem;
  }
  .introduction-content .team-box .img-box img {
    width: 100%;
    height: auto;
  }
  .introduction-content .team-box .info-box {
    width: 100%;
    height: auto;
    padding: 0 1rem 1rem 1rem;
  }
}

/***** 公益培训项目介绍 end ****/
/***** 项目亮点 start ****/
.project-highlights {
  background: url("../imgs/public-welfare/project-highlights-pic.png") no-repeat center top;
  background-size: cover;
  padding-bottom: 60px;
}

.project-highlights .common-title-name {
  color: #fff;
}

.project-highlights .card .card-img-top {
  width: 90px;
  height: 90px;
  background: #F8E6EC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -45px auto 0 auto;
}

.project-highlights .card .card-body {
  padding: 18px;
  min-height: 324px;
}

.project-highlights .card .card-body .title {
  font-weight: 700;
  width: 100%;
  font-size: 1.5rem;
}

.project-highlights .card .card-body .card-text {
  text-align: left;
  font-size: 1.125rem;
}

.project-highlights .card .card-body .card-text .red-font {
  color: #bb0942;
}

@media screen and (max-width: 991.98px) {
  .project-highlights {
    background-size: cover;
  }
}

/***** 项目亮点 end ****/
/***** 培训收获 start ****/
.training-gains {
  background: #fff;
  padding-bottom: 20px;
}

.training-gains .card {
  margin-bottom: 24px;
  border-radius: 0;
  background: #f9fafc;
}

.training-gains .card .card-img-top {
  width: 60px;
  height: 60px;
  background: #F8E6EC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 6px auto;
}

.training-gains .card .card-body {
  padding: 18px;
  min-height: 190px;
}

.training-gains .card .card-body .title {
  font-weight: 700;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.training-gains .card .card-body .card-text {
  font-size: 1.125rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 991.98px) {
  .training-gains {
    background-size: cover;
  }
}

/***** 培训收获 end ****/
/***** 学员招募基本条件及就业方向 start ****/
.recruit-student .row .col-md-3 .img-box .img-fluid {
  width: 100%;
}

.recruit-student .row .col-md-3 .img-box label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #bb0942;
}

.recruit-student .row .col-md-9 {
  min-height: 400px;
  padding: 1rem 3rem;
  background: #f9fafc;
}

/***** 学员招募基本条件及就业方向 end ****/
/***** 残友高科技就业人员信息登记表 start ****/
.information-registration .code-title {
  width: 100%;
  font-size: 1.5rem;
  padding: 15px 0 10px 0;
  color: #333;
}

.information-registration .contact-us-info {
  padding: 2rem 0 5rem 0;
  color: #333;
  font-size: 1.5rem;
}

.information-registration .contact-us-info p {
  line-height: 48px;
}

/***** 残友高科技就业人员信息登记表 end ****/
