/* pc端样式 */
@media screen and (min-width:768px) {
  #banner {
    background-image: url('../images/culture/banner-p.png');
    height: 416px;
    margin-top: 100px;
  }

  #content {
    padding: 35px 0 0 0;
    width: 1200px;
    display: flex;
    margin: 0 auto;
  }

  .content_right {
    width: 100%;
    margin-left: 24px;
  }

  .content_title {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    color: #333333;
    border-bottom: 1px solid #ececec;
    padding: 0 0 9px 0;
  }

  .title_content {
    display: flex;
    justify-content: space-between;
    margin: 42px 0 20px 0;
  }

  .title_content_item {
    display: flex;
    flex-direction: column;
  }

  .title_content_item_icon {
    width: 28px;
    height: 28px;
  }

  .title_content_item_title {
    margin-bottom: 5px;
  }

  .title_content_item_line {
    width: 34px;
    height: 2px;
    margin-bottom: 11px;
  }

  .title_content_item_info {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    color: #999999;
  }

  /* .title_content_item:nth-child(1) .title_content_item_icon {
    width: 39px;
    height: 41px;
  }
  .title_content_item:nth-child(2) .title_content_item_icon {
    width: 28px;
    height: 26px;
  }
  .title_content_item:nth-child(3) .title_content_item_icon {
    width: 22px;
    height: 30px;
  } */
  .sincerity {
    width: 100%;
    height: 336px;
    margin-bottom: 67px;
  }

  .vision h2 {
    font-size: 20px;
    margin: 20px 0;
  }

  .vision .vision_p_one {
    margin: 0 0 20px 0;
  }

  .vision .vision_p_two {
    margin: 0 0 105px 0;
  }

  .mission h2 {
    font-size: 20px;
    margin: 20px 0;
  }

  .mission .mission_p_one {
    margin: 0 0 20px 0;
  }

  .mission .mission_p_two {
    margin: 0 0 105px 0;
  }

  .sense,
  .vision,
  .mission {
    line-height: 24px;
  }

  .sense h2 {
    font-size: 20px;
    margin: 20px 0;
  }

  .sense p {
    margin: 0;
  }

  .sense:last-child {
    margin-bottom: 105px;
  }
}

/* h5 样式 */
@media screen and (max-width:768px) {
  #banner {
    background-image: url('../images/culture/banner-m.png');
    width: 100%;
    height: 4rem;
    background-size: 100% 4rem;
    padding: 0.706667rem 2.56rem 0 0.88rem;
  }

  .banner_title {
    margin-bottom: 0.333333rem;
  }

  .banner_content p {
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Bold;
    color: #ffffff;
    line-height: 0.32rem;
    letter-spacing: 2px;
  }
  .banner_title span {
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    width: 1.173333rem;
    height: 1.2rem;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 100%;
    font-size: 0.626667rem;
    font-family: SourceHanSansSC-Bold;
    margin-right: 0.226667rem;
    color: #ffffff;

  }

  #content {
    padding: 0.626667rem 0 0 0;
    /* width: 1200px; */
    display: flex;
    margin: 0 auto;
    overflow: hidden;
  }

  .content_right {
    width: 100%;
    /* margin-left: 24px; */
    padding: 0 0.613333rem;
  }

  .content_title {
    font-size: 0.653333rem;
    font-family: Poppins-SemiBold;
    color: #333333;
    border-bottom: 1px solid #ececec;
    padding: 0 0 0.12rem 0;
  }

  .title_content {
    display: flex;
    justify-content: space-between;
    margin: 0.466667rem 0 0.36rem 0;
  }

  .title_content_item {
    display: flex;
    flex-direction: column;
  }

  .title_content_item_icon {
    width: 0.733333rem;
    height: 0.68rem;
  }

  .title_content_item_title {
    margin-bottom: 5px;
    font-size: 0.32rem;
  }

  .title_content_item_line {
    width: 34px;
    height: 2px;
    margin-bottom: 11px;
  }

  .title_content_item_info {
    font-size: 0.32rem;
    font-family: PingFang SC, PingFang SC-Regular;
    color: #999999;
  }

  /* .title_content_item:nth-child(1) .title_content_item_icon {
    width: 39px;
    height: 41px;
  }
  .title_content_item:nth-child(2) .title_content_item_icon {
    width: 28px;
    height: 26px;
  }
  .title_content_item:nth-child(3) .title_content_item_icon {
    width: 22px;
    height: 30px;
  } */
  .sincerity {
    width: 100%;
    height: 3.84rem;
    margin-bottom: 1.173333rem;
  }

  .vision h2 {
    font-size: 0.32rem;
    margin: 0.266667rem 0;
  }

  .vision .vision_p_one {
    margin: 0 0 0.266667rem 0;
  }
  .vision,.mission,.sense p{
    font-size: 0.32rem;
  }
  .vision,.mission,.sense span{
    font-size: 0.32rem;
  }
  .vision .vision_p_two {
    margin: 0 0 1.4rem 0;
  }

  .mission h2 {
    font-size: 0.32rem;
    margin: 0.266667rem 0;
  }

  .mission .mission_p_one {
    margin: 0 0 0.266667rem 0;
  }

  .mission .mission_p_two {
    margin: 0 0 1.4rem 0;
  }

  .sense,
  .vision,
  .mission {
    line-height: 0.453333rem;
  }

  .sense h2 {
    font-size: 0.266667rem;
    margin: 0.266667rem 0;
  }

  .sense p {
    margin: 0;
  }

  .sense:last-child {
    margin-bottom: 1.4rem;
  }
}