/* banner */
.banner {
  height: 920px;
  background: url('../images/banner.jpg') no-repeat top center / auto 100%;
}

.banner_inner {
  position: relative;
}

.banner_inner .banner_text {
  color: #fff;
}

.banner_inner .banner_text h2 {
  font-size: 54px;
  line-height: 100px;
  position: absolute;
  top: 245px;
  opacity: 0;
  left: -100%;
  transition: all 1s;
}

.banner_inner .banner_text h2.ac {
  left: 0;
  opacity: 1;
}

.banner_inner .banner_text .text_inner {
  position: absolute;
  top: 350px;
  left: -100%;
  opacity: 0;
  transition: all 1.5s;
  animation-duration: 1.2s;
}

.banner_inner .banner_text .text_inner.ac {
  opacity: 1;
  left: 0;
}

.banner_inner .banner_text .text_inner p {
  font-size: 18px;
  line-height: 40px;
}

.banner_inner .banner_text .btns {
  position: absolute;
  top: 608px;
  left: -100%;
  opacity: 0;
  transition: all 1.6s;
  animation-duration: 1s;
}

.banner_inner .banner_text .btns.ac {
  left: 0;
  opacity: 1;
}

.banner_inner .banner_text .btns .banner_btn {
  color: #ffffff;
  font-size: 18px;
  display: block;
  cursor: pointer;
  padding: 15px 48px;
  border: 1px solid #fff;
  border-radius: 24px;
  margin-right: 44px;
  position: relative;
  overflow: hidden;
}

.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim::after {
  animation: anim-out-pseudo-two 3s
}

.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim,
.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim::after {
  animation-iteration-count: infinite;
  animation-duration: 3s;
}

.banner_inner .banner_text .btns .banner_btn.bg1 {
  background: #ff6132;
  border-color: #ff6132;
}

.banner_inner .banner_text .btns .banner_btn:last-child {
  margin-right: 0;
}

.banner_inner .banner_img {
  /* position: absolute;
    right: 0;
    top: 245px; */
}

.banner_inner .banner_img .banner_1_img {
  position: absolute;
  right: -100%;
  top: 190px;
  transition: all 1.5s;
  animation-duration: 1s;
  opacity: 0;
}

.banner_inner .banner_img .banner_1_img.ac {
  right: -60px;
  opacity: 1;
}

.banner_inner .banner_img .banner_2_img {
  position: absolute;
  right: -100%;
  top: 350px;
  transition: all 2s;
  animation-duration: 1s;
  opacity: 0;
}

.banner_inner .banner_img .banner_2_img.ac {
  right: -30px;
  opacity: 1;
}

/* 统计 */
.statistical {
  position: relative;
  margin-top: -105px;
  z-index: 15;
  margin-bottom: 130px;
}

.statistical .item {
  width: 440px;
  height: 290px;
  border-radius: 20px;
  background: #fff;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 5px rgb(231 231 231 / 25%);
}

.statistical .item:last-child {
  margin-right: 0;
}

.statistical .item .t1 {
  height: 190px;
  background: #fafbff;
  position: relative;
  text-align: center;
  line-height: 190px;
}

.statistical .item .t1 .number {
  color: #1d69ff;
  font-size: 90px;
  position: relative;
}

.statistical .item .t1 .number .rightext {
  position: absolute;
  right: -15px;
  top: -3px;
  font-size: 18px;
  line-height: 1;
}

.statistical .item .t1 .number .rightext2 {
  position: absolute;
  right: -15px;
  top: -3px;
  font-size: 36px;
  line-height: 1;
}

.statistical .item .t2 {
  color: #383838;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  height: 100px;
  line-height: 100px;
  background: #fff;
}

/* 选择我们 */
.choice {}

.choice .title {
  color: #383838;
  font-size: 48px;
  text-align: center;
  /* font-weight: bold; */
}

.choice .text_list {
  color: #737373;
  font-size: 20px;
  padding: 0 80px 0 236px;
  margin-top: 50px;
  margin-bottom: 125px;
}

.choice .text_list li {
  margin-bottom: 15px;
}

.choice .text_list li span {
  color: #383838;
  font-weight: bold;
}

.wrap {
  position: relative;
  font-size: 0;
  -webkit-text-size-adjust: 100%;
  padding: 110px 0 130px;
  background: url(../images/wrap_line.png) no-repeat bottom center;
}

.wrap .leftText {
  width: 57%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
}

.wrap .leftText h3 {
  color: #2a2a2a;
  font-size: 42px;
  margin-bottom: 40px;
}

.wrap .leftText .t {
  color: #383838;
  font-size: 20px;
  line-height: 38px;
}

.wrap .rightImg {
  width: 43%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: right;
}

.wrap .rightImg.tLeft {
  text-align: left;
}

.wrap.even.curr h3,
.wrap.even.curr .t,
.wrap.odd.curr img {
  animation-name: fadeInLeft;
  animation-duration: 1s;
}

.wrap.odd.curr h3,
.wrap.odd.curr .t,
.wrap.even.curr img {
  animation-name: fadeInRight;
  animation-duration: 1s;
}

.wrap.curr .even {
  animation-name: fadeInLeft;
  animation-duration: 1s;
}

.wrap.curr .odd {
  animation-name: fadeInRight;
  animation-duration: 1s;
}

/* 产品演示 */
.demo {
  margin-bottom: 70px;
}

.demo .demoTitle {
  text-align: center;
  color: #383838;
  font-size: 48px;
  padding: 86px 0 60px;
  font-weight: 500;
}

.demo .demo-list li {
  position: relative;
  float: left;
  width: 264px;
  height: 364px;
  margin-right: 10px;
  text-align: center;
  background: #fff url('../images/dome_bg.png') center no-repeat;
  cursor: pointer;
}

.demo .demo-list li.last {
  margin-right: 0;
}

.demo .demo-list li .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.demo .demo-list li .img .ewm {
  display: none;
  position: relative;
  width: 146px;
  height: 146px;
  margin: 30px auto;
  background: #fff;
  animation: topFadeIn .25s ease-out;
  z-index: 2;
}

.demo .demo-list li:hover .ewm {
  display: block;
}

.demo .demo-list li .img .ewm img {
  width: 100%;
  height: 100%;
}

.demo-list li .img .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.demo .demo-list li.app .img .icon {
  position: absolute;
  left: 105px;
  top: 53px;
}

.demo .demo-list li.pc .img .icon {
  left: 77px;
  top: 53px;
}

.demo .demo-list li.wap .img .icon {
  position: absolute;
  left: 105px;
  top: 53px;
}

.demo .demo-list li.h5 .img .icon {
  left: 105px;
  top: 53px;
}

.demo .demo-list li.applet .img .icon {
  left: 105px;
  top: 53px;
}

.demo .demo-list li .info {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
}

.demo .demo-list li .info h3 {
  font-size: 28px;
  color: #383838;
  line-height: 40px;
  padding: 5px 0 25px;
}

.demo .demo-list li .info p {
  font-size: 16px;
  color: #383838;
  line-height: 22px;
}

.demo .demo-list li:hover {
  z-index: 2;
}

.demo .demo-list li:hover h3,
.demo .demo-list li:hover p,
.demo .demo-list li:hover a {
  color: #fff;
}

.demo .demo-list li .bg {
  position: absolute;
  /* left: -21px;
    top: -10px;
    right: -21px;
    bottom: -32px; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-size: 0;
}

.demo .demo-list li:hover .bg {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: auto;
}

.demo .demo-list li.demo1 .bg {
  background: #fff url('../images/home_dome1.png') no-repeat center center;
}

.demo .demo-list li.demo2 .bg {
  background: #fff url('../images/home_dome2.png') no-repeat center center;
}

.demo .demo-list li.demo3 .bg {
  background: #fff url('../images/home_dome3.png') no-repeat center center;
}

.demo .demo-list li.demo4 .bg {
  background: #fff url('../images/home_dome4.png') no-repeat center center;
}

.demo .demo-list li.demo5 .bg {
  background: #fff url('../images/home_dome5.png') no-repeat center center;
}

/* 核心功能 */
.moduleWrap {
  background-image: linear-gradient(-90deg, rgb(245, 246, 248) 0%, rgba(245, 246, 248, 0) 100%);
}

.module {}

.module .moduleTitleBox {
  text-align: center;
  margin-bottom: 90px;
}

.module .moduleTitleBox .t1 {
  color: #383838;
  font-size: 48px;
  padding: 118px 0 30px;
  font-weight: 500;

}

.module .moduleTitleBox .t2 {
  color: #383838;
  font-size: 20px;
}

.module .m-list li {
  display: inline-block;
  margin-right: 66px;
  margin-bottom: 106px;
  width: 216px;
  position: relative;
  height: 207px;
  padding: 0 35px;
}

.module .m-list li:nth-child(5n) {
  margin-right: 0;
}

.module .m-list li .txt {
  width: 146px;
  height: 146px;
  transform-origin: center center;
  position: relative;
}

.module .m-list li .tit {
  padding-top: 45px;
  transition: opacity .1s;
  opacity: 1;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 1;
  position: absolute;
  top: 128px;
  width: 100%;
  left: 0
}

.module .m-list li .inner {
  position: relative;
  width: 146px;
  height: 146px;
  transition: all .3s;
  cursor: pointer;
  border-radius: 50%;
}

.module .m-list li .inner:hover {
  /* transform: scale(1.1); */
  box-shadow: 0px 14px 20px 0px rgb(193 193 193 / 57%);
}

.module .m-list li .inner .bg2 {
  width: 146px;
  height: 146px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  border-radius: 73px;
  transition: all .3s;
  transform-origin: center center;
  overflow: visible
}

.module .m-list li.m1 .bg2 {
  background-image: linear-gradient(to bottom, #44d5fd, #27cdf8);
}

.module .m-list li.m2 .bg2 {
  background-image: linear-gradient(to bottom, #ffa164, #ff775d);
}

.module .m-list li.m3 .bg2 {
  background-image: linear-gradient(to bottom, #fcd12f, #fcb12e);
}

.module .m-list li.m4 .bg2 {
  background-image: linear-gradient(to bottom, #b989ff, #b557ff);
}

.module .m-list li.m5 .bg2 {
  background-image: linear-gradient(to bottom, #6bc7ff, #3a93ff);
}

.module .m-list li.m6 .bg2 {
  background-image: linear-gradient(to bottom, #9db6fe, #8e81fc);
}

.module .m-list li.m7 .bg2 {
  background-image: linear-gradient(to bottom, #6cc7ff, #3992ff);
}

.module .m-list li.m8 .bg2 {
  background-image: linear-gradient(to bottom, #8ca1fe, #9679fe);
}

.module .m-list li.m9 .bg2 {
  background-image: linear-gradient(to bottom, #5bf1ce, #2fe5de);
}

.module .m-list li.m10 .bg2 {
  background-image: linear-gradient(to bottom, #ff9f63, #ff765d);
}

.module .m-list li.m11 .bg2 {
  background-image: linear-gradient(to bottom, #fec669, #ff984b);
}

.module .m-list li.m12 .bg2 {
  background-image: linear-gradient(to bottom, #56f897, #20eb74);
}

.module .m-list li.m13 .bg2 {
  background-image: linear-gradient(to bottom, #68e7e5, #5acce9);
}

.module .m-list li.m14 .bg2 {
  background-image: linear-gradient(to bottom, #c07dff, #9e76ff);
}

.module .m-list li.m15 .bg2 {
  background-image: linear-gradient(to bottom, #5af1ce, #2fe5de);
}

.module .m-list li.m16 .bg2 {
  background-image: linear-gradient(to bottom, #6cc8ff, #3991ff);
}

.module .m-list li.m17 .bg2 {
  background-image: linear-gradient(to bottom, #ff9082, #ff6b65);
}

.module .m-list li.m18 .bg2 {
  background-image: linear-gradient(to bottom, #53f895, #20ed74);
}

.module .m-list li.m19 .bg2 {
  background-image: linear-gradient(to bottom, #fe7d9c, #fb648f);
}

.module .m-list li.m20 .bg2 {
  background-image: linear-gradient(to bottom, #fccf2f, #f7ac2f);
}

.module .m-list li.m21 .bg2 {
  background-image: linear-gradient(to bottom, #fe7e9d, #fb648f);
}

.module .m-list li.m22 .bg2 {
  background-image: linear-gradient(to bottom, #fcd02e, #fbac2e);
}

.module .m-list li.m23 .bg2 {
  background-image: linear-gradient(to bottom, #bbf66d, #5cf084);
}

.module .m-list li.m24 .bg2 {
  background-image: linear-gradient(to bottom, #feaf73, #fa7984);
}

.module .m-list li.m25 .bg2 {
  background-image: linear-gradient(to bottom, #68b7ff, #6795ff);
}

.module .m-list li .inner .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 146px;
  transition: opacity .3s;
  z-index: 3;
}

.module .m-list li .inner .icon img {
  position: relative;
  vertical-align: middle;
}

.module .m-list li.m1 .inner .icon img {
  top: -4px;
}

.module .m-list li.m3 .inner .icon img {
  left: 7px;
  top: 6px;
}

.module .m-list li.m8 .inner .icon img {
  /* top: 7px; */
}

.module .m-list li.m10 .inner .icon img {
  /* top: 4px; */
}

.module .m-list li.m22 .inner .icon img {
  top: 4px;
}

.module .m-list li.m26 .inner .icon img {
  left: 4px;
  top: -4px;
}

.module .m-list li.m27 .inner .icon img {
  top: -4px;
}

.module .m-list li.m29 .inner .icon img {
  left: 4px;
  top: -4px;
}

.module .m-list li.m30 .inner .icon img {
  top: 7px;
}

.module .m-list li .inner:hover .iconbox .bg2 {
  height: 159px;
  width: 236px;
  left: -45px;
  top: -13px;
  border-radius: 20px 20px 0 0/20px 20px 0 0;
}

/*2022双11活动弹窗*/
.activity-overlay20221111 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, .75);
  overflow: hidden;
  /*display: none;*/
  z-index: 999;
}

.activity-overlay20221111 .activity-inner20221111 {
  width: 800px;
  height: 800px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  animation: slide-bottom .7s linear alternate forwards;
}

.activity-overlay20221111 .activity-inner20221111 img {
  display: block;
}

.activity-overlay20221111 .activity-inner20221111 .activity-close20221111 {
  cursor: pointer;
  position: absolute;
  right: 0;
}

@keyframes slide-bottom {
  0% {
    top: -100%;
  }

  50% {
    top: 50%;
    margin-top: -400px;
  }

  /* 向上移动 */
  65% {
    top: 2%;
    margin-top: 0;
  }

  75% {
    top: 50%;
    margin-top: -400px;
  }

  /* 向上移动 */
  85% {
    top: 6%;
    margin-top: 0;
  }

  100% {
    top: 50%;
    margin-top: -400px;
  }
}


@keyframes topFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 页面滚动动画 */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}



/* 新闻资讯 start */
.newsShow {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 42px 60px;
}

.newsShow .newsShowLf,
.newsShow .newsShowRt {
  width: 587px;
}

.newsShow .newsShowLf {
  float: left;
  padding-top: 6px;
}

.newsShow .newsShowRt {
  float: right;
}

.newsShow .newsShowLf .newsImg {
  width: 100%;
}

.newsShow .newsShowLf .newsImg img {
  display: block;
  width: 100%;
  height: 352px;
}

.comNews .comNewsHead {
  width: 100%;
  overflow: hidden;
  margin: 39px 0 33px;
  background: url('../images/tabIcon2.png') left center no-repeat;
  background-size: 20px 20px;
  box-sizing: border-box;
  padding-left: 27px;
}

.comNews .comNewsHead2 {
  background: url('../images/tabIcon1.png') left center no-repeat;
  background-size: 20px 20px;
}

.comNews .comNewsHead3 {
  background: url('../images/tabIcon3.png') left center no-repeat;
  background-size: 20px 20px;
}

.noticeBox {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 40px;
}

.noticeBox .comNewsHead {
  width: 100%;
  overflow: hidden;
  margin: 0 0 33px;
}

.comNews .comNewsHead .txt1 {
  float: left;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #383838;
}

.comNews .comNewsHead .txt2 {
  float: right;
  font-size: 16px;
  color: #616CFF;
  position: relative;
  padding-right: 14px;
}

.comNews .comNewsHead .txt2::after {
  content: '';
  position: absolute;
  border: 1px solid #616CFF;
  width: 5px;
  height: 5px;
  top: 5px;
  right: 6px;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
}

.comNewsList .comNewsItem {
  margin-bottom: 22px;
  overflow: hidden;
}

.comNewsList .comNewsItem:last-child {
  margin-bottom: 0;
}

.comNewsList .comNewsItem .comNewsLink {
  color: #383838;
  font-size: 16px;
  overflow: hidden;
}

.comNewsList .comNewsItem .comNewsLink .text {
  display: block;
  float: left;
  max-width: 450px;
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
}

.comNewsList .comNewsItem .comNewsLink .text:hover {
  color: #616CFF;
}

.comNewsList .comNewsItem .comNewsLink .text::before {
  transform: rotate(45deg);
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #616CFF;
  position: absolute;
  top: 36%;
  left: 2px;
}

.comNewsList .comNewsItem .comNewsLink .time {
  color: #848484;
  font-size: 16px;
  float: right;
}

/* 新闻资讯 end */


.banner_wrapper {
  width: 100%;
  height: 920px;
  overflow: hidden;
  position: relative;
}

.banner_wrapper .transition_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  transition: all 1s;
}

.banner_wrapper .transition_wrapper .item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../images/index/banner_bg1.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}

.banner_wrapper .transition_wrapper .item.item9 {
  background: url("../images/index/active2_bg.jpg") no-repeat;
  background-position: center;
  /* 居中显示背景图 */
  background-size: cover;
  /* 背景图等比缩放，保持纵横比 */
  background-repeat: no-repeat;
}

.banner_wrapper .transition_wrapper .item.item9 .item9_content_wrapper {
  position: relative;
  margin: 0 auto;
  width: 1360px;
  height: 100%;
  /* background: red; */
}

.banner_wrapper .transition_wrapper .item.item9 .item9_content_wrapper .item9_icon1 {
  position: absolute;
  top: 115px;
  right: 0;
  background: url('../images/index/active2_icon1.png') no-repeat;
  width: 580px;
  height: 464px;
  background-size: 100% 100%;
}

.banner_wrapper .transition_wrapper .item.item9 .item9_content_wrapper .item9_icon2 {
  position: absolute;
  top: 206px;
  left: 50px;
  background: url('../images/index/active2_icon2.png');
  width: 600px;
  height: 240px;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner_wrapper .transition_wrapper .item.item9 .active_text2 {
  cursor: pointer;
  position: absolute;
  top: 410px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 420px;
  height: 94px;
  background: url('../images/index/active2_btn.png');
  background-size: 100% 100%;
}

.banner_wrapper .transition_wrapper .item.item7 {
  background: url("../images/index/active_bg.jpg") no-repeat;
  background-position: center;
  /* 居中显示背景图 */
  background-size: cover;
  /* 背景图等比缩放，保持纵横比 */
  background-repeat: no-repeat;
}

.banner_wrapper .transition_wrapper .item.item7 .active_text1 {
  position: absolute;
  width: 818px;
  height: 115px;
  background: url('../images/index/active_text1.png') no-repeat;
  background-size: 100% 100%;
  top: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner_wrapper .transition_wrapper .item.item7 .active_text2 {
  cursor: pointer;
  position: absolute;
  top: 298px;
  /* top: 410px; */
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 535px;
  height: 101px;
  /* width: 420px;
  height: 94px; */
  /* background: url('../images/index/active_btn.png');
  background-size: 100% 100%; */
  background: linear-gradient(91deg, #FFD587, #FFE7C4, #FFDA9F);
  box-shadow: 2px 10px 20px 0px rgba(211, 103, 7, 0.5);
  border-radius: 51px;
  border: 4px solid #FFFAE5;
}

.banner_wrapper .transition_wrapper .item.item7 .active_text3 {
  cursor: pointer;
  position: absolute;
  top: 320px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 435px;
  height: 62px;
  background: url('../images/index/active_text2.png');
  background-size: 100% 100%;
  pointer-events: none;
}

.banner_wrapper .transition_wrapper .item.item2 {
  background: url("../images/index/banner_bg2.jpg") no-repeat;
  background-size: cover;
}

.banner_wrapper .transition_wrapper .item.item2 .text_content {
  top: 180px !important;
}

.banner_wrapper .transition_wrapper .item.item2 .text2 {
  width: 490px !important;
  line-height: 28px !important;
}

.banner_wrapper .transition_wrapper .item.item2 .btn_wrapper .btn1 {
  background: linear-gradient(91deg, #9adbf8, #4c81ff) !important;
}

.banner_wrapper .transition_wrapper .item.item2 .btn_wrapper .btn2 {
  background: rgba(255, 255, 255, 0.1);
}

.banner_wrapper .transition_wrapper .item.item2 .icon {
  top: 180px !important;
  right: 200px !important;
  width: 362px !important;
  height: 315px !important;
  background: url("../images/index/banner_icon2.png") no-repeat !important;
}

.banner_wrapper .transition_wrapper .item.item3 {
  background: url("../images/index/banner_bg3.jpg") no-repeat;
  background-size: cover;
}

.banner_wrapper .transition_wrapper .item.item3 .text_content {
  top: 215px !important;
}

.banner_wrapper .transition_wrapper .item.item3 .text1 {
  color: #222222 !important;
}

.banner_wrapper .transition_wrapper .item.item3 .text2 {
  color: #222222 !important;
  width: 490px !important;
  line-height: 24px !important;
}

.banner_wrapper .transition_wrapper .item.item3 .btn_wrapper {
  margin-top: 68px !important;
}

.banner_wrapper .transition_wrapper .item.item3 .btn_wrapper .btn1 {
  background: linear-gradient(91deg, #9adbf8, #4c81ff) !important;
}

.banner_wrapper .transition_wrapper .item.item3 .btn_wrapper .btn2 {
  color: #327dff !important;
  border: 1px solid #5b92fe !important;
  background: rgba(255, 255, 255, 0.1);
}

.banner_wrapper .transition_wrapper .item.item3 .icon {
  top: 170px !important;
  right: 34px !important;
  width: 466px !important;
  height: 424px !important;
  background: url("../images/index/banner_icon3.png") no-repeat !important;
  background-size: 100% 100% !important;
}

.banner_wrapper .transition_wrapper .item.item4 {
  background: url("../images/index/banner_bg4.jpg") no-repeat;
  background-size: cover;
}

.banner_wrapper .transition_wrapper .item.item4 .text_content {
  top: 215px !important;
}

.banner_wrapper .transition_wrapper .item.item4 .text1 {
  color: #222222 !important;
}

.banner_wrapper .transition_wrapper .item.item4 .text2 {
  color: #222222 !important;
  width: 490px !important;
  line-height: 28px !important;
}

.banner_wrapper .transition_wrapper .item.item4 .btn_wrapper {
  margin-top: 68px !important;
}

.banner_wrapper .transition_wrapper .item.item4 .btn_wrapper .btn1 {
  background: linear-gradient(91deg, #7964f7, #3a50ff, #318cff) !important;
}

.banner_wrapper .transition_wrapper .item.item4 .btn_wrapper .btn2 {
  color: #557dff !important;
  border: 1px solid #557dff !important;
  background: rgba(255, 255, 255, 0.1);
}

.banner_wrapper .transition_wrapper .item.item4 .icon {
  top: 0px !important;
  right: -220px !important;
  width: 1127px !important;
  height: 765px !important;
  background: url("../images/index/banner_icon4.png") no-repeat !important;
}

.banner_wrapper .transition_wrapper .item.item5 {
  background: url("../images/index/banner_bg5.jpg") no-repeat;
  background-size: cover;
}

.banner_wrapper .transition_wrapper .item.item5 .text_content {
  top: 145px !important;
}

.banner_wrapper .transition_wrapper .item.item5 .text1 {
  color: #222222 !important;
}

.banner_wrapper .transition_wrapper .item.item5 .text2 {
  color: #222222 !important;
  width: 496px !important;
  line-height: 28px !important;
}

.banner_wrapper .transition_wrapper .item.item5 .btn_wrapper {
  margin-top: 68px !important;
}

.banner_wrapper .transition_wrapper .item.item5 .btn_wrapper .btn1 {
  background: linear-gradient(91deg, #7964f7, #3a50ff, #318cff) !important;
}

.banner_wrapper .transition_wrapper .item.item5 .btn_wrapper .btn2 {
  color: #557dff !important;
  border: 1px solid #557dff !important;
  background: rgba(255, 255, 255, 0.1);
}

.banner_wrapper .transition_wrapper .item.item5 .icon {
  top: 80px !important;
  right: 0px !important;
  width: 793px !important;
  height: 608px !important;
  background: url("../images/index/banner_icon5.png") no-repeat !important;
}

.banner_wrapper .transition_wrapper .item.item6 {
  background: url("../images/index/banner_bg6.jpg") no-repeat;
  background-size: cover;
}

.banner_wrapper .transition_wrapper .item.item6 .text_content {
  top: 148px !important;
}

.banner_wrapper .transition_wrapper .item.item6 .text1 {
  color: #222222 !important;
}

.banner_wrapper .transition_wrapper .item.item6 .text2 {
  color: #222222 !important;
  width: 490px !important;
  line-height: 24px !important;
}

.banner_wrapper .transition_wrapper .item.item6 .btn_wrapper {
  margin-top: 68px !important;
}

.banner_wrapper .transition_wrapper .item.item6 .btn_wrapper .btn1 {
  background: linear-gradient(91deg, #9adbf8, #4c81ff) !important;
}

.banner_wrapper .transition_wrapper .item.item6 .btn_wrapper .btn2 {
  color: #327dff !important;
  border: 1px solid #5b92fe !important;
  background: rgba(255, 255, 255, 0.1);
}

.banner_wrapper .transition_wrapper .item.item6 .icon {
  top: 120px !important;
  right: 0px !important;
  width: 505px !important;
  height: 479px !important;
  background: url("../images/index/banner_icon6.png") no-repeat !important;
}

.banner_wrapper .transition_wrapper .item.item8 {
  background: url("../images/index/banner_bg8.jpg") no-repeat;
  background-size: cover;
}

.banner_wrapper .transition_wrapper .item.item8 .text_content {
  top: 148px !important;
}

.banner_wrapper .transition_wrapper .item.item8 .text1 {
  color: #fff !important;
}

.banner_wrapper .transition_wrapper .item.item8 .text2 {
  color: #fff !important;
  width: 470px !important;
  line-height: 24px !important;
}

.banner_wrapper .transition_wrapper .item.item8 .btn_wrapper {
  margin-top: 68px !important;
}

.banner_wrapper .transition_wrapper .item.item8 .btn_wrapper .btn1 {
  background: linear-gradient(83deg, #4857FE, #4190FF) !important;
}

.banner_wrapper .transition_wrapper .item.item8 .btn_wrapper .btn2 {
  color: #557DFF !important;
  border: 1px solid transparent !important;
  background: #C4D1E7;
}

.banner_wrapper .transition_wrapper .item.item8 .icon {
  top: 120px !important;
  right: 0px !important;
  width: 764px !important;
  height: 489px !important;
  background: url("../images/index/banner_icon8.png") no-repeat !important;
}

.banner_wrapper .transition_wrapper .item .item_content {
  width: 1360px;
  margin: 0 auto;
  position: relative;
}

.banner_wrapper .transition_wrapper .item .item_content .text_content {
  position: absolute;
  top: 150px;
  left: 0;
}

.banner_wrapper .transition_wrapper .item .item_content .text_content .text1 {
  font-size: 48px;
  line-height: 100px;
  color: #fff;
  font-weight: bold;
}

.banner_wrapper .transition_wrapper .item .item_content .text_content .text2 {
  font-size: 16px;
  color: #fff;
}

.banner_wrapper .transition_wrapper .item .item_content .text_content .text2 p {
  margin-bottom: 18px;
}

.banner_wrapper .transition_wrapper .item .item_content .text_content .btn_wrapper {
  display: flex;
  margin-top: 38px;
}

.banner_wrapper .transition_wrapper .item .item_content .text_content .btn_wrapper div,
.banner_wrapper .transition_wrapper .item .item_content .text_content .btn_wrapper a {
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  width: 169px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.banner_wrapper .transition_wrapper .item .item_content .text_content .btn_wrapper div::after,
.banner_wrapper .transition_wrapper .item .item_content .text_content .btn_wrapper a::after {
  content: "";
  animation: circleA 2.4s infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.banner_wrapper .transition_wrapper .item .item_content .text_content .btn_wrapper .btn1 {
  margin-right: 30px;
  background: linear-gradient(71deg, #36a2ff, #8251ff, #ff7bb2);
}

.banner_wrapper .transition_wrapper .item .item_content .text_content .btn_wrapper .btn2 {
  border: 1px solid #ffffff;
}

.banner_wrapper .transition_wrapper .item .item_content .icon {
  position: absolute;
  right: -30px;
  top: 140px;
  width: 706px;
  height: 485px;
  background: url("../images/index/banner_icon1.png") no-repeat;
  background-size: 100% 100%;
}

.banner_wrapper .line {
  z-index: 2;
  position: absolute;
  bottom: 340px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 20px;
  background: transparent;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.banner_wrapper .line .item {
  width: 48px;
  height: 4px;
  border-radius: 32px;
  background: rgba(187, 191, 196, 0.5);
  margin-right: 20px;
  overflow: hidden;
  cursor: pointer;
}

.banner_wrapper .line .item .son {
  width: 0%;
  height: 100%;
  background: #1264fb;
}

.banner_wrapper .line .item .son.changeBannerLine {
  animation: changeBannerLine 10s linear;
}

.banner_wrapper .count_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 322px;
  background: rgba(255, 255, 255, 0.18);
  z-index: 1;
}

.banner_wrapper .count_wrapper .count_content {
  width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
}

.banner_wrapper .count_wrapper .count_content .item {
  width: 440px;
  height: 240px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.banner_wrapper .count_wrapper .count_content .item .text1 {
  height: 170px;
  background: #fafbff;
  color: #1d69ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_wrapper .count_wrapper .count_content .item .text1 .text1_content {
  font-size: 80px;
  position: relative;
}

.banner_wrapper .count_wrapper .count_content .item .text1 .right_text {
  position: absolute;
  right: -26px;
  top: -3px;
  font-size: 18px;
  line-height: 1;
}

.banner_wrapper .count_wrapper .count_content .item .text1 .plus_text {
  font-size: 32px;
  top: -8px !important;
}

.banner_wrapper .count_wrapper .count_content .item .text2 {
  font-size: 20px;
  text-align: center;
  line-height: 72px;
  font-weight: bold;
  color: #222;
}

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

  100% {
    width: 100%;
  }
}

@keyframes leftFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes rightFadeIn {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes circleA {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=test.css.map */