:root {
  --bobo-company-intro-p: 60px 0;
  --bobo-company-intro-title-size: 36px;
}

.bobo_company_intro {
  padding: var(--bobo-company-intro-p);
}

.bobo_company_intro .box{
  align-items: center;
}

 .bobo_company_intro .tab-content {
  display: none;
  padding-bottom: 20px;
}

.bobo_company_intro .tab-content.active {
  display: block;
}

.bobo_company_intro .tab-content h3 {
    margin: 17px 0 0;
    font-size: 34px;
    line-height: 100%;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    padding-bottom: 20px;
}
 
.bobo_company_intro .tab-content h5 {
    color: var(--title-text-color);
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    display: block;
    font-weight: bold;
}

.bobo_company_intro .tab-content .desc {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
}

.bobo_company_intro .tab-content .btn_link a {
    display: inline-block;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    /*margin-top: 15px;*/
    z-index: 5;
    transition: all .5s;
}

.bobo_company_intro .tab-content .btn_link a:hover {
    text-decoration: underline;
}

.bobo_company_intro .tab-content .btn_link a:hover span {
    animation: move_right 1.5s infinite;
}

.bobo_company_intro .tab-content .btn_link a:before {
      content: '';
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    z-index: -1;
    position: absolute;
    right: 40px;
    top: -15px;
    border-radius: 50%;
    opacity: 0.1;
    transition: all .5s;
}

.bobo_company_intro .tab-content .btn_link a span {
    margin-left: 5px;
    width: 41px;
    height: 11px;
    display: inline-block;
}

.bobo_company_intro .tab-content .text_block {
    list-style: none;
    /*padding-top: 40px;*/
    padding-top: 20px;
    display: flex;
}

.bobo_company_intro .tab-content .text_block li {
    padding: 0;
    padding-right: 25px;
    display: flex;
    align-items: flex-start;
}

.bobo_company_intro .tab-content .text_block li .icon {
    min-width: 53px;
    max-width: 53px;
}
.bobo_company_intro .tab-content .text_block li .icon img{
    transition: all .5s;
    max-width: 100%;
}
.bobo_company_intro .tab-content .text_block li:hover .icon img {
    transform: rotateY(180deg);
}
.bobo_company_intro .tab-content .text_block li .wrap {
    padding-left: 10px;
}
.bobo_company_intro .tab-content .text_block li em {
    color: var(--title-text-color);
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
}
.bobo_company_intro .tab-content .text_block li .text {
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}
.bobo_company_intro .tab-content .swiper_block {
  position: relative;
}
.bobo_company_intro .tab-content .swiper_block img{
    max-width: 100%;
    height: auto;
    transition: all .9s;
}
.bobo_company_intro .tab-content .swiper_block a {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}
.bobo_company_intro .tab-content .swiper_block .swiper-button-prev,
.bobo_company_intro .tab-content .swiper_block .swiper-button-next {
    width: 30px;
    height: 60px;
    display: block;
    background-color: #000;
    opacity: 0.3;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    transition: all .5s;
}
.bobo_company_intro .tab-content .swiper_block .swiper-button-prev {
  left: -30px;
}
.bobo_company_intro .tab-content .swiper_block .swiper-button-next {
  right: -30px;
}
.bobo_company_intro .tab-content .swiper_block .swiper-button-prev:hover,
.bobo_company_intro .tab-content .swiper_block .swiper-button-next:hover {
    opacity: 1;
    background-color: var(--color-primary);
}
.bobo_company_intro .tab-content .swiper_block .swiper-button-prev:after,
.bobo_company_intro .tab-content .swiper_block .swiper-button-next:after {
    font-size: 23px;
    line-height: 60px;
}
.bobo_company_intro .btn_block {
    
}

.bobo_company_intro .btn_block ul {
  display: flex;
  justify-content: center;
}

.bobo_company_intro .btn_block ul li {
  width: 33%;
}

.bobo_company_intro .btn_block ul li  a {
  color: var(--title-text-color);
  background: #fff;
    padding: 12px 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    transition: all .5s;
    font-weight: bold;
    border-radius: 0;
}
.bobo_company_intro .btn_block ul li:first-child a{
    border-radius: 35px 0 0 35px;
}
.bobo_company_intro .btn_block ul li:last-child a{
    border-radius: 0 35px 35px 0;
}
.bobo_company_intro .btn_block ul li  a span {
    min-width: 42px;
    height: 42px;
    display: inline-block;
    transition: all .5s;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.bobo_company_intro .btn_block ul li  a i {
      background: var(--color-primary);
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 25px;
    transition: all .5s;
    opacity: 0;
    color: #fff;
}
.bobo_company_intro .btn_block ul li a p {
      margin: 0;
    margin-left: 10px;
    letter-spacing: 1px;
}
.bobo_company_intro .btn_block ul li:hover a,
.bobo_company_intro .btn_block ul li  a.active {
  color: #fff;
  background: var(--color-primary);
}
.bobo_company_intro .btn_block ul li:hover a i,
.bobo_company_intro .btn_block ul li  a.active i {
    opacity: 1;
    top: -13px;
}
.bobo_company_intro .btn_block ul li:hover a span,
.bobo_company_intro .btn_block ul li  a.active span {
    background-position: 0 -40px;
}

.bobo_company_intro .txt h2 {
  font-size: var(--bobo-company-intro-title-size);
  line-height: 1em;
  margin-top: 0.3333em;
  margin-bottom: 0.5em;
}

.bobo_company_intro .box .pic {
  padding-left: 0;
  padding-right: 26px;
}

.bobo_company_intro .box .pic-box {
  position: relative;
}

.bobo_company_intro .box .pic img {
  aspect-ratio: 668 / 408;
  object-fit: contain;
}

.bobo_company_intro .pic .tips {
  position: absolute;
  background: var(--bg-color) no-repeat right 23px center;
  opacity: 0.8;
  left: 0;
  bottom: -30px;
  width: 235px;
  padding: 20px;
  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 .box .txt {
  padding-left: 26px;
  padding-right: 0;
}

.bobo_company_intro .box .txt .btn_block {
  display: flex;
  flex-wrap: wrap;
}

.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: 45px;
    line-height: 100%;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}

.bobo_company_intro .txt .t {
  margin: 15px 0 0;
  font-size: 18px;
}

.bobo_company_intro .txt .t p {
  line-height: 36px;
}

.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: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 1500px) {
  :root {
    --bobo-company-intro-title-size: 32px;
  }

  .bobo_company_intro .box .pic {
    padding-right: 22px;
  }
  .bobo_company_intro .box .txt {
    padding-left: 22px;
  }
  .bobo_company_intro .txt .t {
    font-size: 16px;
    line-height: 1.6
  }
}

@media screen and (max-width: 1400px) {
  .desq-goods_type .tit h3 {
    font-size: 32px;
  }
  .bobo_company_intro .tab-content h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --bobo-company-intro-title-size: 28px;
  }

  .bobo_company_intro .box .pic {
    padding-right: 18px;
  }
  .bobo_company_intro .box .txt {
    padding-left: 18px;
  }
  .bobo_company_intro .txt h3 {
    font-size: 32px;
    margin: 15px 0 0;
  }

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

  .bobo_company_intro .txt .t {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --bobo-company-intro-p: 55px 0;
    --bobo-company-intro-title-size: 24px;
  }

  .bobo_company_intro .box .txt {
    padding-left: 0;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --bobo-company-intro-p: 70px 0;
    --bobo-company-intro-title-size: 32px;
  }
  .bobo_company_intro .box .pic {
    padding-right: 0;
  }
  .bobo_company_intro .box .pic img{
    width: 100%;
    height: auto;
    max-height: unset;
  }
  .bobo_company_intro .box .txt {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
  .bobo_company_intro .txt .t {
    margin-top: 10px;
  }
  .bobo_company_intro .box .txt p {
    text-align: left;
  }
  .bobo_company_intro .box .txt h2 {
    margin-top: 10px;
  }
  .bobo_company_intro .txt .more {
    margin: 20px auto 0;
  }
  
  .bobo_company_intro .tab-content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --bobo-company-intro-p: 55px 0;
    --bobo-company-intro-title-size: 28px;
  }
  .bobo_company_intro .row {
    width: 100%;
    margin: 0 auto;
  }
  .desq-goods_type .tit h3 {
    font-size: 28px;
  }
  .bobo_company_intro .box .txt {
    padding-top: 0;
  }
  .bobo_company_intro .box .txt h2 {
    margin-top: 10px;
  }
  .bobo_company_intro .txt .t p {
    line-height: 1.8em;
  }

  .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 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: 14px
  }

  .bobo_company_intro .txt .t {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: left
  }

  .bobo_company_intro .txt .more {
    margin: 20px auto 0;
    width: 165px;
    height: 36px;
    line-height: 36px;
    font-size: 15px
  }
  .bobo_company_intro .btn_block ul li a {
    flex-direction: column;
  }
  .bobo_company_intro .btn_block ul li a
  .bobo_company_intro .tab-content .swiper_block .swiper-button-next {
    right: 0;
  }
  .bobo_company_intro .tab-content .swiper_block .swiper-button-prev {
    left: 0;
  }
  .bobo_company_intro .tab-content h3 {
    font-size: 28px;
  }
  .bobo_company_intro .tab-content {
    padding-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --bobo-company-intro-p: 30px 0;
    --bobo-company-intro-title-size: 24px;
  }
  .bobo_company_intro .txt h3 {
    font-size: 24px
  }
  .bobo_company_intro .btn_block ul li a {
    padding: 12px 14px;
  }
  .bobo_company_intro .btn_block ul li a p {
    font-size: 12px;
  }
  .bobo_company_intro .tab-content .text_block {
    flex-direction: column;
  }
  .desq-goods_type .tit h3 {
    font-size: 24px;
  }
  .bobo_company_intro .tab-content h3 {
    font-size: 24px;
  }
}

@keyframes move_right {
    0% {
        transform: translateX(-3px)
    }
    50% {
        transform: translateX(3px)
    }
    100% {
        transform: translateX(-3px)
    }
}