@charset "UTF-8";
@font-face {
  font-family: 'MiSans-Light';
  src: url("../fonts/MiSans-Light.ttf");
}
@font-face {
  font-family: 'MiSans-Regular';
  src: url("../fonts/MiSans-Regular.ttf");
}
@font-face {
  font-family: 'MiSans-Bold';
  src: url("../fonts/MiSans-Bold.ttf");
}
.comm-bg-btn {
  display: block;
  width: 11rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  background-color: #2e44a5;
  transition: all .3s ease;
}
@media screen and (min-width: 1020px) {
  .comm-bg-btn:hover {
    box-shadow: 0 10px 20px rgba(24, 175, 180, 0.3);
    transform: translateY(-3px);
  }
}

.comm-bg-btn-white {
  display: block;
  width: 9.375rem;
  line-height: 3rem;
  text-align: center;
  color: #3c87c4;
  background-color: #fff;
  border-radius: 5px;
  transition: all .3s ease;
}
@media screen and (min-width: 1020px) {
  .comm-bg-btn-white:hover {
    background-color: #2e44a5;
    color: #fff;
    box-shadow: 0 10px 20px rgba(24, 175, 180, 0.3);
    transform: translateY(-3px);
  }
}

.index-s5 .txt-box .txt p, .index-s5 .list .date {
  font-size: 1rem;
}

.index-s5 .list h2, .other-s1 .item .tit, .other-s2 p {
  font-size: 1.5rem;
}

.about-s1 .para {
  font-size: 1.1rem;
}
 .index-s5 .txt-box .txt h2 {
  font-size:1.3rem;
}

.index-s5 .tab-tit span,.about-s1 .label{
  font-size: 0.4rem;
}
.font-60, .c-banner .label, .join-s3 .top-box .label, .about-s1 .data span, .about-s9 .item .txt .tit, .about-s9 .item .single, .solution-s1 .data span, .index-s1 .item span, .index-s3 .data span {
  font-size: 0.64rem;
}
.font-20, .c-crumbs .left-box a.link, .c-crumbs .right-box a span, .join-s1 .para, .join-s3 .apply a, .contact-s1 .tab-tit span, .contact-s1 .box .tit, .contact-s2 .para, .contact-s2 p, .contact-s3 span, .contact-s3 button, .service-s1 .tab-tit a, .service-s3 .tab-tit a, .service-s1 .tab-cont .para, .service-s3 .desc, .service-s3 .tab-cont .para, .service-s4 .item p, .service-s4 .item p:before, .service-s5 .item .tit, .about-s1 .data em, .about-s1 .data p, .about-s5 .para, .about-s9 .item .para, .solution-s1 .para, .solution-s1 .data em, .solution-s1 .data p, .solution-s1 a.btn, .solution-s3 .tab-tit span, .solution-s8 .item .list span, .news-s2 .left-block .foreword, .news-s2 .other-block a p, .index-s3 .para, .index-s3 .data i, .index-s3 .data p, .index-s4 .item .txt-box span, .index-s6 .title-block p, .search-s1 form input, .search-s1 .item .tit {
  font-size: 0.22rem;
}
.font-32, .join-s2 .item .tit, .join-s3 .mid-box .label, .contact-s2 .tit, .service-s1 .tab-cont .tit, .service-s3 .tab-cont .tit, .service-s4 .item .tit, .about-s1 .tip, .about-s1 .data i, .about-s2 .item .year, .about-s8 .item span, .solution-s4 .item .tit, .news-s2 .box-3 span, .index-s1 .item .s-tip, .index-s2 .child .para .tip, .index-s3 .data em, .index-s5 .txt-box .txt h2 {
  font-size: 0.24rem;padding:0 0 0 10px
}
.about-s1 .tip {
  font-size: 2rem;
}
.about-s1 .a_pic { text-align: center;}
.about-s1 .a_pic img{display: block;margin: 0 auto;width: 40%;}
@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;
  }
}
.index-s5 {
  background-color: #f0f4f5;
  padding: 6.25vw 6.25vw 3vw 6.25vw;
  overflow: hidden;
}
.index-s5 .tab-tit {
  text-align: center;
  position: relative;
  font-size: 0;
}
.index-s5 .tab-tit:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #bfbfbf;
}
.index-s5 .tab-tit span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #272c31;
  cursor: pointer;
}
.index-s5 .tab-tit span a {color: #272c31;}
.index-s5 .tab-tit span a:hover {color: #2e44a5; font-weight: bold;}
.index-s5 .tab-tit span:after {
  content: '';
  width: 189px;
  height: 2px;
  background-color: #2e44a5;
  position: absolute;
  left: 50%;
  top: 97%;
  transform: translate(-50%, 1.25rem);
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s5 .tab-tit span:nth-of-type(2) {
  margin-left: 6rem;
}
.index-s5 .tab-tit span.active {font-weight: bold;color: #2e44a5;}
.index-s5 .tab-tit span.active a{font-weight: bold;color: #2e44a5;}
.index-s5 .tab-tit span.active:after {
  opacity: 1;
}
.index-s5 .index_pp{ text-align: center;font-size: 1.15rem;color: #333;line-height: 3rem; margin:65px 0 0 0}
.index-s5 .child {
  position: relative;
  margin: 0 -6.25vw;
  height: 0;
  overflow: hidden;
}
.index-s5 .child.active {
  height: auto;
}
.index-s5 .swiper {
  padding: 3vw 0 4.25vw 0;
}
.index-s5 .item {
  width: 20%;
}
.index-s5 .item img {
  display: block;
  width: 100%;
  height: 20vw;
  object-fit: cover;
}
.index-s5 .txt-box {
  padding: 0 6.25vw;
}
.index-s5 .txt-box .txt {
  display: none;
  opacity: 0;
}
.index-s5 .txt-box .txt h2 {
  color: #272c31;
  font-family: 'MiSans-Bold';
  text-align: center;
}
@media screen and (min-width: 900px) {
  .index-s5 .txt-box .txt h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.index-s5 .txt-box .txt p {
  width: 50rem;
  margin: 1.5rem auto 0;
  text-align: center;
  color: #737373;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.index-s5 .txt-box .txt.active {
  display: block;
  -webkit-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s5 .button {
  position: absolute;
  bottom: 0;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  border: 1px solid rgba(24, 175, 180, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  background-size: auto 1rem;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 2;
}
@media screen and (min-width: 1020px) {
  .index-s5 .button:hover {
    background-color: #fff;
  }
}
.index-s5 .button-prev {
  left: 6.25vw;
}
.index-s5 .button-next {
  right: 6.25vw;
  transform: rotateY(180deg);
}
.index-s5 .pagination {
  font-size: 0;
  text-align: center;
  margin-top: 2rem;
  display: none;
}
.index-s5 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #4b8737;
  margin: 0 2px;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s5 .pagination span.active {
  background-color: #4b8737;
  border-color: #4b8737;
}
.index-s5 a.comm-bg-btn {  margin: 3.125rem auto 0;}

.about-s1 {
  padding:1rem 0 0 0;background:url(../images/ditu.png) no-repeat center top 70px;
}
.about-s1 .label {
  text-align: center;  color: #131313;font-weight: bold;padding:0 0 0 0
}
.about-s1 .tip {
  text-align: center;
  color: #272c31;
  margin-top: 0.2rem;
}
.about-s1 .a_wenzi {
  font-size:0.29rem; text-align: center;line-height: 1.6;padding:55px 0
}
.about-s1 .para { color: #777;
  text-align: center;
  line-height: 2;
  margin-top: 1rem; width:70%;margin:30px auto 0 auto;
}
.about-s1 .data-box {
  padding: 0 0 1rem 0;width:80%;margin:0 auto 0 auto;
  font-size: 0; display: flex;justify-content: center; flex-wrap: wrap;
}
.about-s1 .data {
  vertical-align: top;
  width: 20%;
  text-align: center;
  position: relative;
  transition: transform .3s ease;
}

.about-s1 .data .box {
  position: relative;
  z-index: 2; margin: 25px 0 0 0;
}
.about-s1 .data .num {
  display: inline-block;
  position: relative;
  color: #19338b;
  transition: all .3s ease;
}
.about-s1 .data span {
  display: inline-block;
  vertical-align: middle; font-family: "gilroy_bold";letter-spacing: -2px;
}
.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;
}
@media screen and (min-width: 1020px) {
  .about-s1 .data:hover {
    transform: translateY(-20px);
  }
  .about-s1 .data:hover:before {
    opacity: .5;
  }
  .about-s1 .data:hover .num {
    color: #222;
    text-shadow: 0 10px 10px rgba(46, 68, 165, 0.1);
  }
}
.about-s1 .comm-line-btn {
  margin: 0 auto;
}
@media only screen and (max-width:1600px){ 
  .index-s5 .tab-tit span, .about-s1 .label{font-size:0.4rem;}
  .about-s1 .tip{font-size:0.24rem;    margin-top: 20px;}
  .about-s1 .para{width: 80%;}
  .about-s1 .data span{font-size: 0.6rem;}
}
@media only screen and (max-width:1440px){ 
  .index-s5 .tab-tit span, .about-s1 .label{font-size:0.35rem;}
  .about-s1 .data span{font-size: 0.4rem;}
	.about-s1 .a_wenzi{    font-size: 0.26rem; padding: 35px 0;}
}
@media only screen and (max-width:1060px){ 
  .index-s5 .button-prev { display: none;  }
  .index-s5 .button-next { display: none; }
  .index-s5 .item img{height: 60vw;}
  .index-s5 .txt-box .txt h2{font-size: 0.19rem;margin:15px 0 0 0}
  .index-s5 .txt-box .txt p{width:90%}
  .index-s5 .txt-box{padding: 0 2.25vw;}
  .index-s5 a.comm-bg-btn{ margin: 35px auto 0;}
  .index-s5{padding: 30px 4.25vw 30px 4.25vw;}
  .index-s5 .tab-tit span,.about-s1 .label{    font-size:0.24rem;  }
  .index-s5 .tab-tit span:nth-of-type(2){margin-left: 40px;}
  .index-s5 .tab-tit span:after{width:100%}
  .index-s5 .index_pp{    margin: 35px 0 0 0;    font-size: 0.16rem; line-height:2;}

  .about-s1 .tip{font-size:0.2rem; line-height: 2;    margin-top: 20px;}
  .about-s1 .para{width: 95%;    margin: 30px auto 0 auto; font-size: .16rem;}
  .about-s1 .data-box{width:100%;    padding: 35px 0 35px 0;}
  .about-s1 .data{width:33%;margin:0 0 25px 0}
  .font-60, .c-banner .label, .join-s3 .top-box .label, .about-s1 .data span, .about-s9 .item .txt .tit, .about-s9 .item .single, .solution-s1 .data span, .index-s1 .item span, .index-s3 .data span{    font-size: 0.37rem;}
  .font-32, .join-s2 .item .tit, .join-s3 .mid-box .label, .contact-s2 .tit, .service-s1 .tab-cont .tit, .service-s3 .tab-cont .tit, .service-s4 .item .tit, .about-s1 .tip, .about-s1 .data i, .about-s2 .item .year, .about-s8 .item span, .solution-s4 .item .tit, .news-s2 .box-3 span, .index-s1 .item .s-tip, .index-s2 .child .para .tip, .index-s3 .data em, .index-s5 .txt-box .txt h2{    font-size: 0.18rem;}
  .font-20, .c-crumbs .left-box a.link, .c-crumbs .right-box a span, .join-s1 .para, .join-s3 .apply a, .contact-s1 .tab-tit span, .contact-s1 .box .tit, .contact-s2 .para, .contact-s2 p, .contact-s3 span, .contact-s3 button, .service-s1 .tab-tit a, .service-s3 .tab-tit a, .service-s1 .tab-cont .para, .service-s3 .desc, .service-s3 .tab-cont .para, .service-s4 .item p, .service-s4 .item p:before, .service-s5 .item .tit, .about-s1 .data em, .about-s1 .data p, .about-s5 .para, .about-s9 .item .para, .solution-s1 .para, .solution-s1 .data em, .solution-s1 .data p, .solution-s1 a.btn, .solution-s3 .tab-tit span, .solution-s8 .item .list span, .news-s2 .left-block .foreword, .news-s2 .other-block a p, .index-s3 .para, .index-s3 .data i, .index-s3 .data p, .index-s4 .item .txt-box span, .index-s6 .title-block p, .search-s1 form input, .search-s1 .item .tit{    font-size: 0.16rem;}
  .about-s1 { padding:30px 0 0 0; background-size: 150%;}
  .about-s1 .a_wenzi{    font-size: 0.18rem;    padding: 35px 10px 0 10px;}
  
}