@charset "UTF-8";
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.loading .loadingBg {
  width: auto;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading .slash-progress {
  width: 3.6rem;
  height: 0.18rem;
  background-color: #191927;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26vh;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.1rem #111111;
}

.loading .slash-progress .slash-bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(-50deg, #ffffff 36%, #7db9e8 28%, #7db9e8 67%, #ffffff 25%);
  background-size: 0.24rem 0.18rem;
  -webkit-animation: load 25s;
  animation: load 25s;
  position: relative;
}

.loading .slash-progress .masker {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  background: linear-gradient(90deg, #f53e55 20%, #265bef 100%);
}

@keyframes load {
  0% {
    width: 0;
  }
}

.banner {
  width: 100%;
  position: relative;
}

.banner .bannerInner {
  width: 100%;
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 1.41rem;
  padding-right: 1.43rem;
}

.banner .bannerInner .leftText {
  position: absolute;
  width: 8.14rem;
  top: 50%;
  transform: translateY(-50%);
  left: 2.35rem;
  z-index: 5;
  color: #ffffff;
  line-height: 1;
  font-size: 0.95rem;
  font-family: 'PingFang-Medium';
  animation: resizeText 2s forwards;
}

.banner .bannerInner .rightText {
  width: 1.99rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.73rem;
  animation: resizeImage 2s forwards;
}

.banner .bannerInner .aniamtiondelay {
  animation-delay: 25s;
}

.indexTextInner {
  padding: 0.88rem 0.38rem 0.64rem 0.99rem;
  position: relative;
}

.indexTextInner .indexIcon1 {
  width: 0.58rem;
}

.indexTextInner .text {
  padding-left: 0.23rem;
}

.indexTextInner .text p {
  font-size: 1.42rem;
  color: #1616e8;
  line-height: 1;
  margin-top: 0.25rem;
  font-family: 'Alibaba-PuHuiTi-Bold';
}

.indexTextInner .text p:first-child {
  margin-top: 0.5rem;
}

.indexTextInner .indexIcon2 {
  width: 1.56rem;
  margin-top: 0.25rem;
}

.indexTextInner .tip {
  width: 14.02rem;
  font-size: 0.36rem;
  color: #1616e8;
  line-height: 0.6rem;
  margin-left: 0.25rem;
  margin-top: 0.1rem;
}

.indexTextInner .indexIcon3 {
  width: 4.81rem;
  position: absolute;
  top: 0.88rem;
  right: 0.38rem;
}

.indexTextInner .indexIcon4 {
  width: 1.3418rem;
  position: absolute;
  top: 9.27rem;
  right: 0.77rem;
}

.LeveragedMarketing {
  position: relative;
}

.LeveragedMarketing .LeveragedMarketingInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0.92rem 2.75rem 0.62rem;
  position: absolute;
  top: 0;
  left: 0;
}

.LeveragedMarketing .LeveragedMarketingInner .title .indexIcon1 {
  width: 0.58rem;
}

.LeveragedMarketing .LeveragedMarketingInner .title p {
  font-size: 0.68rem;
  color: #1616e8;
  line-height: 1;
  margin-top: 0.21rem;
}

.LeveragedMarketing .LeveragedMarketingInner .title .bt {
  font-weight: bold;
  font-size: 1.08rem;
  color: #1616e8;
  line-height: 1;
  margin-top: 0.09rem;
  display: flex;
}

.LeveragedMarketing .LeveragedMarketingInner .title .bt span {
  width: 0.28rem;
  margin-right: 0.2rem;
  display: block;
  position: relative;
}

.LeveragedMarketing .LeveragedMarketingInner .title .bt span::after {
  content: '';
  width: 0.28rem;
  height: 0.14rem;
  background: #1616e8;
  position: absolute;
}

.LeveragedMarketing .LeveragedMarketingInner .title .bt span::before {
  content: '';
  width: 0.14rem;
  height: 0.62rem;
  background: #1616e8;
  position: absolute;
}

.LeveragedMarketing .LeveragedMarketingInner .title .bt span:last-child {
  margin-right: 0;
  margin-left: 0.2rem;
}

.LeveragedMarketing .LeveragedMarketingInner .title .bt .left::after, .LeveragedMarketing .LeveragedMarketingInner .title .bt .left::before {
  top: 0.05rem;
  left: 0;
}

.LeveragedMarketing .LeveragedMarketingInner .title .bt .right::after, .LeveragedMarketing .LeveragedMarketingInner .title .bt .right::before {
  bottom: 0.01rem;
  right: 0;
}

.LeveragedMarketing .LeveragedMarketingInner .text {
  font-size: 0.28rem;
  color: #1616e8;
  line-height: 0.4rem;
  text-align: left;
}

.CoreBusiness {
  width: 100%;
  background-image: linear-gradient(to bottom, #1616e8 3%, #ffffff 57%, #ffffff 100%);
  padding-top: 0.93rem;
  padding-bottom: 0.85rem;
}

.CoreBusiness .CoreBusinessTitle {
  width: 4.62rem;
  margin: 0 auto;
}

.CoreBusiness .desc {
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin-top: 0.3rem;
}

.CoreBusiness ul {
  width: 12.04rem;
  margin: 0.61rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.CoreBusiness ul li {
  width: 3.72rem;
  height: 4.43rem;
  background: url("../images/CoreBusinessItemBg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0.44rem;
}

.CoreBusiness ul li .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 0.21rem;
  margin-bottom: 0.15rem;
}

.CoreBusiness ul li .info img {
  width: 0.89rem;
}

.CoreBusiness ul li .info p {
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  line-height: 1;
  margin-top: 0.12rem;
}

.CoreBusiness ul li .info span {
  font-size: 0.14rem;
  color: #878d99;
  margin-top: 0.08rem;
}

.CoreBusiness ul li .info::after {
  content: '';
  width: 0.36rem;
  height: 0.06rem;
  background: #0707ff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.CoreBusiness ul li .link a {
  text-align: center;
  display: block;
  font-size: 0.16rem;
  color: #868a91;
  line-height: 0.32rem;
}

.OurCuents .OurCuentsTitle {
  width: 100%;
  height: 2.4rem;
  background: #1616e8;
  padding-top: 0.93rem;
}

.OurCuents .OurCuentsTitle img {
  width: 3.93rem;
  margin: 0 auto;
}

.OurCuents .OurCuentsContent {
  width: 100%;
  background: #d0d0d0;
  padding: 0.44rem 0 0.22rem;
}

.OurCuents .OurCuentsContent ul {
  width: 11.6rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.OurCuents .OurCuentsContent ul li {
  width: 2.32rem;
}

.OurCaseStudy {
  position: relative;
}

.OurCaseStudy .OurCaseStudyInner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.94rem 0 0.81rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyTitle {
  width: 5.17rem;
  margin: 0 auto;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent {
  width: 11.71rem;
  margin: 0.66rem auto 0;
  display: flex;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .nav {
  width: 3.71rem;
  height: 2.1rem;
  margin-top: 1.47rem;
  position: relative;
  padding-left: 0.27rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .nav::after {
  content: '';
  position: absolute;
  width: 0.02rem;
  height: 100%;
  background: #ffffff;
  opacity: 0.49;
  left: 0;
  top: 0;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .nav::before {
  content: '';
  position: absolute;
  width: 0.04rem;
  height: 0.7rem;
  background: #ffffff;
  left: -0.01rem;
  transition: all 0.3s;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .nav li {
  font-size: 0.2rem;
  color: #cccccc;
  cursor: pointer;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navOne::before {
  top: 0rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navOne li:nth-child(1) {
  font-size: 0.26rem;
  color: #ffffff;
  font-weight: bold;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navTwo::before {
  top: 0.7rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navTwo li:nth-child(2) {
  font-size: 0.26rem;
  color: #ffffff;
  font-weight: bold;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navThree::before {
  top: 1.4rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navThree li:nth-child(3) {
  font-size: 0.26rem;
  color: #ffffff;
  font-weight: bold;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent {
  width: 8rem;
  height: 5.2rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper {
  width: 100%;
  height: 100%;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper .swiper-slide {
  position: relative;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper .swiper-slide .info {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  padding: 0.14rem 0.31rem;
  bottom: 0;
  left: 0;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper .swiper-slide .info .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper .swiper-slide .info .desc {
  min-height: 0.48rem;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.24rem;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.27rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.06rem;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  margin: 0 0.07rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-pagination .swiper-pagination-bullet-active {
  background: #1616e8;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-button-next,
.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-button-prev {
  width: 0.49rem;
  height: 0.49rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-button-next::after,
.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-button-prev::after {
  content: none;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-button-next {
  right: 0.2rem;
}

.OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent .swiper-button-prev {
  left: 0.2rem;
}

.news {
  padding-top: 1rem;
  padding-bottom: 1.33rem;
  position: relative;
}

.news .newsTitle {
  width: 4.34rem;
  margin: 0 auto;
}

.news .indexIcon1 {
  width: 0.59rem;
  display: block;
  position: absolute;
  left: 2.21rem;
}

.news .indexIcon4 {
  width: 1.32rem;
  display: block;
  position: absolute;
  right: 1.5rem;
  bottom: 0.83rem;
}

.news .newsnr {
  width: 11.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.news .newsnr .left {
  width: 5.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 7.08rem;
}

.news .newsnr .left .top {
  width: 100%;
}

.news .newsnr .left .top .img {
  width: 100%;
  overflow: hidden;
}

.news .newsnr .left .top .img img {
  width: 100%;
  height: 3.52rem;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* 平滑的过渡效果 */
}

.news .newsnr .left .top .img:hover img {
  transform: scale(1.25);
  /* 放大10% */
}

.news .newsnr .left .top > p {
  font-weight: bold;
  font-size: 0.28rem;
  color: #1616e8;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  padding-top: 0.2rem;
}

.news .newsnr .left .top .text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.2rem;
}

.news .newsnr .left .top .text p {
  font-size: 0.2rem;
  color: #1616e8;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  padding-right: 0.3rem;
}

.news .newsnr .left .top .text span {
  font-size: 0.2rem;
  color: #1616e8;
  line-height: 1;
}

.news .newsnr .left .lower {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.news .newsnr .left .lower .box {
  width: 2.75rem;
}

.news .newsnr .left .lower .box .img {
  width: 100%;
  overflow: hidden;
}

.news .newsnr .left .lower .box .img img {
  width: 100%;
  height: 1.69rem;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* 平滑的过渡效果 */
}

.news .newsnr .left .lower .box .img:hover img {
  transform: scale(1.25);
  /* 放大10% */
}

.news .newsnr .left .lower .box p {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1616e8;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  padding-top: 0.2rem;
}

.news .newsnr .left .lower .box span {
  display: block;
  font-size: 0.16rem;
  color: #1616e8;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  padding-top: 0.15rem;
}

.news .newsnr .right {
  width: 5.7rem;
}

.news .newsnr .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .newsnr .right .top .box {
  width: 2.75rem;
  position: relative;
  overflow: hidden;
}

.news .newsnr .right .top .box img {
  width: 100%;
  height: 1.58rem;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* 平滑的过渡效果 */
}

.news .newsnr .right .top .box div {
  width: 100%;
  height: 0.37rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(22, 22, 232, 0), rgba(22, 22, 232, 0.3));
}

.news .newsnr .right .top .box div p {
  font-weight: bold;
  font-size: 0.16rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  line-height: 0.37rem;
  padding-left: 0.2rem;
}

.news .newsnr .right .top .box:hover img {
  transform: scale(1.25);
  /* 放大10% */
}

.news .newsnr .right .in {
  width: 100%;
  position: relative;
  margin: 0.2rem 0;
  overflow: hidden;
}

.news .newsnr .right .in img {
  width: 100%;
  height: 3.52rem;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* 平滑的过渡效果 */
}

.news .newsnr .right .in div {
  width: 100%;
  height: 0.47rem;
  background: linear-gradient(rgba(22, 22, 232, 0), rgba(22, 22, 232, 0.3));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news .newsnr .right .in div p {
  flex: 1;
  font-weight: bold;
  font-size: 0.28rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.2rem;
  margin-right: 0.3rem;
}

.news .newsnr .right .in div span {
  font-size: 0.2rem;
  color: #ffffff;
  margin-right: 0.3rem;
}

.news .newsnr .right .in:hover img {
  transform: scale(1.25);
  /* 放大10% */
}

.OurTeam {
  width: 100%;
  background: #d0d0d0;
  padding: 0.96rem 0 0.55rem;
}

.OurTeam .OurTeamTitle {
  width: 3.14rem;
  margin: 0 auto;
}

.OurTeam .OurTeamContent {
  margin-top: 0.61rem;
  padding-left: 3.6rem;
  display: flex;
  align-items: center;
}

.OurTeam .OurTeamContent li {
  width: 1.6rem;
  height: 5.6rem;
  border-radius: 0rem 0rem 0.3rem 0.3rem;
  margin-right: 0.3rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}

.OurTeam .OurTeamContent li img {
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: all 0.5s;
}

.OurTeam .OurTeamContent li .info {
  width: 100%;
  height: 2.43rem;
  background-image: url("../images/OurTeamCard.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.3rem;
  transition: all 0.2s;
}

.OurTeam .OurTeamContent li .info.horizontal {
  opacity: 0;
}

.OurTeam .OurTeamContent li .info.horizontal .name {
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 1;
  font-family: 'AaHouDiHei';
  white-space: nowrap;
}

.OurTeam .OurTeamContent li .info.horizontal p {
  font-size: 0.24rem;
  color: #0f0fdf;
  line-height: 1;
  margin-top: 0.21rem;
  font-family: 'AaHouDiHei';
}

.OurTeam .OurTeamContent li .info.vertical {
  flex-direction: row;
  justify-content: center;
}

.OurTeam .OurTeamContent li .info.vertical .name {
  font-size: 0.26rem;
  color: #ffffff;
  white-space: nowrap;
  line-height: 1;
  font-family: 'AaHouDiHei';
  transform: rotate(-90deg);
}

.OurTeam .OurTeamContent li.active {
  width: 4.21rem;
}

.OurTeam .OurTeamContent li.active img {
  height: 120%;
}

.OurTeam .OurTeamContent li.active .info.horizontal {
  opacity: 1;
}

.OurTeam .OurTeamContent li.active .info.vertical {
  opacity: 0;
}

.OurTeam .OurTeamContent li:last-child {
  margin-right: 0;
}

.comment {
  width: 100%;
  height: 11.28rem;
  background-image: url("../images/comment_bj.jpg");
  background-size: 100%;
  padding-top: 1.22rem;
}

.comment .commentTitle {
  width: 7.17rem;
  margin: 0 auto;
}

.comment .swiper_comment {
  margin-top: 1.2rem;
  position: relative;
}

.comment .swiper_comment .commentswiper {
  width: 11.6rem;
  height: 7.2rem;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 1rem;
  position: relative;
}

.comment .swiper_comment .commentswiper ul {
  width: 11.6rem;
  height: 7.2rem;
  overflow: hidden;
}

.comment .swiper_comment .commentswiper ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 300px, 0) scale(0.81);
}

.comment .swiper_comment .commentswiper ul li .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.08rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.62rem 0px rgba(22, 22, 232, 0.4);
  padding: 0.59rem 0 0.41rem;
}

.comment .swiper_comment .commentswiper ul li .box .img {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../images/comment2.png");
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}

.comment .swiper_comment .commentswiper ul li .box .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.comment .swiper_comment .commentswiper ul li .box .right {
  flex: 1;
  margin-right: 0.6rem;
}

.comment .swiper_comment .commentswiper ul li .box .right .name {
  font-weight: bold;
  font-size: 0.48rem;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.comment .swiper_comment .commentswiper ul li .box .right .position {
  font-size: 0.32rem;
  color: #333333;
  line-height: 1;
}

.comment .swiper_comment .commentswiper ul li .box .right span {
  width: 0.63rem;
  height: 0.08rem;
  background: #1616e8;
  display: block;
  margin: 0.3rem 0 0.4rem 0;
}

.comment .swiper_comment .commentswiper ul li .box .right .text {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
}

.comment .swiper_comment .commentswiper ul .p1 {
  transform: translate3d(0, -70px, 0) scale(0.81);
}

.comment .swiper_comment .commentswiper ul .p2 {
  transform: translate3d(0, 0, 0) scale(0.81);
  transform-origin: 50% 0%;
  opacity: 0.8;
  z-index: 2;
}

.comment .swiper_comment .commentswiper ul .p3 {
  transform: translate3d(0, 70px, 0) scale(1);
  z-index: 3;
  opacity: 1;
}

.comment .swiper_comment .commentswiper ul .p4 {
  transform: translate3d(0, 140px, 0) scale(0.81);
  transform-origin: 50% 100%;
  opacity: 0.8;
  z-index: 2;
}

.comment .swiper_comment .prev {
  position: absolute;
  transform: translateX(-50);
  top: 50%;
  left: 2.5rem;
  cursor: pointer;
}

.comment .swiper_comment .prev img {
  width: 0.6rem;
  display: block;
}

.comment .swiper_comment .next {
  position: absolute;
  transform: translateX(-50);
  top: 50%;
  right: 2.5rem;
  cursor: pointer;
}

.comment .swiper_comment .next img {
  width: 0.6rem;
  display: block;
}

.detailInfo {
  width: 12rem;
  margin: -1.4rem auto 0;
  position: relative;
  z-index: 1;
}

.detailInfo .Breadcrumb {
  margin: 0 0.66rem 0.3rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #ffffff;
}

.detailInfo .Breadcrumb a {
  color: #ffffff;
}

.detailInfo .infoContent {
  background-color: #ffffff;
  padding: 0.1rem 0.5rem 0.5rem;
  box-shadow: 0 -0.06rem 0.18rem 0 rgba(15, 15, 223, 0.2);
}

.detailInfo .infoContent .title {
  font-weight: bold;
  font-size: 0.4rem;
  color: #292929;
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: 0.01rem solid #efefef;
}

.detailInfo .infoContent .content {
  padding: 0.07rem 0.2rem 0;
}

.detailInfo .infoContent .content p {
  font-weight: 500;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.3rem;
  margin-top: 0.38rem;
  text-indent: 2em;
}

.detailInfo .infoContent .content img {
  margin-top: 0.45rem;
}

.handleInner {
  width: 12rem;
  margin: 0 auto;
  padding: 0.3rem 0.71rem 0.78rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.handleInner .prev a,
.handleInner .next a {
  width: 2.02rem;
  height: 0.5rem;
  border: 0.02rem solid #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.15rem;
  font-weight: 500;
  font-size: 0.18rem;
  color: #999999;
}

.handleInner .prev a img,
.handleInner .next a img {
  width: 0.16rem;
  height: 0.17rem;
}

.handleInner .prev.noMore a,
.handleInner .next.noMore a {
  cursor: not-allowed;
  opacity: 0.3;
}

.handleInner .goIndex a {
  width: 2.02rem;
  height: 0.5rem;
  border: 0.02rem solid #0f0fdf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.18rem;
  color: #0f0fdf;
}

.powerful {
  width: 100%;
  margin: 0.46rem 0 0.5rem;
}

@media (max-width: 900px) {
  .loading {
    background-color: #000000;
  }
  .loading .loadingBg {
    min-height: auto;
    height: 74vh;
  }
  .loading .slash-progress {
    bottom: 34vh;
  }
  .banner .bannerInner {
    top: 0.2rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .banner .bannerInner .leftText {
    width: 3.3rem;
    left: 0.85rem;
    font-size: 0.375rem;
    animation: resizeMobileText 2s forwards;
  }
  .banner .bannerInner .rightText {
    width: 0.8rem;
    right: 0.58rem;
    animation: resizeMobileImage 2s forwards;
  }
  .indexTextInner {
    padding: 0.5rem;
  }
  .indexTextInner .indexIcon1 {
    width: 0.38rem;
  }
  .indexTextInner .text {
    padding-left: 0.1rem;
  }
  .indexTextInner .text p {
    font-size: 0.7rem;
    margin-top: 0.2rem;
  }
  .indexTextInner .text p:first-child {
    margin-top: 0.3rem;
  }
  .indexTextInner .indexIcon2 {
    width: 0.56rem;
    padding-left: 0.1rem;
  }
  .indexTextInner .tip {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.38rem;
    margin-left: 0.1rem;
    margin-top: 0.2rem;
  }
  .indexTextInner .indexIcon3,
  .indexTextInner .indexIcon4 {
    display: none;
  }
  .LeveragedMarketing .LeveragedMarketingInner {
    padding: 0.2rem 0.8rem 0.1rem;
  }
  .LeveragedMarketing .LeveragedMarketingInner .title .indexIcon1 {
    width: 0.38rem;
  }
  .LeveragedMarketing .LeveragedMarketingInner .title p {
    font-size: 0.28rem;
    margin-top: 0.15rem;
  }
  .LeveragedMarketing .LeveragedMarketingInner .title .bt {
    font-size: 0.55rem;
    margin-top: 0.15rem;
  }
  .LeveragedMarketing .LeveragedMarketingInner .title .bt span {
    width: 0.1rem;
    margin-right: 0.2rem;
  }
  .LeveragedMarketing .LeveragedMarketingInner .title .bt span::after {
    width: 0.2rem;
    height: 0.1rem;
  }
  .LeveragedMarketing .LeveragedMarketingInner .title .bt span::before {
    width: 0.1rem;
    height: 0.4rem;
  }
  .LeveragedMarketing .LeveragedMarketingInner .text {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
  .CoreBusiness {
    padding: 0.5rem 0;
  }
  .CoreBusiness .CoreBusinessTitle {
    width: 3.62rem;
  }
  .CoreBusiness .desc {
    font-size: 0.2rem;
  }
  .CoreBusiness ul {
    width: 100%;
    margin: 0.5rem auto 0;
    display: block;
    overflow-y: auto;
    white-space: nowrap;
    padding: 0 0.2rem;
  }
  .CoreBusiness ul li {
    display: inline-block;
  }
  .OurCuents .OurCuentsTitle {
    height: 1.4rem;
    padding-top: 0.43rem;
  }
  .OurCuents .OurCuentsTitle img {
    width: 3rem;
  }
  .OurCuents .OurCuentsContent {
    padding: 0.2rem 0.2rem 0.15rem;
  }
  .OurCuents .OurCuentsContent ul {
    width: 100%;
  }
  .OurCuents .OurCuentsContent ul li {
    width: 25%;
  }
  .OurCaseStudy {
    height: 8.8rem;
    background-color: #1615e7;
  }
  .OurCaseStudy .OurCaseStudyInner {
    padding: 0.5rem 0;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyTitle {
    width: 4.17rem;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent {
    width: 100%;
    margin: 0.8rem auto 0;
    display: block;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .nav {
    width: 7rem;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-bottom: 0.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .nav::after {
    width: 6rem;
    height: 0.02rem;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .nav::before {
    width: 2rem;
    height: 0.04rem;
    left: 0;
    top: auto;
    bottom: 0;
    transition: all 0.3s;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .nav li {
    flex: 1;
    text-align: center;
    font-size: 0.2rem;
    white-space: nowrap;
    padding: 0;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navOne::before {
    left: 0.5rem;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navTwo::before {
    left: 2.5rem;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .navThree::before {
    left: 4.5rem;
  }
  .OurCaseStudy .OurCaseStudyInner .OurCaseStudyContent .swiperContent {
    width: 7rem;
    margin: 0.5rem auto 0;
    height: 5.2rem;
  }
  .news {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
  }
  .news .newsTitle {
    width: 3.6rem;
  }
  .news .indexIcon1 {
    left: 0.25rem;
    top: 1.3rem;
  }
  .news .indexIcon4 {
    display: none;
  }
  .news .newsnr {
    width: 7rem;
    flex-direction: column;
    margin-top: 0.6rem;
  }
  .news .newsnr .left {
    width: 7rem;
    height: auto;
  }
  .news .newsnr .left .top .img img {
    height: 3.7rem;
  }
  .news .newsnr .left .top .text p {
    font-size: 0.22rem;
  }
  .news .newsnr .left .top .text span {
    font-size: 0.22rem;
  }
  .news .newsnr .left .lower {
    margin-top: 0.2rem;
  }
  .news .newsnr .left .lower .box {
    width: 3.4rem;
  }
  .news .newsnr .left .lower .box .img img {
    height: 2rem;
  }
  .news .newsnr .left .lower .box p {
    width: 3.3rem;
  }
  .news .newsnr .left .lower .box span {
    width: 3.3rem;
    padding-top: 0.2rem;
  }
  .news .newsnr .right {
    width: 7rem;
    margin-top: 0.2rem;
  }
  .news .newsnr .right .top .box {
    width: 3.4rem;
  }
  .news .newsnr .right .top .box img {
    height: 2rem;
  }
  .news .newsnr .right .top .box div {
    height: 0.5rem;
  }
  .news .newsnr .right .top .box div p {
    font-size: 0.24rem;
    width: 3.3rem;
    line-height: 0.5rem;
  }
  .news .newsnr .right .in img {
    height: 3.7rem;
  }
  .news .newsnr .right .in div {
    height: 0.65rem;
  }
  .news .newsnr .right .in div p {
    font-size: 0.28rem;
    width: 3.3rem;
  }
  .news .newsnr .right .in div span {
    font-size: 0.22rem;
  }
  .OurTeam {
    width: 100%;
    background: #d0d0d0;
    padding: 0.5rem 0.2rem;
  }
  .OurTeam .OurTeamTitle {
    width: 2.8rem;
  }
  .OurTeam .OurTeamContent {
    margin-top: 0.3rem;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .OurTeam .OurTeamContent li {
    width: 48% !important;
    height: auto;
    margin-right: 2%;
    margin-top: 2%;
  }
  .OurTeam .OurTeamContent li .info.horizontal {
    opacity: 1 !important;
  }
  .OurTeam .OurTeamContent li .info.vertical {
    display: none;
  }
  .OurTeam .OurTeamContent li:nth-child(2n) {
    margin-right: 0;
  }
  .comment {
    width: 100%;
    height: 7.4rem;
    padding-top: 0.6rem;
  }
  .comment .commentTitle {
    width: 6rem;
  }
  .comment .swiper_comment {
    margin-top: 0.6rem;
  }
  .comment .swiper_comment .commentswiper {
    width: 7rem;
    height: 5rem;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.5rem;
    position: relative;
  }
  .comment .swiper_comment .commentswiper ul {
    width: 7rem;
    height: 5rem;
    overflow: hidden;
  }
  .comment .swiper_comment .commentswiper ul li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
    transform: translate3d(0, 300px, 0) scale(0.81);
  }
  .comment .swiper_comment .commentswiper ul li .box {
    padding: 0.3rem 0;
  }
  .comment .swiper_comment .commentswiper ul li .box .img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .comment .swiper_comment .commentswiper ul li .box .right {
    margin-right: 0.25rem;
  }
  .comment .swiper_comment .commentswiper ul li .box .right .name {
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
  }
  .comment .swiper_comment .commentswiper ul li .box .right .position {
    font-size: 0.3rem;
  }
  .comment .swiper_comment .commentswiper ul li .box .right span {
    width: 0.5rem;
    height: 0.05rem;
    margin: 0.2rem 0;
  }
  .comment .swiper_comment .commentswiper ul li .box .right .text {
    font-size: 0.24rem;
  }
  .comment .swiper_comment .commentswiper ul .p1 {
    transform: translate3d(0, -0.5rem, 0) scale(0.81);
  }
  .comment .swiper_comment .commentswiper ul .p2 {
    transform: translate3d(0, 0, 0) scale(0.81);
    transform-origin: 50% 0%;
    opacity: 0.8;
    z-index: 2;
  }
  .comment .swiper_comment .commentswiper ul .p3 {
    transform: translate3d(0, 0.5rem, 0) scale(1);
    z-index: 3;
    opacity: 1;
  }
  .comment .swiper_comment .commentswiper ul .p4 {
    transform: translate3d(0, 1rem, 0) scale(0.81);
    transform-origin: 50% 100%;
    opacity: 0.8;
    z-index: 2;
  }
  .comment .swiper_comment .prev {
    position: absolute;
    transform: translateX(-50);
    top: 50%;
    left: 2.5rem;
    cursor: pointer;
  }
  .comment .swiper_comment .prev img {
    width: 0.6rem;
    display: block;
  }
  .comment .swiper_comment .next {
    position: absolute;
    transform: translateX(-50);
    top: 50%;
    right: 2.5rem;
    cursor: pointer;
  }
  .comment .swiper_comment .next img {
    width: 0.6rem;
    display: block;
  }
  .detailInfo {
    width: 95%;
    margin: -1.1rem auto 0;
  }
  .detailInfo .Breadcrumb {
    margin: 0 0.3rem 0.2rem;
  }
  .detailInfo .infoContent {
    padding: 0.1rem 0.2rem 0.2rem;
  }
  .detailInfo .infoContent .title {
    font-size: 0.36rem;
    padding: 0.2rem 0;
  }
  .detailInfo .infoContent .content p {
    margin-top: 0.2rem;
  }
  .detailInfo .infoContent .content img {
    margin-top: 0.25rem;
  }
  .handleInner {
    width: 95%;
    padding: 0.3rem 0.2rem 0.78rem;
  }
}
