



.about-s1 .para {  font-size: 0.11rem;}
.about-s1 .label{  font-size: 0.3rem;}
.about-s1 .data span {  font-size: 0.54rem;}
.about-s1 .data em, .about-s1 .data p{  font-size: 0.22rem;}
.about-s1 .data i{  font-size: 0.24rem;padding:0 0 0 10px}
.about-s1 .tip {
  font-size: 0.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 { position: relative; z-index: 3;}
.about-s1-{width:22%; background: #e11e2e;}
.about-s1 .label {
  text-align: center;  color: #e11e2e;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; align-items: flex-start;
}
.about-s1.about-s2 .data-box {
   display: flex;justify-content: center; flex-wrap: wrap; align-items: flex-start;
}
.about-s1 .data {  vertical-align: top;display: flex;justify-content:center; align-items: center;  position: relative;  transition: transform .3s ease;}
.about-s1.about-s2 .data{ width: 15%;}
.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: center;align-items:center;  position: relative;  color: #111111;  transition: all .3s ease;}
.about-s1.about-s2 .data .num {  color: #222; justify-content: flex-start; }
.about-s1 .data .num .count{ color: #111111; font-family: 'gilroy_bold';}
.about-s1.about-s2 .data .num {  color: #e61010;   }
.about-s1.about-s2 .data .num .count{ color: #e61010;  }
.about-s1.about-s2 .data  .d_pic{margin: 0 25px 0 0 ;}
.about-s1 .data span {  display: inline-block;  vertical-align: middle;letter-spacing: -1px;line-height:1.5;font-weight: bold;}
.about-s1.about-s2  .data span{ line-height: 1;}
.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: #111111; text-align: center;}
.about-s1.about-s2  .data p {  color: #111;}
@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 {
    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){ 

}
@media only screen and (max-width:1600px){ 
   .about-s1 .label{font-size: 0.25rem;}
   .about-s1 .data .data_icon img{width:85px}
   .about-s1 .data .data_icon{margin: 0 15px 0 0;}
}
@media only screen and (max-width:1200px){ 
}
@media only screen and (max-width:1060px){ 
  .about-s1 .label{    font-size:0.15rem;  }
  .about-s1 .tip{font-size:0.13rem; line-height: 2;    margin-top: 0.1rem;}
  .about-s1 .para{width: 95%;    margin: 30px auto 0 auto; font-size: 0.1rem;}
  .about-s1 .data-box{width:100%;  }
  
  .about-s1 .data{width:48%; 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: 0.35rem;}
  .about-s1 .data i{    font-size: 0.3rem;}
  .about-s1 .data em, .about-s1 .data p{    font-size: 0.18rem;}
  .about-s1 .data:nth-child(5){display: none;}
  .about-s1 { padding:0.1rem 0 0 0;  }
  .about-s1-{width:100%}
  .about-s1.about-s1-{    padding: 35px 0;}
}