﻿@keyframes water {
    0% {
      opacity: 0.5;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }
  
  @-moz-keyframes water {
    0% {
      opacity: 0.5;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }
  
  @-webkit-keyframes water {
    0% {
      opacity: 0.5;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }
  
  @-o-keyframes water {
    0% {
      opacity: 0.5;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }
  
  .banner {
    position: relative;
  }
  .video-btn img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    display: inline-block;
  }
  .bannercon {
    position: relative;
    font-family: PingFangSC-Heavy, PingFang SC;
    opacity: 1;
    transition: 1s;
  }
  .bannercon dl {
    padding-top: 90px;
    line-height: 60px;
  }
  .bannercon dt {
    font-size: 40px;
  }
  
  .bannercon dd {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin: 8px 0 24px 0;
  }
  
  .video-btn {
    position: absolute;
    top: 200px;
    right: 326px;
  }
  .video-btn a {
    display: block;
    position: relative;
  }
  .video-btn img {
    position: relative;
    z-index: 2;
    width: 80px;
  }
  .video-btn a:before {
    position: absolute;
    border-radius: 50%;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: water 1.5s linear infinite;
    animation: water 1.5s linear infinite;
  }
  .indresult {
    position: relative;
    font-family: PingFangSC-Medium, PingFang SC;
  }
  .indresult-top {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
  }
  .fix-block {
    width: 1920px;
    margin: 0 auto;
    border-bottom: rgba(219, 219, 219, 0.5) 1px solid;
  }
  .indresult-ul {
    display: flex;
    margin: 0 auto;
  }
  .indresult-ul li {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    position: relative;
    padding: 22px 0;
    margin: 0 60px;
    cursor: pointer;
  }
  .indresult-ul li.active {
    border-bottom: #2386ee 2px solid;
  }
  .indresult-ul li:after {
    content: '';
    width: 0;
    display: block;
    height: 2px;
    /* background: #fff; */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
  }
  .indresult-ul li.active:after {
    width: 100%;
  }
  
  .indresult-block {
    position: relative;
    width: 1920px;
    /* height: 632px; */
  }
  
  .indresult-block .left-image {
    display: inline-block;
    margin-right: 92px;
  }
  
  .indresult-block .right-text {
    position: relative;
    width: 448px;
    display: inline-block;
    vertical-align: top;
    margin-top: 39px;
    z-index: 2;
  }
  
  .indresult-block .left-text {
    position: relative;
    width: 420px;
    display: inline-block;
    vertical-align: top;
    margin-top: 39px;
    z-index: 2;
  }
  
  .indresult-block .right-image {
    display: inline-block;
    margin-left: 83px;
  }
  
  .indresult .block1 .indresult-block:nth-child(1) {
    height: 687px;
    background: #ffffff center;
    /* border-top: rgba(219, 219, 219, 0.5) 1px solid; */
  }
  
  .indresult .block1 .indresult-block:nth-child(2) {
    padding: 80px;
    background: #f4f8fb center;
  }
  
  .indresult .block1 .indresult-block:nth-child(3) {
    padding: 80px;
    background: #ffffff center;
  }
  
  .indresult .block1 .indresult-block:nth-child(4) {
    padding: 80px;
    background: #f4f8fb center;
  }
  .indresult .block1 .indresult-block:nth-child(5) {
    padding: 80px;
    background: #ffffff center;
  }
  
  .indresult .block1 .indresult-block:nth-child(6) {
    padding: 80px;
    background: #f4f8fb center;
  }
  .indresult .block1 .indresult-block:nth-child(7) {
    padding: 80px;
    background: #ffffff center;
  }
  
  .indresult .block1 .indresult-block:nth-child(8) {
    padding: 80px;
    background: #f4f8fb center;
  }
  .indresult .block1 .indresult-block:nth-child(9) {
    padding: 80px;
    background: #ffffff center;
  }
  .indresult .block1 .indresult-block:nth-child(10) {
    padding: 80px;
    background:#f4f8fb center;
  }
  
  .indresult .block2 .indresult-block {
    height: 721px;
    background: url('img/block2-bg.png')
      no-repeat center;
    background-size: cover;
  }
  .indresult .block3 .indresult-block {
    height: 750px;
    background: url('img/block3-bg.png')
      no-repeat center;
    background-size: cover;
  }
  
  .indresult .block4 .indresult-block {
    height: auto;
    /* background: #f4f8fb center; */
  }
  .indresult .block5 .indresult-block {
    height: auto;
    background: #ffffff;
  }
  
  .indresult-con {
    font-family: PingFangSC-Regular, PingFang SC;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .indresult-con .tit {
    margin-top: 80px;
    margin-bottom: 64px;
  }
  
  .indresult-con dl {
    /* margin-top: 251px; */
  }
  .indresult-con dl dt {
    font-size: 28px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 16px;
    line-height: 40px;
    /* color: #fff; */
  }
  .indresult-con dl dd {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    /* margin: 16px 0 25px 0; */
  }
  .indresult-con ul li {
    font-size: 14px;
    /* color: #fff; */
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 20px;
  }
  
  .indresult-con p {
    display: flex;
    align-items: center;
    margin-top: 32px;
  }
  .indresult-con .btn_w {
    border: 1px solid #999999;
    color: #212121;
    font-size: 14px;
  }
  
  .indresult-con .btn_w:hover:after {
    border: rgb(0, 0, 0) solid;
    border-width: 0 1px 1px 0;
  }
  .block1 .tit {
    margin-top: 145px;
  }
  .block1 ul li:before {
    content: '';
    display: inline-block;
    background: url('img/check.png');
    width: 16px;
    height: 16px;
    margin-right: 13px;
    vertical-align: middle;
    background-size: cover;
  }
  .block1 .left-image {
    position: relative;
    border-radius: 2px;
    height: 354px;
    width: 630px;
    overflow: hidden;
    transition: 1s;
  }
  
  .block1 .left-image img:nth-child(2) {
    position: absolute;
    transform: scale(50%, 50%);
    transform-origin: left bottom;
    left: 0;
    bottom: 0;
  }
  
  .block1 .left-image img:nth-child(3) {
    position: absolute;
    transform: scale(50%, 50%);
    transform-origin: left bottom;
    left: 0;
    bottom: 0;
  }
  
  .block1 .right-image {
    position: relative;
    border-radius: 2px;
    height: 354px;
    width: 630px;
    overflow: hidden;
    transition: 1s;
  }
  
  .block1 .right-image img:nth-child(2) {
    position: absolute;
    transform: scale(50%, 50%);
    transform-origin: left bottom;
    left: 0;
    bottom: 0;
  }
  
  .block1 div img:nth-child(1) {
    height: 472px;
    width: 630px;
    transition: 1s;
  }
  .block1 div img:nth-child(1):hover {
    transform: scale(1.1);
  }
  
  .block2 {
    position: relative;
    overflow: hidden;
  }
  .block2-ul li.active {
    font-size: 20px;
    font-weight: 800;
    color: #212121;
    line-height: 28px;
  }
  
  .block2-ul li {
    cursor: pointer;
    transition: 1s;
  }
  
  .block2 .right-text {
    position: absolute;
    margin-top: 0px;
    width: 339px;
    right: 14px;
    top: 187px;
  }
  .block2 .right-text .QRcode {
    width: 182px;
    height: 220px;
    background: #ffffff;
    border-radius: 1px;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin-top: 28px;
  }
  .block2 .right-text .QRcode div {
    width: 84px;
    height: 26px;
    color: #666666;
    line-height: 26px;
    margin: 0 auto;
  }
  .block2 .left-text {
    position: absolute;
    margin-top: 0px;
    top: 150px;
    z-index: 1;
  }
  
  /* .swiper-block .swiper-slide img {
      width: 1920px;
      height: 720px;
    } */
  
  .swiper-block .swiper-container-v {
    position: absolute;
    top: 188px;
    left: 50%;
    transform: translate(-50%);
  }
  .swiper-block .bg {
    position: absolute;
    top: 0px;
  }
  
  .block2 .left-text li {
    margin-bottom: 56px;
    margin-left: 159px;
  }
  .block2-con {
    height: 721px;
    position: relative;
  }
  .block2-con .right-text dl dt {
    font-weight: 800;
  }
  .block2 .swiper-container .swiper-slide {
    /* position: relative; */
  }
  .block2 .swiper-container .swiper-slide .phone {
    border-radius: 12px;
    width: 216px;
    height: 477px;
  }
  
  .block3 .top-case {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
  }
  .block3 .top-case .box {
    position: relative;
    width: 380px;
    height: 310px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid #e6e6e6;
  }
  .block3 .top-case .box .mask {
    position: absolute;
    width: 380px;
    height: 310px;
    /* background: #2086ef; */
    background: linear-gradient(
      to top,
      rgba(32, 134, 239, 1),
      rgba(32, 134, 239, 0.9)
    );
    border-radius: 4px;
    color: #cccccc;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 1s;
  }
  .block3 .top-case .box .mask:hover {
    opacity: 1;
  }
  .block3 .top-case .box .mask p {
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    margin: 24px 24px;
  }
  .block3 .top-case .box .mask .tit {
    color: #ffffff;
    margin: 39px 0 12px 24px;
  }
  .block3 .top-case .box .mask span {
    color: #ffffff;
  }
  .block3 .top-case div img {
    width: 380px;
    height: 200px;
  }
  .block3 .top-case .tit {
    margin: 24px 0 10px 24px;
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    color: #212121;
    line-height: 30px;
  }
  .block3 .top-case span {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
  }
  .block3 .top-case mask {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
  }
  .block3 .middle-con {
    text-align: center;
  }
  .block3 .middle-con a {
    display: inline-block;
    margin: 20px 0 24px 0;
  }
  .block3 .bottom-case {
    display: flex;
    justify-content: space-between;
  }
  .block3 .bottom-case .box {
    display: inline-block;
  }
  .block3 .bottom-case .box p:nth-child(1) {
    display: inline-block;
    font-size: 48px;
    margin-top: 32px;
    font-weight: 800;
    color: #2386ee;
    line-height: 67px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .block3 .bottom-case .box p:nth-child(2) {
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    line-height: 28px;
    margin-top: 16px;
    display: block;
    text-align: center;
  }
  
  .rotate {
    transform: rotate(-180deg);
    height: 0;
  }
  .rotate-re {
    transform: rotate(0);
    height: auto;
  }
  
  .block5 .tit {
    margin-bottom: 0px;
  }
  .block5 .collapse-con {
    height: auto;
    width: 1178px;
    margin: 0 auto;
    margin-top: 22px;
  }
  .block5 .collapse-con .major-box {
    position: relative;
    border-bottom: solid 1px #cccccc;
  }
  .block5 .collapse-con .major-box img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 18px;
  }
  .block5 .collapse-con .major-box span {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #212121;
    line-height: 25px;
    margin: 18px 0;
  }
  .block5 .collapse-con .major-box .question-con {
    margin: -2px 0 24px 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
  
  .fix-nav {
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 0px;
    transform: translate(-50%);
    background: #ffffff;
  }
  
  .block3 dl {
    color: #ffffff;
  }
  
  #videoPopup1 {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.4);
      display: none;
  }
  
  #videoPopup1 .video-box {
      width: 60%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }
  
  #videoPopup1 .video-box video {
      width: 100%;
  }
  
  #videoPopup1 .video-box .close {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      cursor: pointer;
      text-align: center;
  }
  
  #videoPopup1 .video-box .close span {
      font-size: 16px;
      line-height: 40px;
      color: #fff;
  }
  
  #videoPopup1 .video-box .close:hover {
      background: rgba(0, 0, 0, 0.5);
  }
  .indresult-service{
      width: 100%;
      height: 554px;
      background-color: #ffffff;
  }
  .indresult-service-body{
      display: grid;
      width: 1180px;
      margin:auto;
      padding-top: 57px;
  }
  .indresult-service-body>p{
    display: grid;
    justify-content: center;
    margin-top: 10px;
  }
  .indresult-service-body>p:first-child{
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 45px;
  }
  .indresult-service-body>p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
  }
  .indresult-service-box{
    width: 380px;
    height: 276px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(30, 35, 48, 0.1);
    margin-right: 45px;
  }
  .indresult-service-img{
    height: 187px;
    width: 352px;
    background-size: cover!important;
    margin: 13px 14px;
  }
  .indresult-service-box p{
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    line-height: 28px;
  }
  .indresult-service-box a{
    font-size: 16px;
    font-weight: 400;
    color: #0086FE;
    line-height: 28px;
    cursor: pointer;
  }
  .is-img1{
    background: url('img/isi1.png')
    no-repeat center;
  }
  .is-img2{
    background: url('img/isi2.png')
    no-repeat center;
  }
  .indresult-service-body>div{
      display: flex;
      justify-content: center;
      margin-top: 39px;
  }
  .indresult-service-box p{
      padding: 10px 14px;
      margin-top: 0px;
      display: flex;
      justify-content: space-between;
  }