@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
.bg_border {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.bg_border img {
  width: 100%;
}
.bg_border img.shake {
  width: calc(100% + 20px);
  left: -10px;
  position: relative;
}

.topbanner {
  background-color: #1567c6;
  padding: 100px 0 80px 0;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner {
    padding: 50px 0 0 0;
  }
}
.topbanner .wrapper_in {
  max-width: 1080px;
}
.topbanner .section_info {
  position: relative;
  z-index: 2;
  color: #fff;
  /* .numtxt{
      transform: scale(1, 1.1);
      display: inline-block;
      vertical-align: -10%;
      font-size: larger;
  } */
}
.topbanner .section_info .title {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_info .title {
    font-size: 36px;
  }
}
.topbanner .section_info .stitle {
  margin-top: 30px;
  letter-spacing: 1.2px;
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_info .stitle {
    margin-top: 20px;
    font-size: 20px;
  }
}
.topbanner .pic {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .pic {
    margin-top: 6px;
  }
}

.sectionbox.section_2 .section_content .content_group {
  margin-top: 30px;
  text-align: center;
}
.sectionbox.section_2 .section_content .content_group .img {
  width: 100%;
  height: auto;
}
.sectionbox.section_2 .section_content .content_group .img img {
  width: 100%;
  height: auto;
}
.sectionbox.section_2 .bg_border {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .bg_border {
    bottom: -2px;
  }
}

.sectionbox.section_3 {
  background-color: #e4f0ff;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 {
    padding-bottom: 50px;
  }
}
.sectionbox.section_3 .wrapper_in {
  max-width: 1080px;
}
.sectionbox.section_3 .wrapper_in .img_group {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionbox.section_3 .wrapper_in .img_group .people {
  position: absolute;
  max-width: 284px;
  width: 30%;
  right: 73%;
  bottom: -10px;
}
.sectionbox.section_3 .wrapper_in .img_group .people img {
  width: 100%;
  height: auto;
}
.sectionbox.section_3 .wrapper_in .img_group .img {
  max-width: 940px;
  width: 100%;
}
.sectionbox.section_3 .wrapper_in .img_group .img img {
  width: 100%;
  height: auto;
}

.sectionbox.section_4 {
  background-color: #e4f0ff;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 {
    padding-bottom: 50px;
  }
}
.sectionbox.section_4 .wrapper_in {
  max-width: 1080px;
}
.sectionbox.section_4 .section_title {
  text-align: center;
}
.sectionbox.section_4 .section_title .title {
  color: #1567c6;
}
.sectionbox.section_4 .section_title .stitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
}
.sectionbox.section_4 .section_content {
  text-align: center;
  margin-top: 50px;
}
.sectionbox.section_4 .section_content .content_group .content_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .content_group .content_item {
    padding: 35px 0;
  }
}
.sectionbox.section_4 .section_content .content_group .content_item.content_start {
  flex-direction: row-reverse;
  gap: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .content_group .content_item.content_start {
    flex-direction: column;
    gap: 20px;
  }
}
.sectionbox.section_4 .section_content .content_group .content_item.content_end {
  flex-direction: row;
  gap: 80px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .content_group .content_item.content_end {
    flex-direction: column;
    gap: 20px;
  }
}
.sectionbox.section_4 .section_content .content_group .content_item .content_img {
  position: relative;
  display: inline-block;
  flex: 50%;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .content_group .content_item .content_img {
    max-width: 500px;
  }
}
.sectionbox.section_4 .section_content .content_group .content_item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_img:hover .overlay {
  opacity: 1;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group {
  flex: 50%;
  position: relative;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group.right {
  max-width: 490px;
  text-align: right;
  padding-right: 30px;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group.right::before {
  content: "";
  background: url(../images/talent9box/s4_block_revert.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 174px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .content_group .content_item .content_text_group.right {
    padding-right: 0;
    padding-left: 10px;
    text-align: left;
  }
  .sectionbox.section_4 .section_content .content_group .content_item .content_text_group.right::before {
    display: none;
  }
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group.left {
  max-width: 480px;
  text-align: left;
  padding-left: 35px;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group.left::before {
  content: "";
  background: url(../images/talent9box/s4_block.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 174px;
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .content_group .content_item .content_text_group.left {
    padding-left: 10px;
  }
  .sectionbox.section_4 .section_content .content_group .content_item .content_text_group.left::before {
    display: none;
  }
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group.left.training {
  padding-left: 10px;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group.left.training::before {
  display: none;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group .content_title {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .content_group .content_item .content_text_group .content_title {
    margin-left: 30px;
  }
  .sectionbox.section_4 .section_content .content_group .content_item .content_text_group .content_title::before {
    content: "";
    background: url(../images/talent9box/s4_block_m_s.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 174px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group .content_title.training {
  margin-left: 30px;
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group .content_title.training::before {
  content: "";
  background: url(../images/talent9box/s4_block_s.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 174px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .content_group .content_item .content_text_group .content_title.training::before {
    content: "";
    background: url(../images/talent9box/s4_block_m_s.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 174px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
.sectionbox.section_4 .section_content .content_group .content_item .content_text_group .content_text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.view_dailog .modal-dialog {
  width: 80%;
  margin: 0 auto;
}
.view_dailog .modal-dialog .pic {
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .view_dailog .modal-dialog {
    width: auto;
    top: 50px;
  }
}

.sectionbox.section_footer .section_btn {
  max-width: 664px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_footer .section_btn {
    max-width: 250px;
  }
}

.active {
  color: #003c76 !important;
}/*# sourceMappingURL=talent9box.css.map */