/* tab切换 start */
.tab_total_box {
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  padding: 0 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_title_box {
  height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.tab_active {
  font-weight: bold;
  color: #0F77ED;
  background: #EEF7FF;
  border-bottom: 2px solid #0F77ED;
  border-radius: 2px;
}

@media (max-width: 1200px) {
  .text_box_style {
    font-size: 13px;
    padding: 0 5% !important;
  }
}

@media (max-width: 992px) {
  .tab_total_box {
    padding: 0 10%;
  }
  .tab_title_box {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
  }
  .text_box_style {
    padding: 0 4% !important;
    line-height: 1.5 !important;
    font-size: 12px !important;
  }
}

@media (max-width: 500px) {
  .tab_total_box {
    padding: 0 8%;
  }
  .tab_title_box {
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }
}
/* tab切换 end */
.fenwei_content_text_style {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
}
.fenwei_total_box {
  width: 100%;
  height: 260px;
  position: relative;
  border: 1px solid #A8D1FF;
  margin-top: 7%;
}
.fenwei_title_box {
  position: absolute;
  width: 20%;
  height: 20%;
  background-color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10%;
}
.fenwei_title_box_right {
  right: 25%;
}
.fenwei_title_box_left {
  left: 25%;
}
.fenwei_title_img_style {
  width: 30px;
  height: 32px;
}
.fenwei_title_text_style {
  font-weight: bold;
  color: #0F77ED;
  margin-left: 21px;
}
.img_box_style {
  padding: 0;
  height: 100%;
}
.fenwei_img_style {
  height: 100%;
  width: 100%;
}
.text_box_style {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 8%;
  line-height: 1.7;
}
.fenwei_total_box2 {
  width: 100%;
  background-color: #fff;
  margin-top: 7%;
}
.img_box_style2 {
  width: 100%;
  height: 192px;
  display: flex;
  justify-content: center;
}
.fenwei_img_style2 {
  height: 100%;
}
.fenwei_title_box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3% 0;
}
.fenwei_title_img_style2 {
  width: 30px;
  height: 32px;
}
.fenwei_title_text_style2 {
  font-weight: bold;
  color: #0F77ED;
  margin-left: 10px;
}
.text_box_style2 {
  font-size: 14px;
  padding: 0 7%;
  line-height: 1.7;
  font-weight: 400;
}
.daiyu_total_box {
  width: 100%;
  height: 355px;
  border: 1px solid #A8D1FF;
  display: flex;
  align-items: center;
}
.daiyu_total_box_margin {
  margin-top: 3%;
}
.daiyu_img_box {
  height: 100%;
  padding: 0;
}
.daiyu_img_style {
  height: 80%;
  width: 100%;
}
.daiyu_img_text_box {
  height: 20%;
  width: 100%;
  position: relative;
  background-color: #0F77ED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.daiyu_img_text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.daiyu_img_text_icon {
  width: 25px;
  height: 25px;
  position: absolute;
  background-color: #0F77ED;
  transform: rotate(45deg);
  right: -2.5%;
}
.daiyu_img_text_icon2 {
  width: 25px;
  height: 25px;
  position: absolute;
  background-color: #0F77ED;
  transform: rotate(45deg);
  left: -2.5%;
}
.daiyu_img_box2 {
  padding: 4%;
}
.daiyu_detail_box {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.daiyu_detail_box_margin {
  margin-top: 8%;
}
.daiyu_img_style2 {
  height: 32px;
}
.daiyu_detail_text {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4%;
}
.daiyu_total_box2 {
  width: 100%;
}
.daiyu_img_box3 {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.daiyu_img_style3 {
  height: 100%;
}
.daiyu_img_text2 {
  width: 100%;
  background-color: #0F77ED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 2.5;
}
.daiyu_img_box4 {
  width: 100%;
  padding: 4%;
}

@media (max-width: 1200px) {
  .daiyu_total_box {
    height: 325px;
  }
}
@media (max-width: 992px) {
  .daiyu_total_box {
    height: 287px;
  }
  .daiyu_detail_box_margin {
    margin-top: 9%;
  }
  .daiyu_img_style2 {
    height: 27px;
  }
  .daiyu_detail_text {
    margin-top: 6%;
  }
}
@media (max-width: 768px) {
  .daiyu_total_box2 {
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }
}


/* 员工生活 */
.shenghuo_line_style {
  position: relative;
  width: 50%;
  border-right: 4px solid #F0F0F0;
}
.shenghuo_ball_style {
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 10%;
  border: 2px solid #D4B523;
}
.shenghuo_title_text_box {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 8%;
  padding-left: 7%;
}
.shenghuo_title_text_box_left {
  width: 100%;
  position: absolute;
  right: 0;
  top: 8%;
  padding-right: 7%;
}
.shenghuo_title_box {
  display: flex;
  align-items: center;
}
.shenghuo_title_box_left {
  display: flex;
  align-items: center;
  justify-content: end;
}
.shenghuo_title_text {
  margin-left: 2%;
  font-size: 20px;
  font-weight: bold;
}
.shenghuo_title_text_left {
  margin-right: 2%;
  font-size: 20px;
  font-weight: bold;
}
.shenghuo_text_box {
  margin-top: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}
.shenghuo_text_box_left {
  margin-top: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  text-align: end;
}
.shenghuo_img_total_box {
  width: 60%;
  height: 210px;
  border: 1px solid #D4B523;
  border-radius: 7px;
  position: absolute;
  z-index: 1;
}
.shenghuo_img_box {
  width: 100%;
  height: 100%;
  padding: 3px;
  position: relative;
}
.shenghuo_icon_img {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 18%;
  z-index: -1;
}
.shenghuo_icon_left {
  right: -11px;
  border-top: 1px solid #D4B523;
  border-right: 1px solid #D4B523;
}
.shenghuo_icon_right {
  left: -11px;
  border-bottom: 1px solid #D4B523;
  border-left: 1px solid #D4B523;
}

/* 员工生活-手机版 start */
.shenghuo_line_style_s {
  width: 94%;
  margin-left: 5%;
  border-left: 4px solid #F0F0F0;
  position: relative;
  padding-top: 5%;
}
.shenghuo_ball_style_s {
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 6%;
  border: 2px solid #D4B523;
}
.shenghuo_title_text_box_s {
  width: 100%;
  padding-left: 5%;
  margin-bottom: 5%;
}
.shenghuo_title_box_s {
  display: flex;
  align-items: center;
}
.shenghuo_title_text_s {
  margin-left: 2%;
  font-size: 18px;
  font-weight: bold;
}
.shenghuo_text_box_s {
  margin-top: 2%;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  padding-right: 10%;
}
.shenghuo_img_total_box_s {
  width: 60%;
  height: 210px;
  border: 1px solid #D4B523;
  border-radius: 7px;
  margin-left: 5%;
  margin-bottom: 5%;
}
.shenghuo_img_box_s {
  width: 100%;
  height: 100%;
  position: relative;
}
.shenghuo_icon_img_s {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 18%;
  left: -11px;
  border-bottom: 1px solid #D4B523;
  border-left: 1px solid #D4B523;
}


@media (max-width: 580px) {
  .shenghuo_text_box_s {
    padding-right: 3%;
  }
  .shenghuo_img_total_box_s {
    width: 85%;
  }
}
/* 员工生活-手机版 end */

@media (max-width: 1200px) {
  .shenghuo_img_total_box {
    width: 80%;
  }
  .shenghuo_text_box {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .shenghuo_img_total_box {
    width: 93%;
  }
  .shenghuo_text_box {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .daiyu_detail_text {
    height: 42px;
  }
  .daiyu_detail_box_margin {
    margin-top: 2%;
  }
  .daiyu_img_box4 {
    padding: 4% 2%;
  }
}