.bobo_company_intro {
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px) 0;
}

.bobo_company_intro .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.bobo_company_intro .pic {
  width: 668px;
  text-align: right;
  position: relative
}

.bobo_company_intro .pic .tips {
  background: var(--bg-color) url('../bobo_company_intro/pics/ibg1.png') no-repeat right 23px center;
  position: absolute;
  left: 0;
  bottom: -53px;
  width: 235px;
  padding: 40px 23px 40px 30px;
  text-align: left;
  box-sizing: border-box
}

.bobo_company_intro .pic .tips em {
  font-size: clamp(14px, 1.05vw, 20px);
  color: #fff
}

.bobo_company_intro .pic .tips span {
  font-size: clamp(36px, 4vw,76px);
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 10px 0 0
}

.bobo_company_intro .pic .tips p {
  font-size: clamp(14px, 1.05vw, 20px);
  line-height: 36px;
  color: #fff;
  margin: 4px 0 0
}

.bobo_company_intro .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 40px;
}

.bobo_company_intro .txt em {
  font-size: clamp(14px, 0.85vw, 16px);
  color: var(--text-color-active);
  font-weight: 600
}

.bobo_company_intro .txt h3 {
  margin: 17px 0 0;
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
}

.bobo_company_intro .txt .t {
  margin: 15px 0 0;
  font-size: clamp(14px, 0.95vw, 18px);
  color: #666;
  line-height: 2
}

.bobo_company_intro .txt .t strong {
  color: var(--text-color-active);
}

.bobo_company_intro .txt .more {
  margin: 25px auto 0 0;
  width: 194px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  background: var(--btn-bg)
}

.bobo_company_intro .txt .more:hover {
  background: var(--btn-bg-hover)
}





@media screen and (max-width: 1500px) {
  .bobo_company_intro .wp {
    max-width: 1200px;
  }
 
}

@media screen and (max-width: 1300px) {
  .bobo_company_intro .wp {
    max-width: 1050px;
  }

  

  .bobo_company_intro .txt h3 {
    margin: 10px 0 0;
  }

  .bobo_company_intro .pic {
    width: 50%;
  }

  .bobo_company_intro .txt .more {
    margin: 10px auto 0 0;
    width: 170px;
    height: 40px;
    line-height: 40px;
  }

  .bobo_company_intro .pic .tips {
        width: 215px;
        padding: 25px 20px 25px 20px;
  }

  .bobo_company_intro .txt .t {
    line-height: 1.6;
    margin: 10px 0 0;
  }

}
@media screen and (max-width: 992px) {
    .bobo_company_intro .box {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .bobo_company_intro .pic {
    width: 100%;
    text-align: center
  }
  


      .bobo_company_intro .pic .tips {
        background-size: auto 135px;
        background-position: right 18px center;
        left: 0;
        bottom: 0;
        width: 180px;
        padding: 20px 18px;
    }


  .bobo_company_intro .pic .tips p {
    line-height: 30px
  }
  
    .bobo_company_intro .txt {
      width: 100%;
      margin: 25px 0 0;
      text-align: center
    }
  


  .bobo_company_intro .txt h3 {
    margin: 15px 0 0;
  }

  .bobo_company_intro .txt .t {
    margin: 15px 0 0;
    line-height: 24px;
    text-align: left
  }

  .bobo_company_intro .txt .more {
    margin: 20px auto 0;
    width: 155px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {


  .bobo_company_intro .wp {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    padding-left: 10px;
  }

}



.bobo_company_intro ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px;
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px)0 0 0;
}

 .bobo_company_intro ul li icon {   
  width: 3em;
  height: 3em;
}

.bobo_company_intro ul li {
  flex: 1;
  position: relative;
  padding: 32px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #e6e6e6
}

.bobo_company_intro ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--bg-color);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s cubic-bezier(0.55,0.23,0.62,1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.55,0.23,0.62,1) 0s
}

.bobo_company_intro ul li h5 {
  color: var(--color-primary);
  font-size: 46px;
  line-height: 1;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  font-weight: 700;
}

.bobo_company_intro ul li h5 .icon {
  margin-left: 8px;
  font-size: 28px;
}

.bobo_company_intro ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  right: -25px;
  top: 0;
  color: var(--title-text-color);
  font-size: 46px;
  font-weight: 400
}

.bobo_company_intro ul li:nth-child(3) h5::after {
  right: -50px;
  font-size: 22px;
  top: 2px
}

.bobo_company_intro ul li p {
  font-size: var(--bobo-indicator-text-size);
  line-height: 1.5;
  margin: 13px 0 0
}


.bobo_company_intro ul li:hover::after {
  width: 100%
}


@media screen and (max-width: 1500px) {
  :root {
    --bobo-indicator-p: 0 0 85px;
    --bobo-indicator-text-size: 16px;
  }

  .bobo_company_intro ul {
    gap: 50px;
  }

  .bobo_company_intro ul li {
    padding: 30px 0;
  }

  .bobo_company_intro ul li h5 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --bobo-indicator-p: 0 0 70px;
    --bobo-indicator-text-size: 14px;
  }

  .bobo_company_intro ul {
    gap: 44px;
  }

  .bobo_company_intro ul li {
    padding: 28px 0;
  }

  .bobo_company_intro ul li h5 {
    font-size: 34px;
  }

  .bobo_company_intro ul li p {
    font-size: 14px;
  }
  .bobo_company_intro ul li h5 .icon {font-size: 22px;}
}

@media screen and (max-width: 992px) {
  :root {
    --bobo-indicator-p: 0 0 70px;
    --bobo-indicator-text-size: 16px;
  }

  .bobo_company_intro ul {
    flex-wrap: wrap;
    gap: 0;
  }
  .bobo_company_intro ul li{
    flex: unset;
    width: calc(50% - 28px);
  }

  .bobo_company_intro ul li {
    padding: 30px 0;
  }

  .bobo_company_intro ul li h5 {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --bobo-indicator-p: 0 0 55px;
    --bobo-indicator-text-size: 14px;
  }



  .bobo_company_intro ul li {
    flex: unset;
    width: calc(50% - 20px);
    padding: 20px 0;
  }

  .bobo_company_intro ul li h5 {
    font-size: 30px
  }

  .bobo_company_intro ul li p {
    line-height: 1.3;
    margin: 13px 0 0
  }

  .bobo_company_intro ul li p br {
    display: none
  }
}

@media screen and (max-width: 576px) {
  :root {
    --bobo-indicator-p: 0 0 30px;
  }
  .bobo_company_intro ul li h5 {font-size: 24px;}
  .bobo_company_intro ul li h5 .icon {font-size: 18px;}
  .bobo_company_intro ul li p {font-size: 12px}
}
