﻿.fadeUp {
  transition: all 1.5s cubic-bezier(0.12, 0.31, 0.25, 1);
  transform: translateY(80px);
  opacity: 0;
}
.fadeUp.act {
  transform: translateY(0px);
  opacity: 1;
}
.fadeLeft2 {
  transition: all 5s cubic-bezier(0.12, 0.31, 0.25, 1);
  transform: translateX(-60px);
  opacity: 0;
}
.fadeLeft2.act {
  transform: translateX(0px);
  opacity: 1;
}
.fadeRight2 {
  transition: all 5s cubic-bezier(0.12, 0.31, 0.25, 1);
  transform: translateX(60px);
  opacity: 0;
}
.fadeRight2.act {
  transform: translateX(0px);
  opacity: 1;
}
.fadeLeft {
  transition: all 1.5s cubic-bezier(0.12, 0.31, 0.25, 1);
  transform: translateX(-60px);
  opacity: 0;
}
.fadeLeft.act {
  transform: translateX(0px);
  opacity: 1;
}
.fadeRight {
  transition: all 1.5s cubic-bezier(0.12, 0.31, 0.25, 1);
  transform: translateX(60px);
  opacity: 0;
}
.fadeRight.act {
  transform: translateX(0px);
  opacity: 1;
}

.popup_video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1101;
}
.popup_video .pop_layer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
}
.popup_video .pop_ctn {
  width: 75%;
  height: 80%;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  background: #000;
}
.popup_video .pop_ctn .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  padding: 7px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 10;
  transition: all 0.5s;
}
.popup_video .pop_ctn .close svg {
  transition: all 0.5s;
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.popup_video .pop_ctn .close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.popup_video .pop_ctn .close:hover svg {
  transform: rotate(180deg);
}
.popup_video .pop_ctn video {
  width: 100%;
  height: 100%;
  display: block;
}
.popup_video.on .pop_ctn {
  transform: translateY(0);
  opacity: 1;
}
a.but1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.65em 3em;
  border-radius: 200px;
  border: 1px solid #fff;
  transition: all 0.5s;
  margin-right: 17px;
}
a.but1 svg {
  width: 15px;
  height: 15px;
  margin: 0 0 0 15px;
}
a.but1:hover {
  transform: translateY(5px);
}
a.but2 {
  background: #F5B645;
  border: 1px solid #F5B645;
  color: #333333;
  transition: all 0.5s;
  border-radius: 200px;
  padding: 0.65em 3.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.but2:hover {
  transform: translateY(5px);
}
@keyframes txtup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes picScale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatPlanet2 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.cont {
  width: 100%;
  overflow: hidden;
}
.cont h1,.cont h2{
  font-weight: 400;
}
.cont p {
  margin: 0;
}
.cont img {
  max-width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.5s;
}
.cont .index_banner {
  width: 100%;
  height: calc(100vh - 125px);
  margin-top: 125px;
  position: relative;
}
.cont .index_banner .pag {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
.cont .index_banner .pag .swiper-pagination {
  position: relative;
  text-align: left;
}
.cont .index_banner .pag .swiper-pagination span {
  background: #fff;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  transition: all 0.5s;
}
.cont .index_banner .pag .swiper-pagination span.swiper-pagination-bullet-active {
  width: 50px;
}
.cont .index_banner .swiper-container {
  height: 100%;
  width: 100%;
}
.cont .index_banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .index_banner .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.07);
  transition: all ease-out 8s;
}
.cont .index_banner .swiper-container .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
.cont .index_banner .swiper-container .swiper-slide .text .bannerlogo {
  transform: translateY(50px);
  opacity: 0;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.cont .index_banner .swiper-container .swiper-slide .text h1 {
  color: #fff;
  display: block;
  width: 100%;
  transform: translateY(50px);
  font-size: 66px;
  margin-top: 1.5vw;
  opacity: 0;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.5s;
  line-height: 1.2;
  margin-bottom: 0;
}
.cont .index_banner .swiper-container .swiper-slide .text .subtit {
  color: #fff;
  display: block;
  width: 100%;
  transform: translateY(50px);
  margin-top: 1vw;
  opacity: 0;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.cont .index_banner .swiper-container .swiper-slide .text .btns {
  color: #fff;
  display: block;
  transform: translateY(50px);
  margin-top: 3vw;
  opacity: 0;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.001);
}
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .text .bannerlogo {
  transition-delay: 0.3s;
}
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .text h1 {
  transition-delay: 0.6s;
}
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .text .subtit {
  transition-delay: 0.9s;
}
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .text .btns {
  transition-delay: 1.2s;
}
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .text .bannerlogo,
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .text h1,
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .text .subtit,
.cont .index_banner .swiper-container .swiper-slide.swiper-slide-active .text .btns {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}
.cont .page1 {
  background: #F4F7FA;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .page1 .img {
  width: 50%;
  position: relative;
  padding-left: 50px;
}
.cont .page1 .img img {
  width: 100%;
}
.cont .page1 .img .txt .item {
  position: absolute;
  width: 35%;
}
.cont .page1 .img .txt .item p {
  margin: 0;
  display: block;
  font-size: 1.25vw;
  color: #fff;
}
.cont .page1 .img .txt .item span {
  display: block;
  color: #fff;
  font-size: 0.85vw;
  margin-top: 0.5vw;
}
.cont .page1 .img .txt .item:nth-child(1) {
  top: 4%;
  left: 60%;
}
.cont .page1 .img .txt .item:nth-child(2) {
  top: 56%;
  left: 35%;
}
.cont .page1 .img .txt .item:nth-child(3) {
  top: 81%;
  left: 60%;
}
.cont .page1 .item-r {
  width: 50%;
  padding-left: 8%;
}
.cont .page1 .item-r .tit {
  color: #060606;
}
.cont .page1 .item-r .e-tit {
  color: #060606;
  font-weight: 500;
}
.cont .page1 .item-r .subtit {
  color: #2f4aa5;
  margin-top: 1.5vw;
}
.cont .page1 .item-r .des {
  color: #333;
  margin-top: 1vw;
}
.cont .page1 .item-r ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.cont .page1 .item-r ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 1vw 0;
}
.cont .page1 .item-r ul li .counter {
  color: #333333;
  font-size: 90px;
  line-height: 1;
  margin-right: 15px;
}
.cont .page1 .item-r ul li .txt-r .p1 {
  color: #333333;
  line-height: 1.2;
}
.cont .page1 .item-r ul li .txt-r .p2 {
  color: #333333;
}
.cont .page2 {
  padding: 100px 0;
  background: #fff;
}
.cont .page2 h2 {
  color: #000000;
  text-align: center;
}
.cont .page2 .consult {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cont .page2 .consult .item {
  width: 49.5%;
  height: 380px;
  position: relative;
  overflow: hidden;
  padding: 2.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 20px;
}
.cont .page2 .consult .item:nth-child(1) {
  background: linear-gradient(138deg, #F4F8FF 0%, #CEDEFA 100%);
}
.cont .page2 .consult .item:nth-child(2) {
  background: linear-gradient(138deg, #F4F7FA 0%, #F4F7FA 100%);
}
.cont .page2 .consult .item .bg {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
}
.cont .page2 .consult .item .bg img {
  height: 100%;
  object-fit: cover;
}
.cont .page2 .consult .item .tit {
  border-radius: 100px;
  background: #fff;
  padding: 10px 20px;
  color: #2f4aa5;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.cont .page2 .consult .item .txt-btm {
  position: relative;
  z-index: 10;
  width: 60%;
}
.cont .page2 .consult .item .txt-btm p {
  display: block;
  color: #000000;
}
.cont .page2 .consult .item .txt-btm span {
  display: block;
  color: #333333;
  margin-top: 15px;
}
.cont .page3 {
  padding: 100px 0;
  background: linear-gradient(180deg, #3C0AB1 0%, #3A8CFF 96%);
}
.cont .page3 h2 {
  color: #fff;
  text-align: center;
}
.cont .page3 .operation {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
.cont .page3 .operation .item {
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #fff;
  transition: all .5s;
}
.cont .page3 .operation .item:hover{
  box-shadow: 5px 5px 20px #2125a7;
}
.cont .page3 .operation .item:nth-child(2),
.cont .page3 .operation .item:nth-child(4),
.cont .page3 .operation .item:nth-child(5),
.cont .page3 .operation .item:nth-child(7){
  transform: translateY(0px)!important;
  box-shadow: none!important;
}

.cont .page3 .operation .item:nth-child(2) .pic,
.cont .page3 .operation .item:nth-child(4) .pic,
.cont .page3 .operation .item:nth-child(5) .pic,
.cont .page3 .operation .item:nth-child(7) .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
.cont .page3 .operation .item:nth-child(2) .pic img,
.cont .page3 .operation .item:nth-child(4) .pic img,
.cont .page3 .operation .item:nth-child(5) .pic img,
.cont .page3 .operation .item:nth-child(7) .pic img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
.cont .page3 .operation .item:nth-child(2):hover .pic img,
.cont .page3 .operation .item:nth-child(4):hover .pic img,
.cont .page3 .operation .item:nth-child(5):hover .pic img,
.cont .page3 .operation .item:nth-child(7):hover .pic img {
  transform: scale(1.05);
}
.cont .page3 .operation .item .txt-t {
  display: flex;
  align-items: center;
}
.cont .page3 .operation .item .txt-t .pic {
  width: 48px;
  height: 48px;
  background: #2f4aa5;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
}
.cont .page3 .operation .item .txt-t .pic img {
  width: 50%;
}
.cont .page3 .operation .item .txt-t .txt-r {
  width: calc(100% - 67px);
}
.cont .page3 .operation .item .txt-t .txt-r p {
  display: block;
  color: #000000;
  line-height: 1.3;
}
.cont .page3 .operation .item .txt-t .txt-r span {
  color: #2f4aa5;
  display: block;
}
.cont .page3 .operation .item .des {
  color: #333333;
  line-height: 2;
}
.cont .page4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #F4F7FA; */
  width: 100%;
  padding: 45px 0;
}
.cont .page4 .item-l {
  width: 50%;
  padding-right: 5%;
}
.cont .page4 .item-l .txt-t h2 {
  color: #000000;
}
.cont .page4 .item-l .txt-t .des {
  color: #333333;
  margin-top: 15px;
}
.cont .page4 .item-l ul {
  margin-top: 5vw;
  width: 100%;
}
.cont .page4 .item-l ul li {
  width: 100%;
  padding: 1vw 1.5vw;
  background: #2f4aa5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-top: 1vw;
}
.cont .page4 .item-l ul li .ic {
  width: 50px;
  height: 50px;
  background: #2f4aa5;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.cont .page4 .item-l ul li .ic img {
  width: 50%;
}
.cont .page4 .item-l ul li .txt-r {
  width: calc(100% - 65px);
  color: #ffffff;
}
.cont .page4 .item-l ul li .txt-r .t1 {
  color: #ffffff;
  line-height: 1.4;
}
.cont .page4 .item-l ul li .txt-r .t2 {
  color: #ffffff;
}
.cont .page4 .item-l ul li .txt-r .t3 {
  color: #ffffff;
}
.zhinengzhizao-more {
  background-color: #2f4aa5;
  padding: 15px;
  border-radius: 12px;
  margin-top: 30px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
 
.zhinengzhizao-more:hover {
  transform: translateX(3px);
}

.cont .page4 .pic {
  width: 50%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.cont .page5 {
  width: 100%;
  padding: 100px 0;
}
.cont .page5 h2 {
  color: #000000;
  text-align: center;
}
.cont .page5 .swp5 {
  width: 100%;
}
.cont .page5 .swp5 .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: auto;
  display: block;
}
.cont .page5 .swp5 .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.cont .page5 .swp5 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont .page5 .swp5 .swiper-slide .ic-item {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  flex-wrap: wrap;
}
.cont .page5 .swp5 .swiper-slide .ic-item .ic {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #2f4aa5;
  margin-right: 6px;
  margin-bottom: 6px;
}
.cont .page5 .swp5 .swiper-slide .logo-btm {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.cont .page5 .swp5 .swiper-slide .logo-btm .logo {
  width: 30%;
  -webkit-mix-blend-mode: darken;
  mix-blend-mode: darken;
}
.cont .page5 .swp5 .swiper-slide .logo-btm .txt {
  width: 60%;
  line-height: 1.4;
}
.cont .page5 .swp5 .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.cont .page5 .pic-item {
  width: 100%;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}
.cont .page6 {
  background: linear-gradient(359deg, #FFFFFF 0%, #E8EEF9 100%);
  width: 100%;
  padding: 100px 0;
}
.cont .page6 h2 {
  text-align: center;
  color: #000000;
}
.cont .page6 .roll_box {
  width: 100%;
}
.cont .page6 .roll_box .roll {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.cont .page6 .roll_box .roll ul {
  display: flex;
}
.cont .page6 .roll_box .roll li {
  width: 244px;
}
.cont .page6 .roll_box .roll li img {
  width: 219px;
  border-radius: 10px;
}
.cont .page7 {
  position: relative;
}
.cont .page7 .bg img {
  width: 100%;
}
.cont .page7 .p1 {
  width: 154px;
  height: 48px;
  background: rgba(53, 85, 255, 0.2);
  position: absolute;
  top: 54%;
  left: 41%;
}
.cont .page7 .p2 {
  width: 154px;
  height: 48px;
  background: rgba(53, 85, 255, 0.2);
  position: absolute;
  top: 70%;
  left: 29%;
}
.cont .page7 .txt-ctn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 10;
}
.cont .page7 .txt-ctn h2 {
  color: #fff;
}
.cont .page7 .txt-ctn .subtit {
  color: #fff;
}
.cont .page7 .txt-ctn .but1 {
  margin-top: 2vw;
}
.cont .page7 .txt-ctn .but1 svg {
  width: 20px;
  height: 20px;
  margin: 0 0 0 15px;
}
.cont .page8 {
  padding: 100px 0;
}
.cont .page8 h2 {
  color: #000000;
  text-align: center;
}
.cont .page8 .news {
  width: 100%;
}
.cont .page8 .w1440 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}
.cont .page8 .w1440 .item {
  width: 100%;
  display: block;
}
.cont .page8 .w1440 .item .img {
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.cont .page8 .w1440 .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cont .page8 .w1440 .item .txt {
  margin-top: 10px;
}
.cont .page8 .w1440 .item .txt .tit {
  color: #000000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
}
.cont .page8 .w1440 .item .txt .time {
  color: #333333;
  margin-top: 10px;
}
.cont .page8 .w1440 .item:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}

@media screen and (max-width: 1600px) {
  .cont .index_banner .swiper-container .swiper-slide .text h1 {
    font-size: 3.5vw;
  }
  .cont .page1 .item-r ul li .counter {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1520px) {
    .cont .index_banner {
    height: calc(100vh - 118px);
    margin-top: 118px;
  }
@media screen and (max-width: 1500px) {
  .w1440 {
    width: 90%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page2 .consult .item {
    height: 300px;
  }
  .cont .page3 .operation .item {
    height: 310px;
  }
}
@media screen and (max-width: 1280px) {
  a.but1 {
    padding: 0.45em 2em;
    font-size: 14px;
    margin-right: 12px;
  }
  a.but1 svg {
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
  }
  .cont .page2 .consult .item {
    height: 280px;
  }
  .cont .page3 .operation .item {
    height: 275px;
  }
  .cont .page5 .swp5 .swiper-slide .ic-item .ic {
    font-size: 12px;
  }
  .cont .page6 .roll_box .roll li {
    width: 190px;
  }
  .cont .page6 .roll_box .roll li img {
    width: 180px;
  }
  .cont .page2,
  .cont .page3,
  .cont .page5,
  .cont .page6,
  .cont .page8 {
    padding: 50px 0;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .popup_video .pop_ctn {
    width: 90%;
    height: auto;
  }
  .popup_video .pop_ctn .close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    padding: 6px;
  }
  .popup_video .pop_ctn .close svg {
    width: 13px;
    height: 13px;
  }
  .cont .index_banner {
    margin-top: 105px;
    height: 60vw;
  }
  .cont .page1 .img .txt .item:nth-child(1) {
    left: 62%;
  }
  .cont .page1 .img .txt .item:nth-child(2) {
    left: 39%;
  }
  .cont .page1 .img .txt .item:nth-child(3) {
    top: 80%;
    left: 62%;
  }
  .cont .page2 .consult .item {
    height: 240px;
  }
  .cont .page2 .consult .item .txt-btm span {
    margin-top: 5px;
  }
  .cont .page2 .consult .item .txt-btm {
    width: 70%;
  }
  .cont .page3 .operation .item {
    height: 240px;
  }
  .cont .page5 .pic-item {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 150%;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page6 .roll_box .roll li {
    width: 100px;
  }
  .cont .page6 .roll_box .roll li img {
    width: 90px;
  }
  .cont .index_banner {
    height: 80vw;
  }
  a.but1 {
    font-size: 12px;
  }
  .cont .index_banner .swiper-container .swiper-slide .text .bannerlogo {
    width: 40%;
  }
  .cont .index_banner .swiper-container .swiper-slide .text h1 {
    font-size: 6.5vw;
    margin-top: 10px;
  }
  .cont .index_banner .swiper-container .swiper-slide .text .subtit {
    font-size: 3.5vw;
  }
  .cont .page1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont .page1 .img {
    width: 80%;
    padding-left: 0;
  }
  .cont .page1 .item-r {
    width: 100%;
    margin-top: 20px;
    padding: 0 5%;
  }
  .cont .page1 .img .txt .item p {
    font-size: 3.25vw;
  }
  .cont .page1 .img .txt .item span {
    font-size: 1.85vw;
  }
  .cont .page1 .img .txt .item {
    width: 39%;
  }
  .cont .page1 .img .txt .item:nth-child(1) {
    top: 2%;
    left: 58%;
  }
  .cont .page1 .img .txt .item:nth-child(2) {
    left: 32%;
    top: 54%;
  }
  .cont .page1 .img .txt .item:nth-child(3) {
    top: 78%;
    left: 58%;
  }
  .cont .page1 .item-r ul li .counter {
    font-size: 13vw;
  }
  .cont .page1 .item-r ul li .txt-r .p1 {
    font-size: 16px;
  }
  .cont .page1 .item-r ul li .txt-r .p2 {
    font-size: 12px;
  }
  .cont .page2 .consult {
    flex-wrap: wrap;
  }
  .cont .page2 .consult .item {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
  }
  .cont .page2 .consult .item {
    height: 200px;
  }
  .cont .page2 .consult .item .tit {
    font-size: 12px;
    padding: 5px 10px;
  }
  .cont .page3 .operation {
    grid-template-columns: repeat(2, 1fr);
  }
  .cont .page3 .operation .item {
    padding: 10px;
    border-radius: 10px;
    height: 175px;
  }
  .cont .page3 .operation .item .txt-t .pic {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
  }
  .cont .page3 .operation .item .txt-t .txt-r {
    width: calc(100% - 40px);
  }
  .cont .page3 .operation .item .txt-t .txt-r p {
    font-size: 16px;
  }
  .cont .page3 .operation .item .txt-t .txt-r span {
    font-size: 12px;
  }
  .cont .page3 .operation .item .des {
    line-height: 1.5;
    font-size: 12px;
  }
  .cont .page4 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont .page4 .item-l {
    width: 100%;
    padding: 0 5%;
  }
  .cont .page4 .pic {
    width: 90%;
    margin-top: 20px;
    border-radius: 10px;
  }
  .cont .page4 .item-l ul li .ic {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
  }
  .cont .page4 .item-l ul li .txt-r {
    width: calc(100% - 40px);
  }
  .cont .page4 .item-l ul li {
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
  }
  .cont .page4 .item-l .txt-t .des {
    margin-top: 5px;
  }
  .cont .page5 .swp5 {
    width: 90%;
  }
  .cont .page5 .pic-item {
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .cont .page7 .bg {
    height: 200px;
  }
  .cont .page7 .bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .cont .page7 .txt-ctn h2 {
    font-size: 20px;
  }
  .cont .page7 .txt-ctn .subtit {
    font-size: 12px;
  }
  .cont .page7 .p1 {
    display: none;
  }
  .cont .page7 .p2 {
    display: none;
  }
  .cont .page8 .w1440 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .cont .index_banner .pag .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .cont .index_banner .pag .swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
  }
}
/*# sourceMappingURL=./meetexperience.css.map */