@import url(var.css);
/* pc端 */
.about {
  box-sizing: content-box;
  min-width: 1060px;
  font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  /* 隐藏手机端 */

}
.about .about_introduce {
 
  padding-bottom: 113px;
  margin: 0 auto;
  min-width: unset;
  margin-top: 113px;
  width: 74%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  position: relative;
}
.about .about_introduce .introduce_img {
  max-width: 700px;
  width: 50%;
}
.about .about_introduce .introduce_content {
  flex: 1;
  font-size: 13.5px;
  line-height: 1.5;
  color: #898989;
  
  
}
.about .about_introduce .introduce_content :first-child {
  font-size: 20px;
  color: #261f1e;
  padding-bottom: 28px;
}
.about .about_introduce .introduce_bac {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
}
.about .about_wish {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/1;
  position: relative;
  /* height: 100vw; */
}
.about .about_wish .wish_bac {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 100%;
}
.about .about_wish .wish_message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  text-align: center;
  width: 100%;
  line-height: 70px;
}
.about .about_destiny {
  height: 310px;
  color: #333;
  font-size: 30px;
  text-align: center;
  margin: auto 0;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about_values {
  text-align: center;
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.about .about_values .about_values_title {
  font-size: 30px;
  padding: 30px 0;
}
.about .about_values .about_values_content_pc {
  display: flex;
  justify-content: space-between;
  
}
.about .about_values .about_values_content_pc :nth-child(even) {
  margin-top: 20px;
}
.about .about_values .about_values_content_pc .values_item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(38, 31, 30, 0.34);
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.about .about_values .about_values_content_pc .values_item :first-child {
  font-size: 28px;
}
.about .about_values .about_values_content_pc .values_item :last-child {
  margin: 0;
  /* margin-top: 20px; */
  font-size: 13px;
  color: #898989;
}
.about .about_values .about_values_content_phone {
  display: none;
}
.about .about_journey {
  padding: 100px 0;
}
.about .about_journey .about_journey_pc .about_journey_period {
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  color: #999;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdddd;
}
.about .about_journey .about_journey_pc .about_journey_period span {
  transition: var(--primary-transition);
  cursor: pointer;
  position: relative;
}
.about .about_journey .about_journey_pc .about_journey_period span:after {
  content: "";
  height: 2.5px;
  display: block;
  width: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--primary-transition);
  background-color: var(--primary-color);
}
.about .about_journey .about_journey_pc .about_journey_period :hover {
  color: var(--primary-color);
}
.about .about_journey .about_journey_pc .about_journey_period :hover:after {
  width: 100%;
}
.about .about_journey .about_journey_pc .about_journey_period .active {
  color: var(--primary-color);
}
.about .about_journey .about_journey_pc .about_journey_period .active:after {
  width: 100%;
}
.about .about_journey .about_journey_pc .about_journey_detail .show {
  /*width: 1060px;*/
  /*padding-left: 150px;*/
  width: 90%;
  margin: 0 auto;
  margin-top: 35px;
  display: flex;
  gap: 100px;
}
.about .about_journey .about_journey_pc .about_journey_detail .show .about_journey_detail_img {
  width: 530px;
  height: 435px;
}
.about .about_journey .about_journey_pc .about_journey_detail .show .about_journey_detail_content .content_title {
  font-size: 17px;
  color: #393939;
  padding-bottom: 40px;
}
.about .about_journey .about_journey_pc .about_journey_detail .show .about_journey_detail_content .content_list {
  color: #898989;
  font-size: 13px;
 
}
.about .about_journey .about_journey_pc .about_journey_detail .show .about_journey_detail_content .content_list li {
  padding: 8px;
  list-style: inherit;
}
.about .about_journey .about_journey_pc .about_journey_detail .show .about_journey_detail_content .content_list li::marker {
  color: var(--primary-color);
}
.about .about_journey .about_journey_pc .about_journey_detail .close {
  width: 0;
  height: 0;
  overflow: hidden;
}
.about .about_journey .about_journey_phone {
  display: none;
}
.about .about_team {
  width: 100%;
  padding: 70px 0;
  background-color: #f2f2f2;
  position: relative;
}
.about .about_team .about_team_carousel {
  margin: 0 auto;
  width: 60%;
  max-width: 1400px;
  min-width: 700px;
  overflow: hidden;
}
.about .about_team .about_team_carousel .carousels {
  position: relative;
}
.about .about_team .about_team_carousel .carousels .carousel_item {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: white;
}
.about .about_team .about_team_carousel .carousels .carousel_item .introduce_message {
  flex: 1;
  padding: 56px 63px 38px 55px;
  overflow: hidden;
  width: 200px;
}
.about .about_team .about_team_carousel .carousels .carousel_item .introduce_message .message_name {
  font-size: 28px;
}
.about .about_team .about_team_carousel .carousels .carousel_item .introduce_message .message_briefly {
  margin-top: 6px;
  font-size: 17px;
  color: #666;
  height: 120px;
  position: relative;
}
.about .about_team .about_team_carousel .carousels .carousel_item .introduce_message .message_briefly:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #666;
  width: 38px;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.about .about_team .about_team_carousel .carousels .carousel_item .introduce_message .message_detail {
  padding-top: 10px;
  font-size: 13.5px;
  line-height: 20px;
  color: #666;
}
.about .about_team .about_team_carousel .carousels .carousel_item .introduce_img {
  width: 312px;
  height: 421px;
}
.about .about_team .arrow_left,
.about .about_team .arrow_right {
  z-index: 10;
  position: absolute;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 2px solid #999;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--primary-transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about_team .arrow_left:hover,
.about .about_team .arrow_right:hover {
  background-color: white;
  border: 2px solid white;
}
.about .about_team .arrow_left:hover path,
.about .about_team .arrow_right:hover path {
  fill: var(--primary-color);
}
.about .about_team .arrow_left {
  left: 10%;
}
.about .about_team .arrow_right {
  right: 10%;
}
.about .about_team_phone {
  display: none;
}
.about .about_personnel {
  width: 100%;
  padding: 70px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.about .about_personnel .about_personnel_text :last-child {
  color: #898989;
  font-size: 18px;
}
.about .about_criteria {
  padding: 70px 0;
}
.about .about_criteria .title {
  margin-bottom: 20px;
}
.about .about_criteria .about_criteria_subtitle {
  text-align: center;
  color: #898989;
  font-size: 14px;
  padding-bottom: 13px;
}
.about .about_criteria .about_criteria_carousel {
  margin: 0 auto;
  overflow: hidden;
}
.about .about_criteria .about_criteria_carousel .swiper-wrapper .about_criteria_carousel_carousels img {
  object-fit: cover;
}
.about .about_criteria .about_criteria_carousel .about_criteria_carousel_pagination {
  padding-top: 20px;
  text-align: center;
}
.about .about_criteria .about_criteria_carousel .about_criteria_carousel_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
}
.about .about_criteria .about_criteria_carousel_phone {
  display: none;
}
.about .about_honor {
  padding: 70px 0;
  background-color: #f2f2f2;
  position: relative;
}
.about .about_honor .about_honor_swper {
  width: 60%;
  min-width: 700px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.about .about_honor .arrow_left,
.about .about_honor .arrow_right {
  z-index: 10;
  position: absolute;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 2px solid #999;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--primary-transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about_honor .arrow_left:hover,
.about .about_honor .arrow_right:hover {
  background-color: white;
  border: 2px solid white;
}
.about .about_honor .arrow_left:hover path,
.about .about_honor .arrow_right:hover path {
  fill: var(--primary-color);
}
.about .about_honor .arrow_left {
  left: 10%;
}
.about .about_honor .arrow_right {
  right: 10%;
}
.about .about_honor_phone {
  display: none;
}
/* 手机端 */
@media screen and (max-width: 680px) {
  .about {
    min-width: 0px;
    box-sizing: content-box;
    overflow: hidden;
    /* 隐藏PC端 */
  }
  .about .about_header {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .about .about_header .banner_text {
    left: 0;
    text-align: center;
    bottom: 70%;
    width: 100%;
    position: absolute;
    color: #fff;
    font-size: 27px;
    box-sizing: border-box;
  }
  .about .about_header .banner_img {
    overflow: hidden;
    height: 364px;
    object-fit: cover;
    object-position: 60% 50%;
  }
  .about .about_introduce {
    min-width: unset;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    padding-bottom: 20px;
    box-sizing: border-box;
    gap: 0;
    flex-direction: column;
  }
  .about .about_introduce .introduce_bac {
    display: none;
  }
  .about .about_introduce .introduce_img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin: 20px 0;
  }
  .about .about_introduce .introduce_content {
    width: 100%;
    line-height: 20px;
  }
  .about .about_introduce .introduce_content :first-child {
    font-weight: 700;
    line-height: 25px;
    font-size: 21px;
  }
  .about .about_wish {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    position: relative;
    height: 100vw;
  }
  .about .about_wish .wish_bac {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
  }
  .about .about_wish .wish_message {
    font-size: 20px;
    width: 90%;
    line-height: 25px;
    font-weight: bold;
  }
  /* .about .about_wish .wish_message > p {
    font-size: 20px !important;
    padding-bottom: 0px !important;
    font-weight: 700 !important;
    line-height: unset !important;
  }
  .about .about_wish .wish_message > p > span {
    font-size: 20px !important;
    padding-bottom: 0px !important;
    font-weight: 700 !important;
    line-height: unset !important;
  }
  .about .about_wish .wish_message > span {
    font-size: 20px !important;
    padding-bottom: 0px !important;
    font-weight: 700 !important;
    line-height: unset !important;
  }
  .about .about_wish .wish_message > span > p {
    font-size: 20px !important;
    padding-bottom: 0px !important;
    font-weight: 700 !important;
    line-height: unset !important;
  }
  .about .about_wish .wish_message > p:nth-child(1) {
    font-size: 14px !important;
    padding-bottom: 10px !important;
    font-weight: 400 !important;
  }
  .about .about_wish .wish_message > p:nth-child(1) > span {
    font-size: 14px !important;
    padding-bottom: 10px !important;
    font-weight: 400 !important;
  }
  .about .about_wish .wish_message > span:nth-child(1) {
    font-size: 14px !important;
    padding-bottom: 10px !important;
    font-weight: 400 !important;
  }
  .about .about_wish .wish_message > span:nth-child(1) > p {
    font-size: 14px !important;
    padding-bottom: 10px !important;
    font-weight: 400 !important;
  } */
  .about .about_destiny {
    width: 100%;
  }
  .about .about_destiny div {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    line-height: 25px;
  }
  /* .about .about_destiny div:first-child {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 400;
    color: red;
  }
  .about .about_destiny div p:has(:not(br)):nth-of-type(1) {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 400;
    color: green;
  }
  .about .about_destiny div p:has(:not(br)):nth-of-type(2) {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 400;
    color: purple;
  } */

  .about .about_values {
    padding-bottom: 30px;
  }
  .about .about_values .about_values_title {
    font-size: 14px;
    color: #261f1e;
    padding: 30px 0 10px;
  }
  .about .about_values .about_values_content_pc {
    display: none;
  }
  .about .about_values .about_values_content_phone {
    display: block;
  }
  .about .about_values .about_values_content_phone div {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .about .about_values .about_values_content_phone div .values_item {
    /* padding: 8px; */
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid rgba(38, 31, 30, 0.34);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  .about .about_values .about_values_content_phone div .values_item .en_over_title{
    width: 70px;
    white-space: nowrap;
    /*超出的空白区域不换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*文本超出显示省略号*/
  }
  .about .about_values .about_values_content_phone div .values_item .en_over{
    width: 70px;
    display: -webkit-box;
    /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;
    /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 2;
    /*限制文本行数*/
    overflow: hidden;
    /*超出隐藏*/
  }

  .about .about_values .about_values_content_phone div .values_item :first-child {
    font-size: 16px;
  }
  /* .about .about_values .about_values_content_phone div .values_item :last-child {
    margin: 0;
    margin-top: 10px;
    font-size: 12px;
    color: #898989;
  } */
  .about .about_journey {
    padding: 40px 16px;
  }
  .about .about_journey .about_journey_pc {
    display: none;
  }
  .about .about_journey .about_journey_phone {
    display: block;
  }
  .about .about_journey .about_journey_phone .about_journey_period li {
    font-size: 16px;
    color: var(--primary-color);
    padding: 15px 0;
    padding-left: 15px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .about .about_journey .about_journey_phone .about_journey_period li ::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--primary-color);
  }
  .about .about_journey .about_journey_phone .about_journey_period li :last-child {
    overflow: visible;
    transition: var(--primary-transition);
  }
  .about .about_journey .about_journey_phone .about_journey_period .active :last-child svg {
    transform: rotate(-180deg);
  }
  .about .about_journey .about_journey_phone .about_journey_period .about_journey_period_content {
    display: none;
    transition: var(--primary-transition);
  }
  .about .about_journey .about_journey_phone .about_journey_period .about_journey_period_content .content_title {
    font-size: 16.6px;
    padding: 10px 0;
  }
  .about .about_journey .about_journey_phone .about_journey_period .about_journey_period_content .content_list li {
    border: none;
    font-size: 13.5px;
    color: #898989;
    padding: 2px 0;
    padding-left: 15px;
    position: relative;
  }
  .about .about_journey .about_journey_phone .about_journey_period .about_journey_period_content .content_list li:after {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background-color: var(--primary-color);
  }
  .about .about_journey .about_journey_phone .about_journey_period .show {
    display: block;
  }
  .about .about_team {
    display: none;
  }
  .about .about_team_phone {
    display: block;
    background-color: #f2f2f2;
    padding: 41px 16px;
  }
  .about .about_team_phone .about_team_carousel_phone {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
  }
  .about .about_team_phone .about_team_carousel_phone .carousels_phone {
    color: #898989;
    font-size: 13.5px;
    line-height: 20px;
  }
  .about .about_team_phone .about_team_carousel_phone .carousels_phone .carousel_item_phone {
    box-sizing: border-box;
    padding: 15px;
    padding-top: 0;
  }
  .about .about_team_phone .about_team_carousel_phone .carousels_phone .carousel_item_phone .introduce_message_phone {
    display: flex;
    /* align-items: center; */
    padding-top: 16px;
    /* justify-content: start; */
    /* gap: 15px; */
    /* grid-gap: 15px; */
  }
  .about .about_team_phone .about_team_carousel_phone .carousels_phone .carousel_item_phone .introduce_message_phone .introduce_img_phone {
    width: 156px;
    height: 210px;
    object-fit: cover;
    margin-right: 15px;
  }
  .about .about_team_phone .about_team_carousel_phone .carousels_phone .carousel_item_phone .introduce_message_phone .message_introduce_phone .message_name_phone {
    font-size: 17px;
    color: #261f1e;
    padding-bottom: 10px;
  }
  .about .about_team_phone .about_team_carousel_phone .carousels_phone .carousel_item_phone .message_detail_phone {
    margin-top: 30px;
  }
  .about .about_personnel {
    padding: 20px 16px;
    box-sizing: border-box;
    width: 100%;
  }
  .about .about_personnel .about_personnel_text {
    min-width: unset;
    width: 100%;
    padding: 20px 0;
  }
  .about .about_personnel .about_personnel_text .about_personnel_text_content {
    font-size: 12.5px;
  }
  .about .about_criteria {
    padding: 20px 16px;
  }
  .about .about_criteria .about_criteria_subtitle {
    text-align: left;
  }
  .about .about_criteria .about_criteria_carousel {
    display: none;
  }
  .about .about_criteria .about_criteria_carousel_phone {
    display: block;
    overflow: hidden;
  }
  .about .about_criteria .about_criteria_carousel_phone .swiper-wrapper .about_criteria_carousel_carousels img {
    object-fit: cover;
  }
  .about .about_criteria .about_criteria_carousel_phone .about_criteria_carousel_pagination {
    padding-top: 20px;
    text-align: center;
  }
  .about .about_criteria .about_criteria_carousel_phone .about_criteria_carousel_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
  }
  .about .about_honor {
    display: none;
  }
  .about .about_honor_phone {
    background-color: #f2f2f2;
    padding: 20px 16px;
    display: block;
  }
  .about .about_honor_phone .about_honor_swper_phone {
    overflow: hidden;
  }
  .about .about_honor_phone .about_honor_swper_phone .swiper-wrapper .swiper-slide {
    background-color: white;
  }
  .about .about_honor_phone .about_honor_swper_phone .about_criteria_carousel_pagination {
    padding-top: 20px;
    text-align: center;
  }
  .about .about_honor_phone .about_honor_swper_phone .about_criteria_carousel_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
  }
}
