:root {
  --vi: #097806;
}

@keyframes widTrans {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.w1660 {
  width: 41.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1580 {
  width: 39.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.anchor {
  position: relative;
  top: -2.5rem;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.side-tit {
  font-size: 1.25rem;
  line-height: 1.4;
  -moz-columns: #333333;
       columns: #333333;
}

.main-tit {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
.main-tit.black {
  color: #333333;
}

.main-more {
  width: 4.3rem;
  height: 1.25rem;
  box-shadow: 0 0 0 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #000;
  transition: 0.5s;
}
.main-more::before, .main-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.main-more::before {
  width: calc(100% + 2px);
  height: calc(100% - 0.5rem);
}
.main-more::after {
  width: calc(100% - 0.5rem);
  height: calc(100% + 2px);
  transition-delay: 0.5s;
}
.main-more span {
  width: 14px;
  margin-left: 0.35rem;
}
.main-more.whiteBg {
  background-color: #347a87;
}
.main-more.whiteBg::after, .main-more.whiteBg::before {
  background-color: #347a87;
}
.main-more.greyBg {
  background-color: #939393;
}
.main-more.greyBg::after, .main-more.greyBg::before {
  background-color: #939393;
}
.main-more.viBg {
  background-color: #fff;
  box-shadow: 0 0 0 1px #daefda;
  color: #333333;
}
.main-more.viBg span {
  filter: brightness(0.1);
}
.main-more.viBg::after, .main-more.viBg::before {
  background-color: #fff;
}
.main-more.other {
  background-color: var(--vi);
  box-shadow: none;
}
.main-more.other::after, .main-more.other::before {
  display: none;
}
.main-more:hover {
  box-shadow: none;
  background-color: var(--vi);
  color: #fff;
}
.main-more:hover span {
  filter: inherit;
}
.main-more:hover::before {
  height: 0;
}
.main-more:hover::after {
  width: 0;
}

.crumb {
  display: flex;
  align-items: center;
}
.crumb .icon {
  width: 0.5rem;
}
.crumb a {
  color: #999999;
  margin-right: 0.25rem;
}
.crumb a:last-child {
  margin-right: 0;
  color: #666666;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box a {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  margin-right: 0.25rem;
  transition: all 0.4s;
}
.page-box a:last-child {
  margin-right: 0;
}
.page-box a:hover, .page-box a.active {
  background-color: var(--vi);
  color: #fff;
}

.footer {
  background-color: #f9f9f9;
}
.footer .top {
  padding: 1.8rem 0 1.4rem;
}
.footer .top .wrap {
  display: flex;
  position: relative;
}
.footer .top .lf {
  width: 27%;
  padding-right: 0.5rem;
}
.footer .top .lf .f-logo {
  width: 2.7rem;
  margin-bottom: 2.15rem;
}
.footer .top .lf .f-logo img {
  width: 100%;
}
.footer .top .lf .li {
  margin-bottom: 0.85rem;
}
.footer .top .lf .li .h {
  color: #515151;
  line-height: 1.2;
}
.footer .top .lf .li .div {
  margin-top: 0.2rem;
  color: var(--vi);
}
.footer .top .lf .li .div2 {
  margin-top: 0.2rem;
  color: #333333;
  line-height: 1.6;
}
.footer .top .lf .share {
  display: flex;
  align-items: center;
}
.footer .top .lf .share a {
  height: 0.45rem;
  margin-right: 0.8rem;
}
.footer .top .lf .share a:last-child {
  margin-right: 0;
}
.footer .top .lf .share a img {
  height: 100%;
}
.footer .top .rg {
  width: 73%;
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.footer .top .rg .list p {
  color: #333333;
  margin-bottom: 0.4rem;
  position: relative;
  padding-bottom: 1rem;
  width: 2.8rem;
  border-bottom: 1px solid rgba(211, 211, 211, 0.2);
  line-height: 1;
}
.footer .top .rg .list p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0.75rem;
  height: 1px;
  background-color: var(--vi);
}
.footer .top .rg .list a {
  display: block;
  line-height: 2.6;
  color: rgba(102, 102, 102, 0.5);
  transition: all 0.4s;
}
.footer .top .rg .list a:hover {
  color: var(--vi);
}
.footer .top .wrap .code {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .top .wrap .code .pic {
  width: 3rem;
  margin: 0 auto .3rem;
}
.footer .top .wrap .code .pic img {
  width: 100%;
}
.footer .btm {
  border-top: 1px solid #d8d8d8;
  padding: 0.9rem 0;
  color: #999999;
}
.footer .btm .wrap {
  display: flex;
}
.footer .btm .lf {
  display: flex;
}
.footer .btm a {
  color: #999999;
}
.footer .btm .copyright {
  margin-left: 1.05rem;
}

#index-swiper {
  width: 100%;
  height: 100vh;
}
#index-swiper .index-slide {
  height: 100vh;
}

.index-swiper .index-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-swiper .ban-swiper {
  width: 100%;
  height: 100%;
}
.index-swiper .ban-swiper .swiper-pagination {
  bottom: 1.35rem;
  padding: 0 3.25rem;
  text-align: left;
}
.index-swiper .ban-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.6rem;
  height: 2px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.49);
  margin: 0 0.3rem 0 0;
  position: relative;
  opacity: 1;
}
.index-swiper .ban-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
.index-swiper .ban-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  animation: widTrans 5s linear forwards;
}
.index-swiper .ban-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index-swiper .ban-swiper .pos-cont {
  position: absolute;
  bottom: 18.7%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.index-swiper .ban-swiper .pos-cont .txt {
  margin-top: 0.7rem;
}
.index-swiper .ban-swiper .pos-cont .more {
  margin-top: 1.95rem;
}
.index-swiper .second {
  padding-top: 23.6vh;
}
.index-swiper .second .wrap {
  position: relative;
  z-index: 5;
  color: #fff;
  height: 100%;
}
.index-swiper .second .item {
  display: none;
}
.index-swiper .second .item.show {
  display: block;
}
.index-swiper .second .txt {
  margin-top: 2.5rem;
  line-height: 1.4;
}
.index-swiper .second .cont {
  margin-top: 0.75rem;
  line-height: 1.6;
  max-height: 6.4em;
  width: 12.55rem;
  overflow-y: auto;
}
.index-swiper .second .cont::-webkit-scrollbar {
  width: 3px;
}
.index-swiper .second .more {
  margin-top: 1.65rem;
}
.index-swiper .second .swiper-box {
  position: absolute;
  bottom: 3vw;
  /*margin-top: 20vh;*/
  width: 100%;
}
.index-swiper .second .swiper-box .bar {
  position: absolute;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index-swiper .second .swiper-box .bar .line {
  width: 0;
  height: 100%;
  background-color: var(--vi);
  transition: all 0.4s;
}
.index-swiper .second .sec-swiper .swiper-slide {
  width: 4.5rem;
  margin-right: -0.5rem;
  cursor: pointer;
}
.index-swiper .second .sec-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.index-swiper .second .sec-swiper .swiper-slide .nor {
  text-align: center;
  padding-top: 0.5rem;
  color: #fff;
  line-height: 1.5;
  transition: all .4s;
}
.index-swiper .second .sec-swiper .swiper-slide .nor .cir {
  display: block;
  margin: 0 auto 0.55rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}
.index-swiper .second .sec-swiper .swiper-slide .hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}
.index-swiper .second .sec-swiper .swiper-slide .hov .icon {
  width: 0.85rem;
  margin-right: 0.25rem;
}
.index-swiper .second .sec-swiper .swiper-slide .hov .kuang {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.index-swiper .second .sec-swiper .swiper-slide .hov .kuang img {
  height: 100%;
}
.index-swiper .second .sec-swiper .swiper-slide.active .nor {
  opacity: 0;
  visibility: hidden;
}
.index-swiper .second .sec-swiper .swiper-slide.active .hov {
  opacity: 1;
  visibility: visible;
}
.index-swiper .thr {
  padding-top: 16vh;
}
.index-swiper .thr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: linear-gradient(45deg, #005179, #067434);
}
.index-swiper .thr .wrap {
  position: relative;
  z-index: 5;
  display: flex;
  padding-left: 3.25rem;
  height: 100%;
}
.index-swiper .thr .lf {
  width: 25%;
}
.index-swiper .thr .lf .item,
.index-swiper .thr .lf .li {
    display: none;
}
.index-swiper .thr .lf .item.show,
.index-swiper .thr .lf .li.show {
    display: block;
}
.index-swiper .thr .lf .sub {
  margin-top: 8vh;
  line-height: 1.1;
}
.index-swiper .thr .lf .txt {
  margin-top: 0.5rem;
  line-height: 1.6;
}
.index-swiper .thr .lf .cont {
  margin-top: 0.9rem;
  color: #666666;
}
.index-swiper .thr .lf .more {
  margin-top: 3.5rem;
}
.index-swiper .thr .rg {
  width: 75%;
  padding-left: 2.5rem;
  padding-top: 0.9rem;
}
.index-swiper .thr .rg .item {
  display: none;
  width: 100%;
  position: relative;
}
.index-swiper .thr .rg .item .swiper-button-prev,
.index-swiper .thr .rg .item .swiper-button-next {
  top: calc(100% - 0.2rem);
  bottom: 0;
  margin: 0;
  width: 2rem;
  height: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: all 0.4s;
}
.index-swiper .thr .rg .item .swiper-button-prev::after,
.index-swiper .thr .rg .item .swiper-button-next::after {
  font-size: 0.4rem;
}
.index-swiper .thr .rg .item .swiper-button-prev:hover,
.index-swiper .thr .rg .item .swiper-button-next:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--vi);
}
.index-swiper .thr .rg .item .swiper-button-prev {
  left: auto;
  right: 7.6rem;
}
.index-swiper .thr .rg .item .swiper-button-next {
  right: 4.85rem;
}
.index-swiper .thr .rg .item.show {
  display: block;
}
.index-swiper .thr .rg .thr-swiper {
  width: 100%;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide {
  width: 35%;
  height: 14rem;
  margin-right: 1rem;
  padding-top: 0.9rem;
  transition: all 0.8s;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide .cont-box {
  height: 12rem;
  border: 1px solid #e9e9e9;
  padding: 1.15rem 0 0;
  transition: all 0.2s;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide .h {
  color: #333333;
  margin-bottom: 0.4rem;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide .pic {
  width: 100%;
  height: 6.75rem;
  text-align: center;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide .pic img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide .txt {
  margin-top: 0.5rem;
  padding: 0 0.95rem;
  color: #fff;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide .num {
  margin-top: 0.5rem;
  padding: 0 0.95rem;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.index-swiper .thr .rg .thr-swiper .swiper-slide .num p {
  color: #ffffff;
  margin-right: 0.3rem;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide-active {
  /*width: 35%;*/
  /*margin-right: 2.4rem;*/
  padding-top: 0;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide-active .cont-box {
  padding-top: 0;
  height: 100%;
  border-color: transparent;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide-active .h,
.index-swiper .thr .rg .thr-swiper .swiper-slide-active .txt,
.index-swiper .thr .rg .thr-swiper .swiper-slide-active .num {
  display: none;
}
.index-swiper .thr .rg .thr-swiper .swiper-slide-active .pic {
  height: 100%;
}
.index-swiper .thr .tab {
  position: absolute;
  left: 3.25rem;
  bottom: 10.8vh;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
.index-swiper .thr .tab span {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1.45rem;
  cursor: pointer;
  transition: all 0.4s;
}
.index-swiper .thr .tab span:last-child {
  margin-right: 0;
}
.index-swiper .thr .tab span.active {
  color: #fff;
  font-size: 0.6rem;
}
.index-swiper .thi {
  padding-top: 3.2rem;
}
.index-swiper .thi .cont {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.8;
  padding: 0 0.3rem;
  position: relative;
  z-index: 2;
}
.index-swiper .thi .map {
  margin-top: -1.3rem;
  width: 95.7%;
  position: relative;
}
.index-swiper .thi .map img {
  width: 100%;
}
.index-swiper .thi .map .line-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-swiper .thi .map .line-box .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-swiper .thi .map .line-box .line img {
  width: 100%;
}
.index-swiper .thi .map .point {
  position: absolute;
  width: 0.4rem;
}
.index-swiper .thi .map .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotateX(57deg);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(9, 120, 6, 0.27) 100%);
}
.index-swiper .thi .map .point::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%) rotateX(57deg);
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(9, 120, 6, 0.27) 100%);
}
.index-swiper .thi .map .point img {
  width: 100%;
}
.index-swiper .thi .map .point1 {
  top: 29.67%;
  left: 19.41%;
}
.index-swiper .thi .map .star {
  position: absolute;
  top: 36.47%;
  left: 74%;
  width: 0.65rem;
}
.index-swiper .thi .map .pos-cont {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0.6rem 0.5rem 1.35rem;
  width: 7.5rem;
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 1.05rem rgba(0, 0, 0, 0.16);
}
.index-swiper .thi .map .pos-cont::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -0.7rem;
  transform: rotateZ(230deg);
  border-top: 0.4rem solid #fff;
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
}
.index-swiper .thi .map .pos-cont .pic {
  width: 100%;
  height: 4.5rem;
}
.index-swiper .thi .map .pos-cont .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-swiper .thi .map .pos-cont .h {
  margin-top: 0.5rem;
  color: #000;
}
.index-swiper .thi .map .pos-cont .txt {
  margin-top: 0.2rem;
  color: #666666;
}
.index-swiper .thi .map .num-box {
  position: absolute;
  bottom: 2.35rem;
  left: 0;
  display: flex;
  width: 100%;
}
.index-swiper .thi .map .num-box .li {
  width: -moz-max-content;
  width: max-content;
  margin-right: 4.35rem;
  display: flex;
  align-items: baseline;
  color: var(--vi);
}
.index-swiper .thi .map .num-box .li:last-child {
  margin-right: 0;
}
.index-swiper .thi .map .num-box .li .num {
  display: flex;
  align-items: baseline;
  margin-right: 0.7rem;
}
.index-swiper .fiv {
  padding-top: 3.6rem;
}
.index-swiper .fiv .fiv-swiper {
  margin-top: .5rem;
}
.index-swiper .fiv .fiv-swiper .swiper-pagination {
  margin-top: 0.95rem;
  position: relative;
  bottom: 0;
  line-height: 1;
}
.index-swiper .fiv .fiv-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 2px;
  border-radius: 0;
  background-color: rgba(51, 51, 51, 0.4);
  margin: 0 3px;
  position: relative;
  opacity: 1;
}
.index-swiper .fiv .fiv-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--vi);
}
.index-swiper .fiv .fiv-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  animation: widTrans 5s linear forwards;
}
.index-swiper .fiv .fiv-swiper .swiper-button-prev,
.index-swiper .fiv .fiv-swiper .swiper-button-next {
  width: 0.85rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #dedee2;
  color: #616163;
  transition: all 0.4s;
}
.index-swiper .fiv .fiv-swiper .swiper-button-prev::after,
.index-swiper .fiv .fiv-swiper .swiper-button-next::after {
  font-size: 0.35rem;
}
.index-swiper .fiv .fiv-swiper .swiper-button-prev:hover,
.index-swiper .fiv .fiv-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.index-swiper .fiv .fiv-swiper .swiper-button-prev {
  left: 23.5%;
}
.index-swiper .fiv .fiv-swiper .swiper-button-next {
  right: 23.5%;
}
.index-swiper .fiv .fiv-swiper .swiper-slide {
  width: 55%;
  height: 15rem;
  margin: 0 0.25rem;
}
.index-swiper .fiv .fiv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-swiper .fiv .fiv-swiper .swiper-slide .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 1.55rem 1.35rem;
}
.index-swiper .fiv .fiv-swiper .swiper-slide .pos-cont .txt {
  margin-top: 0.5rem;
  line-height: 1.6;
  width: 50%;
}
.index-swiper .fiv .fiv-swiper .swiper-slide .pos-cont .more {
  position: absolute;
  bottom: 1.4rem;
  right: 2.2rem;
}
.index-swiper .six {
  padding-top: 3.5rem;
  background-color: #fff;
}
.index-swiper .six .top-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}
.index-swiper .six .top-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #e6e6e6;
}
.index-swiper .six .top-intro .tit {
  line-height: 1;
}
.index-swiper .six .top-intro .tab {
  display: flex;
}
.index-swiper .six .top-intro .tab span {
  position: relative;
  color: #666666;
  line-height: 1.25;
  padding: 0 0.25rem 0.85rem;
  margin-right: 1.25rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s;
}
.index-swiper .six .top-intro .tab span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.index-swiper .six .top-intro .tab span:last-child {
  margin-right: 0;
}
.index-swiper .six .top-intro .tab span:hover {
  color: var(--vi);
}
.index-swiper .six .top-intro .tab span.active {
  color: var(--vi);
}
.index-swiper .six .top-intro .tab span.active::after {
  width: 100%;
}
.index-swiper .six .item-box {
  position: relative;
  z-index: 2;
}
.index-swiper .six .item-box .item {
  display: none;
  position: relative;
  z-index: 1;
}
.index-swiper .six .item-box .item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #e6e6e6;
  z-index: -1;
}
.index-swiper .six .item-box .item.show {
  display: flex;
}
.index-swiper .six .item-box .li {
  display: block;
  width: 33.33%;
  padding: 0.8rem 0.85rem 0.6rem;
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  transition: all 0.4s;
}
.index-swiper .six .item-box .li .pic {
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
}
.index-swiper .six .item-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index-swiper .six .item-box .li .time {
  margin-top: 0.75rem;
  color: #999999;
}
.index-swiper .six .item-box .li .h {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 1.4;
}
.index-swiper .six .item-box .li .cont {
  margin-top: 0.6rem;
  line-height: 1.5;
  color: #666666;
}
.index-swiper .six .item-box .li .more {
  margin-top: 1rem;
}
.index-swiper .six .item-box .li:hover {
  transform: scale(1.03);
  box-shadow: 0 0 0.7rem rgba(0, 28, 138, 0.13);
}
.index-swiper .six .item-box .list-box {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  padding: 0 1.1rem;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.index-swiper .six .item-box .list-box .list {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px dashed #e6e6e6;
}
.index-swiper .six .item-box .list-box .list:last-child {
  border-bottom: none;
}
.index-swiper .six .item-box .list-box .list .h {
  color: #333333;
  line-height: 1.7;
}
.index-swiper .six .item-box .list-box .list .time {
  margin-top: 0.4rem;
  color: #999999;
  line-height: 1;
}
.index-swiper .sev {
  padding-top: 3.5rem;
}
.index-swiper .sev .top-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}
.index-swiper .sev .top-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #e6e6e6;
}
.index-swiper .sev .top-intro .tit {
  line-height: 1;
}
.index-swiper .sev .top-intro .tab {
  display: flex;
}
.index-swiper .sev .top-intro .tab span {
  position: relative;
  color: #666666;
  line-height: 1.25;
  padding: 0 0.25rem 0.85rem;
  margin-right: 1.25rem;
  z-index: 5;
  cursor: pointer;
  transition: all 0.4s;
}
.index-swiper .sev .top-intro .tab span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.index-swiper .sev .top-intro .tab span:last-child {
  margin-right: 0;
}
.index-swiper .sev .top-intro .tab span:hover {
  color: var(--vi);
}
.index-swiper .sev .top-intro .tab span.active {
  color: var(--vi);
}
.index-swiper .sev .top-intro .tab span.active::after {
  width: 100%;
}
.index-swiper .sev .item {
  display: none;
}
.index-swiper .sev .item.show {
  display: block;
}
.index-swiper .sev .item .sev-swiper {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.index-swiper .sev .item .sev-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index-swiper .sev .item .sev-swiper .swiper-slide {
  width: 14%;
  height: 3.5rem;
  border-right: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-swiper .sev .intro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.4rem 0 0.8rem;
}
.index-swiper .sev .intro .cont {
  position: relative;
  z-index: 2;
  color: #fff;
}
.index-swiper .sev .intro .cont .txt {
  margin-top: 0.6rem;
  line-height: 1.6;
}
.index-swiper .sev .intro .cont .more {
  margin-top: 1.3rem;
}
.index-swiper .foot-slide {
  height: auto;
}

.contact .box1 {
  padding: 3.25rem 0 3.35rem;
}
.contact .box1 .li-box {
  margin-top: 2.25rem;
  display: flex;
}
.contact .box1 .li-box .li {
  width: 32%;
  height: 4.7rem;
  margin-right: 2%;
  background-color: #f6f7f8;
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
}
.contact .box1 .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.contact .box1 .li-box .li .icon {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid rgba(9, 120, 6, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .box1 .li-box .li .icon img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .box1 .li-box .li .intro {
  margin-left: 1rem;
  color: #333333;
}
.contact .box1 .li-box .li .intro span {
  margin-top: 0.25rem;
  display: block;
  color: #333333;
}
.contact .box2 {
  padding: 2.5rem 0;
  background-color: #f9f9f9;
}
.contact .box2 .tit {
  color: #333333;
}
.contact .box2 .box {
  margin-top: 1.75rem;
  display: flex;
}
.contact .box2 .box .pic {
  width: 12.55rem;
}
.contact .box2 .box .form {
  width: calc(100% - 12.55rem);
  background-color: #fff;
  padding: 1.75rem 2.75rem 0.5rem 1.65rem;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.contact .box2 .box .form .li {
  width: 29%;
  margin-right: 6.5%;
  margin-bottom: 1.5rem;
}
.contact .box2 .box .form .li:nth-child(3n) {
  margin-right: 0;
}
.contact .box2 .box .form .li .h {
  color: #333333;
  margin-bottom: 0.35rem;
}
.contact .box2 .box .form .li .h span {
  color: #d70917;
  margin-right: 0.25rem;
}
.contact .box2 .box .form .li input {
  width: 100%;
  height: 1rem;
  border: 1px solid #ececec;
  padding: 0 0.4rem;
  color: #333;
}
.contact .box2 .box .form .li input::-moz-placeholder {
  color: #cbcbcb;
}
.contact .box2 .box .form .li input::placeholder {
  color: #cbcbcb;
}
.contact .box2 .box .form .li textarea {
  width: 100%;
  height: 3rem;
  border: 1px solid #ececec;
  padding: 0.25rem 0.4rem;
  color: #333;
}
.contact .box2 .box .form .li textarea::-moz-placeholder {
  color: #cbcbcb;
}
.contact .box2 .box .form .li textarea::placeholder {
  color: #cbcbcb;
}
.contact .box2 .box .form .li.wid100 {
  width: 100%;
  margin-right: 0;
}
.contact .box2 .box .form .submit {
  width: 5rem;
  height: 1.25rem;
  background-color: var(--vi);
  color: #fff;
}

.news .box1 {
  padding: 3rem 0;
}
.news .box1 .intro {
  margin-top: 1.5rem;
  display: flex;
}
.news .box1 .intro .pic {
  width: 52%;
}
.news .box1 .intro .pic img {
  width: 100%;
}
.news .box1 .intro .cont {
  width: 48%;
  padding: 1.5rem 0 0 1.25rem;
}
.news .box1 .intro .cont .time {
  color: #a6a6a6;
}
.news .box1 .intro .cont .h {
  margin-top: 1rem;
  color: #333333;
  line-height: 1.5;
}
.news .box1 .intro .cont .txt {
  margin-top: 0.9rem;
  color: #666666;
  line-height: 2;
}
.news .box1 .intro .cont .more {
  margin-top: 1.5rem;
}
.news .box2 {
  padding: 2.1rem 0 2rem;
  background-color: #f9f9f9;
}
.news .box2 .tab {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}
.news .box2 .tab a {
  padding-bottom: 0.6rem;
  line-height: 1.3;
  position: relative;
  color: #333333;
  margin-right: 1.95rem;
  transition: all 0.4s;
}
.news .box2 .tab a:last-child {
  margin-right: 0;
}
.news .box2 .tab a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.news .box2 .tab a:hover {
  color: var(--vi);
}
.news .box2 .tab a.active {
  color: var(--vi);
}
.news .box2 .tab a.active::after {
  width: 100%;
}
.news .box2 .li-box {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.news .box2 .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1rem;
  transition: all 0.4s;
}
.news .box2 .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.news .box2 .li-box .li .pic {
  width: 100%;
  overflow: hidden;
}
.news .box2 .li-box .li .pic img {
  width: 100%;
  transition: all 0.4s;
}
.news .box2 .li-box .li .intro {
  width: 100%;
  background-color: #fff;
  padding: 0.9rem 0.9rem 1.15rem;
}
.news .box2 .li-box .li .intro .time {
  color: #a6a6a6;
}
.news .box2 .li-box .li .intro .h {
  margin-top: 0.55rem;
  color: #333333;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
}
.news .box2 .li-box .li .intro .txt {
  margin-top: 0.5rem;
  line-height: 2;
  height: 4em;
  color: #666666;
  overflow: hidden;
}
.news .box2 .li-box .li .intro .more {
  margin-top: 1.25rem;
}
.news .box2 .li-box .li:hover {
  box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.06);
}
.news .box2 .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.news .box2 .page-box {
  margin-top: 1rem;
}

.news-info {
  background-color: #f9f9f9;
  padding: 1.15rem 0 2rem;
}
.news-info .lf {
  width: 75%;
  float: left;
  background-color: #fff;
  padding: 2rem 1.45rem;
}
.news-info .lf .tit {
  color: #393737;
  line-height: 1.5;
}
.news-info .lf .info {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #333333;
}
.news-info .lf .info .time {
  margin-right: 2rem;
}
.news-info .lf .info .share {
  display: flex;
  align-items: center;
}
.news-info .lf .info .share p {
  margin-right: 0.5rem;
}
.news-info .lf .info .share a {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
  margin-right: 0.4rem;
}
.news-info .lf .info .share a img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-info .lf .info .share a:last-child {
  margin-right: 0;
}
.news-info .lf .cont {
  margin-top: 0.85rem;
  border-top: 1px solid #e9e9e9;
  padding-top: 1rem;
  color: #666666;
}
.news-info .rg {
  position: sticky;
  top: 3rem;
  width: calc(25% - 0.7rem);
  float: right;
}
.news-info .rg .card {
  position: relative;
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1.5rem 0.75rem 1.25rem;
  margin-bottom: 0.5rem;
}
.news-info .rg .card:last-child {
  margin-bottom: 0;
}
.news-info .rg .card .h {
  margin-bottom: 1.1rem;
  position: relative;
}
.news-info .rg .card .h::after {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--vi);
}
.news-info .rg .card .list .item {
  display: block;
  margin-bottom: 0.8rem;
}
.news-info .rg .card .list .item:last-child {
  margin-bottom: 0;
}
.news-info .rg .card .list .item .tit_h {
  color: #393737;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  transition: all 0.4s;
}
.news-info .rg .card .list .item .time {
  color: #999999;
}
.news-info .rg .card .list .item:hover .tit_h {
  color: var(--vi);
}
.news-info .rg .card .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.55rem;
  background-color: var(--vi);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-info .rg .card .btn svg {
  width: 0.4rem;
  margin-left: 0.5rem;
}
.news-info .rg .card.dow {
  padding-bottom: 3rem;
}

.business .box1 {
  padding: 0.75rem 0 3.8rem;
}
.business .box1 .box {
  margin-top: 2.6rem;
  display: flex;
  padding-left: 3.25rem;
}
.business .box1 .box .pic {
  margin-top: 0.5rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  padding: 0.6rem;
  overflow: hidden;
}
.business .box1 .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business .box1 .box .rg {
  width: calc(100% - 14rem);
  padding-left: 3.2rem;
}
.business .box1 .box .rg .txt {
  margin-top: 1.5rem;
  color: #333;
  line-height: 1.6;
}
.business .box1 .box .rg .num-box {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.business .box1 .box .rg .num-box .li .num {
  display: flex;
  align-items: baseline;
}
.business .box1 .box .rg .num-box .li .num p {
  color: var(--vi);
  margin-right: 0.3rem;
}
.business .box1 .box .rg .num-box .li .num span {
  color: #999999;
}
.business .box1 .box .rg .num-box .li .con {
  margin-top: 0.4rem;
  color: #999999;
  line-height: 1.6;
}
.business .box1 .box .rg .li-box {
  margin-top: 2.55rem;
  display: flex;
}
.business .box1 .box .rg .li-box .li {
  display: flex;
}
.business .box1 .box .rg .li-box .li .icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  transition: all 0.4s;
}
.business .box1 .box .rg .li-box .li .icon img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0.1);
  opacity: 0.5;
  transition: all 0.4s;
}
.business .box1 .box .rg .li-box .li .intro {
  line-height: 1.6;
}
.business .box1 .box .rg .li-box .li .intro .h {
  color: #333333;
}
.business .box1 .box .rg .li-box .li .intro .info {
  color: var(--vi);
}
.business .box1 .box .rg .li-box .li:hover .icon {
  background-color: #f0ffee;
}
.business .box1 .box .rg .li-box .li:hover .icon img {
  filter: inherit;
  opacity: 1;
}
.business .box2 {
  padding: 2rem 0 4rem;
  background-color: #fbfbfb;
}
.business .box2 .li-box {
  margin-top: 3.4rem;
  display: flex;
}
.business .box2 .li-box .li {
  width: 31%;
  height: 8.9rem;
  margin-right: 3.5%;
  padding: 1.05rem;
  background-color: #fff;
  transition: all 0.4s;
}
.business .box2 .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.business .box2 .li-box .li .num {
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  border-radius: 50%;
  background-color: #a4f27f;
  margin: 0 auto;
  color: #fff;
}
.business .box2 .li-box .li .h {
  margin-top: 1rem;
  color: #333333;
  line-height: 1.6;
}
.business .box2 .li-box .li .txt {
  margin-top: 1.25rem;
  line-height: 1.6;
}
.business .box2 .li-box .li:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.1rem 0.9rem rgba(198, 198, 198, 0.25);
}
.business .box2 .li-box .li:hover .num {
  background-color: #f2e17f;
}
.business .box3 {
  padding: 3.05rem 0 4rem;
  position: relative;
}
.business .box3 .pos-bg {
  position: absolute;
  top: .75rem;
  left: 12.3%;
  width: 80.5%;
}
.business .box3 .pos-bg img {
  width: 100%;
}
.business .box3 .wrap {
  position: relative;
  z-index: 2;
}
.business .box3 .li-box {
  margin-top: 4.1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.business .box3 .li-box .pos-cont {
  position: absolute;
  bottom: 2.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.6rem;
  height: 4.6rem;
  text-align: center;
  line-height: 4.6rem;
  border-radius: 50%;
  color: var(--vi);
  background-color: #fff;
  box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.07);
}
.business .box3 .li-box .pos-cont::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.85rem;
  height: 3.85rem;
  border-radius: 50%;
  border: 1px solid var(--vi);
}
.business .box3 .li-box .li {
  width: 45%;
  background: #fff;
  box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.07);
}
.business .box3 .li-box .li .h {
  width: 100%;
  height: 3.4rem;
  text-align: center;
  line-height: 3.4rem;
  background-color: #606060;
  color: #fff;
}
.business .box3 .li-box .li .con {
  display: flex;
  padding: 2rem 1.3rem;
  position: relative;
}
.business .box3 .li-box .li .con::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 1.3rem;
  width: calc(100% - 2.6rem);
  height: 1px;
  background-color: #cacaca;
}
.business .box3 .li-box .li .con .i {
  width: 0.85rem;
}
.business .box3 .li-box .li .con .txt {
  width: calc(100% - 0.85rem);
  padding-left: 0.7rem;
  color: #333333;
  line-height: 1.5;
  padding-bottom: 1.75rem;
}
.business .box3 .li-box .li.other {
  width: 50.6%;
  position: relative;
  top: -2.3rem;
  /*transform: translateY(-2.3rem);*/
}
.business .box3 .li-box .li.other .h {
  background-color: var(--vi);
}
.business .box4 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.business .box4 .lf {
  width: 41%;
  padding-right: 3.85rem;
}
.business .box4 .lf .cont {
  margin-top: 0.7rem;
  color: #333333;
  line-height: 1.6;
}
.business .box4 .rg {
  margin-top: 2.95rem;
  width: calc(59% - 2.4rem);
  margin-right: 2.4rem;
}
.business .box4 .rg img {
  width: 100%;
}
.business .box4 .pos-cont {
  position: absolute;
  bottom: 1.75rem;
  right: 0;
  width: 65.5%;
}
.business .box4 .box4-swiper {
  width: 100%;
}
.business .box4 .box4-swiper .swiper-button-prev,
.business .box4 .box4-swiper .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  top: auto;
  bottom: 1.25rem;
  margin: 0;
  color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
}
.business .box4 .box4-swiper .swiper-button-prev::after,
.business .box4 .box4-swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.business .box4 .box4-swiper .swiper-button-prev:hover,
.business .box4 .box4-swiper .swiper-button-next:hover {
  background-color: #fff;
  color: var(--vi);
}
.business .box4 .box4-swiper .swiper-button-prev {
  left: 20.6%;
}
.business .box4 .box4-swiper .swiper-button-next {
  left: calc(20.6% + 2rem);
}
.business .box4 .box4-swiper .swiper-slide {
  width: 35%;
  height: 9.75rem;
  margin-right: 0.85rem;
  border: 1px solid #dddddd;
  padding: 1.3rem 1.25rem;
  background-color: #fff;
  transition: all 0.4s;
}
.business .box4 .box4-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.business .box4 .box4-swiper .swiper-slide .icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.4s;
}
.business .box4 .box4-swiper .swiper-slide .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.business .box4 .box4-swiper .swiper-slide .h {
  margin-top: 1.25rem;
  color: #333333;
  line-height: 1.6;
  max-height: 6.4em;
  overflow-y: auto;
  transition: all 0.4s;
}
.business .box4 .box4-swiper .swiper-slide .h::-webkit-scrollbar {
  width: 3px;
}
.business .box4 .box4-swiper .swiper-slide .num {
  position: absolute;
  bottom: 1.3rem;
  left: 1.25rem;
  /*margin-top: 2.75rem;*/
  display: flex;
  align-items: baseline;
  color: #bababa;
  transition: all 0.4s;
}
.business .box4 .box4-swiper .swiper-slide .num span {
  color: var(--vi);
  margin-right: 4px;
}
.business .box4 .box4-swiper .swiper-slide-active {
  border-color: #4aab3d;
  background-color: #4aab3d;
}
.business .box4 .box4-swiper .swiper-slide-active .icon {
  filter: grayscale(100) brightness(100);
}
.business .box4 .box4-swiper .swiper-slide-active .h {
  color: #fff;
}
.business .box4 .box4-swiper .swiper-slide-active .num {
  color: #fff;
}
.business .box4 .box4-swiper .swiper-slide-active .num span {
  color: #fff;
}
.business .box5 {
  margin-top: 1.25rem;
  padding: 5rem 0 1.75rem;
  position: relative;
  overflow: hidden;
}
.business .box5 .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.business .box5 .pos-bg img {
  width: 100%;
}
.business .box5 .wrap {
  display: flex;
}
.business .box5 .lf {
  width: 53%;
}
.business .box5 .lf .cont {
  margin-top: 1.5rem;
  padding-right: 3.65rem;
  color: #333;
  line-height: 2;
}
.business .box5 .rg {
  width: 47%;
  padding-right: 1.15rem;
}
.business .box5 .rg img {
  width: 100%;
}

.about .box1 {
  padding: 1.9rem 0 2.4rem;
  background-color: #f5f7fb;
}
.about .box1 .wrap {
  display: flex;
  align-items: flex-start;
}
.about .box1 .lf {
  width: 47.4%;
  position: relative;
  z-index: 1;
}
.about .box1 .lf .icon {
  width: 3.5rem;
}
.about .box1 .lf .icon img {
  width: 100%;
}
.about .box1 .lf .pic {
  margin-top: 0.65rem;
  margin-left: 52.6%;
  width: 47.4%;
  position: relative;
}
.about .box1 .lf .pic img {
  width: 100%;
}
.about .box1 .lf .pic .play {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.about .box1 .lf .pic .play img {
  width: auto;
}
.about .box1 .lf .num-box {
  margin-top: 4.1rem;
  padding-left: 1.05rem;
  display: flex;
}
.about .box1 .lf .num-box .li {
  margin-right: 2.75rem;
}
.about .box1 .lf .num-box .li:last-child {
  margin-right: 0;
}
.about .box1 .lf .num-box .li .num {
  display: flex;
  align-items: flex-end;
  color: var(--vi);
}
.about .box1 .lf .num-box .li .num .unit {
  margin-left: 0.3rem;
  display: flex;
  flex-direction: column;
}
.about .box1 .lf .num-box .li .num .unit span {
  margin-top: 0.25rem;
}
.about .box1 .lf .num-box .li .txt {
  margin-top: 0.85rem;
  color: #666666;
}
.about .box1 .lf .tit {
  position: absolute;
  bottom: 3.6rem;
  left: 3.05rem;
  font-weight: bold;
  font-size: 6.5rem;
  line-height: 1;
  color: #e9edf2;
  z-index: -1;
}
.about .box1 .rg {
  width: 52.6%;
  position: relative;
  z-index: 1;
}
.about .box1 .rg .top {
  padding-left: 3.25rem;
  padding-top: 0.6rem;
}
.about .box1 .rg .txt {
  margin-top: 1.55rem;
  color: #666666;
  line-height: 1.8;
}
.about .box1 .rg .pic {
  margin-top: 2.45rem;
  width: 100%;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  overflow: hidden;
}
.about .box2 {
  padding: 2.5rem 0 3rem;
}
.about .box2 .box2-swiper {
  margin-top: 5rem;
}
.about .box2 .box2-swiper .swiper-slide {
  width: 36%;
  margin: 0 5%;
  display: flex;
  align-items: flex-start;
}
.about .box2 .box2-swiper .swiper-slide .h {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  width: 4.8rem;
  transform: scale(0.7);
  transition: all 0.4s;
}
.about .box2 .box2-swiper .swiper-slide .txt {
  color: #666666;
  line-height: 1.8;
  width: calc(100% - 4.8rem);
  opacity: 0;
  visibility: hidden;
}
.about .box2 .box2-swiper .swiper-slide-active .h {
  color: var(--vi);
  transform: scale(1);
}
.about .box2 .box2-swiper .swiper-slide-active .txt {
  opacity: 1;
  visibility: visible;
}
.about .box2 .swiper-box {
  margin-top: 5.4rem;
  position: relative;
  padding: 0.5rem 2.4rem 0;
}
.about .box2 .swiper-box .swiper-button-prev,
.about .box2 .swiper-box .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid var(--vi);
  color: var(--vi);
  top: 0;
  margin: 0;
  transition: all 0.4s;
}
.about .box2 .swiper-box .swiper-button-prev::after,
.about .box2 .swiper-box .swiper-button-next::after {
  font-size: 0.4rem;
}
.about .box2 .swiper-box .swiper-button-prev:hover,
.about .box2 .swiper-box .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.about .box2 .box2-tab-swiper::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  height: 1px;
  background-color: #dcdcdc;
}
.about .box2 .box2-tab-swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  margin: 0 1.95rem;
  color: #333333;
  padding-top: 0.1rem;
  cursor: pointer;
}
.about .box2 .box2-tab-swiper .swiper-slide .cir {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #dcdcdc;
  transition: all 0.4s;
}
.about .box2 .box2-tab-swiper .swiper-slide .cir::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(10, 121, 9, 0.2);
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s;
}
.about .box2 .box2-tab-swiper .swiper-slide p {
  margin-top: 0.4rem;
  line-height: 1.5;
}
.about .box2 .box2-tab-swiper .swiper-slide-active .cir {
  background-color: var(--vi);
}
.about .box2 .box2-tab-swiper .swiper-slide-active .cir::after {
  transform: scale(1);
  opacity: 1;
}
.about .box3 {
  padding: 2.25rem 0 2.5rem;
}
.about .box3 .pic {
  margin-top: 2rem;
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
  overflow: hidden;
  position: relative;
}
.about .box3 .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
  background: linear-gradient(to bottom, transparent, #242424);
}
.about .box3 .pic img {
  width: 100%;
}
.about .box3 .pic .pos-cont {
  position: absolute;
  bottom: 1.7rem;
  left: 1.5rem;
  color: #fff;
  width: 47.6%;
  line-height: 1.6;
  z-index: 2;
}
.about .box3 .li-box {
  margin-top: 0.5rem;
  display: flex;
}
.about .box3 .li-box .li {
  width: 24%;
  height: 5.35rem;
  margin-right: 1.333%;
  background-color: #fff;
  box-shadow: 0 0.5rem 1.1rem rgba(73, 73, 73, 0.06);
  padding: 1rem 0.75rem;
}
.about .box3 .li-box .li:nth-child(4n) {
  margin-right: 0;
}
.about .box3 .li-box .li .top {
  display: flex;
  align-items: center;
}
.about .box3 .li-box .li .top .icon {
  width: 0.95rem;
  margin-right: 0.35rem;
}
.about .box3 .li-box .li .top p {
  color: #333333;
}
.about .box3 .li-box .li .txt {
  margin-top: 0.8rem;
  color: #333;
  line-height: 1.6;
}
.about .box4 {
  padding: 2.5rem 0 2.75rem;
  background-color: #f9f9f9;
}
.about .box4 .box {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.about .box4 .box .pic {
  width: 49%;
}
.about .box4 .box .pic img {
  width: 100%;
}
.about .box4 .box .li-box {
  padding-left: 1.2rem;
  width: 51%;
}
.about .box4 .box .li-box::-webkit-scrollbar {
  width: 2px;
}
.about .box4 .box .li-box::-webkit-scrollbar-thumb {
  background: var(--vi);
}
.about .box4 .box .li-box .li {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.about .box4 .box .li-box .li:first-child {
  border-top: 1px solid #dcdcdc;
}
.about .box4 .box .li-box .li .top-bots {
  width: 100%;
  height: 2.3rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.about .box4 .box .li-box .li .top-bots .icon {
  width: 0.85rem;
  margin-right: 0.5rem;
  filter: brightness(0.1);
}
.about .box4 .box .li-box .li .top-bots .h {
  color: #333333;
  transition: all 0.4s;
}
.about .box4 .box .li-box .li .top-bots .arr {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
}
.about .box4 .box .li-box .li .top-bots .arr div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: all 0.4s;
}
.about .box4 .box .li-box .li .top-bots .arr .heng {
  height: 2px;
}
.about .box4 .box .li-box .li .top-bots .arr .shu {
  width: 2px;
}
.about .box4 .box .li-box .li .btn-bots {
  display: none;
  color: #666666;
  line-height: 1.6;
  padding-bottom: 1.65rem;
  padding-left: 0.75rem;
  padding-right: 2rem;
}
.about .box4 .box .li-box .li.active .top-bots .icon {
  filter: inherit;
}
.about .box4 .box .li-box .li.active .top-bots .h {
  color: var(--vi);
}
.about .box4 .box .li-box .li.active .top-bots .arr div {
  background-color: var(--vi);
}
.about .box4 .box .li-box .li.active .top-bots .arr .shu {
  height: 0;
}
.about .box5 {
  padding: 2.5rem 0 3.75rem;
  position: relative;
  background-image: url(../img/45.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.about .box5 .wrap {
  position: relative;
  z-index: 2;
}
.about .box5 .item-box {
  margin-top: 4.25rem;
  margin-left: 2.7rem;
  width: 15.6rem;
  padding-bottom: 10vh;
}
.about .box5 .item-box .item {
  position: sticky;
  top: 3rem;
  width: 100%;
  height: 8.75rem;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1.25rem 1.5rem;
  transition: all 0.4s;
}
.about .box5 .item-box .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .box5 .item-box .item .top .h {
  color: #333333;
}
.about .box5 .item-box .item .top .icon {
  width: 1.55rem;
}
.about .box5 .item-box .item .txt {
  margin-top: 0.8rem;
  color: #666666;
  line-height: 1.6;
}
.about .box6 {
  padding: 2.5rem 0;
}
.about .box6 .pic {
  margin-top: -0.75rem;
  width: 100%;
  text-align: center;
}
.about .box7 {
  position: relative;
  padding-left: 3.25rem;
  display: flex;
}
.about .box7 .lf {
  width: 40%;
  padding-right: 0.85rem;
}
.about .box7 .lf .item {
  display: none;
}
.about .box7 .lf .item.show {
  display: block;
}
.about .box7 .lf .name {
  margin-top: 2.5rem;
}
.about .box7 .lf .des {
  margin-top: 0.4rem;
}
.about .box7 .lf .txt {
  margin-top: 1.35rem;
  padding-right: 1.05rem;
  line-height: 1.6;
  color: #666;
  max-height: 14.4em;
  overflow-y: auto;
}
.about .box7 .lf .txt::-webkit-scrollbar {
  width: 2px;
}
.about .box7 .lf .txt::-webkit-scrollbar-thumb {
  background: var(--vi);
}
.about .box7 .rg {
  width: 60%;
}
.about .box7 .rg .swiper-button-prev,
.about .box7 .rg .swiper-button-next {
  top: auto;
  margin: 0;
  bottom: 0;
  width: 2rem;
  height: 1.25rem;
  border: 1px solid var(--vi);
  color: var(--vi);
  background-color: #fff;
  transition: all 0.4s;
}
.about .box7 .rg .swiper-button-prev::after,
.about .box7 .rg .swiper-button-next::after {
  font-size: 0.4rem;
}
.about .box7 .rg .swiper-button-prev:hover,
.about .box7 .rg .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.about .box7 .rg .swiper-button-prev {
  left: 3.25rem;
}
.about .box7 .rg .swiper-button-next {
  left: 6rem;
  right: auto;
}
.about .box7 .rg .box7-swiper {
  width: 100%;
}
.about .box7 .rg .box7-swiper .swiper-slide {
  width: 46%;
  height: 16.65rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: flex-end;
}
.about .box7 .rg .box7-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.about .box7 .rg .box7-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .box7 .rg .box7-swiper .swiper-slide .pic {
  width: 100%;
  height: 13.5rem;
  opacity: 0.48;
  transition: all 0.6s;
}
.about .box7 .rg .box7-swiper .swiper-slide-active .pic {
  opacity: 1;
  height: 100%;
}
.about .box8 {
  padding: 3rem 0;
}
.about .box8 .txt {
  width: 60%;
  margin-top: 1rem;
  color: #333333;
  line-height: 1.6;
}
.about .box8 .box8-swiper {
  margin-top: 1.3rem;
}
.about .box8 .box8-swiper .swiper-button-prev,
.about .box8 .box8-swiper .swiper-button-next {
  display: inline-flex;
  margin: 0;
  margin-top: 1.65rem;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 2rem;
  height: 1.25rem;
  border: 1px solid var(--vi);
  color: var(--vi);
  background-color: #fff;
  transition: all 0.4s;
}
.about .box8 .box8-swiper .swiper-button-prev::after,
.about .box8 .box8-swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.about .box8 .box8-swiper .swiper-button-prev.swiper-button-lock,
.about .box8 .box8-swiper .swiper-button-next.swiper-button-lock {
  display: none;
}
.about .box8 .box8-swiper .swiper-button-prev:hover,
.about .box8 .box8-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.about .box8 .box8-swiper .swiper-button-prev {
  margin-right: 0.75rem;
}
.about .box8 .box8-swiper .swiper-pagination {
  bottom: 0.1rem;
  left: 6rem;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: flex-start;
}
.about .box8 .box8-swiper .swiper-pagination .swiper-pagination-current {
  margin-right: 0.4rem;
}
.about .box8 .box8-swiper .swiper-scrollbar {
  bottom: 0.55rem;
  left: 23.5%;
  width: 64%;
  height: 1px;
  background-color: #d6d6d6;
}
.about .box8 .box8-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background: var(--vi);
}
.about .box8 .box8-swiper .swiper-slide {
  width: 22%;
  margin-right: 1.1rem;
  box-shadow: 0 0.15rem 0.65rem rgba(0, 51, 160, 0.06);
}
.about .box8 .box8-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.about .box8 .box8-swiper .swiper-slide .pic {
  width: 100%;
  height: 12.2rem;
  border-bottom: 1px solid rgba(0, 51, 160, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .box8 .box8-swiper .swiper-slide .pic img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box8 .box8-swiper .swiper-slide .h {
  width: 100%;
  height: 2.7rem;
  text-align: center;
  padding-top: 0.9rem;
  color: #111111;
}

.innovate .box1 {
  padding: 1.5rem 0 3rem;
}
.innovate .box1 .wrap {
  display: flex;
  justify-content: space-between;
}
.innovate .box1 .lf {
  width: 40%;
  font-size: 2.4rem;
  line-height: 1.1;
  color: rgba(233, 237, 242, 0.8);
  font-weight: bold;
  text-transform: capitalize;
}
.innovate .box1 .rg {
  width: 45%;
}
.innovate .box1 .rg .txt {
  margin-top: 0.75rem;
  color: #333;
  line-height: 1.6;
}
.innovate .box2 {
  display: flex;
}
.innovate .box2 .box2-swiper {
  width: 100%;
}
.innovate .box2 .box2-swiper .swiper-button-prev,
.innovate .box2 .box2-swiper .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  left: calc(65% - 0.75rem);
  top: auto;
  right: auto;
  margin: 0;
  transition: all 0.4s;
}
.innovate .box2 .box2-swiper .swiper-button-prev::after,
.innovate .box2 .box2-swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.innovate .box2 .box2-swiper .swiper-button-prev:hover,
.innovate .box2 .box2-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  border-color: var(--vi);
  color: #fff;
}
.innovate .box2 .box2-swiper .swiper-button-prev {
  bottom: 4.05rem;
}
.innovate .box2 .box2-swiper .swiper-button-next {
  bottom: 2.05rem;
}
.innovate .box2 .box2-swiper .swiper-slide {
  width: 35%;
  height: 15.9rem;
  transition: all 0.6s;
}
.innovate .box2 .box2-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
.innovate .box2 .box2-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0;
  transition: all 0.4s;
}
.innovate .box2 .box2-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innovate .box2 .box2-swiper .swiper-slide .pos-cont {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2.5rem 1.85rem;
  color: #fff;
  transition: all 0.4s;
}
.innovate .box2 .box2-swiper .swiper-slide .pos-cont .txt {
  margin-top: 0.5rem;
  line-height: 1.6;
}
.innovate .box2 .box2-swiper .swiper-slide.active {
  width: 65%;
}
.innovate .box2 .box2-swiper .swiper-slide.active::before {
  opacity: 0;
}
.innovate .box2 .box2-swiper .swiper-slide.active::after {
  opacity: 1;
}
.innovate .box2 .box2-swiper .swiper-slide.active .pos-cont {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.products .box1 {
  padding: 3.25rem 0 5.6rem;
}
.products .box1 .box {
  margin-top: 1.9rem;
  display: flex;
}
.products .box1 .box .item {
  display: none;
}
.products .box1 .box .item.show {
  display: block;
}
.products .box1 .box .lf {
  width: 40%;
  margin-right: 4%;
  padding-top: 0.85rem;
}
.products .box1 .box .lf .box1-swiper {
  width: 100%;
}
.products .box1 .box .lf .box1-swiper .swiper-button-prev,
.products .box1 .box .lf .box1-swiper .swiper-button-next {
  position: relative;
  display: inline-flex;
  margin: 3.1rem auto 0;
  left: 0;
  right: 0;
  width: 2rem;
  height: 1.25rem;
  border: 1px solid var(--vi);
  color: var(--vi);
  transition: all 0.4s;
}
.products .box1 .box .lf .box1-swiper .swiper-button-prev::after,
.products .box1 .box .lf .box1-swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.products .box1 .box .lf .box1-swiper .swiper-button-prev.swiper-button-lock,
.products .box1 .box .lf .box1-swiper .swiper-button-next.swiper-button-lock {
  display: none;
}
.products .box1 .box .lf .box1-swiper .swiper-button-prev:hover,
.products .box1 .box .lf .box1-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.products .box1 .box .lf .box1-swiper .swiper-button-next {
  margin-left: 0.75rem;
}
.products .box1 .box .lf .box1-swiper .swiper-slide {
  width: 100%;
  margin-right: 1rem;
}
.products .box1 .box .lf .box1-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.products .box1 .box .lf .box1-swiper .swiper-slide .h {
  color: var(--vi);
  line-height: 1;
}
.products .box1 .box .lf .box1-swiper .swiper-slide .txt {
  margin-top: 1.25rem;
  color: #333333;
  line-height: 1.6;
}
.products .box1 .box .mid {
  width: 31%;
  height: 13.75rem;
  margin-right: 6%;
  position: relative;
}
.products .box1 .box .mid .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.products .box1 .box .mid .pic.show {
  opacity: 1;
  z-index: 1;
}
.products .box1 .box .mid .pic img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products .box1 .box .rg {
  width: 19%;
  padding-top: 0.85rem;
}
.products .box1 .box .rg .h {
  color: #333333;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #999999;
}
.products .box1 .box .rg .tab {
  margin-top: 0.65rem;
}
.products .box1 .box .rg .tab .li {
  padding-right: 0.6rem;
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-bottom: 0.65rem;
  cursor: pointer;
}
.products .box1 .box .rg .tab .li:last-child {
  margin-bottom: 0;
}
.products .box1 .box .rg .tab .li:hover p, .products .box1 .box .rg .tab .li.active p {
  color: var(--vi);
  transition: all 0.4s;
}
.products .box2 .wrap {
  display: flex;
}
.products .box2 .li {
  width: 5.5rem;
  height: 18.3rem;
  padding-top: 2rem;
  margin-right: 2.5rem;
  transition: all 0.6s;
}
.products .box2 .li:last-child {
  margin-right: 0;
}
.products .box2 .li .hov-con {
  display: none;
  margin-top: 0.55rem;
}
.products .box2 .li .hov-con .txt {
  margin-top: 0.1rem;
}
.products .box2 .li .pic {
  margin-top: 1.25rem;
  width: 100%;
  text-align: center;
  transition: all 0.6s;
}
.products .box2 .li .nor-con {
  margin-top: 0.85rem;
}
.products .box2 .li .nor-con .txt {
  margin-top: 0.35rem;
}
.products .box2 .li .more {
  margin-top: 1rem;
  transition: all 0.6s;
}
.products .box2 .li.active {
  width: 42.5%;
  margin-right: 0.75rem;
  background-color: #f6f6f6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.products .box2 .li.active .hov-con {
  display: block;
}
.products .box2 .li.active .pic {
  margin-top: 0.3rem;
}
.products .box2 .li.active .nor-con {
  display: none;
}
.products .box2 .li.active .more {
  margin: 0.45rem auto 0;
}
.products .box3 {
  padding: 4.25rem 0 2.5rem;
}
.products .box3 .top {
  display: flex;
  justify-content: space-between;
}
.products .box3 .top .tit {
  width: 41%;
}
.products .box3 .top .txt {
  width: 56.5%;
}
.products .box3 .vid {
  margin-top: 1.35rem;
  position: relative;
}
.products .box3 .vid img {
  width: 100%;
}
.products .box3 .vid .play {
  width: 2rem;
  cursor: pointer;
}
.products .box4 {
  padding: 3.75rem 0 2rem;
  position: relative;
}
.products .box4 .wrap {
  position: relative;
  z-index: 2;
}
.products .box4 .box4-swiper {
  margin-top: 6.25rem;
}
.products .box4 .box4-swiper .swiper-slide {
  width: 24%;
  margin-right: 1.333%;
}
.products .box4 .box4-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.products .box4 .box4-swiper .swiper-slide .nor-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.95rem 1.05rem;
  padding-left: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  transition: all 0.4s;
}
.products .box4 .box4-swiper .swiper-slide .nor-box .h {
  color: #333333;
  line-height: 1.4;
  width: calc(100% - 2rem);
}
.products .box4 .box4-swiper .swiper-slide .nor-box .icon {
  width: 1.8rem;
}
.products .box4 .box4-swiper .swiper-slide .hov-box {
  width: 100%;
  height: 11.15rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  padding: 1.5rem 0.75rem 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.4s;
}
.products .box4 .box4-swiper .swiper-slide .hov-box .icon {
  width: 2.15rem;
}
.products .box4 .box4-swiper .swiper-slide .hov-box .h {
  margin-top: 1rem;
  line-height: 1.4;
}
.products .box4 .box4-swiper .swiper-slide .hov-box .txt {
  margin-top: 0.5rem;
  color: #666666;
}
.products .box4 .box4-swiper .swiper-slide:hover .nor-box {
  opacity: 0;
  visibility: hidden;
}
.products .box4 .box4-swiper .swiper-slide:hover .hov-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.pro-info .box1 {
  padding: 2.25rem 0 4.1rem;
}
.pro-info .box1 .wrap {
  display: flex;
}
.pro-info .box1 .lf {
  width: 56.7%;
  padding-left: 1.35rem;
}
.pro-info .box1 .lf .pic {
  width: 100%;
  position: relative;
  text-align: center;
}
.pro-info .box1 .lf .pos-bg {
  position: absolute;
  left: 0;
  bottom: -1.75rem;
  width: 100%;
}
.pro-info .box1 .lf .pos-bg img {
  width: 100%;
}
.pro-info .box1 .rg {
  width: 43.3%;
  padding-left: 0.75rem;
  padding-top: 2.1rem;
}
.pro-info .box1 .rg .h {
  margin-top: 0.15rem;
}
.pro-info .box1 .rg .txt {
  margin-top: 1.25rem;
}
.pro-info .box1 .rg .more {
  margin-top: 1.25rem;
  display: block;
  width: 5rem;
  height: 1.25rem;
  text-align: center;
  line-height: 1.25rem;
  background-color: var(--vi);
  color: #fff;
}
.pro-info .box2 {
  padding: 2.75rem 0 3.5rem;
  background-color: #f8f8f8;
  display: flex;
}
.pro-info .box2 .lf {
  width: 56%;
  padding-left: 3.25rem;
  padding-right: 2rem;
}
.pro-info .box2 .lf .h {
  margin-top: 2.5rem;
}
.pro-info .box2 .lf .tab {
  margin-top: 2.1rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #999999;
  display: flex;
}
.pro-info .box2 .lf .tab span {
  padding-bottom: 0.45rem;
  position: relative;
  color: #333;
  margin-right: 1.5rem;
  cursor: pointer;
  transition: all 0.4s;
}
.pro-info .box2 .lf .tab span:last-child {
  margin-right: 0;
}
.pro-info .box2 .lf .tab span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.pro-info .box2 .lf .tab span:hover {
  color: var(--vi);
}
.pro-info .box2 .lf .tab span.active {
  color: var(--vi);
}
.pro-info .box2 .lf .tab span.active::after {
  width: 100%;
}
.pro-info .box2 .lf .item-box {
  margin-top: 1.65rem;
}
.pro-info .box2 .lf .item-box .item {
  display: none;
}
.pro-info .box2 .lf .item-box .item.show {
  display: block;
}
.pro-info .box2 .lf .item-box .li {
  display: flex;
  color: #333333;
  margin-bottom: 0.5rem;
}
.pro-info .box2 .lf .item-box .li:last-child {
  margin-bottom: 0;
}
.pro-info .box2 .lf .item-box .li span {
  width: 0.6rem;
  margin-right: 0.25rem;
}
.pro-info .box2 .lf .item-box .li p {
  width: calc(100% - 0.85rem);
}
.pro-info .box2 .rg {
  width: 44%;
  padding-top: 0.75rem;
}
.pro-info .box2 .rg .pic {
  width: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
}
.pro-info .box3 {
  padding: 3.6rem 0 3.25rem;
}
.pro-info .box3 .table {
  margin-top: 2.5rem;
  width: 100%;
}
.pro-info .box3 .table table {
  width: 100%;
}
.pro-info .box3 .table table tr {
  width: 100%;
  height: 2.2rem;
  background-color: #f5f5f5;
  text-align: center;
  color: #999999;
}
.pro-info .box3 .table table tr:nth-child(1) {
  background-color: rgba(9, 120, 6, 0.2);
  color: #333333;
}
.pro-info .box3 .table table tr:nth-child(2n) {
  background-color: #fff;
}
.pro-info .box3 .table table td {
  width: 25%;
}
.pro-info .box4 {
  position: relative;
  padding: 1.75rem 0 2.2rem;
}
.pro-info .box4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.pro-info .box4 .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.pro-info .box4 .rg {
  width: 52%;
  height: 16.6rem;
  display: flex;
  flex-wrap: wrap;
  padding-right: 5.05rem;
  overflow-y: auto;
}
.pro-info .box4 .rg::-webkit-scrollbar {
  width: 2px;
}
.pro-info .box4 .rg::-webkit-scrollbar-thumb {
  background: var(--vi);
}
.pro-info .box4 .rg::-webkit-scrollbar-track {
  background: #d0d0d0;
}
.pro-info .box4 .rg .li {
  width: 46%;
  height: 8.9rem;
  margin-right: 8%;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 1rem;
}
.pro-info .box4 .rg .li:nth-child(2n) {
  margin-right: 0;
  transform: translateY(4.25rem);
}
.pro-info .box4 .rg .li .h {
  margin-top: 0.5rem;
}
.pro-info .box4 .rg .li .txt {
  display: none;
  margin-top: 0.4rem;
  color: #333333;
  line-height: 1.6;
  max-height: 9.6em;
  overflow-y: auto;
}
.pro-info .box4 .rg .li:hover .txt {
  display: block;
}
.pro-info .box4 .tips {
  position: absolute;
  bottom: 0;
  left: 32%;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.pro-info .box4 .tips span {
  margin-top: 6px;
  width: 13px;
  display: flex;
}
.pro-info .box5 {
  padding: 3.25rem 0 0;
}
.pro-info .box5 .box5-swiper {
  margin-top: 1.5rem;
}
.pro-info .box5 .box5-swiper .swiper-button-prev,
.pro-info .box5 .box5-swiper .swiper-button-next {
  width: 1.9rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  border: 1px solid var(--vi);
  color: var(--vi);
  transition: all 0.4s;
}
.pro-info .box5 .box5-swiper .swiper-button-prev::after,
.pro-info .box5 .box5-swiper .swiper-button-next::after {
  font-size: 0.3rem;
}
.pro-info .box5 .box5-swiper .swiper-button-prev:hover,
.pro-info .box5 .box5-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.pro-info .box5 .box5-swiper .swiper-button-prev {
  left: 11.5%;
}
.pro-info .box5 .box5-swiper .swiper-button-next {
  right: 11.5%;
}
.pro-info .box5 .box5-swiper .swiper-slide {
  width: 65%;
  margin: 0 1.95rem;
}
.pro-info .box5 .box5-swiper .swiper-slide .pic {
  width: 100%;
  height: 15.1rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.pro-info .box5 .box5-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-info .box5 .box5-swiper .swiper-slide .h {
  margin-top: 1rem;
  color: #333333;
  text-align: center;
  line-height: 1.1;
}
.pro-info .box6 {
  padding: 3.45rem 0 4.1rem;
}
.pro-info .box6 .txt {
  margin: 0.75rem auto 0;
  line-height: 1.6;
  color: #333;
  width: 40%;
}
.pro-info .box6 .box {
  position: relative;
  margin: 3.35rem auto 0;
  width: 64%;
}
.pro-info .box6 .cir {
  position: relative;
  width: 12.2rem;
  height: 12.2rem;
  border-radius: 50%;
  margin: 0 auto;
}
.pro-info .box6 .cir::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2.6rem);
  height: calc(100% + 2.6rem);
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
.pro-info .box6 .cir img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-info .box6 .li-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.pro-info .box6 .li-box .li {
  position: relative;
  width: 16.5%;
  margin-right: 67%;
}
.pro-info .box6 .li-box .li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: calc(100% + 2.3rem);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 1px solid var(--vi);
  opacity: 0;
  transition: all 0.4s;
}
.pro-info .box6 .li-box .li::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: calc(100% + 2.7rem);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  transition: all 0.4s;
}
.pro-info .box6 .li-box .li:nth-child(2n-1) {
  text-align: right;
}
.pro-info .box6 .li-box .li:nth-child(2n-1) .icon {
  margin-left: calc(100% - 0.9rem);
}
.pro-info .box6 .li-box .li:nth-child(2n) {
  margin-right: 0;
}
.pro-info .box6 .li-box .li:nth-child(2n)::before {
  left: auto;
  right: calc(100% + 2.3rem);
}
.pro-info .box6 .li-box .li:nth-child(2n)::after {
  left: auto;
  right: calc(100% + 2.7rem);
}
.pro-info .box6 .li-box .li:nth-child(n+3)::before {
  top: 1.5rem;
}
.pro-info .box6 .li-box .li:nth-child(n+3)::after {
  top: 1.9rem;
}
.pro-info .box6 .li-box .li .icon {
  filter: brightness(0.1);
  width: 0.9rem;
  opacity: 0.7;
  transition: all 0.4s;
}
.pro-info .box6 .li-box .li .h {
  margin-top: 0.25rem;
  color: #333333;
  transition: all 0.4s;
}
.pro-info .box6 .li-box .li .cont {
  margin-top: 0.4rem;
  color: #999999;
}
.pro-info .box6 .li-box .li:hover::before {
  opacity: 1;
}
.pro-info .box6 .li-box .li:hover::after {
  background-color: var(--vi);
}
.pro-info .box6 .li-box .li:hover .icon {
  filter: inherit;
}
.pro-info .box6 .li-box .li:hover .h {
  color: var(--vi);
}

.innovate-info .box1 {
  padding: 0.75rem 0 2.75rem;
}
.innovate-info .box1 .box {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.innovate-info .box1 .box .lf {
  width: 48%;
  padding-top: 0.75rem;
}
.innovate-info .box1 .box .lf .txt {
  margin-top: 2.25rem;
  color: #666666;
  line-height: 1.5;
}
.innovate-info .box1 .box .rg {
  width: 48%;
}
.innovate-info .box2 {
  padding: 2.25rem 0;
  overflow: hidden;
}
.innovate-info .box2 .txt {
  margin-top: 0.75rem;
  color: #333;
  line-height: 1.5;
}
.innovate-info .box2 .box2-swiper {
  margin-top: 2.6rem;
  overflow: inherit;
}
.innovate-info .box2 .box2-swiper .swiper-button-prev,
.innovate-info .box2 .box2-swiper .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  margin-top: 2.8rem;
  display: inline-flex;
  width: 2rem;
  height: 1.25rem;
  border: 1px solid var(--vi);
  color: var(--vi);
  transition: all 0.4s;
}
.innovate-info .box2 .box2-swiper .swiper-button-prev::after,
.innovate-info .box2 .box2-swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.innovate-info .box2 .box2-swiper .swiper-button-prev:hover,
.innovate-info .box2 .box2-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.innovate-info .box2 .box2-swiper .swiper-button-prev.swiper-button-lock,
.innovate-info .box2 .box2-swiper .swiper-button-next.swiper-button-lock {
  display: none;
}
.innovate-info .box2 .box2-swiper .swiper-button-next {
  margin-left: 0.75rem;
}
.innovate-info .box2 .box2-swiper .swiper-slide {
  width: 29%;
  height: auto;
  margin-right: 0.75rem;
  background-color: #fff;
  padding: 1.25rem 1rem;
  line-height: 1.5;
  box-shadow: 0 0.1rem 1.25rem rgba(180, 180, 180, 0.25);
}
.innovate-info .box2 .box2-swiper .swiper-slide .icon {
  width: 1.1rem;
}
.innovate-info .box2 .box2-swiper .swiper-slide .h {
  margin-top: 0.5rem;
}
.innovate-info .box2 .box2-swiper .swiper-slide .con {
  margin-top: 0.35rem;
  color: #666666;
}
.innovate-info .box3 {
  display: flex;
  position: relative;
}
.innovate-info .box3 .lf {
  width: 55%;
  -webkit-mask-image: url(../img/74.png);
          mask-image: url(../img/74.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  --color: #1dbf76;
  background-image: url(../img/74.png);
}
.innovate-info .box3 .lf .tit {
  margin-left: 4.5rem;
}
.innovate-info .box3 .lf .h {
  color: #1dbf76;
}
.innovate-info .box3 .lf .item-box {
  margin-left: 3.7rem;
}
.innovate-info .box3 .rg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50.5%;
  -webkit-mask-image: url(../img/75.png);
          mask-image: url(../img/75.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  --color: #ff0000;
  background-image: url(../img/75.png);
}
.innovate-info .box3 .rg .tit {
  margin-left: 5.25rem;
}
.innovate-info .box3 .rg .item-box {
  margin-left: 4.4rem;
}
.innovate-info .box3 .rg .h {
  color: #333333;
}
.innovate-info .box3 .li {
  height: 15.45rem;
  padding: 2.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.innovate-info .box3 .li .item-box {
  margin-top: 1.5rem;
  width: 10.3rem;
  line-height: 1.1;
}
.innovate-info .box3 .li .item-box .item {
  display: flex;
  border-bottom: 1px solid #999999;
  padding: 0.75rem 0 0.5rem;
  margin-bottom: 0.25rem;
}
.innovate-info .box3 .li .item-box .item:last-child {
  margin-bottom: 0;
}
.innovate-info .box3 .li .item-box .item:first-child {
  border-top: 1px solid #999999;
}
.innovate-info .box3 .li .item-box .item .arr {
  background-color: var(--color);
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.3rem;
}
.innovate-info .box3 .li .item-box .item .arr div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
}
.innovate-info .box3 .li .item-box .item .arr .heng {
  height: 1px;
}
.innovate-info .box3 .li .item-box .item .arr .shu {
  width: 1px;
}
.innovate-info .box3 .li .item-box .item p {
  width: calc(100% - 0.8rem);
}
.innovate-info .box3 .pos-icon {
  position: absolute;
  left: 48.6%;
  top: 41%;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #1dbf76;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innovate-info .box3 .pos-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  border-radius: 50%;
  border: 1px solid #1dbf76;
}
.innovate-info .box3 .pos-icon img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.innovate-info .box4 {
  padding: 3.25rem 0 4.6rem;
  overflow: hidden;
}
.innovate-info .box4 .txt {
  width: 69%;
  margin-top: 0.75rem;
  line-height: 1.5;
}
.innovate-info .box4 .box4-top-swiper {
  margin-top: 1.8rem;
  overflow: inherit;
}
.innovate-info .box4 .box4-top-swiper .swiper-slide {
  width: 38.4%;
  height: 10.35rem;
  margin-right: 0.25rem;
}
.innovate-info .box4 .box4-top-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.innovate-info .box4 .box4-top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innovate-info .box4 .swiper-box {
  margin-top: 1.25rem;
  position: relative;
}
.innovate-info .box4 .swiper-box .swiper-button-prev,
.innovate-info .box4 .swiper-box .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  right: auto;
  margin: 0;
  border-radius: 50%;
  border: 1px solid var(--vi);
  color: var(--vi);
  transition: all 0.4s;
}
.innovate-info .box4 .swiper-box .swiper-button-prev::after,
.innovate-info .box4 .swiper-box .swiper-button-next::after {
  font-size: 0.4rem;
}
.innovate-info .box4 .swiper-box .swiper-button-prev:hover,
.innovate-info .box4 .swiper-box .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.innovate-info .box4 .swiper-box .swiper-button-prev {
  top: 1.6rem;
}
.innovate-info .box4 .swiper-box .swiper-button-next {
  top: 3.85rem;
}
.innovate-info .box4 .swiper-box .box4-btn-swiper {
  width: calc(100% - 3.15rem);
  margin: 0;
  margin-left: 3.15rem;
}
.innovate-info .box4 .swiper-box .box4-btn-swiper .swiper-slide {
  width: 28%;
  height: 6.7rem;
  margin-right: 0.4rem;
  padding: 0.3rem 0.9rem;
  border: 1px solid #e4e4e4;
}
.innovate-info .box4 .swiper-box .box4-btn-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.innovate-info .box4 .swiper-box .box4-btn-swiper .swiper-slide .num {
  color: #333333;
}
.innovate-info .box4 .swiper-box .box4-btn-swiper .swiper-slide .h {
  margin-top: 1rem;
  color: #333333;
  line-height: 1.5;
}
.innovate-info .box4 .swiper-box .box4-btn-swiper .swiper-slide .con {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 1.5;
}
.innovate-info .box5 {
  padding: 2.5rem 0 3.25rem;
  background-color: #f9f9f9;
}
.innovate-info .box5 .txt {
  margin-top: 0.75rem;
  line-height: 1.4;
  color: #333;
}
.innovate-info .box5 .box {
  margin-top: 1.5rem;
  display: flex;
}
.innovate-info .box5 .box .lf {
  width: 64%;
}
.innovate-info .box5 .box .rg {
  width: 36%;
  max-height: 16.75rem;
  padding-top: 0.4rem;
  padding-left: 1.4rem;
  padding-right: 1.25rem;
  overflow-y: auto;
}
.innovate-info .box5 .box .rg::-webkit-scrollbar {
  width: 2px;
}
.innovate-info .box5 .box .rg::-webkit-scrollbar-thumb {
  background: var(--color);
}
.innovate-info .box5 .box .rg .li {
  position: relative;
  border-top: 1px solid #999999;
}
.innovate-info .box5 .box .rg .li::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.innovate-info .box5 .box .rg .li .top-bots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  padding: 0.9rem 0;
  cursor: pointer;
  transition: all 0.4s;
}
.innovate-info .box5 .box .rg .li .top-bots .h {
  max-width: calc(100% - 1.5rem);
}
.innovate-info .box5 .box .rg .li .top-bots .arr {
  width: 1.15rem;
  height: 1.15rem;
  text-align: center;
  line-height: 1.15rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #818181;
  transition: all 0.4s;
}
.innovate-info .box5 .box .rg .li .btn-bots {
  display: none;
  padding: 0.75rem 0 0.85rem;
  color: #666666;
  line-height: 1.6;
}
.innovate-info .box5 .box .rg .li.active::after {
  width: 100%;
}
.innovate-info .box5 .box .rg .li.active .top-bots {
  padding: 0.6rem 0;
}
.innovate-info .box5 .box .rg .li.active .top-bots .arr {
  background-color: var(--vi);
  color: #fff;
  transform: rotate(180deg);
}
.innovate-info .box6 {
  padding: 3.25rem 0 6rem;
  overflow: hidden;
}
.innovate-info .box6 .txt {
  margin-top: 0.75rem;
  color: #333;
  line-height: 1.5;
}
.innovate-info .box6 .box6-swiper {
  margin-top: 2rem;
  overflow: initial;
}
.innovate-info .box6 .box6-swiper .swiper-slide {
  width: 51%;
  height: 12.3rem;
  margin: 0 0.75rem;
  opacity: .45;
  transition: all .4s;
}
.innovate-info .box6 .box6-swiper .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.innovate-info .box6 .box6-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innovate-info .box6 .box6-swiper .swiper-slide .pos-cont {
  position: absolute;
  bottom: -2.75rem;
  left: 1.45rem;
  width: 9.05rem;
  height: 8.1rem;
  padding: 1.35rem 1.15rem 0.5rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}
.innovate-info .box6 .box6-swiper .swiper-slide .pos-cont .h {
  color: #000000;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.25rem;
  position: relative;
}
.innovate-info .box6 .box6-swiper .swiper-slide .pos-cont .h::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--vi);
}
.innovate-info .box6 .box6-swiper .swiper-slide .pos-cont .txt {
  margin-top: 0.9rem;
}
.innovate-info .box6 .box6-swiper .swiper-slide .pos-cont .num {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  color: #666666;
}
.innovate-info .box6 .box6-swiper .swiper-slide .pos-cont .num p {
  color: var(--color);
}
.innovate-info .box6 .box6-swiper .swiper-slide-active {
    opacity: 1;
}
.innovate-info .box6 .box6-swiper .swiper-slide-active .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */