.number_index{padding:65px 0 85px 0; background: url(../img/ditu.jpg) no-repeat center bottom; }
.num_title{ text-align: center; font-size: 0.48rem; line-height: 1.7; }
.num_title p{color: #ee7c28; font-weight: bold;}
.num_title span{color: #141414;  font-size: 0.4rem;font-weight: bold;}
.num_p{color: #424242;  font-size: 0.22rem; line-height: 2; text-align: center;margin:  55px 0;}

.about-s1 .para {  font-size: 0.11rem;}
.about-s1 .label{  font-size: 0.3rem;}
.about-s1 .data span {  font-size: 0.55rem; }
.about-s1 .data em, .about-s1 .data p{  font-size: 0.24rem;}
.about-s1 .data i{  font-size: 0.22rem;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 {}
.about-s1-{width:22%; background: #ee7c28;}
.about-s1 .label {
  text-align: center;  color: #ee7c28;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 .data {width:25%;
  vertical-align: top;display: flex;justify-content:center; align-items: center;
  position: relative;
  transition: transform .3s ease; margin: 0 0 35px 0;
}
.about-s1 .data .box_pic{width:106px;height: 106px;border-radius: 53px; border: 2px solid rgba(242,80,24,0.4); display: flex;justify-content: center;align-items: center;margin:0 20px 0 0}
.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; width: calc(100% - 130px);
  z-index: 2;
}
.about-s1 .data .num {
  display: flex; justify-content: flex-start;align-items:center;
  position: relative;
  color: #222;
  transition: all .3s ease;
}
.about-s1 .data .num .count{ color: #333; font-family: 'gilroy_bold';}
.about-s1 .data span {
  display: inline-block;
  vertical-align: middle;letter-spacing: -1px;line-height:1.5;
}
.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: #222; 
}
@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){ 

}
@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:1440px){ 
  .num_title{ font-size: 0.4rem;}
  .num_title span{ font-size: 0.38rem;}
  .about-s1 .data span{ font-size: 0.45rem;}
  .about-s1 .data em, .about-s1 .data p{ font-size: 0.22rem;}
}
@media only screen and (max-width:1200px){ 
  .num_title{ font-size:0.25rem; margin: 0 0 35px 0;}
  .num_title span{ font-size: 0.24rem;}
  .num_p{ font-size: 0.18rem;margin: 25px 15px;}
  .about-s1 .data .box_pic img{width:45px}
  .about-s1 .data .box{width:100%; text-align: center;}
}
@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.52rem;}
  .about-s1 .data i{    font-size: 0.3rem;}
  .about-s1 { padding:0.1rem 0 0 0;  }
  .about-s1-{width:100%}
  .about-s1.about-s1-{    padding: 35px 0;}
}