.about-s1 .para {  font-size: 0.17rem;}
.about-s1 .label{  font-size:0.48rem;}
.about-s1 .data span {  font-size: 0.64rem;}
.about-s1 .data em, .about-s1 .data p{  font-size: 0.17rem; text-align: center;}
.about-s1 .data i{  font-size: 0.24rem;padding:0 0 0 10px}
.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 {  display: flex;justify-content: space-between; align-items: center; border-top:1px solid rgba(0,0,0,0.1);  }
.about-s1.about-s2{margin-top:0;}
.about-s1 .label {
  text-align: center;  color: #fff;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: 65px 0 20px 0;width:100%;
  font-size: 0; display: flex;justify-content: space-between; flex-wrap: wrap;
}
.se_about .about-s1 .data-box {  padding: 75px 0 70px 0;}
.about-s1 .data { width:45%;transition: 0.3s; margin: 0 0 35px 0;}
.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;
}
.box_icon{text-align: center;}
.box_icon img{margin: 0 auto;display: block;}
.about-s1 .data .num {padding:20px 0 0 0;
  display: flex; justify-content: center;align-items: flex-end;
  position: relative;
  color: transparent;
				background-image: linear-gradient(45deg, #15799d, #68afc9, #075f80);
				-webkit-background-clip: text;
				background-clip: text;
  transition: all .3s ease;
}
.about-s1 .data .num .count{ color: transparent;
  background-image: linear-gradient(45deg, #15799d, #68afc9, #075f80);
  -webkit-background-clip: text;
  background-clip: text;}
.about-s1 .data span {
  display: inline-block;
  vertical-align: middle; font-family: "gilroy_bold";letter-spacing: -2px;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; font-weight: bold;
}
.about-s1 .data p {
  color: #222;margin:10px 0 0 0;
}
@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){ 
  .about-s1 .data span{font-size: 0.38rem;}
}
@media only screen and (max-width:1600px){ 
   .about-s1 .label{font-size: 0.38rem;}
   .about-s1 .data-box { padding: 40px 0 40px 0;}
   .about-s1 .data em, .about-s1 .data p{font-size: 0.19rem;}
}
@media only screen and (max-width:1060px){ 
  
	.about-s1{flex-wrap: wrap; margin-top: 15px;}
  .about-s1 .label{    font-size:0.24rem;  }
  .about-s1 .tip{font-size:0.21rem; line-height: 2;    margin-top: 35px;}
  .about-s1 .para{width: 95%;    margin: 30px auto 0 auto; font-size: 0.16rem;}
  .about-s1 .data-box{width:100%;    padding: 45px 0 0 0;}
  .about-s1 .data{width:50%;margin:0 0 15px 0;justify-content:center; flex-direction: column;}
  .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{ }
  .about-s1 .data span{    font-size: 0.32rem;}
  .about-s1 .data i{    font-size:0.19rem;}
  .about-s1 .data em, .about-s1 .data p{    font-size: 0.16rem;}
  .about-s1 .data:nth-child(5){ display: none;}

}