@charset "UTF-8";
.font-12 {
  font-size: 12px;
}

.font-14,
.comm-line-btn,
.comm-line-btn-white,
.comm-bg-btn,
.comm-bg-btn-white {
  font-size: 14px;
}

.font-16,
.service-s5 .item .para,
.news-s1 .item span,
.index-s4 .item .img-box .img span,
.index-s5 .txt-box .txt p,
.index-s5 .list .date,
.search-s1 .item .date,
.search-s1 .item p,
.search-s1 .item span {
  font-size: 1rem;
}

.font-18,
.c-banner .trans,
.service-s5 .item span,
.solution-s3 .child li p,
.news-s1 .item p,
.search-s1 .tab a,
.search-s1 .tip,
.other-s1 .item a,
.other-s2 {
  font-size: 1.125rem;
}

.font-20,
.c-crumbs .left-box a.link,
.c-crumbs .right-box a span,
.service-s5 .item .tit,
.solution-s1 .para,
.solution-s1 .data em,
.solution-s1 .data p,
.solution-s1 a.btn,
.solution-s3 .tab-tit span,
.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-24,
.service-s5 .tip,
.about-s1 .para,
.about-s4 .item span,
.news-s1 .item h2,
.index-s2 .child .box span,
.index-s2 .child .para p,
.index-s5 .list h2,
.other-s1 .item .tit,
.other-s2 p {
  font-size: 1.5rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-32,
.about-s1 .tip,
.about-s1 .data i,
.index-s1 .item .s-tip,
.index-s2 .child .para .tip,
.index-s3 .data em,
.index-s5 .txt-box .txt h2 {
  font-size: 2rem;
}

.font-36,
.solution-s2 .item span,
.index-s1 .item p {
  font-size: 1.6rem;
}

.font-40 {
  font-size: 2.5rem;
}

.font-48,
.service-s5 .label,
.service-s6 .label,
.about-s1 .label,
.about-s4 .label,
.solution-s3 .label,
.index-s2 .tab-tit span i,
.index-s2 .label,
.index-s3 .label,
.index-s4 .title-block .label,
.index-s5 .tab-tit span,
.index-s6 .title-block .label {
  font-size: 3rem;
}

.font-60,
.c-banner .label,
.about-s1 .data span,
.solution-s1 .data span,
.index-s1 .item span,
.index-s3 .data span {
  font-size: 3.75rem;
}

.font-70 {
  font-size: 4.375rem;
}

.font-80,
.index-s1 .item .tip {
  font-size: 4rem;
}

.font-120 {
  font-size: 7.5rem;
}

@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;
  }
}

.markbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.c-bg-fixed,
.service-s5.bg,
.about-s4,
.solution-s3,
.index-s2 .bg-block .bg,
.index-s3,
.index-s4 {
  background-attachment: fixed;
}

.wrap-s {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.seize {
  height: 88px;
}

.index-s1 {
  position: relative;
  margin-bottom: -1px;
}

.index-s1 .item {
  max-height: 800px;
  overflow: hidden;
}

.index-s1 .item .img-box {
  height: 100%;
  position: relative;
  z-index: 1;
}

.index-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 6.25vw;
  z-index: 2;
}

.index-s1 .item span {
  display: block;
  color: #fff;
  font-weight: 600;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.index-s1 .item .tip {
  color: #fff;
  font-weight: 600;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.index-s1 .item .s-tip {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.index-s1 .item p {
  max-width: 600px;
  color: #fff;
  display: block;
  padding: 10px 100px 10px 10px;
  margin-top: 1.5rem;
}

.index-s1 .item a.comm-line-btn-white {
  margin-top: 7.5rem;
}

.index-s1 .item:nth-of-type(1) p {
  background-image: linear-gradient(90deg, #4b7d37, 70%, rgba(75, 125, 55, 0));
}

.index-s1 .item:nth-of-type(2) p {
  display: block;
  background-image: linear-gradient(90deg, #1c3379, 70%, rgba(28, 51, 121, 0));
}

.index-s1 .item:nth-of-type(3) p {
  /* max-width: 700px; */
  background-image: linear-gradient(90deg, #3c87c4, 70%, rgba(60, 135, 196, 0));
}

.index-s1 .item:nth-of-type(4) p {
  max-width: 650px;
  background-image: linear-gradient(90deg, #4c95cf, 70%, rgba(76, 149, 207, 0));
}

.index-s1 .item.swiper-slide-active img {
  animation: scale-bg 6s linear forwards;
}

.index-s1 .pagination {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 2;
}

.index-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 1rem;
  cursor: pointer;
}

.index-s1 .pagination span:nth-of-type(1) {
  margin-left: 0;
}

.index-s1 .pagination span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
}

.index-s1 .pagination span:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}

.index-s1 .pagination span svg {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform: rotate(-90deg);
}

.index-s1 .pagination span.active:before {
  opacity: 1;
}

.index-s1 .pagination span.active svg {
  animation: indexsvg 5s linear forwards;
} 

.c-banner {
  position: relative;
}

.c-banner .img-box {
  overflow: hidden;
}

.c-banner img {
  display: block;
  width: 100%;
  animation: scale-bg 6s linear forwards;
}

.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6.25vw;
  z-index: 2;
}

.c-banner .label {
  color: #fff;
}

.c-banner .trans {
  display: block;
  color: #fff;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

.c-crumbs {
  background-color: #f5f5f5;
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  position: relative;
  z-index: 5;
}

.c-crumbs .left-box h1 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}

.c-crumbs .left-box h1 a {
  margin-right: 0;
}

.c-crumbs .left-box h1 a:after {
  display: none;
}

.c-crumbs .left-box a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: calc(3.75rem + 5px);
}

.c-crumbs .left-box a.home {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon-1.png");
}

.c-crumbs .left-box a.link {
  padding: 1.25rem 0;
  color: #272c31;
  transition: color .3s ease;
}

@media screen and (min-width: 1020px) {
  .c-crumbs .left-box a.link:hover {
    color: #4b8737;
  }
}

.c-crumbs .left-box a+a:before {
  content: '';
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: calc(-45%);
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon-2.png");
}

.c-crumbs .right-box a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.c-crumbs .right-box a:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #4b8737;
  opacity: 0;
  transition: all .3s ease;
}

.c-crumbs .right-box a:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #cccdce;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  z-index: 1;
  transition: opacity .3s ease;
}

.c-crumbs .right-box a span {
  display: block;
  padding: 1.25rem 1.5rem;
  color: #272c31;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}

.c-crumbs .right-box a:last-of-type:after {
  display: none;
}

.c-crumbs .right-box a.active:before {
  opacity: 1;
  top: -10px;
  bottom: -10px;
}

.c-crumbs .right-box a.active:after {
  opacity: 0;
}

.c-crumbs .right-box a.active span {
  color: #fff;
}

@media screen and (min-width: 1020px) {
  .c-crumbs .right-box a:not(.active):hover span {
    color: #4b8737;
  }
}

.comm-line-btn {
  display: block;
  width: 9.375rem;
  line-height: 3rem;
  text-align: center;
  color: #4b8737;
  border: 1px solid #4b8737;
  border-radius: 5px;
  transition: all .3s ease;
}

@media screen and (min-width: 1020px) {
  .comm-line-btn:hover {
    background-color: #4b8737;
    color: #fff;
    box-shadow: 0 10px 20px rgba(75, 135, 55, 0.3);
    transform: translateY(-3px);
  }
}

.comm-line-btn-white {
  display: block;
  width: 9.375rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all .3s ease;
}

@media screen and (min-width: 1020px) {
  .comm-line-btn-white:hover {
    background-color: #4b8737;
    border-color: #4b8737;
    color: #fff;
    box-shadow: 0 10px 20px rgba(75, 135, 55, 0.3);
    transform: translateY(-3px);
  }
}

.comm-bg-btn {
  display: block;
  width: 9.375rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  background-color: #4b8737;
  border-radius: 5px;
  transition: all .3s ease;
}

@media screen and (min-width: 1020px) {
  .comm-bg-btn:hover {
    box-shadow: 0 10px 20px rgba(75, 135, 55, 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: #4b8737;
    color: #fff;
    box-shadow: 0 10px 20px rgba(75, 135, 55, 0.3);
    transform: translateY(-3px);
  }
}

.comm-page {
  font-size: 0;
  text-align: center;
  margin-top: 2vw;
}

.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e2eaf3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comm-page li:first-of-type a,
.comm-page li:last-of-type a {
  width: 60px;
}

.comm-page li:hover a,
.comm-page li.active a {
  border-color: #4b8737;
  background-color: #4b8737;
  color: #fff;
}
.service-s5.pd-1 {
  padding: 6.25vw 0;
}

.service-s5.pd-2 {
  padding-top: 6.25vw;
}

.service-s5.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-s5 .label {
  text-align: center;
  color: #272c31;
}

.service-s5 .tip {
  text-align: center;
  color: #272c31;
  margin-top: 1.25rem;
}

.service-s5 .items {
  margin-top: 2.5rem;
  display: flex;
}

.service-s5 .item {
  flex: 1;
  margin-left: 1.5rem;
  position: relative;
  padding: 5rem 2.5rem;
  border: 1px solid rgba(60, 135, 196, 0.2);
  text-align: center;
}

.service-s5 .item .icon {
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-s5 .item .icon-l {
  width: 5.625rem;
  height: 5.625rem;
}

.service-s5 .item .icon-m {
  width: 5rem;
  height: 5rem;
}

.service-s5 .item .icon-s {
  width: 3rem;
  height: 3rem;
}

.service-s5 .item span {
  display: block;
  color: #272c31;
  margin-top: 3.75rem;
}

.service-s5 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.service-s5 .item .tit {
  color: #272c31;
  text-align: left;
  margin-bottom: 10px;
}

.service-s5 .item .para {
  color: #272c31;
  line-height: 20px;
  text-align: left;
  max-height: 160px;
  overflow: auto;
  margin-right: -10px;
  padding-right: 10px;
}

.service-s5 .item i.ani {
  width: 20px;
  height: 20px;
  position: absolute;
  border-width: 2px;
  border-color: #3c87c4;
}

.service-s5 .item i.lt {
  top: -1px;
  left: -1px;
  border-style: solid none none solid;
}

.service-s5 .item i.lb {
  bottom: -1px;
  left: -1px;
  border-style: none none solid solid;
}

.service-s5 .item i.rt {
  top: -1px;
  right: -1px;
  border-style: solid solid none none;
}

.service-s5 .item i.rb {
  bottom: -1px;
  right: -1px;
  border-style: none solid solid none;
}

@media screen and (min-width: 1020px) {
  .service-s5 .item:hover .icon {
    transform: rotateY(360deg);
    transition: transform 1s ease;
  }

  .service-s5 .item:hover i.ani {
    -webkit-animation: run 1s ease-in-out;
    -moz-animation: run 1s ease-in-out;
    -ms-animation: run 1s ease-in-out;
    animation: run 1s ease-in-out;
  }

  .service-s5 .item:hover .hide {
    opacity: 1;
    visibility: visible;
  }
}

.service-s5 .comm-line-btn {
  margin: 3.75rem auto 0;
}

.solution-s1 {
  padding: 6.25vw 0;
}

.solution-s1 .flex {
  display: flex;
  align-items: flex-start;
}

.solution-s1 .img-box {
  width: 50%;
}

.solution-s1 .img-box img {
  display: block;
  width: 100%;
}

/* 图片居中 */
.img-box-center {
  text-align: center;
}

.solution-s1 .para {
  width: 50%;
  padding-left: 3.75rem;
  line-height: 2;
  color: #272c31;
}

.solution-s1 .data-box {
  padding: 7.5rem 0;
  font-size: 0;
}

.solution-s1 .data {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  position: relative;
  transition: transform .3s ease;
}

.solution-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;
}

.solution-s1 .data .box {
  position: relative;
  z-index: 2;
}

.solution-s1 .data .num {
  display: inline-block;
  position: relative;
  color: #3c87c4;
  transition: all .3s ease;
}

.solution-s1 .data span {
  display: inline-block;
  vertical-align: middle;
}

.solution-s1 .data em {
  position: absolute;
  left: 100%;
  bottom: 10px;
  font-style: normal;
}

.solution-s1 .data p {
  color: #272c31;
  margin-top: 10px;
}

@media screen and (min-width: 1020px) {
  .solution-s1 .data:hover {
    transform: translateY(-10px);
  }

  .solution-s1 .data:hover:before {
    opacity: .5;
  }

  .solution-s1 .data:hover .num {
    color: #4b8737;
    text-shadow: 0 10px 10px rgba(75, 135, 55, 0.3);
  }
}

.solution-s1 a.btn {
  display: block;
  width: 12.5rem;
  background-color: #4b8737;
  line-height: 4.5rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease;
}

.solution-s1 a.btn.mt {
  margin-top: 3.75rem;
}

@media screen and (min-width: 1020px) {
  .solution-s1 a.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(75, 135, 55, 0.3);
  }
}

.solution-s2 {
  padding: 4.25vw 6.25vw;
}

.solution-s2 .items {
  font-size: 0;
  text-align: center;
}

.solution-s2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 7.5rem) / 4);
  margin: 3.75rem 3.75rem 0 0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}

.solution-s2 .item .img-box {
  overflow: hidden;
}

.solution-s2 .item img {
  display: block;
  width: 100%;
  /* height: 200px; */
  transition: transform .5s ease;
}

.solution-s2 .item .txt-box {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution-s2 .item i {
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}

.solution-s2 .item span {
  color: #272c31;
  transition: color .3s ease;
}

.solution-s2 .item:nth-of-type(1) i {
  background-image: url("../images/register-service/icon-1-1.png");
}

.solution-s2 .item:nth-of-type(2) i {
  background-image: url("../images/register-service/icon-1-2.png");
}

.solution-s2 .item:nth-of-type(3) i {
  background-image: url("../images/register-service/icon-1-3.png");
}

.solution-s2 .item:nth-of-type(4) i {
  background-image: url("../images/register-service/icon-1-4.png");
}

.solution-s2 .item:nth-of-type(5) i {
  background-image: url("../images/register-service/icon-1-5.png");
}

.solution-s2 .item:nth-of-type(6) i {
  background-image: url("../images/register-service/icon-1-6.png");
}

@media screen and (min-width: 1020px) {
  .solution-s2 .item:hover {
    background-color: #4b8737;
    box-shadow: 0 0 1.875rem rgba(75, 135, 55, 0.3);
  }

  .solution-s2 .item:hover img {
    transform: scale(1.1);
  }

  .solution-s2 .item:hover span {
    color: #fff;
  }

  .solution-s2 .item:hover:nth-of-type(1) i {
    background-image: url("../images/register-service/icon-2-1.png");
  }

  .solution-s2 .item:hover:nth-of-type(2) i {
    background-image: url("../images/register-service/icon-2-2.png");
  }

  .solution-s2 .item:hover:nth-of-type(3) i {
    background-image: url("../images/register-service/icon-2-3.png");
  }

  .solution-s2 .item:hover:nth-of-type(4) i {
    background-image: url("../images/register-service/icon-2-4.png");
  }

  .solution-s2 .item:hover:nth-of-type(5) i {
    background-image: url("../images/register-service/icon-2-5.png");
  }

  .solution-s2 .item:hover:nth-of-type(6) i {
    background-image: url("../images/register-service/icon-2-6.png");
  }
}

.solution-s3 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solution-s3.bg-1 {
  background-image: url("../images/service/img-3.jpg");
}

.solution-s3.bg-2 {
  background-image: url("../images/service/img-5.jpg");
}

.solution-s3.bg-3 {
  background-image: url("../images/service/img-16.jpg");
}

/* 优势模块背景 */
.solution-s3#advantage-section {
  background-image: url(../images/about/img-3.jpg);
}

/* 优势模块背景 */
.solution-s3#advantage-section {
  background-image: url(../images/about/img-3.jpg);
}

/* service-s5 背景图片 */
.service-s5.bg.service-bg-15 {
  background-image: url(../images/service/img-15.jpg);
}

/* service 图标背景 */
.service-s5 .icon.icon-nmpa-1 {
  background-image: url(../images/service/c9ebc9d3711caa255bcdcb15675bdc1a.png);
}

.service-s5 .icon.icon-nmpa-2 {
  background-image: url(../images/service/424a5423f7a5455d3115ec9d34fde92d.png);
}

.service-s5 .icon.icon-nmpa-3 {
  background-image: url(../images/service/f1107e8ee6bce60cfcead99963cfbcc0.png);
}

.service-s5 .icon.icon-nmpa-4 {
  background-image: url(../images/service/d145977c0b7c20220d90e85918a60369c.png);
}

.service-s5 .icon.icon-apply-1 {
  background-image: url(../images/service/63de71198ad5ed69a0c9ce367db890ef.png);
}

.service-s5 .icon.icon-apply-2 {
  background-image: url(../images/service/7b4d1dd05f004e03098e62fd1a89bcde.png);
}

.service-s5 .icon.icon-apply-3 {
  background-image: url(../images/service/d564fa9d6308e1fcd722f1ab1d1ad101.png);
}

.solution-s3 .label {
  text-align: center;
  color: #fff;
}

.solution-s3 .block {
  margin-top: 2.5rem;
  display: flex;
}

.solution-s3 .tab-tit {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3.75rem 2.5rem;
  width: 16rem;
}

.solution-s3 .tab-tit span {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 2.5rem;
  white-space: nowrap;
  transition: color .3s ease;
  cursor: pointer;
}

.solution-s3 .tab-tit span:before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #4b8737;
  position: absolute;
  top: 0;
  left: -2.5rem;
  opacity: 0;
  transition: opacity .3s ease;
}

.solution-s3 .tab-tit span:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (min-width: 1020px) {
  .solution-s3 .tab-tit span:hover {
    color: #fff;
  }
}

.solution-s3 .tab-tit span.active {
  color: #fff;
}

.solution-s3 .tab-tit span.active:before {
  opacity: 1;
}

.solution-s3 .tab-cont {
  margin-left: 7.5rem;
  width: calc(100% - 23.5rem);
}

.solution-s3 .child {
  display: none;
}

.solution-s3 .child.active {
  display: block;
}

.solution-s3 .child.active ul {
  -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;
}

.solution-s3 .child.active .comm-line-btn-white {
  -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.solution-s3 .child ul {
  font-size: 0;
  padding: 2.5rem 0;
  opacity: 0;
}

.solution-s3 .child li {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding-left: 24px;
  position: relative;
  margin-top: 10px;
}

.solution-s3 .child li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}

.solution-s3 .child li p {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 30px);
  line-height: 24px;
  color: #fff;
}

.solution-s3 .child li:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/solution/icon-4.svg");
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 8px;
  opacity: 0;
}

.solution-s3 .child li.marker:after {
  opacity: 1;
}

.solution-s3 .child .comm-line-btn-white {
  opacity: 0;
}

.news-s1 {
  padding: 6.25vw;
}

.news-s1 .items {
  margin-bottom: 2.5rem;
}

.news-s1 .item {
  position: relative;
}

.news-s1 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #4b8737;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left top;
}

.news-s1 .item a {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.news-s1 .item .img-box {
  width: 26.25rem;
  /* height: 15rem; */
  overflow: hidden;
}

.news-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.news-s1 .item .txt-box {
  width: calc(100% - 26.25rem);
  padding-left: 3.75rem;
}

.news-s1 .item h2 {
  color: #272c31;
}

.news-s1 .item p {
  color: #62656a;
  line-height: 2;
  margin-top: 1.25rem;
}

.news-s1 .item span {
  display: block;
  color: #4b8737;
  margin-top: 2.5rem;
}

.news-s1 .item span:before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.625rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/n-2.png");
}

.news-s1 .item:nth-of-type(1) {
  margin-top: 0;
}

.news-s1 .item:nth-of-type(1) a {
  padding-top: 0;
}

@media screen and (min-width: 1020px) {
  .news-s1 .item:hover:after {
    transform: scaleX(1);
    transition: transform .6s ease;
  }

  .news-s1 .item:hover img {
    transform: scale(1.1);
  }
}

.search-s1 {
  padding: 6.25vw 0;
}

.search-s1 form {
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  padding-right: 5.625rem;
}

.search-s1 form input {
  display: block;
  width: 100%;
  height: 5.625rem;
  padding: 0 1.5rem;
  color: #132630;
  background-color: transparent;
}

.search-s1 form button {
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  background-image: url("../images/icon-9.svg");
  cursor: pointer;
  transition: all .3s ease;
}

@media screen and (min-width: 1020px) {
  .search-s1 form button:hover {
    background-image: url("../images/icon-9-1.svg");
  }
}

.search-s1 .tab {
  font-size: 0;
  padding: 3.75rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.search-s1 .tab a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5rem;
  color: #252d36;
  position: relative;
  margin-right: 12.5rem;
  transition: color .3s ease;
}

.search-s1 .tab a:last-of-type {
  margin-right: 0;
}

.search-s1 .tab a:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.625rem;
  border-radius: 50%;
  border: 1px solid #626e77;
  box-sizing: border-box;
  transition: all .3s ease;
}

.search-s1 .tab a:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #4b8737;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  opacity: 0;
  transition: opacity .3s ease;
}

.search-s1 .tab a.active:before {
  border-color: #4b8737;
}

.search-s1 .tab a.active:after {
  opacity: 1;
}

@media screen and (min-width: 1020px) {
  .search-s1 .tab a:not(.active):hover {
    color: #4b8737;
  }
}

.search-s1 .tip {
  color: #252d36;
  margin-top: 3.75rem;
}

.search-s1 .tip span {
  color: #4b8737;
}

.search-s1 .items {
  margin-bottom: 2.5rem;
}

.search-s1 .item {
  position: relative;
}

.search-s1 .item:before {
  content: '';
  width: 100%;
  height: .2rem;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.search-s1 .item:after {
  content: '';
  width: 100%;
  height: .2rem;
  background-color: #4b8737;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform .5s ease;
  z-index: 2;
}

.search-s1 .item a {
  display: block;
  padding: 2.5rem 0;
}

.search-s1 .item .date {
  color: #252d36;
}

.search-s1 .item .tit {
  color: #252d36;
  margin-top: 1rem;
  transition: color .3s ease;
}

.search-s1 .item p {
  color: #252d36;
  margin-top: 1rem;
}

.search-s1 .item span {
  display: inline-block;
  margin-top: 1rem;
  color: #4b8737;
}

@media screen and (min-width: 1020px) {
  .search-s1 .item:hover:after {
    transform: scaleX(1);
  }

  .search-s1 .item:hover .tit {
    color: #4b8737;
  }
}

.other-s1 {
  padding: 6.25vw 0;
  font-size: 0;
}

.other-s1 .item {
  margin-top: 2.25rem;
  border: 1px solid #e2eaf3;
  border-radius: 1.25rem;
  padding: 2.5rem;
}

.other-s1 .item:nth-of-type(1) {
  margin-top: 0;
}

.other-s1 .item .tit {
  color: #252d36;
  position: relative;
}

.other-s1 .item .tit:before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #4b8737;
  position: absolute;
  left: -2.5rem;
  top: 0;
}

.other-s1 .item .link {
  margin-top: 1.5rem;
}

.other-s1 .item a {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 4.5rem) / 4);
  text-align: center;
  line-height: 3rem;
  color: #252d36;
  border-radius: 5px;
  background-color: #ebf0f5;
  margin: 1.5rem 1.5rem 0 0;
  transition: all .3s ease;
}

@media screen and (min-width: 1020px) {
  .other-s1 .item a:hover {
    background-color: #4b8737;
    color: #fff;
  }
}

.other-s2 {
  padding: 6.25vw 0;
  line-height: 2;
  color: #909aa5;
}

.other-s2 span {
  color: #252d36;
}

.other-s2 p {
  display: inline;
  color: #252d36;
}

.other-s2 .line {
  border-top: 1px solid #e2eaf3;
}

.other-s2 .box {
  padding-left: 3.75rem;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }

  .index-s7 .label {
    font-size: 45px;
  }

  .index-s7 .item .tit {
    font-size: 18px;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 14px;
  }

  .index-s3 .data {
    padding: 2.5rem;
  }

  .index-s3 .data span {
    font-size: 3rem;
  }

  .index-s7 .label {
    font-size: 42px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }

  .font-16,
  .service-s5 .item .para,
  .news-s1 .item span,
  .index-s4 .item .img-box .img span,
  .index-s5 .txt-box .txt p,
  .index-s5 .list .date,
  .search-s1 .item .date,
  .search-s1 .item p,
  .search-s1 .item span {
    font-size: 14px;
  }

  .font-14,
  .comm-line-btn,
  .comm-line-btn-white,
  .comm-bg-btn,
  .comm-bg-btn-white {
    font-size: 12px;
  }

  .index-s4 .img-block {
    width: 30rem;
  }

  .index-s7 .label {
    font-size: 39px;
  }

  .index-s7 .item .tit {
    font-size: 16px;
  }

  .index-s7 .item span {
    font-size: 14px;
  }

  .service-s5 .item .para {
    max-height: 140px;
  }

  .service-s5 .item .tit {
    font-size: 16px;
  }

  .service-s5 .item span {
    font-size: 16px;
  }

  .c-crumbs .left-box a.link,
  .c-crumbs .right-box a span {
    font-size: 16px;
  }

  .solution-s1 .para {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 12px;
  }

  .index-s7 .label {
    font-size: 36px;
  }

  .service-s5 .item .para {
    max-height: 120px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 10px;
  }

  .index-s7 .label {
    font-size: 30px;
  }

  .index-s3 .data span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  .index-s7 .label {
    font-size: 20px;
  }
}
