.bobo-about {
  padding: 80px 0
}


.bobo-about .box {overflow:hidden;}

.bobo-about .pic {
  width: 50%;float:right;margin:0 0 20px 70px;
  position: relative
}

.bobo-about .pic img{
  /*margin-top:20px;*/
}

.bobo-about .v-box {
  position: absolute;
  right: 0;
  bottom: -90px;
  background: #fff;
  width: 82%;
  padding: 30px 38px;
  box-sizing: border-box;
  box-shadow: 0 2px 20px 0 rgba(227, 230, 230, 0.6)
}

.bobo-about .v-box p {
  color: #212121;
  font-size: 20px;
  line-height: 1.8
}

.bobo-about .v-box .v {
  margin: 20px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.bobo-about .v-box .v h5 {
  font-size: 20px;
  color: #666
}

.bobo-about .v-box .v hr {
  width: 200px;
  height: 4px;
  background: #f4f4f4
}

.bobo-about .v-box .v a {
  width: 52px;
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background-color: var(--color-primary);
  border-radius: 26px;
}

.bobo-about .v-box .v a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(70, 153, 53, 0.25);
  animation: scale2 2s linear infinite
}

@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.bobo-about .txt{font-size:17px;line-height:24px;}

.bobo-about h1 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

.bobo-about .txt .rich-text{}

.bobo-about .txt p{line-height:inherit;}


.bobo-about .txt .t strong {
  color: var(--color-primary);
}


.index-tit {
  text-align: center;
}

.index-tit em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
}

.index-tit h3 {
  margin: 20px 0 0;
  font-size: 36px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}

.index-tit p {
  margin: 35px 0 0;
  font-size: 20px;
  line-height: 1.8;
  color: #666;
}

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

.bobo-about .pic{margin: 0 0 20px 50px;}

  .bobo-about .txt h1 {
    font-size: 34px
  }

  .bobo-about .txt .t {
    margin: 30px 0 0;
    font-size: 17px;
    line-height: 1.7
  }

  .bobo-about .txt .t p~p {
    margin-top: 18px
  }

  .bobo-about .v-box {
    width: 70%;
    padding: 30px;
    box-shadow: 0 2px 15px 0 rgba(227, 230, 230, 0.6)
  }

  .bobo-about .v-box p {
    font-size: 17px;
    line-height: 1.5
  }

  .bobo-about .v-box .v hr {
    width: 130px
  }

  .bobo-about .v-box .v h5 {
    font-size: 18px
  }
  
.index-tit h3{font-size:32px;}
.index-tit p{margin:20px 0 0;font-size:17px;line-height:1.3;}

}


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

  .bobo-about .txt h1,
  .bobo-about ul li h5 {
    font-size: 30px
  }

.bobo-about{padding:40px 0}


  .bobo-about .v-box {
    position: static;
    width: 100%;
    padding: 25px 20px
  }

  .bobo-about .v-box p {
    font-size: 17px;
    line-height: 1.4
  }

  .bobo-about .v-box .v {
    margin: 20px 0 0
  }

  .bobo-about .v-box .v h5 {
    font-size: 18px
  }

  .bobo-about .v-box .v hr {
    width: 200px
  }

  .bobo-about .v-box .v a {
    width: 48px
  }

  .bobo-about .txt {
    width: 100%;
    margin: 0
  }

  .bobo-about .txt h1 {
    text-align: center
  }

  .bobo-about .txt .t {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.4
  }

  .bobo-about .txt .t p~p {
    margin-top: 10px
  }

.index-tit h3{font-size:30px;}

}

@media screen and (max-width:768px) {
.bobo-about{padding:30px 0}
.bobo-about .box{display:flex;flex-direction:column-reverse;}
.bobo-about .pic {margin:20px 0 0;width: 100%}
.bobo-about .txt{font-size:16px;}

.bobo-about h1{font-size:30px;	text-align:center;}
.index-tit h3{font-size:28px;}
.index-tit p{margin:15px 0 0;font-size:16px;line-height:1.2;}
}

@media screen and (max-width: 480px) {
.bobo-about{padding:30px 0 15px;}
.bobo-about h1{font-size:24px;}
.bobo-about .txt{font-size:15px;line-height:22px;}

.bobo-about .v-box .v hr{width: 150px}
.index-tit h3{font-size:24px;}
.index-tit p{font-size:15px;}
}


