@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: #18afb4;
  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);
  }
}
.index-main{position: absolute; width:100%; z-index: 2;left:0;top:7%;}
.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: #18afb4;
    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: 3rem;
}
.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: 3.75rem;
}
.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: 1.25rem;
}
.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: 1.7rem;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;
  }
}
.index-s5 {
  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 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: #18afb4; font-weight: bold;}
.index-s5 .tab-tit span:after {
  content: '';
  width: 189px;
  height: 2px;
  background-color: #fff;
  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: #fff;}
.index-s5 .tab-tit span.active a{font-weight: bold;color: #fff;}
.index-s5 .tab-tit span.active:after {
  opacity: 1;
}
.index-s5 .index_pp{ text-align: center;font-size: 1.15rem;color: #fff;line-height: 3rem; margin:25px 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 3.25vw 0;
}
.index-s5 .item {
  width: 20%;
}
.index-s5 .item img {
  display: block;
  width: 100%;
  height: 20vw;
  object-fit: cover;transition:0.3s ease;
}
.index-s5 .item a:hover img {
  transform:scale(1.03,1.03); -moz-transform:scale(1.03,1.03); -webkit-transform:scale(1.03,1.03);
}
.index-s5 .txt-box {
  padding: 0 6.25vw;
}
.index-s5 .txt-box .txt {
  display: none;
  opacity: 0;
}
.index-s5 .txt-box .txt h2 {
  color: #333;
  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: #666;
  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:48%;
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 50%;
  border: 2px solid rgba(246, 88, 8, 0.5);
  background-color: rgba(246, 88, 8, 0.5);
  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: #f65808;
  }
}
.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:6rem 0 0 0;
}
.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: 6rem 0 8rem 0;width:70%;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:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15vw;
  height: 15vw;
  max-width: 280px;
  max-height: 280px;
  transform: translate(-50%, -50%);
  /* filter: grayscale(100%); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/img-1.gif");
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.about-s1 .data .box {
  position: relative;
  z-index: 2;
}
.about-s1 .data .num {
  display: inline-block;
  position: relative;
  color: #18afb4;
  transition: all .3s ease;
}
.about-s1 .data span {
  display: inline-block;
  vertical-align: middle; font-family: "aven";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;
  margin-top: 10px;
}
@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:1600px){ 
  .index-s5 .tab-tit span, .about-s1 .label{font-size: 2.5rem;}
  .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: 1.2rem;}}
}
@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: 1.2rem;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: 2rem auto 0;}
  .index-s5{padding: 3rem 4.25vw 3rem 4.25vw;}
  .index-s5 .tab-tit span,.about-s1 .label{    font-size:1.5rem;  }
  .index-s5 .tab-tit span:nth-of-type(2){margin-left: 4rem;}
  .index-s5 .tab-tit span:after{width:100%}
  .index-s5 .index_pp{    margin: 35px 0 0 0;    font-size: 1rem; line-height:1.8rem;}
  
  .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%;    padding: 2rem 0 2rem 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: 2rem;}
  .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: 1.2rem;}
  .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: 1rem;}
  .about-s1 { padding:2rem 0 0 0;  }
}