.about-s1 .para {  font-size: 1.1rem;}
.about-s1 .label{  font-size: 3rem;}
.about-s1 .data span {  font-size: 3rem;}
.about-s1 .data em, .about-s1 .data p{  font-size: 1.1rem;}
.about-s1 .data i{  font-size: 2rem;padding:0 0 0 10px}
.about-s1 .data i.baifen{ font-size:1.5rem;}
.about-s1 .tip {
  font-size: 2rem;
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes run {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}
@keyframes o-scale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes o-scale-1 {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes scale-bg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes indexsvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.about-s1 {}
.about-s1-{width:22%; background: #f1f7ff;}
.about-s1 .label {
  text-align: center;  color: #18afb4;font-weight: bold;
}
.about-s1 .tip {
  text-align: center;
  color: #272c31;
  margin-top: 2rem;
}
.about-s1 .para {
  text-align: center;
  line-height: 2;
  margin-top: 1rem; width:70%;margin:30px auto 0 auto;
}
.about-s1 .data-box {
  padding: 0 0 0 0;width:100%;margin:0 auto 0 auto;height: 100%;
  font-size: 0; display: flex;justify-content: space-between; flex-wrap: wrap;
}

.about-s1 .data {width:100%;
  vertical-align: top;display: flex;justify-content:flex-start; align-items: center;
  position: relative;
  transition: transform .3s ease;padding:0 0 40px 0;margin:0 0 40px 0;border-bottom: 1px solid rgba(0,0,0,0.1);
}
.about-s1.about-s1-{padding: 55px 0;}
.about-s1.about-s1- .data-box .data{ width: 100%; justify-content:center}
.about-s1 .data .data_icon{margin:0 25px 0 0}
.about-s1 .data_l{width:1px; height: 100px;background: rgba(0,0,0,0.1);} 

.about-s1 .data .box {
  position: relative;
  z-index: 2;
}
.about-s1 .data .num {
  display: flex; justify-content: flex-start;align-items: flex-start;
  position: relative;
  color: #333; 
  transition: all .3s ease;
}
.about-s1 .data .num .count{ color: #102253;}
.about-s1 .data span {
  display: inline-block;
  vertical-align: middle; font-family: "gilroy_bold";letter-spacing: -1px;line-height: 3.2rem;
}
.about-s1 .data em {
  position: absolute;
  left: 100%;
  bottom: 10px;
  font-style: normal;
}
.about-s1 .data i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.about-s1 .data p {
  color: #272c31;margin:10px 0;text-align: center; font-size: 1.4rem;
}
@media screen and (min-width: 1020px) {
  .about-s1 .data:hover {
    transform: translateY(-10px);
  }
  .about-s1 .data:hover:before {
    opacity: .5;
  }
  .about-s1 .data:hover .num {
    color: #222;
    text-shadow: 0 10px 10px rgba(24, 175, 180, 0.1);
  }
}
.about-s1 .comm-line-btn {
  margin: 0 auto;
}
@media only screen and (max-width:1750px){ 
  .about-s1 .data span{font-size: 2.8rem;    }
  .about-s1 .data i{font-size: 1.5rem;}

}
@media only screen and (max-width:1600px){ 
   .about-s1 .label{font-size: 2.5rem;}
   .about-s1 .data .data_icon img{width:85px}
   .about-s1 .data .data_icon{margin: 0 15px 0 0;}
   .about-s1 .data i{font-size: 1.5rem;}
   .about-s1 .data em, .about-s1 .data p{font-size: 1rem;}
   .about-s1 .data {padding:0 0 25px 0;margin:0 0 25px 0;}
   
}

@media only screen and (max-width:1060px){ 
  .about-s1 .label{    font-size:1.5rem;  }
  .about-s1 .tip{font-size:1.3rem; line-height: 2.6rem;    margin-top: 1rem;}
  .about-s1 .para{width: 95%;    margin: 30px auto 0 auto; font-size: 1rem;}
  .about-s1 .data-box{width:100%;  }
  
  .about-s1 .data{width:33%; justify-content:center; flex-direction: column;}
  .about-s1.about-s1- .data-box .data{width:50%; }
  .se_about .about-s1 .data-box{padding: 35px 0 30px 0;}
  .about-s1 .data .data_icon{margin: 0 0 8px 0;}
  .about-s1 .data .data_icon img{width:51px;display: block;margin: 0 auto;}
  .about-s1 .data .num{ justify-content: center;}
  .about-s1 .data span{    font-size: 2.2rem;}
  .about-s1 .data i{    font-size: 1.2rem; align-items: center;}
  .about-s1 .data em, .about-s1 .data p{    font-size: 1.1rem;}
  .about-s1 { padding:1rem 0 0 0;  }
  .about-s1-{width:100%}
  .about-s1.about-s1-{    padding: 35px 0;}
}