.p_third_tabs {
  margin: 24px auto 0;
  overflow: hidden;
}
.p_third_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 70px;
  position: relative;
}
.p_third_tabs .p_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p_third_tabs .p_tab_chose_item {
  background-color: rgb(244, 244, 244);
  height: 65px;
  color: rgb(35, 24, 21);
  line-height: 65px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19.16%;
  margin-right: 1.05%;
}
.p_third_tabs .p_tab_chose_item:last-child {
  margin-right: 0;
}
.p_third_tabs .p_tab_chose_item.p_active, .p_third_tabs .p_tab_chose_item:hover {
  background: #a40000;
  color: #fff;
}
.p_third_tabs .p_second_menu {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  height: 40px;
}
.p_third_tabs .p_second_menu .p_group {
  width: 100%;
  height: 40px;
  background-color: rgb(197, 178, 156);
}
.p_third_tabs .p_second_menu .p_group .p_group_item {
  width: 19.16%;
  margin-right: 1.05%;
  font-size: 17px;
  font-family: inherit;
  color: rgb(255, 255, 255);
  text-align: center;
  text-align: center;
  float: left;
  height: 100%;
  cursor: pointer;
}
.p_third_tabs .p_second_menu .p_group .p_group_item:nth-child(5n) {
  margin-right: 0;
}
.p_third_tabs .p_second_menu .p_group .p_group_item span {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 25px;
  line-height: 25px;
  border-bottom: 2.5px solid transparent;
  width: auto;
  margin-top: 6.25px;
  pointer-events: none;
}
.p_third_tabs .p_second_menu .p_group .p_group_item.p_chose span, .p_third_tabs .p_second_menu .p_group .p_group_item:hover span {
  border-color: #fff;
  font-family: inherit;
  font-weight: bold;
}

.p_ep4_card_list {
  margin: 36px auto 0;
  text-align: center;
  padding-bottom: 102px;
}
.p_ep4_card_list .p_ep4_title {
  font-size: 29px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 50px;
}
.p_ep4_card_list .p_ep4_desc {
  font-size: 20px;
  font-family: inherit;
  color: rgb(159, 160, 160);
  line-height: 30px;
  margin: 12px auto 0;
}
.p_ep4_card_list .p_ep4_img_list {
  margin: 60px auto 0;
  width: 100%;
  background: url("../../images/experience/ep4_img_list_bg.png") no-repeat 0 54px/100% 341px;
  height: 470px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}
.p_ep4_card_list .p_ep4_img_list:first-child {
  margin-top: 36px;
}
.p_ep4_card_list .p_ep4_img_list .p_ep4_img_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 24px;
  width: 224px;
}
.p_ep4_card_list .p_ep4_img_list .p_ep4_img_item img {
  width: 224px;
  height: 438px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_ep4_card_list .p_ep4_img_list .p_ep4_img_item .p_ep4_tag {
  margin: -6px;
  font-size: 17px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(197, 178, 156);
}/*# sourceMappingURL=p_experience4.css.map */