.bobo_company_intro {
  padding: 100px 0 50px;
}

.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: #c50000 no-repeat right 23px center;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: -53px;
  width: 235px;
  padding: 40px 23px 40px 30px;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
}

.bobo_company_intro .pic .tips em {
  font-size: 20px;
  color: #fff
}

.bobo_company_intro .pic .tips span {
  font-size: 76px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 10px 0 0
}

.bobo_company_intro .pic .tips p {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  margin: 4px 0 0
}
.bobo_company_intro .txt h2{
  font-size: 40px !important;
  line-height: 40px;
}
.bobo_company_intro .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 52px
}

.bobo_company_intro .txt em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600
}

.bobo_company_intro .txt h3 {
  margin: 17px 0 0;
  font-size: 36px;
  font-weight: 700
}

.bobo_company_intro .txt .t {
  text-align: justify;
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 2;
}
.bobo_company_intro .txt .t  p{
  line-height: 25px;
  color: #666;
  font-size: 17px;
}
.bobo_company_intro .txt .t strong {
  color: var(--color-primary);
}

.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(--color-primary);
  border-radius: var(--button-radius);
}

.bobo_company_intro .txt .more:hover {
  background: #e70013c9;
  color: #fff;
  border: 1px solid var(--btn-hover);
}
  @media screen and (max-width: 1300px) {
  .bobo_company_intro .txt h3 {
    font-size: 34px}

  .bobo_company_intro .txt h3 {
  margin: 15px 0 0}

  .bobo_company_intro .pic {
  width: 568px}

  .bobo_company_intro .pic .tips {
  left: -20px;
  width: 215px;
  padding: 35px 20px 35px 25px}

  .bobo_company_intro .txt .t {
  font-size: 17px;
  line-height: 1.6}
}
  @media screen and (max-width: 991px) {
      .bobo_company_intro .box {
    -webkit-flex-direction: column;
    
    flex-direction: column}
    .bobo_company_intro .txt{margin-left: 0;}
    }
  @media screen and (max-width: 768px) {
  .bobo_company_intro {
    padding: 30px 0}

  .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 20px center;
  left: 0;
  bottom: 0;
  width: 180px;
  padding: 30px 20px}

  .bobo_company_intro .pic .tips em {
  font-size: 17px}

  .bobo_company_intro .pic .tips span {
  font-size: 50px}

  .bobo_company_intro .pic .tips p {
  font-size: 17px;
  line-height: 30px}

  .bobo_company_intro .txt {
  width: 100%;
  margin: 25px 0 0;
  text-align: center}

  .bobo_company_intro .txt em {
  font-size: 15px}

  .bobo_company_intro .txt h3 {
  margin: 15px 0 0;
  font-size: 30px}

  .bobo_company_intro .txt .t {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: left}

  .bobo_company_intro .txt .more {
  margin: 20px auto 0;
  width: 170px;
  height: 36px;
  line-height: 36px;
  font-size: 15px}
}
  @media screen and (max-width: 480px) {
  .bobo_company_intro .txt h3 {
    font-size: 24px}
}


@media  screen and (max-width:768px){
  .bobo_company_intro {
    padding: 30px 0;
}
.bobo_company_intro .box{
  flex-direction: column !important;
}
.bobo_company_intro .pic{
  width: 100%;
}
.bobo_company_intro .txt {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 0;
    margin-top: 30px;
}
.bobo_company_intro .txt h2{
  font-size: 24px !important;
}
.bobo_company_intro .txt .t p{
  font-size: 12px !important;
}

}
 