.m_r20 {
  margin-right: 20px;
}
.m_l40 {
  margin-left: 40px;
}
.p10 {
  padding: 10px;
}
.m_r10 {
  margin-right: 10px;
}
.m_l10 {
  margin-left: 10px;
}
.m_t10 {
  margin-top: 10px;
}
.m_t40 {
  margin-top: 40px;
}
.m_t20 {
  margin-top: 20px;
}
.m_t60 {
  margin-top: 60px;
}
.m_t80 {
  margin-top: 80px;
}
.m_r60 {
  margin-right: 60px;
  position: relative;
}
.m_b10 {
  margin-bottom: 10px;
}
.m_b20 {
  margin-bottom: 20px;
}
.c_b {
  color: #0143ef;
}
.c_b2 {
  color: #1472ff;
}
.flex {
  display: flex;
}
.flex_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex_sb {
  display: flex;
  justify-content: space-between;
}
.flex_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 登录背景图 */
.bg_login {
  height: 670px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/specialTalents/banner_13.png);
}
/* 登录内容 */
.login_content {
  margin: 0 auto;
  width: 1200px;
  padding-top: 84px;
}
.login_left p {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 24px;
}
.login_left span {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
/* 招聘 */
.container {
  margin: 0 auto;
  width: 1200px;
  margin-bottom: 80px;
}
.container h2 {
  /*padding-top: 74px;*/
 margin-top: 74px;
  font-size: 36px;
  height: 47px;
  font-weight: bold;
  color: #121212;
  text-align: center;
}
.container h2 + p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 32px;
  margin-bottom: 58px;
}
/* 搜索人才盒子 */
.container .personnel {
  box-sizing: border-box;
  width: 284px;
  height: 60px;
  opacity: 1;
  border-radius: 4px;
  font-size: 24px;
  line-height: 60px;
  color: #333333;
  text-align: center;
  background: linear-gradient(320deg, #f5f5f5 0%, #ffffff 100%);
  border: 1px solid #dee0ea;
}
.container .personnel.active {
  color: #fff;
  border: none;
  background: linear-gradient(218deg, #1472ff 0%, #005ce5 100%);
}
/* 我要招聘按钮 */
.container .recruit_btn {
  width: 128px;
  height: 58px;
  background: #1472ff;
  border-radius: 29px;
  color: #fff;
  font-size: 20px;
  border: none;
  position: absolute;
  bottom: 42px;
  cursor: pointer;
}
/* 搜索人才文字 */
.container .search_personnel {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #121212;
  margin-top: 34px;
}
.container .txt_box1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  margin-top: 36px;
}

/* 就业圈 */
.employmentCircle {
  /* 背景图片 */
  background-image: url(../img/specialTalents/banner_2.png);
  height: 538px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.employmentCircle .container2 {
  margin: 0 auto;
  width: 1072px;
  margin-bottom: 80px;
}
.employmentCircle .container2 h2 {
  padding-top: 74px;
  padding-bottom: 55px;
  line-height: 47px;
  font-size: 36px;
  font-weight: bold;
  color: #121212;
  text-align: center;
}
/* 就业圈中盒子 */
.employmentCircle .container2 .circle_box {
  position: relative;
  height: 282px;
  width: 328px;
  box-sizing: content-box;
  background-clip: content-box;
  background-repeat: no-repeat;
}
.employmentCircle .container2 .circle_box a:hover {
  color: #0143ef;
}
.employmentCircle .container2 .circle_box:nth-child(1) {
  background-image: url(../img/specialTalents/banner_5.png);
}
.employmentCircle .container2 .circle_box:nth-child(2) {
  background-image: url(../img/specialTalents/banner_3.png);
}
.employmentCircle .container2 .circle_box:nth-child(3) {
  background-image: url(../img/specialTalents/banner_4.png);
}
/* 三个盒子中内容 */
.employmentCircle .container2 .circle_box ul {
  margin: 40px;
}
.employmentCircle .container2 .circle_box:nth-child(2) {
  margin: 0 44px 0;
}
.employmentCircle .container2 .circle_box li:first-child {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 26px;
  color: #121212;
}
.employmentCircle .container2 .circle_box li:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.employmentCircle .container2 .circle_box li:nth-child(3) {
  position: absolute;
  bottom: 26px;
  font-size: 20px;
  font-weight: 400;
}
.box_right {
  /* 右箭头 */
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #bcd7ff;
  border-right: 2px solid #bcd7ff;
  transform: rotate(45deg);
}
/* 满足企业员工需求 */
.container .demand {
  margin-top: 55px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  height: 420px;
}
/* 四个盒子 */
.container .demand .txt_box2 {
  width: 584px;
  height: 194px;
}
.container .demand .txt_box2:first-child {
  margin-right: 32px;
  margin-bottom: 32px;
  background-image: url(../img/specialTalents/banner_9.png);
}
.container .demand .txt_box2:nth-child(2) {
  background-image: url(../img/specialTalents/banner_10.png);
}
.container .demand .txt_box2:nth-child(3) {
  background-image: url(../img/specialTalents/banner_11.png);
}
.container .demand .txt_box2:last-child {
  background-image: url(../img/specialTalents/banner_12.png);
  margin-left: 32px;
}
/* 四个盒子中的标题 */
.container .demand .txt_box2 .management_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
/* 四个盒子中的内容 */
.container .demand .txt_box2 .management_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  width: 354px;
  margin-top: 28px;
}
/* 底部两个按钮 */
.bottom_btn {
  margin-top: 57px;
  width: 128px;
  height: 58px;
  font-size: 20px;
  font-weight: 400;
  background: #1472ff;
  border-radius: 29px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.bottom_btn a,
.container .recruit_btn a{
  color: #fff;
}
.container .txt_box3 {
  width: 288px;
  margin: 0 auto;
}
