@charset "UTF-8";
/* sass编译为css  sass --watch index.scss index.css */
.swiper-slide {
  height: auto;
}

.swiperBanner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.swiperBanner .swiper-slide img {
  width: 100%;
  min-height: 100%;
}
.swiperBanner .bannerText {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%;
  align-items: flex-start;
  z-index: 2;
  cursor: pointer;
}
.swiperBanner .bannerText .downCode {
  position: absolute;
  background: url(../image/codeBg.png) no-repeat;
  background-size: 100% 100%;
  right: calc(50% - 85px);
  bottom: -160px;
  width: 170px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.swiperBanner .bannerText .downCode img {
  width: 110px;
  height: 110px;
  margin-top: 6px;
}
.swiperBanner .bannerText .contentImg {
  width: 12rem;
}
.swiperBanner .bannerText2 .contentImg {
  width: 9.6rem;
}
.swiperBanner .bannerText:hover .downCode {
  display: flex;
}
.swiperBanner #fp-nav {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 17px;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
  pointer-events: none;
}
.swiperBanner #fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.swiperBanner #fp-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  pointer-events: all;
}
.swiperBanner #fp-nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.75);
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: transparent !important;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.75) !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.75) !important;
}
.swiperBanner #fp-nav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

.aboutCon {
  position: relative;
  width: 826px;
  height: 240px;
  margin: 0 auto;
  margin-top: 0.36rem;
  margin-bottom: 0.55rem;
}

.swiperAbout .swiper-container {
  padding-bottom: 60px;
}
.swiperAbout .swiper-slide {
  width: 550px;
}
.swiperAbout .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiperAbout .swiper-pagination {
  bottom: -0.28rem;
  font-size: 0.14rem;
}
.swiperAbout .swiper-button-prev::after, .swiperAbout .swiper-button-next::after {
  content: " ";
}
.swiperAbout .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #CCCCCC;
}
.swiperAbout .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #2D7AFF;
}
.swiperAbout .swiper-button-prev {
  left: 10px;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  background: url(../image/left.png) no-repeat;
  background-size: 100% 100%;
}
.swiperAbout .swiper-button-next {
  right: 10px;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  background: url(../image/right.png) no-repeat;
  background-size: 100% 100%;
}

.content2, .content3, .content4, .content5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.content2 {
  background: white;
  padding: 0.76rem 0 0.8rem 0;
}
.content2 .aboutTop {
  width: 39.58%;
}
.content2 .aboutBot {
  width: 53.8%;
}

.content3 {
  background-color: #F5F7FF;
  font-size: 0.12rem;
  padding-top: 0.47rem;
}
.content3 .contentTabs {
  width: 31.35%;
}
.content3 .contentTabs .el-tabs__nav-scroll {
  display: flex;
  justify-content: center;
}
.content3 .contentTabs .el-tabs__nav-wrap::after {
  background-color: #E8ECF4;
}
.content3 .contentTabs .el-tabs__header {
  margin-bottom: 0;
}
.content3 .contentTabs .el-tabs__nav .el-tabs__active-bar {
  height: 4px;
  background-color: #428DFF;
}
.content3 .contentTabs .el-tabs__item {
  font-size: 0.21rem;
  height: 50px;
  color: #909497;
}
.content3 .contentTabs .el-tabs__item.is-active {
  color: #428DFF;
}
.content3 .content3Swiper {
  flex: 1;
  width: 100%;
}
.content3 .content3Swiper .DD .content3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content3 .content3Swiper .DD .code {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}
.content3 .content3Swiper .DD .code .downCode {
  position: absolute;
  background: url(../image/codeBg.png) no-repeat;
  background-size: 100% 100%;
  right: calc(50% - 85px);
  bottom: -160px;
  width: 170px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.content3 .content3Swiper .DD .code .downCode img {
  width: 110px;
  height: 110px;
  margin-top: 6px;
}
.content3 .content3Swiper .DD .code .contentImg {
  width: 40.83%;
}
.content3 .content3Swiper .DD .code:hover .downCode {
  display: flex;
}
.content3 .content3Swiper .DD .img2 {
  width: 39.38%;
  margin-top: -0.2rem;
}

.content4 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 0.83rem 0;
}
.content4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.content4 .contentTitle {
  width: 20.42%;
  margin-top: 1.28rem;
  position: relative;
  z-index: 2;
}
.content4 .con {
  display: flex;
  justify-content: center;
  margin-top: 107px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.content4 .con .leftContent {
  cursor: pointer;
  width: 380px;
  margin-right: 82px;
  margin-bottom: 0.83rem;
  position: relative;
}
.content4 .con .leftContent img {
  width: 100%;
}
.content4 .con .leftContent .code {
  position: absolute;
  background: url(../image/codeBg.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  bottom: -160px;
  width: 170px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 9;
}
.content4 .con .leftContent .code img {
  width: 110px;
  height: 110px;
  margin-top: 6px;
}
.content4 .con .leftContent:hover .code {
  display: flex;
}
.content4 .con .rightContent {
  width: 980px;
  position: relative;
}
.content4 .con .rightContent .left {
  width: 344px;
  overflow: hidden;
  z-index: 100;
  position: relative;
}
.content4 .con .rightContent .left .swiper-slide {
  width: 100% !important;
}
.content4 .con .rightContent .left img {
  width: 100%;
}
.content4 .con .appRight {
  position: relative;
}
.content4 .right {
  width: 809px;
  position: absolute;
  right: 0;
  top: 76px;
  z-index: 1;
}
.content4 .right .bg_img {
  width: 100%;
  height: 409px;
}
.content4 .right .lists_con {
  position: absolute;
  top: 0;
  right: 0;
  width: 84.15%;
  height: 409px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #1C2239;
}
.content4 .right .lists_con .lists {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 0.48rem) / 4));
  grid-gap: 0.16rem;
  width: calc(100% - 0.65rem - 0.53rem);
}
.content4 .right .lists_con .lists .list {
  background: linear-gradient(138deg, #E5E9EF 0%, #D9DDE8 100%);
  border-radius: 6px;
  opacity: 0.45;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.content4 .right .lists_con .lists .list img {
  width: 100%;
  height: 100%;
}
.content4 .right .lists_con .lists .list .tit {
  font-weight: bold;
  font-size: 0.12rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.25rem;
  width: 100%;
  height: 100%;
  transform: translateY(9.23%);
  text-align: center;
}
.content4 .right .lists_con .lists .otherList .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
}
.content4 .right .lists_con .lists .list.active {
  opacity: 1;
}
.content4 .right .lists_con .lists .list.active .tit {
  font-size: 0.16rem;
}
.content4 .right .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 84.15%;
  height: 10px;
  font-size: 0.12rem;
}
.content4 .right .swiper-pagination .swiper-pagination-bullet {
  margin-right: 4px;
}

.contentSwiper {
  width: 100%;
}

.content6 {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1.32rem 0 1.24rem 0;
  background: white;
}
.content6 .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 54.53%;
}
.content6 .con {
  width: 70.625%;
  display: flex;
  justify-content: space-between;
}
.content6 .con .left {
  width: 27%;
}
.content6 .con .right {
  width: 40.26%;
}

.commonContentCss .swiper-container {
  height: 100%;
}
.commonContentCss .DD {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.commonContentCss .DD .lists {
  display: flex;
  justify-content: space-between;
}

.content5 {
  padding: 0.84rem 0 1rem 0;
  background: #F5F7FF;
}
.content5 .title {
  width: 27.5%;
  margin-bottom: 0.65rem;
}
.content5 .lists {
  width: 72.55%;
  display: flex;
  justify-content: space-between;
}
.content5 .lists .list {
  width: calc((100% - 0.18rem) / 4);
}
.content5 .lists .list img {
  width: 100%;
}

.content7 {
  padding: 0.97rem 0 0.97rem 0;
  background: #F5F7FF;
}
.content7 .title {
  width: 21.82%;
  margin-bottom: 0.6rem;
}
.content7 .lists {
  width: 71.2%;
  display: flex;
  justify-content: space-between;
}
.content7 .lists .list {
  width: calc((100% - 1.56rem) / 3);
}
.content7 .lists .list img {
  width: 100%;
}

.contentList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content8 {
  padding: 0.96rem 0 0.68rem 0;
  background: #FFFFFF;
}
.content8 .title {
  width: 20.47%;
  margin-bottom: 0.34rem;
}
.content8 .lists {
  width: 69.12%;
}
.content8 .lists .list {
  width: 100%;
}
.content8 .lists .list img {
  width: 100%;
}

.content9 {
  padding: 0.96rem 0 0 0;
  background: #F5F7FF;
}
.content9 .title {
  width: 11.46%;
  margin-bottom: 0.99rem;
}
.content9 .lists {
  width: 68.9%;
}
.content9 .lists .list {
  width: 100%;
}
.content9 .lists .list img {
  width: 100%;
}

.content10 {
  padding: 1.53rem 0 1.02rem 0;
  background: #FFFFFF;
}
.content10 .lists {
  width: 71.25%;
}
.content10 .lists .list {
  width: 100%;
}
.content10 .lists .list img {
  width: 100%;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  .appRight .right .lists_con .lists .list .tit {
    font-size: 0.1rem !important;
  }
  .appRight .right .lists_con .lists .list.active .tit {
    font-size: 0.12rem !important;
  }
}
@media screen and (max-width: 1024px) {
  #body_container {
    min-width: inherit;
  }
  #body_container .swiperBanner {
    height: auto;
  }
  #body_container .swiperBanner .bannerText {
    width: 100%;
  }
  #body_container .swiperBanner .bannerText .contentImg {
    width: 32.53%;
  }
  #body_container .swiperBanner .bannerText2 .contentImg {
    width: 77.2%;
  }
  #body_container .content2 {
    padding: 0.32rem 0 0.43rem 0;
  }
  #body_container .content2 .aboutTop {
    width: 92.8%;
  }
  #body_container .content2 .aboutBot {
    width: 92.8%;
  }
  #body_container .content2 .aboutCon {
    width: 82%;
    margin-top: 0.32rem;
    margin-bottom: 0.5rem;
    height: auto;
  }
  #body_container .content2 .aboutCon .swiper-slide {
    height: auto;
  }
  #body_container .content2 .aboutCon .swiper-pagination-custom {
    bottom: -20px;
  }
  #body_container .content2 .aboutCon .swiper-pagination-custom span {
    width: 3px;
    height: 3px;
    margin: 0 2px;
  }
  #body_container .content2 .swiper-button-prev {
    left: 5px;
    margin-top: -6px;
    width: 7px;
    height: 12px;
    top: 50%;
  }
  #body_container .content2 .swiper-button-prev::after, #body_container .content2 .swiper-button-next::after {
    content: " ";
  }
  #body_container .content2 .swiper-button-next {
    right: 5px;
    margin-top: -6px;
    width: 7px;
    height: 12px;
    top: 50%;
  }
  #body_container .content3 {
    padding-top: 0.32rem;
  }
  #body_container .content3 .contentTabs {
    width: 66.67%;
  }
  #body_container .content3 .contentTabs .el-tabs__item {
    height: 40px;
  }
  #body_container .content3 .content3Swiper .DD .code .contentImg {
    width: 64.27%;
  }
  #body_container .content3 .content3Swiper .DD .img2 {
    width: 100%;
    margin-top: 0;
  }
  #body_container .content4 {
    padding-bottom: 0;
  }
  #body_container .content4 .bg {
    height: min-content;
    object-fit: inherit;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #body_container .content4 .contentTitle {
    margin-top: 0.47rem;
    width: 30.53%;
  }
  #body_container .content4 .con {
    margin-top: 0.52rem;
  }
  #body_container .content4 .con .leftContent {
    width: 44.4%;
    margin-right: 0.28rem;
  }
  #body_container .content4 .con .rightContent {
    width: 29.33%;
  }
  #body_container .content4 .con .rightContent .left {
    width: 100%;
  }
  #body_container .content4 .appRight {
    padding-bottom: 0.53rem;
  }
  #body_container .content4 .appRight .right {
    position: inherit;
    width: 100%;
  }
  #body_container .content4 .appRight .right .lists_con {
    position: inherit;
    height: auto;
    width: 100%;
    padding: 0 32px;
    margin-top: 0.25rem;
  }
  #body_container .content4 .appRight .right .lists_con .lists {
    grid-template-columns: repeat(4, calc((100% - 0.57rem) / 4));
    grid-gap: 0.19rem;
    width: 100%;
  }
  #body_container .content4 .appRight .right .lists_con .lists .list .tit {
    font-size: 0.15rem;
    transform: translateY(0.1rem);
  }
  #body_container .content4 .appRight .right .lists_con .lists .list.active .tit {
    font-size: 0.19rem;
  }
  #body_container .appContent img {
    width: 100%;
  }
  #body_container .bannerText:hover .downCode {
    display: none;
  }
  #body_container .code:hover .downCode {
    display: none;
  }
  #body_container .leftContent:hover .code {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #burger {
    display: none !important;
  }
}
.popup {
  position: fixed;
  z-index: 99;
}
.popup .mask {
  opacity: 0;
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 300ms, -webkit-transform 300ms, transform 300ms;
  transform-origin: 50% 50%;
}
.popup .content {
  transform: scale(0.8);
  opacity: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  inset: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  transition: opacity 300ms, -webkit-transform 300ms, transform 300ms;
  transform-origin: 50% 50%;
}
.popup .poupwxCode {
  margin: 10% auto 0;
  width: 80%;
  max-width: 500px;
  padding: 20px 0 28px 0;
  box-sizing: border-box;
  background-color: white;
  background-image: url(../image/popBg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 27px;
}
.popup .poupwxCode .textVal {
  padding: 0 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 28rpx;
  color: #666666;
  max-height: 70vh;
  overflow-y: auto;
}
.popup .poupwxCode .topTxt {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
}
.popup .poupwxCode .wxselfImg {
  margin: 15px 0;
}
.popup .poupwxCode .wxselfImg img {
  width: 160px;
  height: 160px;
}
.popup .poupwxCode .saveImg {
  border-radius: 12px;
  border: 1px solid #CFCFCF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  padding: 3px 8px;
}
.popup .poupwxCode .saveAImg {
  font-size: 13px;
  color: #999;
}
.popup .poupwxCode .phoneClk {
  margin: 25px 0 15px 0;
  width: 181px;
  height: 51px;
  background: linear-gradient(90deg, #08C2FD 0%, #7B6AFC 51%, #DF87D1 100%);
  border-radius: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .poupwxCode .phone {
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.popup .pcContent .poupwxCode {
  border-radius: 45px;
}
.popup .closeimg {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.popup .closeimg img {
  width: 32px;
  height: 32px;
}

.open .mask {
  opacity: 1;
}
.open .content {
  transform: scale(1);
  opacity: 1;
}

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