body {
  line-height: 1.5;
}

.banner {
  position: relative;
}

.banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.banner .txt {
  color: #fff;
}

.banner .txt p {
  font-family: 'Heavy';
  letter-spacing: 1px;
}

.banner .txt span {
  font-family: 'Regular';
  letter-spacing: 1em;
}

.cont {
  background: url(careerdevelopment_bg.jpg) no-repeat #ffffff top center;
  background-size: 100%;
  padding-bottom: 7%;
}

.cont svg {
  margin: 0 !important;
}

.cont .info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 6% 0;
  border-bottom: 1px solid #e5e5e5;
}

.cont .info_box .img {
  width: 40%;
}

.cont .info_box .txt {
  width: 60%;
  padding-left: 4%;
}

.cont .info_box .txt .tit {
  font-family: 'Bold';
  color: #222;
  position: relative;
  padding-left: 20px;
  font-weight:700;
}

.cont .info_box .txt .tit::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 6px;
  background: #792696;
}

.cont .info_box .txt .des {
  margin-top: 2%;
  font-family: 'Regular';
  color: #666;
  line-height: 2;
  text-align: justify;
}

.cont .search {
  margin-top: 5%;
  display: flex;
  align-items: center;
}

.cont .search .txt {
  width: 19%;
  color: #333;
  font-family: 'Bold';
  padding-left: 20px;
  display:none;
}

.cont .search .input-group {
  width: 31.9%;
  position: relative;
  margin-right:20px;
}

.cont .search .input-group p {
  font-family: 'Medium';
  color: #222;
  position: absolute;
  top: -29px;
  left: 0;
}

.cont .search .input-group select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fafafa;
  color: rgba(0, 34, 34, 0.5);
  font-family: 'Medium';
  padding-left: 20px;
  background: url(arr.png) #fafafa no-repeat 90% center;
  background-size: 17px 12px;
}

.cont .search a {
  width: 13.8%;
  font-family: 'Medium';
  background: #792696;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cont .search a button {
  color: #fff;
  font-family: 'Medium';
  display: flex;
  align-items: center;
  cursor: pointer;
      width: 100%;
    height: 100%;
    justify-content: center;
}

.cont .search a button .icon {
  margin-right: 10px !important;
}

/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .info_box .img {
    width: 100%;
  }

  .cont .info_box .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 4%;
  }

  .cont .search .input-group select {
    height: 40px;
    line-height: 40px;
  }
.cont .search a{height:40px;}

}

@media screen and (max-width: 768px) {
  .cont .search {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cont .search .txt {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .cont .search .input-group {
    width: 49%;
    margin-right: 2%;
    margin-top: 38px;
  }

  .cont .search .input-group:nth-child(3) {
    margin-right: 0;
  }

.cont .search a{width:120px;margin-top:20px;}


  .cont .search button svg {
    margin-right: 10px !important;
  }

  .cont .info_box .txt .tit::after {
    width: 4px;
  }
}

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