.logo_list {
  margin: 60px 0;
}

.logo_list_cont {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo_list_item {
  position: relative;
  border: 1px solid #DEDEDE;
  padding-bottom: 65%;
  overflow: hidden;
}

.logo_list_item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* 交流会开始 */
.exchangeMeeting {
  margin: 60px 0;
}

.exchangeMeeting_cont {
  display: flex;
  position: relative;
  justify-content: flex-end;
  background-color: #fff;
}

.exchangeMeeting_cont .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  padding: 60px;
  display: flex;
  align-items: center;
}

.exchangeMeeting_cont .left .btns {
  width: 30%;
  padding: 10px 0;
  background: #BB3937;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 34px;
}

.exchangeMeeting_cont h2 {
  font-size: 24px;
  font-weight: 400;
  color: #8F92A3;
  line-height: 33px;
  margin-bottom: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.exchangeMeeting_cont p {
  line-height: 26px;
}

.exchangeMeeting_cont .left .btns img {
  width: 34px;
}

.exchangeMeeting_cont .right {
  width: 40%;
}

/* 交流会结束 */
/* 培养开始 */
.talentCulture {
  margin: 60px 0;
}

.talentCulture h5 {
  font-size: 26px;
  font-weight: 700;
  color: #BB3937;
  line-height: 37px;
  margin-bottom: 50px;
}

.talentCultureTwo {
  padding: 60px 0;
  background: url(../../image/projectPlate/bgs.png) no-repeat;
  background-size: 100% 100%;
}

.talentCulture_cont {
  padding: 60px;
  background-color: #fff;
  position: relative;
}

.talentCulture_cont .lefts {
  width: 60%;
}

.talentCulture_box {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.talentCulture_box_item {
  flex: 1;
}

.talentCulture_box_item:nth-child(1) {
  margin-top: 160px;
}

.talentCulture_box_item:nth-child(2) {
  margin-top: 112px;
}

.talentCulture_box_item:nth-child(3) {
  margin-top: 52px;
}

.talentCulture_box_item:nth-child(4) {
  margin-top: 16px;
}

.talentCulture_box_item .titles {
  position: relative;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #202547;
  line-height: 34px;
  margin-bottom: 15px;
  display: inline-block;
}

.talentCulture_box_item .titles::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
  background-color: #202547;
}

.talentCulture_cont .rights {
  position: absolute;
  right: -10px;
  bottom: 60px;
  width: 35%;
  background-color: #bb3937;
  color: #fff;
  padding: 60px 40px;
  box-shadow: 0px 2px 8px 5px rgba(67, 4, 4, 0.2);
  padding-bottom: 150px;
}

.talentCulture_cont .rights .rights_item {
  margin-bottom: 40px;
}

.talentCulture_cont .rights .rights_item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}

.talentCulture_cont .rights .rights_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

/* 培养结束 */
/* 招聘开始 */
.societyRecruitment {
  margin: 60px 0;
}

.societyRecruitment_box {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.societyRecruitment_item {
  padding: 25px 40px;
  padding-bottom: 15px;
  border: 1px solid #D9D9D9;
}

.societyRecruitment_item .name {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
}

.societyRecruitment_item .job {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
}

.societyRecruitment_item .job span {
  padding: 0 5px;
}

.societyRecruitment_item .datas {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.societyRecruitment_item .datas span {
  padding-left: 10px;
}

.societyRecruitment_item:hover {
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2);
}


/* 招聘结束 */
/* 详情开始 */
.recruitmentDetails {
  margin: 60px 0;
}

.recruitmentDetails_cont {
  padding: 30px 40px;
  border: 1px solid #D9D9D9;
}

.recruitmentDetails_cont .tops {
  display: flex;
  justify-content: space-between;
}

.recruitmentDetails_cont .tops .right {
  width: 150px;
  height: 50px;
  background: #BB3937;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.recruitmentDetails_cont .tops .left .name {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  line-height: 37px;
  margin-bottom: 10px;
}

.recruitmentDetails_cont .tops .left .jobs {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.recruitmentDetails_cont .tops .left .jobs span {
  padding: 0 8px;
}

.recruitmentDetails_cont .boxs {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  padding-top: 40px;
}

.recruitmentDetails_cont .boxs .title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}

.recruitmentDetails_cont .boxs p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

/* 详情结束 */
/* 报名开始 */
.exhibitionSignUp {
  margin: 60px 0;
}

.exhibitionSignUp_cont .tops {
  display: flex;
  margin-bottom: 100px;
}

.exhibitionSignUp_cont .tops .lefts {
  width: 55%;
}

.exhibitionSignUp_cont .tops .rights {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BB3937;
  color: #fff;
  text-align: center;
}

.exhibitionSignUp_cont .tops .rights .conts {
  display: grid;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.exhibitionSignUp_cont .tops .rights .conts .one {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;

}

.exhibitionSignUp_cont .tops .rights .conts .one span {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.exhibitionSignUp_cont .box {
  text-align: center;
}

.exhibitionSignUp_cont .box h1 {
  position: relative;
  margin-bottom: 10px;
  line-height: 70px;
}

.exhibitionSignUp_cont .box h1::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 72px;
  height: 4px;
  background: #BB3937;
}

.exhibitionSignUp_cont .box h2 {
  font-size: 24px;
  font-weight: 400;
  color: #8F92A3;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.exhibitionSignUp_cont .box p {
  font-size: 16px;
  font-weight: 400;
  color: #BB3937;
  line-height: 21px;
  margin-bottom: 50px;
}

.forms_item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.forms_item .lefts {
  width: 200px;
}

.forms_item .lefts span {
  position: relative;
}

.forms_item .lefts span::before {
  content: '*';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #BB3937;
}


.forms_item .input {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
}

.degreeBox label {
  position: relative;
}

.degreeBox label p {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.forms button {
  display: block;
  margin: 0 auto;
  width: 65%;
  height: 58px;
  background: #BB3937;
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  cursor: pointer;
  margin-top: 150px;
}


/*改变选中时的圆点*/
.degreeBox input:checked+p {
  background-color: #fff;
}

.degreeBox input {
  opacity: 0;
}

.degreeBox input:checked+p span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #BB3937;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.forms_item .lefts {
  text-align: right;
}

.forms_item .rights {
  flex: 1;
  margin-left: 40px;
}

.exhibitionSignUp_Hide {
  display: none !important;
}

.forms_show {
  display: block;
}

.forms_hide {
  display: none;
}

.bv_mainselect,
.bv_atual {
  height: 48px;
  line-height: 26px;
}

.down {
  margin-top: 8px;
}

/* 报名结束 */

/* 选择器开始 */
.custom-select {
  display: block;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
}

.custom-select option:checked {
  background-color: #bb3937;
  color: #fff;
}

.custom-select:focus {
  /* border-color: #80bdff; */
  outline: 0;
}

/* 选择器结束 */
@media screen and (max-width: 1400px) {

  .exhibitionSignUp_cont .tops .rights .conts {
    width: 80%;
  }

  .exhibitionSignUp_cont .tops .lefts {
    width: 100%;
    margin-top: 40px;
  }

  .exhibitionSignUp_cont .tops .rights {
    width: 100%;
    background-color: #fff;
    color: #BB3937;
  }

  .exhibitionSignUp_cont .tops {
    display: block;
  }

  .exhibitionSignUp_Hide {
    display: flex !important;
  }

  .exhibitionSignUp_Show {
    display: none !important;
  }

  .talentCulture_cont {
    box-shadow: 0px 2px 8px 5px rgba(67, 4, 4, 0.2);
  }

  .talentCultureTwo {
    background-size: 100% auto;
  }

  .talentCulture_cont .lefts {
    width: 100%;
  }

  .talentCulture_cont .rights {
    position: unset;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .projectPlate_conts_title {
    font-size: 28px;
  }

  .exchangeMeeting_cont .left h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .recruitmentDetails_cont .tops .right {
    width: 120px;
    height: 44px;
  }

  .societyRecruitment_box {
    grid-template-columns: 1fr 1fr;
  }

  .logo_list_cont {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .exchangeMeeting_cont .left {
    width: 70%;
    text-shadow: 0px 0px 10px #fff;
  }

  .exchangeMeeting_cont .right {
    width: 50%;
  }
}

@media screen and (max-width: 850px) {
  .exhibitionSignUp {
    padding: 0 20px;
  }

  .recruitmentDetails {
    padding: 0 20px;
  }

  .talentCulture_cont .rights {
    box-shadow: none;
  }

  .societyRecruitment {
    padding: 0 20px;
  }

  .talentCulture_cont {
    padding: 40px;
  }

  .talentCultureTwo {
    padding: 0 20px;
    padding-top: 60px;
  }

  .logo_list {
    padding: 0 20px;
  }

  .exchangeMeeting {
    padding: 0 20px;
  }

  .exchangeMeeting_cont .right {
    width: 60%;
  }
}